@charset "gb2312";
/*新banner样式*/
body{
	margin:0;
	padding:0;}
.fullSlide {
	width:100%;
	position:relative;
	height:548px;
	background:#fff;
	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;
	position:relative;
}
.fullSlide .bd li {
	width:100% !important;
	height:548px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:548px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;
	height:30px;
	line-height:12px;
}


.banner_txt{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;
	height:70px;
	line-height:70px;
	background:#000;
	filter:Alpha(opacity=70);
	opacity: 0.7;
	font-size:16px;
	color:#FFF;
}

.fullSlide .hd ul {
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
	line-height:30px;
	width:52%;
	
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:16px;
	height:16px;
	overflow:hidden;
	background:#FFF;
	line-height:999px;
	margin-right:6px;
	margin-top:-70px;
	border-radius:8px;
}
.fullSlide .hd ul .on {
	background:#CE0000;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:8%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor:pointer;
}
.fullSlide .next {
	left:auto;
	right:8%;
	background-position:-6px -137px;
}
sup{
	font-family:Arial, Helvetica, sans-serif;
	}
/*新banner样式*/
