
/*
 * focusbanner
 */
.focus {
	width: 100%;
	min-width: 989px;
	height: 346px;
	overflow: hidden;
	position: relative;

}

.f-img-list {
	height: 346px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

.f-img-list li {
	height: 346px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	background: url(#) center no-repeat;
}

.f-img-list li.on {
	z-index: 105;
}

.focus .f-b {
	width: 989px;
	margin: auto;
	position: relative;
	z-index: 110;
}

.focus .f-b .f-content {
	position: absolute;
	width: 100%;
	height: 100%;
}

.d-img-list-bg,
.d-img-list {
	position: absolute;
	left:100px;
	top: 50px;
	width: 200px;
	height: 246px;
}

.d-img-list-bg {
	background: #4D351D;
	opacity: 0.8;
	filter: Alpha(Opacity = 80);
}

.d-img-list li {
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 112;
	display: none;
	width: 200px;
	height: 346px;
}

.d-img-list li.on {
	z-index: 113;
	display: block;
}

.d-img-list li h3 {
	padding: 10px 2px -6px 2px;
	color: #FFF600;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}

.d-img-list li p {
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.6;
}

.focus-btns {
	position: absolute;
	right: 140px;
	top: 280px;
}

.btn-focus {
	width: 146px;
	height: 50px;
	display: inline-block;
	margin-right: 10px;

	display: none;
}

.btn-focus.on {
	display: block;
}

.btn-focus-down {
	background-position: 0 0;
}

.btn-manage {
	background-position: 0 -50px;
}

.focus-page-btn {
	width: 66px;
	height: 66px;

	position: absolute;
	top: 160px;
	z-index: 110;
}

.focus-btn-prev {
	background-position: 0 0;
	left: 30px;
}

.focus-btn-next {
	background-position: -66px 0;
	right: 30px;
}