 <!doctype html>
<html lang="zh-cn">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <title>404-对不起！您访问的页面不存在</title>
    <style type="text/css">
        .head404 {
            width: 500px;
            height: 200px;
            line-height:200px;
            margin: 100px auto 0 auto; 
            font-size:250px;
            font-weight:bold;
            color:#ffffff;
            text-align:center;
        }
        .txtbg404 {
            width: 499px;
            height: 169px;
            margin: 10px auto 0 auto; 
        }
        .txtbg404 .txtbox {
            width: 390px;
            position: relative;
            top: 30px;
            left: 60px;
            color: #eee;
            font-size: 13px;
        }
        .txtbg404 .txtbox p {
            margin: 5px 0;
            line-height: 18px;
        }
        .txtbg404 .txtbox .paddingbox {
            padding-top: 15px;
        }
        .txtbg404 .txtbox p a {
            color: #eee;
            text-decoration: none;
        }
        .txtbg404 .txtbox p a:hover {
            color: #FC9D1D;
            text-decoration: underline;
        }
    </style>
</head>
<body bgcolor="#494949">
    <div class="head404">404</div>
    <div class="txtbg404">
        <div class="txtbox">
            <p>对不起，您请求的页面不存在、或已被删除、或暂时不可用！</p>
            <p class="paddingbox">请点击以下链接继续浏览网页</p>            
            <p>》<a href="/">返回网站首页</a></p>
        </div>
    </div>
</body>
</html>