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:16px/1.5 Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color: #1a1a1a;
  background-color: #FFF;
}
select,textarea,button{
  font:16px/1.5 Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, 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');
}
.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;
}
body.zs-bg-grey{
  background-color: #EAEAEA;
}
.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
  font-weight: normal;
}
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:#000;
  text-decoration:none;
  outline: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover {
  color:#000;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#444;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#444;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#444;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
  color:#444;
}
.zs-pc{
    display: block !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: block;
  width:80%;
  margin:0 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;
}
.zs-title {
  font-family: 'Barlow-BlackItalic';
  color: #404040;
  font-size: 60px;
}
.zs-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
.clear { clear:both;}
.pcshow { display:block;}
.mbshow { display:none!important;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background: #202020;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {display: block;max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
::-webkit-scrollbar{height:4px; width:3px;background: #666666;}
::-webkit-scrollbar-button{height:0; width:5px;background: #666666;}
::-webkit-scrollbar-thumb{background-color:#fdd000;box-shadow:inset 1px 1px 0 #fdd000,inset 0 -1px 0 #fdd000;}

.zs-more {
  position: relative;
  display: block;
  margin: 4% 0;
}

.zs-more a {
  color: #fff;
  position: relative;
  display: block;
  width: 170px;
  height: 54px;
  transition: all .8s ease-in-out;
}

.zs-more a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  opacity: .3;
  transform: skewX(340deg);
  z-index: 1;
}

.zs-more a::before {
  content: '';
  width: 18px;
  height: 100%;
  position: absolute;
  right: -14px;
  top: -8px;
  transform: skewX(340deg);
  z-index: 11;
  background: #fdd000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.zs-more a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Barlow-Bold';
  z-index: 11;
  width: 100%;
  text-align: center;
}

.zs-more a:hover::after {
  background: #fff;
  opacity: 1;
}

.zs-more a:hover span {
  color: #000;
}

.zs-more a:hover::before {
  right: -11px;
}
.btn-pro{
  margin-top: 30px;
}
.btn-pro a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 40px 0 0;
  width: 170px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.btn-pro a span {
  color: #000;
  position: relative;
  z-index: 11;
  font-family: 'Barlow-Bold';
  margin-left: 10%;
  font-size: 18px;
  font-weight: bold;
}
.btn-pro a::after {
  content: '';
  width: 180px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(340deg);
  z-index: 1;
  background: #fdd000;
}
.btn-pro a:hover::after {
  background: #e6ac00;
}
.btn-pro a.in span{
  color: #FFF;
}
.btn-pro a.in::after {
  background: #404040;
}
.btn-pro a.in:hover::after {
  background: #262626;
}
.menubox{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding-bottom: 50px;
}
.menubox .wrapper{
  display: flex;
  justify-content: space-between;
}
.submenu{
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}
.submenu a{
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  padding: 0 20px;
  display: block;
  min-width: 130px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  margin-right: 35px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
}
.submenu a.cur,.submenu a:hover {
  background: #fdd000;
  border: 1px solid #fdd000;
  color: #333;
}
.det-tagbox{
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.det-tagbox .tag-title{
  display: block;
  width: auto;
  line-height: 28px;
  margin-right: 10px;
}
.det-tag{
  display: flex;
  width: auto;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
}
.det-tag a{
  color: #000 !important;
  line-height: 28px;
  padding: 0 13px;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  background-color: #DDD;
}
.det-tag.solut a{
  background-color: #EAEAEA;
}
.det-tag a:hover{
  background: #fdd000;
  color: #000 !important;
  text-decoration: none !important;
}
/*页眉 start*/
.zs-header {position:fixed;left: 0;top: 0;z-index: 500;width: 100%;transition:all .4s ease;}
.zs-header * {transition:all .4s ease;}
.zs-header .zs-wp {width:94%;height: 90px;margin: auto;position: relative;z-index: 500;}
.zs-header .logo {width:10%;height: auto;position: absolute;top:50%;transform: translateY(-50%);left:0;z-index: 11;}
.zs-header .logo a {display: block;background: url('https://cdn6.zhuocms.com/storage/moban42/pages/202512/196945138580185.png') left center no-repeat;background-size: contain;}
.zs-header .logo img {opacity: 0;display: block;width: auto;height: auto;max-width: 100%;}
.zs-header .right {position: absolute;right: 0;width: 100%;height: 100%;top: 0;z-index: 10;text-align: right;}
/*.zs-header .nav {display: inline-block;vertical-align: middle;}
.zs-header .nav ul{list-style: none;margin: 0;padding: 0;}
.zs-header .nav ul li{list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;padding: 0 20px;position: relative;}
.zs-header .nav ul li a{color: #fff;line-height: 90px;position: relative;z-index: 10;font-size: 18px;}
.zs-header .nav ul li.cur a {color: #fdd000;}
.zs-header .nav ul li.cur a {font-family: 'Barlow-Bold';}
.zs-header .nav ul li a:hover {color: #1f1c5e;font-family: 'Barlow-Bold';}
.zs-header .nav ul li::after {content: '';width: 10px;height: 26px;position: absolute;left: 50%;top:50%;transform:skewX(340deg) translate(-100%,-40%);z-index: 1;background: #fff;opacity:0;}
.zs-header .nav ul li.cur::after {opacity: .3;}*/
.zs-header .nav{
display: inline-block;
vertical-align: middle;
  list-style:none;
  margin:0 0 0 0;
  padding:0;
  height: 90px;
}
.zs-header .nav ul{
  display: flex;
  justify-content: flex-start;
  height: 90px;
}
.zs-header .nav li{
  width: auto;
  height: 90px;
  padding: 0 20px;
  vertical-align: middle;
  display:inline-block;
  position:relative;
  transition: all 0.2s linear;
}
.zs-header .nav li a{
  display:block;
  width:auto;
  height: 90px;
  line-height: 90px;
  color:#FFF;
  font-size:18px;
  text-align: left;
  position: relative;
  font-weight: bold;
}
.zs-header .nav li a .iconfont{
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 0;
    vertical-align: 2px;
    color: #0252bb;
    transition: transform 0.3s ease;
}
.zs-header .nav li:hover a .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav ul li.cur a {color: #fdd000;}
.zs-header .nav ul li.cur a {font-family: 'Barlow-Bold';}
.zs-header .nav li a:after {
content: '';width: 10px;height: 26px;position: absolute;left: 50%;top:50%;transform:skewX(340deg) translate(-100%,-40%);z-index: 1;background: #fff;opacity:0;
}
.zs-header .nav li.cur a:after{
opacity: .3;
}
.zs-header .nav li dl{
    display: none;
}
.zs-header .nav li:hover dl{
    position: absolute;
    left: 0;
    top: 90px;
    padding: 0 0 0 0;
    display: block;
    min-width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.45);
}
.zs-header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.zs-header .nav li:hover dl dd{
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.zs-header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.zs-header .nav li:hover dl dd a{
    padding: 0 30px 0 10px;
    font-size: 16px;
    color: #333;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.zs-header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.zs-header .nav li:hover dl dd a:hover,.zs-header .nav li:hover dl dd.cur a{
    color: #1f1c5e;
}
.zs-header .nav li.active dl a:after,.zs-header .nav li:hover dl a:after{
  display: none;
}
.zs-header .nav li dl dd dl.subnav,.zs-header .nav li dl dd dl dd dl.threenav{
    left: 100%;
    top: 0;
    min-height: 100%;
    display: none;
}
.zs-header .nav li dl dd:hover dl.subnav,.zs-header .nav li dl dd dl dd:hover dl.threenav{
    display: block;
}
.zs-header .nav .nav-arrow{
    background: url(../img/arrow-right.svg) no-repeat 96% center;
    background-size: auto 10px;
}
.zs-header .language-box {display: inline-block;vertical-align: middle;margin-left: 30px;}
.zs-header .language-box a{text-align: center;position: relative;display: block;line-height: 48px;}
.zs-header .language-box i{width: 18px;height: 18px;}
.zs-header .language-box i img {display: block;max-width: 100%;}
.zs-header .language-box span{ color: #fff;margin-left: 7px;font-size: 18px;}
.zs-header .language-box i,.language-box span {display: inline-block;vertical-align: middle;position: relative;z-index: 11;}
.zs-header .language,.icon-search {display: inline-block;vertical-align: middle;}
.zs-header .language {position: relative;}
.zs-header .language a {width: 180px;height: 48px;}
.zs-header .language a::after{content: '';width: 180px;height: 48px;border: 1px solid #fff;position: absolute;left: 0;top: 0;opacity: .3;transform:skewX(340deg);z-index: 1;}
.zs-header .icon-search {margin-left: 5px;} 
.zs-header .icon-search a {width: 60px;height: 48px;}
.zs-header .icon-search a::after{content: '';width: 60px;height: 48px;border: 1px solid #fff;position: absolute;left: 0;top: 0;opacity: .3;transform:skewX(340deg);z-index: 1;}
.zs-header .language a:hover::after,.icon-search a:hover::after {background:#fdd000;border: 1px solid #fdd000;opacity: 1;}
.zs-header .language a:hover i,.icon-search a:hover i {filter: invert(100%);}
.zs-header .language a:hover span,.icon-search a:hover span {color: #000;}
.zs-header .language:hover .language-con{display: block;}
.zs-header .language-con {position: absolute;width: 100%;left: -8px;top: 104%;overflow: hidden;z-index: 11;display: none;}
.zs-header .language-con ul {background: #fff;padding: 5% 0;overflow: hidden;box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);margin-top: 3%;}
.zs-header .language-con a {display: block;color: #1a1a1a;width: auto;height: auto;border-bottom: 1px solid #e8e8e8;text-align: left;width: 80%;margin: auto;font-size: 16px;}
.zs-header .language-con a:hover {color: #1f1c5e;text-decoration: underline !important;}
.zs-header .language-con a:last-child {border: none;}
.zs-header .language-con a::after {display: none;}

.zs-header.show {background: #fff;border-bottom: 1px solid #e6e6e6;}
.zs-header.show .logo a{background: url('https://cdn6.zhuocms.com/storage/moban42/pages/202512/196945138580185.png') left center no-repeat;background-size: contain;}
.zs-header.show .nav ul li a{color: #1a1a1a;}
.zs-header.show .nav ul li.cur a {color: #1f1c5e;}
.zs-header.show .nav ul li a:hover  {color: #1f1c5e;font-family: 'Barlow-Bold';}
.zs-header.show .nav ul li.cur::after {background: #fdd000;opacity: 1;}
.zs-header.show .language a::after {border: 1px solid #e6e6e6;opacity: 1;}
.zs-header.show .language i img{filter: invert(100%);}
.zs-header.show .language a:hover i img{filter: invert(0);}
.zs-header.show .language span {color: #1a1a1a;}
.zs-header.show .icon-search i img {filter: invert(100%);}
.zs-header.show .icon-search a:hover i img{filter: invert(0);}
.zs-header.show .icon-search a::after {border: 1px solid #e6e6e6;opacity: 1;}
.zs-header.show .icon-search a:hover::after {border: 1px solid #fdd000;opacity: 1;} 
.zs-header.show .icon-search span {color: #1a1a1a;}

.search-box {position: absolute;left: 50%;top:-50%;width: 30%;transform: translate(-50%,-50%);z-index: 511;transition:all .4s ease;}
.search-box.show{top: 50%;}
.zs-header .right.search{opacity: 0;transform: translateY(-100%);}
.search-box .so-content {position: relative;}
.search-box .so-top {position: relative;overflow: hidden;}
.search-box .so-submit{position: absolute;left: 0;top: 50%;width: 50px;height: 50px;background: url('../img/icon-search.png') left center no-repeat;margin-top: -25px;border: none;z-index: 11;cursor: pointer;}
.search-box .so-submit:hover {opacity: .5;}
.search-box .so-input{padding: 0 5%;width: 100%;box-sizing: border-box;background: none;border: none;border-bottom: 1px solid #FFF;height:50px;display: block;font-size: 18px;color: #FFF;}
.search-box .so-input::-webkit-input-placeholder{color:#DDD;}
.search-box .so-close {position: absolute;width: 50px;height: 50px;right: -20px;top: 50%;margin-top: -25px;z-index: 11;cursor: pointer;transition:all .4s ease;transform: rotate(45deg);}
.search-box .so-close::after {content: '';width: 12px;height: 2px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #FFF;}
.search-box .so-close::before {content: '';width: 2px;height: 12px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #FFF;}
.search-box .so-close:hover {transform: rotate(315deg);}

.zs-header.show .search-box .so-submit{filter: invert(100%);}
.zs-header.show .search-box .so-input{border-bottom: 1px solid #000;color: #000;}
.zs-header.show .search-box .so-input::-webkit-input-placeholder{color:#BBB;}
.zs-header.show .search-box .so-close::after{background: #000;}
.zs-header.show .search-box .so-close::before{background: #000;}
/*页眉 end*/
.zs-content {
  width: 80%;
  margin: auto;
}
/*subbanner*/
.zs-subbanner {
  position: relative;
  overflow: hidden;
}

.zs-subbanner .pic {
  width: 100%;
}

.zs-subbanner .img-big {
  animation: srmgani 4000ms 1 ease forwards;
}

.zs-subbanner .text {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  z-index: 11;
  padding: 4% 3%;
}

.zs-subbanner .title {
  color: #fff;
  font-family: 'Barlow-BlackItalic';
  position: relative;
  z-index: 11;
  font-size: 70px;
}

.zs-subbanner .yellow {
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: 1;
  width: 240px;
  height: 347px;
}

.zs-subbanner .yellow i {
  transform: skewX(340deg);
  width: 240px;
  height: 347px;
  background-image: -webkit-linear-gradient(90deg, rgb(253, 208, 0) 0%, rgba(253, 208, 0, 0) 100%);
  display: block;
}

.zs-subbanner .img-big {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}

/*path*/
.zs-path {
  position: relative;
}

.zs-path a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
}

.zs-path span {
  display: inline-block;
  vertical-align: bottom;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
}

.zs-path a:first-child {
  padding-left: 30px;
}

.zs-path a:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/icon-home.png') center no-repeat;
  width: 20px;
  height: 18px;
}
.zs-path .red{
  color: #FF6600;
}
.zs-path a:hover {
  color: #1f1c5e;
}


/*箭头*/



/*页脚 start*/
.zs-footer {background:#141414;position: relative;clear: both;padding: 4% 0 2% 0;overflow: hidden;color: #fff;}
.zs-footer a {color: #fff;}
.zs-footer .foot-con {overflow: hidden;width: 80%;margin: auto;}
.zs-footer .foot-top {overflow: hidden;padding-bottom: 5%;border-bottom: 2px solid #434343;}
.zs-footer .foot-top-left {float: left;width: 45%;}
.zs-footer .foot-logo {width: 33%;position: relative;}
.zs-footer .foot-logo a {display: block;}
.zs-footer .foot-logo img {display: block;max-width: 100%;}
.zs-footer .foot-contact {margin-top: 5%;}
.zs-footer .foot-contact .phone{font-family: 'Barlow-Bold';font-size: 40px;}
.zs-footer .foot-contact .contact{color: #999999;margin-top: 1%;font-size: 18px;line-height: 28px;}
.zs-footer .foot-contact .contact a {color: #999999;font-size:18px;line-height:28px;}
.zs-footer .foot-top-right {float: right;width: 50%;}
.zs-footer .foot-from {overflow: hidden;position: relative;}
.zs-footer .foot-from-left{float: left;width: 40%;overflow: hidden;}
.zs-footer .foot-from-left li{list-style: none;margin: 0;padding: 0;margin-bottom: 7px;}
.zs-footer .foot-from-left li:last-child {margin: 0;}
.zs-footer .form-input,.zs-footer .form-textarea {border: 1px solid rgba(255,255,255,.2);display: block;outline: none;background: none;box-sizing: border-box;padding: 14px 15px;width: 100%;color: #fff;transition:all .4s ease;font-size: 16px;}
.zs-footer .form-input:focus,.zs-footer .form-textarea:focus {border: 1px solid rgba(255,255,255,1);}
.zs-footer .form-textarea {height: 100%;}
.zs-footer .foot-from-right {width: 60%;position: relative;overflow: hidden;padding-left: 8px;box-sizing: border-box;position: absolute;right: 0;top: 0;height: 100%;}
.zs-footer .foot-from-right .form-textarea {width: 82.333%;}
.zs-footer .btn-send {width: 15%;height: 100%;position: absolute;right: 0;top: 0;background:#fff;}
.zs-footer .btn-send::before {content: '';width: 20px;height: 20px;background: url('../img/send.png') no-repeat;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;}
.zs-footer .btn-send:hover {background: #ededed;}
.zs-footer .foot-center {overflow: hidden;position: relative;margin-top: 2.5%;clear: both;}
.zs-footer .foot-nav {overflow: hidden;}
.zs-footer .foot-nav a{display: inline-block;vertical-align: middle;font-family: 'Barlow-Bold';margin-right: 3%;font-size: 20px;}
.zs-footer .foot-nav a:hover {color: #e6ac00;}
.zs-footer .foot-social {text-align: right;position: absolute;right: 0;width: 30%;top: 0;z-index: 1;}
.zs-footer .foot-social li{list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin: 0 7px;}
.zs-footer .foot-social li a{display: block;position: relative;width: 30px;height: 30px;}
.zs-footer .foot-social li a:hover {opacity: .8;}
.zs-footer .foot-bottom {overflow: hidden;position: relative;margin-top: 2%;}
.zs-footer .foot-bottom a {color: #666666;}
.zs-footer .foot-bottom a:hover {color: #e6ac00;}
.zs-footer .foot-copy {overflow: hidden;color: #666666;font-size: 14px}
.zs-footer .foot-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);color: #666666;font-size: 14px;}
/*页脚 end*/

/*页码*/
.zs-pages {
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
}
.zs-pages .pagination {
  display: flex;
  justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #E8E8E8;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.zs-pages a:hover{
    background: #fdd000;
    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: #fdd000;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
.h5{
    display: none;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../img/icon-menu.png) no-repeat center center;
    background-size: 100% auto;
}
.m-menu{
    display: none;
}

/*动画*/
@keyframes biginsmall{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{transform:scale(1.1);opacity: 1;}100%{transform:scale(1.0);opacity: 1;}}
.biginsmall{-webkit-animation-name:biginsmall;animation-name:biginsmall;-webkit-animation-duration:1.9s;animation-duration:1.9s}

@keyframes fadeInBigs{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{transform:scale(1.0);opacity: 0;}100%{transform:scale(1.1);opacity: 1;}}
.fadeInBigs{-webkit-animation-name:fadeInBigs;animation-name:fadeInBigs;-webkit-animation-duration:.9s;animation-duration:.9s}
@keyframes dazhis{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{width: 0; opacity: 0;}1% { opacity: 1; }100%{width: 100% ;opacity: 1; }}
.dazhis{animation: dazhis 1s steps(100, end) forwards;overflow: hidden;white-space: nowrap;letter-spacing: 0; }

@keyframes dazhi{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{width: 0; opacity: 0;}1% { opacity: 1; }100%{width: 100% ;opacity: 1; }}
.dazhi{animation: dazhi 2s steps(100, end) forwards;overflow: hidden;white-space: nowrap;letter-spacing: 0;opacity: 0; }



@keyframes fadeinrt{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{transform:translate(-100px,300px);opacity:0;}100%{transform:translate(0px,0px);opacity: 1;}}
.fadeinrt{-webkit-animation-name:fadeinrt;animation-name:fadeinrt;-webkit-animation-duration:0.9s;animation-duration:0.9s}

/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
    body {
      zoom: 0.9;
    }
}
  
@media screen and (min-width: 750px) and (max-width: 1649px) {
    body {
      zoom: 0.8;
    }
}
  
@media screen and (min-width: 751px) and (max-width: 1380px) {
    body {
      zoom: 0.7;
    }
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-header .zs-wp {
    width: 92%;
    height: 50px;
}
.zs-header .logo {
    width: 30%;
}
.zs-header .language-box.show{
  display: block;
}
.zs-header .nav.show{
  display: block;
}
/*
.zs-header .nav {
  display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 50px;
    padding: 50px 0;
    background-color: #FFF;
    border-top: 1px solid #E8E8E8;
}
.zs-header .nav ul li {
    display: block;
}
.zs-header .nav ul li a {
    line-height: 60px;
    font-size: 20px;
}
.zs-header .nav ul li::after{
  display: none;
}*/
.zs-header .nav {
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,0.98);
    width: 100%;
    height: calc(100vh - 50px);
    overflow: hidden;
    padding-bottom: 60px;
    left: 0;
    top: 50px;
    padding-top: 20px;
}
.zs-header .nav.show{
    display: block;
}
.zs-header .nav ul {
    display: flex;
    justify-content: flex-start;
    height: auto;
    flex-direction: column;
}
.zs-header .nav li {
    display: block;
    height: auto;
    margin-bottom: 10px;
}
.zs-header .ico-contact a {
    margin-left: 0;
    margin-top: 30px;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 65px;
    margin-left: -50%;
    bottom: 6px;
}
.zs-header .nav li a {
    width: auto;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}
.zs-header .nav li a .iconfont {
    display: none;
}
.zs-header .nav li dd{
    width: 33.33%;
}
.zs-header .nav li:hover dl dd {
    padding: 0 0;
    text-align: left;
}
.zs-header .nav li dd a,.zs-header .nav li:hover dl dd a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0;
    border-bottom: none;
    text-align: left;
}
.zs-header .nav li dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .nav li:hover dl {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    display: flex;
    min-width: 100%;
    background: none;
    border-radius: 0;
    border-radius: 5px;
    box-shadow: none;
}
.zs-header .nav .nav-arrow {
    background: none;
}
.zs-header .nav li.cur dd a:after{
    display: none;
}

.zs-header .language-box {
  display: none;
    margin-left: 30px;
    position: fixed;
    bottom: 60px;
    z-index: 10000;
    right: 4%;
}
.zs-header.show .language a::after {
    border: none;
}
.zs-header.show .icon-search a::after {
    border: none;
}
.search-box.show{
    position: fixed;
    left: 50%;
    top: 0 !important;
    width: 100%;
    background-color: #fff;
    padding: 0 4%;
    transform: translate(-50%, 0%);
}
.search-box .so-input {
    padding: 0 10%;
    width: 100%;
    border-bottom: 1px solid #FFF;
    height: 48px;
    font-size: 18px;
}
.zs-header.show  .icon-menu {
  filter: invert(100%);
}
.icon-menu {
    display: block;
    right: 0;
    top: 13px;
}
.icon-menu.show {
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 90% 90%;
}


.zs-wp {
    width: 92%;
}
.zs-subbanner {
  height: 280px;
}
.zs-subbanner .title {
  font-size: 30px;
}
.zs-subbanner .img-big {
  height: 280px;
}
.zs-subbanner .yellow {
  width: 80px;
  height: 117px;
}
.zs-subbanner .yellow i {
  width: 100%;
  height: 100%;
}
.menubox {
  height: auto;
  margin-top: 0;
  padding: 0 4% 30px;
}
.menubox .zs-content {
  width: 100%;
}
.submenu {
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.submenu a {
  font-size: 13px;
  padding: 0 10px;
  min-width: auto;
  height: 38px;
  line-height: 38px;
  margin: 0 8px;
}
.zs-content {
  width: 92%;
}
.zs-path a {
    font-size: 14px;
}
.zs-pages {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-top: 10px;
}
.zs-pages a {
  width: 28px;
  height: 28px;
  margin: 5px 5px;
  line-height: 28px;
}
.zs-pages span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 5px 5px;
}
.zs-footer .foot-con {
    width: 92%;
}
.zs-footer .foot-top-left {
    width: 100%;
}
.zs-footer .foot-contact .phone {
    font-size: 32px;
}
.zs-footer .foot-contact .contact {
    font-size: 14px;
    line-height: 1.65;
}
.zs-footer .foot-top-right {
    float: left;
    width: 100%;
}
.zs-footer .foot-nav{
  margin-top: 15px;
}
.zs-footer .foot-nav a {
    margin-right: 0;
    font-size: 15px;
    width: 31%;
}
.zs-footer .foot-social {
    text-align: center;
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    margin-top: 15px;
}
.zs-footer .foot-links {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    overflow: hidden;
    position: relative;
    margin-top: 5%;
}
.zs-footer .foot-bottom {
    margin-top: 6%;
}
.zs-footer .foot-copy {
    font-size: 12px;
}
.zs-footer .foot-link {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0%);
    font-size: 14px;
}
.zs-footer .foot-bottom a {
    font-size: 14px;
}
}