html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.cl{zoom:1}
.cl:after{clear:both;display:block;visibility:hidden;height:0;content:'\20'}
body {
  margin:0;
  padding:0 0 0 0;
  font:14px/1.8 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #FFFFFF;
}
select,textarea{
  font:14px/1.8 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial, sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont2.woff2') format('woff2'),
       url('../fonts/iconfont2.woff') format('woff'),
       url('../fonts/iconfont2.ttf') 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');
}

.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:#000000;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#ed0808;
  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-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: table;
  width:1550px;
  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:#2a9445 !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{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100px;
    background: rgba(0,0,0,0);
    transition: all 0.35s;
    z-index: 99999;
}
.zs-header.show {
    height: 80px;
    background-color: rgba(0,0,0,0.9);
    transition: all 0.35s;
}
.zs-header .zs-wp{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.zs-header .logo{
    flex: 0 0 160px;
    width: 160px;
    height: 50px;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav{
    display: flex;
    flex: 0 0 auto;
}
.zs-header .nav ul{
    display: flex;
}
.zs-header .nav li{
    font-size:20px;
    height: 38px;
    line-height: 38px;
}
.zs-header .nav li a{
    display: block;
    padding: 0 25px;
    height: 100%;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
}
.zs-header .nav li.cur a,.zs-header .nav li a:hover{
    color: #2a9445;
}
.zs-header .nav li a:after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 3px;
    border-radius: 1.5px;
    background-color: #2a9445;
    transition: all 0.35s;
}
.zs-header.show .nav li a:after{
    bottom: -21px;
}
.zs-header .nav li.cur a:after,.zs-header .nav li a:hover:after {
    width: 30px;
    margin-left: -15px;
    background-color: #2a9445;
}
.zs-header .btn{
    width: auto;
    padding-left: 20px;
}
.zs-header .btn a{
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #2a9445;
    color: #fff;
    background-color: #2a9445;
}
.zs-header .btn a:hover{
    border: 1px solid #fff;
    background: none;
    color: #fff;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 16px;
    width: 16px;
    height: 14px;
    background: url(../images/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: none;
}
/*页眉 end*/


/*页脚 start*/
.zs-footer{
    width: 100%;
    background: #2a2a32;
    color: #b0b0b0;
    padding-top: 50px;
}
.zs-footer .topbox{
    display: flex;
    justify-content: space-between;
}
.zs-footer .hotline{
    flex: 0 1 400px;
    width: 400px;
}
.zs-footer .hotline .title{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}
.zs-footer .hotline .title i{
    font-size: 32px;
    color: #2a9445;
    vertical-align: middle;
    font-weight: normal;
}
.zs-footer .hotline .phone{
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 18px;
    font-family: 'Din';
}
.zs-footer .footernav{
    display: flex;
    flex: 0 1 750px;
    width: 750px;
}
.zs-footer .footernav li{
    width: 20%;
}
.zs-footer .footernav li strong{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}
.zs-footer .footernav li strong:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #2a9445e;
}
.zs-footer .footernav li strong a{
    color: #FFFFFF;
}
.zs-footer .footernav li span{
    display: block;
}
.zs-footer .footernav li span a{
    display: block;
    color: #b0b0b0;
    line-height: 32px;
}
.zs-footer .footernav li span a:hover{
    color: #FFFFFF;
}
.zs-footer .consulting{
    display: flex;
    flex: 0 1 382px;
    width: 382px;
    height: 210px;
    padding: 40px 40px;
    background: #2a9445;
    box-shadow: 0 7px 0 0 #222;
    border-radius: 5px;
}
.zs-footer .consulting .online{
    width: 50%;
}
.zs-footer .consulting .online a.btn-online{
    height: 30px;
    line-height: 26px;
    padding: 0 30px;
    border-radius: 17px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    margin-bottom: 15px;
}
.zs-footer .consulting .online a.btn-online:hover {
    background: #fff;
    color: #2a9445;
}
.zs-footer .consulting .online a{
    display: block;
    line-height: 32px;
    font-size: 16px;
    color: #FFFFFF;
}
.zs-footer .consulting .qrcode{
    width: 50%;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-left: 20px;
}
.zs-footer .consulting .qrcode img {
    width: 100px;
    border-radius: 3px;
    box-shadow: 1px 4px 3px 2px #3230303d;
}
.zs-footer .contact{
    display: flex;
    border-top: 1px solid #404040;
    margin-top: 50px;
    padding-top: 50px;
    justify-content: space-between;
}
.zs-footer .contact .item{
    width: 100%;
}
.zs-footer .contact .item strong{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 25px;
    position: relative;
}
.zs-footer .contact .item strong:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #2a9445;
}
.zs-footer .contact .item strong a{
    color: #FFFFFF;
}
.zs-footer .contact .item span{
    font-size: 15px;
}
.zs-footer .links{
    margin-top: 50px;
    margin-bottom: 50px;
}
.zs-footer .links a{
    color: #b0b0b0;
}
.zs-footer .links a:hover{
    color: #FFFFFF;
}
.zs-footer .links .item a{
    margin: 0 15px;
}
.zs-footer .links .city{
    margin-top: 20px;
}
.zs-footer .copyright{
    width: 100%;
    background: #222228;
    line-height: 60px;
    color: #707070;
}
.zs-footer .copyright a{
    color: #707070;
}
.zs-footer .copyright a:hover{
    color: #FFFFFF;
}
.zs-footer .copyright .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-footer .copyright .left{
    font-size: 12px;
}
.zs-footer .copyright .left span{
    margin-left: 15px;
}
.zs-footer .copyright .right{
    font-size: 14px;
}
/*页脚 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(../images/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(../images/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(../images/icon-right-mobile.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-qq{
    background:#0af url(../images/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(../images/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(../images/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(../images/icon-right-weixin.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-wm{
    background:#0af url(../images/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(../images/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(../images/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: #2a9445;
}
.zs-rightim li.im-gotop{
    background:#0af url(../images/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: 80px 0;
    display: flex;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 5px;
}
.zs-pages a:hover{
    background: #2a9445;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #2a9445;
    color: #fff;
    text-align: center;
    margin: 0 2px;
}
/*现在位置*/
.zs-path{
    margin-top: 25px;
    color: #999999;
}
.zs-path a{
    color: #999999;
}
.zs-path a:hover{
    color: #2a9445;
}

