<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<title>404没有这个地址，请从首页访问</title>
<style>
*{margin:0;padding:0;outline:none;}a,a:hover{text-decoration:none}img{border:0;vertical-align:top;}.clearfix:after{content:'';display:table;clear:both}
::-webkit-scrollbar-thumb {min-height:50px;border-radius:3px;background-color:#666}
::-webkit-scrollbar-track {background:#eee}
::-webkit-scrollbar-corner {background:transparent}
::-webkit-scrollbar {width:7px;height:7px}
body,html { height: 100%; }
body{ background:#fff ; color:#333;font:13px/1.5 'microsoft yahei',\5b8b\4f53; }
a{color:#333;text-decoration:none;transition:0.3s}
a:hover{color:#0075c2;}
.headerbox { min-width: 1200px; background: #fff; }
.header { width: 1200px; margin: 0 auto; padding-top: 15px; padding-bottom: 15px; }
.header:after{content:'\20';display:block;height:0;clear:both}.header{*zoom:1}
.header .logo { float:left; }
.header .logo a { display:block; }
.header .tel { float:right; overflow:hidden; }
.info {position: fixed;top: 0;bottom:0;width: 100%;height: 700px;margin: auto 0;text-align: center;}
.info .txt {font-size: 50px;line-height: 66px;}
.info .txt img {/* margin-top: 10px; */width: 750px;}
.info + p { display: none; }
</style>
</head>
<body>
<div class="info">
	<div class="txt m-404-3">
		<img src="images/1.jpg" alt="">
		<p>404没有这个地址，请从首页访问</p>
	</div>
</div>
</body>
</html>