index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="../img/ico_logo.ico">
  6. <meta name="keywords" content=""/>
  7. <meta name="Description" content=""/>
  8. <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
  9. <meta http-equiv="x-ua-compatible" content="ie=edge">
  10. <title>首页</title>
  11. <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet"><link th:href="${portalHost+'/index.css'}" rel="stylesheet"></head>
  12. <body>
  13. <header>
  14. <div th:replace="common::nav('','')"></div>
  15. </header>
  16. <div class="carouselt">
  17. <ul class="ct-img-big clear">
  18. <li data-index=0 ><a href=""><img th:src="${portalHost+'/img/index_banner01.jpg'}" alt=""/></a></li>
  19. <li data-index=1 ><a href=""><img th:src="${portalHost+'/img/index_banner02.jpg'}" alt=""/></a></li>
  20. <li data-index=2 ><a href=""><img th:src="${portalHost+'/img/index_banner03.jpg'}" alt=""/></a></li>
  21. <li data-index=3 ><a href=""><img th:src="${portalHost+'/img/index_banner04.jpg'}" alt=""/></a></li>
  22. <li data-index=4 ><a href=""><img th:src="${portalHost+'/img/index_banner05.jpg'}" alt=""/></a></li>
  23. <li data-index=5 ><a href=""><img th:src="${portalHost+'/img/index_banner06.jpg'}" alt=""/></a></li>
  24. </ul>
  25. <a class="btn btn-next" href="">
  26. <img th:src="${portalHost+'/img/index_next.png'}" alt=""/>
  27. </a>
  28. <a class="btn btn-pre" href="">
  29. <img th:src="${portalHost+'/img/index_pre.png'}" alt=""/>
  30. </a>
  31. </div>
  32. <div class="indexSeach">
  33. <div id="indexSeach">
  34. <div class="indexSeach_one">
  35. <ul>
  36. <li class="indexActive" data-val="0">成果</li>
  37. <li data-val="1">需求</li>
  38. <li data-val="2">政策</li>
  39. </ul>
  40. <div>
  41. <div>
  42. <input type="text" />
  43. </div>
  44. <img th:src="${portalHost+'/img/indexNew1.jpg'}" alt="" class="indexImg1"/>
  45. <img th:src="${portalHost+'/img/indexNew2.jpg'}" alt="" class="indexImg2"/>
  46. </div>
  47. </div>
  48. <div class="indexSeach_two">
  49. <div>
  50. <div class="seachTitle">
  51. <div>技术成果</div>
  52. </div>
  53. <div id="seachCont">
  54. <div class="seachCont seachCont1" clicka="0">
  55. <div>
  56. 购买技术
  57. </div>
  58. <div>
  59. 承按需求
  60. </div>
  61. <div>
  62. 技术评估
  63. </div>
  64. <div>
  65. 发布需求
  66. </div>
  67. <div>
  68. 发布成果
  69. </div>
  70. </div>
  71. </div>
  72. <div class="seachMore">
  73. <a th:href="@{/portal/technologyTrading/achievement}">
  74. 更多></a>
  75. </div>
  76. </div>
  77. <div>
  78. <div class="seachTitle">
  79. <div>技术需求</div>
  80. </div>
  81. <div id="seachCont">
  82. <div class="seachCont seachCont4" clicka="0">
  83. <div>
  84. 发布需求
  85. </div>
  86. <div>
  87. 承接需求
  88. </div>
  89. <div>
  90. 寻找需求
  91. </div>
  92. <div>
  93. 成果对接
  94. </div>
  95. </div>
  96. </div>
  97. <div class="seachMore">
  98. <a th:href="@{/portal/technologyTrading/demand}">
  99. 更多></a>
  100. </div>
  101. </div>
  102. <div>
  103. <div class="seachTitle">
  104. <div>科技服务</div>
  105. </div>
  106. <div id="seachCont">
  107. <div class="seachCont seachCont2" clicka="0">
  108. <div>
  109. 高企认定
  110. </div>
  111. <div>
  112. 项目申报
  113. </div>
  114. <div>
  115. 体系认证
  116. </div>
  117. <div>
  118. 产品认证
  119. </div>
  120. <div>
  121. 知识产权
  122. </div>
  123. <div>
  124. 资质认证
  125. </div>
  126. </div>
  127. </div>
  128. <div class="seachMore">
  129. <a th:href="@{/portal/service/serviceIndex}">
  130. 更多></a>
  131. </div>
  132. </div>
  133. <div>
  134. <div class="seachTitle">
  135. <div>智库咨询</div>
  136. </div>
  137. <div id="seachCont">
  138. <div class="seachCont seachCont3" clicka="0">
  139. <div>
  140. 中央政策
  141. </div>
  142. <div>
  143. 地方政策
  144. </div>
  145. <div>
  146. 邀约专家
  147. </div>
  148. <div>
  149. 涉外专家
  150. </div>
  151. <div>
  152. 品牌打造
  153. </div>
  154. </div>
  155. </div>
  156. <div class="seachMore">
  157. <a th:href="@{/portal/thinkTank/index}">
  158. 更多></a>
  159. </div>
  160. </div>
  161. </div>
  162. <div class="indexSeach_three">
  163. <div class="seachTitle2">
  164. <div>科技平台</div>
  165. </div>
  166. <div class="wit">
  167. <img th:src="${portalHost+'/img/indexNewa1.jpg'}" alt="" />
  168. <p>科技成果转化公共服务平台</p>
  169. </div>
  170. <div class="wit">
  171. <img th:src="${portalHost+'/img/indexNewa2.jpg'}" alt="" />
  172. <p>军民融合创新发展平台</p>
  173. </div>
  174. <div class="wit">
  175. <img th:src="${portalHost+'/img/indexNewa3.jpg'}" alt="" />
  176. <p>科技服务综合服务平台</p>
  177. </div>
  178. <div class="wih">
  179. <img th:src="${portalHost+'/img/indexNewa4.jpg'}" alt="" />
  180. <p>移动应用开发</p>
  181. </div>
  182. <div class="wih">
  183. <img th:src="${portalHost+'/img/indexNewa5.jpg'}" alt="" />
  184. <p>运营平台</p>
  185. </div>
  186. <div class="wih">
  187. <img th:src="${portalHost+'/img/indexNewa6.jpg'}" alt="" />
  188. <p>人工智能技术</p>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. <div id="indexServe">
  194. <div class="indexServe_title">
  195. <img th:src="${portalHost+'/img/indexNew3.png'}" alt="热门服务" />
  196. <p>关于科技&nbsp;&nbsp;&nbsp;&nbsp;我们能做得更多</p>
  197. </div>
  198. <div class="indexServe_cont">
  199. <div th:each="project,projectStatus:${projects}" th:if="${projectStatus.index<3}">
  200. <div >
  201. <a></a>
  202. <h2 th:text="${project.name}"></h2>
  203. <div class="indexServe_bots">
  204. <div class="wrapper">
  205. <h3 th:text="${'什么是'+project.name+'?'}"></h3>
  206. <p th:text="${project.introduce}"></p>
  207. </div>
  208. <img th:src="${project.maxImgUrl}==null?${portalHost+'/img/indexNew8.jpg'}:${avatarUploadHost+project.maxImgUrl}" alt="" />
  209. </div>
  210. <div class="indexServe_bot">
  211. <div>认定好处</div>
  212. <p th:text="${project.value}"></p>
  213. </div>
  214. <a th:href="@{/portal/service/serviceDetail(id=${project.id})}">
  215. <div class="indexServe_img">
  216. <p>了解更多<span>></span></p>
  217. </div>
  218. </a>
  219. </div>
  220. </div>
  221. <div class="indexServe_long" th:each="project,projectStatus:${projects}" th:if="${projectStatus.index>=3} and ${projectStatus.index<5}" >
  222. <img th:src="${project.maxImgUrl}==null?${portalHost+'/img/indexNew8.jpg'}:${avatarUploadHost+project.maxImgUrl}" alt="" />
  223. <div class="indexServe_bots">
  224. <h3 th:text="${'什么是'+project.name+'?'}"></h3>
  225. <p th:text="${project.introduce}"></p>
  226. </div>
  227. <div class="indexServe_bot">
  228. <div>认定好处</div>
  229. <p th:text="${project.value}"></p>
  230. <a th:href="@{/portal/service/serviceDetail(id=${project.id})}">
  231. <div class="indexServe_img">
  232. <p>
  233. 了解更多
  234. <span >></span></p>
  235. </div>
  236. </a>
  237. </div>
  238. </div>
  239. </div>
  240. <img th:src="${portalHost+'/img/indexNew12.jpg'}" alt="" class="indexServe_right"/>
  241. <img th:src="${portalHost+'/img/indexNew13.jpg'}" alt="" class="indexServe_bottom"/>
  242. </div>
  243. <div id="indexPolicy">
  244. <div class="indexServe_title">
  245. <img th:src="${portalHost+'/img/indexNew4.png'}" alt="政策解析" />
  246. <p>关于科技&nbsp;&nbsp;&nbsp;&nbsp;我们能做得更多</p>
  247. </div>
  248. <div class="fruit_h3">
  249. <a th:href=@{/portal/thinkTank/policyList}><span>+</span> 更多政策</a>
  250. </div>
  251. <div class="policy_cont">
  252. <div class="policy_img">
  253. <img th:src="${portalHost+'/img/index_er3.jpg'}" alt="" />
  254. </div>
  255. <div class="policy_p">
  256. <a th:each="policy:${policys}" th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  257. <div >
  258. <div class="policy_date">
  259. <h4 th:text="${#dates.format(policy.createTime,'MM-dd')}"></h4>
  260. <p th:text="${#dates.format(policy.createTime,'yyyy')}"></p>
  261. </div>
  262. <div class="policy_line"></div>
  263. <div class="policy_p_cont">
  264. <h5 th:text="${policy.title}"></h5>
  265. <p th:text="${policy.summary}">解读习近平总书记在中央财经领导小组第十六次会议上关于知识产权工作的重要论述</p>
  266. </div>
  267. </div>
  268. </a>
  269. </div>
  270. </div>
  271. </div>
  272. <div id="indexGroom">
  273. <div class="indexServe_title">
  274. <img th:src="${portalHost+'/img/indexNew5.png'}" alt="技淘推荐" />
  275. <p>关于科技&nbsp;&nbsp;&nbsp;&nbsp;我们能做得更多</p>
  276. </div>
  277. <div class="indexGroom_table">
  278. <div class="indexGroom_active">成果</div>
  279. <div>需求</div>
  280. </div>
  281. <div class="indexGroom_tables chengguo" >
  282. <a th:each="a:${achievements}" th:href="@{/portal/technologyTrading/achievementDetail(id=${a.id})}" >
  283. <div>
  284. <img th:src="${a.firstPicture}==null?${portalHost+'/img/indexNewTab.jpg'}:${avatarUploadHost+a.firstPicture}" alt="" />
  285. <div>
  286. <h3 th:text="${a.name}"></h3>
  287. <p th:text="${a.introduction}"></p>
  288. <div>
  289. <div th:text="${a.fieldAS}"></div>
  290. <div th:text="${a.fieldBS}"></div>
  291. </div>
  292. </div>
  293. </div>
  294. </a>
  295. </div>
  296. <div class="indexGroom_tables xuqiu">
  297. <a th:each="d:${demands}" th:href="@{/portal/technologyTrading/demandDetail(id=${d.id},type=${d.dataCategory})}">
  298. <div >
  299. <img th:src="${d.pictureUrl}==null?${portalHost+'/img/indexNewTab.jpg'}:${avatarUploadHost+d.pictureUrl}" alt="" />
  300. <div>
  301. <h3 th:text="${d.name}">风力发电领域内高效率变化内高效率变化</h3>
  302. <p th:text="${d.problemDes}">风力发电领域内高效率变化内高效率变化风力发电领域内高效率变化内高效率变化风力发电领域内高效率变化内高效率变化</p>
  303. <div>
  304. <div th:text="${d.industryCategory1}">环保</div>
  305. <div th:text="${d.industryCategory2}">电力</div>
  306. </div>
  307. </div>
  308. </div>
  309. </a>
  310. </div>
  311. <div class="indexGroom_more chengguo">
  312. <a th:href="@{/portal/technologyTrading/achievement}">查看更多 ></a>
  313. </div>
  314. <div class="indexGroom_more xuqiu">
  315. <a th:href="@{/portal/technologyTrading/demand}">查看更多 ></a>
  316. </div>
  317. <img th:src="${portalHost+'/img/indexNew13.jpg'}" alt="" class="indexServe_bottom"/>
  318. </div>
  319. <div id="indexId">
  320. <div class="indexServe_title">
  321. <img th:src="${portalHost+'/img/indexNew6.png'}" alt="技淘推荐" />
  322. <p>关于科技&nbsp;&nbsp;&nbsp;&nbsp;我们能做得更多</p>
  323. </div>
  324. </div>
  325. <div id="indexExpert">
  326. <div class="indexExpert">
  327. <div class="indexExpert_cont">
  328. <a href="" >
  329. <div th:each="e:${experts}">
  330. <img th:src="${e.headPortraitUrl}==null?${portalHost+'/img/indexNew14.jpg'}:${avatarUploadHost+headPortraitUrl}" alt="" />
  331. <div class="indexExpert_basc">
  332. <h3 th:text="${e.username}">张三</h3>
  333. <span>/</span>
  334. <h4 th:text="${e.workUnit}">广州科技学院</h4>
  335. <p th:text="${e.introduction}">从业8年,专利代理资质,很厉害的一个朋友厉害的一个朋友</p>
  336. </div>
  337. <div class="indexExpert_yuyue">
  338. <span th:text="${e.reservationCount}"></span>次预约
  339. </div>
  340. </div>
  341. </a>
  342. </div>
  343. <div class="indexGroom_more">
  344. <a th:href=@{/portal/thinkTank/index.html#zizone}> 查看更多 ></a>
  345. </div>
  346. </div>
  347. </div>
  348. <div id="indexWord"></div>
  349. <footer>
  350. <div th:replace="common::copyright"></div>
  351. <div th:replace="common::login"></div>
  352. </footer>
  353. <div th:replace="common::footer(~{::script})">
  354. <script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
  355. <script type="text/javascript" th:src="${portalHost+'/index.js'}"></script>
  356. </div>
  357. </body>
  358. </html>