﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <title>NotFound</title>
      <style>
        .cart_content
        {
            margin: 0 auto;
            width: 960px;
            padding: 118px 106px 134px 86px;
        }
    </style>
<script>
var TIMEOUT=3;
var i1=window.setInterval(function(){
    document.getElementById("spTimeout").innerHTML=TIMEOUT;
    --TIMEOUT;
    if(TIMEOUT<0){
        window.clearInterval(i1);
        location.href="/";
    }
},1000)
</script>
</head>
<body>
    <!--Header:Start-->
    <div class="cart_content">
        <div style="width: 768px;">
            <div style="float: left">
                <img src="/Images/bg1s.jpg" alt="404页面" /></div>
            <div style="float: right">
                <p>
                    <img src="/Images/bg2s.jpg" alt="404页面" /></p>
                <p>
<a href="/"><span id="spTimeout"><script type="text/javascript">document.write(TIMEOUT);</script></span>秒后自动进入首页</a>
</p>
                <p>
                    <img src="/Images/bgbt.jpg" alt="返回上一页" onclick="history.back()"  style="cursor:pointer"/><span style="padding-left: 13px;"></span><img
                        src="/Images/bgbt2.jpg" onclick="window.location.href='/'" alt="返回首页"  style="cursor:pointer" /></p>
            </div>
        </div>
    </div>
</body>
</html>
