<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* css document */


/* banner */
.banner_box{
	width:493px;
	height:294px;
	overflow:hidden;
	position:relative;
	float:left;
	z-index:0;}
.banner{
	overflow:hidden;
	height:420px;
	margin:0;
	padding:0;}
.banner img{
	margin:0 auto;
	width:100%; height:100%;
	position: absolute;
	top:0px;
	}
.btn{
	position:absolute;
	bottom:10px;
	left:80%; 
	margin-left:-24px; 
	z-index:100;}
.btn .current{
	background:#ffffff;}
.btn li{
	float:left; 
	margin-left:4px; 
	margin-right:4px;
	width:10px; 
	height:10px; 
	background-color:#416cf8;}

.title {
	padding: 0 10px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
}
.title {
	position: absolute;
	bottom:2px;
	left: 0;
	margin-bottom: 0;
	width:97%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-indent: 10px;
	font-family: "黑体";
}
.banner span.title, .slidebar li {
	background: rgba(0,0,0,0.3);
filter: progid:dximagetransform.microsoft.gradient(startcolorstr = #90000000, endcolorstr = #90000000);
	color: #fff;
	overflow: hidden;
}
.banner span.title {
	text-indent: 0px;
	color: #fff;
}
.banner span.title, .slidebar li {
	background: rgba(0,0,0,0.3);
filter: progid:dximagetransform.microsoft.gradient(startcolorstr = #30000000, endcolorstr = #30000000);
	color: #fff;
	overflow: hidden;
}</pre></body></html>