<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>深圳市中海通机器人有限公司</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<style type="text/css">
	div.bg{ position: fixed; width: 100%; height: 100%; background: url(http://pyxry.com/img/bg.jpg) no-repeat center; background-size: cover; top: 0; left: 0;}
	div.logo{ width: 300px; height: 245px; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -250px; }
	div.logo img{ width: 100%}
	</style>
	<script type="text/javascript" src="http://pyxry.com/js/jquery-1.11.0.min.js"></script>
</head>

<body>
<div class="bg"><div class="logo"><a href='http://pyxry.com'><img src="http://pyxry.com/img/logo.png"></a></div></div>
</body>
<script type="text/javascript">
    $(function () {
        function jump(count) {
            window.setTimeout(function () {
                count--;
                if (count > 0) {
                    window.location.href = "http://pyxry.com";
                } else {
                }
            }, 1000);
        }
        jump(3);
    })
</script>
</html>
