zxf/contact.html

87 lines
3.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<link rel="stylesheet" href="css/responsive.css">
</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>
<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="">
<p>400-0707-091</p>
</li>
<li>
<img src="images/dizhi.png" alt="">
<p>杭州市西湖区弘德路256号云起·西溪谷商务中心C座6楼</p>
</li>
</ul>
</div>
</div>
<div class="cm-map full-wrap" style="background-image: url('images/map-test.png');"></div>
</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>
</div>
</div>
</div>
<div class="footer"></div>
<script src="js/main.js"></script>
</body>
</html>