<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>哎呀！找不到页面了！</title>
    <style type="text/css">
        html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
            margin: 0;
            padding: 0;
        }

        h1,h2,h3,h4,h5,h6,em {
            font-size: 1em;
            font-weight: normal;
            font-style: normal;
        }

        a {
            text-decoration: none;
            color: #515151;
        }

        ul, li {
            list-style: none;
        }

        body {
            font-family: "微软雅黑","Microsoft Yahei",Arial,Helvetica,sans-serif,"宋体";
            font-size: 14px;
            color: #515151;
        }

        .tips_cont {
            height: 440px;
            padding-top: 150px;
            width: 1200px;
            margin: 0px auto;
            overflow: hidden;
        }

        .tips_cont h2 {
            font-size: 30px;
            color: #3a3a3a;
            padding-bottom: 10px;
        }

        .tips_cont h5 {
            font-size: 18px;
            color: #3a3a3a;
            padding-bottom: 58px;
        }

        .img_tips {
            float: left;
            margin: 0px 88px 0px 155px;
        }

        .message_tips {
            float: left;
            margin-top: 75px;
        }

        .btn_tips {
            display: block;
            width: 200px;
            height: 55px;
            background-color: #31A5E7;
            font-size: 20px;
            color: #FFF;
            text-align: center;
            line-height: 55px;
			float: left;
			margin-right: 20px;
        }
        </style>
    </head>
    <body>
        <div class="tips_cont">
            <div class="img_tips"><img src="http://192.168.0.104:1857/public/img/404.jpg"></div>
            <div class="message_tips">
                <h2>哎呀！找不到页面了！</h2>
                <h5>不要伤心，可能是您记错网址或者管理员已经删除了该页面了呢，您可以：</h5>
				<a class="btn_tips" href="javascript :;" onClick="javascript :history.back(-1);">返回上一页</a>
				<a class="btn_tips" style="background: #FF5722;" href="../">返回首页</a>
            </div>
        </div>
</body>
</html>