
.banner{
	position:relative;
	height:435px;
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	z-index: 0;
}
.banner .wp-banner{
	position: absolute;
	width:100%;
	height: 100%;
	min-width: 1200px;
	margin:0;
	padding: 0;
}
.banner .wp-banner li{
	width: 100%;
	height:100%;
	background-size: cover;
}
.banner .wp-banner li a{
	display:inline-block; 
	width:100%;
	height:100%;
	position: relative;
}
.banner .btn-serial {
	position:absolute;
	left: 50%;
	bottom:35px;
}
.banner .btn-serial li{
	float: left;
	width: 11px;
	height:11px;
	margin: 5px;
	cursor: pointer;
}
.banner .btn-serial li a{
	display: block;
	width: 11px;
	height: 11px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	opacity: 1;
}
.banner .btn-serial li.hover a{
	width: 21px;
	height: 21px;
	background:url("../images/series.png") no-repeat center;
}
.banner .btn-serial li.hover{
	width: 21px;
	height: 21px;
	margin: 0 5px;
}
















