@charset "utf-8";
/* 代码整理：懒人之家 */

* {
	margin:0;
	padding:0;
}
img, a {
	border:0;
}
.span230 {
	width:1000px;
}
ul, li {
	list-style:none;
}
.btntop, .btnbottom {
	height:12px;
	overflow:hidden;
	background:url(../images/arrowtopbottom.gif) no-repeat;
	cursor:pointer;
}
.btntop {
	background-position:480px 0;
}
.btnbottom {
	background-position:480px -12px;
}
#scrollbox {
	height:500px;
	overflow:hidden;
}
.scrollcon {
	height:800%;
}
.scrollpic li {
	height:200px;
	overflow:hidden;
	margin:5px 0;
}
.scrollpic li img {
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
.scrollpic li a {
	display:block;
	height:200px;
	background:#07429b;
	font-size:18px;
	color:#fff;
	line-height:70px;
	text-decoration:none;
	font-family:"微软雅黑"
}
.scrollpic li a:hover {
	background:#3d4558;
	color:#0000;
}
