Browse Source

第一版本

master V0.0.1
zhangyj-html 2 years ago
parent
commit
dda5f8920b
  1. 62
      index.html
  2. 5
      js/jquery.js
  3. 130
      xiangbao/about.html
  4. 133
      xiangbao/contact.html
  5. 140
      xiangbao/default_002.html
  6. 140
      xiangbao/default_003.html
  7. BIN
      xiangbao/djb/1.jpg
  8. BIN
      xiangbao/djb/2.jpg
  9. BIN
      xiangbao/djb/3.jpg
  10. BIN
      xiangbao/djb/4.jpg
  11. 65
      xiangbao/djb/index.html
  12. BIN
      xiangbao/hdjqz/1.jpg
  13. BIN
      xiangbao/hdjqz/2.jpg
  14. BIN
      xiangbao/hdjqz/3.jpg
  15. BIN
      xiangbao/hdjqz/4.jpg
  16. 65
      xiangbao/hdjqz/index.html
  17. 7
      xiangbao/images/01.gif
  18. 7
      xiangbao/images/02.gif
  19. 7
      xiangbao/images/banner02.jpg
  20. 7
      xiangbao/images/banner03.jpg
  21. BIN
      xiangbao/images/c1.jpg
  22. BIN
      xiangbao/images/c2.jpg
  23. BIN
      xiangbao/images/c3.jpg
  24. BIN
      xiangbao/images/c4.jpg
  25. BIN
      xiangbao/images/c5.jpg
  26. BIN
      xiangbao/images/c6.jpg
  27. BIN
      xiangbao/images/c7.jpg
  28. BIN
      xiangbao/images/c8.jpg
  29. BIN
      xiangbao/images/contact.jpg
  30. BIN
      xiangbao/images/foot.gif
  31. BIN
      xiangbao/images/hj1.jpg
  32. BIN
      xiangbao/images/hj2.jpg
  33. BIN
      xiangbao/images/hj3.jpg
  34. BIN
      xiangbao/images/hj4.jpg
  35. BIN
      xiangbao/images/jb1.jpg
  36. BIN
      xiangbao/images/jb2.jpg
  37. BIN
      xiangbao/images/jb3.jpg
  38. BIN
      xiangbao/images/jb4.jpg
  39. BIN
      xiangbao/images/jb5.jpg
  40. BIN
      xiangbao/images/jb6.jpg
  41. BIN
      xiangbao/images/lefttit.gif
  42. 7
      xiangbao/images/nav.gif
  43. BIN
      xiangbao/images/navbg.gif
  44. 7
      xiangbao/images/newsli.jpg
  45. BIN
      xiangbao/images/rttit.gif
  46. 7
      xiangbao/images/show_bg01.gif
  47. 7
      xiangbao/images/sprite.png
  48. 59
      xiangbao/images/stype.css
  49. BIN
      xiangbao/images/t1.jpg
  50. 7
      xiangbao/images/top.gif
  51. 145
      xiangbao/index.html
  52. BIN
      xiangbao/llb/1.jpg
  53. BIN
      xiangbao/llb/2.jpg
  54. BIN
      xiangbao/llb/3.jpg
  55. BIN
      xiangbao/llb/4.jpg
  56. 65
      xiangbao/llb/index.html
  57. BIN
      xiangbao/pjb/1.jpg
  58. BIN
      xiangbao/pjb/2.jpg
  59. BIN
      xiangbao/pjb/3.jpg
  60. BIN
      xiangbao/pjb/4.jpg
  61. 65
      xiangbao/pjb/index.html
  62. BIN
      xiangbao/ppq/1.jpg
  63. BIN
      xiangbao/ppq/2.jpg
  64. BIN
      xiangbao/ppq/3.jpg
  65. BIN
      xiangbao/ppq/4.jpg
  66. 65
      xiangbao/ppq/index.html
  67. BIN
      xiangbao/xhdqz/1.jpg
  68. BIN
      xiangbao/xhdqz/2.jpg
  69. BIN
      xiangbao/xhdqz/3.jpg
  70. BIN
      xiangbao/xhdqz/4.jpg
  71. 65
      xiangbao/xhdqz/index.html
  72. BIN
      xiangbao/xkb/1.jpg
  73. BIN
      xiangbao/xkb/2.jpg
  74. BIN
      xiangbao/xkb/3.jpg
  75. 65
      xiangbao/xkb/index.html
  76. BIN
      xiangbao/xpmsqz/1.jpg
  77. BIN
      xiangbao/xpmsqz/2.jpg
  78. BIN
      xiangbao/xpmsqz/3.jpg
  79. BIN
      xiangbao/xpmsqz/4.jpg
  80. 65
      xiangbao/xpmsqz/index.html
  81. 233
      ztc/js/code.js

