<!DOCTYPE html>
<head>
<script src="https://www.hzboc.com/js/jQuery.js" type="text/javascript" charset="utf-8"></script>
<style>
.nf-main{
	width: 100%;
	height: 100%;/*
	position: absolute;
	left: 50%;
	top: 50%;*/
}
.nf-main img{
	width:100%;
}
</style>
<script>
$(function(){
	setTimeout(function(){
		window.location.href = 'https://www.bears.com.cn/';
	}, 3000)
})
</script>
</head>

<body>
	<a href="https://www.bears.com.cn/" class="nf-main">
		<img src="https://www.bears.com.cn/web/bocstatic/img/404.jpg" alt="" >
        <!-- <map name="Map">
            <area shape="rect" coords="165,245,277,289" href="https://www.hzboc.com">
        </map> -->
	</a>
</body>
</html>