/*
 * focusbanner
 */
.focus {
	width: 100%;
	overflow: hidden;
	position: relative;

}

.autoBannerWidth{ height:500px;}

.f-img-list {
	height: 500px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	/*background: url('f-img-list-bg.jpg');*/
}

.f-img-list li {
	height: 500px;
	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: 1002px;
	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: 160px;
	top: 0;
	width: 200px;
	height: 500px;
}

.d-img-list-bg {
	background: #000000;
	opacity: 0.6;
	filter: Alpha(Opacity = 60);
}

.d-img-list li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 112;
	display: none;
	width: 200px;
	height: 500px;
}

.d-img-list li.on {
	z-index: 113;
	display: block;
}

.d-img-list li h3 {
	padding: 60px 10px 10px 10px;
	color: #37a4e4;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}

.d-img-list li p {
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 16px;
	font-family: Microsoft YaHei;
	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;
	background: url("btn-focus.png")/*tpa=http://www.yongqin-ae.net/js/plus/focusbanner/btn-focus.png*/ no-repeat;
	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;
	background: url("focus-page-btns.png")/*tpa=http://www.yongqin-ae.net/js/plus/focusbanner/focus-page-btns.png*/ no-repeat;
	position: absolute;
	top: 100px;
	z-index: 110;
}

.focus-btn-prev {
	background-position: 0 0;
	left: 30px;
}

.focus-btn-next {
	background-position: -66px 0;
	right: 30px;
}

/*
.focus-num {
	
	height: 20px;
	background:none;
	position: absolute;
	bottom: 10px;
	z-index: 200;
	right:30px;
}
.focus-num a{ width:20px; height:20px; display:block; background:#0260AA; float:left; margin-right:5px; color:#FFFFFF; cursor:pointer; text-align:center; line-height:20px; font-size:11px;}
.focus-num a.on, .focus-num a:hover{ color:#000; font-weight:normal; background:#fff; text-decoration:none}
*/

.focus-num {
	
	height: 20px;
	background:none;
	position: absolute;
	bottom: 15px;
	z-index: 200;
	right:0px;
}
.focus-num a{ width:20px; height:20px; display:block; background:url("up.png")/*tpa=http://www.yongqin-ae.net/js/plus/focusbanner/up.png*/ no-repeat; float:left; margin-right:15px; color:#FFFFFF; cursor:pointer; text-align:center; line-height:20px; font-size:11px;}
.focus-num a.on, .focus-num a:hover{ color:#0EA6CD; font-weight:bold; background:#fff; text-decoration:none;background:url("normal.png")/*tpa=http://www.yongqin-ae.net/js/plus/focusbanner/normal.png*/ no-repeat}