﻿<!DOCTYPE html>
<html>
<head>
<title>404 - 页面未找到</title>
<style type="text/css">       
body{ background-color:#eee;}
.head{}
.L_404{ width:381px; height:400px; float:left;}
.R_404{ width:617px; height:400px; float:left; padding-left:60px; padding-right:58px; background-color:#f7f8f9;}
.R_404_1{ width:497px;height:175px; float:left; margin-top:60px; padding-left:80px;}
.R_404_1 h1{ width:497px; height:50px; line-height:50px; float:left; color:#300; font-size:34px;  }
.R_404_1 p{ width:497px; text-align:left; line-height:30px; font-size:16px; color:#300; }
.R_404_1 p a{ text-decoration:none; color:#fff; font-size:14px;}
.btnblue{ background-color:#2D8ED3; padding:8px 14px; }
.btnred{background-color:#F7040A; padding:8px 14px; }
</style>
</head>
<body>

<div class="head" style=" width:100%; height:92px;">
<div class="main_zh"></div>
</div>
<div class="main" style=" margin:0 auto; width:780px;">  
    <div class="R_404">
      <div class="R_404_1">
        <h1>很抱歉，找不到你要访问的页面</h1>
        <p>确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。</p>        
        <p>如果您对本站有任何疑问、意见、建议、咨询，请联系管理员。</p>
        <p>&nbsp;<br /><a class="btnblue" href="/">返回首页</a>&nbsp; &nbsp;<a class="btnred" href="javascript:;" onclick="closecurrentpage();">关闭页面</a>
        </p>        
      </div>      
    </div>
</div>
<script type="text/javascript">
    function closecurrentpage() {
        window.location.href = "about:blank";
        window.close();
    }
</script>
<!--<div class="footer" style=" width:100%; height:200px; background-color:#fff; float:left;"></div>-->
</body>
</html>
