<!DOCTYPE html>
<html lang="zh-CN">
<head>
		<meta charset="UTF-8">
		<meta name="hotcss" content="initial-dpr=1">
	    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
	    <meta http-equiv="x-ua-compatible" content="IE=edge, chrome=1">
	    <meta name="renderer" content="webkit">
        <meta name="author" content="深圳方维网络科技有限公司">

    
    <title>404 该页面没有找到</title>
   
	<style>
		/*重置样式*/
		body,div,ul,li,h1,h2,h3,h4,h5,h6,p { margin:0; padding:0; }
		body { font-size: 14px; font-family: '微软雅黑'; background-color: #F9FAFC; min-width: 900px; }
		img { border:0; display: block; } 
		ul {  list-style:none; } 
		h1,h2,h3,h4,h5,h6 {  font-size:100%; color: #333;  font-weight:normal;  }
		a{ text-decoration: none; color: #666; }
		/*页面样式*/
		html,body,.content { width: 100%; height: 100%; position: relative; }
		body { background: #F9FAFC url(/Public/Home/images/body.jpg) no-repeat center bottom; }
		.content .main { width: 500px; height: 500px; position: absolute; left: 50%; margin-left: -250px; bottom: 100px; }
		.content .main h1 { margin: 0 auto 20px; }
		.content .main h2 { text-align: center; font-family: '微软雅黑'; font-size: 24px; line-height: 26px; font-weight: 900; color: #f85766; }
		.content .main h3 { text-align: center; font-size: 18px; line-height: 26px; color: #999; }
		.content .main .img { width: 83px; margin: 10px auto 20px; }
		.content .main .img h4 { font-size: 14px; color: #999; line-height: 18px; text-align: center; }
		.content .main .backIndex { display: block; margin: 0 auto; width: 167px; height: 43px; line-height: 43px; text-align: center; color: #FFF; background: url(/static/home/images/404_back.png); }
		.content .main .backIndex:hover { opacity: 0.8; filter: alpha(opacity=80); }
		.content .main .nav { width: 500px; height: 14px; margin-top: 10px; text-align: center; }
		.content .main .nav a {  font-size: 14px; line-height: 14px; display: inline-block; *display: inline; *zoom: 1; padding: 0 10px; border-right: 1px solid #e0e2e3; }
		.content .main .nav a.r { border-right: none; }
		.content .main .nav a:hover { color: #f85766; }
		@media (max-width: 1023px){
		body { background: none; }
		.content .main { width: 100%; height:auto; position:inherit; left: 0;  bottom: 0; }
		.content .main h1 img{ max-width:25%; margin:100px auto}
		.content .main h2{
			margin-bottom:30px;
		}
		}
	</style>
    
 	<script src="/static/home/js/jquery.min.js"></script>
</head>
<body>
	<div class="content">
		<div class="main">
			<h1><img src="/static/home/images/404.png"></h1>
			<h2>您访问的网页没有找到！</h2>
			<h3>访问的您页面出错了</h3>
			<div class="img">
                                				
			</div>
			<a href="/" class="backIndex">返回首页</a>
	<script type="text/javascript">
	 window.onload=function(){
	 
	   var start=60;  
	   timecount(start)
	function timecount(start) {
        if (start > -1) {
            $('#seconds').html(start);
			 start--;
          
        } else {
           window.location.href="/"
		   return false;
        }
		if(start>=-1){
        setTimeout(function () {
            timecount(start)
        }, 1000);
		}
		
    }
	 
	 
	 }
    </script>
		</div>
	</div>
</body>
</html>

