/*banner*/
.zs-homebanner{
    width: 100%;
    height: 620px;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.zs-homebanner .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.zs-homebanner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-homebanner .swiper-pagination {
    align-items: center;
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 6px;
    position: relative;
    transition: all .2s ease-in;
    opacity: 0.2 !important;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1.0 !important;
    box-sizing: unset;
    background: #FFFFFF;
}
.zs-homebanner .swiper-button-next,.zs-homebanner .swiper-button-prev{
    margin-top:-50px; 
    width:50px; 
    height:50px; 
    color: rgba(255,255,255,0.7);
    z-index:9999;
}
.zs-homebanner .swiper-button-next:hover,.zs-homebanner .swiper-button-prev:hover{
    color: rgba(255,255,255,1.0);
}
.zs-homebanner .swiper-button-next:after,.zs-homebanner .swiper-button-prev:after{
    font-size: 44px;
    color: #FFFFFF;
}
.zs-homebanner .banner-wrap{
    position: absolute;
    width: 1230px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -480px;
    z-index: 100000;
}

.zs-news{
    display: flex;
    padding: 26px 0;
    justify-content: space-between;
}
.zs-news .left{
    width: 1130px;
}
.zs-news-banner{
    position: relative;
    width: 1130px;
    height: 320px;
}
.zs-news-banner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-news-banner .swiper-pagination {
    align-items: center;
    bottom: 15px;
    display: flex;
    justify-content: flex-end;
    right: 15px;
    position: absolute;
    width: 100%;
}
.zs-news-banner .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 6px;
    position: relative;
    transition: all .2s ease-in;
    opacity: 0.2 !important;
}
.zs-news-banner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.zs-news-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1.0 !important;
    box-sizing: unset;
    background: #FFFFFF;
}
.zs-news-banner .swiper-button-next,.zs-news-banner .swiper-button-prev{
    margin-top:-50px; 
    width:50px; 
    height:50px; 
    color: rgba(255,255,255,0.7);
    z-index:9999;
}
.zs-news-banner .swiper-button-next:hover,.zs-news-banner .swiper-button-prev:hover{
    color: rgba(255,255,255,1.0);
}
.zs-news-banner .swiper-button-next:after,.zs-news-banner .swiper-button-prev:after{
    font-size: 32px;
    color: #FFFFFF;
}
.zs-news-banner .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.47);
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    color: #ffffff;
    z-index: 100;
}
.zs-news-nav{
    display: flex;
    margin-top: 25px;
    width: 100%;
    padding: 26px 24px 0;
    background: #fff;
}
.zs-news-nav li{
    margin-bottom: 14px;
    margin-right: 26px;
}
.zs-news-nav li a{
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
    box-sizing: border-box;
    display: block;
    color: #333333;
}
.zs-news-nav li a:hover, .zs-news-nav li.cur a {
    background: #27a6ee;
    color: #fff;
    border-radius: 2px;
}

