<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>宁波华一汽缝实业有限公司</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script src="__PUBLIC__/Home/js/jquery-3.1.1.min.js"></script>
</head>
<style>
body,html{
	width:100%;
	height:100%;
	overflow: hidden;
	}
p{
	position: absolute;
	left: 50%;
	top: 65%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #5b5f76;
	font-size: 18px;
}
</style>
<body style="background: #edf0f7 url(../Public/Home/image/404.png) no-repeat center;">
<p>您要找的页面已丢失，<strong><i class="clock" style="font-style: normal;">3</i></strong> 秒后将返回首页</p>
<script>	
	var t = 2;
	var time = document.getElementsByClassName("clock")[0];
	function fun() {
		t--;
		time.innerHTML = t;
		if(t <= 0) {
			location.href = "/";
			clearInterval(inter);
		}
	}
	var inter = setInterval("fun()", 1000);
</script>
</body>
</html>