﻿<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0" />
	<meta name="apple-mobile-web-app-capable" content="yes" />
	<meta http-equiv="Pragma" content="no-cache" />  
    <meta http-equiv="Cache-Control" content="no-cache" />  
    <meta http-equiv="Expires" content="0" /> 

    <title>404错误提示</title>
    <style type="text/css">
    body { margin: 0px; background-color: #E1E1E1;}
    .prompt { width:90%; height:auto; margin:0 auto;}
    .prompt_up { width:100%; height:40px; line-height:40px; background:#fb9a38; text-align:center; font-size:14pt; font-family:"微软雅黑"; color:#FFF;}
    .prompt_down { width:100%; height:auto; background:#fceddd; padding-top:60px; padding-bottom:60px; text-align:center; font-size:14pt; font-family:"宋体"; color:#333; line-height:20px; min-height:60px;}
    .pd_text { width:90%; height:auto; margin:0 auto;}
    </style>
<script language="javascript">
    window.setTimeout("window.location.href='/'", 5000);
</script>
</head>
<body scroll="no" leftmargin="0" topmargin="0" rightmargin="0" buttonmargin="0"> 
	<table width="100%" height="100%">
    	<tr height="10%">
    		<td></td>
    	</tr>
    	<tr>
    		<td valign="top" align="center">
    			<div class="prompt">
		            <div class="prompt_up"><strong>系统提示</strong></div>
		            <div class="prompt_down">
		              <div class="pd_text">您访问的页面未找到， 5秒后自动跳转到首页</div>
		            </div>
		          </div>
    		</td>
    	</tr>
	</table>
</body>
</html>