.fullSlide {
	width:100%;
	position:relative;
	height:378px;
	background-color: #fff;
	overflow:hidden;
}
.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:364px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:364px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:10px;
	left:0;
	height:30px;
	line-height:30px;
	display:none;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12px;
	height:12px;
	margin:1px;
	overflow:hidden;
	/*background:#000;*/
	background:url(../Images/JiaoYuan.png) no-repeat;
	filter:alpha(opacity=50);
	opacity:0.2;
	line-height:100px;
}
.fullSlide .hd ul .on {
	/*background:#fffbcd;*/
	background:url(../Images/JiaoYuanB.png) no-repeat;
	filter:alpha(opacity=50);
	opacity:0.2;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../Images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.2;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
.TopFontBot{ padding:0px 5px;height:30px; line-height:30px; background-color:#dddddd; border:#cccccc solid 1px; font-size:14px; color:#000;}