/*banner开始*/

.bannerBG {
	width:100%;
	height:398px;
	position:relative;
	overflow:hidden;
}
.bannerBG ul {
	width:1024px;
	height:398px;
	display:block;
	z-index:1;
	margin:0 auto;
}
.bannerBG ul li {
	width:1024px;
	height:398px;
	display:block;
	background:url(../images/ban_yy.png) no-repeat center bottom;
}
.bannerBG ul li img {
	width:1024px;
	height:398px;
}
.bannerBG ul li a {
	width:1024px;
	height:398px;
	display:block;
}
.bannerBG span {
	width:224px;
	height:17px;
	position:absolute;
	left:70%;
	bottom:10px;
	z-index:2;
	display:block;
}
.bannerBG span em {
	width:13px;
	height:13px;
	display:block;
	float:left;
	margin-left:5px;
	line-height:13px;
	text-align:center;
	font-style:normal;
	background:red;
	color:#fff;
	cursor:pointer;
}
.bannerBG span em.cur {
	background:#fff;
	border:1px solid #5e9814;
	width:11px;
	height:11px;
	color:#5e9814;
	line-height:11px;
}
/*banner结束*/