
#banner{
	width:100%;
	float:left;
	height:350px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
#banner .swiper-slide{
	width:100%;
	float:left;
	height:660px;
}

#banner .pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 15px;
width: 100%;
z-index:999;
}
#banner .swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 10px;
background: white;
margin: 0 3px;
cursor: pointer;
/*transform:scale(0.7,0.7);*/
transition: all 0.3s ease-in-out;

}
#banner .swiper-pagination-bullet-active{
	/*transform:scale(1,1);*/
	width: 15px;
	height: 10px;
	border-radius: 10px;
	background: #e0101f;
}

#banner .bannerImg{
	width: 100%;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
}
