.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-slide h3{ text-align:center; font-size:16px; position:absolute; bottom:-10px; color:#333; width:100%;}
.banner .swiper-pagination-bullet{
	width: 10px;
	height:10px;
	background:#0A87DB;
	opacity: 1; 
}
.banner .swiper-pagination-bullet-active{
	background:#d80000;
}
.banner1{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.banner1 .swiper-slide{ padding-bottom:50px;
	/* height: 8.0rem; */
}
.banner1 .swiper-slide img{
	max-width:640px; display:block; border:0px;
	width: 100%;
}
.banner1 .swiper-slide h3{ text-align:center; font-size:14px; position:absolute; bottom:30px; color:#333; width:100%;}
.banner1 .swiper-pagination-bullet{ 
	width: 10px;
	height:10px;
	background:#0A87DB;
	opacity: 1; margin-bottom:-50px;
}
.banner1 .swiper-pagination-bullet-active{
	background:#d80000;
}
