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 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:14px/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:#FF6600;
  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 !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;
}
.zs-header .topbox .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.zs-header .topnav{
    display: flex;
}
.zs-header .topnav a{
    display: block;
    min-width: 90px;
    text-align: center;
    margin: 0 8px;
}
.zs-header .topnav a .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(45deg, #7DCEA8, #32BA81);
}
.zs-header .topnav a:hover .icon{
    background: linear-gradient(45deg, #67c298, #2aad77);
}
.zs-header .topnav a .icon img{
    display: block;
    width: 30px;
    height: 30px;
}
.zs-header .topnav a span{
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 1;
}
.zs-header .topnav a:hover span{
    color: #FF6600;
}
.zs-header .toptel{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.zs-header .toptel .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background-color: #1469B8;
}
.zs-header .toptel .icon img{
    display: block;
    width: 33px;
    height: 33px;
}
.zs-header .toptel .text{
    padding-left: 12px;
    line-height: 1;
}
.zs-header .toptel .text strong{
    display: block;
    font-family: D-DIN;
    font-weight: bold;
    font-size: 38px;
    color: #FF6600;
    margin-top: -5px;
}
.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: 72px;
    margin: 0 0 0 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav {
    display: block;
    width: 100%;
    height: 55px;
    background: #32BA81;
}
.zs-header .nav .zs-wp{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zs-header .nav li{
    position: relative;
    display: block;
    width: auto;
    padding: 0 30px 0 30px;
    min-width: 100px;
    max-width: 180px;
    height: 55px;
}
.zs-header .nav li a{
    display: block;
    text-align: center;
    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.15);
}
.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 .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: #32BA81 !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: #32BA81 !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: 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-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;
}
.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;
}
.count-down{
    display: block;
    width: 460px;
    height: 130px;
    background: linear-gradient(180deg, #FF7B43, #FF9C61);
    text-align: center;
    padding: 13px 20px;
}
.count-down .title{
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
}
.count-down .day{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 25px;
    color: #FFF;
    margin-top: 12px;
}
.count-down .day i{
    width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 58px;
    margin: 0 12px;
}
.count-down .day span{
    font-size: 26px;
    padding-left: 4px;
}
/*箭头*/
.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: 60px 0 50px 0;
    background-color: #FFFFFF;
}
.zs-footer .footbox{
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 45px;
}
.zs-footer .foot-logo{
    width: auto;
    height: 72px;
}
.zs-footer .foot-nav{
    font-size: 15px;
}
.zs-footer .foot-nav div{
    margin: 10px 0;
    text-align: center;
}
.zs-footer .foot-nav i{
    color: #EAEAEA;
    padding: 0 8px;
}
.zs-footer .foot-tel{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.zs-footer .foot-tel .icon{
    display: block;
    width: 33px;
    height: 33px;
}
.zs-footer .foot-tel .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-footer .foot-tel .text{
    padding-left: 16px;
    line-height: 1;
}
.zs-footer .foot-tel .text strong{
    display: block;
    font-weight: bold;
    font-size: 30px;
    padding-top: 3px;
}
.zs-footer .foot-tel .text span{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-top: 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;
}

/*页脚 end*/

/*页码*/
.zs-pages .pagination {
    padding: 30px 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: #32BA81;
    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: #32BA81;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*现在位置*/
.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;
}
#form1{
    padding-top: 10px;
}
#form1>select {
    width: 100%;
    border: 1px solid #e4e4e4;
    background: white;
    height: 38px;
    margin-bottom: 15px;
    padding-left: 10px;
    outline: none;
    color: #9e9e9e;
    font-size: 16px;
}
#form1 input.com_right_form_input {
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    height: 38px;
    font-size: 16px;
    padding-left: 15px;
}
.com_right_form_submit {
    width: 100%;
    height: 40px;
    background: #FF6600;
    border-radius: 3px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    outline: hidden;
    cursor: pointer;
    border: none;
}
.com_right_form_submit:hover{
    opacity: 0.8;
}
/*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 15px 0;
    position: relative;
}
.zs-header .logo {
    width: 142px;
    height: 36px;
}
.zs-header .topnav {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 2%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    background-color: #FFF;
    border-top: 1px solid #EAEAEA;
}
.zs-header .topnav a {
    display: block;
    min-width: 20%;
    text-align: center;
    margin: 0 0;
}
.zs-header .topnav a .icon {
    margin: 0 auto 8px auto;
    width: 38px;
    height: 38px;
}
.zs-header .topnav a .icon img {
    width: 26px;
    height: 26px;
}
.zs-header .topnav a span {
    font-size: 13px;
}
.zs-header .toptel .icon {
    width: 35px;
    height: 35px;
    border-radius: 5px;
}
.zs-header .toptel .icon img {
    width: 22px;
    height: 22px;
}
.zs-header .toptel .text {
    padding-left: 8px;
    line-height: 1;
}
.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 {
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.zs-header .nav .zs-wp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zs-header .nav li {
    padding: 0 10px 0 0;
    min-width: 30%;
    max-width: 30%;
    height: 38px;
}
.zs-header .nav li:first-child{
    padding-right: 0;
}

.zs-header .nav li a {
    font-size: 15px;
    line-height: 38px;
}
.zs-header .nav li a.nav-arrow:after {
    right: -5px;
    top: 13px;
    width: 15px;
    height: 15px;
}
.zs-header .nav li i.arrow-m{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 38px;
    background-color: transparent;
    z-index: 100;
}
.zs-header .nav li.cur, .zs-header .nav li:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.zs-header .dropdown-menu {
    top: 38px;
    padding-bottom: 10px;
}
.zs-header .nav li ul .dropdown-main-nav,.zs-header .dropdown-main-nav .dropdown-sub-item{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.zs-header li:hover .dropdown-menu {
    display: none;
}
.zs-header li .dropdown-menu.show {
    display: block;
}

.path {
    line-height: 1.6;
    font-size: 15px;
}
.h2title .title {
    font-size: 22px;
}
.content {
    width: 100%;
    padding-bottom: 20px;
}
.count-down {
    width: 100%;
    height: auto;
    padding: 15px 20px;
}
.count-down .title {
    font-size: 22px;
}
.count-down .day i {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    font-size: 38px;
    line-height: 42px;
    margin: 0 8px;
}
.count-down .day span {
    font-size: 22px;
}
.zs-pages {
    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;
}
.zs-footer {
    padding: 30px 0 30px 0;
}
.zs-footer .footbox {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
    flex-direction: column;
}
.zs-footer .foot-logo {
    width: auto;
    height: 50px;
}
.zs-footer .foot-logo img{
    display: block;
    width: auto;
    height: 100%;
}
.zs-footer .foot-nav {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.zs-footer .foot-nav a {
    display: inline-block;
    margin: 0 0;
    width: 24%;
    text-align: center;
}
.zs-footer .foot-nav i {
    display: none;
}
.zs-footer .copyright {
    line-height: 1.8;
}

}