@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 'Roboto','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;}
@font-face{font-family: 'Roboto'; src: url('font/Roboto-Regular.ttf');}
.box{
    width: 1184px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.topper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
}
.topper .coInfo {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e6e6e6;
    background: #f2f2f2;
}
.topper .coInfo .phone{
    font-size: 15px;
    color: #999;
    float: left;
    padding-left: 30px;
    background: url("../images/top-i1.png") no-repeat left center;
    background-size: 22px auto;
}
.topper .coInfo .email{
    font-size: 15px;
    color: #999;
    float: left;
    padding-left: 30px;
    background: url("../images/top-i2.png") no-repeat left center;
    background-size: 23px auto;
    margin-left: 24px;
}
.topper .coInfo .right a{
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    overflow: hidden;
    float: right;
    margin-top: 4px;
}
.topper .coInfo .login{
    display: block;
    width: 100px !important;
    height: 31px;
    line-height: 31px;
    color: #ffffff;
    text-align: center;
    border-radius: 16.5px !important;
    background-color: #206bd1;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -o-transition: background-color 400ms;
}
.topper .coInfo .login:hover{
    background-color: #7db3ff;
    color: #ffffff;
    border-radius: 16.5px;
}
.topper .coInfo .switch{
    background: #d4d4d4  url("../images/top-i31.png") no-repeat ;
    background-size: 22px auto;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    margin-left: 14px;
}
.topper .coInfo .switch.ch{
    background: url("../images/top-i92.png") no-repeat ;
}



.topper .coInfo .switch:hover{
    background:#ea5d5c url("../images/top-i32.png") no-repeat ;
 }
.topper .coInfo .switch.ch:hover{
    background: url("../images/top-i91.png") no-repeat ;
}