62
index.html

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<!--
<script src="js/jquery.min.js"></script>
<script src="iframe-resizer-master/js/iframeResizer.min.js" type="text/javascript" ></script>
<script src="iframe-resizer-master/js/iframeResizer.contentWindow.min.js" type="text/javascript"></script>
-->
</head>
<body>
<!--
<script type="text/javascript">
iFrameResize({
log : true,
enablePublicMethods : true,
autoResize: true,
});
</script>
<iframe src="xiangbao/index.html" width="100%" scrolling="no" height="2560"></iframe>
-->
<iframe id="mainIframe" name="mainIframe" style="width: 100%;margin-top: -1%" frameborder="no" border="0" scrolling="no" src="xiangbao/index.html"></iframe>
<script language="javascript">
var timeIframe;
window.onload = function() {
timeIframe = setTimeout(GetIframeStatus, 10);
}
function GetIframeStatus() {
var iframe = document.getElementById("mainIframe");
var iframeWindow = iframe.contentWindow;
//内容是否加载完
try{
if (iframeWindow.document.readyState == "complete") {
var iframeWidth, iframeHeight;
//获取Iframe的内容实际宽度
iframeWidth = iframeWindow.document.documentElement.scrollWidth;
//获取Iframe的内容实际高度
iframeHeight = iframeWindow.document.documentElement.scrollHeight;
//设置Iframe的宽度
iframe.width = iframeWidth;
//设置Iframe的高度
iframe.height = iframeHeight + 100;
} else {
timeIframe = setTimeout(GetIframeStatus, 10);
}
}catch(exception){
iframe.width = 1920;
iframe.height = 3240;
}
}
</script>
</body>
</html>

5
js/jquery.js
File diff suppressed because it is too large
View File

130
xiangbao/about.html

@ -0,0 +1,130 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>关于我们</title>
<link rel="stylesheet" href="images/stype.css">
</head>
<body>
<div id="top">
<div class="logo"><strong> 无锡虹桥医院有限公司<div class="jianjie"></div></strong></div>
<div class="tel">
<p class="telW">24小时咨询热线</p>
<p class="phone telN">0510-82136888
</p>
</div>
<div class="clear"></div>
</div>
<div id="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
<li><a href="about.html">关于我们</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</div>
<div id="banner">
<div id="Focus">
<ul>
<li><img src="images/t1.jpg" width="979" height="323"></li>
</ul>
</div>
</div>
<!--head结束-->
<div id="body">
<!--left开始-->
<div class="left">
<div class="about">
<div class="aboutt">关于我们</div>
<div class="aboutc">
<h1>公司简介</h1>
<div class="aboutc">
<p>
<span class="jianjie"> 无锡虹桥医院有限公司</span>是一家新型现代化二级甲等综合医院,坐落于无锡市新吴区长江北路150号,建筑面积2万余平方米,开设床位160张,环境优美、交通便捷,是无锡市医保定点单位。
</p>
<p> 医院一直致力于技术型医院建设,把先进医疗技术广泛应用于临床,切实解除病患疾苦。目前可开展骨科疾病诊治,有先进的设备和技术过硬的医师团队,竭诚为每一位患者服务。</p>
</div>
</div>
</div>
</div>
<!--left结束-->
<!--right开始-->
<div class="right">
<div class="cat">
<div class="catt">产品分类</div>
<div class="catc">
<ul>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
</ul>
</div>
</div>
<div class="news">
<div class="newst">联系我们</div>
<div class="lxfs conc"> <br> 无锡虹桥医院有限公司
<br>地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)
<br>电话: 0510-82136888
</div>
</div>
</div>
<!--right结束-->
<div class="clear"></div>
</div>
<!--foot-->
<div id="foot">
版权所有:<span class="lxfs"> 无锡虹桥医院有限公司 电话: 0510-82136888
地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)<br />医疗广告审查证明文号:(苏)医广[2023]第02-06-3202-019号 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://beian.miit.gov.cn/">苏ICP备10204337号</a></span>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
</html>
<script src="../js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="../js/jquery.js" type="text/javascript"></script>
<script src="../ztc/js/code.js" type="text/javascript"></script>

133
xiangbao/contact.html

