<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>访问错误--页面跳转中...</title>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="3;url=/">
<style type="text/css">
	body {background-position: 40% 0px; ;font-family: "微软雅黑";font-weight: ;font: normal 100% Helvetica, Arial,sans-serif 900;}
	.container {margin-left: auto; width: 100%; margin-right: auto; text-align: center; margin-top:100px;}
	.container_1 img { margin-top:5%; width:250px; height:120px;}
	.container_2 img { margin-top:-2%; }
	.container_3 img { width:25%; height:7.5%;}
	.container_3 { width:28vw; margin:auto}
	.container_3_1 { color:#6bbaa3; font-size:2vw; text-align:left;}
	.container_3_2 { color:#6bbaa3; font-size:1vw; text-align:left;}
} 

</style>
</head>
<body>

	<div class="container">
      <div class="container_1"><img src="/images/404.png"></div>
      <div class="container_2"><img src="/images/3.22.gif" ></div>
      <div class="container_3"><!--<img src="images/404_1.png" >-->
         <div class="container_3_1"><span>SORRY你要访问的页面弄丢了</span></div>
         <div class="container_3_2"><span>3秒后自动跳转到首页......</span></div>
      </div>
    </div>
    <!--导航-->
	<div style="text-align:center; padding:30px 0 0 0"><a href="/" style="background:#79C3C0; width:120px; color: #fff; height:35px; text-align: center; line-height: 35px; display:block; margin:0 auto">返回首页</a></div>
</body>

</html>