@charset "utf-8";
body {
	font-size:14px;
	font-family:"\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif;
	background:#fff;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
.container {
	width:960px;
	max-width:960px;
	margin:auto;
}
.error_404 {
	background:#fff;
	height:540px;
	padding-bottom:30px;
}
.error_404 .container {
	width:960px;
	height:540px;
	overflow:hidden;
}
.error_404 .error_pic {
	float:left;
	width:560px;
	height:540px;
	background:url(error_404.jpg) 0 0 no-repeat;
}
.error_404 .error_info {
	float:right;
	width:390px;
	padding-top:180px;
}
.error_404 .error_info h2 {
	height:80px;
	line-height:80px;
	color:#333;
	font-size:24px;
	font-family:"\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif;
}
.error_404 .error_info .operate {
	height:30px;
	line-height:30px;
}