@charset "utf-8";
/* 代码整理：易站站长网 */

* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
ol, ul, li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
}
.focus {
	width:600px;
	height:250px;
	background:#eee;
	margin:10px auto;
	position:relative;
	overflow:hidden;
}
.focus ul {
}
.focus li {
	width:550px;
	height:200px;
	padding:25px;
	position:absolute;
	left:600px;
	top:0;
}
.focus li h5, .focus li p, .focus li a.button {
	float:left;
	position:relative;
}
.focus li h5 {
	width:300px;
	font-size:22px;
	font-family:"Microsoft YaHei";
}
.focus li p {
	width:300px;
	line-height:22px;
	font-size:14px;
	margin:1em 0;
}
.focus li a.button {
	width:100px;
	height:30px;
	background:#333;
	cursor:pointer;
	display:none;
}
.focus li a.button:hover {
	background:#666;
}
.focus li div.imgBox {
	float:right;
	width:200px;
	height:200px;
	position:relative;
	background:#f00;
}
.focus li div.imgBox img {
}
.focus .btn {
	position:absolute;
	width:600px;
	height:6px;
	padding:10px;
	text-align:center;
	left:0;
	bottom:0;
}
.focus .btn span {
	display:inline-block;
	width:10px;
	height:6px;
	background:#999;
	margin:0 3px;
}
.focus .btn span.on {
	background:#000;
}
