<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
body {
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #252525;
}
a:hover, .fot a:hover {
	color: #ee2d24;
}
a img {
	border: none 0;
	display:inline-block;
}
/*banner*/
.banner_index {
	height: 338px;
	position: relative;
	overflow: hidden;
	width: 857px;
	margin:0 auto;
}
.banner_index .btn, .banner_pro .bBtn {
	position: absolute;
	top: 235px;
	width: 56px;
	height: 78px;
	display: block;
	z-index: 3;
}
.banner_index .btnPre, .banner_pro .bPre {
	background: url(../img2/bg_btnPre_index.png) no-repeat 0 0;
	left: 20px;
}
#banner_index_pre{
	position:absolute;
	top:100px;
	background: url(../img2/nindx_15.jpg) no-repeat 0 0;
	left: 5px;
	z-index:99;
	display:inline-block;
	width:53px;
	height:227px;
	cursor:pointer;
}
#banner_index_next{
	position:absolute;
	top:100px;
	background: url(../img2/nindx_17.jpg) no-repeat 0 0;
	right: 5px;
	z-index:99;
	display:inline-block;
	width:53px;
	height:227px;
	cursor:pointer;
}

.banner_index .btnNext, .banner_pro .bNext {
	background: url(../img2/bg_btnNext_index.png) no-repeat 0 0;
	right: 20px;
}
.banner_index .btnNext:hover, .banner_pro .bNext:hover {
	background: url(../images/bg_btnNext_index_hover.png) no-repeat 0 0;
}
.banner_index .banner_wrap {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.banner_index .banner_wrap li {
	width: 855px;
	height:335px;
	overflow:hidden;
	float: left;
	border:0px solid #333;
}
.indexBanner_num {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.indexBanner_num a {
	width: 8px;
	height: 8px;
	display: inline-block;
	_zoom: 1;
	background: url(../img2/bg_num.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	margin: 0 1px;
}
.indexBanner_num a.on, .indexBanner_num a:hover {
	background: url(../img2/bg_num_on.png) no-repeat 0 0;
}
</pre></body></html>