.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:#861e59;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background:#d22c8a;
}
#gsbh{ margin-top:12px; float:left;}
#dbbh.banner .swiper-pagination-bullet{ width: 22px;border-radius:4px;	height:4px; background-color:#f2f2f3}
#dbbh.banner .swiper-pagination-bullet-active{
	background:#861e59;
}