<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;style&gt;
	/*-------------public--------------*/
html{ width:100%; overFlow-x: hidden; OVERFLOW: scroll; }
body{ margin:0px; padding:0px; background:#fff;}
ul{ list-style:none; margin:0px; padding:0px;}
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
*{ font-family:"å¾®è½¯é›…é»‘"; font-size:12px; color:#5f5f5f;}
a{font-family:"å¾®è½¯é›…é»‘"; font-size:12px; color:#5f5f5f; text-decoration:none;}
a:hover{ color:#f00; border:0px;}
img{ border:0px;}
.s {
    width: 541px;
    margin: 0 auto;
    padding-top: 106px;
}
.s .s-1 {
    background: url(https://ucom-qiniu.uoolu.com/404.png) no-repeat;
    display: block;
    width: 163px;
    height: 180px;
    float: left;
}
.s.s-2 {
    float: left;
    margin-left: 40px;
    padding-top: 37px;
}
.s  .s-2  h1 {
	font-weight: normal;
    font-size: 26px;
    color: #333;
    margin-bottom: 26px;
}
.s .s-2  .not_found_info {
	font-size: 14px;
    color: #666;
    line-height: 26px;
}
.s .s-2  .s-3 a {
	color: #0073b6;
}

.fh{ width: 728px; height: auto; text-align: center; margin: 0 auto; margin-top: 70px;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body style="background-color:#f1f4f8;"&gt;

&lt;div class="ft"&gt;
        &lt;span class="s-1"&gt;&lt;/span&gt;
        &lt;div class="s-2"&gt;
            &lt;h1&gt;æŠ±æ­‰ï¼Œæ‚¨è®¿é—®çš„é¡µé¢ä¸å­˜åœ¨ï¼&lt;/h1&gt;
            &lt;div class="s-3"&gt;
                &lt;p&gt;æ‚¨å¯ä»¥å°è¯•ï¼š&lt;/p&gt;
                &lt;p&gt;1. æ£€æŸ¥è¾“å…¥çš„ç½‘å€ï¼Œæˆ–è€…è¿”å›ž&lt;a href="javascript:history.go(-1);"&gt;ä¸Šä¸€é¡µ&lt;/a&gt;&lt;/p&gt;
                &lt;p&gt;2. å¿«é€Ÿè¿›å…¥&lt;a href="/"&gt;é¦–é¡µ&lt;/a&gt;ã€&lt;a id="å±•æŸœ" href="/showcase-lists-rootId-8.html"&gt;å±•æŸœç±»åˆ«&lt;/a&gt;ã€&lt;a href="/news-cases.html"&gt;å±•æŸœæ¡ˆä¾‹&lt;/a&gt;ã€&lt;a href="/news-news.html"&gt;å±•æŸœæ–°é—»&lt;/a&gt;&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;

&lt;!--è„šæœ¬å¼€å§‹--&gt; 
&lt;script&gt; 
function countDown(secs){ 
	if(--secs&gt;0) {
		document.getElementById("num").innerText=secs;
		setTimeout(function(){countDown(secs)},1000);  
	}
	else{
		window.location.href="index.html";
	} 
}
countDown(5); 
&lt;/script&gt; 
&lt;!--è„šæœ¬ç»“æŸ--&gt; 

&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>