@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ul{
	list-style:none;
}
a {
	text-decoration:none;
	color:#0088cc;
}

body {
	font:12px "SimSun","宋体","Arial Narrow",HELVETICA; 
	background:#ffffff;
}

.logo {
	width:860px;
	height:55px;
	margin:20px auto 30px auto;
}
.logo a {
	float:right;
}
.main {
	position:relative;
	width:860px;
	margin:0px auto 30px auto;
	overflow:hidden;
	background:#f1fafb;
}
.error {
	width:500px;
	height:270px;
	margin:30px auto;
}
.error img {
	float:left;
	margin-right:35px;
}
.error p {
	line-height:25px;
	letter-spacing:1px;
}
.text {
	float:left;
	margin-top:60px;
}
.color {
	color:#2a81ed;
}

<!--底部-->

.footer_wrap {
	text-align: center;
}
.footer_wrap .footer_link {
	background:url(footer_bg.gif) repeat-x;
	height: 37px;
	line-height: 37px;
	text-align:center;
}
.footer_wrap .footer_link span {
	color: #ffffff;
}
.footer_wrap .footer_link a {
	color: #ffffff;
	padding: 0 8px;
}
.footer_wrap .footer_info {
	margin: 10px 0;
}
.footer_wrap .footer_info p {
	color: #8e8e8e;
	line-height: 22px;
	text-align:center;
}