<!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=gb2312" />
<script type="text/javascript" src="http://luxury.bjhoutai.com/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="http://img.zjhm.com/0Allppzt/js/jquery.smart3d.js"></script>
<script type="text/javascript" src="http://img.zjhm.com/0Allppzt/js/jquery.mousewheel.min.js"></script>
<style type="text/css">
body{ background:black; height:10000px;}
#mindscape {
width: 1000px;
height: 400px;
overflow: hidden;
}
#monsteck_variketch {
width: 1000px;
height: 400px;
overflow: hidden;
}
</style>
<script type="text/javascript">
$(function() {
$(‘#mindscape‘).smart3d(850,200);
$(‘#monsteck_variketch‘).smart3d(850,200);
});
</script>
</head>
<body>
<div style="width:850px;margin:0 auto;">
<ul id="mindscape">
<li><img src="http://img.zjhm.com/0Allppzt/images/mindscape1.png" /></li>
<li><img src="http://img.zjhm.com/0Allppzt/images/mindscape2.png" /></li>
</ul>
<ul id="monsteck_variketch">
<li><img src="http://img.zjhm.com/0Allppzt/images/1.png" /></li>
<li><img src="http://img.zjhm.com/0Allppzt/images/2.png" /></li>
</ul>
</div>
</body>
</html>