contact.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {include file="layout/header" /}
  2. <!-- banner -->
  3. <div class="contact-banner">
  4. <div class="container">
  5. <ul class="rslides">
  6. <li>
  7. <div class="slider-info" style="text-align: left !important; margin-top: 8%" >
  8. <p style="font-size: 2.7vw; text-align: center; line-height:0px; font-weight:bold;">
  9. 联系我们
  10. </p>
  11. <p style="font-size: 2.3vw; text-align: center; margin-bottom:3%">
  12. Contact us
  13. </p>
  14. </div>
  15. </li>
  16. </ul>
  17. </div>
  18. </div>
  19. <div style="width: 65%; height: 700px; margin: 0 auto;">
  20. <div class="consult">
  21. <h3 style="font-weight:bold;">购买咨询</h3>
  22. <p style="color:#ccc;">Purchase consulting</p>
  23. </div>
  24. <div style="height: 100px; margin-bottom: 80px">
  25. <div style="float:left; border:2px dashed rgb(173, 173, 173); margin-right: 20px">
  26. <img width="92px" height="92px" src="{$Think.HOME_SITE_ROOT}/images/contact1.png" alt="">
  27. </div>
  28. <div class="col-lg-4 col-md-6 mt-md-0 mt-sm-5 mt-3" style="float: left;" >
  29. <div>
  30. <span style="font-weight:bold;">{$contactUs.0.homecontact_name}</span><br>
  31. <span style="font-size:12px;">{$contactUs.0.homecontact_content1}</span><br>
  32. <span style="font-size:12px;">{$contactUs.0.homecontact_content2}</span><br>
  33. <span style="font-size:12px;">{$contactUs.0.homecontact_content3}</span>
  34. </div>
  35. </div>
  36. <div style="float: left; margin: 0 auto; padding-left: 20px" >
  37. <div style="margin: 0 auto; padding-top: 3px; width: 2px; height: 92px; background-color: #CCC">
  38. </div>
  39. </div>
  40. <div style="float: right;" >
  41. <div>
  42. <span style="font-weight:bold;">{$contactUs.1.homecontact_name}</span><br>
  43. <span style="font-size:12px;">{$contactUs.1.homecontact_content1}</span><br>
  44. <span style="font-size:12px;">{$contactUs.1.homecontact_content2}</span><br>
  45. <span style="font-size:12px;">{$contactUs.1.homecontact_content3}</span>
  46. </div>
  47. </div>
  48. <div style="float: right; border:2px dashed rgb(173, 173, 173); margin-right: 30px">
  49. <img width="94px" height="94px" src="{$Think.HOME_SITE_ROOT}/images/contact2.png" alt="">
  50. </div>
  51. </div>
  52. <div class="consult">
  53. <h3 style="font-weight:bold;">技术支持</h3>
  54. <p style="color:#ccc;">Technical support</p>
  55. </div>
  56. <div style="height: 100px; margin-bottom: 80px">
  57. <div style="float:left; border:2px dashed rgb(173, 173, 173); margin-right: 20px">
  58. <img width="92px" height="92px" src="{$Think.HOME_SITE_ROOT}/images/contact3.png" alt="">
  59. </div>
  60. <div class="col-lg-4 col-md-6 mt-md-0 mt-sm-5 mt-3" style="float: left;" >
  61. <div>
  62. <span style="font-weight:bold;">{$contactUs.2.homecontact_name}</span><br>
  63. <span style="font-size:12px;">{$contactUs.2.homecontact_content1}</span><br>
  64. <span style="font-size:12px;">{$contactUs.2.homecontact_content2}</span><br>
  65. <span style="font-size:12px;">{$contactUs.2.homecontact_content3}</span>
  66. </div>
  67. </div>
  68. <div style="float: left; margin: 0 auto; padding-left: 20px" >
  69. <div style="margin: 0 auto; padding-top: 3px; width: 2px; height: 92px; background-color: #CCC">
  70. </div>
  71. </div>
  72. <div style="float: right;">
  73. <div>
  74. <span style="font-weight:bold;">{$contactUs.3.homecontact_name}</span><br>
  75. <span style="font-size:12px;">{$contactUs.3.homecontact_content1} </span><br>
  76. <span style="font-size:11px;">{$contactUs.3.homecontact_content2}</span><br>
  77. </div>
  78. </div>
  79. <div style="float: right; border:2px dashed rgb(173, 173, 173); margin-right: 20px;">
  80. <img width="110px" height="74px" src="{$Think.HOME_SITE_ROOT}/images/contact4.png" alt="">
  81. </div>
  82. </div>
  83. </div>
  84. {include file="layout/footer" /}