.container-banner {
	width: 100%;
	height: 420px;

}
#bannerImgUl {
	margin: 0;
	padding: 0;
}
.banner-img{
	width: 100%;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.banner-img img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
banner-img ul {
	width: 100%;
	position: absolute;
	list-style: none;
	left:0;
	top: 0;
}

ol {
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: 20px;
	text-align: center;
	padding: 5px;
}
ol li {
	display: inline-block;
	width: 20px;
	height: 5px;
	line-height: 20px;
	background-color: #fff;
	margin: 5px;
	cursor: pointer;
	border-radius: 10px;
	color: #363E4F;
}
ol .on{
	background-color: #32beff;
	color: #FFFFFF;
}

.banner-not-data {
	width: 100%;
	height: 420px;
	vertical-align: top;
	background: #FFFFFF;
}
