2023-09-28 17:06:54 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>联系</title>
|
|
|
|
|
<link rel="stylesheet" href="css/reset.css">
|
|
|
|
|
<script src="libs/jquery.1.11.1.min.js"></script>
|
|
|
|
|
<!-- animate -->
|
|
|
|
|
<link rel="stylesheet" href="libs/animate.min.css">
|
|
|
|
|
<script src="libs/wow.min.js"></script>
|
|
|
|
|
<!-- swiper -->
|
|
|
|
|
<link rel="stylesheet" href="libs/swiper/swiper.min.css">
|
|
|
|
|
<script src="libs/swiper/swiper.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2023-10-04 17:06:26 +08:00
|
|
|
|
<link rel="stylesheet" href="css/responsive.css">
|
2023-09-28 17:06:54 +08:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="header"></div>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="section sec-banner" style="background-image: url('/images/banner2.png');">
|
|
|
|
|
<div class="banner-text">
|
|
|
|
|
<p>您的现金流安全 <span class="cname">左心房</span>来守护</p>
|
|
|
|
|
<p>YOUR CASH FLOW LEFT ATRIUM TO GUARD</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-10-01 18:31:44 +08:00
|
|
|
|
<div class="section full-wrap contact-map">
|
|
|
|
|
<div class="cm-desc">
|
|
|
|
|
<img class="logo" src="images/logo-contact.png" alt="">
|
|
|
|
|
<div class="desc">
|
|
|
|
|
<div class="title">
|
|
|
|
|
<h1>联系<span>我们</span></h1>
|
|
|
|
|
<p>CONTACT US</p>
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="items">
|
|
|
|
|
<li>
|
|
|
|
|
<img src="images/dianhua-yuankuang.png" alt="">
|
2023-10-06 12:41:43 +08:00
|
|
|
|
<p><a href="tel:400-0707-091">400-0707-091</a></p>
|
2023-10-01 18:31:44 +08:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<img src="images/dizhi.png" alt="">
|
2023-10-06 12:41:43 +08:00
|
|
|
|
<p><a href="" target="_blank">杭州市西湖区弘德路256号云起·西溪谷商务中心C座6楼</a></p>
|
2023-10-01 18:31:44 +08:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-10-06 12:41:43 +08:00
|
|
|
|
<a class="cm-map full-wrap" href="" target="_blank" style="background-image: url('images/map-test.png');"></a>
|
2023-10-01 18:31:44 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="section main-wrap paragraph-content">
|
|
|
|
|
<div class="paragraph">
|
|
|
|
|
<h2 class="title">业务咨询</h2>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<p>
|
|
|
|
|
若您想了解我们的服务,或在服务过程中有任何问题,请拨打我们的热线电话4000707091
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="paragraph">
|
|
|
|
|
<h2 class="title">举报与投诉</h2>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<p>
|
|
|
|
|
若我们的工作人员在服务过程中有任何的违规行为,请及时拨打我们的热线电话进行投诉,平台工作人员将尽快为您解决
|
|
|
|
|
问题。对于工作人员的违规行为,请检举人尽量提供明确证据,方便平台尽快处理,热线电话: 4000707091
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="section main-wrap cooperate">
|
|
|
|
|
<div class="section-title style-1">
|
|
|
|
|
<h2 class="title">商务<span class="rtext">合作</span></h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<p>
|
|
|
|
|
商务合作内容。
|
|
|
|
|
</p>
|
2023-09-28 17:06:54 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="footer"></div>
|
|
|
|
|
|
|
|
|
|
<script src="js/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|