-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html~
101 lines (91 loc) · 4.3 KB
/
about.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
93
94
95
96
97
98
99
100
101
<!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;" >
<!--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 class='hover'><a href='about.html' ><span>关于我们</span></a></li>
<li><a href='contact.html' ><span>联系我们</span></a></li>
</ul>
</div>
</div>
<!--header end-->
<script src="http://www.5imoban.net/download/jquery/jquery-1.8.3.min.js"></script>
<script>
function zpmenu() {
if ($(".zp_menu_box").css("display") == 'none'){
//$(".zp_menu_box").css("display","block");
$(".zp_menu_box").slideDown("fast");
}
else
{
//$(".zp_menu_box").css("display","none");
$(".zp_menu_box").slideUp("fast")}
}
//menu js
function Changmenu(i){
$(".zp_menu_box").css("display","none");
$(".zp_all").text($("#zpmenu"+i).attr("title"));
}
//Showtit
function Showtit(i) {
$("#zp"+i).slideDown("fast");
}
function Hiddentit(i) {
$("#zp"+i).slideUp("fast");
}
</script>
<!--portfolio begin-->
<div class="about_bar"></div>
<div class="about_titu"><img src="img/tg_about.png" width="969" height="364" /></div>
<div class="about_con">
<div class="tg_vision"></div>
<p><img src="img/about_tg.jpg" width="150" height="88" align="left" style="margin-right:20px; margin-top:5px;" />江西德图科技服务有限公司(简称“德图科技”),成立于2015年9月,公司主要经营项目有:一、计算机硬件、电子产品的批发、零售以及专业技术维修服务。二、企业网站设计与制作,企业微传单、网络营销策划、微信公众号推广与宣传。</p>
<div class="Services"><a href="services.html" class="seeall"></a></div>
<p>我们的宗旨是为企业搭建网络营销服务平台,以提高企业网络营销销售业绩为目标的互联网高新企业,公司自成立以来,长期为医疗、教育培训、旅游、电子商务等行业打造互联网营销市场,不断取得突破性成绩。在面向全国进行各类网络营销策划的同时,与百度、腾讯、360、搜狗等互联网企业长期稳定合作,共同为客户不断提升服务品质。公司一直重视整合众多互联网业内资源,自身技术实力雄厚,拥有一支优秀的企业经营管理团队,出其不意的网络营销战略,在网络营销行业中有着较强影响力。同时本公司一直专注于车载导航地图标注、手机导航地图标注、例如高德、百度、凯立德、腾讯、搜狗地图标注与更新服务。</p>
<div class="cl"></div>
</div>
<!--About 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 () {
//$("#logo").append("<div class=LogoGaoguang></div>");
$(".LogoGaoguang").fadeIn("slow");
},
function () {
$(".LogoGaoguang").fadeOut("slow");
}
);
</script>
</body>
</html>