/*客户LOGO*/
.zs-client-list{
    display: block;
    margin-top: 45px;
}
.zs-client-list li{
    float:left;
    width:228px;
    height:82px;
    line-height:400px;
    margin:25px 36px 25px 0;
    overflow:hidden;
    border-radius:3px;
    background-position: center top;
    transition: all ease-out 0.35s;
}
.zs-client-list li:nth-child(6n){
  margin-right: 0;
}
.zs-client-list li.logo-client1:hover,
.zs-client-list li.logo-client2:hover,
.zs-client-list li.logo-client3:hover,
.zs-client-list li.logo-client4:hover,
.zs-client-list li.logo-client5:hover,
.zs-client-list li.logo-client6:hover,
.zs-client-list li.logo-client7:hover,
.zs-client-list li.logo-client8:hover,
.zs-client-list li.logo-client9:hover,
.zs-client-list li.logo-client10:hover,
.zs-client-list li.logo-client11:hover,
.zs-client-list li.logo-client12:hover,
.zs-client-list li.logo-client13:hover,
.zs-client-list li.logo-client14:hover,
.zs-client-list li.logo-client15:hover,
.zs-client-list li.logo-client16:hover,
.zs-client-list li.logo-client17:hover,
.zs-client-list li.logo-client18:hover{
    background-position: center bottom;transition: all ease-out 0.35s;
}
.zs-client-list li.logo-client1{
    background:url(../images/logo-client1.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client2{
    background:url(../images/logo-client2.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client3{
    background:url(../images/logo-client3.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client4{
    background:url(../images/logo-client4.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client5{
    background:url(../images/logo-client5.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client6{
    background:url(../images/logo-client6.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client7{
    background:url(../images/logo-client7.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client8{
    background:url(../images/logo-client8.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client9{
    background:url(../images/logo-client9.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client10{
    background:url(../images/logo-client10.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client11{
    background:url(../images/logo-client11.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client12{
    background:url(../images/logo-client12.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client13{
    background:url(../images/logo-client13.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client14{
    background:url(../images/logo-client14.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client15{
    background:url(../images/logo-client15.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client16{
    background:url(../images/logo-client16.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client17{
    background:url(../images/logo-client17.png);
    background-size: 100% auto;
}
.zs-client-list li.logo-client18{
    background:url(../images/logo-client18.png);
    background-size: 100% auto;
}

/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
 body {
     font-size: 0.729167vw;
}
 select,textarea{
     font-size: 0.729167vw;
}
 .iconfont {
     font-size: 0.833333vw;
}
 .zs-wp{
     width:80.7291666vw;
}
 .zs-wp.cl,.zs-cl{
     margin-bottom: 0.416667vw;
}
 .zs-line{
     margin: 0.78125vw auto;
     width: 2.083333vw;
     height: 0.208333vw;
}
/*页眉 start*/
 .zs-header{
     height: 5.208333vw;
}
 .zs-header.show {
     height: 4.166667vw;
}
 .zs-header .logo{
     flex: 0 0 8.333333vw;
     width: 8.333333vw;
     height: 2.604167vw;
}
 .zs-header .nav li{
     font-size: 0.833333vw;
     height: 1.979167vw;
     line-height: 1.979167vw;
}
 .zs-header .nav li a{
     padding: 0 1.302083vw;
}
 .zs-header .nav li a:after{
     left: 50%;
     bottom: -0.3125vw;
     height: 0.15625vw;
}
 .zs-header.show .nav li a:after{
     bottom: -1.09375vw;
}
 .zs-header .nav li.cur a:after,.zs-header .nav li a:hover:after {
     width: 1.5625vw;
     margin-left: -0.78125vw;
}
 .zs-header .btn{
     padding-left: 1.041667vw;
}
 .zs-header .btn a{
     height: 1.979167vw;
     line-height: 1.979167vw;
     padding: 0 1.5625vw;
     border-radius: 1.25vw;
     font-size: 0.9375vw;
}
/*页眉 end*/
/*页脚 start*/
 .zs-footer{
     padding-top: 2.604167vw;
}
 .zs-footer .hotline{
     flex: 0 1 20.833333vw;
     width: 20.833333vw;
}
 .zs-footer .hotline .title{
     font-size: 0.833333vw;
}
 .zs-footer .hotline .title i{
     font-size: 1.666667vw;
}
 .zs-footer .hotline .phone{
     font-size: 2.083333vw;
     margin-bottom: 0.9375vw;
}
 .zs-footer .footernav{
     flex: 0 1 39.0625vw;
     width: 39.0625vw;
}
 .zs-footer .footernav li strong{
     font-size: 0.9375vw;
     padding-bottom: 0.260417vw;
     margin-bottom: 1.041667vw;
}
 .zs-footer .footernav li strong:after {
     width: 0.78125vw;
     height: 0.104167vw;
}
 .zs-footer .footernav li span a{
     line-height: 1.666667vw;
}
 .zs-footer .consulting{
     flex: 0 1 19.895833vw;
     width: 19.895833vw;
     height: 10.9375vw;
     padding: 2.083333vw 1.583333vw;
     box-shadow: 0 0.364583vw 0 0 #222;
     border-radius: 0.260417vw;
}
 .zs-footer .consulting .online{
     width: 50%;
}
 .zs-footer .consulting .online a.btn-online{
     height: 1.5625vw;
     line-height: 1.354167vw;
     padding: 0 1.5625vw;
     border-radius: 0.885417vw;
     font-size: 0.833333vw;
     font-weight: 700;
     margin-bottom: 0.78125vw;
}
 .zs-footer .consulting .online a{
     line-height: 1.666667vw;
     font-size: 0.833333vw;
}
 .zs-footer .consulting .qrcode{
     font-size: 0.677083vw;
     padding-top: 0.260417vw;
     padding-left: 1.041667vw;
}
 .zs-footer .consulting .qrcode img {
    width: 5.208333vw;
     box-shadow: 0.052083vw 0.208333vw 0.15625vw 0.104167vw #3230303d;
}
 .zs-footer .contact{
     margin-top: 2.604167vw;
     padding-top: 2.604167vw;
}
 .zs-footer .contact .item{
     width: 25%;
}
 .zs-footer .contact .item strong{
     font-size: 0.9375vw;
     padding-bottom: 0.260417vw;
     margin-bottom: 1.302083vw;
}
 .zs-footer .contact .item strong:after {
     width: 0.78125vw;
     height: 0.104167vw;
}
 .zs-footer .contact .item span{
     font-size: 0.78125vw;
}
 .zs-footer .links{
     margin-top: 2.604167vw;
     margin-bottom: 2.604167vw;
}
 .zs-footer .links .item a{
     margin: 0 0.78125vw;
}
 .zs-footer .links .city{
     margin-top: 1.041667vw;
}
 .zs-footer .copyright{
     line-height: 3.125vw;
}
 .zs-footer .copyright .left{
    width: 85%;
     font-size: 0.625vw;
     line-height: 1.5;
     padding: 15px 0;
}
 .zs-footer .copyright .left span{
     margin-left: 0.78125vw;
}
 .zs-footer .copyright .right{
    width: 15%;
     font-size: 0.729167vw;
     text-align: right;
     line-height: 1.5;
     padding: 15px 0;
}
/*页脚 end*/
/*右边在线客服 start*/
 .zs-rightim{
     width: 2.604167vw;
     right: 0.520833vw;
     top: 45%;
     margin-top: -10.9375vw;
}
 .zs-rightim li{
     width: 2.604167vw;
     height: 2.604167vw;
     margin-top: 0.3125vw;
}
 .zs-rightim .im-con{
     height: 2.604167vw;
     right: 2.552083vw;
     padding: 0 1.041667vw 0 0;
}
 .zs-rightim .im-con .icon-arrow {
     right: 0.520833vw;
     top: 0.78125vw;
     width: 0.520833vw;
     height: 1.041667vw;
}
 .zs-rightim .im-con .text {
     height: 2.604167vw;
     line-height: 2.604167vw;
     font-size: 0.729167vw;
     padding: 0 1.041667vw;
}
 .zs-rightim .im-con .text strong{
     font-size:0.9375vw;
     margin-left: 0.260417vw;
}
 .zs-rightim .imqq-con{
     padding: 0 1.302083vw 0 0;
     width: 19.6875vw;
     left: -19.270833vw;
     top: -2.604167vw;
}
 .zs-rightim li.im-qq:hover .imqq-con{
}
 .zs-rightim .imqq-con .icon-qq{
     width: 1.145833vw;
     height: 1.145833vw;
     vertical-align: -0.3125vw;
     margin-left: 0.3125vw;
}
 .zs-rightim .imqq-con .icon-arrow {
     width: 0.625vw;
     height: 1.145833vw;
     right: 0.729167vw;
     top: 3.645833vw;
}
 .zs-rightim .imqq-con .text{
     box-shadow: 0 0 0.833333vw #dcdbdb;
     padding: 0.78125vw 0.78125vw 0.78125vw 0.78125vw;
     margin-top: 0.78125vw;
}
 .zs-rightim .imqq-con .text strong{
     height: 1.041667vw;
     line-height: 1.041667vw;
     font-size: 0.833333vw;
}
 .zs-rightim .imqq-con .links {
     padding-top: 0.677083vw;
}
 .zs-rightim .imqq-con .links a{
     width: 4.6875vw;
     margin-right: 1.041667vw;
     height: 2.083333vw;
     padding-bottom: 0.260417vw;
}
 .zs-rightim .imwx-con {
     top: -0.572917vw;
     left: -10vw;
     width: 9.791667vw;
     height: 13.4375vw;
     padding-top: 1.5625vw;
     padding-left: 1.041667vw;
}
 .zs-rightim .imwx-con img{
     width: 7.395833vw;
     height: 7.395833vw;
}
 .zs-rightim .imwx-con span{
     width: 7.395833vw;
     height: 2.604167vw;
     margin-top: 0.520833vw;
     line-height: 1.354167vw;
     font-size: 0.729167vw;
     padding-top: 0.520833vw;
}
 .zs-rightim li.im-gotop{
     border-radius: 0 0 0.208333vw 0.208333vw;
}
/*右边在线客服 end*/
/*页码*/
 .zs-pages {
     padding: 4.166667vw 0;
}
 .zs-pages a{
     width: 2.083333vw;
     height: 2.083333vw;
     line-height: 2.083333vw;
     margin: 0 0.260417vw;
}
 .zs-pages span {
     width: 2.083333vw;
     height: 2.083333vw;
     line-height: 2.083333vw;
     width: 2.083333vw;
     border-radius: 0.15625vw;
}
/*现在位置*/
 .zs-path{
     margin-top: 1.302083vw;
}
/*客户LOGO*/
 .zs-client-list{
     margin-top: 2.34375vw;
}
 .zs-client-list li{
     width:11.875vw;
     height:4.270833vw;
     line-height:20.833333vw;
     margin:1.302083vw 1.875vw 1.302083vw 0;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-caseinfo img {
    width: 100%;
  }
.content img {
    width: 100%;
  }
.zs-wp {
    width: 92%;
}
.zs-header {
    height: 45px;
}
.zs-header.show {
    height: 45px;
}
.zs-header .logo {
    flex: 0 0 96px;
    width: 96px;
    height: 30px;
}
.zs-header .nav{
    display: none;
}
.icon-menu {
    display: block;
}
.zs-rightim{
    display: none;
}
.zs-pages {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-pages a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 4px 4px 4px;
}
.zs-pages span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin: 0 4px 4px 4px;
}
.zs-client-list {
    width: 300px;
    margin: 0 auto;
    margin-top: 25px;
}
.zs-client-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zs-client-list li {
    float: none;
    width: 140px;
    height: 50.5px;
    margin: 0px 0 15px 0;
}
.zs-client-list li:nth-child(6n) {
    margin-right: 0;
}
.menu-mask{
    position: fixed;
    top: 0;
    display: none;
    z-index: 10001000;
    width: 100%;
    padding: 0 0;
    height: 100%;
    background: #121212;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    background:url(../images/icon-close.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: block;
    margin-top: 62px;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
}
.m-menu a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 5px 0;
    color: #FFFFFF;
    position: relative;
}
.m-menu a.cur{
    color: #ed0808;
}
.m-menu a.cur:after {
    position: absolute;
    display: block;
    content: "";
    left: 2px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #ed0808;
    transition: all 0.35s;
}
.m-menu .language{
    border-top: 1px solid #333333;
    padding-top: 30px;
    margin-top: 20px;
}
.m-menu .language a {
    display: block;
    width: 50%;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ed0808;
    color: #fff;
    background-color: #ed0808;
}
.zs-footer .contact {
    display: flex;
    border-top: 1px solid #404040;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-footer {
    padding-top: 30px;
}
.zs-footer .hotline {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}
.zs-footer .footernav {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-footer .footernav li {
    width: 33.333%;
    margin-bottom: 15px;
}
.zs-footer .footernav li strong {
    margin-bottom: 10px;
}
.zs-footer .footernav li span a {
    line-height: 1.8;
    font-size: 13px;
}
.zs-footer .consulting {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    height: 210px;
    padding: 20px 30px;
    background: #2a9445;
    box-shadow: 0 7px 0 0 #222;
    border-radius: 5px;
}
.zs-footer .topbox {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .hotline .title {
    font-size: 16px;
    line-height: 1.2;
}
.zs-footer .hotline .phone {
    line-height: 1.5;
    margin-bottom: 8px;
}
.zs-footer .contact .item {
    width: 100%;
    padding-right: 2%;
    margin-bottom: 15px;
}
.zs-footer .contact .item strong {
    margin-bottom: 10px;
    position: relative;
}
.zs-footer .contact .item span {
    font-size: 12px;
    line-height: 1.5;
}
.zs-footer .links {
    display: none;
}
.zs-footer .copyright .zs-wp {
    display: block;
    line-height: 1.5;
    padding: 15px 0;
}
.zs-footer .copyright .right {
    font-size: 12px;
    margin-top: 10px;
}

}

.t-pages{float:right;margin: 20px 0 0 0;}
.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:#fff;margin:0 0 0 0px;border:1px solid #eee}

.page-num {position:relative;float:left;padding:6px 12px;line-height:1.42857143;color:#393D49;background:#fff;margin:0 0 0 8px;border:1px solid #eee}
.page-num-current {background:#2a9445;border:1px solid #2a9445;color:#ffffff !important;}
.t-pages .pagination li a:hover{color:#fff;background:#2a9445}
.t-pages .pagination .page-num-current span{background:#2a9445;color:#fff}
.t-pages .pagination .disabled{display:none}

/* .t-header{background-color: rgba(0,0,0,0.9);z-index:999}
.t-header,.t-logo{height:80px;line-height:80px}
.t-logo{float:left}
.t-logo img{width: 150px;}
.t-logo a{font-size:34px;font-weight:700;color:#fff}
.t-nav{float:right}
.t-nav a,.t-nav li{position:relative;float:left}
.t-nav a{font-size:15px;padding:0 30px;color:#fff}
.t-nav li a:after{content:'';position:absolute;left:0;right:0;bottom:15px;margin:auto;height:3px;width:0;background:#ff0000;transition:all .3s}
.t-nav li:hover a:after{width:30px}
.t-nav .t-s-1:before{position:absolute;right:0;top:50%;margin-top:-8px;width:16px;height:16px;line-height:16px;transition:all .3s;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeElEQVQ4T92TwQ2AIBAEZzuwA1vTTizBEizFDrSjNSRA0IAP+cnzws4dk0N0HnXm+RPA9gKMkuY3L7Y34JS0hnvZge0B2IGjBYlhJE2pyU3iG6QWvk2QiDVIK1wFhGIJiWCVY5eOmntQQIKw/Oan4D8t0tdP1e3gAii6LhER9bVdAAAAAElFTkSuQmCC)}
.t-nav li:hover .t-s-1:before{transform:rotateX(180deg)}
.t-nav .t-s-2:before{position:absolute;right:0;top:50%;margin-top:-9px;width:16px;height:16px;line-height:16px;transform:rotateZ(270deg);content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfklEQVQ4T92TwQ2AIBAE9zqwA1vaErQTS7AES9gS7EA7wpAAAQM85CfPCzt3TA7D4LHBPP4EILkBmCWtPS8kDwC3pN3fSw5ITmZ2OueuFiSEIWmJTQqJPUgtXEwQiTVIK1wF+GIOCWDLx84dNfcgg3hh6c1vwX9apK+fatjBAz8ePRF94AEmAAAAAElFTkSuQmCC)}

.t-nav .t-n-2{display:none;position:absolute;left:0;top:80px;padding-top: 10px;}
.t-nav .t-n-2 li{background:#fff;line-height:35px;white-space:nowrap}
.t-nav .t-n-2 a{color:#333;font-size:13px;padding:0 25px 0 30px;box-sizing:border-box}
.t-nav .t-n-2 a:after{display:none}
.t-nav :hover .t-n-2{display:block}

.t-nav .t-n-3{display:none;position:absolute;left:100%;top:0;}
.t-nav .t-n-3 li{background:#fff;line-height:35px;white-space:nowrap}
.t-nav .t-n-3 a{color:#333;font-size:13px;padding:0 15px;box-sizing:border-box}
.t-nav .t-n-3 a:after{display:none}
.t-nav .t-n-2 li:hover .t-n-3{display:block}

.t-header {
    position: fixed;width: 100%; top: 0px;left: 0px;
}
body {
    padding-top: 80px;
} */


.zs-homenews .menu li{
    cursor: pointer;
}

.zs-homenews .menu li.on a{
    border-radius: 30px;
    background-color: #2a9445;
    font-weight: 700;
    color: #fff;
}

/* ----- PC分页开始 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom:20px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 4px 10px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #009944;
  border: 1px solid #009944;
}
.pagination a.page-num-current {
  color: #fff;
  background: #009944;
  border: 1px solid #009944;
  padding-top:6px;
}
.text-secondary {
	margin:0 auto;
	text-align:center;
	
	}
/* ----- WAP分页开始 ----- */
.mpagebar .mpagination {
	display: none;
 }
@media (max-width:767px){

.pagebar .pagination {
	display: none;
 }
.mpagebar .mpagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.mpagination a {
  background: #0C9439;
  border: 1px solid #0C9439;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 10px;
  margin: 0 5px;
  border-radius: 3px;
}
.mpagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.mpagination a:hover {
  color: #ffffff;
  border: 1px solid #0C9439;
}
.mpagination a.mpage-num-current {
  color: #fff;
  background: #0C9439;
  border: 1px solid #0C9439;
}
}
/* -----分页代码 结束 ----- */

input::placeholder {
	font-size: 16px; /* 设置字体大小 */
}
textarea::placeholder {
	font-size: 16px; /* 设置字体大小 */
}
button {
	font-size: 16px;
    outline: 0;
    border: none;
}
.l-wrap {
    width: 100%;
    max-width: 1550px;
    padding: 0px 0px;
    margin: 0px auto;
}
.contact .inquiry {
    background-color: #F4F4F4;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 2%;
    margin-top: 2%
}

.contact .inquiry .send-btn {
    width: 200px;
    height: 52px;
    border-radius: var(--border);
    background-color: #2A9445;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: var(--fontweight5);
    margin-top: 4%;
    cursor: pointer;
    box-shadow: 0 0 0 #11b97f;
    transition: all .2s linear
}

.contact .inquiry .send-btn:hover {
    box-shadow: 0 0 6px #11b97f
}

.contact .inquiry .inquiry-form {
    display: flex;
    flex-wrap: wrap
}

.contact .inquiry input {
    width: 32%;
    margin-right: 2%;
    height: 57px;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding: 0px 15px;
    border: 1px solid #e5e5e5;
    transition: all .1s linear
}
.contact .inquiry input:nth-child(3) {
    margin-right: 0%;
}
.contact #feedbackForm .select-menu {
    flex: 1
}

.contact #feedbackForm .select-menu input {
    width: 100%
}

.contact #feedbackForm textarea {
    font-family: inherit;
    width: 100%;
    background: #FFF;
    border-radius: var(--border);
    outline: 0;
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
    margin-bottom: 20px;
    resize: none
}
.contact #feedbackForm .send-btn {
    margin: 30px auto;
}
@media (max-width: 1024px) {
    .l-wrap {
        padding: 0px 15px;
    }
}
@media (max-width: 768px) {
    .l-wrap {
        padding: 0px 15px;
    }
    .contact .inquiry {
        background-color: #F4F4F4;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 6% 4%;
        margin-top: 4%;
    }
.contact .inquiry input {
        width: 100%;
    }
.contact .inquiry input{
    margin-right: 0%;
}
    .contact .inquiry .send-btn {
        width: 180px;
        height: 48px;
        border-radius: var(--border);
        background-color: #2A9445;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-weight: var(--fontweight5);
        margin-top: 4%;
}
}



a {
    color: #333;
    text-decoration: none;
}
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.ct2-mn{float:left;width:100%}
img {
    border-style: none;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 98%;
    vertical-align: middle;
    transition: all 0.5s;
}

.web-showcase {
    margin: 0 0 40px;
}
.web-showcase-info {
    margin-left: 530px;
}
.web-showcase-info h1 {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: bold;
}
.web-showcase-info p {
    margin: 5px 0 0;
    color: #666;
    line-height: 2.2;
    min-height: 330px;
	font-size:16px;
}
.web-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    height: 42px;
    line-height: 21px;
    font-size: 18px;
}
.pc-slide{float:left;width:500px}
.view .swiper-slide .img-center{width:100%;height:300px;line-height:300px}
.view .swiper-container{width:100%}
.preview{width:100%;margin-top:10px;position:relative}
.preview .swiper-container{margin:0 30px}
.preview .swiper-slide .img-center{height:80px;border:1px solid #ddd;cursor:pointer;position:relative;line-height:80px}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10}
.preview .active-nav .img-center{border-color:#2A9445}
.view .swiper-slide .img-center {
    width: 100%;
    height: 500px;
    line-height: 500px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.prod-menu{margin-bottom:20px;border-bottom:3px solid #2A9445}
.prod-menu li{float:left;margin-right:7px}
.prod-menu li a{display:block;padding:0 35px;line-height:50px;border-radius:0px 0px 0 0;background-color:#F1F1F1;font-size:16px}
.prod-menu li.active a{background-color:#2A9445;color:#fff}


.xian {
	border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(238, 238, 238);
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
	}
.guanjianci {
	font-size:16px;
	line-height:60px;
}
.zixun {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.zixun ul{
	width:100%;
}
.zixun li{
	display: inline;
    position: relative;
    text-align: center;
	width:120px;
	margin-right:20px;
	background-color:#2A9445;
	padding:15px 40px 15px 40px;
	color:#ffffff;
	font-size:16px;
	border-radius:10px;
	}
.zixun li:hover{
	background-color:#ff6600;
	}
.zixun li a{
	color:#ffffff;
	}
.zixun li a:hover{
	color:#ffffff;
	}
@media screen and (max-width: 767px) {
	.zs-caseinfo {
        margin-top: 0px;
    }
    .pc-slide {
        float: none;
        width: auto;
    }
    .web-showcase-info {
        margin: 20px 0 0;
    }
    .web-showcase-info p {
        margin-top: 10px;
        min-height: auto;
		font-size:14px;
    }
	.prod-menu {margin-bottom: 15px;}
    .prod-menu li {margin-right: 5px;}
    .prod-menu li a {font-size: 14px;line-height: 34px;padding: 0 15px;}
.view .swiper-slide .img-center {
    height: auto;
    line-height:normal;
}
.web-showcase-info h1 {
    margin: 0 0 10px;
}
.web-showcase-info h1 {
    text-align: center;
	font-size: 20px;
}
.zixun {
margin-top:30px;
}
.zixun li{
	padding:10px 20px 10px 20px;
	font-size:14px;
	}
}