*{
	margin: 0;
	padding: 0;
}
.banner{
	position: relative;
	overflow: hidden;
	top: 0px;
}
.banner-view{
	position: relative;
	height: 100%;
	z-index: 99;
	background-color: #0A0B10;
	background-repeat: no-repeat;
}
.banner-view i{
	position: relative;
	display: block;
	float: left;
	background-repeat: no-repeat;
}


.banner-number{
	position: absolute;
	bottom: 16px;
	width: 100%;
	height: 0;
	font-size: 0;
	text-align: center;
	z-index: 1000;
}
.banner-number > *{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 20%;
	margin: 0 8px;
	width: 8px;
	height: 8px;
	background-color: #003D4F;
	cursor: pointer;
}
.banner-number  > *:hover,
.banner-number  > *.on{
	background-color: #666666;
}
.banner-progres{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 1px;
	z-index: 1000;
}
.banner-progres i{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	display: block;
	height: 100%;
	width: 0;
}
