<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404错误</title>

<style type="text/css">
*{ margin:0px; padding:0px;}
html {
	background: url(/404/x.jpg) repeat;
}
body {
	height: 100%;
	width: 100%;
	overflow: hidden; font-family:"微软雅黑"; text-align:center; line-height:25px; font-size:18px;
}
a{ text-decoration:none; color:#333;}
a:hover{ color:#f00;}
i{ font-style:normal; color: rgb(255, 102, 0);}
.errorPage{ width:100%;}
.errorPage p{font: 30px/60px "Microsoft YaHei", SimHei; width: 100%; overflow: hidden; float: left; font-size-adjust: none; font-stretch: normal;}
.errorPage  a{ margin-left: 6px;}
.errorPage span{ display:block; width:100%; clear:both; margin-bottom:10px; overflow:hidden;}
.errorPage .back { background:#096; border-radius:5px; font: 14px/32px "Microsoft YaHei", SimSun; width: 80px; height: 32px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; margin-top: 20px;font-size-adjust: none; font-stretch: normal; display:block; margin:0px auto;
}
.errorPage .back:hover {
	color: rgb(255, 255, 255); text-decoration: none; opacity: 0.75;
}
</style>
<script src="/404/jquery-1.10.2.min.js" type="text/javascript"></script>
<SCRIPT language="javascript" type="text/javascript">
var secs =6; //倒计时的秒数
var URL ;
function Load(url){
URL =url;
for(var i=secs;i>=0;i--)
{
window.setTimeout('doUpdate(' + i + ')', (secs-i) * 1000);
}
}
function doUpdate(num)
{
document.getElementById("errorReciprocal").innerHTML = num;
if(num == 0) { window.location=URL;  }
}
$(function(){
Load('/');
})
</SCRIPT>

</head>

<body>
<div style=" margin:100px auto; width:500px;"><img src="/404/14533113.jpg" />
  <DIV class="errorPage">
    <P>抱歉，您访问的页面不存在</P>
    <SPAN><I id="errorReciprocal"></I>&nbsp;秒后返回<A title="EMBA" href="/" target="_self">首页</A></SPAN> <A title="立即返回" class="back" href="/" target="_self">立即返回</A> </DIV>
</div>
</body>
</html>
