
/*滚动广告*/
.swiper-slide img {max-width:100%; width: 100%; border:0;}
.swiper-container {position: relative; z-index: 1; overflow: hidden; backface-visibility: hidden; }
.swiper-slide {float:left; }
.pagination {position: absolute; z-index: 20; left:50%; bottom:1px;}
.swiper-pagination-switch { display: inline-block; width:3px; height:3px; border-radius:10px; background: #dadada; margin-right:5px; cursor: pointer; }
.swiper-visible-switch, .swiper-active-switch {background: #00458e; }
/*滚动广告 end*/

