.centerBig img{-webkit-animation-name:centerBig;animation-name:centerBig;}
@-webkit-keyframes centerBig{
100%{transform:scale(1.08,1.08);}}
@keyframes centerBig{
100%{transform:scale(1.08,1.08);}}
/*banner——swiper*/

.BannerShow_b1 .swiper-slide{overflow:hidden;}
.BannerShow_b1 .swiper-slide img{width:100%; display:block;animation-duration:5s;animation-timing-function:linear;animation-fill-mode: forwards;-webkit-animation-duration:5s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode: forwards;}
.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:24px; height:3px; border-radius:0 !important;background: #fff; margin: 0 5px !important; opacity: 0.5; cursor: pointer;}
.BannerShow_b1 .swiper-pagination-bullet-active{background: #fff;opacity:1;}

@media only screen and (max-width: 800px){
/*banner——swiper*/
.BannerShow_b1 .swiper-container .swiper-slide 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:12px; height: 3px; background: #fff; margin: 0 3px !important; opacity: 0.5; cursor: pointer;}
.BannerShow_b1 .swiper-pagination-bullet-active{background: #fff;opacity:1;}
}
