/* CSS Document */
#fullSlide {
	background: none repeat scroll 0 0;
	height: 400px;
	position: relative;
	width: 100%;
}
#fullSlide .bd {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#fullSlide .bd ul {
	width: 100% !important;
}
#fullSlide .bd li {
	height: 406px;
	overflow: hidden;
	text-align: center;
	width: 100% !important;
}
#fullSlide .bd li a {
	display: block;
	height: 406px;
}
#fullSlide .hd {
	bottom: 0;
	height: 28px;
	left: 0;
	line-height: 28px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#fullSlide .hd ul {
	height: 28px;
	text-align: center;
	width: 140px;
	margin: 0 auto;
}
#fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	height: 13px;
	line-height: 9999px;
	margin: 0 5px;
	overflow: hidden;
	width: 13px;
	float: left;
	background: url(../images/qu1.png);
}
#fullSlide .hd ul .on {
background: url(../images/qu2.png);
}





