<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>页面未找到 - 中机国能浙江工程有限公司</title>
    <style>
        body { font-family: sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; background-color: #f8f9fa; color: #333; }
        .box { text-align: center; padding: 40px; }
        h1 { font-size: 80px; margin: 0; color: #0056b3; }
        p { font-size: 18px; margin: 20px 0; }
        .btn { display: inline-block; padding: 10px 25px; background: #0056b3; color: #fff; text-decoration: none; border-radius: 5px; }
        .btn:hover { background: #004494; }
    </style>
</head>
<body>
    <div class="box">
        <h1>404</h1>
        <p>抱歉，您访问的页面可能已搬家或不存在。</p>
        <a href="/" class="btn">返回网站首页</a>
    </div>
</body>
</html>