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:#2D2D2D;
  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:#2D2D2D;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#8a00e5;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#AAA;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#AAA;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#AAA;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#AAA;
}
.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;
}
.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-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;
    top: 0px;
    left: 0px;
    height: 112px;
    transition: all 0.35s;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
}
.zs-header.show {
    position: fixed;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0,9,27,.1);
    transition: all 0.35s;
}
.topbox{
    position: relative;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #E5E6E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
}
.topbox .language{
    height: 28px;
    cursor: pointer;
    position: relative;
}
.topbox .language .text{
    display: flex;
    align-items: center;
    margin-top: 3px;
    line-height: 22px;
    justify-content: flex-start;
}
.topbox .language .text i{
    margin-right: 5px;
}
.topbox .language .text svg {
    height: 14px;
    margin-bottom: -2px;
    margin-right: 5px;
}
.topbox .language .text .iconfont{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin-left: 3px;
    margin-right: 0;
    color: #8a00e5;
    transition: transform 0.3s ease;
}
.topbox .language:hover .text .iconfont{
    transform: rotate(180deg);
}
.language:hover .language-box{
    display: block;
}
.language .language-box{
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 120px;
    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: 5px;
    -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;
}
.topbox .right a{
    margin-left: 32px;
    line-height: 40px;
    font-size: 14px;
}

