/*other.css*/
html,body {
    height: 100%;
    color: #393939;
    min-width: 1170px;
}

.container {
    width: 1170px;
    margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
/* 公用背景颜色 */
.bg{ background: #eeeeee;}



/* header头部导航 start */
.page-header{transition:.3s;}
.page-header.active{position: fixed;top:0;width: 100%;z-index: 9999;}
.page-header .logo-box{display: inline-block;vertical-align: middle;line-height: 65px;font-size:22px;font-weight: bold;}
.page-header .logo-box a{color:#fff;}
.page-header .logo-box a img{vertical-align: middle;}
.page-header .main-nav{padding: 18px 0;background: #fff;}
.page-header .main-nav li{margin: 0 20px;}
.page-header .main-nav li a{font-size: 16px;color: #000;}
.page-header .nav {padding: 0px 0;margin-left: 20px}
.page-header .nav span{color:#000;}
.page-header .nav .sp2{color:#000;margin-left:20px;border:1px solid #fff;border-radius: 3px;padding: 3px 5px;}
/* header头部导航 end */



/* footer 底部通栏 start*/
.page-footer{width: 100%;background: #272727;z-index: 999;position: relative;padding-top: 20px;padding-bottom: 5px;}
.page-footer .footer-wrap{width: 1050px;margin: auto;height: 100%}
.page-footer .footer-wrap .links{border-bottom: 1px solid #535353;padding-bottom: 35px;}
.page-footer .footer-wrap .links:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.page-footer .footer-wrap .links .contacts{float: left;}
.page-footer .footer-wrap .links .nav{float: right;}
.page-footer .footer-wrap .links .contacts h2.cn{font-weight: normal;font-size: 18px;color: #ccc;margin-top: 0;}
.page-footer .footer-wrap .links .contacts .er{margin-top: 32px;}
.page-footer .footer-wrap .links .contacts .er li{float: left;list-style: none;color: #969696;}
.page-footer .footer-wrap .links .contacts .er li .wechat{text-align: center;margin: 0;padding: 0;font-size: 12px;}
.page-footer .footer-wrap .links .contacts .er li dl {margin-top: 27px;margin-left: 25px;line-height: 1.8;}
.page-footer .footer-wrap .links .contacts .er li dt{font-weight: normal!important;}
.page-footer .footer-wrap .links .nav li{font-size: 14px;padding: 0 35px;line-height: 1.8;border-right: 1px solid #535353;float: left;display: block;height: 95px;}
.page-footer .footer-wrap .links .nav li *{margin: 0;padding: 0}
.page-footer .footer-wrap .links .nav li dt{color: #969696;}
.page-footer .footer-wrap .links .nav li dd a{color: #626262;}
.page-footer .footer-wrap .links .nav li:nth-child(4){border-right: none;}
.page-footer .footer-wrap .copyr{text-align: center;font-size: 12px;color: #626262;display: table;width: 100%;height: 75px;}
.page-footer .footer-wrap .copyr .copyr-cell{display: table-cell;vertical-align: middle;height: 100%;}

/* footer 底部通栏 end*/



/* footer2 底部通栏 start*/
.page-footer2{width: 100%;background: #272727;z-index: 999;position: relative;padding-bottom: 5px;}
.page-footer2 .footer-wrap{width: 1050px;margin: auto;height: 100%;padding: 60px 0 20px;color: #ccc;}
.page-footer2 .footer-wrap .footer-service dl{float: left;margin-right: 90px;}
.page-footer2 .footer-wrap .footer-service dt{font-size: 18px;margin-bottom: 34px;}
.page-footer2 .footer-wrap .footer-service dd{margin-bottom: 22px;}
.page-footer2 .footer-wrap .footer-service dd i{display: inline-block; *display: inline; *zoom:1;width: 17px;height: 14px;background: url(../images/footer2-icon.png) no-repeat;margin-right: 5px;}
.page-footer2 .footer-wrap .footer-service dd i.icon-wechat{background-position: 0 0;}
.page-footer2 .footer-wrap .footer-service dd i.icon-weibo{background-position: 0 -14px;}
.page-footer2 .footer-wrap .footer-service dd i.icon-intro{background-position: -17px 0;}
.page-footer2 .footer-wrap .footer-service dd i.icon-cp{background-position: -17px -14px;}
.page-footer2 .footer-wrap .footer-service dd i.icon-phone{background-position: -34px 0;}
.page-footer2 .footer-wrap .footer-service dd i.icon-addr{background-position: -34px -14px;}
.page-footer2 .footer-wrap .footer-qrcode .downApp{margin-top: 22px;}
.page-footer2 .copyr{text-align: center;font-size: 12px;color: #ccc;display: table;width: 100%;height: 65px;border-top: 1px solid #434343;}
.page-footer2 .copyr a{color: #ccc;margin-left: 12px;}
.page-footer2 .copyr .copyr-cell{display: table-cell;vertical-align: middle;height: 100%;}
/* footer2 底部通栏 end*/




