.fullSlide {
	width: 100%;
	position: relative;
	height: 385px;
	background: #000;
	min-width:1170px;
}
.fullSlide ul, .fullSlide li {margin: 0px; padding: 0px;}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 385px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 385px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
	background: url(images/touming.png) repeat-x;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 50px;
	height: 6px;
	border-radius:3px;
	margin: 5px;
	background:#000;
	overflow: hidden;
	line-height: 9999px;
	opacity:.8
}
.fullSlide .hd ul .on {
	width: 50px;
	height: 6px;
	border-radius:3px;
	margin: 5px;
	background:#fff;
	opacity:.9
}