/*banner图*/
.banner{width:100%; float:left; position:relative;}
.banner .banner-imgbox{width:100%; float:left;}
.banner .banner-imgbox .swiper-slide img{width:100%; height:auto; display:block;}
.banner .swiper-pagination {position: absolute; right:0; bottom:10px;}
.banner .swiper-pagination-bullet {width:10px; height:10px; border-radius:50%; background:#fff; opacity:0.5;  margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#000;}
