-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
92 lines (84 loc) · 3.08 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!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=utf-8" />
<title>德图科技_联系我们</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="img/tg_comm.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<script src="img/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('.flash_bar,#tit_fc1,#tit_fc2,#tit_fc3,#tit_fc4,#flashLine');
</script>
<![endif]-->
</head>
<body style="background:#ffffff url(img/por_bodybg.gif) repeat-x 0px 0px;" >
<script src="http://www.5imoban.net/download/jquery/jquery-1.8.3.min.js"></script>
<!--header begin-->
<div class="headerbg">
<div class="header">
<!-- <div id="logo"><a href="/"><div class="LogoGaoguang"></div><img src="img/tg_logo.jpg" width="240" height="60" /></a></div> -->
<ul class="nav">
<li><a href='index.html'><span>网站首页</span></a></li>
<li><a href='services.html' ><span>服务项目</span></a></li>
<li><a href='about.html' ><span>关于我们</span></a></li>
<li class='hover'><a href='contact.html' ><span>联系我们</span></a></li>
</ul>
</div>
</div>
<!--header end-->
<!--contact begin-->
<div class="about_bar"></div>
<div class="addarea">
<div class="map">
<img height="250" src="img/contact_2.png" width="520" /></div>
<div class="addTxt">
<span class="fb">联系方式</span>
<ul class="list">
<li>
<span>Mobile:</span>0795-3138008</li>
<li>
<span> </span>+86 157770937463(刘先生)</li>
</ul>
<span class="fb">公司地址</span> 江西省宜春市国际商贸城会展中心</div>
</div>
<div class="contact_area1">
<div class="fl">
<img height="250" src="img/contact_1.jpg" width="520" /></div>
<div class="addTxt">
<span class="fb">联系方式</span>
<ul class="list">
<li>
<span>Mobile:</span>0795-3138008</li>
<li>
<span> </span>+86 157770937463(刘先生)</li>
</ul>
<span class="fb">公司地址</span> 江西省宜春市国际商贸城会展中心</div>
</div>
<!--contact end-->
<!--footer begin-->
<div id="footer">
<div id="Copyright">
<div class="tblog">
<a href="http://v.t.sina.com.cn/share/share.php?title=我的网站&url=" target="blank" class="sina">新浪微博</a>
<a href="http://www.facebook.com/sharer.php?u=&t=我的网站" target="blank" class="fb">Facebook</a>
<a href="http://twitter.com/home?status= " title="分享到 Twitter" target="_blank" class="tw">Twitter</a>
</div>
<div class="fl">© Copyright ©2002-2014 DEDECMS. 织梦科技 版权所有 皖ICP备12018610号-3
</div>
</div>
</div>
<!--footer end-->
<script>
$("#logo").hover(
function () {
$(".LogoGaoguang").fadeIn("slow");
},
function () {
$(".LogoGaoguang").fadeOut("slow");
}
);
</script>
</body>
</html>