2025-07-02 16:32:09 +08:00

195 lines
7.0 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/boxicons.min.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/meanmenu.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/animate.min.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/owl.theme.default.min.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/fonts/flaticon.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/modal-video.min.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/odometer.min.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/style.css" />
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/responsive.css" />
<title>华臻会计师事务所|专业财税及鉴证服务</title>
<link rel="icon" type="image/png" href="{dreamer-cms:template /}assets/img/favicon.png" />
</head>
<body>
<!-- Preloader -->
<div class="loader">
<div class="d-table">
<div class="d-table-cell">
<div class="pre-load">
<div class="inner one"></div>
<div class="inner two"></div>
<div class="inner three"></div>
</div>
</div>
</div>
</div>
<!-- End Preloader -->
<!-- Header -->
{dreamer-cms:include file='/assets/inc/header.html'/}
<!-- End Header -->
<!-- Page Title -->
<div class="page-title-area title-bg-five">
<div class="title-shape">
<!-- <img src="{dreamer-cms:template /}assets/img/title/title-bg-shape.png" alt="Shape" />-->
</div>
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="title-content">
<h2 style="color:#36cb97">联系我们</h2>
<ul>
<li>
<a href="/" style="color:#36cb97">主页</a>
</li>
<li>
<i class="bx bx-chevron-right" style="color:#36cb97"></i>
</li>
<li>
<span style="color:#36cb97">联系我们</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Page Title -->
<!-- Contact Section -->
<div class="contact-area pt-100 pb-70">
<div class="contact-shape">
<img src="{dreamer-cms:template /}assets/img/contact-shape.png" alt="Shape" />
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8">
<div class="section-title">
<h2>发送信息</h2>
</div>
<form id="contactForm" method="POST" action="/input">
<div class="row">
<div class="col-lg-6">
<div class="form-group">
<input type="text" name="name" id="name" class="form-control" placeholder="姓名" required data-error="请输入您的姓名" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="email" name="email" id="email" class="form-control" placeholder="Email" required data-error="请输入您的Email" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="text" name="phone_number" id="phone_number" placeholder="电话" required data-error="请输入您的电话" class="form-control" />
<div class="help-block with-errors"></div>
</div>
</div>
<!-- <div class="col-lg-6">-->
<!-- <div class="form-group">-->
<!-- <input type="text" name="msg_subject" id="msg_subject" class="form-control" placeholder="Subject" required data-error="Please enter your subject" />-->
<!-- <div class="help-block with-errors"></div>-->
<!-- </div>-->
<!-- </div>-->
<div class="col-lg-12">
<div class="form-group">
<textarea name="message" class="form-control" id="message" cols="30" rows="8" placeholder="请输入信息" required data-error="请输入信息"></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-12">
<!-- <div class="form-check">-->
<!-- <input class="form-check-input" type="checkbox" value="" id="defaultCheck1" />-->
<!-- <label class="form-check-label" for="defaultCheck1"> Accept <a href="terms-conditions.html">Terms of Services</a> and <a href="privacy-policy.html">Privacy Policy</a> </label>-->
<!-- </div>-->
</div>
<div class="col-lg-12">
<button type="submit" class="btn common-btn">
发送信息
</button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="clearfix"></div>
</div>
</div>
</form>
</div>
<div class="col-lg-4">
<div class="contact-info">
<h3>联系方式</h3>
<p>您可以通过以下方式联系我们</p>
<ul>
<li>
<i class="bx bx-current-location"></i>
<a href="#">青岛市胶州市紫城商务楼一栋</a>
</li>
<li>
<i class="bx bx-phone-call"></i>
<a href="#">0532-80988190</a>
<!-- <a href="tel:+5468792355698">+546-879-235-5698</a>-->
</li>
<li>
<i class="bx bx-paper-plane"></i>
<a href="#">
<span>sdhzkjs@126.com</span>
</a>
<!-- <a href="#"><span>info2@example.com</span></a>-->
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Contact Section -->
<!-- Google Maps Section -->
<!--<div class="map-area pb-100">-->
<!-- <div class="container">-->
<!-- <iframe-->
<!-- id="map"-->
<!-- src="https://www.amap.com/" sandbox=""-->
<!-- allowfullscreen=""-->
<!-- aria-hidden="false"-->
<!-- tabindex="0"-->
<!-- ></iframe>-->
<!-- </div>-->
<!--</div>-->
<!-- End Google Maps Section -->
<!-- Footer -->
{dreamer-cms:include file='/assets/inc/footer.html'/}
<!-- End Footer -->
<!-- Go To Top -->
<div class="go-top">
<i class="bx bxs-up-arrow-alt"></i>
<i class="bx bxs-up-arrow-alt"></i>
</div>
<!-- End Go To Top -->
<script src="{dreamer-cms:template /}assets/js/jquery.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/popper.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/bootstrap.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/form-validator.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/jquery.meanmenu.js"></script>
<script src="{dreamer-cms:template /}assets/js/wow.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/owl.carousel.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/jquery-modal-video.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/odometer.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/jquery.appear.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/smoothscroll.min.js"></script>
<script src="{dreamer-cms:template /}assets/js/custom.js"></script>
</body>
</html>