company.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <include file="./Application/M/View/Common/head_include.html"/>
  5. <title>公司简介-厦门欣富地智能科技</title>
  6. <style>
  7. .company {
  8. margin-top: 0.81rem;
  9. margin-bottom: 1.49rem;
  10. color: #5a5e5d;
  11. padding: 0 0.31rem;
  12. text-align: center;
  13. }
  14. .company h3 {
  15. font-size: 3.6em;
  16. margin-bottom: 0.35rem;
  17. }
  18. .company h4 {
  19. font-size: 3.0em;
  20. margin-bottom: 0.45rem;
  21. }
  22. .company section {
  23. text-align: left;
  24. font-size: 2.6em;
  25. line-height: 0.6rem;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <include file="./Application/M/View/Common/head.html"/>
  31. <div class="content">
  32. <div class="col"><img src="https://img.x-motion.cn/home/m/image/introduct/header_img.jpg" /></div>
  33. <div class="company">
  34. <h3>公司简介</h3>
  35. <h4>ABOUT THE COMPANY</h4>
  36. <section>
  37. <p>厦门欣富地智能科技有限公司</p>
  38. <p>X-MOTION ( 厦门欣富地智能科技有限公司 ),专注体感科技领域。</p>
  39. <p>公司主打多维(4D/5D)体感科技产品,集研发、生产、销售、服务为一体,主营有动感沙发、体感赛车模拟器、万向动感平台和智能健身硬件等产品。其主导的“5D体感私人影院”及“5D体感赛车游戏”解决方案能够支持好莱坞影片以及主流PC赛车游戏的科技产品。</p>
  40. <p>作为一家科技公司,X-MOTION秉持“大智和美”的品牌理念,以科技为先导,与时俱进,持续发展,为客户提供有价值的产品和满意的服务。</p>
  41. <p>经过多年的积淀和发展,公司组建了一支具备学习能力的管理和技术团队,旗下的体感沙发、幻速体感赛车模拟器、万向动感平台和智能健身产品截止目前已经获得了市场的认可,旗下幻速产品出现在梅赛德斯奔驰-AMG和捷豹XF等多个汽车品牌新车发布会和车展活动上。</p>
  42. <p>公司于2016年开启赛车竞速馆联盟模式,打造模拟赛车竞技娱乐平台,在体感科技领域不断前行。</p>
  43. </section>
  44. </div>
  45. <include file="./Application/M/View/Common/footer.html"/>
  46. </div>
  47. <include file="./Application/M/View/Common/footer_include.html"/>
  48. </body>
  49. </html>