<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fullSlide {
	width:100%;
	position:relative;
	height:430px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;width:100%;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:430px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:430px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:175px;_bottom:700px;
	line-height:175px;/*background:url(../images/b_banner.png) no-repeat;*/
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:18px;
	height:5px;
	margin:1px 8px;
	overflow:hidden;
	background:url(../images/b_banner_li_current.png);
    position:relative;bottom:-50px;*bottom:-120px;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:url(../images/b_banner_li.png);
}
</pre></body></html>