<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Page Not Found</title>
<style>
body{
	width:100%;
	min-width:1350px;
	min-height:100%;
	font-family:"微软雅黑","arial","sans-serif";
	text-align:left;
	margin:0;
	padding:0;
}
html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,header,menu,section,nav,footer,marquee{
	margin:0;
	padding:0;
	outline:none;
}
body.notFoundPage{
	width:100%;
	height:100%;
	background:url(/cms/public/images/404bg.jpg) center center no-repeat;
	background-size:100% 100%;
	position:relative;
}
.notFound{
	width:600px;
	height:auto;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.notFound h2{
	width:100%;
	height:auto;
	line-height:140%;
	font-size:41px;
	color:#4B4B4B;
	font-weight:bold;
}
.notFound img{
	width:auto;
	height:auto;
	display:block;
	margin:0 auto;
}
.notFound p{
	width:100%;
	height:auto;
	line-height:180%;
	font-size:18px;
	color:#5C5C5C;
}
.notFound p.mt20{
	margin-top:20px;
}
.notFoundMenu{
	width:100%;
	height:40px;
	margin-top:30px;
}
.notFoundMenu a{
	width:auto;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
	border-radius:20px;
	display:inline-block;
	margin-top:30px;
	padding:0 36px;
	cursor:pointer;
}
.notFoundMenu a.refreshPage{
	background:#B9B9B9;
	margin-right:86px;
}
.notFoundMenu a.backto{
	background:#71B0F7;
}
</style>
</head>
<body class="notFoundPage">
	<div class="notFound">
		<img src="/cms/public/images/404center.png">
		<h2>唉呀</h2>
		<h2>您访问的页面不存在！！</h2>
		<p class="mt20">可能原因有：</p>
		<p>网站正在建设中，或者出现了网络问题，点击返回上一页或者刷新页面。</p>
		<div class="notFoundMenu">
			<a class="refreshPage" onclick="location.reload()">刷新页面</a>
			<a class="backto" onClick="javascript :history.back(-1);">返回上一页</a>
		</div>
	</div>
</body>
</html>