contact.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <include file="./Application/M/View/Common/head_include.html"/>
  5. <title>联系方式-联系我们-厦门欣富地智能科技</title>
  6. <link rel="stylesheet" type="text/css" href="/Public/static/home/m/css/concact.css"/>
  7. </head>
  8. <body>
  9. <include file="./Application/M/View/Common/head.html"/>
  10. <div class="content">
  11. <div class="col">
  12. <img src="https://img.x-motion.cn/home/m/image/contact/contact_header.jpg " />
  13. </div>
  14. <div class="contact">
  15. <h2>总部:</h2>
  16. <p><span>总部地址:</span>中国.厦门火炬高新区(翔安)产业区建业楼A座4层</p>
  17. <h2>运营中心:</h2>
  18. <p><span>运营中心:</span>中国.厦门思明区软件园二期望海路65号之二306</p>
  19. <p><span>电话:</span>0592-7162896</p>
  20. <p><span>客服:</span>0592-5022711</p>
  21. <p><span>客服QQ:</span><a href="javascript:void(0);" style="color:#85b9f0;text-decoration: underline;">878158089</a></p>
  22. <p><span>体感赛车模拟器交流QQ群:</span><a href="javascript:void(0);" style="color:#85b9f0;text-decoration: underline;">493549740</a></p>
  23. <p><span>公司地址:</span>www.x-motion.cn</p>
  24. <p><span>联系邮箱:</span>kefu@x-motion.cn</p>
  25. <h2>微信公众号:</h2>
  26. <div class="cta_wx">
  27. <p><img src="https://img.x-motion.cn/home/m/image/contact/X-motion.jpg" /><br />X-MOTION&nbsp;公众号</p>
  28. <p></p>
  29. <p><img src="https://img.x-motion.cn/home/m/image/contact/speed.jpg" alt="" /><br />幻速竟速平台公众号</p>
  30. </div>
  31. </div>
  32. <include file="./Application/M/View/Common/footer.html"/>
  33. </div>
  34. <include file="./Application/M/View/Common/footer_include.html"/>
  35. </body>
  36. </html>