﻿<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8"> 
		<title>抱歉，沒有找到您请求的页面！-404</title>
	</head>
	<style type="text/css">
		.button{
			text-align: center;
			width: 100%;
		}
		.button a{
			display: inline-block;
			width: 130px;
			line-height: 40px;
			border: 1px solid #dcdcdc;
			text-align: center;
			font-family: "微软雅黑";
			font-size: 18px;
			color: #333333;
			text-decoration: none;
			border-radius: 5px;
			margin: 0 14px;
			transition: all .5s ease;
		}
		.button a:hover{
			background: #ef5f68;
			border: 1px solid #ff9c00;
			color: #fff;
			transition: all .5s ease;
		}
	</style>
	<body style="width: 92%;margin: 0 auto;">
		
		<img src="/images/404_03.jpg" style="display: block;max-width: 100%;margin: 126px auto 12px;"/>
		
		<div class="button">
			<a href="/" rel="nofollow">返回首页</a>
			<a href="javascript:history.go(-1);" rel="nofollow">返回上页</a>
		</div>
		
	</body>
</html>
