-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_E.html
65 lines (61 loc) · 2.78 KB
/
contact_E.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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="汕头市德茂森塑胶实业有限公司"/>
<meta name="description" content="汕头市德茂森塑胶实业有限公司"/>
<meta name="Tlang" content="Eng" />
<title>汕头市德茂森塑胶实业有限公司</title>
<link rel="stylesheet" type="text/css" href="css/base_C.css" />
<link rel="stylesheet" type="text/css" href="css/page_C.css" />
<!--引用百度地图API-->
<script type="text/javascript" src="http://api.map.baidu.com/getscript?v=2.0&ak=Qye5k3UtpQatuezKAXE61PDQTTyjiEZ0"></script>
<script type="text/javascript" src="js/map.js"></script>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/header_C.js"></script>
<script type="text/javascript" src="js/map.js"></script>
</head>
<body>
<h1 style="display:none;">汕头市德茂森塑胶实业有限公司</h1>
<!-- 头部 -->
<header class="header"></header>
<!-- 主体 -->
<div class="main">
<div class="page-banner">
<img src="image/c-banner.jpg" />
</div>
<div class="page-nav wrap">
<ul>
<li><i class="iconfont ico-pdh"></i>The position:</li>
<li><a href="index_E.html">Home > </a></li>
<li><a href="contact_E.html">Contact</a></li>
</ul>
</div>
<div class="contact-content wrap">
<h2 class="item-tit">Contact <span>Us</span></h2>
<p class="item-txt">Welcome to the official website of shantou dmao plastic industrial co., LTD.If you have any questions or Suggestions, <br />please feel free to contact us. We will serve you 24 hours.Your satisfaction is our unremitting motivation!</p>
<ul class="contact-menu clearfix">
<li>
<div class="ico"><i class="iconfont ico-csj"></i></div>
<p>Phone:0754-89939678</p>
<p>Mobile Phone:13502909305/13501418823</p>
</li>
<li>
<div class="ico"><i class="iconfont ico-cdaoh"></i></div>
<p>Company address:lu-ma-sen industrial park peace town <br />guangshan Chaoyang shantou guangdong China</p>
</li>
<li>
<div class="ico"><i class="iconfont ico-ccz"></i></div>
<p>Fax:0754-89939555 </p>
</li>
</ul>
<div class="map-box">
<div style="width:98%;height:100%;" id="map"></div>
</div>
</div>
</div>
<!-- 尾部 -->
<footer class="footer"></footer>
</body>
</html>