/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, input, textarea, p, blockquote, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

ol, ul, dl {
	list-style:none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*锟街诧拷图*/
.lunbo {
	position: relative;
	width: 100%;
	min-width:1280px;
	height: 500px;
	overflow: hidden;
	z-index: 0;
}
.lunbo ul li {
	/*display:none;*/
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:500px;
	z-index: 2;
}
.lunbo ul li a {
	display: block;
	width: 100%;
	height: 500px;
	cursor: pointer;
}
.lunbo ol {
	position: absolute;
	bottom:44px;
	left:50%;
	z-index: 20;
	overflow: hidden;
	width: 166px;
	margin-left: -83px;
}
.lunbo ol li {
	float: left;
	width: 11px;
	height:11px;
	cursor: pointer;
	background: url(/enfile/images/8144318.png) right -164px no-repeat;
	margin: 6px 10px;
}
.lunbo ol li.current {
	background-position: right -175px;
	width: 21px;
	height: 25px;
	margin: 0 10px;
}
.lunbo .Prev, .lunbo .Next {
	position: absolute;
	width: 30px;
	height: 62px;
	background: url(/enfile/images/8144337.png) no-repeat left top;
	top:50%;
	margin-top:-35px;
	z-index: 99;
}
.lunbo .Prev {
	left:45px;
}
.lunbo .Next {
	right:45px;
	background-position: right top;
}

