

<!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>您的访问出错了</title>
	<script language='javascript' type='text/javascript'>
		var secs = 8; //倒计时的秒数    
		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('ShowDiv').innerHTML = '系统将在' + num + '秒后秒之后将带您回到网站首页';
			if (num == 0) { window.location = URL; }
		}
	</script>
</head>

<body>
	<table width="630" height="383" border="0" align="center" cellpadding="0" cellspacing="0">
		<tr>
			<td align="center" style="font-family: '微软雅黑', Arial; font-size: 16px; color: #0044a9; font-weight: bold;">欢迎访问：<a href="/"><span id="Label1"></span></a>官方网站</td>
		</tr>
		<tr>
			<td valign="bottom" style="background-image: url(../images/404.jpg); background-repeat: no-repeat; background-position: center bottom;">
				<table width="100%" height="150" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td width="59%" height="128">&nbsp;</td>
						<td width="41%"><span style="font-family: '微软雅黑', Arial; font-size: 16px; color: #0044a9;">您可以：</span><br />
							<span style="font-family: '微软雅黑', Arial; font-size: 14px;">1、检查刚才的输入<br />
								2、试试选择重新打开<br />
								3、请返回<span style="font-family: '微软雅黑', Arial; font-size: 16px; color: #0044a9; font-weight: bold;"><a href="/">网站首页</a></span><br />
							</span></td>
					</tr>
				</table>
				<table width="100%" height="83" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td width="30%" height="73"></td>
						<td width="70%" style="font-family: '微软雅黑', Arial; font-size: 16px; color: #0044a9;">
							<script type="text/javascript">Load("/"); //要跳转到的页面</script>
							<div id="ShowDiv"></div>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
</body>
</html>

