@import "font.css";
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: #f6f6f6;
}
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=1644396912317') format('woff2'),
       url('../font/iconfont2.woff?t=1644396912317') format('woff'),
       url('../font/iconfont2.ttf?t=1644396912317') 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:#dc0a00;
  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: 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-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: 80px;
    transition: all 0.35s;
    z-index: 99999;
    background-color: rgba(255,255,255,.8);
}
.zs-header.show {
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 2px 12px 0 rgba(0,9,27,.1);
    transition: all 0.35s;
}
.zs-header .zs-wp{
    display: block;
    height: 80px;
    align-items: center;
}
.zs-header .logo{
    float: left;
    width: auto;
    height: 40px;
    margin: 20px 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav {
    float: left;
    display: flex;
    padding-left: 160px;
    width: 1050px;
    flex-direction: row;
    justify-content: space-between;
}
.zs-header .nav li{
    position: relative;
    height: 80px;
}
.zs-header .nav li a{
    display: block;
    padding: 0 0;
    font-size: 16px;
    color: #333333;
    line-height: 80px;
    position: relative;
}
.zs-header .nav li a:hover,.zs-header .nav li.cur a{
    color: #dc0a00;
}
.zs-header .nav li a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 1.5px;
    background-color: #dc0a00;
    transition: all 0.35s;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 30px;
    margin-left: -15px;
    background-color: #dc0a00;
    bottom: 0;
}
.zs-header .nav li:hover dl{
    display: block;
}
.zs-header .nav li dl{
    position: absolute;
    left: calc(50% - 60px);
    top: 80px;
    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: #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;
}
.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: 78px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 115px;
    margin-left: -54px;
    padding: 10px;
    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: 4px;
    -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: block;
    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;
    width: 100%;
    padding: 10px 15px 8px 15px;
    line-height: 1.4;
    color: #333 !important;
    font-size: 15px;
    border-radius: 3px;
}
.zs-header .dropdown-main-nav .dropdown-sub-item.cur>a{
    color: #dc0a00 !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:after {
    display: none;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:hover {
    color: #dc0a00;
    text-decoration: none;
    background-color: #f5f5f5;
}
.zs-header .rightphone{
    float: right;
    display: flex;
    min-width: 225px;
    margin-top: 20px;
    height: 40px;
    justify-content: space-between;
}
.zs-header .rightphone .tel {
    width: 235px;
    height: 40px;
    float: left;
    background: url(../img/icon-phone.png) no-repeat left;
    margin-left: 30px;
    display: block;
    letter-spacing: 2px;
    line-height: 40px;
    color: #dc0a00;
    font-size: 26px;
    font-weight: bold;
    padding-left: 40px;
    font-family: 'din';
}
.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;
}
.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: #FFFFFF;
    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;
}
.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;
}
.h2title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 50px;
    line-height: 1;
}
.h2title .title{
    display: block;
    font-size: 32px;
    height: 32px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid #dc0a00;
}
.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{
    width: 100%;
    background: #2a2a32;
    color: #b0b0b0;
    padding: 85px 0 0 0;
}
.zs-footer .footbox{
    display: flex;
    color: #FFFFFF;
    justify-content: space-between;
    padding-bottom: 50px;
}
.zs-footer .foot-nav{
    flex: 0 0 68%;
    width: 68%;
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.zs-footer .foot-nav li{
    display: inline-block;
    width: auto;
    min-width: 178px;
    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: normal;
    margin-bottom: 26px;
}
.zs-footer .foot-nav li h3 a{
    line-height: 1;
    font-size: 20px;
    color: #FFFFFF;
}
.zs-footer .foot-nav li a{
    display: block;
    line-height: 2.8;
    font-size: 16px;
    white-space: nowrap;
    color: #b0b0b0;
}
.zs-footer .foot-nav li a:hover{
    color: #EAEAEA;
}
.zs-footer .foot-contact{
    flex: 0 0 390px;
    width: 390px;
    padding:0 0 0 0;
}
.zs-footer .foot-contact .top {
    line-height: 25px;
    font-size: 16px;
    position: relative;
    color: #b0b0b0;
}
.zs-footer .foot-contact .top .tel {
    line-height: 22px;
    color: #b0b0b0;
    margin: 11px 0 0;
    font-size: 30px;
    font-family: 'Din';
}
.zs-footer .foot-contact .top .tel a{
    color: #b0b0b0;
}
.zs-footer .foot-contact .top .time {
    color: #888;
    font-size: 14px;
    margin-top: 10px;
}
.zs-footer .foot-contact .top .indline {
    border: 1px solid #c00e1c;
    font-size: 16px;
    color: #c00e1c;
    width: 160px;
    height: 45px;
    line-height: 43px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    display: block;
}
.zs-footer .foot-contact .top .indline:hover{
    color: #FFFFFF;
    background-color: #c00e1c;
}
.zs-footer .foot-contact ul {
    margin: 15px auto;
    padding: 15px 0;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}
.zs-footer .foot-contact ul li {
    color: #b0b0b0;
    font-size: 14px;
    background: url(../img/icon_ftall.png) no-repeat left 3px;
    padding-left: 24px;
    height: 30px;
    line-height: 30px;
}
.zs-footer .foot-contact li.ema {
    background-position: left -24px;
}
.zs-footer .foot-contact .ercode {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    padding-top: 5px;
}
.zs-footer .foot-contact .ercode img{
    width: 110px;
    height: 110px;
}
.zs-footer .foot-contact .ercode .type {
    line-height: 22px;
    color: #888;
    margin: 6px 0 0;
}
.zs-footer .links{
    display: block;
    text-align: center;
}
.zs-footer .links a{
    margin-right: 15px;
    color: #646672;
}
.zs-footer .links a:hover{
    color: #a6a6b0;
}
.zs-footer .copyright{
    background-color: #000000;
}
.zs-footer .copyright .zs-wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zs-footer .copyright .zs-right,.zs-footer .copyright .lan{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.zs-footer .copyright a{
    color: #b0b0b0;
}
.zs-footer .copyright a:hover{
    color: #FFFFFF;
}
.footer-lan {
    cursor: pointer;
    position: relative;
    height: 70px;
    line-height: 70px;
}
.zs-footer .copyright .m25{
  margin-left: 25px;
}
.zs-footer .copyright .lan {
    margin-left: 25px;
}
.zs-footer .copyright .lan .icon{
    margin-left: 5px;
}
.Hlang-box {
    display: none;
    padding: 0;
    z-index: 4;
    width: 1500px;
    max-width: 1500px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    position: absolute;
    bottom: 70px;
    right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer-lan:hover .Hlang-box{
    display: block;
}
.Hlang-box .item{
    float: right;
    padding: 10px 5px;
    background: #000000;
}
.Hlang-box a {
    float: left;
    padding: 8px 12px 8px 12px;
    line-height: 20px;
    font-size: 14px;
    color: #b0b0b0;
    width: auto;
    white-space: nowrap;
}
.t-pages{padding: 30px 0;
    margin-top: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;border-radius: 3px;}
.t-pages .pagination{display:inline-block;padding-left:0;border-radius:4px;}
.t-pages .pagination li{float: left;display:inline}
.t-pages .pagination li a,.t-pages .pagination li span{position:relative;float:left;padding:10px 16px;line-height:1.42857143;color:#393D49;background:#eaeaea;margin:0 0 0 8px;border-radius: 3px;}
.t-pages .pagination li a:hover{color:#fff;background:#ed0808}
.t-pages .pagination .active span{background:#ed0808;color:#fff}
.t-pages .pagination .disabled{display:none}
/*页脚 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;
    width: 40px;
    border-radius: 3px;
    background: #ed0808;
    color: #fff;
    text-align: center;
    margin: 0 2px;
}
/*现在位置*/
.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;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
body {
     font-size: 0.7777777777777778vw !important;
}
 select,textarea,button{
     font-size: 0.7777777777777778vw;
}
 .iconfont {
     font-size: 0.8888888888888888vw;
}
 .zs-wp{
     width:83.33333333333333vw;
}
 .zs-line{
     margin: 0.8333333333333334vw auto;
     width: 2.2222222222222223vw;
     height: 0.2222222222222222vw;
}
 .zs-title{
     font-size: 1.8888888888888888vw;
     line-height: 2.7777777777777777vw;
     margin: 0 0 0.8333333333333334vw 0;
     padding: 0 0 0.8333333333333334vw 0;
}
 .zs-title:after {
     width: 1.6666666666666667vw;
     border-bottom: 0.16666666666666666vw solid #ff5c33;
}
 .zs-subtitle{
     font-size: 1.4444444444444444vw;
     padding: 1.1111111111111112vw 0 1.6666666666666667vw 0;
}
/*页眉 start*/
.zs-header {
    height: 4.44444444444444vw;
}
.zs-header.show {
    box-shadow: 0 0.111111111111111vw 0.666666666666667vw 0 rgba(0,9,27,.5);
}
.zs-header .zs-wp{
    height: 4.44444444444444vw;
}
.zs-header .logo{
    height: 2.22222222222222vw;
    margin: 1.11111111111111vw 0;
}
.zs-header .nav{
    padding-left: 8.88888888888889vw;
    width: 58.33333333333333vw;
}
.zs-header .nav li{
    height: 4.44444444444444vw;
}
.zs-header .nav li a{
    font-size: 14px;
    line-height: 4.44444444444444vw;
}
.zs-header .nav li a:after {
    height: 0.166666666666667vw;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 1.666666666666667vw;
    margin-left: -0.833333333333333vw;
}
.zs-header .nav li dl{
    left: calc(50% - 3.333333333333333vw);
    top: 3.333333333333333vw;
    padding: 0.555555555555556vw 0 0.555555555555556vw 1.111111111111111vw;
    min-width: 6.666666666666667vw;
    border-radius: 0.277777777777778vw;
    box-shadow: 0.000000000000000vw 0.055555555555556vw 0.666666666666667vw 0.000000000000000vw rgb(0 0 0 / 10%);
}
.zs-header .nav li dl dd a{
    padding: 0 1.111111111111111vw 0 0;
    font-size: 0.888888888888889vw;
}
.zs-header .nav li dl dd dl.subnav,.zs-header .nav li dl dd dl dd dl.threenav{
    left: 100%;
    top: -0.555555555555556vw;
}
.zs-header .nav .nav-arrow{
    background: url(../img/icon-more.png) no-repeat 96% center;
    background-size: auto 0.666666666666667vw;
}
.zs-header .rightphone {
    float:right;
    display:flex;
    min-width:12.5vw;
    margin-top:1.1111111111111112vw;
    height:2.2222222222222223vw;
    justify-content:space-between;
}
.zs-header .rightphone .tel {
    width:12.777777777777779vw;
    height:2.2222222222222223vw;
    margin-left:1.6666666666666667vw;
    background: url(../img/icon-phone.png) no-repeat left;
    background-size:1.5555555555555556vw 1.6666666666666667vw;
    letter-spacing:0.1111111111111111vw;
    line-height:2.2222222222222223vw;
    font-size:1.4444444444444444vw;
    padding-left:2.2222222222222223vw;
}
.zs-header .loginbox{
    min-width: 12.500000000000000vw;
    margin-top: 0.722222222222222vw;
    height: 1.888888888888889vw;
}
.zs-header .loginbox .btn a{
    margin-left: 0.888888888888889vw;
    width: 4.944444444444445vw;
    height: 1.888888888888889vw;
    line-height: 1.888888888888889vw;
    border-radius: 0.166666666666667vw;
    font-size: 0.77777777777778vw;
}
.zs-header .loginbox .language{
    width: 6.388888888888889vw;
    font-size: 0.833333333333333vw;
}
.zs-header .loginbox .language span{
    height: 2.666666666666667vw;
    line-height: 1.666666666666667vw;
    padding-bottom: 1.000000000000000vw;
    padding-right: 1.111111111111111vw;
    background: url(../img/icon-dropdown.png) no-repeat right 0.388888888888889vw;
    background-size: 1.111111111111111vw 1.111111111111111vw;
}
.zs-header .loginbox .language span .iconfont{
    margin-right: 0.444444444444444vw;
}
.zs-header .loginbox .language:hover span{
    background: url(../img/icon-dropdown-v.png) no-repeat right 0.388888888888889vw;
    background-size: 1.111111111111111vw 1.111111111111111vw;
}
.zs-header .loginbox .language .language-con{
    top: 2.555555555555555vw;
    width: 100%;
    padding: 0.555555555555556vw 0.833333333333333vw;
    border-radius: 0.277777777777778vw;
}
.zs-header .loginbox .language .language-con strong.line{
    margin-top: 0.333333333333333vw;
    padding-top: 0.333333333333333vw;
}
.zs-header .dropdown-menu {
    top:4.333333333333333vw;
    min-width:6.388888888888889vw;
    margin-left:-3.5vw;
    padding:0.5555555555555556vw;
    font-size:0.7777777777777778vw;
    border-radius:0.2222222222222222vw;
    -webkit-box-shadow:0 0.3333333333333333vw 0.6666666666666666vw rgba(0,0,0,.175);
    box-shadow:0 0.3333333333333333vw 0.6666666666666666vw rgba(0,0,0,.175);
}

.zs-header .dropdown-menu:after {
    width: 0.888888888888889vw;
    height: 0.888888888888889vw;
    top: -0.444444444444444vw;
    left: 2.944444444444445vw;
}
.zs-header .dropdown-item-title {
    line-height: 0.666666666666667vw;
    margin: 0 0.555555555555556vw;
    font-size: 0.722222222222222vw;
    padding: 0.888888888888889vw 0.555555555555556vw 0.444444444444444vw;
}
.zs-header .dropdown-main-nav {
    width: 100%;
}
.zs-header .dropdown-menu li{
    height: auto;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
    padding:0.5555555555555556vw 0.8333333333333334vw 0.4444444444444444vw 0.8333333333333334vw;
    font-size:0.8333333333333334vw;
}

.zs-header .dropdown-main-nav .mar-lr {
}
.zs-header .dropdown-main-nav .gray {
    font-size: 0.666666666666667vw;
}

.icon-menu {
    right: 4%;
    top: 1.111111111111111vw;
    width: 1.111111111111111vw;
    height: 1.000000000000000vw;
}
/*页眉 end*/
/*subbanner*/
 .zs-subbanner{
     height: 27.77777777777778vw;
}
 .zs-subbanner .title{
     font-size: 2.2222222222222223vw;
     padding-top: 10.83333333333333vw;
}
 .zs-subbanner .subtitle{
     font-size: 1vw;
     padding-top: 1vw;
}
 .zs-subbanner .menubox{
     height: 3.888888888888889vw;
}
 .zs-subbanner .submenu{
     height: 3.888888888888889vw;
}
 .zs-subbanner .submenu a{
     font-size: 0.8333333333333334vw;
     padding: 0 1.1111111111111112vw;
     line-height: 3.888888888888889vw;
}
 .zs-subbanner .path{
     line-height: 3.888888888888889vw;
     font-size: 13px;
}
 .zs-subbanner .path span {
     font-size: 0.6666666666666666vw;
     padding: 0vw 0.5555555555555556vw;
}

/*箭头*/
.swiper-button-prev,.swiper-button-next{
    width: 2.555555555555555vw;
    height: 2.555555555555555vw;
    margin-top: -1.111111111111111vw;
}
.swiper-button-prev{
    left: -4.166666666666667vw;
}
.swiper-button-next{
    right: -4.166666666666667vw;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.000000000000000vw;
}
.zs-free-zone{
    height: 10.000000000000000vw;
    line-height: 10.000000000000000vw;
}
.zs-free-zone .title {
    font-size: 1.777777777777778vw;
}
.zs-free-zone .btn {
    margin-left: 3.555555555555555vw;
    width: 15.555555555555555vw;
    height: 2.777777777777778vw;
    line-height: 2.777777777777778vw;
    font-size: 1.111111111111111vw;
    border-radius: 0.222222222222222vw;
}
.zs-process{
    padding-bottom: 8.333333333333334vw;
}
.zs-process .title{
    padding: 3.555555555555555vw 0 5.000000000000000vw;
    font-size: 2.000000000000000vw;
    line-height: 3.222222222222222vw;
}
.zs-process .line {
    top: 1.388888888888889vw;
}
.zs-process .list li {
    border-radius: 0.444444444444444vw;
    width: 13.888888888888889vw;
    margin-right: 1.666666666666667vw;
}
.zs-process .list li .index {
    margin: 0 auto 2.777777777777778vw;
    width: 2.666666666666667vw;
    font-size: 1.555555555555556vw;
    line-height: 2.666666666666667vw;
    border-radius: 100%;
}
.zs-process .list li .index:after {
    width: 3.888888888888889vw;
    height: 3.888888888888889vw;
    top: -0.611111111111111vw;
    left: -0.611111111111111vw;
}
.zs-process .list li p {
    font-size: 1.000000000000000vw;
    line-height: 1.333333333333333vw;
    margin-bottom: 1.944444444444444vw;
}
.zs-process .list li .btn {
    line-height: 2.333333333333333vw;
    width: 6.333333333333333vw;
}
.zs-process .list li i.iconfont {
    font-size: 0.888888888888889vw;
}
.h2title {
    padding-bottom:2.7777777777777777vw;
}
.h2title .title {
    font-size:1.7777777777777777vw;
    height:1.7777777777777777vw;
    padding-left:1.1111111111111112vw;
    border-left:0.2777777777777778vw solid #dc0a00;
}
.h2title .more {
    margin-left:2.7777777777777777vw;
    font-size:0.8888888888888888vw;
    line-height:1.7777777777777777vw;
}
.h2title .more span {
    font-size:0.8888888888888888vw;
    padding:0rem 0.2777777777777778vw;
}

/*页脚 start*/
.zs-footer{
    padding: 2.777777777777778vw 0 1.388888888888889vw 0;
}
.zs-footer .footbox{
    padding-bottom: 3.333333333333333vw;
}
.zs-footer .foot-nav{
    padding: 0.555555555555556vw 0 0 0;
}
.zs-footer .foot-nav li{
    min-width: 9.888888888888889vw;
}
.zs-footer .foot-nav li h3{
    margin-bottom: 0.666666666666667vw;
}
.zs-footer .foot-nav li h3 a{
    font-size: 1.000000000000000vw;
}
.zs-footer .foot-nav li a{
    font-size: 0.888888888888889vw;
}
.zs-footer .foot-contact {
    flex:0 0 21.666666666666668vw;
    width:21.666666666666668vw;
}
.zs-footer .foot-contact .top .tel {
    line-height:1.2222222222222223vw;
    margin:0.6111111111111112vw 0 0;
    font-size:1.6666666666666667vw;
}
.zs-footer .foot-contact .top .time {
    font-size: 12px;
    margin-top: 6px;
}
.zs-footer .foot-contact .top .indline {
    font-size:0.8888888888888888vw;
    width:8.88888888888889vw;
    height:2.5vw;
    line-height:2.388888888888889vw;
}

.zs-footer .foot-contact ul li {
    font-size:0.7777777777777778vw;
    background:url(../img/icon_ftall.png) no-repeat left 0.16666666666666666vw;
    background-size:0.8888888888888888vw auto;
    padding-left:1.3333333333333333vw;
    height:1.6666666666666667vw;
    line-height:1.6666666666666667vw;
}

.zs-footer .foot-contact h3{
    font-size: 1.000000000000000vw;
    margin-bottom: 0.666666666666667vw;
}
.zs-footer .foot-contact .weixin{
    padding-right: 4.444444444444445vw;
}
.zs-footer .foot-contact .weixin .title{
    font-size: 0.888888888888889vw;
}
.zs-footer .foot-contact .ercode{
}
.zs-footer .foot-contact .ercode img {
    width:6.111111111111111vw;
    height:6.111111111111111vw;
}
.zs-footer .foot-contact .social{
    margin-top: 0.555555555555556vw;
}
.zs-footer .foot-contact .social a{
    width: 1.222222222222222vw;
}
.zs-footer .foot-contact .social a .iconfont {
    font-size: 1.222222222222222vw;
}
.zs-footer .foot-contact .hotline{
    width: 15.555555555555555vw;
}
.zs-footer .foot-contact .hotline p{
    font-size: 0.888888888888889vw;
    margin: 0.277777777777778vw 0;
}
.zs-footer .foot-contact .hotline .phone {
    font-size: 1.777777777777778vw;
    margin-bottom: 0.277777777777778vw;
    margin-top: 0.444444444444444vw;
}
.zs-footer .foot-contact .hotline .btn {
    margin-top: 0.833333333333333vw;
}
.zs-footer .foot-contact .hotline .btn a{
    width: 5.555555555555555vw;
    line-height: 1.888888888888889vw;
    font-size: 0.777777777777778vw;
}
.zs-footer .links a{
    margin-right: 0.833333333333333vw;
}
.zs-footer .copyright{
    font-size: 13px;
}
.Hlang-box a{
    font-size: 13px;
}
.zs-footer .links{
    font-size: 0.77777777777778vw;
}
/*页脚 end*/
/*右边在线客服 start*/
 .zs-rightim{
     width: 2.7777777777777777vw;
     right: 0.5555555555555556vw;
     margin-top: -11.666666666666666vw;
}
 .zs-rightim li{
     width: 2.7777777777777777vw;
     height: 2.7777777777777777vw;
     margin-top: 0.3333333333333333vw;
}
 .zs-rightim .im-con{
     height: 2.7777777777777777vw;
     right: 2.7222222222222223vw;
     padding: 0 1.1111111111111112vw 0 0;
}
 .zs-rightim .im-con .icon-arrow {
     right: 0.5555555555555556vw;
     top: 0.8333333333333334vw;
     width: 0.5555555555555556vw;
     height: 1.1111111111111112vw;
}
 .zs-rightim .im-con .text {
     height: 2.7777777777777777vw;
     line-height: 2.7777777777777777vw;
     font-size: 0.7777777777777778vw;
     padding: 0 1.1111111111111112vw;
     border-radius: 0.2222222222222222vw;
}
 .zs-rightim .im-con .text strong{
     font-size:1vw;
     margin-left: 0.2777777777777778vw;
}
 .zs-rightim li.im-phone{
     border-radius: 0.2222222222222222vw 0.2222222222222222vw 0 0;
}
 .zs-rightim .imqq-con{
     padding: 0 1.3888888888888888vw 0 0;
     width: 21vw;
     left: -20.555555555555557vw;
     top: -2.7777777777777777vw;
}
 .zs-rightim .imqq-con .icon-qq{
     width: 1.2222222222222223vw;
     height: 1.2222222222222223vw;
     vertical-align: -0.1833333333333333vw;
     margin-left: 0.3333333333333333vw;
     background: url(../img/icon-qqon.png) no-repeat center center;
     background-size: 1vw 1vw;
}
 .zs-rightim .imqq-con .icon-arrow {
     width: 0.6666666666666666vw;
     height: 1.2222222222222223vw;
     right: 0.7777777777777778vw;
     top: 3.888888888888889vw;
}
 .zs-rightim .imqq-con .text{
     border-radius: 0.16666666666666666vw;
     box-shadow: 0 0 0.8888888888888888vw #dcdbdb;
     padding: 0.8333333333333334vw 0.8333333333333334vw 0.8333333333333334vw 0.8333333333333334vw;
     margin-top: 0.8333333333333334vw;
}
 .zs-rightim .imqq-con .text strong{
     height: 1.1111111111111112vw;
     line-height: 1.1111111111111112vw;
     font-size: 0.8888888888888888vw;
}
 .zs-rightim .imqq-con .links {
     padding-top: 0.7222222222222222vw;
}
 .zs-rightim .imqq-con .links a{
     width: 5vw;
     margin-right: 0.651111vw;
     height: 2.2222222222222223vw;
     padding-bottom: 0.2777777777777778vw;
}
 .zs-rightim .imwx-con {
     top: -0.6111111111111112vw;
     left: -10.666666666666666vw;
     width: 10.444444444444445vw;
     height: 14.333333333333334vw;
     padding-top: 1.6666666666666667vw;
     padding-left: 1.1111111111111112vw;
}
 .zs-rightim .imwx-con img{
     width: 7.888888888888889vw;
     height: 7.888888888888889vw;
}
 .zs-rightim .imwx-con span{
     width: 7.888888888888889vw;
     height: 2.7777777777777777vw;
     margin-top: 0.5555555555555556vw;
     line-height: 1.4444444444444444vw;
     font-size: 0.7777777777777778vw;
     padding-top: 0.5555555555555556vw;
}
 .zs-rightim li.im-gotop{
     border-radius: 0 0 0.2222222222222222vw 0.2222222222222222vw;
}
/*右边在线客服 end*/
/*页码*/
 .zs-pages {
     padding: 1.6666666666666667vw 0;
}
 .zs-pages a{
     width: 2.2222222222222223vw;
     height: 2.2222222222222223vw;
     line-height: 2.2222222222222223vw;
     border-radius: 0.16666666666666666vw;
     margin: 0 0.2777777777777778vw;
}
 .zs-pages span {
     width: 2.2222222222222223vw;
     height: 2.2222222222222223vw;
     line-height: 2.2222222222222223vw;
     width: 2.2222222222222223vw;
     border-radius: 0.16666666666666666vw;
     margin: 0 0.1111111111111111vw;
}
/*现在位置*/
 .zs-path{
     margin-top: 1.3888888888888888vw;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 13px !important;
    padding-top: 55px;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    width: 92%;
}
.zs-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
.zs-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    padding-bottom: 0;
    border-bottom: none;
}
.zs-header .zs-wp {
    height: 55px;
}
.zs-header .logo {
    margin: 11px 0;
}
.zs-header .logo img {
    display: block;
    width: auto;
    height: 32px;
}
.zs-header .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 92vh;
    overflow: auto;
    padding: 20px 4% 15px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
    border-top: 1px solid #EAEAEA;
}
.zs-header .nav li {
    padding: 0px 30px;
    position: relative;
    height: auto;
}
.zs-header .nav li a {
    font-size: 16px;
    color: #333333;
    padding: 0;
    line-height: 50px;
}
.zs-header .nav li a:hover, .zs-header .nav li.cur a {
    font-weight: bold;
}
.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;
}
.zs-header .nav li dl dd a {
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: 30px;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 30px;
    left: 0;
    margin-left: 0;
    background-color: #dc0a00;
    bottom: 0;
}
.zs-header .rightphone{
    display: none;
}
.zs-header .loginbox {
    display: none;
    position: absolute;
    width: 88%;
    top: 90.2vh;
    left: 6%;
    height: 50px;
    padding-top: 10px;
    z-index: 1000;
    background-color: #FFF;
}
.zs-header .loginbox.show{
    display: flex;
}
.zs-header .loginbox .language span {
    background: url(../img/icon-dropdown-m.png) no-repeat right 7px;
    background-size: 20px 20px;
    color: #333;
}
.zs-header .loginbox .language:hover span {
    color: #333;
    background: url(../img/icon-dropdown-v-m.png) no-repeat right 7px;
    background-size: 20px 20px;
}
.zs-header .loginbox .language .language-con {
    left: 0;
    top: unset;
    bottom: 40px;
    min-width: 300px;
}
.zs-header .loginbox .btn a {
    display: block;
    margin-left: 16px;
    width: 89px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #333333;
    border-radius: 3px;
    border: 1px solid #DDD;
}
.zs-header .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    float: none;
    min-width: 100%;
    margin-top: 0;
    padding: 10px 20px 10px 55px;
    box-shadow: none;
}
.zs-header .dropdown-menu:after{
    display: none;
}
.zs-header .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: 33.3%;
}
.zs-header .dropdown-menu li {
    height: auto;
    padding: 0 0;
    width: 100%;
}
.zs-header .dropdown-menu .dropdown-item-title{
    padding: 0 0 10px 0;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
    font-size: 13px;
}
.icon-menu {
    display: block;
}
.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-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: 38px;
}
.zs-subbanner .submenu {
    display: none;
}
.zs-subbanner .path {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
}
.h2title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 20px;
    line-height: 1;
    flex-direction: row;
}
.h2title .title {
    font-size: 22px;
    height: 22px;
    padding-left: 12px;
    border-left: 3px solid #dc0a00;
}
.h2title .more {
    margin-left: 50px;
    font-size: 14px;
    line-height: 24px;
}
.zs-footer {
    padding: 20px 0 0 0;
}
.zs-footer .footbox {
    display: flex;
    color: #FFFFFF;
    justify-content: flex-start;
    padding-bottom: 60px;
    flex-direction: column;
}
.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: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-footer .foot-nav li {
    display: block;
    width: 33.3%;
    min-width:33.3%;
    height: auto;
    margin-bottom: 15px;
}
.zs-footer .foot-nav li h3 {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.zs-footer .foot-nav li:nth-child(1) h3{
    text-align: left !important;
}
.zs-footer .foot-nav li:nth-child(3) h3{
    text-align: right !important;
}
.zs-footer .foot-nav li:nth-child(4) h3{
    text-align: left !important;
}
.zs-footer .foot-nav li:nth-child(6) h3{
    text-align: right !important;
}
.zs-footer .foot-nav li h3 a {
    display: block;
    font-size: 14px;
}
.zs-footer .foot-nav li a {
    display: none;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 0;
}
.zs-footer .foot-ercode {
    flex: 0 0 100%;
    width: 100%;
}
.zs-footer .links {
    margin-top: 10px;
}
.zs-footer .links a {
    margin-right: 3px;
    color: #999;
    font-size: 12px;
}
.zs-footer .copyright {
    font-size: 12px;
    padding-top: 10px;
}
.zs-footer .foot-contact {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    border: none;
}
.zs-footer .foot-contact .top .tel {
    margin: 11px 0 0;
    font-size: 25px;
}
.zs-footer .foot-contact .top .time {
    font-size: 12px;
    margin-top: 5px;
}
.zs-footer .foot-contact .top .indline {
    font-size: 14px;
    width: 120px;
    height: 42px;
    line-height: 41px;
    top: 2px;
}
.zs-footer .foot-contact .weixin .title {
    font-size: 14px;
    line-height: 1.5;
}
.zs-footer .foot-contact .weixin {
    padding-right: 8vw;
}
.zs-footer .foot-contact .ercode {
    width: 100%;
}
.zs-footer .foot-contact .ercode .item{
    width: 29%;
}
.zs-footer .foot-contact .ercode .item img{
    width: 100%;
    height: auto;
}
.zs-footer .foot-contact .social a .iconfont {
    font-size: 19px;
}
.zs-footer .foot-contact .hotline .phone {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 8px;
}
.zs-footer .foot-contact .hotline p {
    font-size: 13px;
    line-height: 1.6;
    margin: 5px 0;
}
.zs-footer .foot-contact .social {
    margin-top: 0;
}
.zs-footer .foot-contact .hotline .btn a {
    line-height: 32px;
    font-size: 13px;
}
.zs-footer .footbox {;
    padding-bottom: 20px;
}
.zs-footer .copyright .zs-wp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.zs-footer .copyright .zs-left{
  text-align: center !important;
}
.zs-footer .copyright .zs-left .beian{
  display: block;
}
.zs-footer .copyright .lan {
    margin-left: 15px;
}
.zs-footer .copyright .m25{
    margin-left: 15px;
}
.zs-footer .foot-contact ul li {
    font-size: 13px;
    background: url(../img/icon_ftall.png) no-repeat left 3px;
    background-size: 16px auto;
    padding-left: 24px;
}
.footer-lan {
    height: 38px;
    line-height: 38px;
}
.Hlang-box {
    display: none;
    padding: 0;
    z-index: 4;
    width: 100%;
    max-width: 100%;
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    position: fixed;
    bottom: 38px;
    right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
}
.zs-pages a {
    width: 28px;
    height: 28px;
    margin: 0 3px;
    line-height: 28px;
}
.zs-pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 2px;
}
.zs-pages {
    padding: 20px 0;
    margin-top: 10px;
}
.zs-subbanner .subtitle.w35{
    width: 60%;
}
.zs-free-zone .zs-wp {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.zs-free-zone .title {
    vertical-align: middle;
    font-size: 32px;
    line-height: 1.6;
    padding-bottom: 20px;
}
.zs-free-zone .btn {
    padding: 0;
    margin-left: 0;
    width: 200px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 4px;
}
.icon-close:before {
    display: none !important;
}
}