﻿/*.bodycontent{width:100%; position:relative; overflow:hidden;}*/


 /*--------------------- header -------------------*/
.header-wrap{
    position: relative;
    overflow: initial;
    width: 100%;
}
.header-box{
    position: relative;
    overflow: initial;
    width: 1210px;
    margin: 0 auto;
    height: 76px;
}
.header-box > a.logo{
    display: block;
    float: left;
    width: 203px;
    height: 76px;
    background: url(/images/logo.png?v=1) no-repeat 50% 40%;
    margin-top:0px;
 background-size: contain;
}
.header-box > ul.header-nav{
    position: relative;
    overflow: initial;
    float: left;
    margin-left: 100px;
    height: 76px;
}
.header-box > ul.header-nav > li{
    position: relative;
    overflow: initial;
    float: left;
    margin-left: 60px;
    height: 76px;
}
.header-box > ul.header-nav > li:first-child{
    margin-left: 0;
}
.header-box > ul.header-nav > li > a{
    font-size: 16px;
    color: #373737;
    line-height: 76px;
}
.header-box > ul.header-nav > li > ol.nav-ol,
.header-box > ul.header-right-box > li > ol.nav-ol{
    z-index: 9;
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    margin-left: -80px;
    top: 76px;
    width: 160px;
    background: #fff;
    box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -webkit-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -o-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.header-box > ul.header-nav > li:hover > a,
.header-box > ul.header-right-box > li:hover > a{
    color: #0064fa;
}
.header-box > ul.header-nav > li:hover > ol.nav-ol,
.header-box > ul.header-right-box > li:hover > ol.nav-ol{
    max-height: 500px;
    padding: 10px 0;
}
.header-box > ul.header-nav > li > ol.nav-ol > li,
.header-box > ul.header-right-box > li > ol.nav-ol > li{
    padding-left: 12px;
    height: 36px;
}
.header-box > ul.header-nav > li > ol.nav-ol > li > a,
.header-box > ul.header-right-box > li > ol.nav-ol > li > a{
    font-size: 14px;
    color: #323232;
    line-height: 36px;
}
.header-box > ul.header-nav > li > ol.nav-ol > li:hover > a,
.header-box > ul.header-right-box > li > ol.nav-ol > li:hover > a{
    color: #0064fa;
}
.header-box > ul.header-nav > li > ol.need-center{
    width: 142px;
    margin-left: -71px;
}
.header-box > ul.header-nav > li > ol.need-center > li{
    padding-left: 0;
    text-align: center;
}
.header-box > .header-right-box{
    position: relative;
    overflow: initial;
    float: right;
}
.header-box > .header-right-box > li{
    position: relative;
    overflow: initial;
    float: left;
    padding: 23px 0;
}
.header-box > .header-right-box > li > a.btn{
    display: block;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #0064fa;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}
.header-box > .header-right-box > li > a.login{
    width: 80px;
    color: #0064fa;
}
.header-box > .header-right-box > li > a.login:hover{
    background: #0064fa;
    color: #fff;
}
.header-box > .header-right-box > li > a.register{
    width: 80px;
    background: #0064fa;
    margin-left: 15px;
}
.header-box > .header-right-box > li > a.register:hover{
    background: #0050c9;
}
.header-box > .header-right-box > li:hover > a.register{
    color: #fff;
}
.header-box > .header-right-box a.right-text{
    line-height: 30px;
    font-size: 14px;
    color: #373737;
    margin-left: 15px;
}
.header-box > ul.header-right-box > li > ol.nav-ol{
    width: 190px;
    margin-left: -95px;
}

.header-top-wrap{
    position: relative;
    overflow: initial;
    width: 100%;
    height: 30px;
    background: #313131;
}
.header-top-box{
    height: 30px;
}
.header-top-box > .header-right-box > li{
    padding: 0;
}
.header-top-box > .header-right-box > li > a{
    border-left: 1px solid #757475;
    padding: 0 15px;
}
.header-top-box > .header-right-box > li:first-child + li + li > a{
    padding: 0 0 0 15px;
}
.header-top-box > .header-right-box > li > a.right-text{
    margin-left: 0;
}
.header-top-box > .header-right-box > li > a.right-text > span{
    font-size: 13px;
    color: #fff;
    padding-left: 15px;
}
.header-top-box > .header-right-box > li > a.right-text > span:first-child{
    padding-left: 5px;
}
.header-top-box > .header-right-box > li:first-child > a{
    border-left: 0;
}
.header-top-box > .header-right-box > li > a.right-text{
   /* color: rgba(255, 255, 255, 0.4);*/
   color:#fff;
    font-size: 13px;
}
.header-top-box > .header-right-box > li:hover > a.right-text{
    color: #fff;
}
.header-top-box > ul.header-right-box > li > ol.nav-ol{
    top: 30px;
}

/*--------------------- footer -------------------*/
.footer-wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.footer-wrap .bash-box{
    position: relative;
    overflow: hidden;
    width: 1210px;
}
.footer-wrap > .footer-content-wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #30343d;
    padding: 35px 0 40px;
}
.footer-content-wrap .wechat-box{
    padding-left: 20px;
    float: left;
}
.wechat-box > i.wechat-qrcode{
    display: block;
    width: 144px;
    height: 144px;
    background: url(../img/wechat_qrcode.png) no-repeat 50% 50%;
}
.wechat-box > p.wechat-title{
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 5px;
}
.wechat-box > p.wechat-detail{
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
}
.wechat-box i.wechat-icon{
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../img/wechat_icon.png) no-repeat 50% 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.footer-content-ul{
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 70px;
}
.footer-content-ul li{
    position: relative;
    overflow: hidden;
    margin-left: 100px;
    float: left;
}
.footer-content-ul li:first-child{
    margin-left: 0;
}
.footer-content-ul li p.h4{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-bottom: 25px;
}
.footer-content-ul li a{
    display: block;
    font-size: 14px;
    color: rgba(196, 197, 198, 0.63);
    line-height: 1;
    padding-bottom: 15px;
}
.footer-content-ul li a:hover{
    color: #fff;
}
.footer-content-ul li p.tel-title{
    line-height: 1;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    padding: 15px 0;
}
.footer-content-ul li i.tel{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    background: url(../img/tel.png) no-repeat 50% 50%;
    margin-right: 10px;
}
.footer-content-ul li p.tel-number{
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.footer-wrap > .footer-copyright-wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 66px;
    background: #292c33;
    text-align: center;
}
.footer-copyright-wrap span{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 66px;
}
.footer-copyright-wrap span.padding-10{
    padding-left: 10px;
}
.footer-copyright-wrap span.padding-20{
    padding-left: 20px;
}

.bodycontent *{margin: 0; padding: 0; box-sizing: border-box;}
.bodycontent html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{font-family:Microsoft YaHei,Helvetica,Arial,sans-serif;font-size:12px;font-weight:inherit;font-style:inherit;margin:0;padding:0;border:0}ul,ol{list-style:none}a img{vertical-align:top;border:none}a{text-decoration:none}button{overflow:visible;margin:0;padding:0;border:0 none;background-color:transparent}button::-moz-focus-inner{padding:0}input[type=password]{-webkit-text-security:disc}textarea:focus,input:focus,button:focus{outline:none}body{word-wrap:break-word}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.icon{display:inline-block;zoom:1;vertical-align:middle;background-repeat:no-repeat;background-position:left top}.btn{display:inline-block;zoom:1;text-align:center;vertical-align:middle}.none{display:none}
.bash-wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bash-box{
    position: relative;
    overflow: hidden;
    width: 1210px;
    margin: 0 auto;
}
.h1-title{
    line-height: 1;
    font-size: 36px;
    color: #222222;
    text-align: center;
    padding: 70px 0 20px;
}
.h2-title{
    line-height: 1;
    font-size: 20px;
    color: #6a6a6a;
    text-align: center;
    padding-bottom: 50px;
}