

/*首页*/
.banner img { display: block; width: 100%; height:500px }

.banner .swiper-pagination { bottom: .3rem !important; line-height: 1; font-size: 0; }

.banner .swiper-pagination-bullet { -webkit-box-sizing: border-box; box-sizing: border-box; width: 30px; height:5px; background: #949494; opacity: 1; -webkit-border-radius: 10px; border-radius: 10px; }

.banner.swiper-container > .swiper-pagination .swiper-pagination-bullet { margin: 0 .06rem; }

.banner .swiper-pagination-bullet-active { background: #128bfd; }

