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: #FFF;
}
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:#0380c0;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCC;
}
.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-m50{
    margin-top: 50px !important;
}
.zs-mb100{
    margin-bottom: 100px;
}
.zs-center{
  text-align: center !important;
}
.zs-left{
  text-align: left !important;
}
.zs-right{
  text-align: left !important;
}
.zs-red{
    color:#e4362d !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: #e4362d;
}
.zs-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.zs-title strong{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}
.zs-title strong i{
    display: inline-block;
    width: 4px;
    height: 26px;
    background: #1579ab;
    border-radius: 2px;
    margin-right: 12px;
}
.zs-title a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    color: #999999;
    border: 1px solid #E6E6E6;
    font-size: 18px;
    border-radius: 10px;
}
.zs-title a:hover{
    color: #1361A9;
    border: 1px solid #1361A9;
}
.zs-title a i{  
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/icon-homenews-more.png) no-repeat center center;
    background-size: 100%;
}
.zs-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
.zs-more{
    display: block;
}
.zs-more a{
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: #000000;
    border-radius: 5px;
}
.zs-more a:hover{
    background: #e43d40;
}
/*页眉 start*/
.zs-header {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    height: 170px;
    transition: all 0.35s;
    z-index: 99999;
    background-color: #FFF;
    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: 115px;
    position: relative;
}
.zs-header .topbox .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.zs-header .topsearch{
    position: relative;
    display: flex;
    width: 550px;
    height: 45px;
    padding: 2px 2px;
    border-radius: 5px;
    background-color: #0380c0;
}
.zs-header .topsearch:hover{
    background-color: #02679b;
}
.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 .logo{
    float: left;
    width: auto;
    height: 90px;
    margin: 0 0 0 0;
}
.zs-header .logo img{
    display: block;
    width: auto;
    height: 100%;
}
.zs-header .nav {
    display: block;
    width: 100%;
    height: 60px;
    background: #0380c0;
}
.zs-header .nav .zs-wp{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.zs-header .nav li{
  width: auto;
  min-width: 150px;
  height: 60px;
  padding: 0 30px;
  display:inline-block;
  position:relative;
  transition: all 0.2s linear;
}
.zs-header .nav li a{
  display:block;
  width:auto;
  height: 60px;
  line-height: 60px;
  color:#FFF;
  font-size:18px;
  text-align: center;
  position: relative;
}
.zs-header .nav li a .iconfont{
    display: none;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 0;
    vertical-align: 1px;
    color: #FFF;
    transition: transform 0.3s ease;
}
.zs-header .nav li:hover a .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav li:hover,.zs-header .nav li.cur{
  color:#FFFFFF;
  background-color: #02699d;
}
.zs-header .nav li.cur{
  font-weight: bold; 
}
.zs-header .nav li dl{
    display: none;
}
.zs-header .nav li:hover dl{
    position: absolute;
    left: 0;
    top: 60px;
    padding: 2px 0 2px 0;
    display: block;
    min-width: 100%;
    background-color: rgba(2, 105, 157, 0.6);
    border-radius: 0;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
}
.zs-header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.zs-header .nav li:hover dl dd{
    padding: 0 0;
    text-align: center;
    position: relative;
}
.zs-header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.zs-header .nav li:hover dl dd a{
    padding: 0 15px;
    font-size: 16px;
    color: #FFF;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.zs-header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.zs-header .nav li:hover dl dd a:hover,.zs-header .nav li:hover dl dd.cur a{
    background-color: #02699d;
}
.zs-header .nav li.active dl a:after,.zs-header .nav li:hover dl a:after{
  display: none;
}
.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;
}
.zs-header .nav .nav-arrow{
    background: url(../img/arrow-right.svg) no-repeat 96% center;
    background-size: auto 10px;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    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*/
.zs-main{
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    background: #F6F6F6;
}
.zs-main .zs-wp{
    display: block;
}
.zs-box{
    padding: 10px 30px 30px;
    background-color: #FFF;
    border-radius: 10px;
}
.zs-main .left{
    flex: 0 0 78%;
    width: 78%;
    padding-right: 60px;
    margin-bottom: 30px;
}
.zs-main .right{
    flex: 0 0 22%;
    width: 22%;
}
.zs-rbox{
    padding: 0 20px;
    margin-top: 20px;
    border: 1px solid #F1F1F1;
}
.zs-rbox h2{
    padding: 15px 2%;
    text-align: center;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #F1F1F1;
    font-size: 20px;
    font-weight: bold;
}
.zs-leftnav{
    display: block;
    width: 100%;
}
.zs-leftnav h2{
    padding: 15px 2%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #0380c0;
    font-size: 20px;
    font-weight: bold;
}
.zs-leftnav ul{
    display: block;
}
.zs-leftnav li{
    margin-bottom: 1px;
}
.zs-leftnav li a{
    display: block;
    background: #f6f6f6;
    padding: 18px 15% 18px 7%;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}
.zs-leftnav li.cur a{
    color: #000;
    background: #d0edfb;
}
/*subbanner*/
.subbanner{
    display: block;
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.subbanner .zs-wp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 10;
}
.subbanner .title{
    font-size: 48px;
    line-height: 1.35;
    font-weight: bold;
    color: #FFF;
}
.subbanner .line{
    display: none;
    width: 80px;
    height: 3px;
    background-color: #FFF;
    margin-top: 20px;
}
.subbanner .desc{
    padding-top: 6px;
    font-size: 20px;
    line-height: 1.6;
    width: 45%;
    color: #FFF;
}
.submenu{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #e7f6ff;
    box-shadow: 0vw 0vw 0.45vw rgba(0, 0, 0, 0.05);
    z-index: 10;
}
.submenu .zs-wp{
    display: flex;
    justify-content: center;
}
.submenu a,.submenu li{
    display: block;
    font-size: 18px;
    font-weight: 500;
    min-width: 130px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 25px;
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.submenu a.cur,.submenu li.on {
    background-color: #0380c0;
    color: #FFF;
    font-weight: bold;
}
.submenu a:hover{
    background-color: #0380c0;
    color: #FFF;
}
.submenu a h2{
    font-size: 18px;
}
.submenu a i{
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 3px 3px;
    line-height: 12px;
    color: #FFFFFF;
    font-size: 11px;
    border-radius: 10px;
    text-align: center;
    background-color: #FF6600;
}
.content{
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    position: relative;
}
.path{
    display: block;
    width: auto;
    padding: 0 0 10px;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    z-index: 20;
    color: #999;
    /*background-color: #F8F8F8;*/
}
.path .zs-wp{
    margin: 0 auto;
}
.path i{
    margin-right: -2px;
    color: #CCC;
}
.path span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 10px;
    color: #999;
    font-weight: bold;
}
.path a{
    margin: 0 8px;
}
/*箭头*/
.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;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    display: inline-block;
    border-radius: 6px;
    background: #FFF;
    opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    width: 35px;
    position: relative;
    background-color: #0380c0;
}
.zs-h2title {
    display: block;
    padding-bottom: 45px;
    line-height: 1;
}
.zs-h2title .title{
    display: block;
    font-size: 38px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.zs-h2title .line{
    display: block;
    width: 40px;
    height: 5px;
    margin: 35px auto 0;
    border-radius: 3px;
    background-color: #e43d40;
}
.zs-h2title .desc {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.zs-h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.zs-h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.h3title {
    display: block;
    text-align: center;
    padding-bottom: 35px;
    line-height: 1;
}
.h3title .title{
    display: block;
    font-size: 48px;
    color: #B81C25;
    font-weight: bold;
}
.h3title .desc{
    padding-top: 15px;
    font-size: 18px;
    color: #575757;
}
.zs-subnav{
    display: block;
    position: relative;
    z-index: 20;
}
.zs-subnav.center{
    display: flex;
    justify-content: center;
}
.zs-subnav a{
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 18px;
    font-size: 15px;
    color: #333;
    display: inline-block;
    background: #E8E8E8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5px;
}
.zs-subnav a.cur,.zs-subnav a:hover{
    position: relative;
    color: #FFF;
    background: #1a5284;
}
.btn a {
    display: block;
    width: 158px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    background: #0380c0;
    border-radius: 5px;
}
.btn a:hover{
    background: #02679b;
}
.btn a.primary{
    color: #e43d40;
    line-height: 43px;
    border: 1px solid #e43d40;
    background-color: transparent;
}
.btn a.primary:hover{
    color: #FFF;
    background: #e43d40;
}

/*页脚 start*/
.zs-footer{
    display: block;
    width: 100%;
    padding: 45px 0 0 0;
    background-color: #007fc2;
}
.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 260px;
    padding-left: 8px;
}
.zs-footer .foot-logo img{
    display: block;
    max-height: 150px;
    width: auto;
}
.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;
    color: #FFF;
}
.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 dt .iconfont{
    display: none;
}
.zs-footer .foot-nav li .mdown{
    padding-bottom: 20px;
}
.zs-footer .foot-nav li .mdown:last-child{
    padding-bottom: 0;
}
.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;
    color: #FFF;
    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: 120px;
    color: #FFF;
    padding-left: 100px;
}
.zs-footer .foot-nav .ercode img{
    display: block;
    width: 120px;
    height: 120px;
}
.zs-footer .foot-nav .ercode .desc{
    display: block;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 20px;
}
.zs-footer .foot-nav .ercode .desc span{
    display: block;
    padding-bottom: 10px;
}
.zs-footer .copyright{
    display: block;
    font-size: 14px;
    padding: 18px 0;
    text-align: center;
    color: #EAEAEA;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.zs-footer .copyright .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-footer .copyright div{
    display: block;
}
.zs-footer .copyright div span{
    padding: 0 12px;
}
.zs-footer .copyright a{
    color: #EAEAEA;
    padding: 0 6px;
}
.zs-footer .copyright a:hover{
    color: #FFF;
    text-decoration: underline !important;
}
nav.menu{
    display: none;
}
/*页脚 end*/
.form-box{
    width: 800px;
    padding: 50px;
    margin: 0 auto;
}
.form-box h2{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}
.form-item{
    display: block;
    display: table\9;
    width: 100%;
    min-height: 42px;
    margin-bottom: 25px;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.form-label{
    display: table\9;
    width: 100%\9;
    font-size: 16px;
    text-align: left;
    color: #808080;
    padding-bottom: 10px;
}
.form-rcon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    display: block\9;
    width: 100%\9;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.form-rcon.btn a{
    margin: 15px auto 0 auto;
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.form-text {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 18px;
    text-align: left;
    line-height: 42px;
}
.form-text strong{
    color: #1a5284;
}
.form-input {
    width: 100%;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    padding: 0 10px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}
.form-input:focus{
    border: 1px solid #1a5284;
}
.form-textarea {
    width: 100%;
    height: auto;
    min-height: 120px;
    font-size: 16px;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.form-textarea:focus{
    border: 1px solid #1a5284;
}
.form-select {
    width: 100%;
    padding: 0 10px;
    height: 42px;
    line-height: 38px;
    font-size: 16px;
    color: #000;
    border: 1px solid #DDD;
}
.form-select:focus{
    border: 1px solid #1a5284;
}
.form-tips{
    font-size: 16px;
    margin-top: 50px;
    color: #808080;
}
/*页码*/
.zs-pages {
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: center;
}
.zs-pages .pagination {
  display: flex;
  justify-content: center;
}
.zs-pages a{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #E8E8E8;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
    padding: 0 12px;
}
.zs-pages a:hover,.zs-pages a.page-num-current{
    background: #0380c0;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 5px;
    background: #0380c0;
    color: #fff;
    text-align: center;
    margin: 0 6px;
    padding: 0 10px;
}
.h5{
    display: none;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.pop .icon-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
    background-color: #999;
}
.pop .icon-close img {
    display: block;
    width: 100%;
    height: 100%
}
.pop {
    width: 360px;
    padding: 20px 20px;
    height: auto;
    min-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px
}
.pop_title {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}
.pop_con {
    line-height: 1.8;
    padding-top: 10px !important;
    padding-bottom: 10px;
}

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

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 13px !important;
    padding-top: 62px;
}
.icon-menu{
    display: block;
    right: 5%;
    top: 20px;
    filter: invert(100%);
}
.icon-menu.show {
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 90% 90%;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    width: 92%;
    margin: 0 auto;
}
.zs-header {
    position: fixed;
    height: 62px;
}
.zs-header .logo {
    height: 44px;
    margin: 10px 0 10px 0;
}
.zs-header .topbox {
    height: 100%;
}
.zs-header .topbox .zs-wp {
    height: auto;
}
.zs-header .topsearch,.zs-header .toptel{
    display: none;
}
.zs-header .nav {
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,0.98);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 62px;
    padding-top: 20px;
}
.zs-header .nav.show{
    display: block;
}
.zs-header .nav .zs-wp {
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}
.zs-header .nav li {
    padding: 0 0;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}
.zs-header .nav li a {
    color: #333;
    text-align: left;
    height: 50px;
    line-height: 50px;
}
.zs-header .nav li:hover, .zs-header .nav li.cur {
    color: #154977;
    background-color: transparent;
}
.zs-header .nav li.cur a{
    color: #154977;
}
.zs-header .nav li dd{
    width: 33.33%;
}
.zs-header .nav li:hover dl dd {
    padding: 0 0;
    text-align: left;
}
.zs-header .nav li dd a,.zs-header .nav li:hover dl dd a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    overflow: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0;
    color: #333 !important;
    border-bottom: none;
    text-align: left;
}
.zs-header .nav li:hover dl dd a{
    color: #333;
}
.zs-header .nav li dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: auto;
    overflow: hidden;
}
.zs-header .nav li dl.show{
    max-height: 100%;
}
.zs-header .nav li a.mdown {
    display: flex;
    justify-content: space-between;
}
.zs-header .nav li a.mdown.show .iconfont,.zs-header .nav li:hover a.mdown.show .iconfont{
    transform: rotate(180deg);
}
.zs-header .nav li a .iconfont,.zs-header .nav li:hover a .iconfont{
    display: inline-block;
    transform: rotate(0deg);
    color: #666;
}
.zs-header .nav li:hover dl {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    display: flex;
    min-width: 100%;
    background: none;
    border-radius: 0;
    border-radius: 5px;
    box-shadow: none;
}
.zs-header .nav .nav-arrow {
    background: none;
}
.zs-header .nav li.cur dd a:after{
    display: none;
}
.zs-header .nav li dl dd dl.subnav, .zs-header .nav li dl dd dl dd dl.threenav {
    display: none !important;
}
.zs-header .nav li:hover dl dd a:hover,.zs-header .nav li:hover dl dd.cur a{
    color: #154977;
    background-color: transparent;
}
.zs-h2title {
    padding-bottom: 30px;
}
.zs-h2title .title {
    font-size: 24px;
}
.zs-h2title .desc {
    padding-top: 15px;
    font-size: 15px;
}
.content {
    padding: 30px 0 30px;
}
.subbanner {
    height: 180px;
}
.subbanner .title {
    font-size: 26px;
}
.subbanner .desc {
    padding-top: 8px;
    font-size: 14px;
    width: 100%;
}
.zs-subnav a {
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    width: 30%;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 13px;
}
.path {
    padding: 0 0 10px;
    line-height: 1.6;
    font-size: 14px;
}
.path span {
    font-size: 14px;
    padding: 0px 5px;
}
.zs-main {
    padding: 20px 0;
}
.zs-main .zs-box {
    display: flex;
    padding: 10px 4%;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-main .left {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}
.zs-main .right {
    flex: 0 0 100%;
    width: 100%;
}
.zs-leftnav h2 {
    font-size: 20px;
}
.zs-leftnav li a {
    padding: 15px 15% 15px 7%;
    font-size: 16px;
}
.zs-rbox {
    padding: 0 12px;
}
.form-box {
    padding: 20px 10px;
    width: 100%;
}
.form-box h2 {
    font-size: 22px;
    padding-bottom: 10px;
}
.form-item {
    min-height: 42px;
    margin-bottom: 15px;
}
.form-input {
    font-size: 15px;
}
.form-label {
    font-size: 15px;
    padding-bottom: 5px;
}
.form-textarea {
    font-size: 14px;
    line-height: 1.65;
    padding: 5px 10px;
}
.form-rcon.btn a {
    height: 42px;
    line-height: 42px;
    margin-top: 0;
}
.form-tips {
    font-size: 14px;
    margin-top: 30px;
}
.btn a {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}
.submenu {
    height: 45px;
}
.submenu a, .submenu li {
    font-size: 15px;
    font-weight: 500;
    min-width: 25%;
    height: 45px;
    line-height: 45px;
    padding: 0 0;
    text-align: center;
}
.zs-pages {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
}
.zs-pages .pagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-pages a {
    width: auto;
    height: 28px;
    margin: 5px 5px;
    line-height: 28px;
}
.zs-pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 5px 5px;
}
.zs-title a {
    font-size: 15px;
}
.zs-footer {
    padding: 15px 0 0 0;
}
.zs-footer .footbox {
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    padding-bottom: 25px;
    flex-direction: column;
}
.zs-footer .foot-logo {
    flex: 0 0 100%;
    padding-top: 12px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
}
.zs-footer .foot-logo img{
    margin: 0 auto;
    max-height: 100px;
}
.zs-footer .foot-nav {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .foot-nav li dt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 16px;
}
.zs-footer .foot-nav li dt .iconfont{
    display: block;
    transition: transform 0.3s ease;
}
.zs-footer .foot-nav li dt .iconfont.cur {
    transform: rotate(180deg);
}
.zs-footer .foot-nav li .mdown{
    display: block;
    height: 44px;
    padding-bottom: 20px;
    transition: transform 0.3s ease;
    overflow: hidden;
}
.zs-footer .foot-nav li .mdown:last-child{
    height: 24px;
    padding-bottom: 0;
}
.zs-footer .foot-nav li .mdown.show{
    height: auto;
}
.zs-footer .foot-nav li {
    display: inline-block;
    min-width: 100%;
    height: auto;
    text-align: left;
    padding-left: 2%;
    margin-bottom: 25px;
}
.zs-footer .foot-nav li a {
    display: inline-block;
    width: 31.33%;
    font-size: 14px;
}
.zs-footer .foot-nav .ercode {
    padding-left: 4%;
}
.zs-footer .copyright {
    font-size: 13px;
    line-height: 1.8;
    padding: 15px 0;
    width: 92%;
    margin: 0 auto;
}
.zs-footer .copyright .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .copyright div span{
    display: block;
}

}