.banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.banner .swiper-slide{
	/* height: 8.0rem; */
}
.banner .swiper-slide img{
	max-width:640px; display:block; border:0px;
	width: 100%;
}
.banner .swiper-pagination-bullet{
	width: 10px;
	height:10px;
	background:#fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{background:#0A87DB;}