@ -0,0 +1,133 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>联系我们</title>
<link rel="stylesheet" href="images/stype.css">
</head>
<body>
<div id="top">
<div class="logo"><strong> 无锡虹桥医院有限公司
<div class="jianjie"></div>
</strong></div>
<div class="tel">
<p class="telW">24小时咨询热线</p>
<p class="phone telN"> 0510-82136888
</p>
</div>
<div class="clear"></div>
</div>
<div id="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
<li><a href="about.html">关于我们</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</div>
<div id="banner">
<div id="Focus">
<ul>
<li><img src="images/t1.jpg" width="979" height="323"></li>
</ul>
</div>
</div>
<!--head结束-->
<div id="body">
<!--left开始-->
<div class="left">
<div class="about">
<div class="aboutt">联系我们</div>
<div class="aboutc">
<h1>联系我们</h1>
<div class="lxfs aboutc">
公司名称: 无锡虹桥医院有限公司
<br>地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)
<br>电话: 0510-82136888
</div>
</div>
</div>
</div>
<!--left结束-->
<!--right开始-->
<div class="right">
<div class="cat">
<div class="catt">产品分类</div>
<div class="catc">
<ul>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
</ul>
</div>
</div>
<div class="news">
<div class="newst">联系我们</div>
<div class="lxfs conc"> <br> 无锡虹桥医院有限公司
<br>地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)
<br>电话: 0510-82136888
</div>
</div>
</div>
<!--right结束-->
<div class="clear"></div>
</div>
<!--foot-->
<div id="foot">
版权所有:<span class="lxfs"> 无锡虹桥医院有限公司 电话: 0510-82136888
地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)<br />医疗广告审查证明文号:(苏)医广[2023]第02-06-3202-019号 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://beian.miit.gov.cn/">苏ICP备10204337号</a></span>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
</html>
<script src="../js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="../js/jquery.js" type="text/javascript"></script>
<script src="../ztc/js/code.js" type="text/javascript"></script>

140
xiangbao/default_002.html

@ -0,0 +1,140 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/default_002.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>医院环境</title>
<link rel="stylesheet" href="images/stype.css">
</head>
<body>
<div id="top">
<div class="logo"><strong> 无锡虹桥医院有限公司
<div class="jianjie"></div>
</strong></div>
<div class="tel">
<p class="telW">24小时咨询热线</p>
<p class="phone telN"> 0510-82136888
</p>
</div>
<div class="clear"></div>
</div>
<div id="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
<li><a href="about.html">关于我们</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</div>
<div id="banner">
<div id="Focus">
<ul>
<li><img src="images/t1.jpg" width="979" height="323"></li>
</ul>
</div>
</div>
<!--head结束-->
<div id="body">
<!--left开始-->
<div class="left">
<div class="pro">
<div class="prot">医院环境</div>
<div class="proc">
<div class="box"><a href=""><img src="images/hj1.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="box"><a href=""><img src="images/hj2.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="box"><a href=""><img src="images/hj3.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="box"><a href=""><img src="images/hj4.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="clear"></div>
<div class="page"> </div>
</div>
</div>
</div>
<!--left结束-->
<!--right开始-->
<div class="right">
<div class="cat">
<div class="catt">产品分类</div>
<div class="catc">
<ul>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
</ul>
</div>
</div>
<div class="news">
<div class="newst">联系我们</div>
<div class="lxfs conc"> 无锡虹桥医院有限公司 <br>
地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)
<br>电话: 0510-82136888
</div>
</div>
</div>
<!--right结束-->
<div class="clear"></div>
</div>
<!--foot-->
<div id="foot">
版权所有:<span class="lxfs"> 无锡虹桥医院有限公司 电话: 0510-82136888
地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)<br />医疗广告审查证明文号:(苏)医广[2023]第02-06-3202-019号 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://beian.miit.gov.cn/">苏ICP备10204337号</a></span>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/default_002.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
</html>
<script src="../js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="../js/jquery.js" type="text/javascript"></script>
<script src="../ztc/js/code.js" type="text/javascript"></script>

140
xiangbao/default_003.html

@ -0,0 +1,140 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/default_003.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>科室导航</title>
<link rel="stylesheet" href="images/stype.css">
</head>
<body>
<div id="top">
<div class="logo"><strong> 无锡虹桥医院有限公司
<div class="jianjie"></div>
</strong></div>
<div class="tel">
<p class="telW">24小时咨询热线</p>
<p class="phone telN"> 0510-82136888
</p>
</div>
<div class="clear"></div>
</div>
<div id="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
<li><a href="about.html">关于我们</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</div>
<div id="banner">
<div id="Focus">
<ul>
<li><img src="images/t1.jpg" width="979" height="323"></li>
</ul>
</div>
</div>
<!--head结束-->
<div id="body">
<!--left开始-->
<div class="left">
<div class="pro">
<div class="prot">科室导航</div>
<div class="proc">
<div class="box"><a href=""><img src="images/jb6.jpg" border="0"></a>
<p>骨科</p>
</div>
<div class="box"><a href=""><img src="images/jb2.jpg" border="0"></a>
<p>产科</p>
</div>
<div class="box"><a href=""><img src="images/jb3.jpg" border="0"></a>
<p>内科</p>
</div>
<div class="box"><a href=""><img src="images/jb4.jpg" border="0"></a>
<p>外科 </p>
</div>
<div class="clear"></div>
<div class="page"> </div>
</div>
</div>
</div>
<!--left结束-->
<!--right开始-->
<div class="right">
<div class="cat">
<div class="catt">产品分类</div>
<div class="catc">
<ul>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
</ul>
</div>
</div>
<div class="news">
<div class="newst">联系我们</div>
<div class="lxfs conc"> <br> 无锡虹桥医院有限公司
<br>地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)
<br>电话: 0510-82136888
</div>
</div>
</div>
<!--right结束-->
<div class="clear"></div>
</div>
<!--foot-->
<div id="foot">
版权所有:<span class="lxfs"> 无锡虹桥医院有限公司 电话: 0510-82136888
地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)<br />医疗广告审查证明文号:(苏)医广[2023]第02-06-3202-019号 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://beian.miit.gov.cn/">苏ICP备10204337号</a></span>
</div>
<!-- Mirrored from xl.ezxqh.com/default_003.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:15 GMT -->
</html>
<script src="../js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="../js/jquery.js" type="text/javascript"></script>
<script src="../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/djb/1.jpg

