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:14px/1.5 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #F5F5F5;
  /* overflow-x: hidden; */
}

select,textarea,button{
  font:14px/1.5 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial, 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-face {
  font-family: 'iconfont';
  src: url('../font/iconfont2.woff2?t=1653532243028') format('woff2'),
       url('../font/iconfont2.woff?t=1653532243028') format('woff'),
       url('../font/iconfont2.ttf?t=1653532243028') 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;
}
.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:#3B3B3B;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#bf1313;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCCCCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCCCCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCCCCC;
}
.zs-pc{
    display: block;
}
.zs-m{
    display: none;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: table;
  width:1500px;
  margin-left: auto;
  margin-right: auto;
}
.zs-wp.cl,.zs-cl{
  margin-bottom: 8px;
}
.zs-md-2{
  width: 50%;
}
.zs-md-3{
  width: 33.33333%;
}
.zs-md-4{
  width: 25%;
}
.zs-ml-3{
  width: 30%;
}
.zs-mr-7{
  width: 70%;
}
.zs-ml-4{
  width: 40%;
}
.zs-mr-6{
  width: 60%;
}
.zs-md-2,.zs-md-3,.zs-md-4,.zs-ml-3,.zs-mr-7{
  float: left;
}
.zs-w100{
  display: table;
  width: 100%;
}
.zs-w50{
  display: inline-block;
  width: 49.5%;
}
.zs-center{
  text-align: center !important;
}
.zs-left{
  text-align: left !important;
}
.zs-right{
  text-align: left !important;
}
.zs-red{
    color:#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-title:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    border-bottom: 3px solid #ff5c33;
    z-index: 1;
    content: '';
}
.zs-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
/*页眉 start*/
.zs-header{
    display: block;
    width: 100%;
    position: relative;
    height: 132px;
    background: #FFFFFF;
    transition: all 0.35s;
    z-index: 99;
}
.zs-header .topbar{
    display: block;
    width: 100%;
    height: 42px;
    font-size: 15px;
    background-color: #F2F2F2;
}
.zs-header .topbar .zs-wp{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.zs-header .topbar .welcome{
    color: #bf1313;
}
.zs-header .topbar .link{
    display: flex;
}
.zs-header .topbar .link a{
    padding: 0 15px;
    line-height: 1;
    border-right: 1px solid #797979;
}
.zs-header .topbar .link a:last-child{
    border-right: none;
}
.zs-header .topbar .link a.t-a {
    font-weight: 700;
    color: #bf1313!important;
}
.zs-header .topbox{
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: space-between;
}
.zs-header .logo{
    float: left;
    width: 200px;
    height: 86px;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav{
    display: flex;
    padding-left: 35px;
}
.zs-header .nav li{
    padding: 23px 35px;
    position: relative;
    height: 90px;
}
.zs-header .nav li a{
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 50px;
}
.zs-header .nav li a:hover,.zs-header .nav li.cur a{
    color: #bf1313;
}
.zs-header .nav li:hover dl{
    display: block;
}
.zs-header .nav li dl{
    position: absolute;
    left: calc(50% - 60px);
    top: 90px;
    padding: 10px 0 10px 10px;
    display: none;
    /* width: 100%; */
    white-space: nowrap;
    min-width: 120px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 10%);
}
.zs-header .nav li dl dd{
    text-align: center;
    position: relative;
}
.zs-header .nav li dl dd a{
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 42px;
}
.zs-header .nav li dl dd a,.zs-header .nav li.cur dl dd a{
    color: #333333;
}
.zs-header .nav li dl dd a:hover,.zs-header .nav li.cur dl dd a:hover{
    color: #bf1313;
}
.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;
    border-left: 1px solid #F3F3F3;
}
.zs-header .nav .nav-arrow{
    background: url(../img/icon-more.png) no-repeat 96% center;
    background-size: auto 12px;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 20px;
    width: 20px;
    height: 18px;
    background: url(../img/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: none;
}
/*页眉 end*/
/* 栏目分类 */
.zs-nav-cate{
	width: 100%;
	background: rgba(0, 0, 33,0.98);
	line-height: 70px;
}
.zs-nav-cate ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.zs-nav-cate ul li a{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 20px;
	display: block;
  margin: 6px 0;
}
.zs-nav-cate a.cur, .zs-nav-cate a:hover {
    background: #e3143b;
}
/*subbanner*/
.zs-subbanner{
    display: block;
    width: 100%;
    height: 500px;
    background: url(../img/img-subbanner.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.zs-subbanner .title{
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding-top: 150px;
}
.zs-subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 18px;
}
.zs-subbanner .menubox{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 9;
    height: 70px;
}
.zs-subbanner .menubox .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-subbanner .submenu{
    display: flex;
    width: 10%;
    height: 70px;
    color: #FFFFFF;
    flex: 1;
}
.zs-subbanner .submenu a{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    display: block;
    line-height: 70px;
}
.zs-subbanner .submenu a.cur,.zs-subbanner .submenu a:hover {
    background: #e3143b;
}
.zs-subbanner .path{
    display: block;
    width: auto;
    line-height: 70px;
    font-size: 15px;
    color: #FFFFFF;
}
.zs-subbanner .path a{
    color: #FFFFFF;
}
.zs-subbanner .path a:hover{
    text-decoration: underline !important;
}
.zs-subbanner .path span {
    font-family: 宋体;
    font-size: 12px;
    color: rgb(149, 149, 149);
    padding: 0px 10px;
}
/*箭头*/
.swiper-button-prev,.swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid #999999;
}
.swiper-button-prev{
    left: -75px;
}
.swiper-button-next{
    right: -75px;
}
.ac-box .swiper-button-prev{
    left: 0px;
}
.ac-box .swiper-button-next{
    right: 0px;
}
.zs-news-banner .swiper-button-prev{
    left: 0px;
}
.zs-news-banner .swiper-button-next{
    right: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #999999;
    font-size: 18px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: linear-gradient(270deg, #bf1313 0%, #ff5c33 100.58%);
    background-color: #ff5c33;
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
/*页脚 start*/
.zs-footer{
    width: 100%;
    background: #1b1b1b;
    color: #515254;
    padding: 50px 0 30px 0;
}
.zs-footer .footbox{
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #35343b;
}
.zs-footer .left{
    flex: 0 0 25%;
    width: 25%;
}
.zs-footer .left .title{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 20px 0;
}
.zs-footer .left .follow{
    display: flex;
}
.zs-footer .left .follow a{
    display: flex;
    width: 72px;
    height: 72px;
    border: 1px solid #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}
.zs-footer .left .follow a:hover .imwx-con{
    display: block;
}
.zs-footer .left .follow a .imwx-con {
    display: none;
    position: absolute;
    bottom: -8px;
    right: -192px;
    width: 188px;
    height: 258px;
    background: url(../img/bg-foot-weixin.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 45px;
    padding-left: 27px;
    z-index: 100;
}
.zs-footer .left .follow a .imwx-con img{
    display: block;
    width: 142px;
    height: 142px;
    opacity: 1;
}
.zs-footer .left .follow a .imwx-con span{
    width: 142px;
    height: 50px;
    float: left;
    border-top: 1px #CCCCCC solid;
    margin-top: 15px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
    color: #ff0000;
}
.zs-footer .left .follow a:hover .imwx-con img{
    opacity: 1;
}
.zs-footer .left .follow a img{
    display: block;
    width: 42px;
    height: 42px;
}
.zs-footer .left .follow a:hover{
    opacity: 1;
    border: 1px solid #999999;
}
.zs-footer .left .follow a:hover img{
    opacity: 0.6;
}
.zs-footer .foot-nav{
    flex: 0 0 50%;
    width: 50%;
    padding: 10px 80px 0 80px;
    border-left: 1px solid #35343b;
    border-right: 1px solid #35343b;
    display: flex;
    justify-content: space-between;
}
.zs-footer .foot-nav li{
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;
}
.zs-footer .foot-nav li:first-child{
    padding-left: 0;
}
.zs-footer .foot-nav li h3{
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}
.zs-footer .foot-nav li h3 a{
    line-height: 1;
    font-size: 18px;
    color: #FFFFFF;
}
.zs-footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 16px;
    white-space: nowrap;
    color: #999;
}
.zs-footer .foot-nav li a:hover,.zs-footer .links a:hover,.zs-footer .copyright a:hover{
    color: #EAEAEA;
}
.zs-footer .foot-ercode{
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
    color: #FFFFFF;
}
.zs-footer .foot-ercode img{
    display: block;
    margin: 0 auto;
    width: 133px;
    height: auto;
}
.zs-footer .foot-ercode .title{
    font-size: 15px;
    padding-top: 10px;
}
.zs-footer .foot-ercode .subtitle{
    font-size: 18px;
    padding-top: 5px;
}
.zs-footer .foot-ercode .hotphone{
    font-size: 30px;
    font-weight: bold;
}
.zs-footer .links{
    margin-top: 30px;
    text-align: left;
}
.zs-footer .links a{
    margin-right: 15px;
    color: #999;
}
.zs-footer .copyright{
    margin-top: 10px;
    text-align: left;
}
.zs-footer .copyright a{
    color: #515254;
}
/*页脚 end*/


/*页码*/
.zs-pages {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 5px;
}
.zs-pages a:hover{
    background: #ed0808;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #ed0808;
    color: #fff;
    text-align: center;
    margin: 0 2px;
}
.zs-pages li{
  display: inline;
}
/*现在位置*/
.zs-path{
    margin-top: 25px;
    color: #808080;
}
.zs-path a{
    color: #27a6ee;
}
.zs-path a:hover{
    color: #FF6600;
}
.icon-close{
    display: none;
}
.h5{
    display: none;
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.h5{
    display: block;
}
body{
    padding-top: 55px;
}
.zs-wp {
    width: 92%;
}
.icon-menu {
    display: block;
}
.zs-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    padding-bottom: 0;
    border-bottom: 1px solid #EAEAEA; 
}
.zs-header .topbar{
    display: none;
}
.zs-header .topbox {
    height: 55px;
}
.zs-header .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 92vh;
    overflow: auto;
    padding: 15px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
}
.zs-header .nav li {
    padding: 0px 30px;
    position: relative;
    height: auto;
}
.zs-header .nav li:hover dl {
    display: flex;
}
.zs-header .nav li dl {
    position: relative;
    display: flex;
    left: 0;
    top: 0;
    padding: 0px 0 20px 0;
    min-width: 100%;
    box-shadow: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .nav .nav-arrow{
    /* display: none; */
    background: unset;
}
.zs-header .nav li dl dd a {
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: 30px;
}
.zs-header .nav li dl dd:hover dl.subnav, .zs-header .nav li dl dd dl dd:hover dl.threenav{
  display: none;
}
.zs-header .logo {
    width: auto;
    height: 55px;
}
.zs-header .logo img {
    display: block;
    width: auto;
    height: 100%;
}
.zs-subbanner {
    height: 200px;
}
.zs-subbanner .title {
    font-size: 22px;
    padding-top: 50px;
}
.zs-subbanner .subtitle {
    font-size: 15px;
    padding-top: 5px;
}
.zs-subbanner .menubox {
    height: auto;
}
.zs-subbanner .menubox .zs-wp{
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.zs-subbanner .submenu {
    /* display: none; */
    max-height: 38px;
    width: 100%;
    overflow-x: scroll;
}
.zs-subbanner .submenu a{
  font-size: 12px;
  padding: 0 12px;
  line-height: 38px;
  /* overflow: hidden;
  text-overflow: ellipsis; */
  white-space: nowrap;
}
.zs-subbanner .path {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
}

.zs-pc{
    display: none;
}
.zs-m{
    display: block;
}
.zs-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.zs-subtitle {
    font-size: 15px;
    padding: 5px 4% 20px 4%;
}
.zs-pages {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-pages a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 4px 4px 4px;
}
.zs-pages span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin: 0 4px 4px 4px;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 22px;
    height: 22px;
    background:url(../img/icon-close.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-footer {
    padding: 30px 0 30px 0;
}
.zs-footer .footbox {
    padding-bottom: 20px;
    flex-direction: column;
}
.zs-footer .left {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 20px;
}
.zs-footer .left .logo img{
    display: block;
    margin: 0 auto;
}
.zs-footer .left .title {
    font-size: 22px;
    margin: 10px 0 20px 0;
    text-align: center;
}
.zs-footer .left .follow {
    display: flex;
    justify-content: center;
}
.zs-footer .left .follow a {
    display: flex;
    margin: 0 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.zs-footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 0 15px 0;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.zs-footer .foot-nav li {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}
.zs-footer .foot-nav li h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.zs-footer .foot-nav li a {
    display: inline-block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 5px;
}
.zs-footer .foot-ercode {
    flex: 0 0 100%;
    width: 100%;
}
.zs-footer .links {
    margin-top: 20px;
}
.zs-footer .links a {
    margin-right: 8px;
    color: #999;
    font-size: 13px;
}
.zs-footer .copyright {
    font-size: 12px;
}

.zs-footer .left .follow a .imwx-con {
    bottom: 65px;
    right: -30%;
    background: url(../img/bg-foot-weixin-m.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.zs-nav-cate{line-height: 40px;}
.zs-nav-cate ul li a{font-size: 14px;padding: 0 10px;}
}
/*PC自适应*/
@media only screen and (min-width:768px) and (max-width:1023px){
.h5{
    display: block;
}
body{
    padding-top: 55px;
}
.zs-wp {
    width: 96%;
}
.icon-menu {
    display: block;
}
.zs-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    padding-bottom: 0;
    border-bottom: 1px solid #EAEAEA; 
}
.zs-header .topbar{
    display: none;
}
.zs-header .topbox {
    height: 55px;
}
.zs-header .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 92vh;
    overflow: auto;
    padding: 15px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
}
.zs-header .nav li {
    padding: 0px 30px;
    position: relative;
    height: auto;
}
.zs-header .nav li:hover dl {
    display: flex;
}
.zs-header .nav li dl {
    position: relative;
    display: flex;
    left: 0;
    top: 0;
    padding: 0px 0 20px 0;
    min-width: 100%;
    box-shadow: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .nav .nav-arrow{
    /* display: none; */
    background: unset;
}
.zs-header .nav li dl dd a {
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: 30px;
}
.zs-header .nav li dl dd:hover dl.subnav, .zs-header .nav li dl dd dl dd:hover dl.threenav{
  display: none;
}
.zs-header .logo {
    width: auto;
    height: 55px;
}
.zs-header .logo img {
    display: block;
    width: auto;
    height: 100%;
}
.zs-subbanner {
    height: 200px;
}
.zs-subbanner .title {
    font-size: 22px;
    padding-top: 50px;
}
.zs-subbanner .subtitle {
    font-size: 15px;
    padding-top: 5px;
}
.zs-subbanner .menubox {
    height: auto;
}
.zs-subbanner .menubox .zs-wp{
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.zs-subbanner .submenu {
    /* display: none; */
    max-height: 38px;
    width: 100%;
}
.zs-subbanner .submenu a{
  font-size: 12px;
  padding: 0 8px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zs-subbanner .path {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
}

.zs-pc{
    display: none;
}
.zs-m{
    display: block;
}
.zs-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.zs-subtitle {
    font-size: 15px;
    padding: 5px 4% 20px 4%;
}
.zs-pages {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-pages a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 4px 4px 4px;
}
.zs-pages span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin: 0 4px 4px 4px;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 22px;
    height: 22px;
    background:url(../img/icon-close.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-footer {
    padding: 30px 0 30px 0;
}
.zs-footer .footbox {
    padding-bottom: 20px;
    flex-direction: column;
}
.zs-footer .left {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 20px;
}
.zs-footer .left .logo img{
    display: block;
}
.zs-footer .left .title {
    font-size: 22px;
    margin: 10px 0 20px 0;
    text-align: left;
}
.zs-footer .left .follow {
    display: flex;
    justify-content: start;
}
.zs-footer .left .follow a {
    display: flex;
    margin: 0 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.zs-footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 0 15px 0;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.zs-footer .foot-nav li {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}
.zs-footer .foot-nav li h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.zs-footer .foot-nav li a {
    display: inline-block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 5px;
}
.zs-footer .foot-ercode img{margin: 0;}
.zs-footer .foot-ercode {
    flex: 0 0 100%;
    width: 100%;
	text-align: left;
}
.zs-footer .links {
    margin-top: 20px;
}
.zs-footer .links a {
    margin-right: 8px;
    color: #999;
    font-size: 13px;
}
.zs-footer .copyright {
    font-size: 12px;
}
.zs-footer .left .follow a .imwx-con {
    bottom: 65px;
    right: -30%;
    background: url(../img/bg-foot-weixin-m.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.zs-nav-cate{line-height: 40px;}
.zs-nav-cate ul li a{font-size: 14px;padding: 0 10px;}
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1199px){
.zs-wp{width: 1006px;}
.zs-header .nav li{padding: 23px 23px;}
.zs-footer .foot-nav{padding: 10px 30px 0;}
}
/*PC自适应*/
@media only screen and (min-width:1200px) and (max-width:1879px){
.zs-wp{width: 1182px;}
.zs-news-banner .swiper-button-prev{
    left: -0;
}
.zs-news-banner .swiper-button-next{
    right: -0;
}
}
/*PC自适应*/
@media only screen and (min-width:1880px){
.zs-wp{width: 1880px;}
.zs-news-banner .swiper-button-prev{
    left: -0;
}
.zs-news-banner .swiper-button-next{
    right: -0;
}
}