
.zs-homebanner{
    display: block;
    width: 100%;
    height: 750px;
    position: relative;
}
.zs-homebanner .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-homebanner .swiper-slide .m{
  display: none;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-homebanner .swiper-button-prev{
    left: 30px;
}
.zs-homebanner .swiper-button-next{
    right: 30px;
}
.zs-homebanner .swiper-button-prev,.zs-homebanner .swiper-button-next{
    display: none;
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: none;
    background-color: rgba(26, 82, 132, 0.5);
    opacity: 0.6;
}
.zs-homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.zs-homebanner .swiper-button-prev:hover,.zs-homebanner .swiper-button-next:hover{
    opacity: 1;
}
.zs-homebanner .swiper-button-next:after,.zs-homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.zs-homebanner .swiper-pagination{
    position: absolute;
    bottom: 0;
    left: unset;
    right: 60px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: .12rem;
    height: .12rem;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    margin: 0 .1rem;
    opacity: 1;
    background-color: transparent;
    transition: background-color .6s cubic-bezier(.38, 0, 0, 1), border-color .6s cubic-bezier(.38, 0, 0, 1);
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #FFF !important;
}
.zs-homebanner .text{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    width: 100%;
    padding: 0 .6rem .8rem;
    z-index: 30;
}
.zs-homebanner .text_m{display: none;}
@font-face {
    font-family: 'Puhuiti-Heavy';
    src: url('https://cdn6.zhuocms.com/storage/wwwstcclcomcn/font/ALIBABA-PUHUITI-HEAVY.TTF');
}
@font-face {
    font-family: 'Puhuiti-Medium';
    src: url('https://cdn6.zhuocms.com/storage/wwwstcclcomcn/font/ALIBABA-PUHUITI-MEDIUM.TTF');
}
.zs-homebanner .text .title{
    font-size: .75rem;
    line-height: 1.2;
    font-family: 'Puhuiti-Heavy';
}
.zs-homebanner .text .subtitle{
    font-size: .35rem;
    font-family: 'Puhuiti-Medium';
    padding-bottom: 1.68rem;
}
.zs-homebanner .text .letter{
    display: block;
}
.homenews-box{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: .6rem;
    padding-bottom: 1.5rem;
    position: relative;
}
.homenews-list{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    z-index: 1;
}
.homenews-list .swiper-slide{
    background-color: #f7f7f7;
    border-radius: .12rem;
    transition: box-shadow .5s cubic-bezier(.38, 0, 0, 1);
    overflow: hidden;
}
.homenews-list .swiper-slide img{
    display: block;
}
.homenews-box .swiper-button-prev{
    left: 30px;
}
.homenews-box .swiper-button-next{
    right: 30px;
}
.homenews-box .swiper-button-prev,.homenews-box .swiper-button-next{
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    opacity: 1;
    top: unset;
}
.homenews-box .swiper-button-disabled{
    opacity: 1;
}
.homenews-box .swiper-button-prev:hover,.homenews-box .swiper-button-next:hover{
    opacity: 0.7;
}
.homenews-box .swiper-button-next:after,.homenews-box .swiper-button-prev:after{
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
.homenews-box .swiper-pagination{
    right: 0;
    height: 55px;
    text-align: right;
}
.homecase-list .swiper-button-prev,.homecase-list .swiper-button-next{
    width: .9rem;
    height: .9rem !important;
    -webkit-backdrop-filter: blur(.12rem);
    -webkit-backdrop-filter: blur(.12rem);
    backdrop-filter: blur(.12rem);
    background-color: rgba(156, 156, 157, .4);
    border-radius: 50%;
    opacity: 0.7;
}
.homecase-list .swiper-button-disabled{
    opacity: 1;
}
.homecase-list .swiper-button-prev:hover,.homecase-list .swiper-button-next:hover{
    opacity: 1;
}
.homecase-list .swiper-button-next:after,.homecase-list .swiper-button-prev:after{
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){

}