<!doctype html>
<html>
    <head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

        <meta charset="utf-8">
        <title>404页面</title>
        <style type="text/css">
            * {
                padding: 0;
                margin: 0;
            }
            a {
                color: #666;
                text-decoration: none;
                }
            body {
                background: #fff;
                font-family: '微软雅黑';
                color: #0e4cb9;
                font-size: 16px;
            }
            ul,li{
                list-style: none;
            }
            .system{
                width:850px;
                margin:0 auto;
                margin-top: 3%;
            }
            
            .nav li{
                float:left;
                width:135px;
                background: #40c0c1;
                height:45px;
                margin-right:30px;
                line-height: 40px;
                text-align: center;
                border-radius: 45px;
                color:#fff;
                font-size: 22px;
            }
            .nav li:hover{
                background: #ff5c65;
            }
            .nav{
                margin-top: 20px;
                height: 45px;
            }
            .system p{
                text-align: center;
                margin-top: 20px;
                clear:both;
                font-size: 20px;
                color: #383838;
            }

        </style>
    </head>
    <body>
        <div class="box">
            <div class="system">
                <img src="/static/home/images/404.jpg" alt="/">   
                <div class="nav">
                    <ul>
                        <a href="/"><li>返回首页</li></a>
                        <a href="//wingrise.cn/about/company.html"><li>关于我们</li></a>
                        <a href="//wingrise.cn/repair.html"><li>维修网络</li></a>
                        <a href="//wingrise.cn/product/lists/13.html"><li>产品服务</li></a>
						<a href="//wingrise.cn/news.html"><li>新闻资讯</li></a>
                    </ul>
                </div>  
                <p>提示：您可能输错了网址，或该页面已删除或不存在，建议您选择导航重新返回页面。</p>
            </div>
        </div>
    </body>
</html>