index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. <!-- /portal/continueHigh /portal/militaryProject /portal/practicalPatent -->
  40. <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>
  41. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" ><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  42. </div>
  43. <div class="item" th:each="banner,bStatus:${bannerlist}" th:unless="${bStatus.first}">
  44. <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>
  45. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" ><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  46. </div>
  47. </div>
  48. <!-- 轮播(Carousel)导航 -->
  49. <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
  50. <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
  51. </div>
  52. <!-- <div class="indexSearch">
  53. <ul class="jumpType">
  54. <li class="active">成果</li>
  55. <li>需求</li>
  56. <li>专利</li>
  57. <li>政策</li>
  58. <li>项目</li>
  59. </ul>
  60. <div class="search-inp">
  61. <div class="input-group searchDiv">
  62. <input type="text" class="form-control demandSearch" placeholder="输入你感兴趣的内容">
  63. <img th:src="${portalHost+'/img/newMenu/searchImg.png'}" alt="" class="searchImg">
  64. </div>
  65. <a th:href="@{/portal/assessment}" class="zaixian">在线评估</a>
  66. <a th:href="@{/portal/evaluation/evaluate}" href="/portal/evaluation/evaluate" class="gaoqi">高企自评</a>
  67. </div>
  68. <ul class="jump">
  69. <li>
  70. <a href="/portal/thinkTank/policyList?type=1">政策</a>
  71. </li>
  72. <li>
  73. <a href="/portal/thinkTank/policyList?type=0">资讯</a>
  74. </li>
  75. <li>
  76. <a href="/portal/thinkTank/policyList?type=99">技淘观点</a>
  77. </li>
  78. <li>
  79. <a href="/portal/thinkTank/policyList?type=98">知产百科</a>
  80. </li>
  81. </ul>
  82. <span class="apply head_login">申请会员</span>
  83. </div> -->
  84. <!-- 主体内容区域 -->
  85. <div id="terrace">
  86. <div class="terrace_title">
  87. <img th:src="${portalHost+'/img/indedImg/inded12.png'}" alt="" />
  88. </div>
  89. <!--
  90. <div class="terrace_cont">
  91. <div>
  92. <img th:src="${portalHost+'/img/indedImg/inded1.png'}" alt="" />
  93. <div class="terraceH">
  94. <h4>智慧</h4>
  95. <p>海量智力成果认知您的需求</p>
  96. </div>
  97. </div>
  98. <div>
  99. <img th:src="${portalHost+'/img/indedImg/inded1.png'}" alt="" />
  100. <div class="terraceH">
  101. <h4>合伙</h4>
  102. <p>秉承十七载荣赢数万客户</p>
  103. </div>
  104. </div><div>
  105. <img th:src="${portalHost+'/img/indedImg/inded1.png'}" alt="" />
  106. <div class="terraceH">
  107. <h4>社区</h4>
  108. <p>严选数千位专家顾问答疑解惑</p>
  109. </div>
  110. </div>
  111. </div>-->
  112. </div>
  113. <div id="apply">
  114. <div class="apply">
  115. <div class="apply_left">
  116. <a >
  117. <img th:src="${portalHost+'/img/indedImg/inded15.jpg'}" alt="" />
  118. </a>
  119. </div>
  120. <div class="apply_right">
  121. <div th:each="p0,pcStatus:${patentCategory}">
  122. <a th:href="'/portal/service/patentList?secondId='+${p0.topLevelId}">
  123. <img th:src="${portalHost+'/img/indedImg/inded20.jpg'}" alt="" th:if="${pcStatus.index}==0"/>
  124. <img th:src="${portalHost+'/img/indedImg/inded21.jpg'}" alt="" th:if="${pcStatus.index}==1"/>
  125. <img th:src="${portalHost+'/img/indedImg/inded22.jpg'}" alt="" th:if="${pcStatus.index}==2"/>
  126. <img th:src="${portalHost+'/img/indedImg/inded23.jpg'}" alt="" th:if="${pcStatus.index}==3"/>
  127. <img th:src="${portalHost+'/img/indedImg/inded24.jpg'}" alt="" th:if="${pcStatus.index}==4"/>
  128. <img th:src="${portalHost+'/img/indedImg/inded25.jpg'}" alt="" th:if="${pcStatus.index}==5"/>
  129. <h4 th:text="${p0.topLevel}"> 发明专利</h4>
  130. </a>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. <div class="container">
  136. <div class="RecommendTitle">
  137. <h2>政策资讯</h2>
  138. <span></span>
  139. </div>
  140. <div class="news">
  141. <div class="consultation" style="width: 1200px;">
  142. <a href="/portal/thinkTank/policyList?type=0" style="color: black;position: relative;left: 1120px;font-size: 16px;">更多资讯&gt;&gt;</a>
  143. <ul style="display: flex; flex-wrap: wrap;">
  144. <li th:each="n:${news}" style="width: 600px;">
  145. <a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}">
  146. <div class="time">
  147. <span th:text="${#dates.format(n.releaseDate,'MM-dd')}">03-12</span>
  148. <span th:text="${#dates.format(n.releaseDate,'yyyy')}">2018</span>
  149. </div>
  150. <div class="newTxt">
  151. <h5 th:text="${#strings.abbreviate(n.title,18)}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
  152. <p th:text="${#strings.abbreviate(n.summary,65)}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
  153. </div>
  154. </a>
  155. </li>
  156. </ul>
  157. </div>
  158. </div>
  159. </div>
  160. <!-- <div id="wield">
  161. <div class="terrace_title">
  162. <img th:src="${portalHost+'/img/indedImg/inded4.png'}" alt="" />
  163. </div>
  164. <div class="wield_cont">
  165. <div class="video">
  166. <video id="video1" controls="true" controlslist="nodownload">
  167. <source src="http://118.190.205.7:8000/Pear-Demo-Yosemite_National_Park.mp4 " type="video/mp4">
  168. <source th:src="${vurl == null? 'http://118.190.205.7:8000/Pear-Demo-Yosemite_National_Park.mp4': videoServer+vurl}" type="video/mp4">
  169. 您的浏览器不支持 HTML5 video 标签。
  170. </video>
  171. </div>
  172. <img th:src="${portalHost+'/img/indedImg/inded5.png'}" alt="" />
  173. </div>
  174. <div class="moreVideo">
  175. <a href="/portal/video.html">查看更多视频 >></a>
  176. </div>
  177. </div> -->
  178. <!-- <div class="brands">
  179. <a th:href="@{/portal/service/brandBuild}">
  180. <img th:src="${portalHost+'/img/indedImg/inded6.png'}" alt="" />
  181. </a>
  182. </div>
  183. <div class="brands">
  184. <a th:href="@{/portal/service/marketOpen}">
  185. <img th:src="${portalHost+'/img/indedImg/inded7.png'}" alt="" />
  186. </a>
  187. <div class="brandsDiv">
  188. <img th:src="${portalHost+'/img/indedImg/inded31.jpg'}" alt="" class="active"/>
  189. <img th:src="${portalHost+'/img/indedImg/inded32.jpg'}" alt="" />
  190. <img th:src="${portalHost+'/img/indedImg/inded33.jpg'}" alt="" />
  191. </div>
  192. </div>
  193. <div class="brands">
  194. <a th:href="@{/portal/service/governmentSupport}">
  195. <img th:src="${portalHost+'/img/indedImg/inded8.png'}" alt="" />
  196. </a>
  197. </div>
  198. <div class="brands">
  199. <a th:href="@{/portal/service/taxFinance}">
  200. <img th:src="${portalHost+'/img/indedImg/inded9.png'}" alt="" />
  201. </a>
  202. <div>
  203. <img th:src="${portalHost+'/img/indedImg/inded34.jpg'}" alt="" class="active"/>
  204. <img th:src="${portalHost+'/img/indedImg/inded35.jpg'}" alt="" />
  205. <img th:src="${portalHost+'/img/indedImg/inded36.jpg'}" alt="" />
  206. </div>
  207. </div> -->
  208. <div id="hotProject">
  209. <div class="terrace_title">
  210. <img th:src="${portalHost+'/img/indedImg/inded10.png'}" alt="" />
  211. </div>
  212. <div class="hotProject_cont" >
  213. <div th:each="p,pStatus:${projects}">
  214. <img th:src="${p.maxImgUrl}==null or ${p.maxImgUrl}==''?${portalHost+'/img/indedImg/inded11.png'}:${avatarUploadHost+p.maxImgUrl}" alt="">
  215. <h3 th:text="${p.name}">高新认定</h3>
  216. <p th:text="${p.advertisement}==null or ${p.advertisement}==''?'暂无简介':${#strings.abbreviate(p.advertisement,30)}"></p>
  217. <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
  218. </div>
  219. </div>
  220. </div>
  221. <footer>
  222. <div th:replace="common::copyright"></div>
  223. <div th:replace="common::login"></div>
  224. </footer>
  225. <div th:replace="common::footer(~{::script})">
  226. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  227. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  228. <script type="text/javascript" th:src="${portalHost+'/index.js'}"></script>
  229. </div>
  230. </body>
  231. </html>