*{
	margin: 0;
	padding: 0;
}
.banner{
	position: relative;
	overflow: hidden;
}
.banner-view{
	position: relative;
	height: 100%;
	z-index: 999;
	background-color: #090b22;
	background-repeat: no-repeat;
}
.banner-view i{
	position: relative;
	display: block;
	float: left;
	background-repeat: no-repeat;
}
.banner-btn{
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 20%;
	font-family: "宋体";
	font-size: 20px;
	z-index: 1000;
}
.banner-btn span{
	display: block;
	float: right;
	margin-right: 25%;
	width: 48px;
	line-height: 90px;
	background-image: url("../images/banner.png");
	font-size: 0;
	cursor: pointer;
	animation: top 2.5s infinite linear;
}
@keyframes top{
	0%{transform: translateY(0);}

	50%{transform: translateY(10px);}
	
	100%{transform: translateY(0);}
}
.banner-btn span + span{
	float: right;
	display: none;
}
.banner-number{
	position: absolute;
	bottom:100px;
	width: 100%;
	height: 0;
	font-size: 0;
	text-align: center;
	z-index: 1000;
	left: -450px;
}
.banner-number > *{
	display: inline-block;
	margin: 0 8px;
	width: 35px;
	height:6px;
	background-color: #ec1c24;
	cursor: pointer;
	transition: 1s;
}
.banner-number  > *:hover,
.banner-number  > *.on{
	background-color: white;
	width: 60px;
}
.banner-progres{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 3px;
	z-index: 1000;
}
.banner-progres i{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	display: block;
	height: 100%;
	width: 0;
}
