﻿<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=http://www.shenzhentjz.com/">
<title>404</title>
<style type="text/css">
        body {
            line-height: 1.6;
        }
        .page-404 {
            color: #afb5bf;
            padding-top: 60px;
            padding-bottom: 90px;
        }
        .text-c {
            text-align: center;
        }
        .ml-20 {
            margin-left: 20px;
        }
        .va-m {
            vertical-align: middle!important;
        }
        .page-404 .error-title {
            font-size: 80px;
        }
        .page-404 .error-description {
            font-size: 24px;
        }
        .page-404 .error-info {
            font-size: 14px;
        }
        .c-primary{
            color:#5a98de
        }
        .c-primary:hover{
            text-decoration: underline;
            color:#5a98de
        }
        p {
            margin-bottom: 10px;
        }

    </style>
</head>
<body>
    <div class="page-404 text-c">
        <p class="error-title">
            <span class="va-m"> 404</span>
        </p>
        <p class="error-description">不好意思，您访问的页面不存在~</p>
        <p class="error-info">您可以：
            <a href="javascript:;" onclick="history.go(-1)" class="c-primary">&lt; 返回上一页</a>
            <span class="ml-20">|</span>
            <a href="/" class="c-primary ml-20">去首页 &gt;</a>
            <span class="ml-20">|</span>
        </p>
    </div>
</body>
</body>
</html>