<!DOCTYPE html>

<html>
     <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>404</title>
		<style>
		body{background: #F3F4F7;}
		a{-webkit-transition: all .2s; transition: all .2s; cursor: pointer;}
		a{color: #666; text-decoration: none;}
		.w1200{width: 1200px; margin: 0 auto;}
.error-content{padding: 158px 0 90px;text-align: center;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.error-content img{margin-bottom: 24px;}
.error-content .errorHint{font-size: 30px;color: #666666;line-height: 42px;}
.error-content .errorHint2{display: block;font-size: 16px;color: #999999;margin-top: 20px;}
.error-content .errorBtn{margin: 30px auto 35px;display: block;width: 120px;height: 38px;box-sizing: border-box;line-height: 36px;font-size: 16px;color: #0077b8;background: #FFFFFF;border: 1px solid #0077b8;border-radius: 20px;transition: color 0.2s,background 0.2s;}
.error-content .errorBtn:hover{color: #FFFFFF;background: #0077b8;}
		</style>
	</head>
	<body>
		
		<div class="w1200 error-content">
			<img src="images/404.png">
			<p class="errorHint">很抱歉，您访问的页面不存在</p>
			<span class="errorHint2">输入地址有误或该地址已被删除，您可以</span>
			<a href="index.html" class="errorBtn">返回网站首页</a>
			
		</div>
		
	
	

</body></html>