<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!doctype html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset="utf-8" /&gt;
&lt;title&gt;404错误&lt;/title&gt;
&lt;link href="images/404/style.css" rel="stylesheet" /&gt;
 
  &lt;link rel="shortcut icon" href="{dede:global.cfg_basehost/}/favicon.ico"&gt;
		&lt;link rel="stylesheet" href="/templets/default/css/style.css"&gt;
                &lt;style type="text/css"&gt;#kinMaxShow{visibility:hidden;width:100%; height:450px; overflow:hidden;}&lt;/style&gt;
		&lt;script type="text/javascript" src="http://libs.baidu.com/jquery/1.8.0/jquery.js"&gt;&lt;/script&gt;
		&lt;script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/MyCxcPlug.js"&gt;&lt;/script&gt;
		&lt;script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/jq.Slide.js"&gt;&lt;/script&gt;
		&lt;script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/jquery.KinSlideshow-1.2.1.min.js"&gt;&lt;/script&gt;
		&lt;script type="text/javascript" src="{dede:global.cfg_templets_skin/}/js/jquery.kinMaxShow-1.1.min.js"&gt;&lt;/script&gt;
		&lt;script type="text/javascript"&gt;
			$(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进行添加");
						};
					};
				};
		&lt;/script&gt;
&lt;script&gt;
(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);
})();
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;

	
		
&lt;div class="error_wrap" style=" background-image:url(http://www.achie.org/404.jpg); width:1224px; height:880px; margin-left:15%; margin-right:15%"&gt;
	
	
    &lt;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;"&gt;&lt;h1&gt;返回首页&lt;/h1&gt;&lt;/a&gt;
    &lt;/div&gt;
    
	
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></body></html>