﻿<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title>千家网404</title>	
<style>
body { background:#157EB9; font-family: 'Arial','Microsoft Yahei'; }
.lose-main { background-size: 100%; z-index:1; position:relative;min-height:600px;}
.lose-box {width:100%; height: 450px; margin:0 auto;margin-top:130px; text-align:center;}
.lose-box img {width:200px; height:auto; display:block;margin:0 auto; margin-bottom:30px; }
.lose-box p { margin: 0; color: #fff; line-height: 30px; text-align: center; font-size: 16px; }
.lose-en { font-size: 14px; }
.lose-box a { width: 150px; line-height: 40px;  height:40px; display: block; margin: 50px auto 0 auto; border: solid 1px #fff; border-radius: 3px; text-align: center;color: #fff; text-decoration: none; transition: all ease-out .4s; }
.lose-box a:hover { background: #fff; color: #004f67; border-color: transparent; }

.error-cloud-div { z-index:0; overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;}
.error-cloud { background-position:left bottom; background-repeat:repeat-x; background-size:50%;
	width:2500px;height:100%;position:absolute;bottom:0;}
.error-cloud1 {left:0;
	background-image:url(error_cloud1.png); z-index:0; 
  animation: linemove 20s linear infinite;
  -webkit-animation: linemove 20s linear infinite;

}
.error-cloud2 {background-image:url(error_cloud2.png); z-index:1;right:0;
  animation: linemoveb 10s linear infinite;
  -webkit-animation: linemoveb 10s linear infinite;

}

@media (min-width: 768px) {
.lose-box img {width:100%; margin-bottom: 50px;}
.lose-box { width: 440px; }
.lose-box p { font-size: 18px; } 
.lose-box a { width: 200px; line-height: 50px;  height: 50px;}
.error-cloud { background-size:100%;}
}
@-webkit-keyframes linemove
{
from {left:0;}
to {left:-500px;}
}
@keyframes linemove
{
from {left:0;}
to {left:-500px;}
}
@-webkit-keyframes linemoveb
{
from {right:0;}
to {right:-500px;}
}
@keyframes linemoveb
{
from {right:0;}
to {right:-500px;}
}
</style>	
</head>

<body>
<div class="lose-main">
		<div class="lose-box">
			<img src="/404/404.png" alt="404" />
			<p>抱歉，没有找到您请求的页面，<span id="mes">3</span>秒后回到首页</p>
			<p class="lose-en">Sorry, didn't find the page you requet.</p>
			<a href="https://www.qianjia.com/">返回千家首页</a>
		</div>
</div>

<div class="error-cloud-div">
<div class="error-cloud error-cloud1"></div>
<div class="error-cloud error-cloud2"></div>
</div>
<script language="javascript" type="text/javascript"> 
var i =3; 
var intervalid; 
intervalid = setInterval("fun()", 1000); 
function fun() { 
if (i == 0) { 
  window.location.href = "https://www.qianjia.com/"; 
clearInterval(intervalid); 
} 
document.getElementById("mes").innerHTML = i; 
i--; 
} 
</script> 
</body>
</html>


