<!DOCTYPE html>
<html lang="zh" xmlns="http://www.w3.org/1999/html">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>山东联安公司</title>
    <link rel="shortcut icon" href="static/image/favicon.ico">
    <link href="static/css/ry/bootstrap.min.css" rel="stylesheet"/>
    <link href="static/css/ry/animate.min.css" rel="stylesheet"/>
    <link href="static/css/ry/style.min.css" rel="stylesheet"/>
</head>
<body class="gray-bg">
<div class="middle-box text-center animated fadeInDown">
    <h1>404</h1>
    <h3 class="font-bold">对不起，您寻找的资源不存在！</h3>
    <div class="error-desc">
        尝试检查URL的错误，然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。
        <br>
        <a href="javascript:index()" class="btn btn-primary m-t">主页</a>
    </div>
</div>
<script>
    var ctx = '/';

    function index() {
        window.top.location = ctx;
    }
</script>
</body>
</html>
