﻿<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title> 
		
		<style>
			.img{width: 600px; display: block; margin: 100px auto 0 auto;}
			h3{
				font-size: 40px;
				font-weight: bold;
				width: 100%;
				text-align: center;
				margin-top: 50px;
			}
			p{
				font-size: 20px;
				text-align: center;
				margin-top: 15px;
			}
 
			a{
				text-align: center;
				display: block;
				background: #1F6ED4;
				line-height: 36px;
				width: 150px;
				margin: 0 auto;
				color: #fff;
				margin-top: 20px;
				font-size: 16px;
			}
		</style>
	</head>
	<body >
		<div class="con">
			<h3>404 NOT FOUND</h3>
			<p>您访问的页面不存在！</p>
			<a href="/index.aspx" class="theme-btn">返回首页</a>
			<img src="/404error/404.png" alt="" class="img">
		</div>
	</body>
</html>
