index.html 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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" :style="{'display':'block'}" style="display:none">
  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/1111.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 >
  77. <!--====== WHYUS SECTION START ======-->
  78. <div class="whyUs-section pt-60 pb-60" v-for="(arr,index) in articalArray" :style="{background:(index % 2 == 1?'#F4F8FD':'#fff')}">
  79. <div class="container">
  80. <div class="section-title text-center both-border pb-20">
  81. <span class="title-tag">{{arr.title}}</span>
  82. <span class="mb-30">{{arr.zhaiyao}}</span>
  83. </div>
  84. <!-- 图文混排 -->
  85. <div class="row" v-if="arr.image" class="aboutOnlyText "
  86. :style="{padding:(index % 2 == 1?'40px 25px':' 40px 25px')}"
  87. style="background-color: #ffff; box-shadow: 0px 10px 20px 10px rgb(179 202 216 / 20%); align-items:center">
  88. <div class="col-md-6 pr-40 aboutImg text-center ">
  89. <img :src="arr.image" alt="">
  90. </div>
  91. <div class="col-md-6" v-html="arr.content">
  92. </div>
  93. </div>
  94. <!-- 只有富文本 -->
  95. <div class="aboutOnlyText row text-center" v-else :style="{padding:(index % 2 == 1?'':'0 ')}"
  96. style="background-color: #ffff;">
  97. <div class=" about-text-image" v-html="arr.content">
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. <!--====== WHYUS SECTION END ======-->
  103. </section>
  104. <!--====== FOOTER PART START ======-->
  105. <footer-com v-if="columnList.length>1&&footerBoolean" :todo="columnList"></footer-com>
  106. <!--====== FOOTER PART END ======-->
  107. </div>
  108. <!--====== jquery js ======-->
  109. <script src="assets/js/vendor/jquery-1.12.4.min.js "></script>
  110. <!--====== Bootstrap js ======-->
  111. <script src="assets/js/bootstrap.min.js "></script>
  112. <!--====== Vue js ======-->
  113. <script src="assets/js/vue.min.js "></script>
  114. <!--====== Element js ======-->
  115. <script src="assets/js/element/index.js"></script>
  116. <!--====== Mean Menu ======-->
  117. <script src="assets/js/jquery.meanmenu.min.js "></script>
  118. <!--====== Setting Info js ======-->
  119. <script src="assets/js/settinginfo.js"></script>
  120. <!--====== Main js ======-->
  121. <script src="assets/js/main.js "></script>
  122. <!--====== commonVue js ======-->
  123. <script type="module" src="assets/js/commonVue.js "></script>
  124. </body>
  125. </html>