index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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 title="description" content="" />
  7. <meta title="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  8. <meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=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. <!--====== Mean Menu ======-->
  15. <link rel="stylesheet" href="../assets/css/meanmenu.min.css" />
  16. <!--====== Default css ======-->
  17. <link rel="stylesheet" href="../assets/css/default.css" />
  18. <!--====== Style css ======-->
  19. <link rel="stylesheet" href="../assets/css/style.css" />
  20. <!--====== home css ====== -->
  21. <link rel="stylesheet" href="../assets/css/home.css" />
  22. <!--====== index css ====== -->
  23. <link rel="stylesheet" href="./css/index.css" />
  24. </head>
  25. <body>
  26. <!--[if lte IE 9]>
  27. <p class="browserupgrade">请使用chrome,IE11等现代浏览器,浏览本网站.</p>
  28. <![endif]-->
  29. <div id="app">
  30. <!--====== HEADER START ======-->
  31. <header class="header-absolute sticky-header">
  32. <div class="custom-container-one">
  33. <div class="header-top-area">
  34. <div class="container align-items-center">
  35. <!-- <div class="col-md-6 col-sm-7">
  36. <ul class="contact-list">
  37. <li>
  38. <a href="javascipt:void();">www.chinausky.com</a>
  39. </li>
  40. <li>
  41. <a href="javascipt:void();">400 633 8668</a>
  42. </li>
  43. </ul>
  44. </div> -->
  45. </div>
  46. </div>
  47. <div id="headerNav"></div>
  48. <div>
  49. <div class="mobile-menu"></div>
  50. </div>
  51. </div>
  52. </header>
  53. <!--====== COMMON BREADCRUMB START ======-->
  54. <section class="common-bradcrumb-section inner-banner">
  55. <img src="../assets/img/about/bg.png" alt="">
  56. </section>
  57. <!--====== COMMON BREADCRUMB END ======-->
  58. <!--====== ABOUT INTRODUCE START======-->
  59. <section class="about-introduce-section pt-40 pb-60">
  60. <div class="container">
  61. <div class="section-title text-center both-border pb-20">
  62. <span class="title-tag">企业简介</span>
  63. </div>
  64. <div class="about-intro-top">
  65. <p :class="ind != array.about_us.length-1 ? 'pb-40' : ''" v-for="(aboutUs,ind) in array.about_us">
  66. {{aboutUs.content}}</p>
  67. </div>
  68. </div>
  69. </section>
  70. <!--====== ABOUT INTRODUCE END======-->
  71. <!--====== HISTORY START======-->
  72. <section class="history-section pt-60 pb-60">
  73. <div class="section-title text-center both-border pb-20">
  74. <span class="title-tag">企业优势</span>
  75. </div>
  76. <div class="container" style="background-color: #ffff;">
  77. <div class="row historyContent">
  78. <div class="pb-50 col-md-6 historyConet" v-for="strength in array.strength">
  79. <div class="row">
  80. <div class="col-md-3 hisImg">
  81. <img :src="strength.picture" alt="">
  82. </div>
  83. <div class="col-md-9 hisContent">
  84. <div>{{strength.title}}</div>
  85. <div>{{strength.content}}</div>
  86. </div>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. </section>
  92. <!--====== HISTORY END======-->
  93. <!--====== COURSE START======-->
  94. <section class="course-section pt-60 pb-80">
  95. <div class="container">
  96. <div class="section-title text-center both-border pb-30">
  97. <span class="title-tag">发展历程</span>
  98. </div>
  99. <div class="row">
  100. <div class="col-md-12" v-for="history in array.history">
  101. <img :src="history.picture" alt="">
  102. </div>
  103. </div>
  104. </div>
  105. </section>
  106. <!--====== COURSE END======-->
  107. <!--====== credential START======-->
  108. <section class="history-section pt-60 pb-60">
  109. <div class="container">
  110. <div class="section-title text-center both-border pb-20">
  111. <span class="title-tag">企业荣誉</span>
  112. </div>
  113. <div class="credentialContent" style="background-color: #ffff;">
  114. <div class="title mb-30">2005~2021年度高新技术企业</div>
  115. <div class="row">
  116. <div class="col-md-6 listAll">
  117. <div class="row">
  118. <div class="col-md-6 list">
  119. <ul>
  120. <li v-for="honour_one in array.honour_one">
  121. <span class="borderRadius1">
  122. <span class="borderRadius2"></span>
  123. </span>
  124. {{honour_one.title}}
  125. </li>
  126. <li>
  127. <span class="borderRadius1">
  128. <span class="borderRadius2"></span>
  129. </span>
  130. ......
  131. </li>
  132. </ul>
  133. </div>
  134. <div class="col-md-6 list">
  135. <ul>
  136. <li v-for="honour_two in array.honour_two">
  137. {{honour_two.title}}
  138. </li>
  139. </ul>
  140. </div>
  141. </div>
  142. </div>
  143. <div class="col-md-6 listAll">
  144. <div class="row">
  145. <div class="col-md-4 list1" v-for="certificate_one in array.certificate_one">
  146. <img :src="certificate_one.picture" alt="">
  147. </div>
  148. </div>
  149. </div>
  150. </div>
  151. <div class="mt-50" id="marquee_box">
  152. <div id="marquee_img">
  153. <div id="marquee_img1">
  154. <img v-for="certificate_two in array.certificate_two" :src="certificate_two.picture" alt="">
  155. </div>
  156. <div id="marquee_img2">
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. </section>
  163. <!--====== credential END======-->
  164. <!--====== SUB COMPANY START======-->
  165. <section class="about-sub-company-section pt-60 pb-60">
  166. <div class="container">
  167. <div class="section-title text-center both-border pb-40">
  168. <span class="title-tag">联系我们</span>
  169. </div>
  170. <div class="row bg-white about-shadow aboutContent">
  171. <div class="col-md-7 pr-40 aboutImg">
  172. <img src="../assets/img/about/baidu.jpg" alt="">
  173. </div>
  174. <div class="col-md-5 aboutcotn">
  175. <div class="border-buttom" v-for="company_news in array.company_news">
  176. <div class="title">{{company_news.name}}</div>
  177. <div class="content" v-if="company_news.address != null && company_news.address != ''">公司地址:{{company_news.address}}</div>
  178. <div class="content" v-if="company_news.phone != null && company_news.phone != ''">联系电话:{{company_news.phone}}</div>
  179. <div class="content" v-if="company_news.add != null && company_news.add != ''">Add:{{company_news.add}}</div>
  180. </div>
  181. </div>
  182. </div>
  183. </div>
  184. </section>
  185. <!--====== SUB COMPANY END======-->
  186. <!--====== FOOTER PART START ======-->
  187. <div id="footer"></div>
  188. <!--====== FOOTER PART END ======-->
  189. </div>
  190. <script src="../assets/js/vendor/modernizr-3.6.0.min.js"></script>
  191. <script src="../assets/js/vendor/jquery-1.12.4.min.js"></script>
  192. <!--====== Bootstrap js ======-->
  193. <script src="../assets/js/bootstrap.min.js"></script>
  194. <script src="../assets/js/popper.min.js"></script>
  195. <!--====== Mean Menu ======-->
  196. <script src="../assets/js/jquery.meanmenu.min.js"></script>
  197. <!--====== Main js ======-->
  198. <script src="../assets/js/main.js"></script>
  199. <!--====== Example Info js======-->
  200. <script src="../assets/js/exampleinfo.js"></script>
  201. <!--====== Setting Info js ======-->
  202. <script src="../assets/js/settinginfo.js"></script>
  203. <!--====== Vue js======-->
  204. <script src="../assets/js/vue.min.js"></script>
  205. <script language="javascript">
  206. $(function() {
  207. $('#footer').load("../footer.html");
  208. $(".menu-items ul li").hover(function() {
  209. $(".erMenu>div").html("")
  210. $(this).addClass("menuactive").siblings().removeClass("menuactive");
  211. if ($(this).children("a").text() == "解决方案") {
  212. $(this).addClass("menuactive").siblings()
  213. var data = `
  214. <ul class="erMenuList">
  215. <li><a href="../solution/index.html?solution_type=1">智慧安防</a></li>
  216. <li><a href="../solution/index.html?solution_type=2">智慧消防</a></li>
  217. <li><a href="../solution/index.html?solution_type=3">智慧建筑能源管理</a></li>
  218. <li><a href="../solution/index.html?solution_type=4">智慧电力综合管理</a></li>
  219. <li><a href="../solution/index.html?solution_type=5">智慧园区无人机综合管理</a></li>
  220. <li><a href="../solution/index.html?solution_type=6">智慧楼宇综合运营</a></li>
  221. </ul>`
  222. $(".erMenu>div").append(data)
  223. $(".erMenu").fadeIn()
  224. } else {
  225. $(".erMenu").fadeOut()
  226. }
  227. });
  228. $(".erMenu").hover(function() {
  229. }, function() {
  230. $(".erMenu").fadeOut()
  231. })
  232. $('#headerNav').load("../headerNav.html");
  233. })
  234. setTimeout(() => {
  235. // 走马灯
  236. var speed = 10; //数字越大速度越慢
  237. var tab = document.getElementById("marquee_box");
  238. var tab1 = document.getElementById("marquee_img1");
  239. var tab2 = document.getElementById("marquee_img2");
  240. tab2.innerHTML = tab1.innerHTML;
  241. function Marquee() {
  242. if (tab2.offsetWidth - tab.scrollLeft <= 0)
  243. tab.scrollLeft -= tab1.offsetWidth
  244. else {
  245. tab.scrollLeft++;
  246. }
  247. }
  248. var MyMar = setInterval(Marquee, speed);
  249. tab.onmouseover = function() {
  250. clearInterval(MyMar)
  251. };
  252. tab.onmouseout = function() {
  253. MyMar = setInterval(Marquee, speed)
  254. };
  255. }, 1000)
  256. </script>
  257. <script>
  258. var app = new Vue({
  259. el: '#app',
  260. data: {
  261. array: []
  262. },
  263. computed: {},
  264. methods: {
  265. },
  266. mounted: function() {
  267. var _this = this;
  268. $.ajax({
  269. type: 'POST',
  270. dataType: 'json',
  271. url: window.FQDN + 'Aboutus/index',
  272. }).done(function(arr) {
  273. // console.log(arr)
  274. _this.array = arr;
  275. }).fail(function(err) {});
  276. }
  277. })
  278. </script>
  279. </body>
  280. </html>