body {
	margin: 0;
	padding: 0;
}

.errorBox {
	width: 1000px;
	margin: 0 auto;
}

.errorBox h1 {
	margin: 20px 0 23px 0;
	float: left;
}

.error {
	border-radius:70px;
	width: 1020px;
	height: 420px;
	font-size: 16px;
	font-family: "微软雅黑";
	background: #3b96e3 url(../images/errorBgR_03.png) left bottom
		no-repeat;
	float: left;
	position: relative;
}

.error h2 {
	font-size: 28px;
	color: #fff;
	margin: 80px 0 10px 60px;
}

.error p.introTxt {
	width:620px;
	color: #fff;
	margin: 20px 0 0 60px;
	line-height: 28px;
}

.error p.introTxt a {
	text-decoration:underline;
	color: #1146e7;
	font-weight:700;
}

.error p.introTxt a:hover {
	opacity:0.9;
	color: #1146e7;
	font-weight:700;
}

.error p.num404 {
	width: 369px;
	height: 374px;
	background: url(../images/404_06.png);
	position: absolute;
	float: right;
	right: -62px;
	bottom: 27px;
}

.copyright {
	text-align:center;
	width:100%;
	color: #717171;
	font-size: 12px;
	font-family: arial;
	float: left; *
	margin-top: 15px;
}

.copyright a{color:#666;text-decoration:none;}
.copyright a:hover{opacity:0.9;}