﻿<!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>
    <title>404错误页面</title>
    <style type="text/css">
        body
        {
            text-align: center;
            font-family: 宋体;
        }
    </style>
</head>
<body>
    <div style="margin-top: 30px;">
        <img src="../Page/images/notfound.gif" alt="404"/>
    </div>
    <div style="font-size: 26px; color: #7C7C7C; font-weight: bold;padding-top:8px;">
        Sorry，您要查看的页面不存在或已删除！
    </div>
    <div style="padding-top: 18px; font-size: 13px; color: #7C7C7C;">
        请检查您输入的网址是否正确或者点击链接继续浏览空间。
    </div>
    <div style="padding-top: 16px; font-size: 15px; color: #7C7C7C;">
        您可以回到<a href="../index.aspx" style="text-decoration: none; color: Black;">网站首页</a>或联系网站相关人员，解决此问题！
    </div>
</body>
</html>
