strategic.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  3. <head th:replace="common::header(~{::title},~{::link},~{::meta})">
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <title>战略合作_地区代理-科德集团</title>
  7. <meta name="Keywords" Content="高企认定,军工三证,保密资质,科技项目,高新技术企业"/>
  8. <meta name="description" Content="科德集团致力于高企认定,军工三证、项目申报、资质代办、技术转移、科技项目等服务,是一家专注企业咨询服务公司。"/>
  9. <!-- 二级页面CSS -->
  10. <link rel="stylesheet" th:href="${portalHost+'/css/secode.css'}">
  11. <!-- 自定义动画样式 -->
  12. <link rel="stylesheet" th:href="${portalHost+'/css/swiper.min.css'}">
  13. </head>
  14. <body>
  15. <div class="app">
  16. <!-- 头部 -->
  17. <header>
  18. <div th:replace="common::nav('','')"></div>
  19. <!-- 新闻轮播图 -->
  20. <div class="swiper-containerx">
  21. <img th:src="${banners}==null?${portalHost+'/images/banner/news_bg.jpg'}:${avatarUploadHost}+${banners.bannerUrl}" />
  22. </div>
  23. <!-- 新闻轮播图 end -->
  24. </header>
  25. <!-- 头部 end -->
  26. <!-- 主体内容 -->
  27. <div class="main-str main">
  28. <div class="product-title">
  29. <h4>战略合作</h4>
  30. <p>已为26800企业,获得国家高新技术企业认证!</p>
  31. </div>
  32. <div class="strategic container">
  33. <div class="">
  34. <ul class="">
  35. </ul>
  36. </div>
  37. <!-- 分页 -->
  38. <div class="page_3"></div>
  39. <!-- 分页 end -->
  40. </div>
  41. </div>
  42. <div class="strate-f">
  43. <div class="container">
  44. <div class="str-f-text">
  45. <p>商务恰谈,渠道合作</p>
  46. <p>技术转移事业部</p>
  47. <p>联系人:刘女士</p>
  48. </div>
  49. <div class="str-f-number">
  50. <p>电话:0731-89907207</p>
  51. <p>QQ:2839542189</p>
  52. <p>邮箱:2839542189@qq.com</p>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. <!-- 主体内容 end -->
  58. <!-- 底部 -->
  59. <footer>
  60. <div th:replace="common::copyright('')"></div>
  61. </footer>
  62. <!-- 底部 end -->
  63. </div>
  64. <div th:replace="common::footer(~{::script},'')">
  65. <!-- 引入轮播 -->
  66. <script th:src="${portalHost+'/js/page.js'}"></script>
  67. <script >
  68. cooperation()
  69. </script>
  70. </div>
  71. </body>
  72. </html>