index.html 11 KB

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