<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>404</title>
<style>
	/*-------------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;}
</style>
</head>
<body style="background-color:#f1f4f8;">

<div class="ft">
        <span class="s-1"></span>
        <div class="s-2">
            <h1>抱歉，您访问的页面不存在！</h1>
            <div class="s-3">
                <p>您可以尝试：</p>
                <p>1. 检查输入的网址，或者返回<a href="javascript:history.go(-1);">上一页</a></p>
                <p>2. 快速进入<a href="/">首页</a>、<a id="展柜" href="/showcase-lists-rootId-8.html">展柜类别</a>、<a href="/news-cases.html">展柜案例</a>、<a href="/news-news.html">展柜新闻</a></p>
            </div>
        </div>
    </div>

<!--脚本开始--> 
<script> 
function countDown(secs){ 
	if(--secs>0) {
		document.getElementById("num").innerText=secs;
		setTimeout(function(){countDown(secs)},1000);  
	}
	else{
		window.location.href="index.html";
	} 
}
countDown(5); 
</script> 
<!--脚本结束--> 

</body>
</html>
