<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,initial-scale=1,user-scalable=no,minimal-ui">
	<meta name="keywords" content="">
	<meta name="description" content="">
        <meta name="author" content="汇鑫科技">
	<meta name="apple-mobile-web-app-capable" content="yes">
	<link href="/static/upload/img/20190103/b2602050581e2b4639540daad4e584a4.png" rel="icon">
	<title>長信科技</title>
        <script type="text/javascript" src="/static/web/css/bootstrap.min.css"></script>
<style type="text/css">
.center_404{
    width:768px;
    margin-left: auto;
    margin-right: auto;
    margin-top:60px;
    height: 400px;
    background-color:white;
}
.bg_img{
    width:200px;
    margin-left:40px;
    margin-top:40px;
    float:left;

}
.bg_img img{max-width: 100%;}
.rg_bx{
    width:450px;
    margin-left:20px;
    margin-top:80px;
    float:left;
}
.titles{
    font-size:16px;
}
.tis{
    color:red;
    font-size:22px;
    margin-right:10px;
}
.tip{
    margin-top:20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 40px;
}
.retn{
    margin-top:30px;
}
@media(max-width:768px){
    .center_404{
        width:100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        background-color:white;
    }
    .bg_img{
        width:100%;
        margin-left:0px;
        margin-top:0px;
        float:none;
        text-align: center;

    }
    .center_404 .rg_bx{
        width:100%;
        margin-left:0px;
        margin-top:20px;
        float:none;
    }
    #content{
        font-size: 22px;
    }
};
</style>
        
</head>
<body>
    <div class="center_404">
        <div class="bg_img"><img src="/static/bk/images/bg_img.jpg" width="200" alt="404" /></div>
        <div class="rg_bx">
            <div class="titles"><span class="tis">404 Error</span> Sorry, the page you are visiting does not exist</span></div>
            <div class="tip"> <h1 id="content">The page will automatically jump to the home page in 6 seconds</h1></div>
            <div class="retn"><a href="/index/index/english"><img src="/static/bk/images/return_16.png" alt="Retrun home" /> Return home<a></div>
        </div>                
    </div>
</body>
<script type="text/javascript" src="/static/web/js/jquery.min.js"></script>
<script type="text/javascript">
        num = 7;
        function content(){
                if(num > 0){
                        num = num - 1;
                        $("#content").html("The page will automatically jump to the home page in "+"<font color='red'> "+num+" </font>"+" seconds");
                }
                if(num == 0){
                        window.location.href="/index/index/english";
                }
                setTimeout("content()",1000);
        }
        content();
</script>
</html>


