* {padding:0;margin:0;list-style:none;}
.focus img {border:0; width:100%;}
.focus {
	width: 100%;
	min-width: 980px;
	height: 472px;
	overflow: hidden;
	position: relative;
}
.f-img-list {
	height: 472px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	background: url('../images/f-img-list-bg.jpg');
}
.f-img-list li {
	height: 472px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
}
.f-img-list li.on {
	z-index: 105;
}
.f-img-list li div{
        width:100%;
        height:472px;
}
.focus .f-b {
	width: 980px;
	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: 0;
	width: 200px;
	height: 380px;
}
.d-img-list-bg {
	background: #000000;
	opacity: 0.2;
	filter: Alpha(Opacity = 20);
}
.d-img-list li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 112;
	display: none;
	width: 200px;
	height: 380px;
}
.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('../images/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: 30px;
	height: 50px;
	background: url('../images/arrow.png') no-repeat;
        background-color:#000;
	position: absolute;
	top: 210px;
	z-index: 110;	
	opacity:0.3;	
}
.focus-page-btn:hover{
	opacity:0.8;	
}

.focus-btn-prev {
	background-position: 8px 12px;
	left: 30px;
}
.focus-btn-next {
	background-position: -43px 12px;
	right: 30px;
}.f-page-l{
	text-align:center; 
	width:100%; 
	position:absolute; 
	bottom:8px; 
	z-index:200;
}
.point{ 
	margin:0 5px; 
	cursor:pointer; 
	width:8px; 
	height:8px; 
	display:inline-block; 
	background:#000; 
	border-radius:100%; 
	opacity:0.8; 
	z-index:200; 
}
.point.on{ 
	background:#007aff; 
	opacity:1; 
}



