
/*banner——swiper*/
.BannerShow_b1 .swiper-slide{overflow:hidden;}
.BannerShow_b1 .swiper-slide img{width:100%;}
.BannerShow_b1 .swiper-pagination{position: absolute; z-index: 20; bottom: 10px; width: 100%; text-align: center;}
.BannerShow_b1 .swiper-pagination-bullet{display: inline-block; width:12px; height:12px; border-radius:12px; background: #fff; margin: 0 5px !important; opacity: 0.8; cursor: pointer;}
.BannerShow_b1 .swiper-pagination-bullet-active{background: #ba1823;}

@media only screen and (max-width: 800px){
/*banner——swiper*/
.BannerShow_b1 .swiper-container .swiper-slide img{width:100%; display:block;}
.BannerShow_b1 .swiper-slide {
    height: initial !important;
}
.page-banner .BannerShow_c1:last-child img{width:100%;}
.BannerShow_b1 .swiper-pagination{position: absolute; z-index: 20; bottom: 6px !important; width: 100%; text-align: center;}
.BannerShow_b1 .swiper-pagination-bullet{display: inline-block; width: 8px; height: 8px; border-radius: 8px; background: #fff; margin: 0 3px !important; opacity: 0.8; cursor: pointer;}
.BannerShow_b1 .swiper-pagination-bullet-active{background: #ba1823;}
}
