@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;
}
