﻿<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <script src="Scripts/jquery-3.4.1.min.js"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <style>
        html,
        body {
            height: 100%;
            margin: 0;
            padding: 0
        }

        body {
            font: 12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
            background: url("/images/404.png") repeat 0 0;
        }
        .ui-return {
            display: block;
            width: 125px;
            height: 30px;
            background: #fdfdfd;
            color: #333;
            font-size: 15px;
            position: absolute;
            top: 63%;
            right: 39%;
            transform: translate(-40%, -30%);
            text-decoration: none;
            line-height: 30px;
            text-align: center;
            border-radius: 30px;
            box-shadow: 1px 4px 6px 0px #000;
        }
    </style>
    <title>404</title>
</head>

<body>
    <div class="da-wrapper">
        <div class="da-content">
            <div class="da-container clearfix">
                <!--<div class="da-error-wrapper">
                    <div class="da-error-pin"></div>
                    <div class="da-error-code">
                        <p class="tip">STATUS:404</p>
                        <p class="tip2">服务器开小差了</p>
                        <p class="tip3">You don't have permission to access the URL on this server.</p>
                    </div>
                    <h1 class="da-error-heading">Sorry, 请稍后再试 !!!</h1>
                </div>-->
                <a href="/Home/Index" class="ui-return">返回首页</a>
            </div>
        </div>
    </div>
    <script>
setTimeout(function(){
	window.location.href = 'http://www.tszxjy.cn'
}, 5000 )
        $('body').height($(window).height());
	
    </script>
</body>
</html>