﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
 
<head>
 
<meta charset="UTF-8" http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<title>404-对不起！您访问的页面不存在</title>
 
<style type="text/css">
 
.head404{ width:1920px; height:986px; /*margin:50px auto 0 auto;*/ background:url(head404.png) no-repeat; }
 
.txtbg404{ margin-top:35px; width:500px; height:108px; margin:-28% auto 0 auto; background:url(txtbg404.png) no-repeat;}
	
.txtbg404 .txtbox{ width:390px; position:relative; top:30px; left:60px;color:#eee; font-size:13px;}
 
/*.txtbg404 .txtbox p {margin:5px 0; line-height:15px;}*/
 
.txtbg404 .txtbox p a { color:#eee; text-decoration:none;}



.txtbg404 .txtbox p a:hover { color:#FC9D1D; text-decoration:underline;}
</style>
 
</head>
 
 
 
<body bgcolor="#494949">
 
   	<div class="head404"></div>
 
   	<div class="txtbg404">
 
  <div class="txtbox">
 
            <p style="text-align:center"> 很抱歉，页面走丢了，去主页看看- -！<span id="mes">5</span></p>
			<p style="text-align:center">Sorry, didn't find the page you requet.</p>
			<p style="text-align:center"><a href="#">返回LivingLab智能家居首页</a></p> 
    </div>
  </div>
	<script language="javascript" type="text/javascript"> 
	var i = 5; 
	var intervalid; 
	intervalid = setInterval("fun()", 1000); 
	function fun() { 
	if (i == 0) { 
	window.location.href = "http://www.hengyiedu.com"; 
	clearInterval(intervalid); 
	} 
	document.getElementById("mes").innerHTML = i; 
	i--; 
	} 
	</script> 
</body>
 
</html>
</html>