contact.html
4.9 KB
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
102
103
104
105
106
<!Doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>关于我们</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=1200">
<link type="text/css" rel="icon" href="images/logoicon.jpg">
<!-- Place favicon.ico in the root directory -->
<!-- Google Fonts -->
<!--<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">-->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css?a=1">
<link type="text/css" rel="stylesheet" href="css/slicknav.min.css">
<link type="text/css" rel="stylesheet" href="css/bootstrap-theme.min.css">
<link type="text/css" rel="stylesheet" href="css/owl.carousel.min.css">
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.min.css">
<link type="text/css" rel="stylesheet" href="css/animate.min.css">
<link type="text/css" rel="stylesheet" href="css/animate-text.css">
<link type="text/css" rel="stylesheet" href="css/magnific-popup.css">
<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="css/swiper.css">
<!-- Ruby CSS -->
<link type="text/css" rel="stylesheet" href="css/normalize.css">
<link type="text/css" rel="stylesheet" href="style.css?a=1">
<link type="text/css" rel="stylesheet" href="css/responsive.css">
<link type="text/css" rel="stylesheet" href="css/contact.css">
<!-- Color CSS -->
<link type="text/css" rel="stylesheet" href="css/color/color7.css">
<!--<link rel="stylesheet" href="css/color/color1.css">-->
<!--<link rel="stylesheet" href="css/color/color2.css">-->
<!--<link rel="stylesheet" href="css/color/color3.css">-->
<!--<link rel="stylesheet" href="css/color/color4.css">-->
<!--<link rel="stylesheet" href="css/color/color5.css">-->
<!--<link rel="stylesheet" href="css/color/color6.css">-->
<!--<link rel="stylesheet" href="css/color/color8.css">-->
<!--<link rel="stylesheet" href="css/color/color9.css">-->
<!--<link type="text/css" rel="stylesheet" href="" id="colors">-->
<style>
#nav>li:nth-child(5){
border-bottom: 2px solid #fff;
}
#nav>li:nth-child(5) a{
color:#fff;
}
</style>
</head>
<body>
<header id="header" class="header"></header>
<!--topbar 停车场产品-->
<!-- 联系我们 -->
<section class="section contact" style="padding-top: 20px;padding-bottom: 0;">
<div class="container">
<div class="row rnt_pos_rel">
<div class="contact_msg_cont rnt_pos_abs">
<div class="contact_pop pop_des">公司:中交智联云海(张家口)停车有限公司</div>
<!-- <div class="contact_pop pop_tel">电话:(0510) 66055077 </div>-->
<div class="contact_pop pop_email">邮箱:ccccitd2023@163.com</div>
<div class="contact_pop pop_des">地址:河北省张家口市宣化区永安街5号</div>
</div>
<div class="col-md-12 col-xs-12 contact-map" id="main">
</div>
</div>
</div>
</section>
<!-- Footer Area -->
<footer id="footer" class="footer_cont">
</footer>
<!--/ End Footer Area -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/colors.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<script type="text/javascript" src="js/jquery.scrollUp.min.js"></script>
<script type="text/javascript" src="js/jquery.slicknav.min.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/animate-text.js"></script>
<!--<script type="text/javascript" src="js/particles.min.js"></script>-->
<!--<script type="text/javascript" src="js/particle-code.js"></script>-->
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<script type="text/javascript" src="js/swiper.js"></script>
<script type="text/javascript" src="js/gmaps.min.js"></script>
<script type="text/javascript" src="js/nav-footer.js?a=2"></script>
<script type="text/javascript" src="js/echarts.min.js?a=1"></script>
<script type="text/javascript" src="js/main.js?a=2"></script>
<script type="text/javascript" src="js/china.js?a=4"></script>
<script type="text/javascript" src="js/contact.js?a=1"></script>
</body>
</html>