<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'/> 
<title>ä½ è®¿é—®çš„é¡µé¢æ‰¾ä¸å›žæ¥äº†</title>
<script src="/Public/Home/default//template/pc/js/jquery-1.7.2.js"></script>
<script>
    function body_w(){
		 var s=$(window).height();
		 $("body").css("height",s);
		 if(s>650){
			 $(".info").css("margin-top","8%");
			 }
		}
   $(function(){
	      body_w();
		  $(window).resize(function(){
			 body_w();
			  })
	   })

</script>
<style type="text/css">
html{height: 100%;}
body{height: 100%;background: no-repeat center bottom;padding:0px;margin: 0px;font-family: 'Microsoft YaHei';color: #333;}
input,button{ border:solid 1px #dcdcdc;height:30px; line-height:30px; padding:3px 6px;color:#999;background:#fff; vertical-align: middle;}
select{border:solid 1px #ccc;}
img{border:none;}
a{ text-decoration: none;color:#3361AD;}

.error{ padding: 5px;}
.error .content{ padding-top: 10px}
.error .info{ margin-bottom: 12px; width:403px; margin:0 auto }
.error .info img{ max-width:100%; display:block; margin:0 auto}
.error .info .text{ line-height: 24px;padding: 10px; display:block; text-align:center; font-size:16px; color:#FFF}
.copyright{ background:url(../images/404btn.png) no-repeat center; height:34px;  text-align:center; line-height:34px;}
.copyright a{ color: #4f9bd9; text-decoration: none; }

</style>
</head>
<body>		
<div class="error">
<div class="content">
	<div class="info">
		<img src="/Public/Home/default/images/public/404.png">
        <div class="text">:&nbsp;(&nbsp;&nbsp;å¾ˆæŠ±æ­‰ï¼Œæ‚¨è®¿é—®çš„é¡µé¢ä¸å­˜åœ¨ï¼</div>
        <div class="copyright"><a href="/Index/index.html">è¿”å›žé¦–é¡µ</a></div>
	</div>
</div>
</div>
</body>
</html>