index.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9. <meta name="Keywords" content="高新技术企业认定_双软评估_军工认证_知识产权贯标_知识产权转移_科德"/>
  10. <meta name="Description" content="科德信息咨询有限公司17年来专注于国家高新技术企业认定,知识产权贯标,知识产权转移,双软评估,
  11. 体系认证,专利申请,军工三证,工程技术研究中心,创新小巨人等湖南省市科技项目申报、
  12. 成果转化的信息咨询旗舰企业,获得政府部门权威认证的咨询服务机构."/>
  13. <link rel="icon" type="image/png" th:href="${portalHost+'/img/ico_logo.png'}" sizes="16x16">
  14. <title>军邦科技</title>
  15. <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
  16. <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
  17. <link th:href="${portalHost+'/index.css'}" rel="stylesheet"></head>
  18. <body>
  19. <div th:replace="common::nav('','index')"></div>
  20. <!-- banner -->
  21. <div id="myCarousel" class="carousel" th:if="${#lists.size(bannerlist) eq 1}">
  22. <!-- 轮播(Carousel)项目 -->
  23. <div class="carousel-inner" th:each="banner,bStatus:${bannerlist}">
  24. <div class="item active">
  25. <a href="javacript:void(0);" th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  26. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  27. </div>
  28. </div>
  29. </div>
  30. <div id="myCarousel" class="carousel slide" th:if="${#lists.size(bannerlist) > 1}">
  31. <!-- 轮播(Carousel)指标 -->
  32. <ol class="carousel-indicators"><!-- 循环圆点 -->
  33. <li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" class="active" th:each="banner,bStatus:${bannerlist}" th:if="${bStatus.first}"></li>
  34. <li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" th:each="banner,bStatus:${bannerlist}" th:unless="${bStatus.first}"></li>
  35. </ol>
  36. <!-- 轮播(Carousel)项目 -->
  37. <div class="carousel-inner" >
  38. <div class="item active" th:each="banner,bStatus:${bannerlist}" th:if="${bStatus.first}">
  39. <a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  40. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" ><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  41. </div>
  42. <div class="item" th:each="banner,bStatus:${bannerlist}" th:unless="${bStatus.first}">
  43. <a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  44. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" ><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  45. </div>
  46. </div>
  47. <!-- 轮播(Carousel)导航 -->
  48. <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
  49. <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
  50. </div>
  51. <!-- 主体内容区域 -->
  52. <div id="backg">
  53. <div id="terrace">
  54. <div class="RecommendTitle">
  55. <h2>军工资质认定</h2>
  56. <span></span>
  57. <hr>
  58. </div>
  59. </div>
  60. <div id="apply">
  61. <div class="apply">
  62. <a th:href="@{/portal/service/serviceDetail(id=${patentCategory[0].id})}">
  63. <div class="apply_left">
  64. <div id="apply_left_in">
  65. <img alt="" th:src="${portalHost+'/img/indedImg/inded7.png'}" />
  66. <p th:text="${patentCategory[0].name}">产权申请</p>
  67. </div>
  68. </div>
  69. </a>
  70. <div class="apply_right">
  71. <div th:each="p0,pcStatus:${patentCategory}">
  72. <a th:href="@{/portal/service/serviceDetail(id=${p0.id})}" th:if="${pcStatus.index}!=0">
  73. <img th:src="${portalHost+'/img/indedImg/inded11.png'}" alt="" th:if="${pcStatus.index}==1"/>
  74. <img th:src="${portalHost+'/img/indedImg/inded12.png'}" alt="" th:if="${pcStatus.index}==2"/>
  75. <img th:src="${portalHost+'/img/indedImg/inded20.png'}" alt="" th:if="${pcStatus.index}==3"/>
  76. <img th:src="${portalHost+'/img/indedImg/inded13.png'}" alt="" th:if="${pcStatus.index}==4"/>
  77. <img th:src="${portalHost+'/img/indedImg/inded14.png'}" alt="" th:if="${pcStatus.index}==5"/>
  78. <img th:src="${portalHost+'/img/indedImg/inded9.png'}" alt="" th:if="${pcStatus.index}==6"/>
  79. <span th:text="${p0.name}"> 发明专利</span>
  80. </a>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. <div id="con">
  87. <div id="terrace">
  88. <div class="RecommendTitle">
  89. <h2>装备采购信息</h2>
  90. <span></span>
  91. <hr>
  92. </div>
  93. </div>
  94. <div class="news">
  95. <div class="consultation">
  96. <a th:href="@{/portal/thinkTank/policyList?type=0}"><span>更多</span></a>
  97. <ul>
  98. <li th:each="n:${news}">
  99. <a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}">
  100. <div class="time">
  101. <div class ="number1"><span th:text="${#dates.format(n.releaseDate,'MM-dd')}">03-12</span></div>
  102. <div class ="number2"><span th:text="${#dates.format(n.releaseDate,'yyyy')}">2018</span></div>
  103. </div>
  104. <div class="newTxt">
  105. <h5 th:text="${#strings.abbreviate(n.title,18)}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
  106. <p th:text="${#strings.abbreviate(n.summary,65)}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
  107. <img th:src="${portalHost+'/img/indedImg/inded4.png'}" alt="" />
  108. <span>查看详情</span>
  109. </div>
  110. </a>
  111. </li>
  112. </ul>
  113. </div>
  114. </div>
  115. <div class="RecommendTitle">
  116. <div id="terrace">
  117. <h2>军民转换技术</h2>
  118. <span></span>
  119. <hr >
  120. </div>
  121. </div>
  122. <div class="skill">
  123. <div id="skill1">
  124. </div>
  125. <div id="skill2">
  126. <a class="skill3" th:href="@{/portal/technologyTrading/achievementList}">
  127. <img th:src="${portalHost+'/img/indedImg/inded6.png'}" alt="" />
  128. <span>技术成果</span>
  129. </a>
  130. <a class="skill3" th:href="@{/portal/technologyTrading/demandList}">
  131. <img th:src="${portalHost+'/img/indedImg/inded5.png'}" alt="" />
  132. <span>技术需求</span>
  133. </a>
  134. </div>
  135. </div>
  136. </div>
  137. <div id="hotProject">
  138. <div class="RecommendTitle">
  139. <div id="terrace">
  140. <h2>配套服务</h2>
  141. <span></span>
  142. <hr >
  143. </div>
  144. </div>
  145. <div class="hotProject_cont" >
  146. <div th:each="p,pStatus:${projects}">
  147. <img th:src="${p.maxImgUrl}==null or ${p.maxImgUrl}==''?${portalHost+'/img/indedImg/inded11.png'}:${avatarUploadHost+p.maxImgUrl}" alt="">
  148. <h3 th:text="${p.name}">高新认定</h3>
  149. <p th:text="${p.advertisement}==null or ${p.advertisement}==''?'暂无简介':${#strings.abbreviate(p.advertisement,30)}"></p>
  150. <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
  151. </div>
  152. </div>
  153. </div>
  154. <footer>
  155. <div th:replace="common::copyright"></div>
  156. <div th:replace="common::login"></div>
  157. </footer>
  158. <div th:replace="common::footer(~{::script})">
  159. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  160. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  161. <script type="text/javascript" th:src="${portalHost+'/index.js'}"></script>
  162. </div>
  163. </body>
  164. </html>