.topper .coInfo .wb{
    background: #d4d4d4 url("../images/top-i4.png") no-repeat center;
    background-size: 25px auto;
    margin-left: 12px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.topper .coInfo .wb:hover{
    background: #ea5d5c url("../images/top-i4.png") no-repeat center;
    background-size: 25px auto;
}
.topper .coInfo .qq{
    background: #d4d4d4 url("../images/top-i5.png") no-repeat center;
    background-size: 20px auto;
    margin-left: 12px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.topper .coInfo .qq:hover{
    background: #206bd1 url("../images/top-i5.png") no-repeat center;
    background-size: 20px auto;
}
.topper .coInfo .wx{
    background: #d4d4d4 url("../images/top-i6.png") no-repeat center;
    background-size: 24px auto;
    margin-left: 12px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.topper .coInfo .wx:hover{
    background: #0abc64 url("../images/top-i6.png") no-repeat center;
    background-size: 24px auto;
}
.topper .coInfo .wx .wx-ewm{
    display: none;
    position: absolute;
    z-index: 9999;
    width: 122px;
    height: 122px;
    opacity: 0;
    margin-top: 50px;
    box-shadow: 0 0 6px rgba(14,22,30,.3);
    margin-left: -41px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.topper .coInfo .wx:hover .wx-ewm{
    display: block;
    opacity: 1;
}
.topper .coInfo .wx .wx-ewm:before{
    content: ''; display: block; position: absolute; width: 0; height: 0; border: 8px solid transparent; border-bottom: 10px solid rgba(32,107,209,0.3); top: -18px; left: 53px;
}
.topper .navigation{
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.topper .navigation .box{
    position: relative;
}
.topper .navigation .logo{
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    height: 114px;
    line-height: 114px;
    float: left;
}
.topper .navigation .logo img{
    max-width: 100%;
    vertical-align: middle;
}
.topper .navigation .searchBtn{
    display: block;
    width: 35px;
    height: 35px;
    background: #f8f8f8 url("../images/find-i.png") no-repeat center;
    background-size: 20px auto;
    border: 1px solid #999;
    float: right;
    margin-top: 38.5px;
}
.topper .navigation .nav{
    float: right;
}
.topper .navigation .nav li{
    float: left;
}
.topper .navigation .nav .main-a{
    display: block;
    height: 114px;
    line-height: 114px;
    font-size: 20px;
    color: #000;
    padding: 0 15px;
    position: relative;
}
.topper .navigation .nav .main-a.selected  {
    color: #206bd1;
}
.topper .navigation .nav .main-a.selected::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #206bd1;
    height: 2px;
    width: 100%;
}

.topper .navigation .nav .main-a:hover{
    color: #206bd1;
}
.topper .navigation .nav .main-a:hover::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #206bd1;
    height: 2px;
    width: 100%;
}
.topper .navigation .nav .subNav{
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    top: 154px;
    left: 0;
    display: none;
}
.topper .navigation .nav .subNav .subNav-box{
    min-width: 890px;
    float: right;
}
.topper .navigation .nav .subNav a{
    display: block;
    height: 70px;
    line-height: 70px;
    color: #000;
    font-size: 17px;
    float: left;
    margin-right: 15px;
}
.topper .navigation .nav .subNav a:hover{
    color: #206bd1;
}
.topper .navigation .nav .subNav a:last-child{
    margin-right: 0;
}
.topper .navigation .search-box{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 800px;
    height: 114px;
}
.topper .navigation .search-box .form{
    float: left;
    width: 750px;
    height: 60px;
    margin-top: 27px;
}
.navigation .search-box .form .txt{
    width: 100px;
    height: 60px;
    padding: 0 10px;
    float: right;
    background: #eee;
}
.navigation .search-box .form .btn{
    width: 50px;
    height: 60px;
    background: #eee url(../images/find-i.png) no-repeat center;
    background-size: 20px auto;
    float: right;
}
.navigation .search-box .close{
    display: block;
    width: 50px;
    text-align: center;
    height: 60px;
    line-height: 64px;
    float: right;
    font-size: 30px;
    color: #000;
    background: #eee;
    margin-top: 27px;
}
.m-navigation{
    width: 100%;
    height: 60px;
    background: #fff;
    display: none;
}
.m-navigation .m-menu{
    float: right;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #206bd1 url(../images/menu.png) no-repeat center center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}
.m-navigation .m-logo{
    display: table-cell;
    vertical-align: middle;
    width: 38%;
    max-width: 200px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-left: 4%;
}
.m-navigation .m-logo img{
    max-width: 100%;
    max-height: 80%;
    vertical-align: middle;
}
.m-nav{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}
.m-nav .m-a{
    font-size: 15px;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 4%;
    text-align: left;
    color: #333;
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
}
.m-nav .m-sub a{
    font-size: 14px;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 4%;
    text-indent: 1em;
    text-align: left;
    color: #333;
    border-top: 1px solid #ddd;
    background-color: #f1f1f1;
}
.footer{
    width: 100%;
    padding: 40px 0 0 0;
    background: #206bd1;
}
.footer .foot-nav{
    position: relative;
}
.footer .foot-nav .navBox{
    display: inline-block;
    vertical-align: top;
    max-width: 196px;
    margin: 0 4% 60px 0;
}
.footer .foot-nav .navBox:last-child{
    margin-right: 0;
}
.footer .foot-nav .navBox .foot-title{
    margin-bottom: 18px;
    color: #fff;
    font-size: 24px;
}
.footer .foot-nav .navBox li a{
    font-size: 17px;
    color: #ffffff;
}
.footer .foot-nav .go-top{
    width: 40px;
    height: 157px;
    background: url("../images/go-top.png") no-repeat top center;
    position: absolute;
    top: 64px;
    right: 0;
}
.footer .foot-info{
    font-size: 17px;
    line-height: 160%;
    color: #fff;
}
.footer .foot-bottom{
    width: 100%;
    text-align: center;
    height: 58px;
    line-height: 58px;
    background: #ffffff;
    font-size: 17px;
    color: #a2a2a2;
    margin: 40px 0 0 0;
}
@media screen and (max-width:1184px){
    .coInfo,.navigation,.footer .foot-nav .go-top{
        display: none;
    }
    .box{
        width: 96%;
    }
    .m-navigation{
        display: block;
    }
    .footer .foot-nav{
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-flex-flow: wrap;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }
    .footer .foot-nav .navBox{
        margin: 0 0 8% 0;
    }
    .footer .foot-nav .navBox .foot-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer .foot-nav .navBox li a{
        font-size: 12px;
    }
    .footer .foot-info,.footer .foot-bottom{
        font-size: 12px;
    }
}
@media screen and (max-width:750px){
    .box{
        width: 92%;
    }
    .footer .foot-nav .navBox{
        width: 50%;
        text-align: center;
        margin: 0 0 5% 0;
    }
}