.zs-news-list{
    display: block;
    background-color: #FFF;
    border-top: 2px solid #F5F5F5;
}
.zs-news-list li{
    display: flex;
    border-bottom: 2px solid #F5F5F5;
    padding: 24px;
    position: relative;
    justify-content: space-between;
}
.zs-news-list li .pic{
    width: 216px;
    height: 122px;
    border-radius: 4px;
    overflow: hidden;
}
.zs-news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-news-list li .text{
    width: 840px;
}
.zs-news-list li .text .title{
    display: block;
    margin-bottom: 10px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zs-news-list li .text .desc{
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 21px;
}
.zs-news-list li .text .tags{
    margin-top:0;
    font-size:12px;
    border:0;
    color: #8C8C8C;
}
.zs-news-list li .text .tags .iconfont{
    vertical-align: -2px;
    margin-right: 6px;
}
.zs-news-list li .text .tags a{
    width: unset;
    height:20px;
    line-height:18px;
    display: inline-block;
    border:1px solid #ddd;
    background-color:#FFF;
    padding:0 15px;
    text-align:center;
    border-radius:18px;
    margin:0 5px;
    color: #8C8C8C;
    transition: all ease-out 0.35s;
}
.zs-news-list li .text .tags a:hover{
    border:1px solid #27a6ee;
    background-color:#27a6ee;
    color:#fff;
    transition: all ease-out 0.35s;
}
.zs-news-list li .box{
    display: flex;
    justify-content: space-between;
}
.zs-news-list li .text .time{
    color: #8C8C8C;
    padding-right: 15px;
}
.zs-news .right{
    width: 345px;
}
.zs-rbox{
    display: block;
    background: #fff;
    margin-bottom: 20px;
    padding: 19px 14px;
}
.zs-rbox .h2title{
    display: flex;
    color: #333333;
    align-items: center;
    padding-bottom: 8px;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}
.zs-rbox .h2title strong{
    font-size: 18px;
    padding-left: 9px;
    font-weight: normal;
    border-left: 4px solid #27a6ee;
}
.zs-rbox .h2title .more{
    font-size: 14px;
}
.zs-rbox .h2title .more.pb20{
    padding-bottom: 20px;
}
.zs-rbox .h2title .title{
    font-size: 12px;
}
.zs-rbox .h2title .title span{
    display: block;
    padding-top: 5px;
}
.zs-rbox .h2title .title strong{
    display: flex;
    border:none;
    padding-left: 0;
}
.zs-rbox .h2title .title strong img{
    padding-right: 5px;
}
.zs-news-item{
    display: block;
    padding-top: 10px;
}
.zs-news-item li{
    display: block;
    font-size: 13px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8;
}
.zs-news-item li i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #919191;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.zs-news-item li span{
    font-size: 12px;
    padding-left: 12px;
    color: #6E6E6E;
}
.zs-news-item li:hover span{
    color: #27a6ee;
}
.zs-rbox-list{
    display: block;
    padding: 16px 0 0 0;
}
.zs-rbox-list li{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.zs-rbox-list li:last-child {
    margin-bottom: 0;
}
.zs-rbox-list li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.zs-rbox-list li .pic{
    flex: 0 0 117px;
    width: 117px;
    height: 66px;
}
.zs-rbox-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-rbox-list li .text{
    width: 185px;
    height: auto;
}
.zs-rbox-list li .text .title{
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    font-weight: 400;
    color: #6E6E6E;
    margin-bottom: 13px;
}
.zs-rbox-list li .text .time{
    font-size: 12px;
    color: #8C8C8C;
    text-align: right;
}
.zs-rbox-list li a:hover .title{
    color: #27a6ee;
}
.zs-newsinfo .infobox{
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}
.zs-newsinfo .infobox .zs-path {
    display: table;
    margin-top: 0;
    width: 100%;
    height: 45px;
    background-color: #F1F1F1;
    line-height: 45px;
    padding-left: 20px;
    font-size: 18px;
}
.zs-newsinfo .infobox h1 {
    display: block;
    padding-top: 30px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.zs-newsinfo .infobox .topinfo{
    display: block;
    width: 100%;
}
.zs-newsinfo .infobox .topinfo span {
    padding: 0 20px 0 0px;
    color: #A5A5A5;
    line-height: 45px;
    font-size: 16px;
}
.zs-newsinfo .infobox .content{
    display: block;
    font-size: 16px;
    line-height: 1.8;
}
.zs-newsinfo .infobox .tags{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    line-height: 50px;
}
.zs-newsinfo .infobox .tags .iconfont{
    color: #CCCCCC;
    margin: 0 15px 0 10px;
}
.zs-newsinfo .infobox .tags span{
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    border: 1px #CCCCCC solid;
    text-align: center;
    margin-right: 10px;
    line-height: 1;
}
.zs-newsinfo .infobox .pages{
    margin-top: 30px;
}
.zs-newsinfo .infobox .pages p {
    margin-top: 15px;
    font-size: 16px;
}
.zs-related-list{
    display: flex;
    width: 100%;
    padding: 10px 1%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zs-related-list li{
    width: 330px;
    height: 240px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 8px;
}
.zs-related-list li:hover{
    border-color: #C3C3C3;
    box-shadow: 0 15px 20px #C3C3C3;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    transition: .5s;
}
.zs-related-list li .pic{
    width: 100%;
    height: 190px;
}
.zs-related-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-related-list li .title {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 5px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}


/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-news-banner .swiper-button-next, .zs-news-banner .swiper-button-prev{
    display: none;
}
.zs-news-banner .text {
    padding: 0 6% 0 2%;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
.zs-news-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 0 3px;
    opacity: 0.5;
}
.zs-news-banner .swiper-pagination {
    bottom: 8px;
}
.zs-news {
    display: flex;
    padding: 20px 0 26px 0;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-news .left {
    width: 100%;
}
.zs-news .right {
    width: 100%;
    margin-top: 20px;
}
.zs-news-banner {
    position: relative;
    width: 100%;
    height: 100px;
}
.zs-news-banner img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-news-nav {
    display: flex;
    margin-top: 20px;
    width: 100%;
    padding: 15px 4% 0 4%;
    background: #fff;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-news-nav li {
    width: 33.3%;
    margin-right: 0;
    margin-bottom: 8px;
}
.zs-news-nav li a {
    padding: 0 0;
    text-align: center;
}
.zs-news-list li .text {
    width: 100%;
}
.zs-news-list li {
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-news-list li .pic {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
}
.zs-news-list li .text .title {
    margin-bottom: 10px;
    font-size: 18px;
}
.zs-news-list li .text .desc {
    font-size: 13px;
    margin-bottom: 5px;
}
.zs-news-list li .text .tags {
    display: flex;
    margin-top: 15px;
    font-size: 12px;
}
.zs-news-list li .box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.zs-news-list li .text .tags {
    display: flex;
    margin-top: 10px;
    font-size: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-news-list li .text .tags a {
    height: 24px;
    line-height: 22px;
    padding: 0 6px;
    margin: 0 3px 5px 3px;
    font-size: 10px;
}
.zs-news-list li .text .time {
    margin-top: 5px;
    padding-right: 0;
}
.zs-newsinfo .infobox .zs-path {
    margin-top: 0;
    width: 100%;
    height: auto;
    background-color: #F1F1F1;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px 10px;
}
.zs-newsinfo .infobox {
    padding: 15px 15px;
    margin-bottom: 20px;
}
.zs-newsinfo .infobox h1 {
    padding-top: 20px;
    font-size: 20px;
}
.zs-newsinfo .infobox .topinfo {
    margin-top: 10px;
}
.zs-newsinfo .infobox .topinfo span {
    padding: 0 20px 0 0px;
    color: #A5A5A5;
    line-height: 1.5;
    font-size: 12px;
}
.zs-newsinfo .infobox .content {
    font-size: 14px;
}
.zs-newsinfo .infobox .pages p {
    margin-top: 15px;
    font-size: 14px;
}
.zs-newsinfo .infobox .tags {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    line-height: 22px;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}
.zs-newsinfo .infobox .tags .iconfont {
    color: #CCCCCC;
    margin: 0 8px 0 2px;
}
.zs-newsinfo .infobox .tags span {
    height: 24px;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 0 5px;
    text-align: center;
    border-radius: 18px;
    margin: 3px 6px 3px 0;
}
.zs-related-list li {
    width: 100%;
    height: 240px;
    float: none;
    margin: 20px auto 0 auto !important;
    border-radius: 8px;
}
.zs-related-list li .title {
    font-size: 14px;
}
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
/*banner*/
 .zs-homebanner{
     height: 32.291667vw;
}
 .zs-homebanner .swiper-pagination {
     bottom: 0.78125vw;
}
 .zs-homebanner .swiper-pagination .swiper-pagination-bullet {
     width: 0.416667vw;
     height: 0.416667vw;
     border-radius: 0.208333vw;
     margin: 0 0.3125vw;
}
 .zs-homebanner .swiper-button-next,.zs-homebanner .swiper-button-prev{
     margin-top:-2.604167vw;
     width:2.604167vw;
     height:2.604167vw;
}
 .zs-homebanner .swiper-button-next:after,.zs-homebanner .swiper-button-prev:after{
     font-size: 2.291667vw;
}
 .zs-homebanner .banner-wrap{
     width: 64.0625vw;
     height: 100%;
     left: 50%;
     margin-left: -25vw;
}
 .zs-news{
     padding: 1.354167vw 0;
}
 .zs-news .left{
     width: 60.854167vw;
}
 .zs-news-banner{
     width: 60.854167vw;
     height: 16.666667vw;
}
 .zs-news-banner .swiper-pagination {
     bottom: 0.78125vw;
     right: 0.78125vw;
}
 .zs-news-banner .swiper-pagination .swiper-pagination-bullet {
     width: 0.520833vw;
     height: 0.520833vw;
     border-radius: 0.260417vw;
     margin: 0 0.3125vw;
}
 .zs-news-banner .swiper-button-next,.zs-news-banner .swiper-button-prev{
     margin-top:-2.604167vw;
     width:2.604167vw;
     height:2.604167vw;
}
 .zs-news-banner .swiper-button-next:after,.zs-news-banner .swiper-button-prev:after{
     font-size: 1.666667vw;
}
 .zs-news-banner .text{
     font-size: 0.833333vw;
     height: 2.34375vw;
     line-height: 2.34375vw;
     padding-left: 1.302083vw;
}
 .zs-news-nav{
     margin-top: 1.302083vw;
     width: 100%;
     padding: 1.354167vw 1.25vw 0;
}
 .zs-news-nav li{
     margin-bottom: 0.729167vw;
     margin-right: 1.354167vw;
}
 .zs-news-nav li a{
     height: 2.083333vw;
     line-height: 2.083333vw;
     padding: 0 1.354167vw;
}
 .zs-news-nav li a:hover, .zs-news-nav li.cur a {
     border-radius: 0.104167vw;
}
 .zs-news-list{
     border-top: 0.104167vw solid #F5F5F5;
}
 .zs-news-list li{
     border-bottom: 0.104167vw solid #F5F5F5;
     padding: 1.25vw;
}
 .zs-news-list li .pic{
     width: 11.25vw !important;
     height: 6.354167vw !important;
     border-radius: 0.208333vw;
    margin-right: 0.5vw;
}
 .zs-news-list li .text{
     width: 43.75vw;
}
 .zs-news-list li .text .title{
     margin-bottom: 0.520833vw;
     font-size: 1.041667vw;
}
 .zs-news-list li .text .desc{
     font-size: 0.729167vw;
     line-height: 1.041667vw;
     height: 2.083333vw;
     margin-bottom: 1.09375vw;
}
 .zs-news-list li .text .tags{
     font-size:0.625vw;
}
 .zs-news-list li .text .tags .iconfont{
     vertical-align: -0.104167vw;
     margin-right: 0.3125vw;
}
 .zs-news-list li .text .tags a{
     height:1.041667vw;
     line-height:0.9375vw;
     padding:0 0.78125vw;
     border-radius:0.9375vw;
     margin:0 0.260417vw;
}
 .zs-news-list li .text .time{
     padding-right: 0.78125vw;
}
 .zs-news .right{
     width: 17.96875vw;
}
 .zs-rbox{
     margin-bottom: 1.041667vw;
     padding: 0.989583vw 0.729167vw;
}
 .zs-rbox .h2title{
     padding-bottom: 0.416667vw;
}
 .zs-rbox .h2title strong{
     font-size: 0.9375vw;
     padding-left: 0.46875vw;
     border-left: 0.208333vw solid #27a6ee;
}
 .zs-rbox .h2title .more{
     font-size: 0.729167vw;
}
 .zs-rbox .h2title .more.pb20{
     padding-bottom: 1.041667vw;
}
 .zs-rbox .h2title .title{
     font-size: 0.625vw;
}
 .zs-rbox .h2title .title span{
     padding-top: 0.260417vw;
}
 .zs-rbox .h2title .title strong img{
     padding-right: 0.260417vw;
}
 .zs-news-item{
     padding-top: 0.520833vw;
}
 .zs-news-item li{
     font-size: 0.677083vw;
}
 .zs-news-item li i{
     width: 0.208333vw;
     height: 0.208333vw;
     top: -0.104167vw;
     margin-right: 0.260417vw;
}
 .zs-news-item li span{
     font-size: 0.625vw;
     padding-left: 0.625vw;
}
 .zs-rbox-list{
     padding: 0.833333vw 0 0 0;
}
 .zs-rbox-list li{
     margin-bottom: 0.78125vw;
}
 .zs-rbox-list li .pic{
     flex: 0 0 6.09375vw !important;
     width: 6.09375vw !important;
     height: 3.4375vw !important;
}
 .zs-rbox-list li .text{
     width: 9.635417vw;
}
 .zs-rbox-list li .text .title{
     font-size: 0.729167vw;
     height: 2.283333vw;
     margin-bottom: 0.677083vw;
}
 .zs-rbox-list li .text .time{
     font-size: 0.625vw;
}
 .zs-newsinfo .infobox{
     padding: 1.041667vw 1.041667vw 1.041667vw 1.041667vw;
     margin-bottom: 1.041667vw;
}
 .zs-newsinfo .infobox .zs-path {
     height: 2.34375vw;
     line-height: 2.34375vw;
     padding-left: 1.041667vw;
     font-size: 0.9375vw;
}
 .zs-newsinfo .infobox h1 {
     padding-top: 1.5625vw;
     font-size: 1.25vw;
}
 .zs-newsinfo .infobox .topinfo span {
     padding: 0 1.041667vw 0 0vw;
     line-height: 2.34375vw;
     font-size: 0.833333vw;
}
 .zs-newsinfo .infobox .content{
     font-size: 0.833333vw;
}
 .zs-newsinfo .infobox .tags{
     height: 2.604167vw;
     margin-top: 1.5625vw;
     line-height: 2.604167vw;
}
 .zs-newsinfo .infobox .tags .iconfont{
     margin: 0 0.78125vw 0 0.520833vw;
}
 .zs-newsinfo .infobox .tags span{
     padding: 0.260417vw 0.78125vw 0.260417vw 0.78125vw;
     border-radius: 0.260417vw;
     margin-right: 0.520833vw;
}
 .zs-newsinfo .infobox .pages{
     margin-top: 1.5625vw;
}
 .zs-newsinfo .infobox .pages p {
     margin-top: 0.78125vw;
     font-size: 0.833333vw;
}
 .zs-related-list{
     padding: 0.520833vw 1%;
}
 .zs-related-list li{
     width: 17.1875vw;
     height: 12.5vw;
     margin-top: 1.041667vw;
     margin-right: 1.041667vw;
     border-radius: 0.416667vw;
}
 .zs-related-list li:hover{
     box-shadow: 0 0.78125vw 1.041667vw #C3C3C3;
     -webkit-transform: translate3d(0, -0.260417vw, 0);
     -moz-transform: translate3d(0, -0.260417vw, 0);
     -ms-transform: translate3d(0, -0.260417vw, 0);
     transform: translate3d(0, -0.260417vw, 0);
}
 .zs-related-list li .pic{
     height: 9.895833vw;
}
 .zs-related-list li .pic img{
     width: 100%;
     height: 100%;
}
 .zs-related-list li .title {
     height: 2.083333vw;
     margin-top: 0.260417vw;
     line-height: 2.083333vw;
     font-size: 0.833333vw;
}

}