index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="x-ua-compatible" content="ie=edge" />
  6. <meta name="description" content="" />
  7. <meta name="keywords" content="" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  9. <link rel="icon" href="assets/img/favicon.ico">
  10. <title></title>
  11. <link rel="stylesheet" href="assets/css/bootstrap.min.css" />
  12. <!--====== Owl Carousel css ======-->
  13. <link rel="stylesheet" href="assets/css/slick.css" />
  14. <link rel="stylesheet" href="assets/summernote/plugin/jquery-blinds-player/css/shutter.css">
  15. <!--====== Mean Menu ======-->
  16. <link rel="stylesheet" href="assets/css/meanmenu.min.css" />
  17. <!--====== Animation css =======-->
  18. <link rel="stylesheet" href="../assets/css/animation.css" />
  19. <!--====== element css ====== -->
  20. <link rel="stylesheet" href="../assets/css/element.css">
  21. <!--====== Default css ======-->
  22. <link rel="stylesheet" href="assets/css/default.css" />
  23. <!--====== animate css ======-->
  24. <link rel="stylesheet" href="https://animate.style/animate.min.css" />
  25. <!--====== Style css ======-->
  26. <link rel="stylesheet" href="assets/css/style.css" />
  27. <!--====== home css ====== -->
  28. <link rel="stylesheet" href="assets/css/home.css" />
  29. <link rel="stylesheet" href="assets/fonts/iconfont/iconfont.css">
  30. </head>
  31. <body>
  32. <!--[if lte IE 9]>
  33. <p class="browserupgrade">请使用chrome,IE11等现代浏览器,浏览本网站.</p>
  34. <![endif]-->
  35. <div id="app">
  36. <div>
  37. <!-- LOADING START -->
  38. <div v-if="loading" class="loadingBox">
  39. <loading-com></loading-com>
  40. </div>
  41. <!-- LOADING END -->
  42. <!-- FEEDBACK START -->
  43. <feed-fix></feed-fix>
  44. <!-- FEEDBACK END -->
  45. <!-- DIALOG START-->
  46. <dialog-com @data-event="handleChildEvent" :fatherdialogv="centerDialogVisible" :ruleform="ruleForm" :fatherrules="rules" :fatherdialoga="dialogDataArray"></dialog-com>
  47. <!-- DIALOG END -->
  48. </div>
  49. <!--====== HEADER START ======-->
  50. <header-com @data-event="goApply" :todo="columnList" :currentone="currentPath"></header-com>
  51. <!--====== HEADER END ======-->
  52. <div class="video-section">
  53. <video autoplay loop muted style="width:100%;height:100%;object-fit:fill;"
  54. poster="assets/img/banner/111.png">
  55. <source src="assets/video/122.mp4" type="video/mp4">
  56. </video>
  57. <div class="video-des">
  58. <div class="des1">
  59. <p class="animate__animated animate__fadeInUp">公司成立<span class="num1">20年</span>,围绕行业细分,累计服务超过
  60. <span class="num1">5000</span> 家企业,近<span class="num1"> 10万 </span>个用户</p>
  61. </div>
  62. <div class="des2 desCom animate__animated animate__flipInX"
  63. style="top:43%; left:0;width:100%;text-align:center">
  64. <p>核心价值观</p>
  65. <span>一起梦想,一起成长,一起分享</span>
  66. </div>
  67. <div class="des3 desCom animate__animated animate__lightSpeedInLeft" style="top:65%; left:20%;">
  68. <p>企业使命</p>
  69. <span>用数字化手段助力客户融入数智时代</span>
  70. </div>
  71. <div class="des4 desCom animate__animated animate__lightSpeedInRight" style="top:65%; right:25%;">
  72. <p>企业愿景</p>
  73. <span>成为智慧数字产业的领跑者</span>
  74. </div>
  75. </div>
  76. <span class="go_down"></span>
  77. </div>
  78. <section v-for="(list,ind) in homeList">
  79. <!--====== WHYUS SECTION START ======-->
  80. <div class="whyUs-section pt-60 pb-60" v-if="list.title === '物联网行业垂直应用'">
  81. <div class="container">
  82. <div class="section-title text-center both-border pb-90">
  83. <span class="title-tag">{{list.title}}</span>
  84. <div v-for="one in list.content_one">
  85. {{one.content}}
  86. </div>
  87. </div>
  88. <div class="row align-items-center justify-content-center">
  89. <div class="col-md-12">
  90. <div class="row" id="hexGrid">
  91. <div :class="
  92. indx == 0 ? 'col-md-4 offset-2 col-sm-6'
  93. : indx == 1 ? 'col-md-4 col-sm-6'
  94. : indx == 2 ? 'hex hex3 col-md-4 col-sm-6'
  95. : indx >= 3 ? 'hex col-md-4 col-sm-6'
  96. : '' " v-for="(con,indx) in list.content">
  97. <!-- <a class="hexIn" href="#"> -->
  98. <img :src="con.picture" alt="" />
  99. <!-- </a> -->
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. <!--====== WHYUS SECTION END ======-->
  107. <!--====== ABOUT SECTION START ======-->
  108. <div class="about-section pt-60 pb-60 " v-if="list.title === '数字化管理平台'">
  109. <div class="container ">
  110. <div class="section-title text-center both-border pb-80">
  111. <span class="title-tag ">{{list.title}}</span>
  112. <div v-for="one in list.content_one">
  113. {{one.content}}
  114. </div>
  115. </div>
  116. <div class="row align-items-center justify-content-center about-background"
  117. v-for="con in list.content">
  118. <div class="imgCenter col-md-6 about-img-box" v-if="con.picture != null && con.picture != ''">
  119. <img :src="con.picture" alt=" ">
  120. </div>
  121. <div class="col-md-6 about-text-box">
  122. <div class="">
  123. <span class="title-tag" v-if="con.title != null && con.title != ''">{{con.title}}</span>
  124. <div>
  125. <br><br>
  126. <span v-for="cont in con.content">
  127. <span style="margin-right: 35px;"></span>{{cont.content}}
  128. </span>
  129. </div>
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. <!--====== ABOUT SECTION END ======-->
  136. <!--====== WHYUS SECTION START ======-->
  137. <div class="whyUs-section pt-60 pb-60" v-if="list.title === '核心优势'">
  138. <div class="container">
  139. <div class="section-title text-center both-border pb-90">
  140. <span class="title-tag">{{list.title}}</span>
  141. </div>
  142. <div class="row align-items-center justify-content-center">
  143. <div class="col-md-12">
  144. <div class="row ys-text-align">
  145. <div class="maxWidth col-md-4 col-sm-6" v-for="(con,ind) in list.content">
  146. <div class="about-img-box">
  147. <img :src="con.picture" alt="">
  148. <div>
  149. <span :class="
  150. ind == 0 ? 'span1 title-tag'
  151. :ind == 1 ? 'span2 title-tag'
  152. :ind == 2 ? 'span3 title-tag':''">{{con.title}}</span>
  153. </div>
  154. <div>
  155. <span v-for="cont in con.content">{{cont.content}}<br></span>
  156. </div>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </div>
  164. <!--====== WHYUS SECTION END ======-->
  165. <!--====== Trademark SECTION START ======-->
  166. <div class="about-section pt-60 pb-60 " v-if="list.title === '合作伙伴'">
  167. <div class="container ">
  168. <div class="section-title text-center both-border pb-80">
  169. <span class="title-tag ">{{list.title}}</span>
  170. </div>
  171. <div class="row align-items-center justify-content-center trademark-background">
  172. <div class="col-md-12">
  173. <div class="row">
  174. <div class="col-md-2" v-for="con in list.content">
  175. <img :src="con.picture" alt="">
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. <!--====== Trademark SECTION END ======-->
  183. <!--====== NEWS SECTION START ======-->
  184. <div class="news-section pt-60 pb-60" v-if="list.title === '友情链接'">
  185. <div class="container">
  186. <div class="section-title text-center both-border">
  187. <span class="title-tag ">{{list.title}}</span>
  188. <br><br><br>
  189. </div>
  190. <div class="row">
  191. <div class="newsBack col-md-12">
  192. <div class="row">
  193. <div class="newsImg col-md-3" v-for="con in list.content">
  194. <a :href="con.catenate" target="_blank">
  195. <img :src="con.picture" alt="">
  196. </a>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. </div>
  203. <!--====== NEWS SECTION END ======-->
  204. </section>
  205. <!--====== FOOTER PART START ======-->
  206. <footer-com v-if="columnList.length>1" :todo="columnList"></footer-com>
  207. <!--====== FOOTER PART END ======-->
  208. </div>
  209. <!--====== jquery js ======-->
  210. <script src="assets/js/vendor/modernizr-3.6.0.min.js "></script>
  211. <script src="assets/js/vendor/jquery-1.12.4.min.js "></script>
  212. <!--====== Bootstrap js ======-->
  213. <script src="assets/js/bootstrap.min.js "></script>
  214. <script src="assets/js/popper.min.js "></script>
  215. <!--====== Slick js ======-->
  216. <script src="assets/js/slick.min.js "></script>
  217. <!--====== Mean Menu ======-->
  218. <script src="assets/js/jquery.meanmenu.min.js "></script>
  219. <script src="assets/css/font_mun4q5ltrbp/iconfont.js "></script>
  220. <!--====== Main js ======-->
  221. <script src="assets/js/main.js "></script>
  222. <!--====== Setting Info js ======-->
  223. <script src="assets/js/settinginfo.js"></script>
  224. <!--====== Vue js ======-->
  225. <script src="assets/js/vue.min.js "></script>
  226. <script src="assets/summernote/plugin/jquery-blinds-player/js/velocity.js"></script>
  227. <script src="assets/summernote/plugin/jquery-blinds-player/js/shutter.js"></script>
  228. <script src="../assets/js/element/index.js"></script>
  229. <script type="module" src="assets/js/commonVue.js "></script>
  230. </body>
  231. </html>