/* CSS Document */
.banner {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	background: #89b63f;
}
.b-img {
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
}
.b-img a {
	display: block;
	height: 400px;
	float: left;
	width: 100%;
}
.b-img img {
	 margin:0 auto;
}
.b-list {
	width: 100%;
	height: 38px;
	top: 362px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
	padding: 0 50%;
	left: -55px;
}
.b-list span {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: url(../images/quan1.png);
	float: left;
	margin: 13px 5px;
	_margin: 0 3px;
}
.b-list .spcss {
	background: url(../images/quan2.png)
}
.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	left: 0px;
	background: none;
}
.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	right: 0px;
	background: none;
}
.bar-left em {
	display: block;
	width: 41px;
	height: 119px;
	background: url(../images/ban_pre.png) ;
	margin: 0 auto;
	margin-top: 157px;
}
.bar-right em {
	display: block;
	width: 41px;
	height: 119px;
	background: url(../images/ban_next.png) ;
	margin: 0 auto;
	margin-top: 157px;
}
.bar-left .emcss {
	background-position: 0px 50%;
}
.bar-right .emcss {
	background-position: 0px 50%;
}
