1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <include file="./Application/M/View/Common/head_include.html"/>
- <title>联系方式-联系我们-厦门欣富地智能科技</title>
- <link rel="stylesheet" type="text/css" href="/Public/static/home/m/css/concact.css"/>
- </head>
- <body>
- <include file="./Application/M/View/Common/head.html"/>
- <div class="content">
- <div class="col">
- <img src="https://img.x-motion.cn/home/m/image/contact/contact_header.jpg " />
- </div>
- <div class="contact">
- <h2>总部:</h2>
- <p><span>总部地址:</span>中国.厦门火炬高新区(翔安)产业区建业楼A座4层</p>
- <h2>运营中心:</h2>
- <p><span>运营中心:</span>中国.厦门思明区软件园二期望海路65号之二306</p>
- <p><span>电话:</span>0592-7162896</p>
- <p><span>客服QQ:</span><a href="javascript:void(0);" style="color:#85b9f0;text-decoration: underline;">878158089</a></p>
- <p><span>体感赛车模拟器交流QQ群:</span><a href="javascript:void(0);" style="color:#85b9f0;text-decoration: underline;">493549740</a></p>
- <p><span>公司地址:</span>www.x-motion.cn</p>
- <p><span>联系邮箱:</span>kefu@x-motion.cn</p>
- <h2>微信公众号:</h2>
- <div class="cta_wx">
- <p><img src="https://img.x-motion.cn/home/m/image/contact/X-motion.jpg" /><br />X-MOTION 公众号</p>
- <p></p>
- <p><img src="https://img.x-motion.cn/home/m/image/contact/speed.jpg" alt="" /><br />幻速竟速平台公众号</p>
- </div>
- </div>
- <include file="./Application/M/View/Common/footer.html"/>
- </div>
- <include file="./Application/M/View/Common/footer_include.html"/>
- </body>
- </html>
|