@charset "utf-8";
/* CSS Document */

/* CSS Document */
#focus {
	width:662px;
	height:214px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	width:1200px;
	position:absolute;
}
#focus ul li {
	float:left;
	width:662px;
	height:214px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {
	position:absolute;
	width:460px;
	height:20px;
	left:0;
	bottom:0;
	/* background:#000; */
}

#focus .add {
	position:absolute;
	width:460px;
	height:20px;
	left:0;
	top:0;
	opacity: 0.5;
	background:#000;
	color:#FFF;
	font-size:13px;
	line-height:20px;
	text-align:center;
	display:none;
}

#focus .btn {
	position:absolute;
	width:460px;
	height:10px;
	padding:5px 10px;
	right:0;
	bottom:0;
	margin-bottom:10px;
	text-align:right;

}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width: 15px;
	height: 20px;
	_font-size:0;
	margin-left:5px;
	cursor:pointer;
	background: #000;
	color:#fff;
	text-align:center;
	line-height:20px;
	border:1px solid #a2a2a2;
}
#focus .btn span.on {
	background:#fff;
}
#focus .pre {
	left:0;
}
#focus .next {
	right:0;
	background-position:right top;
}



#focus2 {
	width:662px;
	height:214px;
	overflow:hidden;
	position:relative;
}
#focus2 ul {
	width:1200px;
	position:absolute;
}
#focus2 ul li {
	float:left;
	width:662px;
	height:214px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus2 ul li div {
	position:absolute;
	overflow:hidden;
}
#focus2 .btnBg {
	position:absolute;
	width:460px;
	height:20px;
	left:0;
	bottom:0;
	/* background:#000; */
}

#focus2 .add {
	position:absolute;
	width:460px;
	height:20px;
	left:0;
	top:0;
	opacity: 0.5;
	background:#000;
	color:#FFF;
	font-size:13px;
	line-height:20px;
	text-align:center;
	display:none;
}

#focus2 .btn {
	position:absolute;
	width:460px;
	height:10px;
	padding:5px 10px;
	right:0;
	bottom:0;
	margin-bottom:10px;
	text-align:right;

}
#focus2 .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width: 15px;
	height: 20px;
	_font-size:0;
	margin-left:5px;
	cursor:pointer;
	background: #000;
	color:#fff;
	text-align:center;
	line-height:20px;
	border:1px solid #a2a2a2;
}
#focus2 .btn span.on {
	background:#fff;
}
#focus2 .pre {
	left:0;
}
#focus2 .next {
	right:0;
	background-position:right top;
}



.header_top {
}