<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>__404 该页面没有找到</title>
<style type="text/css">
	#main { font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #333; height: 200px; width: 550px; margin-right: auto; margin-left: auto; margin-top: 50px; border: 1px solid #CCC; padding: 50px; }
	#main h3 { font-size: 16px; font-weight: 700; color: #C30; }
	#timedis { line-height: 30px; color: #666; }
	#main .copyright { margin-top: 80px; text-align: right; }
</style>
<script type="text/javascript">
    // 设置定时跳转
    window.onload=function(){
        var time=3;
        var setup=1;
        setInterval(function(){
            if(time>0){
                document.getElementById('timedis').innerHTML=time+'秒后自动跳转';
                time--;
            }else{
                    if(setup==1) {
                        window.location.href="/";
                    }
                    setup=0;
           }
        },1000);
    }
</script>

</head>

<body>
 <div id="main">
  <h3>__404</h3>
  <div id="timedis">3秒后自动跳转</div>
  <div>抱歉，您要访问的页面没找到！</div>

 </div>
</body>
</html>