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:#1d1d1d;
  background-color: #F8F8F8;
}
input,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');
}
@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:#059669;
  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{
    width: 90%;
    max-width: 1710px;
    margin: 0 auto;
    min-width: 1190px;
}
.zs-wp1370{
    width: 1370px;
    max-width: 1370px;
    margin: 0 auto;
    min-width: 1370px;
}
.zs-wp1200{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}
.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-m40{
    margin-top: 40px !important;
}
.zs-m50{
    margin-top: 50px !important;
}
.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 0 80px;
    /*background: #F8F8F8;*/
}
.zs-content.pt60{
    padding-top: 60px;
}
.zs-content.bg{
    background: linear-gradient(0deg, #FFF, #ecfdf5,#FFF);
}
.zs-box{
    padding: 10px 30px 30px;
    background-color: #FFF;
    border-radius: 10px;
}
.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: #059669;
    border-radius: 23px;
}
.zs-more a:hover{
    background: #047857;
}
/*页眉 start*/
.zs-header {
    width: 100%;
    position: absolute;
    height: 85px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    /*background: linear-gradient(180deg, #17171795 0, #ffffff00 90%);*/
}
.zs-home .zs-header{
    position: absolute;
}
.zs-header.show {
    position: fixed;
    background: #fff;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.zs-header .zs-wp{
    display: flex;
    padding: 0 0;
    height: 85px;
    justify-content: space-between;
    align-items: center;
}
.zs-header .leftbox{
    display: flex;
    align-items: center;
    justify-items: flex-start;
}
.zs-header .logo{
    display: block;
    flex: 0 0 385px;
    width: 385px;
    height: 58px;
    padding-left: 60px;
    margin: 13.5px 0 13.5px 0;
    background: url('../img/logo-white.png') no-repeat center left;
    background-size: 60px 100%;
    position: relative;
}
.zs-header .logo-text{
    position: relative;
    display: block;
    width: 320px;
    height: 58px;
}
.zs-header.show .logo{
    background: url('../img/logo.png') no-repeat center left;
    background-size: 60px 100%;
}
.zs-header .logo .logo-text01{
    display: block;
    width: 320px;
    height: 58px;
    background: url('../img/logo-text01-white.png?tn=20260302') no-repeat center left;
    background-size: 100% 100%;
    image-rendering: -webkit-optimize-contrast; /*  Safari 和 Chrome 老版本 */
    image-rendering: crisp-edges; /* 针对 Firefox 的尝试 */
}
.zs-header.show .logo .logo-text01{
    background: url('../img/logo-text01.png?tn=20260302') no-repeat center left;
    background-size: 100% 100%;
    image-rendering: -webkit-optimize-contrast; /*  Safari 和 Chrome 老版本 */
    image-rendering: crisp-edges; /* 针对 Firefox 的尝试 */
}
.zs-header .logo .logo-text02{
    display: block;
    width: 320px;
    height: 58px;
    background: url('../img/logo-text02-white.png?tn=20260302') no-repeat center left;
    background-size: 100% 100%;
    image-rendering: -webkit-optimize-contrast; /*  Safari 和 Chrome 老版本 */
    image-rendering: crisp-edges; /* 针对 Firefox 的尝试 */
}
.zs-header.show .logo .logo-text02{
    background: url('../img/logo-text02.png?tn=20260302') no-repeat center left;
    background-size: 100% 100%;
    image-rendering: -webkit-optimize-contrast; /*  Safari 和 Chrome 老版本 */
    image-rendering: crisp-edges; /* 针对 Firefox 的尝试 */
}
.zs-header .logo img{
    display: block;
    width: auto;
    height: 100%;
}
.zs-header .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav {
    display: block;
    padding: 0 0;
    width: auto;
    height: 85px;
    margin-left: 3%;
}
.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: 85px;
    padding: 0 25px;
    position:relative;
    transition: all 0.2s linear;
}
.zs-header .nav li a{
    display: block;
    width:auto;
    height: 85px;
    line-height: 85px;
    color:#FFF;
    font-size:18px;
    text-align: left;
    white-space: nowrap;
    position: relative;
}
.zs-header.show .nav li a{
    color:#333;
}
.zs-header.show .nav li a .iconfont{
    color:#333;
}
.zs-header .nav li a .iconfont{
    display: none !important;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 0;
    vertical-align: 1px;
    color: #FFF;
    transition: transform 0.3s ease;
}
.zs-header .nav li:hover a .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav li.cur a{
  color:#FFF;
  font-weight: bold;
}
.zs-header.show .nav li.cur a{
  color:#059669;
}
.zs-header .nav li.cur a .iconfont{
    color: #FFF;
}
.zs-header.show .nav li.cur a .iconfont{
    color:#059669
}
.zs-header .nav li:hover a,.zs-header .nav li:hover a .iconfont{
  color:#059669;
}
.zs-header .nav li a:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 3px;
  background-color: #FFF;
  transition: all 0.35s;
}
.zs-header .nav li.cur a:after,.zs-header .nav li:hover a:after {
    display: none;
    width: 100%;
    margin-left: -50%;
    background-color: #FFF;
}
.zs-header.show .nav li.cur > a:after,
.zs-header.show .nav li:hover > a:after {
  display: block;
  background-color: #059669;
}
.zs-header .nav li dl{
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    left: 50%;
    top: 85px;
    padding: 2px 0 2px 0;
    min-width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%) translateY(0);
    background-color: rgba(255, 255, 255, 0.9);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.zs-header .nav li:hover dl{
    opacity: 1;
    display: block;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.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{
    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,.zs-header .nav li dl dd a{
    padding: 0 25px 0 25px;
    font-size: 18px;
    color: #333 !important;
    height: 50px;
    line-height: 50px;
    font-weight: normal !important;
    text-align: center;
    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:#059669 !important;
}
.zs-header .nav li.active dl a:after,.zs-header .nav li:hover dl a:after{
  display: none !important;
}
.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: 50px;
    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;
    transition: all 0.2s linear;
}
.zs-header.show .btn-search a,.zs-header.show .btn-login a{
    filter: invert(100%);
}
.zs-header .btn-search a:hover{
    transform: scale(1.05);
}
.zs-header .btn-login{
    margin: 0 15px 0 5px;
    display: block;
    width: 50px;
    height: 70px;
}
.zs-header .btn-login a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 22px;
    background: url(../img/icon-user.png) no-repeat center center;
    background-size: 26px 26px;
    transition: all 0.2s linear;
}
.zs-header .btn-login a:hover{
    transform: scale(1.05);
}
.zs-header .btn-apply{
    display: block;
}
.zs-header .btn-apply a{
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-size: 16px;
    background: #059669;
    border-radius: 20px;
    text-align: center;
}
.zs-header .btn-apply a:hover{
    color: #FFF;
    background: #047857;
}
.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: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
}
.subbanner .text {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 0;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    background: rgba(0,0,0,0.5);
}
.subbanner .title{
    font-size: 60px;
    line-height: 1.35;
    color: #FFF;
    font-weight: bold;
    padding: 8px 0 0 0;
}
.subbanner .desc{
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.6;
    color: #FFF;
}
.submenu{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #ecfdf5;
    box-shadow: 0vw 0vw 0.45vw rgba(0, 0, 0, 0.05);
}
.submenu .zs-wp{
    display: flex;
    justify-content: center;
}
.submenu a,.submenu li{
    display: block;
    font-size: 18px;
    font-weight: 500;
    min-width: 130px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 25px;
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.submenu a.cur,.submenu li.on {
    background-color: #059669;
    color: #FFF;
    font-weight: bold;
}
.submenu a:hover{
    background-color: #059669;
    color: #FFF;
}
.submenu a h2{
    font-size: 18px;
}
.submenu a i{
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 3px 3px;
    line-height: 12px;
    color: #FFFFFF;
    font-size: 11px;
    border-radius: 10px;
    text-align: center;
    background-color: #FF6600;
}
.zs-main{
    display: flex;
    margin: 35px auto 80px;
    justify-content: space-between;
}
.zs-main .left{
    flex: 0 0 78%;
    width: 78%;
    padding-right: 50px;
}
.zs-main .left .title-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.zs-main .left .title-wrap.nod{
    border-bottom: none;
}
.zs-main .right{
    flex: 0 0 22%;
    width: 22%;
}
.title-wrap{
    padding-top: 10px;
}
.path{
    display: block;
    width: auto;
    padding: 15px 0 10px;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    z-index: 20;
    margin-bottom: -42px;
    color: #666;
    background-color: #F8F8F8;
}
.path .zs-wp{
    margin: 0 auto;
}
.path i{
    margin-right: 8px;
    color: #a9bba3;
}
.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{
    width: 50px;
    height: 50px;
    border: 2px solid #a9bba3;
    border-radius: 50%;
}
.swiper-button-disabled{
    opacity: 0.2;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    opacity: 1;
    border: 2px solid #059669;
}
.swiper-button-next:after,.swiper-button-prev:after{
    color: #a9bba3;
    font-size: 20px;
    font-weight: 600;
}
.swiper-button-next:hover:after,.swiper-button-prev:hover:after{
    color: #059669;
}
.zs-h2title {
    display: block;
    text-align: center;
    padding-bottom: 60px;
    line-height: 1;
}
.zs-h2title.pb40{
    padding-bottom: 40px;
}
.zs-h2title .title{
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    color: #059669;
    position: relative;
}
.zs-h2title .title:before {
    left: -50px;
}
.zs-h2title .title:after, .zs-h2title .title:before {
    content: '';
    display: block;
    width: 35px;
    height: 30px;
    background: url(../img/title-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
}
.zs-h2title .title:after {
    right: -50px;
}
.zs-h2title .title:after, .zs-h2title .title:before {
    content: '';
    display: block;
    width: 35px;
    height: 30px;
    background: url(../img/title-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
}

.zs-h2title .subtitle{
    display: block;
    width: 800px;
    margin: 0 auto;
    font-size: 18px;
    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.mcenter{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.btn a {
    display: block;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #FFF;
    background: #059669;
    border-radius: 26px;
    font-weight: 500;
}
.btn a i{
    margin-left: 5px;
    margin-right: 0;
    font-weight: 500;
}
.btn a:hover{
    background: #047857;
    color: #FFF;
}
.btn a.primary{
    color: #059669;
    line-height: 43px;
    border: 1px solid #059669;
    background-color: transparent;
}
.btn a.primary:hover{
    color: #FFF;
    background: #059669;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    display: inline-block;
    border-radius: 6px;
    background: #FFF;
    opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    width: 35px;
    position: relative;
    background-color: #10b981;
}

/*页脚 start*/
.footer{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60px;
    background: #065f46 url('../img/foot-bg.jpg?tn20260311') no-repeat right bottom;
    background-size: auto 95%;
}
.footer .foot-nav{
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
}
.footer .hotline{
    display: flex;
    margin-top: 10px;
}
.footer .hotline label{
    display: block;
}
.footer .hotline .phone strong{
    font-size: 18px;
    font-weight: bold;
}
.footer .hotline .phone a{
    display: inline-block;
}
.footer .foot-nav li{
    flex: 0 0 30%;
    min-width: 30%;
    height: auto;
    text-align: left;
    padding-right: 35px;
    color: #FFF;
}
.footer .foot-nav li:last-child{
    padding-right: 0;
}
.footer .foot-nav li dt{
    display: block;
    color: #FFF;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}
.footer .foot-nav li dd{
    display: block;
    font-size: 16px;
    white-space: nowrap;
}
.footer .foot-nav li a{
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: #FFF;
    white-space: nowrap;
}
.footer .foot-nav li.follow a{
    display: flex;
    align-items: center;
}
.footer .foot-nav li.follow a img{
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    filter: invert(100%);
}
.footer .foot-nav li a:hover{
    color: #97f3d0;
}
.footer .foot-copyright{
    display: flex;
    font-size: 15px;
    line-height: 1.625;
    padding: 15px 0 15px;
    color: #FFF;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .foot-copyright .copyright a{
    margin-left: 10px;
    color: #FFF;
}
.footer .foot-copyright .privacy a{
    margin-left: 26px;
    color: #FFF;
}
.footer .foot-copyright a:hover{
    color: #97f3d0;
}
.footer .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer .links p{
    width: 50%; 
    margin: 5px 0;
}
.footer .foot-nav li.ercode{
    flex: 0 0 300px;
    min-width: 300px;
}
.footer .code{
    display: flex;
    justify-content: space-between;
}
.footer .code div {
    margin-left: 25px;
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.footer .code div:first-child {
    margin-left: 0;
}
.footer .code img {
    display: block;
    width: 120px;
    height: 120px;
}
.footer .code p {
    margin: 0 0;
    font-size: 12px;
    color: #666;
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
    padding-bottom: 2px;
}
.footer .foot-share{
	display: flex;
	padding-top: 5px;
    padding-bottom: 15px;
	justify-content: flex-start;
}
.footer .foot-share div{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 24px 0 0;
	padding-top: 0;
	transition: all .3s;
}
.footer .foot-share div:hover{
	transform: scale(1.2);
}
.footer .foot-share div a{
	display: block;
	width: 100%;
	height: 100%;
}
.icon-weibo{
	background: url("../img/icon-weibo.svg") no-repeat center center;
	background-size: 28px 28px;
}
.icon-weixin{
	background: url("../img/icon-weixin.svg") no-repeat center center;
	background-size: 28px 28px;
}
.icon-douyin{
	background: url("../img/icon-douyin.svg") no-repeat center center;
	background-size: 26px 26px;
}
/*页脚 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: 50%;
    background: #FFF;
    border: 1px solid #e2e2e2;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 6px;
}
.zs-pages a:hover{
    background: #059669;
    border: 1px solid #059669;
    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: 50%;
    background: #059669;
    color: #FFF;
    text-align: center;
    margin: 0 6px;
}
.zs-pages .pages_tools{
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 10px;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
}
.zs-pages .pages_tools input{
    display: block;
    width: 36px;
    height: 100%;
    border: none;
    font-size: 16px;
}
.zs-pages .pages_go{
    padding-left: 10px;
    font-size: 15px;
    cursor: pointer;
    border-left: 1px solid #e2e2e2;
}
.zs-pages .pages_go:hover{
    color: #059669;
}
.h5{
    display: none;
}
.nodata{
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #999;
}
.nodata i{
    font-size: 20px;
    margin-right: 10px;
}
.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;
}
.pophelp{
    width: 720px;
    height: auto;
    min-height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pophelp img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.poppay {
    width: 350px;
    height: auto;
    min-height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 25px;
    border-radius: 15px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.poppay img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}
.icon-pop-close{
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  cursor: pointer;
  background: url('..//img/icon-pop-close.png') no-repeat center center;
  background-size: 100%;
}
/*im*/
.right-im{
    display: block;
    position: fixed;
    right: 0;
    bottom: 7.5%;
    transform:translate(0,0);
    width: 85px;
    padding: 0 0;
    height: auto;
    z-index: 100000;
}
.right-im li{
    width: 85px;
    height: 85px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 1px;
    background-color: #00000033;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);*/
}
.right-im li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 55px 0 0 0;
    font-size: 13px;
    color: #FFF;
}
.right-im li a:hover{
    color: #FFFFFF;
}
.right-im li.im-help{
    background:#00000050 url(../img/icon-help.svg) no-repeat center 2px;
    background-size: 60px 60px;
}
.right-im li.im-weixin{
    background:#00000050 url(../img/icon-weixin.svg) no-repeat center 12px;
    background-size: 38px 38px;
    border-top-left-radius: 15px;
}
.right-im li.im-gotop{
    background:#00000050 url(../img/im-gotop.png) no-repeat center 12px;
    background-size: 42px 42px;
    border-bottom-left-radius: 15px;
}
.right-im li:hover{
    background-color:#047857 !important;
}
.right-im li.im-qq:hover .im-ercode,.right-im li.im-weixin:hover .im-ercode{
    display: block;
}
.right-im .im-ercode{
    display: none;
    position: absolute;
    right: 90px;
    top: 0;
}
.right-im .im-ercode img{
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    background-color: #FFF;
    padding: 10px 10px;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}

/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
body {
    zoom: 0.9;
}
.about-desc .desc {
    font-size: 20px;
}
.zs-project-list li .text .desc {
    font-size: 20px;
}

}
  
@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: 15px !important;
    padding-top: 60px;
}
input,select,textarea,button{
    font-size: 15px;
}
.iconfont {
    font-size: 14px;
}
.zs-m50 {
    margin-top: 30px !important;
}
.zs-m40 {
    margin-top: 20px !important;
}
.btn a {
    width: 150px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.zs-header {
    top: 0;
    height: 60px;
    position: fixed;
    background: #059669 !important;
}
.zs-header.show{
    background: #FFFFFF !important;
}
.zs-header .zs-wp {
    width: 100%;
    padding: 10px 0;
    height: 60px;
    bottom: 0;
}
.zs-header .logo {
    height: 40px;
    margin: 0 0 0;
    flex: unset;
    width: 80%;
    padding-left: 40px;
    margin: 0 0 0;
    background: url('../img/logo-white.png') no-repeat center left;
    background-size: 40px 40px !important;
}
.zs-header .logo-text {
    position: relative;
    display: block;
    width: 238px;
    height: 40px;
}
.zs-header .logo .logo-text01 {
    width: auto;
    height: 40px;
    background-size: auto 100% !important;
}
.zs-header .logo .logo-text02 {
    width: auto;
    height: 40px;
    background-size: auto 100% !important;
}
.zs-header .nav {
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    height: calc(100vh - 60px);
    padding-bottom: 65px;
    left: 0;
    top: 60px;
    padding-top: 20px;
    margin-left: 0;
    overflow-y: auto;
    border-top: 1px solid #EAEAEA;
}
.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.show .nav li.cur > a:after, .zs-header.show .nav li:hover > a:after{
    display: none;
}
.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: 18px;
}
.zs-header .nav li:hover dl dd {
    padding: 0 0;
    text-align: left;
}
.zs-header .nav li:hover dl dd a, .zs-header .nav li 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 a .iconfont{
    display: none !important;
}
.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{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    background: none;
    left: 0;
    top: 0;
    /*max-height: 28px;*/
    max-height: 100%;
    overflow: hidden;
    box-shadow: none;
    transform: translateX(0%) translateY(0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.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: 33.33%;
}
.zs-header .rightbox{
    position: fixed;
    bottom: 0;
    display: none;
}
.zs-header .rightbox.show{
    display: flex;
}
.icon-menu {
    display: block;
    right: 4%;
    top: 18px;
}
.zs-header.show  .icon-menu {
    filter: invert(100%);
}
.icon-menu.show {
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 90% 90%;
}
.zs-wp {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    min-width: 92%;
}
.subbanner {
    height: 200px;
}
.subbanner .title {
    font-size: 30px;
    padding: 8px 0 0 0;
}
.subbanner .desc {
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.35;
}
.submenu {
    height: 38px;
}
.submenu .zs-wp {
    display: flex;
    justify-content: flex-start;
    overflow-y: auto;
    height: 100%;
}
.submenu a, .submenu li {
    font-size: 15px;
    min-width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    white-space: nowrap;
    text-align: center;
}
.btn.mcenter {
    margin-top: 8px;
    margin-bottom: 15px;
}
.zs-h2title {
    padding-bottom: 30px;
}
.zs-h2title .title {
    font-size: 30px;
}
.zs-h2title .title:after, .zs-h2title .title:before {
    top: 3px;
}
.zs-h2title .subtitle{
    width: 100%;
    font-size: 15px;
    padding-top: 15px;
}
.zs-h2title .desc {
    font-size: 15px;
    line-height: 1.5;
}
.path {
    padding: 5px 0 5px;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: -15px;
}
.path span {
    font-size: 14px;
    padding: 0px 5px;
}
.zs-content {
    padding: 15px 0 15px;
}
.zs-content.pt60 {
    padding-top: 20px;
}
.zs-wp1200 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.zs-box {
    padding: 10px 15px 10px;
}

.zs-pages {
    padding: 15px 0 15px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-pages a{
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 3px 4px;
    font-size: 14px;
}
.zs-pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    margin: 3px 4px;
    font-size: 14px;
}
.zs-pages .pages_tools{
    margin: 3px 0 3px 10px;
    padding: 0 15px;
    border-radius: 20px;
}
.zs-pages .pages_tools input{
    width: 28px;
    font-size: 14px;
}
.zs-pages .pages_go{
    padding-left: 10px;
    font-size: 14px;
}
.footer {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 45px;
    background-size: 180% auto;
}
.footer .foot-nav {
    display: flex;
    padding-bottom: 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-nav .foot-logo{
    width: 100%;
}
.footer .foot-nav .foot-logo img{
    width: 100%;
    height: auto;
}
.footer .foot-nav li {
    flex: unset;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
}
.footer .foot-nav li dt {
    padding-bottom: 10px;
    font-size: 22px;
}
.footer .links p:nth-child(odd) {
    width: 40%;
}
.footer .links p{
    margin: 0 0;
}
.footer .foot-nav li a {
    font-size: 13px;
    line-height: 2.2;
}
.footer .foot-nav li.ercode {
    flex: unset;
    min-width: 100%;
}
.footer .code {
    display: flex;
    justify-content: flex-start;
}
.footer .code p {
    font-size: 12px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.35;
    padding-bottom: 2px;
}
.footer .foot-copyright {
    font-size: 12px;
    padding: 15px 0 15px;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.right-im{
    display: none;
}
}