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:#333;
  background-color: #F6F6F6;
}
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:#333;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#24befe;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#808080;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#808080;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#808080;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#808080;
}
.zs-pc{
    display: block !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: block;
  width:1600px;
  margin:0 auto;
}
.zs-wp.cl,.zs-cl{
  margin-bottom: 8px;
}
.zs-md-2{
  width: 50%;
}
.zs-md-3{
  width: 33.33333%;
}
.zs-md-4{
  width: 25%;
}
.zs-ml-3{
  width: 30%;
}
.zs-mr-7{
  width: 70%;
}
.zs-ml-4{
  width: 40%;
}
.zs-mr-6{
  width: 60%;
}
.zs-md-2,.zs-md-3,.zs-md-4,.zs-ml-3,.zs-mr-7{
  float: left;
}
.zs-w100{
  display: table;
  width: 100%;
}
.zs-w50{
  display: inline-block;
  width: 49.5%;
}
.zs-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: relative;
    top: 0px;
    left: 0px;
    height: 180px;
    transition: all 0.35s;
    z-index: 99999;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 3px 0 rgba(0,9,27,.01);
}
.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 .topbox{
    display: block;
    width: 100%;
    height: 125px;
    position: relative;
}
.zs-header .topbox .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.zs-header .topsearch{
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    display: flex;
    width: 550px;
    height: 45px;
    padding: 2px 2px;
    border-radius: 5px;
    background-color: #24befe;
}
.zs-header .topsearch:hover{
    background-color: #22b4f1;
}
.zs-header .topsearch input{
    display: block;
    width: 455px;
    height: 41px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: #FFF;
    border: none;
}
.zs-header .topsearch button{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 95px;
    height: 45px;
    font-size: 16px;
    padding-left: 25px;
    color: #FFF;
    border: none;
    cursor: pointer;
    background: transparent url("../img/icon-search.png") 18px center no-repeat;
    background-size: 16px 16px;
}
.zs-header .toptel{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 5px;
}
.zs-header .toptel .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
}
.zs-header .toptel .icon img{
    display: block;
    width: 33px;
    height: 33px;
}
.zs-header .toptel .text{
    padding-left: 15px;
    line-height: 1;
}
.zs-header .toptel .text strong{
    display: block;
    font-family: D-DIN;
    font-weight: bold;
    font-size: 38px;
    color: #ff9900;
    margin-top: 0;
}
.zs-header .toptel .text span{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding-top: 1px;
}
.zs-header .logo{
    float: left;
    width: auto;
    height: 78px;
    margin: 0 0 0 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .topnav {
    display: block;
    width: 100%;
    height: 55px;
    background: #24befe;
}
.zs-header .topnav .zs-wp{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.zs-header .hotpro{
    display: block;
    flex: 0 0 300px;
    width: 300px;
    background-color: #22b4f1;
    position: relative;
}
.zs-header .hotpro .text{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 55px;
    cursor: pointer;
}
.zs-header .topnav .hotpro:hover ul,.zs-header .topnav .hotpro ul.show{
    display: block;
}
.zs-header .topnav .hotpro ul{
    display: none;
    min-width: 300px;
    height: 420px;
    position: absolute;
    left: 0;
    top: 55px;
    background: #22b4f1;
    z-index: 999;
}
.zs-header .topnav .hotpro li{
    display: block;
    height: 84px;
}
.zs-header .topnav .hotpro li:last-child{
    border-bottom: none;
}
.zs-header .topnav .hotpro li:hover {
    background: #0097e0;
}
.zs-header .topnav .hotpro li .one {
    display: flex;
    align-items: flex-start;
    height: 84px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
}
.zs-header .topnav .hotpro li .one a{
    color: #FFFFFF;
}
.zs-header .topnav .hotpro li .one .subtitle{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background:url(../img/icon-arrow.png) no-repeat right center;
    background-size: auto 12px;
}
.zs-header .topnav .hotpro li .one .desc{
    display: block;
    width:260px;
    padding-top: 5px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    color: #FFF;
    text-overflow: ellipsis;
}
.zs-header .topnav .hotpro li .one .desc a{
    margin-right: 8px;
}
.zs-header .topnav .hotpro li .one .desc a:last-child{
    margin-right: 0;
}
.zs-header .topnav .hotpro li:hover .childbox{
    display: block;
}
.zs-header .topnav .hotpro .childbox{
    width: 990px;
    min-height: 420px;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: 300px;
    top: 0;
    display: none;
    padding: 30px 30px;
    box-sizing: border-box;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.zs-header .topnav .hotpro .childbox h3 {
    height: auto;
    line-height: 22px;
    font-size: 18px;
    margin: 0 0;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.zs-header .topnav .hotpro .childbox .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0 28px 0;
}
.zs-header .topnav .hotpro .childbox .item a {
    font-size: 15px;
    color: #333;
    margin-right: 15px;
    width: auto;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-weight: normal;
}
.zs-header .topnav .hotpro .childbox .item a:hover{
    color: #27a6ee;
}
.zs-header .nav{
    flex: 0 0 1290px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}
.zs-header .nav li{
    position: relative;
    display: block;
    width: auto;
    min-width: 100px;
    max-width: 180px;
    height: 55px;
}
.zs-header .nav li a{
    display: block;
    text-align: center;
    padding: 0 42px 0 42px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 55px;
    position: relative;
}
.zs-header .nav li.cur,.zs-header .nav li:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.zs-header .nav li:hover a{
    color: #FFFFFF;
}
.zs-header .nav li.cur a{
    color: #FFFFFF;
    font-weight: bold;
}
.zs-header .nav li a.nav-arrow:after{
    content: '';
    position: absolute;
    display: block;
    right: -20px;
    top: 20px;
    width: 15px;
    height: 15px;
    background: url(../img/icon-dropdown.png) no-repeat center center;
    background-size: auto 15px;
}
.zs-header .nav li.cur a:after.nav-arrow,.zs-header .nav li:hover a.nav-arrow:after{
    background: url(../img/icon-dropdown-cur.png) no-repeat right 20px;
    background-size: auto 15px;
}
.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 .nav li.weixin{
    position: absolute;
    top: 0;
    right: 0;
}
.zs-header .nav li.weixin a{
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.zs-header .nav li.weixin a img{
    display: block;
    width: 23px;
    height: 19px;
    margin-right: 8px;
}
.zs-header .nav li.weixin:hover .ercode{
    display: block;
}
.zs-header .nav li.weixin .ercode{
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 1000;
    display: none;
    width: auto;
    min-width: 100%;
    margin-left: -50%;
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .nav li.weixin .ercode img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.zs-header .dropdown-menu {
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 100%;
    margin-left: -50%;
    padding: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -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;
    padding: 0 0;
}
.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: 17px 25px 16px 25px;
    line-height: 1;
    color: #333 !important;
    font-size: 15px;
    border-radius: 0;
    text-align: center;
    font-weight: normal !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item.cur>a{
    color: #24befe !important;
    background-color:#F1F1F1 !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:after {
    display: none;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:hover {
    color: #24befe !important;
    text-decoration: none;
    background-color:#F1F1F1 !important;
}
.zs-header .rightbox{
    float: right;
    display: flex;
    min-width: 120px;
    height: 88px;
    padding-top: 6px;
    align-items: center;
    justify-content: flex-end;
}
.zs-header .rightbox .ico-search {
    width: 23px;
    height: 23px;
    background: url(../img/ico-search.svg) no-repeat left center;
    background-size: 23px 23px;
    display: block;
    line-height: 23px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.zs-header .rightbox .ico-contact{
    display: block;
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 12px;
    border-left: 1px solid #eaeaea
}
.zs-header .rightbox .ico-contact a{
    display: block;
    width: auto;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
}
.zs-header .rightbox .ico-search:hover,.zs-header .rightbox .ico-contact a:hover{
    opacity: 0.8;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 21px;
    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*/
.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: #333;
    padding-top: 195px;
}
.zs-subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #333;
    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: 80%;
    height: 70px;
    color: #FFFFFF;
}
.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;
}
/*subbanner*/
.zs-subanner{
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 0px;
}
.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: 1600px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.path{
    display: block;
    width: auto;
    padding: 10px 0;
    line-height: 54px;
    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;
}
.h2title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1;
}
.h2title .title{
    display: block;
    font-size: 28px;
    height: 32px;
    font-weight: bold;
}
.h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}

/*页脚 start*/
.zs-footer{
    display: block;
    width: 100%;
    padding: 45px 0 35px 0;
    background-color: #FFFFFF;
}
.zs-footer .footbox{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 45px;
}
.zs-footer .foot-logo{
    width: auto;
    height: auto;
    flex: 0 0 190px;
    padding-top: 12px;
    padding-left: 8px;
}
.zs-footer .foot-nav{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: space-between;
}
.zs-footer .foot-nav li{
    display: inline-block;
    min-width: 170px;
    height: auto;
    text-align: left;
    padding-left: 25px;
    border-left: 1px solid #eeeeee;
}
.zs-footer .foot-nav li dt{
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
}
.zs-footer .foot-nav li dd{
    display: block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
}
.zs-footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
}
.zs-footer .foot-nav li a:hover,.zs-footer .copyright a:hover{
    text-decoration: underline !important;
}
.zs-footer .foot-nav .ercode{
    display: flex;
    align-items: center;
    justify-self: start;
    padding-right: 20px;
    height: 130px;
}
.zs-footer .foot-nav .ercode img{
    display: block;
    width: 130px;
    height: 130px;
}
.zs-footer .foot-nav .ercode .desc{
    display: block;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 10px;
}
.zs-footer .foot-nav .ercode .desc span{
    display: block;
    padding-bottom: 10px;
}
.zs-footer .copyright{
    display: block;
    font-size: 13px;
    line-height: 2;
    text-align: center;
}
.zs-footer .copyright div{
    display: block;
}
.zs-footer .copyright a:hover{
    text-decoration: underline !important;
}
nav.menu{
    display: none;
}
/*页脚 end*/

/*页码*/
.zs-pages .pagination {
    padding: 10px 0 20px 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: #24befe;
    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: #24befe;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
.h5{
    display: none;
}

/*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: 1349px) {
    body {
      zoom: 0.66;
    }
}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 13px !important;
    padding-top: 0;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    width: 92%;
    margin: 0 auto;
}
.zs-header {
    height: auto;
}

.zs-header .topbox {
    width: 100%;
    height: auto;
    padding: 15px 0 61px 0;
    position: relative;
}
.zs-header .logo {
    width: 85%;
    height: 40px;
}
.zs-header .topsearch {
    position: absolute;
    left: 0;
    top: 66px;
    transform: translateX(0);
    display: flex;
    width: 100%;
    height: 50px;
    padding: 9px 4%;
    border-radius: 0;
}
.zs-header .topsearch input {
    width: 100%;
    height: 32px;
    font-size: 14px;
    padding: 0 12px;
}
.zs-header .topsearch button {
    top: 9px;
    right: 4%;
    width: 80px;
    height: 32px;
    font-size: 14px;
    padding-left: 25px;
    border-radius: 0 3px 3px 0;
    background: #00A2E9 url("../img/icon-search.png") 12px center no-repeat;
    background-size: 15px 15px;
    z-index: 100;
}
.zs-header .topnav {
    display: none;
    position: absolute;
    left: 0;
    top: 116px;
}
.zs-header .topnav .zs-wp {
    width: 100%;
}
.zs-header .hotpro {
    flex: 0 0 100%;
    width: 100%;
}
.zs-header .topnav .hotpro ul {
    min-width: 100%;
    height: 100vh;
    top: 55px;
}
.zs-header .topnav .hotpro li{
    position: relative;
}
.zs-header .topnav .hotpro .childbox {
    width: 100%;
    min-height: auto;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: 0;
    top: 84px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    z-index: 10000;
}
.zs-header .topnav .hotpro li .one .subtitle {
    background: url(../img/icon-dropdown.png) no-repeat right center;
    background-size: auto 20px;
}
.zs-header .toptel {
  display: none;
    padding-right: 45px;
}
.zs-header .toptel .icon {
    width: 35px;
    height: 35px;
    border-radius: 5px;
}
.zs-header .toptel .icon img {
    width: 70%;
    height: 70%;
}
.zs-header .toptel .text {
    padding-left: 3px;
    line-height: 1;
    display: none;
}
.zs-header .toptel .text strong {
    font-size: 17px;
    margin-top: -1px;
    font-family: unset;
}
.zs-header .toptel .text span {
    font-size: 12px;
    padding-top: 2px;
}
.zs-header .nav{
    display: none;
}
.icon-menu{
    display: block;
}
.path {
    line-height: 1.6;
    font-size: 14px;
}
.content{
    width: 100%;
    padding-bottom: 0;
}
.zs-subanner {
  width: 100%;
  height: 180px;
  margin-bottom: 0;
}
.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;
}
.zs-pages {
    padding: 0 0 0 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;
}
.zs-footer {
    padding: 25px 0 70px 0;
}
.zs-footer .foot-logo {
    display: none;
}
.zs-footer .foot-nav li {
    display: none;
}
.zs-footer .foot-nav .ercode {
    margin: 0 auto;
    padding-right: 0;
    height: 130px;
}
.zs-footer .footbox {
    padding-bottom: 25px;
}
.zs-footer .copyright {
    font-size: 12px;
    line-height: 2;
}
.zs-footer .copyright i{
    display: none;
}
.zs-footer .copyright span{
    display: block;
}

/*menu*/
nav.menu{
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    max-width: 750px;
    padding: 2px 0 0 0;
    height: 50px;
    display: block;
    background-color: #FFFFFF;
    padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */ 
    padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS >= 11.2 */
    z-index: 10000;
    box-shadow: 0 -1px 2px 0 rgb(1 1 1 / 10%);
  }
  nav.menu li{
    float: left;
    width: 20%;
    height: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  nav.menu li a{
    display: block;
    padding: 31px 0 0 0;
    margin: 0 auto;
    color: #333;
    text-align: center;
  }
  nav.menu li a i{
    display: block;
    font-size: 22px;
    margin: 0px auto 3px auto;
  }
  nav.menu li.nav-home-cur a,nav.menu li.nav-moon-cur a,nav.menu li.nav-car-cur a,nav.menu li.nav-cn-cur a{
    color: #24befe;
  }
  nav.menu li.nav-home a{
    background:url(../img/icon-nav-home.png) no-repeat center 1px;
    background-size: 30px 30px;
  }
  nav.menu li.nav-home-cur a{
    background:url(../img/icon-nav-home-v.png) no-repeat center 3px;
    background-size: 30px 30px;
  }
  nav.menu li.nav-im a{
    background:url(../img/icon-nav-im.png) no-repeat center top;
    background-size: 32px 32px;
  }
  nav.menu li.nav-im-cur a{
    background:url(../img/icon-nav-im-v.png) no-repeat center top;
    background-size: 32px 32px;
  }
  nav.menu li.nav-moon a{
    background:url(../img/icon-nav-moon.png) no-repeat center 1px;
    background-size: 30px 30px;
  }
  nav.menu li.nav-moon-cur a{
    background:url(../img/icon-nav-moon-v.png) no-repeat center 1px;
    background-size: 30px 30px;
  }
  nav.menu li.nav-car a{
    background:url(../img/icon-nav-car.png) no-repeat center top;
    background-size: 32px 32px;
  }
  nav.menu li.nav-car-cur a{
    background:url(../img/icon-nav-car-v.png) no-repeat center top;
    background-size: 32px 32px;
  }
  nav.menu li.nav-cn a{
    background:url(../img/icon-nav-cn.png) no-repeat center top;
    background-size: 32px 32px;
  }
  nav.menu li.nav-my-cur a{
    background:url(../img/nav-cn-v.png) no-repeat center top;
    background-size: 32px 32px;
  }
}