After

Width: 593  |  Height: 468  |  Size: 54 KiB

BIN
xiangbao/djb/2.jpg

After

Width: 591  |  Height: 515  |  Size: 48 KiB

BIN
xiangbao/djb/3.jpg

After

Width: 592  |  Height: 570  |  Size: 55 KiB

BIN
xiangbao/djb/4.jpg

After

Width: 593  |  Height: 550  |  Size: 53 KiB

65
xiangbao/djb/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:44 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"><img src="4.jpg" width="730" height="581"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:53 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/hdjqz/1.jpg

After

Width: 552  |  Height: 506  |  Size: 48 KiB

BIN
xiangbao/hdjqz/2.jpg

After

Width: 564  |  Height: 549  |  Size: 77 KiB

BIN
xiangbao/hdjqz/3.jpg

After

Width: 571  |  Height: 543  |  Size: 89 KiB

BIN
xiangbao/hdjqz/4.jpg

After

Width: 572  |  Height: 504  |  Size: 80 KiB

65
xiangbao/hdjqz/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:44 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"><img src="4.jpg" width="730" height="581"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:53 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

7
xiangbao/images/01.gif

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images/01.gif was not found on this server.</p>
</body></html>

7
xiangbao/images/02.gif

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images//02.gif was not found on this server.</p>
</body></html>

7
xiangbao/images/banner02.jpg

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images/banner02.jpg was not found on this server.</p>
</body></html>

7
xiangbao/images/banner03.jpg

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images/banner03.jpg was not found on this server.</p>
</body></html>

BIN
xiangbao/images/c1.jpg

After

Width: 180  |  Height: 180  |  Size: 7.8 KiB

BIN
xiangbao/images/c2.jpg

After

Width: 229  |  Height: 188  |  Size: 12 KiB

BIN
xiangbao/images/c3.jpg

After

Width: 180  |  Height: 180  |  Size: 18 KiB

BIN
xiangbao/images/c4.jpg

After

Width: 375  |  Height: 350  |  Size: 18 KiB

BIN
xiangbao/images/c5.jpg

After

Width: 180  |  Height: 180  |  Size: 23 KiB

BIN
xiangbao/images/c6.jpg

After

Width: 180  |  Height: 180  |  Size: 13 KiB

BIN
xiangbao/images/c7.jpg

After

Width: 360  |  Height: 321  |  Size: 41 KiB

BIN
xiangbao/images/c8.jpg

After

Width: 368  |  Height: 400  |  Size: 26 KiB

BIN
xiangbao/images/contact.jpg

After

Width: 268  |  Height: 180  |  Size: 28 KiB

BIN
xiangbao/images/foot.gif

After

Width: 1100  |  Height: 14  |  Size: 1.1 KiB

BIN
xiangbao/images/hj1.jpg

After

Width: 265  |  Height: 176  |  Size: 59 KiB

BIN
xiangbao/images/hj2.jpg

After

Width: 265  |  Height: 176  |  Size: 48 KiB

BIN
xiangbao/images/hj3.jpg

After

Width: 265  |  Height: 176  |  Size: 58 KiB

BIN
xiangbao/images/hj4.jpg

After

Width: 265  |  Height: 176  |  Size: 50 KiB

BIN
xiangbao/images/jb1.jpg

After

Width: 640  |  Height: 426  |  Size: 24 KiB

BIN
xiangbao/images/jb2.jpg

After

Width: 500  |  Height: 333  |  Size: 73 KiB

BIN
xiangbao/images/jb3.jpg

After

Width: 658  |  Height: 439  |  Size: 75 KiB

BIN
xiangbao/images/jb4.jpg

After

Width: 700  |  Height: 466  |  Size: 110 KiB

BIN
xiangbao/images/jb5.jpg

After

Width: 569  |  Height: 346  |  Size: 114 KiB

BIN
xiangbao/images/jb6.jpg

After

Width: 400  |  Height: 287  |  Size: 23 KiB

BIN
xiangbao/images/lefttit.gif

After

Width: 740  |  Height: 32  |  Size: 411 B

7
xiangbao/images/nav.gif

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images//nav.gif was not found on this server.</p>
</body></html>

BIN
xiangbao/images/navbg.gif

After

Width: 11  |  Height: 38  |  Size: 1.1 KiB

7
xiangbao/images/newsli.jpg

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images//newsli.jpg was not found on this server.</p>
</body></html>

