<!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 http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>404 Not Found_您要访问的页面不存在</title>
<link href="style/common.css" rel="stylesheet" type="text/css" />
<link href="style/index_inside.css" rel="stylesheet" type="text/css" />
</head>
<style>
.nofound-top{width:100%;height:439px;background:#48c5df}
.nofound-number{width:auto;height:439px;background:url(../images/nofound.jpg) center center no-repeat}
.nofound-floor{width:750px;margin:0 auto;height:439px;position:relative;z-index:1}
.electric{height:55px;left:536px;_left:537px;position:absolute;top:7px;width:58px}
.electric-open{background:url(/images/elec.jpg) 0 0 no-repeat}
.floor-gif{position:absolute;width:27px;height:115px;border:none;top:307px;left:107px;z-index:2}
.nofound-bottom{width:100%;background:#18a253}
.nofound-msg{width:980px;background:#18a253;margin:0 auto}
.nofound-tel{width:650px;height:38px;line-height:38px;margin:0 auto;font-size:25px;color:#b7ffd6;text-align:center;padding-top:30px;font-family:"微软雅黑"}
.nofound-tel span{color:#fff;font-size:16px;font-weight:bold}
.nofound-word{width:650px;height:38px;line-height:38px;margin:4px auto 0;font-size:25px;color:#b7ffd6;text-align:center; font-family:"微软雅黑"}
.nofound-word a {margin:4px auto 0;font-size:15px;color:#b7ffd6;text-align:center; font-family:"微软雅黑"}

</style>

<script language="javascript">    
       var count=3;      
       function direction()  
           {
               //计时   
               if (count == 0) {
                   location.href = "/";
               }

               document.getElementById("alt").innerHTML = "跳转还有" + count + "秒";
               count -= 1;
               setTimeout("direction()", 1000);
           } 
         window.onload=direction; </script> 


<body class="zt_body">


<div class="nofound-top clearfix">
		<div class="nofound-number">
			<div class="nofound-floor">
				<div class="electric"></div>
				<div class="floor-gif">
					<img src="/images/floor.gif" width="27" height="115">
				</div>
			</div>
		</div>
	</div>
    <div class="nofound-bottom clearfix">
		<div class="nofound-msg">

		
			<p class="nofound-tel">操作错误，将跳转到首页，<span id="alt"  ></span></p>
			<p class="nofound-word"><a href="/">返回首页</a></p>
		</div>
	</div>

</body>
</html>