index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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">
  142. <h4>资讯
  143. <a th:href="@{/portal/thinkTank/policyList?type=0}"><span class="line"></span><span>></span></a>
  144. </h4>
  145. <ul>
  146. <li th:each="n:${news}">
  147. <a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}">
  148. <div class="time">
  149. <span th:text="${#dates.format(n.releaseDate,'MM-dd')}">03-12</span>
  150. <span th:text="${#dates.format(n.releaseDate,'yyyy')}">2018</span>
  151. </div>
  152. <div class="newTxt">
  153. <h5 th:text="${#strings.abbreviate(n.title,18)}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
  154. <p th:text="${#strings.abbreviate(n.summary,65)}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
  155. </div>
  156. </a>
  157. </li>
  158. </ul>
  159. </div>
  160. </div>
  161. </div>
  162. <!-- <div id="wield">
  163. <div class="terrace_title">
  164. <img th:src="${portalHost+'/img/indedImg/inded4.png'}" alt="" />
  165. </div>
  166. <div class="wield_cont">
  167. <div class="video">
  168. <video id="video1" controls="true" controlslist="nodownload">
  169. <source src="http://118.190.205.7:8000/Pear-Demo-Yosemite_National_Park.mp4 " type="video/mp4">
  170. <source th:src="${vurl == null? 'http://118.190.205.7:8000/Pear-Demo-Yosemite_National_Park.mp4': videoServer+vurl}" type="video/mp4">
  171. 您的浏览器不支持 HTML5 video 标签。
  172. </video>
  173. </div>
  174. <img th:src="${portalHost+'/img/indedImg/inded5.png'}" alt="" />
  175. </div>
  176. <div class="moreVideo">
  177. <a href="/portal/video.html">查看更多视频 >></a>
  178. </div>
  179. </div> -->
  180. <!-- <div class="brands">
  181. <a th:href="@{/portal/service/brandBuild}">
  182. <img th:src="${portalHost+'/img/indedImg/inded6.png'}" alt="" />
  183. </a>
  184. </div>
  185. <div class="brands">
  186. <a th:href="@{/portal/service/marketOpen}">
  187. <img th:src="${portalHost+'/img/indedImg/inded7.png'}" alt="" />
  188. </a>
  189. <div class="brandsDiv">
  190. <img th:src="${portalHost+'/img/indedImg/inded31.jpg'}" alt="" class="active"/>
  191. <img th:src="${portalHost+'/img/indedImg/inded32.jpg'}" alt="" />
  192. <img th:src="${portalHost+'/img/indedImg/inded33.jpg'}" alt="" />
  193. </div>
  194. </div>
  195. <div class="brands">
  196. <a th:href="@{/portal/service/governmentSupport}">
  197. <img th:src="${portalHost+'/img/indedImg/inded8.png'}" alt="" />
  198. </a>
  199. </div>
  200. <div class="brands">
  201. <a th:href="@{/portal/service/taxFinance}">
  202. <img th:src="${portalHost+'/img/indedImg/inded9.png'}" alt="" />
  203. </a>
  204. <div>
  205. <img th:src="${portalHost+'/img/indedImg/inded34.jpg'}" alt="" class="active"/>
  206. <img th:src="${portalHost+'/img/indedImg/inded35.jpg'}" alt="" />
  207. <img th:src="${portalHost+'/img/indedImg/inded36.jpg'}" alt="" />
  208. </div>
  209. </div> -->
  210. <div id="hotProject">
  211. <div class="terrace_title">
  212. <img th:src="${portalHost+'/img/indedImg/inded10.png'}" alt="" />
  213. </div>
  214. <div class="hotProject_cont" >
  215. <div th:each="p,pStatus:${projects}">
  216. <img th:src="${p.maxImgUrl}==null or ${p.maxImgUrl}==''?${portalHost+'/img/indedImg/inded11.png'}:${avatarUploadHost+p.maxImgUrl}" alt="">
  217. <h3 th:text="${p.name}">高新认定</h3>
  218. <p th:text="${p.advertisement}==null or ${p.advertisement}==''?'暂无简介':${#strings.abbreviate(p.advertisement,30)}"></p>
  219. <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
  220. </div>
  221. </div>
  222. </div>
  223. <footer>
  224. <div th:replace="common::copyright"></div>
  225. <div th:replace="common::login"></div>
  226. </footer>
  227. <div th:replace="common::footer(~{::script})">
  228. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  229. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  230. <script type="text/javascript" th:src="${portalHost+'/index.js'}"></script>
  231. </div>
  232. </body>
  233. </html>