html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0;
  font:14px/1.5 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial,sans-serif !important;
  color:#3B3B3B;
  background-color: #F5F5F5;
}
select,textarea,button{
  font:14px/1.5 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial, sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../font/iconfont.woff?t=1658727552670') format('woff'),
       url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont2.woff2?t=1653532243028') format('woff2'),
       url('../font/iconfont2.woff?t=1653532243028') format('woff'),
       url('../font/iconfont2.ttf?t=1653532243028') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Din';
    src: url('../font/DINPro-Bold.otf');
}
body.zs-bg-white{
  background-color: #FFFFFF;
}
.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#3B3B3B;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#27a6ee;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCCCCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCCCCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCCCCC;
}
.zs-pc{
    display: block;
}
.zs-m{
    display: none;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: table;
  width:1500px;
  margin-left: auto;
  margin-right: auto;
}
.zs-wp.cl,.zs-cl{
  margin-bottom: 8px;
}
.zs-md-2{
  width: 50%;
}
.zs-md-3{
  width: 33.33333%;
}
.zs-md-4{
  width: 25%;
}
.zs-ml-3{
  width: 30%;
}
.zs-mr-7{
  width: 70%;
}
.zs-ml-4{
  width: 40%;
}
.zs-mr-6{
  width: 60%;
}
.zs-md-2,.zs-md-3,.zs-md-4,.zs-ml-3,.zs-mr-7{
  float: left;
}
.zs-w100{
  display: table;
  width: 100%;
}
.zs-w50{
  display: inline-block;
  width: 49.5%;
}
.zs-center{
  text-align: center !important;
}
.zs-left{
  text-align: left !important;
}
.zs-right{
  text-align: left !important;
}
.zs-red{
    color:#ed0808 !important;
}
.zs-blue{
    color:#3860F4 !important;
}
.zs-imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.zs-imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.zs-fl{
  float: left;
}
.zs-fr{
  float: right;
}
.zs-posr{
    position: relative;
}
.zs-posa{
    position: absolute;
}
.zs-bg-grey {
    background: #f0f0f0;
}
.zs-line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed0808;
}

