contact.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {include file=top.html}
  2. <!-- S touch-top-wrapper -->
  3. <div class="touch-top mobile-section clearfix">
  4. <div class="touch-top-wrapper clearfix">
  5. <div class="touch-logo" skinobjectzone="HtmlLogo_1717"><a class="" href="javascript:;"><img src="{pboot:sitelogo}"/></a></div>
  6. <!-- S touch-navigation -->
  7. <div class="touch-navigation">
  8. <div class="touch-toggle">
  9. <ul>
  10. <li class="touch-toggle-item-last"><a href="javascript:;" class="drawer-menu" data-drawer="drawer-section-menu"><i
  11. class="touch-icon-menu"></i><span>Navigation</span></a></li>
  12. </ul>
  13. </div>
  14. </div>
  15. <!-- E touch-navigation -->
  16. </div>
  17. <!-- S touch-top -->
  18. <div class="touch-toggle-content touch-top-home">
  19. <!--<div class="drawer-section drawer-section-language">
  20. <ul class="touch-language clearfix" skinobjectzone="HtmlLanguage_1982">
  21. <li><a href="javascript:;">中文简体</a></li>
  22. </ul>
  23. </div>-->
  24. {include file=mobile-top.html}
  25. <script type="text/javascript">
  26. $(document).ready(function() {
  27. $(".touch-toggle a").click(function(event) {
  28. var className = $(this).attr("data-drawer");
  29. if ($("." + className).css('display') == 'none') {
  30. $("." + className).slideDown().siblings(".drawer-section").slideUp();
  31. } else {
  32. $(".drawer-section").slideUp();
  33. }
  34. event.stopPropagation();
  35. });
  36. /*$(document).click(function(){
  37. $(".drawer-section").slideUp();
  38. })*/
  39. $('.touch-menu a').click(function() {
  40. if ($(this).next().is('ul')) {
  41. if ($(this).next('ul').css('display') == 'none') {
  42. $(this).next('ul').slideDown();
  43. $(this).find('i').attr("class", "touch-arrow-up");
  44. } else {
  45. $(this).next('ul').slideUp();
  46. $(this).next('ul').find('ul').slideUp();
  47. $(this).find('i').attr("class", "touch-arrow-down");
  48. }
  49. }
  50. });
  51. });
  52. </script>
  53. </div>
  54. <!-- E touch-top -->
  55. </div>
  56. <!-- E touch-top-wrapper -->
  57. <!-- ==================== E top ==================== -->
  58. <!-- ==================== S header ==================== -->
  59. <div id="a1portalSkin_headerAreaA" class="header">
  60. <!-- Start_Module_228988 --><a name="26526" id="26526"></a>
  61. <div class="module-default">
  62. <div class="module-inner">
  63. <div id="a1portalSkin_ctr228988228988_mainArea" class="module-content">
  64. <!-- Start_Module_228988 -->
  65. <!-- S responsive-carousel -->
  66. <div class="responsive-carousel carousel clearfix">
  67. <div id="responsive-228988">
  68. <div class="carousel-item" style="">
  69. {pboot:slide gid=15 num=1}
  70. <div class="carousel-img"><a href="javascript:;" target=""><img src="[slide:src]" /></a></div>
  71. {/pboot:slide}
  72. </div>
  73. </div>
  74. <div class="carousel-btn carousel-btn-fixed" id="carousel-page-228988"></div>
  75. <script type="text/javascript">
  76. $(window).load(function() {
  77. $("#responsive-228988").carouFredSel({
  78. responsive: true,
  79. width: '100%',
  80. items: {
  81. visible: 1
  82. },
  83. auto: {
  84. pauseOnHover: true,
  85. timeoutDuration: 5000
  86. },
  87. swipe: {
  88. onTouch: true,
  89. onMouse: true
  90. },
  91. pagination: "#carousel-page-228988"
  92. //prev : { button:"#carousel-prev-228988"},
  93. //next : { button:"#carousel-next-228988"},
  94. //scroll : { fx : "coverfade", duration : 1200, timeoutDuration : 1500 }
  95. });
  96. $("#responsive-228988 .carousel-item").show();
  97. });
  98. </script>
  99. </div>
  100. <!-- E responsive-carousel -->
  101. <!-- End_Module_228988 -->
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. <!-- ==================== E Header ==================== -->
  107. <!-- ==================== S main ==================== -->
  108. <section class="main">
  109. <section class="full-page-title-wrap clearfix" skinobjectzone="menu_2834">
  110. <h2>联系我们</h2>
  111. </section>
  112. <!-- S page-menu -->
  113. <div class="page-width clearfix">
  114. <!-- S full-page-content -->
  115. <div class="full-page-content">
  116. <div id="a1portalSkin_mainArea" class="full-page-content-wrapper">
  117. <!-- Start_Module_228968 --><a name="25978" id="25978"></a>
  118. <div class="module-default">
  119. <div class="module-inner">
  120. <div id="a1portalSkin_ctr228968228968_mainArea" class="module-content">
  121. <!-- Start_Module_228968 -->
  122. <div class="qhd-content">
  123. {content:content}
  124. </div>
  125. <!-- End_Module_228968 -->
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <!-- E full-page-content -->
  132. </div>
  133. </section>
  134. {include file=footer.html}
  135. </body>
  136. </html>