index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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. <div v-if="modelType==1" style="width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;" v-bind:style="{backgroundImage:'url('+columnImage+')'}"></div>
  51. <video v-else id="videoPlay" autoplay loop muted style="width:100%;height:100%;object-fit:fill;"
  52. poster="assets/img/banner/111.png">
  53. <source type="video/mp4">
  54. </video>
  55. <div class="video-des">
  56. <div class="des1">
  57. <p class="animate__animated animate__fadeInUp">公司成立<span class="num1">20年</span>,围绕行业细分,累计服务超过
  58. <span class="num1">5000</span> 家企业,近<span class="num1"> 10万 </span>个用户</p>
  59. </div>
  60. <div class="des2 desCom animate__animated animate__flipInX"
  61. style="top:43%; left:0;width:100%;text-align:center">
  62. <p>核心价值观</p>
  63. <span>一起梦想,一起成长,一起分享</span>
  64. </div>
  65. <div class="des3 desCom animate__animated animate__lightSpeedInLeft" style="top:65%; left:20%;">
  66. <p>企业使命</p>
  67. <span>用数字化手段助力客户融入数智时代</span>
  68. </div>
  69. <div class="des4 desCom animate__animated animate__lightSpeedInRight" style="top:65%; right:25%;">
  70. <p>企业愿景</p>
  71. <span>成为智慧数字产业的领跑者</span>
  72. </div>
  73. </div>
  74. <span class="go_down"></span>
  75. </div>
  76. <section v-for="(list,ind) in homeList">
  77. <!--====== WHYUS SECTION START ======-->
  78. <div class="whyUs-section pt-60 pb-60" v-if="list.title === '物联网行业垂直应用'">
  79. <div class="container">
  80. <div class="section-title text-center both-border pb-90">
  81. <span class="title-tag">{{list.title}}</span>
  82. <div v-for="one in list.content_one">
  83. {{one.content}}
  84. </div>
  85. </div>
  86. <div class="row align-items-center justify-content-center">
  87. <div class="col-md-12">
  88. <div class="row" id="hexGrid">
  89. <div :class="
  90. indx == 0 ? 'col-md-4 offset-2 col-sm-6'
  91. : indx == 1 ? 'col-md-4 col-sm-6'
  92. : indx == 2 ? 'hex hex3 col-md-4 col-sm-6'
  93. : indx >= 3 ? 'hex col-md-4 col-sm-6'
  94. : '' " v-for="(con,indx) in list.content">
  95. <!-- <a class="hexIn" href="#"> -->
  96. <img :src="con.picture" alt="" />
  97. <!-- </a> -->
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. <!--====== WHYUS SECTION END ======-->
  105. <!--====== ABOUT SECTION START ======-->
  106. <div class="about-section pt-60 pb-60 " v-if="list.title === '数字化管理平台'">
  107. <div class="container ">
  108. <div class="section-title text-center both-border pb-80">
  109. <span class="title-tag ">{{list.title}}</span>
  110. <div v-for="one in list.content_one">
  111. {{one.content}}
  112. </div>
  113. </div>
  114. <div class="row align-items-center justify-content-center about-background"
  115. v-for="con in list.content">
  116. <div class="imgCenter col-md-6 about-img-box" v-if="con.picture != null && con.picture != ''">
  117. <img :src="con.picture" alt=" ">
  118. </div>
  119. <div class="col-md-6 about-text-box">
  120. <div class="">
  121. <span class="title-tag" v-if="con.title != null && con.title != ''">{{con.title}}</span>
  122. <div>
  123. <br><br>
  124. <span v-for="cont in con.content">
  125. <span style="margin-right: 35px;"></span>{{cont.content}}
  126. </span>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. </div>
  132. </div>
  133. <!--====== ABOUT SECTION END ======-->
  134. <!--====== WHYUS SECTION START ======-->
  135. <div class="whyUs-section pt-60 pb-60" v-if="list.title === '核心优势'">
  136. <div class="container">
  137. <div class="section-title text-center both-border pb-90">
  138. <span class="title-tag">{{list.title}}</span>
  139. </div>
  140. <div class="row align-items-center justify-content-center">
  141. <div class="col-md-12">
  142. <div class="row ys-text-align">
  143. <div class="maxWidth col-md-4 col-sm-6" v-for="(con,ind) in list.content">
  144. <div class="about-img-box">
  145. <img :src="con.picture" alt="">
  146. <div>
  147. <span :class="
  148. ind == 0 ? 'span1 title-tag'
  149. :ind == 1 ? 'span2 title-tag'
  150. :ind == 2 ? 'span3 title-tag':''">{{con.title}}</span>
  151. </div>
  152. <div>
  153. <span v-for="cont in con.content">{{cont.content}}<br></span>
  154. </div>
  155. </div>
  156. </div>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. <!--====== WHYUS SECTION END ======-->
  163. <!--====== Trademark SECTION START ======-->
  164. <div class="about-section pt-60 pb-60 " v-if="list.title === '合作伙伴'">
  165. <div class="container ">
  166. <div class="section-title text-center both-border pb-80">
  167. <span class="title-tag ">{{list.title}}</span>
  168. </div>
  169. <div class="row align-items-center justify-content-center trademark-background">
  170. <div class="col-md-12">
  171. <div class="row">
  172. <div class="col-md-2" v-for="con in list.content">
  173. <img :src="con.picture" alt="">
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. <!--====== Trademark SECTION END ======-->
  181. <!--====== NEWS SECTION START ======-->
  182. <div class="news-section pt-60 pb-60" v-if="list.title === '友情链接'">
  183. <div class="container">
  184. <div class="section-title text-center both-border">
  185. <span class="title-tag ">{{list.title}}</span>
  186. <br><br><br>
  187. </div>
  188. <div class="row">
  189. <div class="newsBack col-md-12">
  190. <div class="row">
  191. <div class="newsImg col-md-3" v-for="con in list.content">
  192. <a :href="con.catenate" target="_blank">
  193. <img :src="con.picture" alt="">
  194. </a>
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. <!--====== NEWS SECTION END ======-->
  202. </section>
  203. <!--====== FOOTER PART START ======-->
  204. <footer-com v-if="columnList.length>1" :todo="columnList"></footer-com>
  205. <!--====== FOOTER PART END ======-->
  206. </div>
  207. <!--====== jquery js ======-->
  208. <script src="assets/js/vendor/jquery-1.12.4.min.js "></script>
  209. <!--====== Bootstrap js ======-->
  210. <script src="assets/js/bootstrap.min.js "></script>
  211. <!--====== Vue js ======-->
  212. <script src="assets/js/vue.min.js "></script>
  213. <!--====== Element js ======-->
  214. <script src="assets/js/element/index.js"></script>
  215. <!--====== Mean Menu ======-->
  216. <script src="assets/js/jquery.meanmenu.min.js "></script>
  217. <!--====== Setting Info js ======-->
  218. <script src="assets/js/settinginfo.js"></script>
  219. <!--====== Main js ======-->
  220. <script src="assets/js/main.js "></script>
  221. <!--====== commonVue js ======-->
  222. <script type="module" src="assets/js/commonVue.js "></script>
  223. </body>
  224. </html>