contactUs.html 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  3. <head th:replace="common::header(~{::title},~{::link},~{::meta})">
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <title>联系我们 - 科德集团</title>
  7. <meta name="Keywords" Content="科德联系方式,科德电话,联系我们"/>
  8. <meta name="description" Content="科德集团成立于2001年,拥有21年企业咨询经验,为10万+客户提供企业查询服务。"/>
  9. <!-- 二级页面CSS -->
  10. <link rel="stylesheet" th:href="${portalHost+'/css/secode.css'}">
  11. </head>
  12. <body>
  13. <div class="app">
  14. <!-- 头部 -->
  15. <header>
  16. <div th:replace="common::nav('','')"></div>
  17. <!-- 轮播图 -->
  18. <div class="swiper-containerx">
  19. <img th:src="${banners}==null?${portalHost+'/images/banner/about_bg.png'}:${avatarUploadHost}+${banners.bannerUrl}" />
  20. <div class="swiper_title">
  21. <h6>联系我们</h6>
  22. </div>
  23. </div>
  24. <!-- 轮播图 end -->
  25. </header>
  26. <!-- 头部 end -->
  27. <!-- 主体内容 -->
  28. <div class="about-cx main about-kede-main">
  29. <div class="container">
  30. <div class="about-kede-content">
  31. <h4>联系我们</h4>
  32. <p>为客户提供优质的一站式服务咨询解决方案</p>
  33. <div class="content">
  34. <div id="baidu_container">
  35. <iframe width="1245" height="350" frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src="https://surl.amap.com/rDGS4SzaTG"></iframe>
  36. </div>
  37. <div class="contact_img">
  38. <img th:src="${portalHost+'/images/logo.jpg'}" />
  39. <h5>湖南科德信息咨询集团有限公司</h5>
  40. </div>
  41. <div class="contact_text">
  42. <ul>
  43. <li>地址:湖南省长沙市岳麓区茶子山东路湘江财富金融中心D座12层</li>
  44. <li>联系我们:400-8800-962 | 0731-89907207</li>
  45. <li style="display: flex;flex-flow: row nowrap;white-space: nowrap;">
  46. 客服热线:
  47. <span style="display: flex;flex-flow: row wrap">
  48. <div style="padding-right: 10px;">18932403553(陈女士)</div>
  49. <div>18974979313(颜女士)</div>
  50. </span>
  51. </li>
  52. <li>QQ咨询:1924306267</li>
  53. </ul>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <!-- 主体内容 end -->
  60. <!-- 底部 -->
  61. <footer>
  62. <div th:replace="common::copyright('')"></div>
  63. </footer>
  64. <!-- 底部 end -->
  65. </div>
  66. <div th:replace="common::footer(~{},'')">
  67. </div>
  68. </body>
  69. </html>