html{

}
*,*:before,*:after {
  margin: 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.zylist th, tr {
    border-bottom: #dedede 1px solid;
    text-align: center;
    border-left: #dedede 1px solid;
    border: 1px solid #000;
}
.ard-body td {
    border-left: 1px solid #000 !important;
}
table {
  border-collapse: collapse; /* 确保边框没有间隔 */
}
body {
  margin:0;
  padding:90px 0 0 0;
  font:16px/1.8 Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color:#333;
  background-color: #FFF;
}
select,textarea,button{
  font:14px/1.8 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;
    vertical-align: middle;
    transition: all 1s;
}
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:#333;
  text-decoration:none;
  outline: none;
  transition: all .6s
}
a:hover {
  color:#E46713;
  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 !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
    display: block;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}
.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-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
/*页眉 start*/
.zs-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 90px;
  transition: all 0.35s;
  z-index: 1000;
  background-color: rgba(255,255,255,1);
}
.zs-header.show {
  background-color: rgba(255,255,255,1);
  box-shadow: 0 2px 12px 0 rgba(0,9,27,.1);
  transition: all 0.35s;
}
.zs-header .zs-wp{
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: space-between;
}
.zs-header .logo{
  display: block;
  width: auto;
  height: 50px;
  margin: 20px 0 20px 0;
}
.zs-header .logo img{
  display: block;
  width: 100%;
  height: 100%;
}
.zs-header .nav {
  display: flex;
  width: 58%;
  flex-direction: row;
  justify-content: space-between;
}
.zs-header .nav li{
  position: relative;
  height: 90px;
}
.zs-header .nav li a{
  display: block;
  padding: 0 0;
  font-size: 18px;
  color: #333333;
  line-height: 90px;
  position: relative;
}
.zs-header .nav li a:hover{
  color: #E46713;
}
.zs-header .nav li.cur a{
  color: #E46713;
}
.zs-header .nav li a:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 20px;
  width: 0;
  height: 1px;
  border-radius: 1px;
  background-color: #E46713;
  transition: all 0.35s;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
  width: 100%;
  margin-left: -50%;
  background-color: #E46713;
  bottom: 20px;
}
.zs-header .nav li:hover dl{
  display: block;
}
.zs-header .nav li dl{
  position: absolute;
  left: calc(50% - 60px);
  top: 70px;
  padding: 10px 0 10px 20px;
  display: none;
  /* width: 100%; */
  white-space: nowrap;
  min-width: 120px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 10%);
}
.zs-header .nav li dl dd{
  text-align: left;
  position: relative;
}
.zs-header .nav li dl dd a{
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: 2;
}
.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: #E46713;
}
.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;
}
.zs-header li:hover .dropdown-menu{
  display: block;
}
.zs-header .nav li.down.cur a:hover:after, .zs-header .nav li.down a:hover:after {
  display: none;
}
.zs-header .dropdown-menu {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 1000;
  display: none;
  float: left;
  width: auto;
  min-width: 115px;
  transform: translate(-50%,0);
  padding: 5px;
  margin-top: -1px;
  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: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .dropdown-menu li{
  height: auto;
}
.zs-header .dropdown-menu:after {
  content: '';
  display: none;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  left: 45px;
}
.zs-header .dropdown-item-title {
  line-height: 12px;
  margin: 0 10px;
  color: #666;
  height: auto;
  font-size: 13px;
  padding: 16px 10px 8px;
  border-bottom: 1px solid #e8e8e8;
}
.zs-header .dropdown-main-nav {
  width: 100%;
  line-height: 1.4;
}
.zs-header .dropdown-main-nav .dropdown-sub-item {
  padding: 0;
  float: left;
  width: 100%;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 15px 8px 15px;
  line-height: 1.4;
  color: #333 !important;
  font-size: 15px;
  border-radius: 3px;
  font-weight: normal !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item.cur>a{
  color: #E46713 !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:after {
  display: none;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:hover {
  color: #E46713;
  text-decoration: none;
  background-color: #f5f5f5;
}
.zs-header .rightbox{
  display: block;
  height: 100%;
}
.zs-header .rightbox .ico-phone {
  display: flex;
  align-items: flex-start;
  height: 90px;
  padding: 10px 0;
  line-height: 1.5;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}
.zs-header .rightbox .ico-phone span{
  display: block;
  font-size: 16px;
}
.zs-header .rightbox .ico-phone strong{
  display: block;
  font-size: 24px;
  color: #E46713;
  font-weight: normal;
}
.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*/
/*subbanner*/
.zs-subanner{
    display: block;
    width: 100%;
    height: 650px;
    position: relative;
    margin-bottom: 50px;
}
.zs-subanner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-subanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-subanner .swiper-pagination{
    bottom: 30px;
}
.zs-subanner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50px;
    opacity: 1;
    transition: all .6s;
    width: 30px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    cursor: pointer
}
.zs-subanner .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
    width: 50px;
    opacity: 1;
}
.content{
    display: block;
    width: 1420px;
    margin: -40px auto 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
.path{
    display: block;
    width: auto;
    padding: 10px 0;
    line-height: 38px;
    font-size: 16px;
    position: relative;
    z-index: 20;
    color: #666;
}
.path .zs-wp{
  max-width: 100%;
  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;
}
.h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}

.h2title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
}
.h2title .cn {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.h2title .cn .line {
  width: 180px;
  height: 3px;
  background: #333;
  display: block;
  margin: 0 25px;
}
.h2title .en {
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
}

.h3title {
  font-size: 14px;
  padding-top: 50px;
}
.h3title .cn {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 1;
}
.channel-title {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.channel-title .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.channel-title .text .cn {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
}
.channel-title .text .desc {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
}
.channel-title .text .en {
  text-transform: uppercase;
}
.channel-title .bg {
  font-size: 220px;
  font-weight: bold;
  color: #F0EFED;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.subnav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.subnav li{
    width: 18.666666%;
    padding: 10px;
}
.subnav li a{
    border-radius: 15px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.subnav li.cur a,.subnav li.on a {
  color: #fff;
  background: #D97811;
}
.subnav li.cur a:hover,.subnav li.on a:hover{
  color: #fff;
}
.subnav li:hover a {
  border: 1px solid #D97811;
  color: #D97811;
  transform: translateY(-10px);
}

.text-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.text-list li {
  display: flex;
  width: 50%;
  padding: 10px 50px 10px 0;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-list li a {
    width: calc(100% - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-list li span {
  float: right;
  color: #666;
  width: 110px;
  text-align: right;
}
.text-list li a:hover {
  padding-left: 8px
}
.probox{
  display: block;
  padding: 50px 0;
  background-color: #f1f1f1;
}
.conbox{
  padding: 50px 0;
}
.conbox.pd0{
  padding-top: 0;
}
.botbox {
    padding: 50px 0;
}
.prohot {
  padding: 60px 0;
}
.prohot .prohot-list {
  position: relative
}
.prohot .prohot-list .swiper-slide {
  width: 40%;
  text-align: center;
}
.prohot .prohot-list .swiper-slide a {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.prohot .prohot-list .swiper-slide .pic {
  height: 205px;
  overflow: hidden;
}
.prohot .prohot-list .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prohot .prohot-list .swiper-slide a:hover {
  border: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
}
.prohot .prohot-list .swiper-slide a:hover span {
  background: #1C3591;
  color: #fff;
}
.prohot .prohot-list .swiper-slide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
.prohot .prohot-list .swiper-slide:hover .pic img {
  transform: scale(1.05)
}
.prohot .prohot-list .prne {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
  cursor: pointer;
  outline: 0;
  font-size: 38px;
}
.prohot .prohot-list .prne:hover {
  color: #1C3591;
}
.prohot .prohot-list .swiper-button-prev {
  left: -55px;
}
.prohot .prohot-list .swiper-button-next {
  right: -55px;
}
/*页脚 start*/
.zs-footer {
  background: #1E201F;
  padding: 50px 0 20px;
}
.zs-footer .zs-wp {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.5;
  padding-bottom: 50px;
}
.zs-footer a {
  color: rgba(255, 255, 255, 0.6);
}
.zs-footer .foot-logo {
  width: 500px
}
.zs-footer .foot-logo .desc {
  padding-top: 30px;
}
.zs-footer .foot-logo .desc .tel {
  font-size: 35px;
  color: #fff;
}
.zs-footer .foot-menu {
  display: flex;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 50px;
}
.zs-footer .foot-menu .item {
  text-align: center;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.zs-footer dl:first-child {
  border-left: none;
}
.zs-footer .foot-menu .item a:hover {
  padding-left: 8px;
}
.zs-footer .foot-menu h3 {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
  position: relative;
}
.zs-footer .foot-menu h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
  background: #f60
}
.zs-footer .foot-ercode {
  padding-top: 20px;
}
.zs-footer .foot-ercode img {
  max-width: 150px;
}
.zs-footer .copyright {
  width: 1200px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  clear: both;
}
.zs-footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}
.zs-footer .copyright a:hover{
  color: #FFF;
}
/*页脚 end*/

/*页码*/
.zs-pages{
}
.zs-pages .pagination{
    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: #F6F6F6;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.zs-pages a:hover{
    background: #1C3591;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #1C3591;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
.zs-pages .disabled span {
    background: #F6F6F6;
    color: #ccc;
}
.icon-close{
    display: none;
}
.h5{
    display: none;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-wp {
    max-width: 92%;
}
.content{
  max-width: 92%;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 16px !important;
    padding-top: 50px;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    padding: 0 0;
}
.zs-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  padding-bottom: 0;
  border-bottom: 1px solid #EAEAEA; 
}
.zs-header .zs-wp {
  width: 100%;
  height: 55px;
}
.zs-header .logo {
  width: auto;
  height: 33px;
  margin: 12px 0 10px 0;
}
.zs-header .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.zs-header .nav {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: 94vh;
  overflow: auto;
  padding: 15px 4% 30px 4%;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #FFFFFF;
}
.zs-header .nav li {
  padding: 0px 20px;
  position: relative;
  height: auto;
  margin-bottom: 10px;
}
.zs-header .nav .nav-arrow {
  display: block;
  background: none;
}
.zs-header .nav li.cur a.nav-arrow, .zs-header .nav li:hover a.nav-arrow {
  background: none;
}
.zs-header .nav li a {
  font-size: 16px;
  padding: 0;
  line-height: 45px;
}
.zs-header .nav li a:after{
  display: none;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
  display: none;
  width: 30px;
  left: 0;
  margin-left: 0;
  bottom: 0;
}
.zs-header .dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  float: none;
  width: auto;
  min-width: 100%;
  margin-left: 0;
  padding: 0;
  font-size: 14px;
  transform: translate(0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.zs-header .dropdown-menu .dropdown-main-nav{
  padding: 0 0;
}
.zs-header .dropdown-menu .dropdown-main-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.zs-header .dropdown-main-nav .dropdown-sub-item {
  padding: 0;
  float: none;
  width: auto;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
  display: flex;
  justify-content: center;
  width: auto;
  padding: 0 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.zs-header .rightbox .ico-phone{
  display: none;
}
.icon-menu {
  display: block;
}
.icon-menu.show {
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: auto 20px;
}
.zs-subanner {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
}
.zs-subanner .swiper-pagination{
  bottom: 8px;
}
.zs-subanner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50px;
  width: 20px;
  height: 5px;
  margin: 0 3px;
}
.zs-subanner .swiper-pagination .swiper-pagination-bullet-active{
  width: 30px;
}
.probox {
  padding: 30px 0;
}
.conbox {
  padding: 30px 0;
}
.botbox {
  padding: 30px 0;
}
.h2title .cn {
  font-size: 24px;
  letter-spacing: 2px;
}
.h2title .en {
  font-size: 16px;
  padding-right: 4px;
}
.h3title {
  font-size: 14px;
  padding-top: 30px;
}
.h3title .cn {
  font-size: 24px;
  letter-spacing: 2px;
}
.prohot {
  padding: 30px 0;
}
.prohot .prohot-list .swiper-button-next,.prohot .prohot-list .swiper-button-prev{
  display: none;
}
.prohot .prohot-list .swiper-slide span {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
.prohot .prohot-list .swiper-slide .pic {
    height: 105px;
}
.text-list li {
  display: flex;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
}
.text-list li a{
  width: calc(100% - 95px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-list li span {
  width: 90px;
  font-size: 14px;
  text-align: right;
}
.subnav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.subnav li {
  width: 50%;
  padding: 5px;
}
.subnav li a {
  border-radius: 10px;
  padding: 8px 8px;
  font-size: 14px;
}
.channel-title {
  height: 120px;
}
.channel-title .text {
  font-size: 18px;
  width: 100%;
}
.channel-title .text .cn {
  font-size: 24px;
  letter-spacing: 5px;
}
.channel-title .text .desc {
  font-size: 14px;
}
.channel-title .bg {
  font-size: 65px;
}
.zs-pages .pagination {
  padding: 20px 0 25px 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.zs-pages span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 5px 5px;
}
.zs-pages a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 5px 5px;
}
.content {
  width: 100%;
  margin: -20px auto 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
.path {
  padding: 10px 0;
  line-height: 28px;
  font-size: 14px;
}
.zs-footer {
  padding: 40px 0 20px;
}
.zs-footer .zs-wp {
  padding-bottom: 20px;
  flex-direction: column;
}
.zs-footer .foot-logo {
  width: 100%;
}
.zs-footer .foot-logo img{
  display: block;
  width: 60%;
  margin: 0 auto;
}
.zs-footer .foot-logo .desc {
  padding-top: 20px;
  font-size: 14px;
}
.zs-footer .foot-logo .desc .tel {
  font-size: 22px;
}
.zs-footer .foot-menu {
  display: flex;
  justify-content: flex-start;
  flex: auto;
  width: 100%;
  margin-left: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
}
.zs-footer .foot-menu .item {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  border-left: none;
}
.zs-footer .foot-menu h3 {
  width: 100%;
  font-size: 18px;
  padding: 0 5px;
  text-align: left;
}
.zs-footer .foot-menu li{
  width: auto;
  text-align: left;
  font-size: 14px;
  margin-right: 5%;
}
.zs-footer .copyright {
  width: 100%;
  padding: 15px 4% 0 4%;
  font-size: 13px;
}
.zs-footer .foot-menu li.foot-ercode {
  padding-top: 20px;
  margin-right: 0;
  width: 100% !important;
  text-align: center !important;
}

}