index.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <!DOCTYPE html>
  2. <html xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>塑维</title>
  7. <meta name="keywords" content="MES,MES系统,MES软件,制造执行系统,生产管理系统,生产协同,制造协同,生产流程管理,精益制造,智能制造,生产数字化,制造信息化"/>
  8. <meta name="description"
  9. content="塑维智造是一款云端制造协同系统,通过数据和算法让生产更加高效。基于数据聚合、多角色协同、可视化分析、智能决策四大亮点,帮助企业缩短生产周期、降低库存积压、提升产能利用率、透明化制造流程,实现数据驱动下的精益制造。"/>
  10. <meta name="description" content="">
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <meta name="robots" content="all,follow">
  13. <!-- Bootstrap CSS-->
  14. <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
  15. <!-- Font Awesome CSS-->
  16. <link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
  17. <!-- Google fonts - Roboto-->
  18. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
  19. <!-- Bootstrap Select-->
  20. <link rel="stylesheet" href="vendor/bootstrap-select/css/bootstrap-select.min.css">
  21. <!-- owl carousel-->
  22. <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.css">
  23. <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.css">
  24. <!-- theme stylesheet-->
  25. <link rel="stylesheet" href="css/style.blue.css" id="theme-stylesheet">
  26. <!-- Custom stylesheet - for your changes-->
  27. <link rel="stylesheet" href="css/custom.css">
  28. <!-- Favicon and apple touch icons-->
  29. <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
  30. <!--<link rel="apple-touch-icon" href="img/apple-touch-icon.png">-->
  31. <!--<link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png">-->
  32. <!--<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">-->
  33. <!--<link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png">-->
  34. <!--<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">-->
  35. <!--<link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">-->
  36. <!--<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png">-->
  37. <!--<link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png">-->
  38. <!-- Tweaks for older IEs--><!--[if lt IE 9]>
  39. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  40. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  41. </head>
  42. <body>
  43. <div id="all" class="indexHead">
  44. <!-- Navbar Start-->
  45. <header class="nav-holder make-sticky">
  46. <div id="navbar" role="navigation" class="navbar navbar-expand-lg">
  47. <div class="container">
  48. <a href="index" class="navbar-brand home">
  49. <img src="img/logo.png" style="width:187px;" alt="Universal logo" class="d-none d-md-inline-block">
  50. <img src="img/logo-small.png" alt="Universal logo" class="d-inline-block d-md-none">
  51. </a>
  52. <button type="button" data-toggle="collapse" data-target="#navigation"
  53. class="navbar-toggler btn-template-outlined"><span class="sr-only">Toggle navigation</span><i
  54. class="fa fa-align-justify"></i></button>
  55. <div id="navigation" class="navbar-collapse collapse">
  56. <ul class="nav navbar-nav ml-auto">
  57. <li class="nav-item dropdown active"><a href="index">首页 <b class="caret"></b></a></li>
  58. <li class="nav-item dropdown menu-large"><a href="product">公司优势 <b class="caret"></b></a></li>
  59. <li class="nav-item dropdown menu-large"><a href="partner">合作伙伴 <b class="caret"></b></a></li>
  60. <li class="nav-item dropdown menu-large"><a href="case">成功案例 <b class="caret"></b></a></li>
  61. <li class="nav-item dropdown menu-large"><a href="goods">公司产品 <b class="caret"></b></a></li>
  62. <li class="nav-item dropdown menu-large aboutUs">
  63. <a href="about.html">关于我们 <b class="caret"></b></a>
  64. <div class="qrcode">
  65. <img src="img/qrCode.jpg" alt="..." class="img-fluid">
  66. <div>关注我们</div>
  67. </div>
  68. </li>
  69. <span style="border-left: 1px solid #fff;line-height: 1.5;"></span>
  70. <li id="login" class="nav-item dropdown menu-large"><a href="login.html">登录 <b class="caret"></b></a></li>
  71. <li id="vip" style="display: none;" class="nav-item dropdown menu-large"><a href="/vip">会员入口 <b class="caret"></b></a></li>
  72. </ul>
  73. </div>
  74. </div>
  75. </div>
  76. </header>
  77. <!-- Navbar End-->
  78. <section style="background: unset" class="background-white relative-positioned">
  79. <!-- url('img/background.png') center center repeat; background-size: cover; -->
  80. <!-- <video class="background_video" muted src="img/background_video.mp4" loop="loop" autoplay="autoplay"></video> -->
  81. <div class="banner">
  82. <!-- Carousel Start-->
  83. <div class="home-carousel">
  84. <!-- <div class="dark-mask mask-primary"></div> -->
  85. <div>
  86. <div class="homepage owl-carousel">
  87. <div class="item" th:each="item : ${pictures}">
  88. <img th:src="${{item.url}}" src="img/banner1.png" alt="" class="img-fluid">
  89. </div>
  90. <!-- <div class="item">
  91. <img src="img/banner2.png" alt="" class="img-fluid">
  92. </div> -->
  93. </div>
  94. </div>
  95. </div>
  96. <!-- Carousel End-->
  97. </div>
  98. </section>
  99. <section class="bar background-white background-wap">
  100. <div class="container text-center">
  101. <div class="row">
  102. <div class="col-lg-4 col-md-6" th:each="item : ${characteristic}">
  103. <div class="box-simple">
  104. <img class="icon-outlined" style="border: none;width:150px;height: unset;line-height: unset;" th:src="${{item.imageUrl}}">
  105. <h3 class="h4" th:text="${{item.name}}"></h3>
  106. <p th:text="${{item.description}}"></p>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. </section>
  112. <section class="bar background-pentagon no-mb text-md-center">
  113. <div class="container">
  114. <div class="heading text-center">
  115. <h2>客户说</h2>
  116. </div>
  117. <p class="lead">塑维智造是一款云端制造协同系统,通过数据和算法让生产更加高效。基于数据聚合、多角色协同、可视化分析、
  118. 智能决策四大亮点,帮助企业缩短生产周期、降低库存积压、提升产能利用率、透明化制造流程,实现数据驱动下的精益制造。</p>
  119. <!-- Carousel Start-->
  120. <ul class="owl-carousel testimonials list-unstyled equal-height">
  121. <li class="item">
  122. <div class="testimonial d-flex flex-wrap">
  123. <div class="text">
  124. <p>「 对比多家供应商后,我们选择了塑维,事实证明我们的选择是正确的,产能得到了大幅度提升! 」</p>
  125. </div>
  126. <div class="bottom d-flex align-items-center justify-content-between align-self-end">
  127. <div class="icon"><i class="fa fa-quote-left"></i></div>
  128. <div class="testimonial-info d-flex">
  129. <div class="title">
  130. <h5>南京维和制造</h5>
  131. <p>CEO, 杨树人</p>
  132. </div>
  133. <div class="avatar"><img alt="" src="img/person-1.jpg" class="img-fluid"></div>
  134. </div>
  135. </div>
  136. </div>
  137. </li>
  138. <li class="item">
  139. <div class="testimonial d-flex flex-wrap">
  140. <div class="text">
  141. <p>「 工厂内很多以前难以收集、分析的数据,通过黑湖智造系统得以聚合、分析,帮助我们更好地发现生产问题,提升产能! 」</p>
  142. </div>
  143. <div class="bottom d-flex align-items-center justify-content-between align-self-end">
  144. <div class="icon"><i class="fa fa-quote-left"></i></div>
  145. <div class="testimonial-info d-flex">
  146. <div class="title">
  147. <h5>黑湖科技</h5>
  148. <p>设备 生产主管</p>
  149. </div>
  150. <div class="avatar"><img alt="" src="img/person-2.jpg" class="img-fluid"></div>
  151. </div>
  152. </div>
  153. </div>
  154. </li>
  155. <li class="item">
  156. <div class="testimonial d-flex flex-wrap">
  157. <div class="text">
  158. <p>「 上了黑湖智造系统之后,有效改造了厂内协同混乱的情况!物料、排程、生产、质检等信息都能够无缝打通! 」</p>
  159. <!--<p>A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.</p>-->
  160. </div>
  161. <div class="bottom d-flex align-items-center justify-content-between align-self-end">
  162. <div class="icon"><i class="fa fa-quote-left"></i></div>
  163. <div class="testimonial-info d-flex">
  164. <div class="title">
  165. <h5>黑湖科技</h5>
  166. <p>设备 项目经理</p>
  167. </div>
  168. <div class="avatar"><img alt="" src="img/person-3.png" class="img-fluid"></div>
  169. </div>
  170. </div>
  171. </div>
  172. </li>
  173. <li class="item">
  174. <div class="testimonial d-flex flex-wrap">
  175. <div class="text">
  176. <p>「 对比多家供应商后,我们选择了塑维,事实证明我们的选择是正确的,产能得到了大幅度提升! 」</p>
  177. </div>
  178. <div class="bottom d-flex align-items-center justify-content-between align-self-end">
  179. <div class="icon"><i class="fa fa-quote-left"></i></div>
  180. <div class="testimonial-info d-flex">
  181. <div class="title">
  182. <h5>南京维和制造</h5>
  183. <p>生产经理, 张大牛</p>
  184. </div>
  185. <div class="avatar"><img alt="" src="img/person-4.jpg" class="img-fluid"></div>
  186. </div>
  187. </div>
  188. </div>
  189. </li>
  190. </ul>
  191. <!-- Carousel End-->
  192. </div>
  193. </section>
  194. <section style="background: url(img/background_bottom.jpg) center top no-repeat; background-size: cover;"
  195. class="bar no-mb color-white text-center bg-fixed relative-positioned">
  196. <div class="dark-mask"></div>
  197. <div class="container">
  198. <img src="img/qrCode.jpg" alt="..." class="img-fluid" style="width: 6.5rem;margin-bottom: 1rem">
  199. <h3 class="text-uppercase">想要看到更多吗?</h3>
  200. <p class="lead">我们准备了多个关于本公司的多个产品的介绍,想要了解更多点击了解详情。</p>
  201. <p class="text-center"><a href="about.html" class="btn btn-template-outlined-white btn-lg">了解详情</a></p>
  202. </div>
  203. </section>
  204. <section class="bg-white bar">
  205. <div class="container">
  206. <div class="heading text-center">
  207. <h2>成功案例</h2>
  208. </div>
  209. <div class="row">
  210. <div class="col-lg-3" th:each="item : ${articles}">
  211. <a th:href="@{'caseDetail?id='+${item.id}}" >
  212. <div class="home-blog-post">
  213. <div class="image" style="text-align: center"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid"></div>
  214. <div class="text">
  215. <p class="author-category" th:text="${{item.title}}"></p>
  216. <p class="intro" th:text="${{item.introduction}}"></p>
  217. </div>
  218. </div>
  219. </a>
  220. </div>
  221. </div>
  222. </div>
  223. </section>
  224. <section class="bar bg-gray">
  225. <div class="container">
  226. <div class="heading text-center">
  227. <h2>合作公司</h2>
  228. </div>
  229. <ul class="list-unstyled owl-carousel customers no-mb">
  230. <li class="item" th:each="item : ${cooperations}"><img th:src="${{item.imageUrl}}"
  231. src="img/customer-1.png" alt="" class="img-fluid"></li>
  232. </ul>
  233. </div>
  234. </section>
  235. <!-- FOOTER -->
  236. <footer class="main-footer">
  237. <div class="container">
  238. <div class="row">
  239. <div class="col-lg-6">
  240. <h4 class="h6">联系我们</h4>
  241. <p class="text-uppercase">
  242. <br>电话: 025-58718377,025-58702675
  243. <br>网址:<a href="http://www.yunzhusu.net" target="_blank">www.yunzhusu.net</a>
  244. <br>地址: 南京市江宁区秣陵街道胜利路91号昂鹰大厦308
  245. </p>
  246. </div>
  247. <div class="col-lg-6 bottom-code">
  248. <ul class="list-inline photo-stream">
  249. <li class="list-inline-item"><a href="#"><img src="img/qrCode.jpg" alt="..." class="img-fluid"></a></li>
  250. </ul>
  251. <h4 class="h6">官方微信公众号</h4>
  252. </div>
  253. </div>
  254. </div>
  255. <div class="container">
  256. <div class="row">
  257. <div class="col-lg-12 bottom-Copyright">
  258. Copyright © 1998 - 2019 Tencent. All Rights Reserved. 塑维公司 版权所有
  259. </div>
  260. </div>
  261. </div>
  262. </footer>
  263. </div>
  264. <!-- Javascript files-->
  265. <script src="vendor/jquery/jquery.min.js"></script>
  266. <script src="vendor/popper.js/umd/popper.min.js"> </script>
  267. <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
  268. <script src="vendor/jquery.cookie/jquery.cookie.js"> </script>
  269. <script src="vendor/waypoints/lib/jquery.waypoints.min.js"> </script>
  270. <script src="vendor/jquery.counterup/jquery.counterup.min.js"> </script>
  271. <script src="vendor/owl.carousel/owl.carousel.min.js"></script>
  272. <script src="vendor/owl.carousel2.thumbs/owl.carousel2.thumbs.min.js"></script>
  273. <script src="js/jquery.parallax-1.1.3.js"></script>
  274. <script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
  275. <script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
  276. <script src="js/front.js"></script>
  277. </body>
  278. </html>