BIN
xiangbao/images/rttit.gif

After

Width: 230  |  Height: 32  |  Size: 249 B

7
xiangbao/images/show_bg01.gif

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images//show_bg01.gif was not found on this server.</p>
</body></html>

7
xiangbao/images/sprite.png

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images//sprite.png was not found on this server.</p>
</body></html>

59
xiangbao/images/stype.css

@ -0,0 +1,59 @@
* { padding: 0px; margin: 0px; }
img { border: medium none; }
body { color: rgb(77, 77, 77); padding: 0px; font-size: 12px; margin: auto; }
a { color: rgb(100, 100, 100); text-decoration: none; }
a:hover { text-decoration: none; color: rgb(117, 165, 31); }
ul, li { list-style-type: none; }
p { padding-bottom: 10px; }
.clear { clear: both; }
#top { width: 980px; height: 100px; background: url('top.gif') repeat scroll 0% 0% transparent; margin: 0px auto; }
.logo { font-size:24px; font-family:;margin-top: 30px;width: 680px; float: left; }
.tel { float: right; height: 52px; width: 280px; padding-top: 30px; }
.tel .telW { padding-left: 30px; }
.tel .telN { padding-left: 30px; font-family: Tahoma,Geneva,sans-serif; font-size: 24px; color: rgb(255, 153, 0); line-height: 100%; }
#nav { width: 980px; height: 38px; padding: 0px; text-align: center; line-height: 38px; font-size: 14px; font-weight: bold; background: #337ece; margin: 0px auto 5px; }
#nav ul { padding: 0px; margin: 0px; }
#nav ul li { display: block; float: left; width: 121px; border-right: 1px dotted rgb(255, 255, 255); }
#nav ul li a { display: block; width: 121px; height: 38px; color: rgb(255, 255, 255); }
#nav ul li a:hover { background: url('nav.gif') repeat scroll 0% 0% transparent; }
#banner { margin: 0px auto; width: 980px; }
#Focus { width: 980px; height: 270px; overflow: hidden; position: relative; }
#Focus ul { height: 400px; position: absolute; }
#Focus ul li { float: left; width: 980px; height: 300px; overflow: hidden; position: relative; background: none repeat scroll 0% 0% rgb(0, 0, 0); margin: 0px; padding: 0px; }
#Focus .btnBg { position: absolute; width: 980px; height: 20px; left: 0px; bottom: 0px; background: none repeat scroll 0% 0% rgb(0, 0, 0); }
#Focus .btn { position: absolute; width: 960px; height: 10px; padding: 5px 10px; right: 0px; bottom: 0px; text-align: right; }
#Focus .btn span { display: inline-block; width: 25px; height: 10px; margin-left: 5px; cursor: pointer; background: none repeat scroll 0% 0% rgb(255, 255, 255); }
#Focus .preNext { width: 45px; height: 100px; position: absolute; top: 75px; cursor: pointer; background: url('sprite.png') no-repeat scroll 0px 0px transparent; }
#Focus .pre { left: 0px; }
#Focus .next { right: 0px; background: url('sprite.png') no-repeat scroll -55px 0px transparent; }
#body { width: 980px; margin: 5px auto 0px; border: medium none; }
.left { float: left; width: 700px; margin-right: 10px; }
.about { width: 740px; margin-bottom: 10px; border-top: medium none; }
.aboutt { height: 32px; background: url('lefttit.gif') repeat scroll 0% 0% transparent; padding-left: 30px; font-size: 14px; font-weight: bold; color: rgb(102, 102, 102); line-height: 32px; }
.aboutc { width: 718px; border-right: 1px solid rgb(221, 221, 221); border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; padding: 10px; line-height: 22px; }
.aboutc p { text-indent: 2em; }
.aboutc h1, .aboutp h1 { text-align: center; font-size: 18px; font-weight: bold; height: 30px; padding-top: 5px; }
.pro { width: 740px; margin-bottom: 10px; }
.prot { height: 32px; background: url('lefttit.gif') repeat scroll 0% 0% transparent; padding-left: 30px; font-size: 14px; font-weight: bold; color: rgb(102, 102, 102); line-height: 32px; }
.proc { width: 728px; padding: 5px; line-height: 20px; border-right: 1px solid rgb(221, 221, 221); border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
.box { float: left; width: 180px; overflow: hidden; text-align: center; line-height: 25px; }
.box img { display: block; padding: 20px 15px; width: 150px; height: 120px; background: url('show_bg01.gif') no-repeat scroll 0% 0% rgb(255, 255, 255); }
.box a:hover img { background: url('show_bg01.gif') no-repeat scroll 0px -183px transparent; }
.box p { margin: 2px auto 0px; width: 130px; line-height: 20px; }
.right { float: right; width: 230px; }
.cat { width: 230px; margin-bottom: 10px; }
.catt { height: 32px; background: url('rttit.gif') repeat scroll 0% 0% transparent; padding-left: 30px; font-size: 14px; font-weight: bold; color: rgb(102, 102, 102); line-height: 32px; }
.catc { width: 228px; padding: 5px 0px 0px; margin: 0px; line-height: 20px; border-right: 1px solid rgb(221, 221, 221); border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
.catc ul { padding: 0px; margin: 0px 2px; }
.catc ul li { height: 28px; line-height: 28px; margin: 0px 7px 4px; }
.catc ul li a { display: block; background: url('01.gif') no-repeat scroll 0% 0% transparent; padding-left: 30px; }
.catc ul li a:hover { background: url('02.gif') no-repeat scroll 0% 0% transparent; color: rgb(255, 255, 255); }
.news { width: 230px; margin-bottom: 10px; }
.newst { height: 32px; background: url('rttit.gif') repeat scroll 0% 0% transparent; padding-left: 30px; font-size: 14px; font-weight: bold; color: rgb(102, 102, 102); line-height: 32px; }
.newsc { width: 228px; padding: 0px; line-height: 20px; border-right: 1px solid rgb(221, 221, 221); border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
.newsc ul { padding: 0px; margin: 0px 2px 5px; }
.newsc ul li { height: 30px; width: 204px; overflow: hidden; line-height: 30px; background: url('newsli.jpg') no-repeat scroll 8px 12px transparent; padding-left: 20px; border-bottom: 1px dotted rgb(221, 221, 221); }
.conc { width: 208px; padding: 5px 10px; line-height: 25px; border-right: 1px solid rgb(221, 221, 221); border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; background: url('contact.jpg') no-repeat scroll 0% 0% transparent; }
#link { width: 958px; border: 1px solid rgb(221, 221, 221); padding: 10px; line-height: 25px; margin: 0px auto; }
#foot { margin: 10px auto; width: 980px; background: url('foot.gif') repeat-x scroll 0% 0% transparent; padding-top: 30px; text-align: center; line-height: 25px; }

BIN
xiangbao/images/t1.jpg

After

Width: 1920  |  Height: 500  |  Size: 126 KiB

7
xiangbao/images/top.gif

@ -0,0 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /images/top.gif was not found on this server.</p>
</body></html>

145
xiangbao/index.html

@ -0,0 +1,145 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:02:58 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title class="jianjie"></title>
<link rel="stylesheet" href="images/stype.css">
</head>
<body>
<div id="top">
<div class="logo"><strong> 无锡虹桥医院有限公司
<div class="jianjie"></div>
</strong></div>
<div class="tel">
<p class="telW">24小时咨询热线</p>
<p class="phone telN"> 0510-82136888
</p>
</div>
<div class="clear"></div>
</div>
<div id="nav">
<ul>
<li><a href="">首页</a></li>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
<li><a href="about.html">关于我们</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</div>
<div id="banner"> <img src="images/t1.jpg" width="979" height="323"></div>
<!--head结束-->
<div id="body">
<!--left开始-->
<div class="left">
<div class="pro">
<div class="prot">医院环境</div>
<div class="proc">
<div class="box"><a href=""><img src="images/hj1.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="box"><a href=""><img src="images/hj2.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="box"><a href=""><img src="images/hj3.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="box"><a href=""><img src="images/hj4.jpg" border="0"></a>
<p>医院环境</p>
</div>
<div class="clear"></div>
</div>
</div>
<div class="about">
<div class="aboutt">关于我们</div>
<div class="aboutc">
<p>
<span class="jianjie"> 无锡虹桥医院有限公司</span>是一家新型现代化二级甲等综合医院,坐落于无锡市新吴区长江北路150号,建筑面积2万余平方米,开设床位160张,环境优美、交通便捷,是无锡市医保定点单位。
</p>
<p> 医院一直致力于技术型医院建设,把先进医疗技术广泛应用于临床,切实解除病患疾苦。目前可开展骨科疾病诊治,有先进的设备和技术过硬的医师团队,竭诚为每一位患者服务。</p>
</div>
</div>
</div>
<!--left结束-->
<!--right开始-->
<div class="right">
<div class="cat">
<div class="catt">产品分类</div>
<div class="catc">
<ul>
<li><a href="default_002.html">医院环境</a></li>
<li><a href="default_003.html">科室导航</a></li>
</ul>
</div>
</div>
<div class="news">
<div class="newst">联系我们</div>
<div class="lxfs conc"> 无锡虹桥医院有限公司 <br>地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)
<br>电话: 0510-82136888
<br>
</div>
</div>
</div>
<!--right结束-->
<div class="clear"></div>
</div>
<!--友情链接-->
<div id="link"> <b>友情链接:</b></div>
<!--foot-->
<div id="foot">
版权所有:<span class="lxfs"> 无锡虹桥医院有限公司 电话: 0510-82136888
地址: 无锡市新吴区长江北路150号(地铁3号线太湖花园站3号出口)<br />医疗广告审查证明文号:(苏)医广[2023]第02-06-3202-019号 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://beian.miit.gov.cn/">苏ICP备10204337号</a></span>
</div>
<!-- Mirrored from xl.ezxqh.com/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:11 GMT -->
</body></html>
<script src="../js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="../js/jquery.js" type="text/javascript"></script>
<script src="../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/llb/1.jpg

After

Width: 584  |  Height: 470  |  Size: 79 KiB

BIN
xiangbao/llb/2.jpg

After

Width: 582  |  Height: 380  |  Size: 46 KiB

BIN
xiangbao/llb/3.jpg

After

Width: 589  |  Height: 515  |  Size: 68 KiB

BIN
xiangbao/llb/4.jpg

After

Width: 594  |  Height: 453  |  Size: 62 KiB

65
xiangbao/llb/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:44 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"><img src="4.jpg" width="730" height="581"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:53 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/pjb/1.jpg

After

Width: 790  |  Height: 340  |  Size: 100 KiB

BIN
xiangbao/pjb/2.jpg

After

Width: 790  |  Height: 500  |  Size: 247 KiB

BIN
xiangbao/pjb/3.jpg

After

Width: 790  |  Height: 521  |  Size: 478 KiB

BIN
xiangbao/pjb/4.jpg

After

Width: 790  |  Height: 500  |  Size: 148 KiB

65
xiangbao/pjb/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:44 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"><img src="4.jpg" width="730" height="581"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:53 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/ppq/1.jpg

After

Width: 563  |  Height: 506  |  Size: 37 KiB

BIN
xiangbao/ppq/2.jpg

After

Width: 569  |  Height: 510  |  Size: 42 KiB

BIN
xiangbao/ppq/3.jpg

After

Width: 582  |  Height: 306  |  Size: 43 KiB

BIN
xiangbao/ppq/4.jpg

After

Width: 592  |  Height: 478  |  Size: 47 KiB

65
xiangbao/ppq/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:44 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"><img src="4.jpg" width="730" height="581"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:53 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/xhdqz/1.jpg

After

Width: 590  |  Height: 563  |  Size: 64 KiB

BIN
xiangbao/xhdqz/2.jpg

After

Width: 586  |  Height: 547  |  Size: 55 KiB

BIN
xiangbao/xhdqz/3.jpg

After

Width: 589  |  Height: 420  |  Size: 80 KiB

BIN
xiangbao/xhdqz/4.jpg

After

Width: 581  |  Height: 511  |  Size: 80 KiB

65
xiangbao/xhdqz/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:44 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"><img src="4.jpg" width="730" height="581"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:53 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/xkb/1.jpg

After

Width: 750  |  Height: 1011  |  Size: 373 KiB

BIN
xiangbao/xkb/2.jpg

After

Width: 750  |  Height: 1104  |  Size: 412 KiB

BIN
xiangbao/xkb/3.jpg

After

Width: 750  |  Height: 1000  |  Size: 212 KiB

65
xiangbao/xkb/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/xkb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:03:31 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/xkb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:32 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

BIN
xiangbao/xpmsqz/1.jpg

After

Width: 590  |  Height: 568  |  Size: 72 KiB

BIN
xiangbao/xpmsqz/2.jpg

After

Width: 587  |  Height: 536  |  Size: 62 KiB

BIN
xiangbao/xpmsqz/3.jpg

After

Width: 594  |  Height: 410  |  Size: 72 KiB

BIN
xiangbao/xpmsqz/4.jpg

After

Width: 593  |  Height: 508  |  Size: 80 KiB

65
xiangbao/xpmsqz/index.html

@ -0,0 +1,65 @@
<!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">
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:44 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title class="jianjie"> </title>
</head>
<body>
<div align="center">
<p><img src="1.jpg" width="730" height="634">
<img src="2.jpg" width="730" height="519"><img src="3.jpg" width="730" height="772"><img src="4.jpg" width="730" height="581"></p>
<p>版权所有:<span class="lxfs"></span><br>
</p>
</div>
</body>
<!-- Mirrored from xl.ezxqh.com/djb/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 16 Oct 2019 07:04:53 GMT -->
</html>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
url: '../jk.aspx?f=foot',
success: function(data) {
$(".foot_nav").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lxwm',
success: function(data) {
$(".lxfs").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=lianxi',
success: function(data) {
$(".lianxi1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie',
success: function(data) {
$(".jianjie").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
$(".jianjie1").html(data);
}
});
$.ajax({
url: '../jk.aspx?f=jianjie1',
success: function(data) {
var phone = data.toString();
phone = phone.substring(0,13);
$(".phone").html(phone);
}
});
});
</script>
<script src="http://luosicy.cn/xiangbao/js/jquery.js" type="text/javascript"></script>
<script src="../../ztc/js/code.js" type="text/javascript"></script>

233
ztc/js/code.js

@ -0,0 +1,233 @@
$(document).ready(function(){
var reg = /领先/g;
var reg2 = /超过/g;
var reg3 = /全方位/g;
var reg4 = /立即提升/g;
var reg5 = /独有/g;
var reg6 = /完美/g;
var reg7 = /引领/g;
var reg8 = /全面/g;
var reg9 = /效果/g;
var reg10 = /绝对/g;
var reg11 = /十分/g;
var reg12 = /最/g;
var reg13 = /热销/g;
var reg14 = /十强/g;
var reg15 = /百强/g;
var reg16 = /优质/g;
var reg17 = /榜首/g;
var reg18 = /二十强/g;
var reg19 = /十大品牌/g;
var reg20 = /厂家直销/g;
var reg21 = /仅此一次/g;
var reg22 = /马上降价/g;
var reg23 = /驰名/g;
var reg24 = /首屈一指/g;
var reg25 = /行业龙头/g;
var reg26 = /业内龙头/g;
//$("span:not(:has(*))").each(function(){
$("span").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
//$("div:not(:has(*))").each(function(){
$("div").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
//$("p:not(:has(*))").each(function(){
$("p").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
//$("H:not(:has(*))").each(function(){
$("H").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
//$("b:not(:has(*))").each(function(){
$("b").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
//$("li:not(:has(*))").each(function(){
$("li").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
//$("a:not(:has(*))").each(function(){
$("a").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
//$("h1:not(:has(*))").each(function(){
$("h1").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
$("h2").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
$("h3").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
$("h4").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
$("h5").each(function(){
if(t($(this).html()))
$(this).html($(this).html().replace(reg,'**').replace(reg2,'**').replace(reg3,'***').replace(reg4,'**').replace(reg5,'**').replace(reg6,'**').replace(reg7,'**').replace(reg8,'**').replace(reg9,'**').replace(reg10,'**').replace(reg11,'**').replace(reg12,'*').replace(reg13,'**').replace(reg14,'**').replace(reg15,'**').replace(reg16,'**').replace(reg17,'**').replace(reg18,'***').replace(reg19,'****').replace(reg20,'****').replace(reg21,'****').replace(reg22,'****').replace(reg23,'**').replace(reg24,'****').replace(reg25,'****').replace(reg26,'****'));
});
$("a").each(function(){
if($(this).attr("href") == 'http://www.beian.miit.gov.cn/')
{
$(this).attr("href",'https://beian.miit.gov.cn/');
}
if($(this).attr("href") == 'https://www.beian.miit.gov.cn/')
{
$(this).attr("href",'https://beian.miit.gov.cn/');
}
});
function t(h){
if(h.indexOf('领先') > 0){
return true;
}
if(h.indexOf('超过') > 0){
return true;
}
if(h.indexOf('全方位') > 0){
return true;
}
if(h.indexOf('立即提升') > 0){
return true;
}
if(h.indexOf('独有') > 0){
return true;
}
if(h.indexOf('完美') > 0){
return true;
}
if(h.indexOf('引领') > 0){
return true;
}
if(h.indexOf('全面') > 0){
return true;
}
if(h.indexOf('效果') > 0){
return true;
}
if(h.indexOf('绝对') > 0){
return true;
}
if(h.indexOf('十分') > 0){
return true;
}
if(h.indexOf('最') > 0){
return true;
}
if(h.indexOf('热销') > 0){
return true;
}
if(h.indexOf('十强') > 0){
return true;
}
if(h.indexOf('百强') > 0){
return true;
}
if(h.indexOf('榜首') > 0){
return true;
}
if(h.indexOf('优质') > 0){
return true;
}
if(h.indexOf('二十强') > 0){
return true;
}
if(h.indexOf('十大品牌') > 0){
return true;
}
if(h.indexOf('厂家直销') > 0){
return true;
}
if(h.indexOf('仅此一次') > 0){
return true;
}
if(h.indexOf('马上降价') > 0){
return true;
}
if(h.indexOf('驰名') > 0){
return true;
}
if(h.indexOf('首屈一指') > 0){
return true;
}
if(h.indexOf('行业龙头') > 0){
return true;
}
if(h.indexOf('业内龙头') > 0){
return true;
}
return false;
}
/*
$("ul.typeul li > div.typeone").on('click',function()
{
var arrow = $(this).find("span.arrow");
if(arrow.hasClass("up"))
{
arrow.removeClass("up");
arrow.addClass("down");
}
else if(arrow.hasClass("down"))
{
arrow.removeClass("down");
arrow.addClass("up");
}
$(this).parent().find("ul.typetwo").slideToggle();
});
$("ul.expmenu li > div.one").click(function()
{
var arrow = $(this).find("span.arrow");
if(arrow.hasClass("up"))
{
arrow.removeClass("up");
arrow.addClass("down");
}
else if(arrow.hasClass("down"))
{
arrow.removeClass("down");
arrow.addClass("up");
}
$(this).parent().find(".two").slideToggle();
});
*/
});
Loading…
Cancel
Save