@charset "utf-8";
a:active{outline: none; star: expression(this.onFocus=this.blur());}
*{margin: 0; padding: 0;border: 0; list-style: none; outline: none; word-wrap: break-word;}
img{border:none;margin-top:0px;max-width:100%;}
table{table-layout: fixed; border-collapse: collapse;}
a{text-decoration: none;}
body{font: 12px/1.5 'Microsoft YaHei',微软雅黑,sans-serif;background: #fff;color: #000;}
body, html{-webkit-text-size-adjust: none;}
input{-webkit-appearance: none;}
.clearFix:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.clearFix{zoom:1;}
.box{
    width: 1280px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.topper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
}
.topper .navigation{
    background: url("../images/header-bg.jpg");
}
.topper .navigation .box {
    position: relative;
}
.topper .navigation .logo {
    width: 124px;
    height: 136px;
    line-height: 136px;
    float: left;
}
.topper .navigation .logo img {
    margin-top: 43px;
    max-width: 100%;
}
.topper .navigation .searchBtn{
    display: block;
    width: 48px;
    height: 136px;
    background: url("../images/header-search.png") no-repeat center;
    float: right;
    margin-left: 70px;
}
.topper .navigation .nav {
    float: right;
}
.topper .navigation .nav li{
    height: 136px;
    float: left;
    margin-right: 18px;
    position: relative;
}
.topper .navigation .nav li:last-child{
    margin-right: 0;
}
.topper .navigation .nav .main-a{
    text-align: center;
    width: 114px;
    margin: 0 auto;
    display: block;
    height: 136px;
    line-height: 136px;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    position: relative;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.topper .navigation .nav .main-a:hover{
    background: rgba(0,130,202,0.54);
}
.topper .navigation .nav .subNav{
    width: 100%;
    height: auto;
    background: rgba(0,130,202,0.54);
    position: absolute;
    top: 136px;
    left: 0;
    z-index: 9;
    display: block;
}
.topper .navigation .nav .subNav .box{
    width: 100%;
}
.topper .navigation .nav .subNav .subNav-box {
    width: 100%;
    float: right;
}
.topper .navigation .nav .subNav a{
    padding: 0 18px;
    text-align: center;
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.topper .navigation .nav .subNav a:last-child{
    border-bottom:none;
}
.topper .navigation .nav .subNav a:hover{
    color: #2c2d2d;
}
.topper .navigation .search-box{
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -30px;
    right: 0;
    overflow: hidden;
    width: 290px;
}
.topper .navigation .search-box .form{
    float: left;
    width: 240px;
    height: 60px;
}
.navigation .search-box .form .txt{
    width: 100px;
    height: 60px;
    font-size: 14px;
    color: #2c2d2d;
    float: right;
    background: #fff;
}
.navigation .search-box .form .btn{
    width: 60px;
    height: 60px;
    background: #fff url(../images/find-i.png?v=2019011801) no-repeat center;
    background-size: 20px auto;
    float: right;
    cursor: pointer;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.navigation .search-box .close{
    display: block;
    width: 50px;
    text-align: center;
    height: 60px;
    float: right;
    background: #fff url(../images/find-close.png?v=2019011801) no-repeat center;
    background-size: 26px auto;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.m-navigation {
    width: 100%;
    height: 100px;
    background: url(../images/header-bg.jpg) no-repeat center;
    background-size: cover;
    display: none;
    position: relative;
}
.m-navigation .m-logo {
    width: 124px;
    height: 100px;
    float: left;
    margin-left: 4%;
}
.m-navigation .m-logo img{
    margin-top: 25px;
}
.m-navigation .m-menu {
    float: right;
    width: 38px;
    height: 100px;
    cursor: pointer;
    background: url(../images/mobile/menu.png) no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin-right: 4%;
}
.m-navigation .txt{
    width: 50%;
    padding: 0 2% 0 5%;
    height: 48px;
    border: 1px solid #fff;
    background: transparent url("../images/mobile/search-i.png") no-repeat left 2% center;
    background-size: 22px;
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
    position: absolute;
    left: 28%;
    top: 26px;
}
.m-navigation .txt::-webkit-input-placeholder{color:#fff;}
.m-navigation .txt::-moz-placeholder{color:#fff;}
.m-navigation .txt input:-moz-placeholder{color:#fff;}
.m-nav{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}
.m-nav .m-a{
    font-size: 18px;
    line-height: 50px;
    display: block;
    text-indent: 4%;
    width: 100%;
    text-align: left;
    border-top: 1px solid #fff;
    color: #fff;
    background: rgba(0,130,202,0.6) url("../images/mobile/nav-i.png") no-repeat right 4% center;
    background-size: 14px auto;
}
.m-nav li:first-child .m-a{
    border-top: none;
}
.m-nav .m-sub a{
    font-size: 16px;
    line-height: 48px;
    display: block;
    width: 100%;
    padding: 0 4%;
    text-indent: 1em;
    text-align: left;
    color: #fff;
    border-top: 1px solid #fff;
    background: rgba(0,130,202,0.8);
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 136px;
}
.banner img{
    display: block;
}
.footer{
    padding: 50px 0 40px 0;
    background: #e2e3e4;
}
.footer .box{
    width: 94%;
    position: relative;
}
.footer .foot-nav .navBox {
    width: 100%;
    margin: 0 0 22px 0;
}
.footer .foot-nav .navBox:nth-child(8){
    margin: 0;
}
.footer .foot-nav .navBox .foot-title{
    width: 5em;
    color: #595757;
    font-size: 18px;
    margin-right: 3%;
    font-weight: bold;
    float: left;
}
.footer .foot-nav .navBox ul{
    width: calc(93% - 5em);
    float: left;
}
.footer .foot-nav .navBox li{
    float: left;
    margin-right: 2%;
}
.footer .foot-nav .navBox li a{
    font-size: 18px;
    font-weight: lighter;
    color: #595757;
}
.footer .foot-nav .navBox li a:hover{
    color: #0081cc;
}
.footer .foot-nav .ewmBox{
    width: 200px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.footer .foot-nav .ewmBox .ewmImg{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.footer .foot-nav .ewmBox p{
    font-size: 18px;
    line-height: 150%;
    font-weight: lighter;
    color: #595757;
    margin-top: 10px;
}
.foot-bottom {
    width: 100%;
    padding: 12px 0;
    background: #006ab4;
    font-size: 16px;
    color: #fff;
}
.foot-bottom .t1{
    width: 300px;
    text-align: left;
    float: left;
}
.foot-bottom .t2{
    width: 680px;
    text-align: center;
    float: left;
}
.foot-bottom .t3{
    width: 300px;
    text-align: right;
    float: left;
}
.breadcrumb{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 19px;
    margin-bottom: 40px;
}
.breadcrumb li{
    color: #595757;
    float: left;
    padding-right: 18px;
    margin-right: 10px;
    background: url(../images/hot-i.png) no-repeat right 0 center;
    background-size: auto 14px;
}
.breadcrumb li a{
    color: #595757;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.breadcrumb li a:hover{
    color: #0081cc;
}
.breadcrumb li:last-child{
    color: #000;
    padding-right: 0;
    margin-right: 0;
    background: none;
}
.back-top{
    display: block;
    width: 62px;
    text-align: center;
    font-size: 12px;
    border-radius: 14px;
    color: #fff;
    padding: 52px 0 12px 0;
    background:#a7a7a7 url("../images/top.png") no-repeat top 12px center;
    background-size: 26px auto;
    position: fixed;
    bottom: 0;
    right: 0;
}
.back-top:hover{
    background:#0081cc url("../images/top.png") no-repeat top 12px center;
    background-size: 26px auto;
}
.qq-pop{
    width: 146px;
    height: 153px;
    background: url("../images/qq-bg.png") no-repeat center;
    position: fixed;
    right: 0;
    bottom: 102px;
    margin-top: -76px;
    z-index: 9999;
}
.qq-pop .qq-box:nth-child(1){
    display: block;
    position: absolute;
    left: 33px;
    top: 38px;
}
.qq-pop .qq-box:nth-child(2){
    display: block;
    position: absolute;
    left: 33px;
    top: 88px;
}
.qq-pop .qq-box p{
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-bottom: 2px;
}
.qq-pop .qq-box .qq{
    width: 79px;
    height: 25px;
    background: url("../images/btn_qq.gif") no-repeat center;
}
@media screen and (max-width:1600px){
    .topper .navigation .logo,.topper .navigation .nav .main-a {
        height: 112px;
        line-height: 112px;
    }
    .topper .navigation .logo img{
        margin-top: 31px;
    }
    .topper .navigation .searchBtn{
        height: 112px;
    }
    .topper .navigation .nav .subNav{
        top: 112px;
    }
    .topper .navigation .nav li{
        height: 112px;
    }
    .banner {
        margin-top: 112px;
    }
}
@media screen and (max-width:1280px){
    .banner{
        margin-top: 100px;
    }
    .box{
        width: 92%;
    }
    .navigation{
        display: none;
    }
    .m-navigation{
        display: block;
    }
    .footer .foot-nav .ewmBox{
        position: relative;
        margin: 40px auto 0 auto;
    }
    .foot-bottom{
        line-height: 200%;
    }
    .foot-bottom .t1,.foot-bottom .t2,.foot-bottom .t3{
        width: 100%;
        float: none;
        text-align: left;
    }
}
@media screen and (max-width:750px){
    .banner{
        margin-top: 1.36rem;
    }
    .breadcrumb{
        display: none;
    }
    .m-navigation{
        height: 1.36rem;
        background: url("../images/mobile/header-bg.jpg");
    }
    .m-navigation .m-logo{
        width: 1.24rem;
        height: 1rem;
    }
    .m-navigation .m-logo img{
        margin-top: 0.43rem;
    }
    .m-navigation .txt{
        width: 4.08rem;
        padding: 0 0.44rem;
        background-size: 0.22rem auto;
        height: 0.5rem;
        font-size: 0.21rem;
        top: 0.43rem;
        left: 2.04rem;
    }
    .m-navigation .m-menu{
        width: 0.38rem;
        height: 1.36rem;
    }
    .m-nav{
        top: 1.36rem;
    }
    .m-nav .m-a{
        line-height: 1rem;
        font-size: 0.28rem;
    }
    .m-nav .m-sub a{
        line-height: 0.96rem;
        font-size: 0.26rem;
    }
    .footer{
        padding: 0 0 0.24rem 0;
        background: #e1e2e2
    }
    .footer .box{
        width: 100%;
    }
    .footer .foot-nav .navBox{
        margin: 0;
        border-bottom: 1px solid #5a5655;;
    }
    .footer .foot-nav .navBox.inside{
        display: none;
    }
    .footer .foot-nav .navBox:nth-child(8){
        border-bottom: none;
    }
    .footer .foot-nav .navBox .foot-title{
        width: 100%;
        margin-right: 0;
        text-indent: 4%;
        line-height: 1.12rem;
        font-size: 0.28rem;
        font-weight: normal;
        display: block;
        background: #e1e2e2 url(../images/mobile/footer-i.png) no-repeat right 4% center;
        background-size: 0.14rem auto;
        float: none;
    }
    .footer .foot-nav .navBox ul{
        float: none;
        width: 100%;
        overflow: hidden;
        display: none;
    }
    .footer .foot-nav .navBox li{
        float: none;
        margin-right: 0;
    }
    .footer .foot-nav .navBox li a{
        font-size: 0.26rem;
        line-height: 1rem;
        display: block;
        width: 100%;
        padding: 0 4%;
        text-indent: 1em;
        text-align: left;
        border-top: 1px solid #5a5655;
        background: #fff;
    }
    .footer .foot-nav .ewmBox{
        width: 2rem;
        margin-top: 0.1rem;
    }
    .footer .foot-nav .ewmBox .ewmImg{
        width: 2rem;
        height: 2rem;
    }
    .footer .foot-nav .ewmBox p{
        margin-top: 0.1rem;
        font-size: 0.24rem;
    }
    .foot-bottom{
        background: url("../images/mobile/foot-bottom.jpg") no-repeat center;
        background-size: cover;
        font-size: 0.22rem;
        padding: 0.48rem 0 0.24rem 0;
    }
    .foot-bottom .t1{
        display: none;
    }
    .foot-bottom .t2,.foot-bottom .t3{
        text-align: center;
    }
    .back-top{
        width: 1rem;
        font-size: 0.14rem;
        border-radius: 0.12rem;
        padding: 0.8rem 0 0.18rem 0;
        background:#a7a7a7 url("../images/top.png") no-repeat top 0.18rem center;
        background-size: 0.45rem auto;
        bottom: 1rem;
    }
    .back-top:hover{
        background:#0081cc url("../images/top.png") no-repeat top 0.18rem center;
        background-size: 0.45rem auto;
    }
    .qq-pop{
    	display: none;
    }
}