<html lang="en"> 
<head> 
    <meta charset="UTF-8"> 
    <title>ERROR 404 - Not Found!</title> 
    <style> 
        .g_404{ text-align: center; padding: 70px 0 60px;} 
        .t404{ font-size: 28px; font-weight: bold; color: #2b2a2a; line-height: 46px;} 
        .tp404{ line-height: 38px; font-size: 18px; } 
        .goHome404{ display: block; width: 164px; height: 51px; background-position: -483px 0; margin: 54px auto 0; } 
    </style> 
</head> 
<body> 
    <div class="g_main g_404"> 
        <div class="i404 bg404" style="font-size: 180px;color: #a3e8a6">404</div> 
        <h4 class="t404">抱歉，你所访问的页面不存在！</h4> 
        <p class="tp404">你输入的网址有误或者链接已过期</p> 
        <a href="http://bearing123.com/" class="goHome404 bg404">返回首页</a> 
    </div> 
</body> 
</html> 