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 "Montserrat",Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color:#1d1d1d;
  background-color: #FFF;
}
select,textarea,button{
  font:16px/1.5 "Montserrat",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');
       font-display: swap;
}
.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');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat.ttf') format('truetype');
}
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:#1d1d1d;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#009900;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#b7bbbe;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#b7bbbe;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#b7bbbe;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#b7bbbe;
}
.zs-pc{
    display: block !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: block;
  width:100%;
  padding-left: 60px;
  padding-right: 60px;
  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-mb100{
    margin-bottom: 100px;
}
.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-content{
  display: block;
  padding: 50px 60px 60px;
}
.zs-title{
    position: relative;
    font-size: 34px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: center;
}
.zs-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
.zs-more{
    display: block;
}
.zs-more a{
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: #000000;
    border-radius: 5px;
}
.zs-more a:hover{
    background: #e43d40;
}
/*页眉 start*/
.zs-header {
    width: 100%;
    position: relative;
    height: 100px;
    transition: all 0.35s;
    z-index: 999;
    background-color: #FFF;
    border-bottom: 1px solid #e2e2e2;
}
.zs-home .zs-header{
    position: absolute;
}
.zs-header.show {
    position: fixed;
    transition: all 0.35s;
}
.zs-header .zs-wp{
    display: flex;
    width: 100%;
    padding: 0 60px;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}
.zs-header .leftbox{
    display: flex;
    align-items: center;
    justify-items: flex-start;
}
.zs-header .logo{
    display: block;
    width: auto;
    height: 75px;
    margin: 12.5px 0 12.5px 0;
}
.zs-header .logo img{
    display: block;
    width: auto;
    height: 100%;
}
.zs-header .nav {
    display: block;
    padding: 0 0;
    width: auto;
    height: 100px;
    margin-left: 2%;
}
.zs-header .nav ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.zs-header .nav li{
    display: block;
    width: auto;
    height: 100px;
    padding: 0 15px;
    position:relative;
    transition: all 0.2s linear;
}
.zs-header .nav li a{
    display: block;
    width:auto;
    height: 100px;
    line-height: 100px;
    color:#1d1d1d;
    font-size:16px;
    text-align: left;
    white-space: nowrap;
    position: relative;
}
.zs-header .nav li a .iconfont{
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 0;
    vertical-align: 1px;
    color: #808080;
    transition: transform 0.3s ease;
}
.zs-header .nav li:hover a .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav li.cur a{
  color:#009900;
  font-weight: bold;
}
.zs-header .nav li.cur a .iconfont,.zs-header .nav li:hover a .iconfont{
    color: #009900;
}
.zs-header .nav li:hover a{
  color:#009900;
}
.zs-header .nav li a:after {
  position: absolute;
  display: none;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #FFF;
  transition: all 0.35s;
}
.zs-header .nav li.cur a:after,.zs-header .nav li:hover a:after {
  width: 100%;
  margin-left: -50%;
  background-color: #FFF;
}
.zs-header .nav li dl{
    display: none;
}
.zs-header .nav li:hover dl{
    position: absolute;
    left: -10px;
    top: 100px;
    transform: translate(0, 0);
    padding: 2px 0 2px 0;
    display: block;
    min-width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.55);
}
.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: #009900;
}
.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 .rightbox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.zs-header .btn-search{
    display: block;
    width: 70px;
    height: 70px;
}
.zs-header .btn-search a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 22px;
    background: url(../img/icon-search.png) no-repeat center center;
    background-size: 26px 26px;
}
.zs-header .btn-search a:hover{
    background: url(../img/icon-search-v.png) no-repeat center center;
    background-size: 26px 26px;
}
.zs-header .btn-login{
    margin: 0 30px 0 5px;
}
.zs-header .btn-apply{
    display: block;
}
.zs-header .btn-apply a{
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #93e401;
    font-size: 16px;
    background: #19403f;
    border-radius: 5px;
    text-align: center;
}
.zs-header .btn-apply a:hover{
    color: #FFF;
    background: #009900;
}
.zs-header .language{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 23px;
    background: rgba(0,0,0,0.3);
}
.zs-header .language:hover{
    background: #19403f;
}
.zs-header .language .text{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #FFF;
    line-height: 45px;
    justify-content: flex-start;
}
.zs-header .language .text i{
    margin-right: 5px;
}
.zs-header .language .text svg {
    height: 22px;
    margin-right: 10px;
}
.zs-header .language .text .iconfont{
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 0;
    color: #FFF;
    transition: transform 0.3s ease;
}
.zs-header .language:hover .text .iconfont{
    transform: rotate(180deg);
}
.language:hover .language-box{
    display: block;
}
.language .language-box{
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 142px;
    transform: translate(-50%,0);
    padding: 5px 0;
    font-size: 15px;
	line-height: 2.5;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.language .language-box a{
	display: flex;
	padding: 0 20px;
    color: #000;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
.language .language-box a:last-child{
    border-bottom: none;
}
.language .language-box a:hover{
	color: #B81C25;
    text-decoration: none !important;
}
.hover{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.hover span{
    position: relative;
    z-index: 10;
}
.hover:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #ff9900;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.hover:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    height: 250%;
}
.hover:hover{
    color: #FFF !important;
}
.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;
}
.icon-close{
    display: none;
}
/*页眉 end*/
/*subbanner*/
.subbanner{
    display: block;
    width: calc(100% - 120px);
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: 1px solid #e2e2e2;
}
.subbanner .zs-wp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.subbanner .title{
    color: #000;
    font-size: 50px;
    line-height: 1.35;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}
.subbanner .line{
    display: block;
    width: 80px;
    height: 4px;
    background-color: #666;
    margin-top: 20px;
}
.subbanner .desc{
    font-size: 18px;
    line-height: 1.6;
    max-width: 1500px;
    margin: 0 auto 0;
    color: #4b4b4b;
    text-align: center;
}
.submenu{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 50px;
}
.submenu .zs-wp{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.submenu a{
    font-size: 18px;
    color: #282525;
    font-weight: 400;
    padding: 0 15px;
    display: block;
    min-width: 180px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border-radius: 5px;
    margin: 0 15px;
    padding: 0 25px;
    border: 1px solid #e2e2e2;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
.submenu a.cur,.submenu a:hover {
    background: #19403f;
    border: 1px solid #19403f;
    color: #93e401;
}
.submenu a h2{
    font-size: 18px;
}
.zs-main{
    display: flex;
    padding-top: 60px;
    padding-bottom: 80px;
    justify-content: space-between;
}
.zs-main .left{
    flex: 0 0 22%;
    width: 22%;
    padding-right: 60px;
}
.zs-main .right{
    flex: 0 0 78%;
    width: 78%;
}

.path{
    display: block;
    width: auto;
    padding: 10px 0;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    z-index: 20;
    color: #666;
}
.path .zs-wp{
    margin: 0 auto;
}
.path span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 10px;
    color: #999;
    font-weight: bold;
}
.zs-pagebox{
    padding: 80px 0;
}
/*箭头*/
.swiper-button-prev{
    left: 30px;
}
.swiper-button-next{
    right: 30px;
}
.swiper-button-prev,.swiper-button-next{

}
.swiper-button-disabled{
    opacity: 0.2;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    opacity: 1;
}
.swiper-button-next:after,.swiper-button-prev:after{
    color: #009900;
    font-size: 38px;
    font-weight: 500;
}
.swiper-button-next:hover:after,.swiper-button-prev:hover:after{
    color: #19403f;
}
.zs-h2title {
    display: block;
    text-align: center;
    padding-bottom: 60px;
    line-height: 1;
}
.zs-h2title.pb40{
    padding-bottom: 40px;
}
.zs-h2title .title{
    display: block;
    font-size: 50px;
    font-weight: 500;
    color: #19403f;
}
.zs-h2title .subtitle{
    display: block;
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #4b4a4b;
    padding-top: 20px;
}
.zs-h2title .line{
    display: block;
    width: 40px;
    height: 5px;
    margin: 35px auto 0;
    border-radius: 3px;
    background-color: #e43d40;
}
.zs-h2title .desc{
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.zs-h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.zs-h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.h3title {
    display: block;
    text-align: center;
    padding-bottom: 35px;
    line-height: 1;
}
.h3title .title{
    display: block;
    font-size: 48px;
    color: #B81C25;
    font-weight: bold;
}
.h3title .desc{
    padding-top: 15px;
    font-size: 18px;
    color: #575757;
}

.btn a {
    display: block;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #93e401;
    background: #19403f;
    border-radius: 5px;
    font-weight: 500;
}
.btn a:hover{
    background: #009900;
    color: #FFF;
}
.btn a.primary{
    color: #19403f;
    line-height: 43px;
    border: 1px solid #19403f;
    background-color: transparent;
}
.btn a.primary:hover{
    color: #93e401;
    background: #19403f;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 20px !important;
    display: inline-block;
    border-radius: 50%;
    background: #DDD;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    position: relative;
    background-color: #19403f;
}

/*页脚 start*/
.zs-footer{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60px;
    background-color: #FFF;
    border-top: 1px solid #EAEAEA;
}
.zs-footer .foot-newsletter {
    display: flex;
    align-items: flex-start;
    padding: 0 0;
    width: 35%;
    justify-content: start;
    flex-direction: column;
    align-content: flex-start;
}
.zs-footer .foot-newsletter .title{
    display: block;
    font-size: 20px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}
.zs-footer .foot-newsletter .desc{
    font-size: 16px;
    color: #585858;
    margin-bottom: 15px;
}
.zs-footer .foot-newsletter input{
    display: block;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 15px;
    background: rgba(255,255,255,0);
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}
.zs-footer .foot-newsletter input:focus{
    border: 1px solid #19403f;
}
.zs-footer .foot-newsletter button{
    display: block;
    width: 128px;
    height: 43px;
    cursor: pointer;
    color: #19403f;
    margin-top: 15px;
    background: #FFF;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    transition: all 0.3s;
    border: 1px solid #19403f;
}
.zs-footer .foot-newsletter button:hover{
    color: #93e401;
    background: #19403f;
}
.zs-footer .foot-nav{
    display: block;
    padding-bottom: 25px;
}
.zs-footer .foot-nav ul{
    display: flex;
    justify-content: space-between;
}
.zs-footer .foot-nav li{
    flex: 0 0 18%;
    min-width: 18%;
    height: auto;
    text-align: left;
    padding-right: 35px;
}
.zs-footer .foot-nav li:last-child{
    padding-right: 0;
}
.zs-footer .foot-nav li dt{
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.zs-footer .foot-nav li dd{
    display: block;
    font-size: 16px;
    white-space: nowrap;
}
.zs-footer .foot-nav li a{
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    color: #585858;
    white-space: nowrap;
}
.zs-footer .foot-nav li a:hover{
    color: #009900;
}
.zs-footer .foot-logo{
    display: block;
    padding-bottom: 35px;
}
.zs-footer .foot-logo img{
    display: block;
    width: 255px;
    height: auto;
    margin: 0 auto;
}
.zs-footer .foot-copyright{
    display: block;
    font-size: 16px;
    line-height: 1.625;
    padding: 20px 0 30px;
    border-top: 1px solid #EAEAEA;
}
.zs-footer .foot-copyright .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zs-footer .foot-copyright .copyright{
    display: flex;
    justify-content: flex-start;
}
.zs-footer .foot-copyright .copyright div{
    padding-right: 25px;
}
.zs-footer .foot-copyright .copyright div span{
    padding: 0 13px;
}
.zs-footer .foot-share{
	display: flex;
	padding-top: 5px;
    padding-bottom: 5px;
	justify-content: flex-start;
}
.zs-footer .foot-share div{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 24px 0 0;
	padding-top: 0;
	transition: all .3s;
}
.zs-footer .foot-share div:hover{
	transform: scale(1.2);
}
.zs-footer .foot-share div a{
	display: block;
	width: 100%;
	height: 100%;
}
.icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-twitter{
	background: url("../img/icon-twitter.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-linkedin{
	background: url("../img/icon-linkedin.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-youtube{
	background: url("../img/icon-youtube.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-whatsapp{
	background: url("../img/icon-whatsapp.png") no-repeat center center;
	background-size: 28px 28px;
}
/*页脚 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: 0;
    background: #FFF;
    border: 1px solid #e2e2e2;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 0 0 -1px;
}
.zs-pages a:first-child{
    border-radius: 5px 0 0 5px;
}
.zs-pages a:last-child{
    border-radius: 0 5px 5px 0;
}
.zs-pages a:hover{
    background: #19403f;
    border: 1px solid #19403f;
    color: #93e401;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 0;
    background: #19403f;
    color: #93e401;
    text-align: center;
    margin: 0 0 0 -1px;
}
.h5{
    display: none;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.pop .icon-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
    background-color: #999;
}
.pop .icon-close img {
    display: block;
    width: 100%;
    height: 100%
}
.pop {
    width: 360px;
    padding: 20px 20px;
    height: auto;
    min-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px
}
.pop_title {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}
.pop_con {
    line-height: 1.8;
    padding-top: 10px !important;
    padding-bottom: 10px;
}
.search_tc {
    position: fixed;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}
.search_tc.into {
    position: fixed;
    transform: translateY(0%);
    transition: all 0.3s ease;
}
.search_tc .search_close {
    position: absolute;
    right: 3%;
    top: 3%;
    cursor: pointer;
}
.search_tc .search_close i{
    font-size: 36px;
    color: #FFF;
}
.search_tc .search_nr {
    width: 80%;
    display: flex;
    max-width: 1000px;
}
.search_tc .search_nr .text {
    width: calc(100% - 120px);
    border: 0px;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0px 3%;
    font-size: 18px;
}
.search_tc .search_nr .btn {
    width: 120px;
    height: 70px;
    background: #19403f;
    background-size: 100%;
    border: 0px;
    font-size: 18px;
    color: #93e401;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search_tc .search_nr .btn:hover{
    background: #009900;
    color: #FFF;
}

/*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){
body {
    font-size: 13px !important;
    padding-top: 70px;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    padding: 0 4%;
}
.zs-header {
    top: 0;
    height: 70px;
    position: absolute;
}
.zs-header .zs-wp {
    width: 100%;
    padding: 0 4%;
    height: 70px;
    bottom: 0;
}
.zs-header .logo {
    height: 50px;
    margin: 10px 0 10px 0;
}
.zs-header .nav {
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    height: calc(100vh - 65px);
    padding-bottom: 65px;
    left: 0;
    top: 65px;
    padding-top: 20px;
    margin-left: 0;
    border-top: 1px solid #e2e2e2;
}
.zs-header .nav.show{
    display: block;
}
.zs-header .nav ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    overflow: scroll;
    height: 100%;
    justify-content: space-between;
    justify-content: flex-start;
}
.zs-header .nav li {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.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: 38px;
    line-height: 38px;
    font-size: 16px;
}
.zs-header .nav li dd{
    width: 25%;
}
.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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0;
    color: #666 !important;
    font-weight: normal !important;
    border-bottom: none;
    text-align: left;
}
.zs-header .nav li dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .nav li dl.show{
    max-height: 100%;
}
.zs-header .nav li a.mdown {
    display: flex;
    justify-content: space-between;
}
.zs-header .nav li a.mdown.show .iconfont,.zs-header .nav li:hover a.mdown.show .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav li a .iconfont,.zs-header .nav li:hover a .iconfont{
    display: inline-block;
    transform: rotate(0deg);
}
.zs-header .nav li:hover dl {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    display: flex;
    transform: translate(0, 0);
    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 .nav li dl dd dl.subnav, .zs-header .nav li dl dd dl dd dl.threenav {
    display: none !important;
}
.zs-header .nav li dl{
    max-height: 24px;
    overflow: hidden;
}
.zs-header .nav li dl.show{
    max-height: 100%;
}
.zs-header .nav li a.mdown {
    display: flex;
    justify-content: space-between;
}
.zs-header .nav li a.mdown.show .iconfont,.zs-header .nav li:hover a.mdown.show .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav li a .iconfont,.zs-header .nav li:hover a .iconfont{
    display: inline-block;
    transform: rotate(0deg);
}
.zs-header .nav li dd {
    width: 50%;
}
.zs-header .rightbox{
    display: none;
}
.zs-header .rightbox.show {
    position: fixed;
    bottom: 0;
    display: flex;
    border-top: 1px solid #e2e2e2;
    justify-content: center;
    width: calc(100% - 8%);
}

.icon-menu {
    display: block;
    right: 4%;
    top: 25px;
}
.icon-menu.show {
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 90% 90%;
}
.subbanner {
    width: 100%;
    padding: 30px 0;
}
.subbanner .title {
    font-size: 28px;
    padding-bottom: 0;
}
.subbanner .desc {
    font-size: 14px;
    max-width: 100%;
    padding-top: 10px;
}
.zs-content {
    display: block;
    padding: 20px 4% 30px;
}
.submenu .zs-wp {
    padding: 0 0;
}
.submenu {
    padding-top: 15px;
    padding-bottom: 15px;
}
.submenu a {
    font-size: 13px;
    width: auto;
    min-width: auto;
    height: 35px;
    line-height: 35px;
    margin: 0 3% 10px 0;
    padding: 0 10px;
}
.zs-h2title {
    padding-bottom: 30px;
}
.zs-h2title .title {
    font-size: 26px;
}
.zs-h2title .subtitle {
    width: 100%;
    font-size: 14px;
    padding-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
}
.btn a {
    width: 160px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.zs-main {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-main .left {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
}
.zs-main .right {
    flex: 0 0 100%;
    width: 100%;
}
.path {
    padding: 5px 0;
    line-height: 1.2;
    font-size: 12px;
}
.path span {
    font-size: 12px;
    padding: 0px 2px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 28px;
}
.zs-pagebox {
    padding: 30px 0;
}
.zs-pages {
    padding: 20px 0 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-pages a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.zs-pages span {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.zs-footer {
    height: auto;
    padding-top: 38px;
}
.zs-footer .foot-nav {
    display: flex;
    padding-bottom: 35px;
    flex-direction: column;
    justify-content: flex-start;
}
.zs-footer .foot-nav ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .foot-nav li {
    flex: 0 0 100%;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
}
.zs-footer .foot-nav li:last-child{
    margin-bottom: 0;
}
.zs-footer .foot-nav li dt {
    padding-bottom: 10px;
    font-size: 16px;
}
.zs-footer .foot-nav li a {
    display: inline-block;
    width: 48%;
    font-size: 13px;
    line-height: 1.3;
    margin-top: 5px;
}
.zs-footer .foot-newsletter {
    width: 100%;
}
.zs-footer .foot-newsletter .title {
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 0;
}
.zs-footer .foot-newsletter .desc {
    font-size: 14px;
    margin-bottom: 12px;
}
.zs-footer .foot-newsletter input {
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
}
.zs-footer .foot-newsletter button {
    width: 150px;
    height: 38px;
    margin-top: 12px;
    font-size: 14px;
}
.zs-footer .foot-logo {
    padding-bottom: 30px;
}
.zs-footer .foot-logo img {
    width: 50%;
}
.zs-footer .foot-copyright {
    font-size: 13px;
    line-height: 1.625;
    padding: 20px 0 30px;
}
.zs-footer .foot-copyright .zs-wp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .foot-copyright .copyright {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.zs-footer .foot-copyright .copyright div{
    padding-right: 0;
    text-align: center;
}
.zs-footer .foot-copyright .copyright div span{
    display: inline-block;
    min-width: 45%;
    padding: 0 0;
}
.zs-footer .foot-share {
    padding-top: 15px;
    padding-bottom: 5px;
}
.zs-footer .foot-share div {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    background-size: 20px 20px !important;
}
.search_tc .search_close i{
    font-size: 28px;
    color: #FFF;
}
.search_tc .search_nr {
    width: 90%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
}
.search_tc .search_nr .text {
    width: 100%;
    line-height: 45px;
    padding: 0px 3%;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.search_tc .search_nr .btn {
    margin: 0 auto;
    width: 50%;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
}
}