
/*banner——swiper*/
.BannerShow_b1 .swiper-slide{overflow:hidden;}
.BannerShow_b1 .swiper-slide img{width:100%; height:100%;}
.BannerShow_b1 .swiper-pagination{position: absolute; z-index: 20; bottom: 10px; width: 100%; height: 100%; text-align: center;top: 880px;}
.BannerShow_b1 .swiper-pagination-bullet{display: inline-block; width:12px; height:12px; border-radius:12px; background: #da3f3f; margin: 0 5px !important; opacity: 0.8; cursor: pointer;}
.BannerShow_b1 .swiper-pagination-bullet-active{background: #fff;}
@media (max-width:1400px) {
.BannerShow_b1 .swiper-slide {
    position: relative;
    top: 0;
    left: 0;
    display: box;
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -moz-box;    
    display: -ms-flexbox;
    display: flex; 
    width: 1400px;
    height: 100%;
    z-index: -10;
    }}
/*
@media (max-width:1400px) {
.BannerShow_b1 .swiper-pagination {
    position: absolute; 
    z-index: 20; 
    bottom: 10px; 
    width: 100%; 
    height: 100%; 
    text-align: center;
    top: 2400px;
    }}
*/

