<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404</title>
<style type="text/css">
body,td,th {
    font-size: 14px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.div01{
    width: auto;
    height: auto;
    margin: 100px auto 0 auto;
    text-align: center;
}
.div02{
    width: 460px;
    height: auto;
    margin: 40px auto 0 auto;
}
.div02 h2{
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #003399;
}
.div02 h3{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}
.div02 p{
    font-size: 14px;
    text-align: left;
    color: #777;
}
.div02 a{
    font-size: 14px;
    text-align: left;
    color: #003399;
    text-decoration: none;
}
.div02 a:hover{
    color: #da251c;
}
</style>
</head>
<body>
<div class="div01">
    <img src="images/404.png">
    <div class="div02">
        <h2>很抱歉，页面它不小心迷路了~</h2>
        <h3>最有可能的原因是：</h3>
        <p>&#8226; 您输入的网址可能不正确</p>
        <p>&#8226; 链接可能已经过期</p>
        <h3>别担心，您可以尝试以下操作：</h3>
        <p>&#8226; 点击链接继续浏览网站其它内容（<a href="http://www.china-hanma.com">https://www.china-hanma.com</a>）</p>
        <p>&#8226; <a href="javascript:history.back(-1);">返回上一页</a></p>
        <p>&#8226; <a href="index.html;">返回首页</a></p>
    </div>
</div>
</body>
</html>