contact.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  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>客服QQ:</span><a href="javascript:void(0);" style="color:#85b9f0;text-decoration: underline;">878158089</a></p>
  21. <p><span>体感赛车模拟器交流QQ群:</span><a href="javascript:void(0);" style="color:#85b9f0;text-decoration: underline;">493549740</a></p>
  22. <p><span>公司地址:</span>www.x-motion.cn</p>
  23. <p><span>联系邮箱:</span>kefu@x-motion.cn</p>
  24. <h2>微信公众号:</h2>
  25. <div class="cta_wx">
  26. <p><img src="https://img.x-motion.cn/home/m/image/contact/X-motion.jpg" /><br />X-MOTION&nbsp;公众号</p>
  27. <p></p>
  28. <p><img src="https://img.x-motion.cn/home/m/image/contact/speed.jpg" alt="" /><br />幻速竟速平台公众号</p>
  29. </div>
  30. </div>
  31. <include file="./Application/M/View/Common/footer.html"/>
  32. </div>
  33. <include file="./Application/M/View/Common/footer_include.html"/>
  34. </body>
  35. </html>