.banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.banner .swiper-slide{
	/* height: 8.0rem; */
}
.banner img,.banner .swiper-slide img{
	max-width:640px; display:block; border:0px;
	width: 100%;
}
.banner .swiper-pagination-bullet{
	width: 10px;
	height:10px;
	background:#DBD8D8;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background:#144099;
}
#gsbh{ margin-top:12px; float:left;}
#gsbh.banner .swiper-slide img{
	max-width:100%; display:block; border:0px; height:220px; width:auto; margin-left:auto; margin-right:auto;
}
#dbbh.banner .swiper-pagination-bullet{ width: 22px;border-radius:4px;	height:4px; background-color:#f2f2f3}
#dbbh.banner .swiper-pagination-bullet-active{
	background:#144099;
}