.zs-header .logo{
    display: block;
    width: auto;
    height: 48px;
    margin: 12px 0 12px 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .topnav{
    display: flex;
    height: 72px;
    justify-content: space-between;
}
.zs-header .nav{
  display: flex;
  justify-content: flex-start;
  list-style:none;
  margin:0 0 0 0;
  padding:0;
  height: 72px;
}
.zs-header .nav li{
  width: auto;
  height: 72px;
  padding: 0 30px;
  display:inline-block;
  position:relative;
  transition: all 0.2s linear;
}
.zs-header .nav li a{
  display:block;
  width:auto;
  height: 72px;
  line-height: 72px;
  color:#2D2D2D;
  font-size:18px;
  text-align: left;
  position: relative;
  font-weight: bold;
}
.zs-header .nav li a .iconfont{
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
    margin-right: 0;
    vertical-align: 1px;
    color: #8a00e5;
    transition: transform 0.3s ease;
}
.zs-header .nav li:hover a .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav li:hover,.zs-header .nav li.cur{
  color:#FFFFFF;
}
.zs-header .nav li a:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #8a00e5;
  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: #8a00e5;
}
.zs-header .nav li dl{
    display: none;
}
.zs-header .nav li:hover dl{
    position: absolute;
    left: 0;
    top: 72px;
    padding: 2px 0 2px 0;
    display: block;
    min-width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    border-radius: 5px;
    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 15px;
    font-size: 16px;
    color: #333;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    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: #8a00e5;
}
.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: -10px;
    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 {
    float: right;
    display: flex;
    margin-top: 0;
    height: 72px;
    justify-content: flex-end;
    align-items: center;
    padding-left: 50px;
}
.zs-header .rightbox div{
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 20px;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
.zs-header .rightbox div a{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .rightbox div:hover{
    /*transform: scale(1.15);*/
}
.zs-header .rightbox .icon-search {
    background: url(../img/icon-search.svg) no-repeat center center;
    background-size: 21px 21px;
}
.zs-header .rightbox .icon-weixin {
    background: url(../img/icon-weixin.svg) no-repeat center center;
    background-size: 24px 24px;
}
.zs-header .rightbox .icon-user {
    background: url(../img/icon-user.png) no-repeat center center;
    background-size: 18px 18px;
}
.zs-header .rightbox .icon-weixin:hover .icon-weixin-box{
    display: block;
}
.zs-header .rightbox .icon-weixin-box{
    position: absolute;
    top: 48px;
    right: -50px;
    z-index: 1000;
    display: none;
    width: auto;
    min-width: 170px;
    min-height: 170px;
    padding: 10px;
    margin-top: 0;
    font-size: 14px;
    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: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .rightbox .icon-weixin-box img{
    display: block;
    width: 150px;
    height: 150px;
}
.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;
}
/*页眉 end*/
/*subbanner*/
.subbanner{
    display: block;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.subbanner .zs-wp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.subbanner .title{
    font-size: 48px;
    line-height: 1.35;
    font-weight: bold;
    color: #FFF;
    padding: 0 0;
}
.subbanner .line{
    display: block;
    width: 95px;
    height: 4px;
    background-color: #FFF;
    margin-top: 15px;
}
.subbanner .desc{
    padding-top: 13px;
    font-size: 24px;
    line-height: 1.6;
    width: 45%;
    color: #FFF;
}
.zs-main{
    display: flex;
    margin: 60px auto;
    justify-content: space-between;
}
.zs-main .left{
    flex: 0 0 18%;
    width: 18%;
}
.zs-main .left .title-wrap{
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.zs-main .right{
    flex: 0 0 82%;
    width: 82%;
    padding-left: 60px;
}
.zs-leftnav{
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 20px;
}
.zs-leftnav li{
    display: block;
    padding: 20px 0;
}
.zs-leftnav li a{
    display: flex;
    font-size: 20px;
    line-height: 20px;
    justify-content: space-between;
}
.zs-leftnav li a h2{
    font-size: 20px;
}
.zs-leftnav li.cur a{
    color: #8a00e5;
    font-weight: bold;
}
.zs-leftnav li.cur a h2{
    font-weight: bold;
}
.zs-subnav{
    display: block;
    position: relative;
    z-index: 20;
}
.zs-subnav.center{
    display: flex;
    justify-content: center;
}
.zs-subnav a{
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 18px;
    font-size: 15px;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    background: #6b728080;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zs-subnav a.cur,.zs-subnav a:hover{
    position: relative;
    background: linear-gradient(113deg, #8a00e5, #6601a8);
}
.zs-filter{
    display: flex;
    padding: 20px 0 0;
    justify-content: space-between;
}
.zs-filter.pd0{
    padding: 0;
}
.zs-filter .title{
    font-size: 22px;
    font-weight: bold;
}
.zs-filter .icon-view{
    display: flex;
    width: 76px;
    height: 32px;
    overflow: hidden;
    border-radius: 5px;
}
.zs-filter .icon-view a{
    display: block;
    width: 50%;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    font-size: 18px;
    margin-right: 0;
    text-align: center;
    background: #6b728080;
}
.zs-filter .icon-view a.cur,.zs-filter .icon-view a:hover{
    background: linear-gradient(113deg, #8a00e5, #6601a8);
}

.content{
    display: block;
    padding: 50px 60px;
    position: relative;
}
.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;
}
/*箭头*/
.swiper-button-prev,.swiper-button-next{
    margin-top: -20px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
}
.swiper-button-prev{
    left: 75px;
}
.swiper-button-next{
    right: 75px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #e60012;
}
.zs-h2title {
    display: block;
    text-align: left;
    padding-bottom: 35px;
}
.zs-h2title .title{
    display: block;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.zs-h2title .desc{
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.65;
}
.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;
}
.title-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-align: left;
    padding-bottom: 0;
}
.title-wrap .title {
    font-size: 36px;
    font-weight: bold;
}
.title-wrap .subtitle {
    font-size: 22px;
    font-weight: bold;
}
.title-wrap .more {
    padding-top: 3px;
    font-size: 15px;
}
.title-wrap .more i{
    font-size: 14px;
}
.btn a {
    display: block;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(113deg, #8a00e5, #6601a8);
    border-radius: 5px;
}
.btn a:hover{
    background: linear-gradient(113deg, #7a00e5, #5601a8);
}
.btn a.primary{
    color: #8a00e5;
    line-height: 43px;
    border: 1px solid #8a00e5;
    background: transparent;
}
.btn a.primary:hover{
    color: #FFF;
    background: #8a00e5;
}

/*页脚 start*/
.zs-footer{
    background-image: url('../img/bg-footer.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 28px;
}
.zs-footer .foot-nav{
    display: flex;
    padding-bottom: 25px;
    justify-content: space-between;
}
.zs-footer .foot-nav li{
    flex: 0 0 20%;
    min-width: 20%;
    height: auto;
    text-align: left;
    padding-left: 25px;
    color: #6D6E71;
}
.zs-footer .foot-nav li dt{
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 18px;
}
.zs-footer .foot-nav li dt.m20{
    padding-top: 20px;
}
.zs-footer .foot-nav li dd{
    display: block;
    font-size: 16px;
    white-space: nowrap;
}
.zs-footer .foot-nav li a{
    display: block;
    font-size: 16px;
    color: #6D6E71;
    white-space: nowrap;
    margin-bottom: 16px;
}
.zs-footer .foot-nav li a:hover{
    color: #8a00e5;
    text-decoration: underline !important;
}
.zs-footer .foot-bottom{
    display: flex;
    padding-left: 60px;
    justify-content: space-between;
}
.zs-footer .foot-share{
	display: flex;
	padding-top: 0;
    padding-bottom: 10px;
	justify-content: flex-start;
}
.zs-footer .foot-share li{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 20px 0 0;
	padding-top: 0;
	transition: all .3s;
    filter: invert(100%);
}
.zs-footer .foot-share li:hover{
	transform: scale(1.2);
}
.zs-footer .foot-share li a{
	display: block;
	width: 100%;
	height: 100%;
}
.icon-facebook{
	background: url("../img/icon-facebook.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;
}
.zs-footer .foot-link{
    display: flex;
}
.zs-footer .foot-link .link-item{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    font-size: 14px;
}
.zs-footer .foot-link .link-item:not(:last-child)::after {
    content: "|";
    padding: 0px 16px;
    color: #CCC;
}
.zs-footer .foot-copyright {
    width: 525px;
    height: 68px;
    font-size: 12px;
    font-weight: bold;
    background: #CD163F;
    background: linear-gradient(260deg, #cd163f 29%, #f58025 76%);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.zs-footer .foot-copyright {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22Layer_1%22%20x%3D%220%22%20y%3D%220%22%20style%3D%22enable-background%3Anew%200%200%20753.8%2069.1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20753.8%2069.1%22%3E%3Cstyle%3E.st0%7Bfill%3Aurl%28%23svg_1_00000018958693436876730630000009169118790865813135_%29%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22svg_1_00000043450127322285815160000006477502847918865583_%22%20x1%3D%2213.214%22%20x2%3D%22529.501%22%20y1%3D%22121.437%22%20y2%3D%2211.778%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23f58025%22%2F%3E%3Cstop%20offset%3D%22.1%22%20style%3D%22stop-color%3A%23f58025%22%2F%3E%3Cstop%20offset%3D%22.326%22%20style%3D%22stop-color%3A%23ed6b2a%22%2F%3E%3Cstop%20offset%3D%22.655%22%20style%3D%22stop-color%3A%23cd163f%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22svg_1%22%20d%3D%22M753.8%2069.1H0l55.1-53.6c2.8-2.6%205.8-4.8%209-6.8%203.3-2%206.8-3.6%2010.5-4.8%208.2-2.7%2016.7-4%2025.3-3.9h653.9v69.1z%22%20style%3D%22fill%3Aurl%28%23svg_1_00000043450127322285815160000006477502847918865583_%29%22%2F%3E%3C%2Fsvg%3E");
}
.zs-footer .foot-copyright a{
    color: #FFF;
    padding: 0 5px;
}
.zs-footer .foot-copyright a:hover{
    text-decoration: underline !important;
}
.zs-footer .footer-logo{
    display: block;
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
    height: 36px;
    border-left: 1px solid #fff;
}
.zs-footer .footer-logo img{
    height: 36px;
    width: auto;
}
.zs-footer .foot-nav li dt .iconfont{
    display: none;
}
.zs-footer .foot-nav li .mdown{
    padding-bottom: 20px;
}
.zs-footer .foot-nav li .mdown:last-child{
    padding-bottom: 0;
}
.zs-leftnav .sidebar-footer{
    display: none;
}
/*页脚 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: linear-gradient(113deg, #8a00e5, #6601a8);
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
    font-weight: bold;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: linear-gradient(113deg, #8a00e5, #6601a8);
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
.h5{
    display: none;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 100000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.pop .icon-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    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:hover{
    background-color: #8a00e5;
}
.pop .icon-close img {
    display: block;
    width: 60%;
    height: 60%
}
.pop {
    width: 1400px;
    padding: 20px 20px;
    height: auto;
    min-height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -700px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px
}
.pop_title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.pop_con{
    padding: 0 30px;
}
/*search_tc*/
.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: #8a00e5;
    background-size: 100%;
    border: 0px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search_tc .search_nr .btn:hover{
    opacity: 0.9;
}
/*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: 60px;
}

.image-container {
    width: 100%;
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.h5{
    display: block;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    padding-left: 4%;
    padding-right: 4%;
}
.topbox {
    position: fixed;
    height: auto !important;
    bottom: 15px;
    z-index: 100;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: none;
}
.topbox.show{
    display: flex;
}
.language .language-box {
    top: unset;
    bottom: 35px;
}
.topbox .right a {
    margin-left: 0;
    line-height: 1.65;
    font-size: 14px;
    margin-right: 10px;
}
.zs-header {
    height: 60px;
    position: fixed;
}
.zs-header .zs-wp {
    width: 100%;
    padding: 0 4%;
    height: 60px;
    bottom: 0;
}
.zs-header .logo {
    height: 40px;
    margin: 12px 0 12px 0;
}
.zs-header .nav {
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,0.98);
    width: 100%;
    height: calc(100vh - 60px);
    overflow: scroll;
    padding-bottom: 60px;
    left: 0;
    top: 60px;
    padding-top: 20px;
}
.zs-header .nav.show{
    display: block;
}
.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%;
    background-color: #8a00e5;
    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: 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;
    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 .rightbox {
    float: left;
    display: flex;
    margin-top: 0;
    height: 72px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}
.zs-header .nav li dl dd dl.subnav, .zs-header .nav li dl dd dl dd dl.threenav {
    display: none !important;
}
.zs-header .rightbox div {
    margin-left: 0;
    margin-right: 15px;
}

.icon-menu {
    display: block;
    right: 4%;
    top: 20px;
    filter: invert(100%);
}
.icon-menu.show {
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 90% 90%;
}
.zs-h2title {
    padding-bottom: 15px;
}
.zs-h2title .title {
    font-size: 22px;
}
.zs-h2title .desc {
    padding-top: 5px;
    font-size: 15px;
}
.zs-subnav a {
    width: 30%;
    padding: 0 20px;
    margin-right: 2.2%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
}
.btn a {
    width: 165px;
    font-size: 15px;
}
.content {
    padding: 30px 4%;
}
.subbanner {
    height: 180px !important;
}
.subbanner .title {
    font-size: 28px;
    line-height: 1.35;
}
.subbanner .line {
    width: 45px;
    height: 2px;
    margin-top: 10px;
}
.subbanner .desc {
    padding-top: 10px;
    font-size: 16px;
    width: 60%;
    display: none;
}
.zs-main {
    display: flex;
    margin: 30px auto;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-main .left {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}
.zs-main .right {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
}
.zs-leftnav li {
    padding: 10px 0;
}
.zs-leftnav li a {
    font-size: 16px;
    line-height: 20px;
}
.path {
    line-height: 1.6;
    font-size: 13px;
}
.title-wrap .title {
    font-size: 22px;
}
.title-wrap .more {
    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;
}
.pop {
    width: 92%;
    padding: 20px 20px;
    left: 4%;
    top: 50%;
    min-height: auto;
    margin-left: 0;
}
.pop_title {
    font-size: 22px;
}
.pop_con {
    padding-left: 0;
    padding-right: 0;
}
.pop_con.contact-feedback {
    padding-top: 10px;
    padding-bottom: 10px;
}
.zs-footer .foot-nav {
    display: flex;
    padding-bottom: 5px;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .foot-nav li {
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
}
.zs-footer .foot-nav li dt {
    margin-bottom: 16px;
    font-size: 16px;
}
.zs-footer .foot-nav li a {
    display: inline-block;
    width: 32.33%;
    font-size: 13px;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zs-footer .foot-bottom {
    display: flex;
    padding: 0 0;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .foot-bottom .left{
    padding: 0 4%;
    margin-bottom: 30px;
}
.zs-footer .foot-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.zs-footer .foot-share {
    display: flex;
    padding-top: 0;
    padding-bottom: 20px;
    justify-content: center;
}
.zs-footer .foot-link .link-item {
    font-size: 13px;
    margin-bottom: 5px;
}
.zs-footer .foot-copyright {
    width: 100%;
    height: 38px;
    padding-right: 10px;
    font-size: 12px;
    justify-content: flex-end;
}
.zs-footer .footer-logo {
    margin-left: 10px;
    padding-left: 10px;
    height: 26px;
}
.zs-footer .footer-logo img {
    height: 100%;
}
.zs-footer .foot-nav li dt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 16px;
}
.zs-footer .foot-nav li dt .iconfont{
    display: block;
    transition: transform 0.3s ease;
}
.zs-footer .foot-nav li dt .iconfont.cur {
    transform: rotate(180deg);
}
.zs-footer .foot-nav li .mdown{
    display: block;
    height: 44px;
    padding-bottom: 20px;
    transition: transform 0.3s ease;
    overflow: hidden;
}
.zs-footer .foot-nav li .mdown:last-child{
    height: 24px;
    padding-bottom: 0;
}
.zs-footer .foot-nav li .mdown.show{
    height: auto;
}
.zs-leftnav {
    display: block;
    width: 100%;
    max-height: 165px;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}
.zs-leftnav.show{
    max-height: 100%;
}
.zs-leftnav .sidebar-footer {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(transparent,#FFF);
    height: 20px;
    inset-inline-start: 0;
    z-index: 100;
}
.zs-leftnav.show .sidebar-footer {
    transform: rotate(180deg);
    background-image: linear-gradient(#FFF,transparent);
}
.zs-leftnav .sidebar-footer i {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.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%;
}

}