
<!DOCTYPE html>

<head>
 
<meta charset="UTF-8" http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="applicable-device" content="pc,mobile" />
 
<title>404-对不起！您访问的页面不存在</title>
 
<style type="text/css">
 
.head404{ width:580px; height:234px; margin:50px auto 0 auto; background:url(/theme/404/img/head404.png) no-repeat; }
 
.txtbg404{ width:499px; height:169px; margin:10px auto 0 auto; background:url(/theme/404/img/txtbg404.png) no-repeat;}
 
.txtbg404 .txtbox{ width:390px; position:relative; top:30px; left:60px;color:#eee; font-size:13px;}
 
.txtbg404 .txtbox p {margin:5px 0; line-height:22px;}
 
.txtbg404 .txtbox .paddingbox { padding-top:15px;}
 
.txtbg404 .txtbox p a { color:#eee; text-decoration:none;}
 
.txtbg404 .txtbox p a:hover { color:#FC9D1D; text-decoration:underline;}

@media only screen and (max-width:767px) {
	.head404{ 
		width:82%;
		height:160px; 
		margin:100px auto 0 auto;
		background:url(img/head404.png) no-repeat; 
		background-size: contain; 
	}
	
	.txtbg404{
		width:80%; 
		height:169px;
		margin:0;
	    background:none;
	}
	
	.txtbg404 .txtbox{ 
		width:80%; 
		position:relative; 
		top:30px; 
		left:60px;
		color:#eee; 
		font-size:16px;
	}
 
 
}

body{
	background-color: #14264a;
}
 
</style>
 
 <script type="text/javascript">
 	function goBack(){
 		window.history.back();
 	}
	</script>
</head>

 
<body>
 
   	<div class="head404"></div>
 
   	<div class="txtbg404">
 
  <div class="txtbox">
 
      <p>对不起，您请求的页面不存在、或已被删除、或暂时不可用</p>
 
      <p class="paddingbox">请点击以下链接继续浏览网页</p>
 
      <p>》<a onclick="goBack()">返回上一页面</a></p>

      <p>》<a href="https://www.elanso.com/">返回网站首页</a></p>
  
   </div>
  </div>
 
</body>
 
</html>