@charset "gb2312";
/*新banner样式*/
body{
	margin:0;
	padding:0;}
.fullSlide {
	width:100%;
	position:relative;
	height:450px;
	margin:0 auto;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
	margin:0;
	padding:0;
	list-style:none;
}
.fullSlide .bd li {
	width:100% !important;
	height:450px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:450px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;
	height:30px;
	line-height:12px;
	display:none;
}
.fullSlide .hd ul {
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
	line-height:30px;
	width:60%;
	
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:28px;
	height:8px;
	overflow:hidden;
	background:#FFF;
	line-height:999px;
	margin-right:6px;
	margin-top:8px;
}
.fullSlide .hd ul .on {
	background:#fdd900;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:2%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor:pointer;
}
.fullSlide .next {
	left:auto;
	right:2%;
	background-position:-6px -137px;
}
sup{
	font-family:Arial, Helvetica, sans-serif;
	}
/*新banner样式*/
