#banner {
	width:100%;
	overflow:hidden;
	position:relative;
}
#banner .swiper-slide {
	position:relative;
	text-align:center;
}
#banner img {
	width:100%;
	display:block;
}
#banner .pagination{
	position:absolute;
	width: 100%;
	z-index:9999;
	bottom:5%;
	text-align:center;
	right:0;
}
#banner .swiper-pagination-bullet {
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:5px;
	background:#fff;
	margin:0 3px;
	opacity:0.8;
	cursor:pointer;
	box-shadow: 0 0 5px #999;
}
#banner .swiper-pagination-bullet-active {
	width:5px;
	height:5px;
	background: #32d4c5;
}
