@charset "utf-8";
*{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft Yahei","微软雅黑" !important;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    border: none;
}
img{
    border: none;
}
#body{
    color: #000;
    font-size: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hd{
    overflow: hidden;
}
/*头部header样式*/
.header{
    width: 100%;
    min-width: 1200px;
    height: 139px;
    background: #fff;
}
.header-logoline{
    padding-top: 22px;
    width: 1196px;
    height: 67px;
    margin: 0 auto;
}
.logo-left{
    width: 490px;
}
.logo-left h1{
    position: absolute;
    left: -1000px;
}
.logo-left img{
    float: left;
    vertical-align: top;
    width: 96px;
    height: 58px;
}
.logo-left .logo-name img{
    width: 380px;
    height: 60px;
}
.logo-search{
    margin-top: 12px;
    position: relative;
}
.logo-search img{
    position: absolute;
    left: 0;
    top: 5px;
}
.logo-search .logo-search-text{
    width: 304px;
    height: 38px;
    border: 1px solid #ccc;
    border-right: none;
    color: #999; 
    outline: none;
    text-indent: 45px;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
}
.logo-search .logo-search-btn {
    width: 86px;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #2370e4;
    color: #fff;
    font-size: 18px;
}
.header-navline{
    background: #333;
}
.header-nav{
    width: 1195px;
    margin: 0 auto;
}
.nav-icon{
    display: inline-block;
    width: 103px;
    height: 3px;
    position: absolute;
    bottom: 8px;
    left: 0;
    background: url(../img/nav-icon.png) center center no-repeat;
}
.navdown-ul{
    width: 103px;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
}
.nav-ul>li,.navdown>li{
    float: left;
    width: 103px;
    height: 50px;
    z-index: 999;
    position: relative;
}
.nav-ul li a,.navdown-ul li a{
    display: inline-block;
    color: #d6d6d6;
    width: 103px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.nav-ul li a:hover,.navdown-ul li a:hover{
    background-color:#013e8e;
    color: #fff;
}
.search-btn {
    background: url(../img/logo-search.png) center center no-repeat;
    width: 43px;
    height: 35px;
}
/*footer部分样式*/
.colorbar{
    width: 100%;
    min-width: 1200px;
    height: 10px;
}
.footer{
    width: 100%;
    min-width: 1200px;
    /*height: 209px;底部备案号需要显示时用到该条样式*/
    height: 169px;
    background: #313131;
    padding-top: 87px;
    color: #999;
}
.footer-top{
    width:1183px;
    height: 123px;
    margin:0 auto; 
    padding-left: 15px; 
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #999;
}
.footer-name{
    width: 356px;
    height: 44px;
    margin-right: 80px;
    background: url(../img/logo-name2.png) center center no-repeat;
}
.footer-contact div{
    font-size: 14px;
    line-height: 24px;
}
.footer-contact p{
    font-size: 14px;
    color: #ebebeb;
    margin-top: -3px;
    margin-bottom: 5px;
}
.footer-left{
    margin-right: 29px;
}
.footer-bottom{
    width: 1198px;
    padding-top: 20px; 
    font-size: 14px;
    margin: 0 auto;
}
/*go-top部分样式*/
.go-top{
    display: block;
    width: 41px;
    height: 41px;
    position:fixed;
    top:490px;
    right:0px; 
    z-index:100;
    cursor: pointer;
}
*html .go-top{
    margin-top:398px;
    position:absolute;
    top:expression(eval(document.documentElement.scrollTop));
}

/*service客服栏部分样式*/
img{
    border: 0;
}
.ser-btn{
    color:#fff; 
    display:inline-block; 
    height:28px; 
    line-height:28px; 
    text-align:center; 
    padding:0 12px; 
    border:0; cursor:pointer
}
/*body{
    height:2000px;
}*/ 
#service{
    width:161px;
    height:290px;
    position:fixed;
    top:370px;
    right:0px; 
    z-index:100;
}
*html #service{
    margin-top:278px;
    position:absolute;
    top:expression(eval(document.documentElement.scrollTop));
}
#service li{
    width:161px;
    /*height:60px;*/
    height:50px;
}
#service li img{
    float:right;
}
#service li a{
    height:49px;
    float:right;
    display:block;
    min-width:47px;
    max-width:161px;
}
#service li a .shows{
    display:block;
}
#service li a .hides{
    margin-right:-143px;
    cursor:pointer;
    cursor:hand;
}
#service li a.weixin_area .hides{
    display:none;
    position:absolute;
    right:143px;
}
#service li a.weixin_area .weixins{
    display:none;
    position:absolute;
    right:0;
    top:48px
}
#ser-p2{
    width:112px;
    background-color:#6dbddf;
    height:47px;
    margin-left:47px;
    border:1px solid #6da9df;
    text-align:center;
    line-height:47px
}
#ser-p3{
    width:112px;
    background-color:#f98e38;
    height:47px;
    margin-left:47px;
    border:1px solid #ff811b;
    text-align:center;
    line-height:47px
}
#ser-p1{
    width:47px;
    height:49px;
    float:left
}