@charset "utf-8";
/* CSS Document */
body{
	min-width: 1000px;
}
/*Index*/
.banner{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 446px;
	margin-top: -9px;
	overflow: hidden;
}
.banner ul{
	/*width: 100%;
	height: 580px;*/
}
.banner ul li{
	display: none;
    height: 446px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner ul li a{
	display: block;
	height: 446px;
	width: 100%;
}
.banner .number{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 55px;
	left: 0;
}
.banner .number span{
	display: inline-block;
	width: 8px;
	height: 6px;
	margin:0 5px;
	background: #fff;
	cursor: pointer;
	border:1px;
}
.banner .number span:hover,
.banner .number span.on{
	background:#0072ff;
	border:1px solid #fff;
}