/*页眉 start*/
.zs-header{
    display: block;
    width: 100%;
    position: relative;
    height: 202px;
    background: #FFFFFF;
    transition: all 0.35s;
    z-index: 99;
}
.zs-header .topbar{
    display: block;
    width: 100%;
    height: 42px;
    background-color: #F2F2F2;
}
.zs-header .topbar .zs-wp{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.zs-header .topbar .welcome{
    color: #27a6ee;
}
.zs-header .topbar .link{
    display: flex;
}
.zs-header .topbar .link a{
    padding: 0 15px;
    line-height: 1;
    border-right: 1px solid #797979;
}
.zs-header .topbar .link a:last-child{
    border-right: none;
}
.zs-header .sobox{
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: space-between;
}
.zs-header .logo{
    width: 223px;
    height: 55px;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .sobox .search{
    width: 610px;
    height: 42px;
}
.zs-header .search .search-box {
    border: 2px solid #49a0f5;
    width: 604px;
    height: 40px;
    position: relative;
    border-radius: 4px;
}
.zs-header .search .search-box input {
    float: left;
    width: 500px;
    display: block;
    height: 36px;
    border: none;
    font-size: 12px;
    color: #333;
    line-height: 36px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zs-header .search .search-btn {
    position: absolute;
    right: -2px;
    top: -2px;
}
.zs-header .search .search-btn input {
    width: 98px;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #49a0f5;
    text-align: center;
    font-size: 14px;
    border: none;
    letter-spacing: 4px;
    cursor: pointer;
    border-radius: 4px;
    background: linear-gradient(to right, #49a0f5, #0d7ffe);
}
.zs-header .search .search-btn input:hover{
    opacity: 0.9;
}

.zs-header .sobox .customer{
    display: flex;
    width: 450px;
}
.zs-header .sobox .customer .btn{
    display: block;
    background: #fff;
    width: 98px;
    text-align: center;
    line-height: 36px;
    height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-left: 20px;
    border-radius: 4px;
}
.zs-header .sobox .customer .btn a{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .sobox .customer .btn a:hover{
    background-color: #49a0f5;
    color: #FFFFFF;
}
.zs-header .sobox .customer .tel {
    width: 250px;
    height: 40px;
    float: left;
    background: url(../img/icon-phone.png) no-repeat left;
    margin-left: 30px;
    display: block;
    letter-spacing: 2px;
    line-height: 40px;
    color: #49a0f5;
    font-size: 20px;
    font-weight: bold;
    padding-left: 40px;
}
.zs-header .topnav{
    display: flex;
    height: 50px;
}
.zs-header .topnav .hotpro{
    display: block;
    width: 270px;
    height: 50px;
    float: left;
    background-color: #49a0f5;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.zs-header .topnav .hotpro .text{
    display: block;
    width: 125px;
    margin: 0 auto;
    padding-left: 25px;
    background:url(../img/icon-hotpro.png) no-repeat left center;
    background-size: 17px auto;
}
.zs-header .topnav .hotpro:hover ul,.zs-header .topnav .hotpro ul.show{
    display: block;
}
.zs-header .topnav .hotpro ul{
    display: none;
    min-width: 270px;
    height: 620px;
    position: absolute;
    left: 0;
    top: 50px;
    background: #031862;
    z-index: 999;
}
.zs-header .topnav .hotpro li{
    display: block;
    height: 77px;
    line-height: 77px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    cursor: pointer;
    padding: 0 20px;
}
.zs-header .topnav .hotpro li:last-child{
    border-bottom: none;
}
.zs-header .topnav .hotpro li:hover {
    border-left: 2px solid #27a6ee;
    padding: 0 20px 0 18px;
    background: #041d78;
}
.zs-header .topnav .hotpro li a.one{
    display: flex;
    align-items: center;
    color: #27a6ee;
    font-size: 16px;
    background:url(../img/icon-arrow.png) no-repeat right center;
    background-size: auto 16px;
}
.zs-header .topnav .hotpro li a.one img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
}
.zs-header .topnav .hotpro li:hover .childbox{
    display: block;
}
.zs-header .topnav .hotpro .childbox{
    width: 620px;
    height: 620px;
    background: #fff;
    position: absolute;
    left: 270px;
    top: 0;
    display: none;
    padding: 30px 50px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.zs-header .topnav .hotpro .childbox h3 {
    border-left: 3px solid #1E9FFF;
    padding: 0 0 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
}
.zs-header .topnav .hotpro .childbox h4 {
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.zs-header .topnav .hotpro .childbox .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
.zs-header .topnav .hotpro .childbox .item a {
    font-size: 13px;
    color: #333;
    width: 25%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-weight: normal;
}
.zs-header .topnav .hotpro .childbox .item a:hover{
    color: #27a6ee;
}
.zs-header .topnav .nav{
    display: flex;
    padding-left: 35px;
}
.zs-header .topnav .nav li{
    padding: 0 35px;
    position: relative;
}
.zs-header .topnav .nav li a{
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 50px;
}
.zs-header .topnav .nav li a:hover,.zs-header .topnav .nav li.cur a{
    color: #27a6ee;
}
.zs-header .topnav .nav li:hover dl{
    display: block;
}
.zs-header .topnav .nav li dl{
    position: absolute;
    left: calc(50% - 60px);
    top: 50px;
    padding: 10px 0 10px 10px;
    display: none;
    /* width: 100%; */
    white-space: nowrap;
    min-width: 120px;
    background-color: rgba(255,255,255,0.9);
}
.zs-header .topnav .nav li dl dd{
    text-align: center;
    position: relative;
}
.zs-header .topnav .nav li dl dd a{
    padding: 0 10px 0 0;
}
.zs-header .topnav .nav li dl dd a,.zs-header .topnav .nav li.cur dl dd a{
    color: #333333;
}
.zs-header .topnav .nav li dl dd a:hover,.zs-header .topnav .nav li.cur dl dd a:hover{
    color: #27a6ee;
}
.zs-header .topnav .nav li dl dd dl.subnav,.zs-header .topnav .nav li dl dd dl dd dl.threenav{
    left: 100%;
    top: -10px;
    display: none;
}
.zs-header .topnav .nav li dl dd:hover dl.subnav,.zs-header .topnav .nav li dl dd dl dd:hover dl.threenav{
    display: block;
    border-left: 1px solid #F3F3F3;
}
.zs-header .topnav .nav .nav-arrow{
    background: url(../img/icon-more.png) no-repeat 96% center;
    background-size: auto 12px;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 22px;
    width: 20px;
    height: 18px;
    background: url(../img/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: none;
}
/*页眉 end*/


/*页脚 start*/
.zs-footer{
    width: 100%;
    background: #23262a;
    color: #b0b0b0;
}
.zs-footer .service{
    display: block;
    width: 100%;
    height: 178px;
    background-color: #1d1d1d;
}
.zs-footer .service ul{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.zs-footer .service li{
    display: flex;
    width: 25%;
    color: #FFFFFF;
}
.zs-footer .service li .icon{
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
}
.zs-footer .service li .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-footer .service li .text{
    flex: 0 1 auto;
    width: auto;
}
.zs-footer .service li .text strong{
    display: block;
    font-size: 22px;
    padding-top: 20px;
}
.zs-footer .service li .text span{
    display: block;
    padding-top: 3px;
    font-size: 14px;
}
.zs-footer .footbox{
    display: flex;
    padding: 50px 0;
}
.zs-footer .hotline{
    flex: 0 0 380px;
    width: 380px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-right: 1px solid #444444;
}
.zs-footer .hotline .phone{
    display: flex;
    width: 100%;
    height: auto;
}
.zs-footer .hotline .phone .icon{
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.zs-footer .hotline .phone .text{
    flex: 0 1 auto;
    width: auto;
    color: #FFFFFF;
}
.zs-footer .hotline .phone .text span{
    display: block;
    margin-top: 10px;
}
.zs-footer .hotline .phone .text strong{
    display: block;
    font-size: 30px;
    line-height: 55px;
}
.zs-footer .hotline .btn{
    display: flex;
    padding-left: 5px; 
    margin-top: 20px;
}
.zs-footer .hotline .btn a{
    width: 95px;
    height: 32px;
    background-color: #13BDF0;
    border-radius: 8px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
}
.zs-footer .hotline .btn a.green{
    background-color: #0CB037;
}
.zs-footer .hotline .btn a.red{
    background-color: #FF4E00;
}
.zs-footer .hotline .btn a:hover{
    opacity: 0.8;
    color: #FFFFFF;
}
.zs-footer .right{
    flex: 0 1 auto;
    width: auto;
    padding-left: 50px;
    color: #6a6a6a;
    line-height: 28px;
}
.zs-footer .right a{
    color: #6a6a6a;
}
.zs-footer .right a:hover{
    color: #27a6ee !important;
}
.zs-footer .right .footnav{
    display: flex;
    margin-top: 8px;
    margin-bottom: 18px;
}
.zs-footer .right .footnav li{
    font-size: 18px;
    margin-right: 45px;
}
.zs-footer .right .footnav li a{
    color: #9b9ea0;
}
.zs-footer .right .recommend{
    color: #6a6a6a;
    line-height: 28px;
}
.zs-footer .right .recommend a{
    margin-right: 10px;
}
.zs-footer .right .links a{
    margin-right: 10px;
}
/*页脚 end*/

/*右边在线客服 start*/
.zs-rightim{
    width: 50px;
    position: fixed;
    right: 10px;
    top: 45%;
    margin-top: -210px;
    z-index: 200;
}
.zs-rightim li{
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    transition: all linear .2s;
    margin-top: 6px;
}
.zs-rightim .im-con {
    display: none;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 10px 20px;
    transition: all linear .2s;
    border-radius: 5px;
    background-color: rgba(0,170,255,0.5);
    margin-right: 20px;
}
.zs-rightim li:hover .im-con{
    display: block;
}
.zs-rightim .im-con .icon-arrow {
    display: block;
    position: absolute;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
    background: url(../img/icon-im-arrow.png) no-repeat 0 0px;
    z-index: 2;
    padding: 30px 20px;
    right: -40px;
}
.zs-rightim .im-con .text {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    width: 260px;
}
.zs-rightim .im-con .text span{
    min-width: 80px;max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.zs-rightim .im-con .text strong{
    font-size:18px;
    font-weight:bold;
    margin-left: 5px;
    min-width: 160px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.zs-rightim li.im-phone{
    background:#0af url(../img/icon-right-phone.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
}
.zs-rightim li.im-mobile{
    background:#0af url(../img/icon-right-mobile.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-qq{
    background:#0af url(../img/icon-right-qq.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim .imqq-con{
    display: none;
    padding: 0 25px 0 0;
    width: 378px;
    position: absolute;
    left: -370px;
    top: -50px;
}
.zs-rightim li.im-qq:hover .imqq-con{
    display: block;
}
.zs-rightim .imqq-con .icon-qq{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -6px;
    margin-left: 6px;
    background: url(../img/icon-qqon.png) no-repeat center center;
    background-size: 18px 18px;
}
.zs-rightim .imqq-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(../img/icon-arric.png) no-repeat 0 0;
    position: absolute;
    right: 14px;
    top: 70px;
    z-index: 2;
}
.zs-rightim .imqq-con .text{
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px #dcdbdb;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
}
.zs-rightim .imqq-con .text strong{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.zs-rightim .imqq-con .links {
    display: block;
    width: 100%;
    padding-top: 13px;
}
.zs-rightim .imqq-con .links a{
    width: 33.333%;
    display: inline;
    height: 40px;
    text-align: left;
    padding-bottom: 5px; 
    float: left; 
}
.zs-rightim .imqq-con .links a span{
    min-width: 70px;max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.zs-rightim li.im-weixin{
    background:#0af url(../img/icon-right-weixin.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-wm{
    background:#0af url(../img/icon-right-mobile.png) no-repeat center center;
}
/* .zs-rightim .imwx-con {
    display: none;
    position: absolute;
    top: -11px;
    left: -192px;
    width: 188px;
    height: 258px;
    background: url(../img/bg-im-weixin.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-left: 20px;
    z-index: 100;
} */
.zs-rightim .imwx-con {
    display: none;
    position: absolute;
    top: 0px;
    right: 100%;
    margin-right: 20px;
    background: #fff;
    padding: 15px;
    z-index: 100;
    box-shadow: 0 0 16px #dcdbdb;
    border-radius: 6px;
}
.zs-rightim .imwx-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(../img/icon-arric.png) no-repeat 0 15px;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 2;
    padding: 30px 20px;
}
.zs-rightim .imwx-con2 {
    display: flex;
}
.zs-rightim li.im-weixin:hover .imwx-con{
    display: block;
}
.zs-rightim .imwx-con img{
    display: block;
    width: 144px;
    height: 144px;
}
.zs-rightim .imwx-con span{
    width: 144px;
    height: 50px;
    float: left;
    border-top: 1px #CCCCCC solid;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
    color: #ff0000;
}
.zs-rightim li.im-gotop{
    background:#0af url(../img/icon-right-up.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 0 4px 4px;
}
.zs-rightim li:hover{
    background-color: #039be7;
}
/*右边在线客服 end*/

/*页码*/
.zs-pages {
    padding: 30px 0;
    margin-top: 25px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 5px;
}
.zs-pages a:hover{
    background: #1E9FFF;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #1E9FFF;
    color: #fff;
    text-align: center;
    margin: 0 2px;
}
/*现在位置*/
.zs-path{
    margin-top: 25px;
    color: #808080;
}
.zs-path a{
    color: #27a6ee;
}
.zs-path a:hover{
    color: #FF6600;
}
.icon-close{
    display: none;
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-wp {
    width: 92%;
}
.icon-menu {
    display: block;
}
.zs-header {
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA; 
}
.zs-header .topbar{
    display: none;
}
.zs-header .sobox .search {
    display: none;
}
.zs-header .topnav {
    display: none;
    height: 100%;
    width: 100%;
    top: 65px;
    position: fixed;
    background-color: #FFFFFF;
    border-top: 1px solid #EAEAEA;
}
.zs-header .topnav .nav {
    display: block;
    width: 100%;
    height: 92vh;
    overflow: auto;
    padding: 15px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
}
.zs-header .topnav .nav li dl {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px 0 0 20px;
    width: 130px;
    background-color: rgba(255,255,255,0.9);
    border-left: 1px solid #F3F3F3;
}
.zs-header .topnav .nav li dl dd {
    text-align: left;
}
.zs-header .topnav .nav li dl dd dl.subnav, .zs-header .topnav .nav li dl dd dl dd dl.threenav {
    left: 0;
    top: -10px;
    border-left: 1px solid #F3F3F3;
}
.zs-header .topnav .hotpro{
    display: none;
}
.zs-header .sobox {
    display: flex;
    height: 110px;
    padding-top: 5px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .logo {
    width: 50%;
    height: 45px;
}
.zs-header .logo img {
    display: block;
    width: auto;
    height: 100%;
}
.zs-header .sobox .customer .btn {
    margin-left: 0;
}
.zs-header .sobox .customer .tel {
    width: auto;
    margin-left: 15px;
    padding-left: 40px;
}
.zs-header .sobox .customer {
    display:none!important;
}

.zs-footer .service {
    height: auto;
}
.zs-footer .service ul {
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.zs-footer .service li {
    display: flex;
    width: 100%;
}
.zs-footer .service li .icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
}
.zs-footer .service li .text strong {
    display: block;
    font-size: 18px;
    padding-top: 12px;
}
.zs-footer .footbox {
    display: flex;
    padding: 30px 0;
    flex-direction: column;
}
.zs-footer .hotline {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
    border-right: none;
}
.zs-footer .right {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    line-height: 28px;
}
.zs-footer .right .footnav {
    display: flex;
    margin-top: 8px;
    margin-bottom: 18px;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-footer .right .footnav li {
    font-size: 14px;
    margin: 0 3%;
}
.zs-footer .right .recommend {
    line-height: 1.8;
    font-size: 13px;
}
.zs-footer .right .links{
    font-size: 13px;
}
.zs-footer .right .copyright {
    line-height: 1.8;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.zs-rightim{
    display: none;
}
.zs-pc{
    display: none;
}
.zs-m{
    display: block;
}
.zs-pages a {
    width: 28px;
    height: 28px;
    margin: 0 3px;
    line-height: 28px;
}
.zs-pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 2px;
}
.zs-pages {
    padding: 20px 0;
    margin-top: 10px;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 22px;
    height: 22px;
    background:url(../img/icon-close.png) no-repeat center center;
    background-size: 100% 100%;
}

}



.t-pages{padding: 30px 0;
    margin-top: 25px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;border-radius: 3px;}
.t-pages .pagination{display:inline-block;padding-left:0;border-radius:4px;}
.t-pages .pagination li{float: left;display:inline}
.t-pages .pagination li a,.t-pages .pagination li span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;color:#393D49;background:#eaeaea;margin:0 0 0 8px;border-radius: 3px;}
.t-pages .pagination li a:hover{color:#fff;background:#49a0f5}
.t-pages .pagination .active span{background:#49a0f5;color:#fff}
.t-pages .pagination .disabled{display:none}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
body {
     font-size: 0.729167vw !important;
}
 select,textarea,button{
     font-size: 0.729167vw;
}
.zs-wp{
     width:80.7291666vw;
}
 .iconfont {
     font-size: 0.833333vw;
}
 .zs-line{
     margin: 0.78125vw auto;
     width: 2.083333vw;
     height: 0.208333vw;
}
/*页眉 start*/
 .zs-header{
     height: 10.520833vw;
}
 .zs-header .topbar{
     height: 2.1875vw;
     font-size: 0.729167vw;
}
 .zs-header .topbar .link a{
     padding: 0 0.78125vw;
}
 .zs-header .sobox{
     height: 5.729167vw;
}
 .zs-header .logo{
     width: 11.614583vw;
     height: 2.864583vw;
}
 .zs-header .sobox .search{
     width: 31.770833vw;
     height: 2.1875vw;
}
 .zs-header .search .search-box {
     width: 31.458333vw;
     height: 2.083333vw;
}
 .zs-header .search .search-box input {
     width: 26.041667vw;
     height: 1.775vw;
     font-size: 0.625vw;
     line-height: 1.775vw;
     padding-left: 0.520833vw;
}
 .zs-header .search .search-btn input {
     width: 5.104167vw;
     height: 2.083333vw;
     line-height: 2.083333vw;
     font-size: 0.729167vw;
     letter-spacing: 0.208333vw;
}
 .zs-header .sobox .customer{
     width: 23.4375vw;
}
 .zs-header .sobox .customer .btn{
     width: 5.104167vw;
     line-height: 1.875vw;
     height: 1.979167vw;
     font-size: 0.729167vw;
     margin-left: 1.041667vw;
}
 .zs-header .sobox .customer .tel {
     width: 13.020833vw;
     height: 2.083333vw;
    background: url(../img/icon-phone.png) no-repeat left;
    background-size: auto 1.5625vw;
     margin-left: 1.5625vw;
     letter-spacing: 0.104167vw;
     line-height: 2.083333vw;
     font-size: 1.041667vw;
     padding-left: 2.083333vw;
}
 .zs-header .topnav{
     height: 2.604167vw;
}
 .zs-header .topnav .hotpro{
     width: 14.0625vw;
     height: 2.604167vw;
     line-height: 2.604167vw;
     font-size: 0.833333vw;
}
 .zs-header .topnav .hotpro .text{
     width: 7.210417vw;
     padding-left: 1.302083vw;
     background:url(../img/icon-hotpro.png) no-repeat left center;
     background-size: 0.885417vw auto;
}
 .zs-header .topnav .hotpro ul{
     min-width: 14.0625vw;
     height: 32.291667vw;
     top: 2.604167vw;
}
 .zs-header .topnav .hotpro li{
     height: 4.010417vw;
     line-height: 4.010417vw;
     padding: 0 1.041667vw;
}
 .zs-header .topnav .hotpro li:hover {
     padding: 0 1.041667vw 0 0.9375vw;
}
 .zs-header .topnav .hotpro li a.one{
     font-size: 0.833333vw;
     background:url(../img/icon-arrow.png) no-repeat right center;
     background-size: auto 0.833333vw;
}
 .zs-header .topnav .hotpro li a.one img {
     width: 0.833333vw;
     height: 0.833333vw;
     margin-right: 0.520833vw;
}
 .zs-header .topnav .hotpro .childbox{
     width: 32.291667vw;
     height: 32.291667vw;
     left: 14.0625vw;
     top: 0;
     padding: 1.5625vw 2.604167vw;
}
 .zs-header .topnav .hotpro .childbox h3 {
     border-left: 3px solid #1E9FFF;
     padding: 0 0 0 0.520833vw;
     height: 1.041667vw;
     line-height: 1.041667vw;
     font-size: 0.833333vw;
}
 .zs-header .topnav .hotpro .childbox h4 {
     height: 1.5625vw;
     line-height: 1.041667vw;
     font-size: 0.78125vw;
     padding-bottom: 0.520833vw;
}
 .zs-header .topnav .hotpro .childbox .item {
     margin: 1.041667vw 0;
}
 .zs-header .topnav .hotpro .childbox .item a {
     font-size: 0.677083vw;
     height: 1.5625vw;
     line-height: 1.5625vw;
}
 .zs-header .topnav .nav{
     padding-left: 1.822917vw;
}
 .zs-header .topnav .nav li{
     padding: 0 1.822917vw;
}
 .zs-header .topnav .nav li a{
     font-size: 0.9375vw;
     line-height: 2.604167vw;
}
 .zs-header .topnav .nav li dl{
     left: calc(50% - 3.125vw);
     top: 2.604167vw;
     padding: 0.520833vw 0 0.520833vw 0.520833vw;
     min-width: 6.25vw;
     background-color: rgba(255,255,255,0.9);
}
 .zs-header .topnav .nav li dl dd a{
     padding: 0 0.520833vw 0 0;
}
 .zs-header .topnav .nav li dl dd dl.subnav,.zs-header .topnav .nav li dl dd dl dd dl.threenav{
     top: -0.520833vw;
}
 .zs-header .topnav .nav .nav-arrow{
     background: url(../img/icon-more.png) no-repeat 96% center;
     background-size: auto 0.625vw;
}
 .icon-menu {
     top: 1.145833vw;
     width: 1.041667vw;
     height: 0.9375vw;
}
/*页眉 end*/
/*页脚 start*/
 .zs-footer .service{
     height: 9.270833vw;
}
 .zs-footer .service li .icon{
     flex: 0 0 5.208333vw;
     width: 5.208333vw;
     height: 5.208333vw;
}
 .zs-footer .service li .text strong{
     font-size: 1.145833vw;
     padding-top: 1.041667vw;
}
 .zs-footer .service li .text span{
     padding-top: 0.15625vw;
     font-size: 0.729167vw;
}
 .zs-footer .footbox{
     padding: 2.604167vw 0;
}
 .zs-footer .hotline{
     flex: 0 0 19.791667vw;
     width: 19.791667vw;
     padding-bottom: 0.520833vw;
     padding-right: 1.5625vw;
}
 .zs-footer .hotline .phone .icon{
     flex: 0 0 3.866667vw;
     width: 3.866667vw;
     height: 3.866667vw;
     margin-right: 0.51667vw;
     margin-top: 0.5vw;
}
 .zs-footer .hotline .phone .icon img{
    width: 100%;
    height: 100%;
 }
 .zs-footer .hotline .phone .text span{
     margin-top: 0.520833vw;
}
 .zs-footer .hotline .phone .text strong{
     font-size: 1.666667vw;
     line-height: 2.864583vw;
}
 .zs-footer .hotline .btn{
     padding-left: 0.260417vw;
     margin-top: 1.041667vw;
}
 .zs-footer .hotline .btn a{
     width: 4.947917vw;
     height: 1.666667vw;
     border-radius: 0.416667vw;
     line-height: 1.666667vw;
     font-size: 0.833333vw;
     margin-right: 1.041667vw;
}
 .zs-footer .right{
     padding-left: 2.204167vw;
     line-height: 1.458333vw;
}
 .zs-footer .right .footnav{
     margin-top: 0.416667vw;
     margin-bottom: 0.9375vw;
}
 .zs-footer .right .footnav li{
     font-size: 0.9375vw;
     margin-right: 2.34375vw;
}
 .zs-footer .right .recommend{
     line-height: 1.458333vw;
}
 .zs-footer .right .recommend a{
     margin-right: 0.320833vw;
}
 .zs-footer .right .links a{
     margin-right: 0.520833vw;
}
/*页脚 end*/
/*页码*/
 .zs-pages {
     padding: 1.5625vw 0;
     margin-top: 1.302083vw;
}
 .zs-pages a{
     width: 1.822917vw;
     height: 1.822917vw;
     line-height: 1.822917vw;
     border-radius: 0.15625vw;
     margin: 0 0.260417vw;
}
 .zs-pages span {
     width: 1.822917vw;
     height: 1.822917vw;
     line-height: 1.822917vw;
     border-radius: 0.15625vw;
     margin: 0 0.104167vw;
}
/*现在位置*/
 .zs-path{
     margin-top: 1.302083vw;
}
 

}