-
Notifications
You must be signed in to change notification settings - Fork 0
/
relation.html
63 lines (56 loc) · 2.12 KB
/
relation.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="保定峰长电气设备制造有限公司">
<meta name="description" content="保定峰长电气设备制造有限公司" />
<title>保定峰长电气设备制造有限公司</title>
<link href="imgs/logo.ico" rel="icon">
<link href="style/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<header class="header" id="nav">
<div class="container">
<a href="index.html" class="logo"><img src="imgs/logo.png" style="width: 251px;height: 73px;" /></a>
<a href="relation.html" class="ecology_on">联系我们</a>
<a href="ecology-software.html" class="ecology">客户案例</a>
<a href="solution-car.html" class="ecology">产品中心</a>
<a href="index.html" class="ecology">首页</a>
</div>
</header>
<section class="block" id="solutionBanenr" style="height: 340px;">
<div class="container">
<img src="imgs/comp.png" style="width: 300px;height: 80px; margin-right: 900px;margin-top: 80px">
</div>
</section>
<section class="block grey-bg">
<div class="container clearfix">
<h1 style="margin-right: 1020px">联系我们:</h1>
<br/>
<h2>座机: 0312-5915730</h2>
<br/>
<h2>手机: 136-0312-6296</h2>
<br/>
<h2>地址: 河北省保定市竞秀区三丰西路688-1号</h2>
<br/>
<div class="clearfix">
<img src="imgs/relation.png" style="width: 1080px;height: 534px;">
</div>
</div>
</section>
<section class="block" id="footer" style="margin-top:50px;">
<div class=" container clearfix" >
<div class="upText clearfix">
<a href="index.html" class="logo">
<img src="imgs/logo.png" style="width: 251px;height: 73px;margin-left: 435px;margin-top: 38px;" />
</a>
<div class="aboutInfo">
<h3>联系我们</h3>
<p style="color: #dfe7f3">座机: 0312-5915730<br />手机: 136-0312-6296<br />地址: 河北省保定市竞秀区三丰西路688-1号<br /></p>
</div>
</div>
<div class="linkText" style="color: #dfe7f3">Copyright © 2019 冀ICP备 xxxxxx号 - 1 保定峰长电气设备制造有限公司 </div>
</div>
</section>
</body>
</html>