/*轮播图*/
.advert{
	overflow:hidden;
	position: relative;
	background: #fff;
}
.advert .banner {
	overflow: hidden;
	height:100%;
	max-width: 100%;
	padding:0px;
	margin:0px auto;
	list-style-type:none;
}
.advert .banner li {
	text-align: center;
}
.advert .banner li a img{
	width:100%;
	height:100%;
}
.circle{
	height:1rem;/*background-color: rgba(0,0,0,0.2)*/;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	line-height: 1rem;
}
.circle li{
	cursor: pointer;
	width:8px;
	height:8px;
	border-radius: 50%;
	background:#F9F5F1;
	margin:0 3px;
	display: inline-block;}
.circle li.on{
	/*background:#C70D1F;*/
	background:#0f88eb;
}
