﻿<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>404错误</title>
<link href="images/404/style.css" rel="stylesheet" />
 
  <link rel="shortcut icon" href="{dede:global.cfg_basehost/}/favicon.ico">
		<link rel="stylesheet" href="/templets/default/css/style.css">
                <style type="text/css">#kinMaxShow{visibility:hidden;width:100%; height:450px; overflow:hidden;}</style>
		<script type="text/javascript" src="http://libs.baidu.com/jquery/1.8.0/jquery.js"></script>
		<script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/MyCxcPlug.js"></script>
		<script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/jq.Slide.js"></script>
		<script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/jquery.KinSlideshow-1.2.1.min.js"></script>
		<script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/jquery.kinMaxShow-1.1.min.js"></script>
		<script type="text/javascript">
			$(function(){
				PixelScroll({Id:"left",IdOne:"left1",IdTwo:"left2",Space:240,Direction:"left",Speed:2000});
				PixelScroll({Id:"fleft",IdOne:"fleft1",IdTwo:"fleft2",Space:240,Direction:"left",Speed:2000});
				$("#temp1").Slide({effect : "scroolY",speed : "normal",timer : 3000});				
				$("#temp5").Slide({effect : "scroolTxt",speed : "normal",timer : 3000,steps:1});
				$("#temp6").Slide({effect : "scroolY",speed : "normal",timer : 3000});
				$("#KinSlideshow").KinSlideshow();
				$("#kinMaxShow").kinMaxShow({height:450,intervalTime:3,easing:"linear"});
				


				//下拉菜单
				$('.ulon').hover(function(){
					$(this).children('.ul').fadeIn();
					$(this).children('a').addClass('onhover').css('color','#305798');
				},function(){
					$(this).children('.ul').fadeOut();
					$(this).children('a').removeClass('onhover').css('color','#fff');
				});
				
				$('.ul1').hover(function(){
					$(this).children('.ul2').fadeIn();
				},function(){
					$(this).children('.ul2').fadeOut();
				});
				
				
			});
				function AddFavorite(sURL, sTitle){
					try{
						window.external.addFavorite(sURL, sTitle);
					}
					catch(e){
						try{
							window.sidebar.addPanel(sTitle, sURL, "");
						}
						catch(e){
							alert("加入收藏失败，请使用Ctrl+D进行添加");
						};
					};
				};
		</script>
<script>
(function(){
    var bp = document.createElement('script');
    bp.src = '//push.zhanzhang.baidu.com/push.js';
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
</head>
<body>

	
		
<div class="error_wrap" style=" background-image:url(http://www.achie.org/404.jpg); width:1224px; height:880px; margin-left:15%; margin-right:15%">
	
	
    <a href="http://www.achie.org" style="margin-top:40%; margin-right:52%; float:right; text-decoration:none; color: rgba(0,153,255,1); font-family:'华文楷体' font-size:52px;"><h1>返回首页</h1></a>
    </div>
    
	
</div>
</body>
</html>