You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
3.7 KiB
133 lines
3.7 KiB
<!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-82721166
|
|
|
|
</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/20230215-094401.jpg" width="979" ></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>地址: 江苏省无锡市滨湖区隐秀路813号A座7楼
|
|
<br>电话: 0510-82721166
|
|
|
|
</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>地址: 江苏省无锡市滨湖区隐秀路813号A座7楼
|
|
<br>电话: 0510-82721166
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--right结束-->
|
|
<div class="clear"></div>
|
|
</div>
|
|
<!--foot-->
|
|
<div id="foot">
|
|
版权所有:<span class="lxfs"> 无锡正汉互联网医院有限公司 电话: 0510-82721166
|
|
地址: 江苏省无锡市滨湖区隐秀路813号A座7楼<br /><a href="https://beian.miit.gov.cn/">苏ICP备2022012576号-3<br />(苏)医广【2024】第11-12-3202-397号</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>
|