html {
    list-style: none;
    text-decoration: none;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
}

.wrap {
    position: relative;
    min-width: 1200px;
}
/*为啥信用哇二维码切换样式*/

#android-2,#ios-3,#android-02,#ios-03{
	cursor:pointer;
}


/* 导航栏 */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    background-color: #f5f6fa;
}

.menu {
    width: 70%;
    min-width: 1000px;
    height: 60px;
    margin: 0 auto;
}

.menu-logo {
    float: left;
    width: 223px;
    line-height: 60px;
}

.menu-logo a {
    display: block;
}

.menu-logo img {
    width: 100%;
}


/*横向一级菜单样式设置*/

.nav {
    float: left;
    width: 46%;
    height: 60px;
    color: #333;
    font-size: 18px;
}

.nav-ul {
    width: 100%;
    margin-left: 50px;
}

.nav-ul .nav-title {
    position: relative;
    float: left;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.nav-title>a {
    display: block;
    height: 60px;
    width: 100%;
    color: #333;
    text-decoration: none;
}

.nav-title>span {
    display: block;
}

.active.nav-title>a,
.active.nav-title,
.nav-title>a:hover,
.nav-title:hover {
    color: #007cc3;
}


/*二级下拉菜单样式设置*/

.nav-div {
    display: none;
    position: absolute;
    top: 52px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.nav-div-1 {
    width: 160px;
    left: -46px;
}

.nav-div-2 {
    width: 200px;
    left: -48px;
}

.nav-tips {
    float: left;
    padding: 10px;
}

.nav-tips p {
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    color: #00a0e9;
    border-bottom: 1px solid #ccc;
}

.nav-ul-2 {
    padding: 10px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 5px;
}

.nav-ul-2 a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.nav-div-1 {
    left: -46px;
}

.nav-div-2 {
    left: -28px;
}

.nav-tips {
    float: left;
    padding: 10px;
}

.nav-tips p {
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    color: #00a0e9;
    border-bottom: 1px solid #ccc;
}

.nav-ul-2 a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.nav-ul-2 li a:hover {
    font-size: 15px;
    color: #000;
}

.nav-ul-2 span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}


/* 联系方式 */

.download {
    float: right;
    width: 145px;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #999999;
}

.download .phone {
    width: 24px;
    margin-left: 7px;
    padding-top: 5px;
}

.download>div {
    float: right;
    width: 110px;
    height: 40px;
    color: #333;
}

.download .service {
    line-height: 38px;
    letter-spacing: 5px;
}

.download span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}

.download .service-2 {
    display: none;
    font-size: 12px;
}


/* 中间文字 */

.content {
    padding-top: 60px;
    color: #666;
    background-color: #f3f3f3;
}

h4 {
    font-weight: 600;
}


/* banner*/

.top-bg1 {
    background: url('../img/banner1.png') no-repeat center;
}

.top-bg2 {
    background: url('../img/banner2.png') no-repeat center;
}

.top-bg3 {
    background: url('../img/banner3.png') no-repeat center;
}

.top-bg4-1 {
    background: url('../img/banner4-1.png') no-repeat center;
}

.top-bg4-2 {
    background: url('../img/banner4-2.png') no-repeat center;
}

.top-bg4-3 {
    background: url('../img/banner4-3.png') no-repeat center;
}

.top-bg4-4 {
    background: url('../img/banner4-4.png') no-repeat center;
}

.top-bg6 {
    background: url('../img/banner6.png') no-repeat center;
}

.top-bg7 {
    background: url('../img/banner7.png') no-repeat center;
}

.top-bg8 {
    background: url('../img/banner8.png') no-repeat center;
}

.top-bg9 {
    background: url('../img/banner9.png') no-repeat center;
}
.bottom-notice .s-f-lastss  {
    background: url('../img/erweima.png') no-repeat center;
     background-size: 140px 140px;
      width: 140px;
      height: 140px;

}
.bottom-notice li  {
    line-height: 140px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-top {
    width: 100%;
    height: 230px;
    color: #fff;
    background-size: 100% 100%;
}

.content-top .top-text {
    width: 70%;
    min-width: 1000px;
    margin: 0 auto;
}

.top-text h2 {
    padding-top: 15px;
    font-size: 26px;
    line-height: 100px;
    font-weight: 600;
}

.top-text .title {
    font-size: 36px;
    line-height: 230px;
    text-align: center;
}

.top-text p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1px;
}

.top-text p:last-child {
    margin-top: 20px;
}

.top-text p span {
    margin-right: 35px;
}


/* 底部导航 */

footer {
    height: 240px;
    color: #fff;
    font-size: 12px;
    background-color: #232526;
    z-index: 100;
}

.bottom-top {
    width: 100%;
    height: 100px;
    padding-top: 40px;
}

.bottom-nav {
    width: 70%;
    min-width: 1000px;
    margin: 0 auto;
}

.bottom-nav h5 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px;
}


/* 左 */

.bottom-nav-l {
    float: left;
    width: 48%;
}

.bottom-notice a {
    line-height: 22px;
    color: inherit
}


/* 右 */

.bottom-nav-r {
    float: left;
    width: 52%;
}

.bottom-nav-r>div {
    float: left;
}

.bottom-menu {
    width: 31%;
    padding-right: 15px;
}

.bottom-info ul a,
.bottom-menu ul a {
    display: block;
    line-height: 22px;
    color: #fff;
    font-weight: 200;
}

.bottom-info ul a:hover,
.bottom-menu ul a:hover {
    color: #aaa;
}

.bottom-info {
    width: 38%;
}

.btm-logo {
    width: 175px;
    height: 20px;
    margin-bottom: 30px;
}

.btm-logo img {
    width: 100%;
}

.btm-tell {
    width: 150px;
    margin-top: 30px;
    font-size: 20px;
}


/* 友情链接 */

.bottom-mid {
    height: 66px;
}

.bottom-link {
    width: 70%;
    min-width: 1000px;
    margin: 0 auto;
    line-height: 66px;
    border-top: 1px solid #5b5f67;
    border-bottom: 1px solid #5b5f67;
    vertical-align: middle;
}

.bottom-link ul {
    display: inline-block;
    vertical-align: middle;
}

.bottom-link ul li {
    float: left;
    margin-left: 30px;
}

.bottom-link ul a {
    color: inherit;
}


/* 底部 copyright*/

.bottom-footer {
    width: 100%;
    height: 108px;
}

.copyright {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 108px;
}


/* 蒙层 */

.mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(000, 000, 000, .5);
    z-index: 900;
    overflow-y: hidden;
}

.mask-box {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    background-color: #fff;
    z-index: 999;
}

@media screen and (max-width: 1460px) {}