.banner {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.fullSlide {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.fullSlide .bd {
	z-index: 0;
}

.fullSlide .bd ul {

	position: absolute;
}

.fullSlide .bd li img {
	width: 100%;
	height: 500px;
	max-height: 560px;
}

.fullSlide .bd li {
	float: left;
}

.fullSlide .hd {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px;
	background: url(../img/button.png);
	overflow: hidden;
	font-size: 0;
}

.fullSlide .hd ul .on {
	background: url(../img/buttonC.png);

}

.fullSlide .prev,
.fullSlide .next {
	position: absolute;
	z-index: 1;
	width: 35px;
	height: 81px;
	top: 50%;
	background: url(../img/leftarrow.png) no-repeat;
}

.fullSlide .prev {
	left: 20px;
}

.fullSlide .next {
	right: 20px;
	background: url(../img/rightarrow.png) no-repeat;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}