| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:th="http://www.thymeleaf.org"
- xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
- <head th:replace="common::header(~{::title},~{::link})">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <meta name="Keywords" content="高新技术企业认定_双软评估_军工认证_知识产权贯标_知识产权转移_科德"/>
- <meta name="Description" content="科德信息咨询有限公司17年来专注于国家高新技术企业认定,知识产权贯标,知识产权转移,双软评估,
- 体系认证,专利申请,军工三证,工程技术研究中心,创新小巨人等湖南省市科技项目申报、
- 成果转化的信息咨询旗舰企业,获得政府部门权威认证的咨询服务机构."/>
- <link rel="icon" type="image/png" th:href="${portalHost+'/img/ico_logo.png'}" sizes="16x16">
- <title>技淘网-知识产权新运用</title>
- <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
- <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
- <link th:href="${portalHost+'/index.css'}" rel="stylesheet"></head>
- <body>
- <div th:replace="common::nav('','index')"></div>
- <!-- banner -->
- <div id="myCarousel" class="carousel" th:if="${#lists.size(bannerlist) eq 1}">
- <!-- 轮播(Carousel)项目 -->
- <div class="carousel-inner" th:each="banner,bStatus:${bannerlist}">
- <div class="item active">
- <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>
- <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
- </div>
- </div>
- </div>
- <div id="myCarousel" class="carousel slide" th:if="${#lists.size(bannerlist) > 1}">
- <!-- 轮播(Carousel)指标 -->
- <ol class="carousel-indicators"><!-- 循环圆点 -->
- <li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" class="active" th:each="banner,bStatus:${bannerlist}" th:if="${bStatus.first}"></li>
- <li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" th:each="banner,bStatus:${bannerlist}" th:unless="${bStatus.first}"></li>
- </ol>
- <!-- 轮播(Carousel)项目 -->
- <div class="carousel-inner" >
- <div class="item active" th:each="banner,bStatus:${bannerlist}" th:if="${bStatus.first}">
- <!-- /portal/continueHigh /portal/militaryProject /portal/practicalPatent -->
- <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>
- <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" ><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
- </div>
- <div class="item" th:each="banner,bStatus:${bannerlist}" th:unless="${bStatus.first}">
- <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>
- <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" ><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
- </div>
- </div>
- <!-- 轮播(Carousel)导航 -->
- <a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
- <a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
- </div>
- <!-- 主体内容区域 -->
- <div class="newexhibition">
- <img class="newexhibition_img" th:src="${portalHost+'/img/newexhibition/cgzs.png'}" alt="" />
- <div class="newexhibition_count">
- <div class="newexhibition_citem1"><span>电子信息</span></div>
- <div class="newexhibition_citem2"><span>新材料</span></div>
- <div class="newexhibition_citem3"><span>资源<br>与环境</span></div>
- <div class="newexhibition_citem4"><span>成果展示</span></div>
- <div class="newexhibition_citem5"><span style="width: 72px;">先进制造与自动化</span></div>
- <div class="newexhibition_citem6"><span>找技术</span></div>
- <div class="newexhibition_citem7"><span>航天航空</span></div>
- <div class="newexhibition_citem8"><span style="width: 54px;">生物与新医药</span></div>
- <div class="newexhibition_citem9"><span style="width: 54px;">新能源及节能</span></div>
- <div class="newexhibition_citem10"><span style="width: 54px;">高技术服务业</span></div>
- </div>
- </div>
- <!-- 知识产权新运用服务平台 -->
- <div class="newapply">
- <div class="newtitle">
- <div class="t1"></div>
- <div class="t2"></div>
- <div class="t3"></div>
- <span class="text">知识产权新运用服务平台</span>
- <div class="t3"></div>
- <div class="t2"></div>
- <div class="t1"></div>
- </div>
- <div class="newapply_main">
- <div class="newapply_left" >
- <a th:href="'/portal/service/patentList?secondId='+${p0.topLevelId}" th:each="p0,pcStatus:${patentCategory}">
- <div class="newapply_item">
- <img th:src="${portalHost+'/img/newapply/ptczl.png'}" alt="" th:if="${pcStatus.index}==0"/>
- <img th:src="${portalHost+'/img/newapply/rzsq.png'}" alt="" th:if="${pcStatus.index}==1"/>
- <img th:src="${portalHost+'/img/newapply/syxx.png'}" alt="" th:if="${pcStatus.index}==2"/>
- <img th:src="${portalHost+'/img/newapply/sbzc.png'}" alt="" th:if="${pcStatus.index}==3"/>
- <img th:src="${portalHost+'/img/newapply/fmzl.png'}" alt="" th:if="${pcStatus.index}==4"/>
- <img th:src="${portalHost+'/img/newapply/wgzl.png'}" alt="" th:if="${pcStatus.index}==5"/>
- <span th:text="${p0.topLevel}"> 发明专利</span>
- </div>
- </a>
- </div>
- <div class="newapply_right">
- <div class="newapply_user">
- <img class="newapply_userimg" th:src="${portalHost+'/img/newapply/avartr.png'}" alt="" />
- <div class="newapply_userinfo">
- <div class="newapply_username">您好,欢迎来到技淘!</div>
- <div>
- <a th:href="@{/user/signIn}"><button class="newapply_res" th:if="!${isLogin}">免费注册</button></a>
- <button class="newapply_log head_login" th:if="!${isLogin}" href="javascript:;" >一键登录</button>
- </div>
- <div th:if="${isLogin}" class="signin">
- <a th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}"
- th:text="${#strings.isEmpty(userName)?'个人中心':userName}" style="color: #fff; font-size: 20px ">个人中心</a>
- <a th:href="${basePath + '/user/logout'}" style="color: #fff; font-size: 20px ">[退出]</a>
- </div>
- </div>
- </div>
- <div class="newapply_list">
- <a href="http://124.232.146.72:7015/#/login?redirect=%2Findex">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/yffy.png'}" alt="" />
- <span class="newapply_ltxt">研发费用归集</span>
- </div>
- </a>
- <a href="http://c.tianchuang.xin/#/site-home">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/xypg.png'}" alt="" />
- <span class="newapply_ltxt">信用评估</span>
- </div>
- </a>
- <a href="http://218.77.58.154:8888/#/login">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/jsxx.png'}" alt="" />
- <span class="newapply_ltxt">技术信息舆情</span>
- </div>
- </a>
- <a href="https://www.ebaoquan.org/">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/jsjybz.png'}" alt="" />
- <span class="newapply_ltxt">技术交易保障</span>
- </div>
- </a>
- <a th:href="@{/portal/evaluation/evaluate}">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/gqzx.png'}" alt="" />
- <span class="newapply_ltxt">高企在线评估</span>
- </div>
- </a>
- <a th:href="@{/user/signIn}">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/rzffs.png'}" alt="" />
- <span class="newapply_ltxt">入驻为服务商</span>
- </div>
- </a>
- <a th:href="@{/portal/technologyTrading/achievementList}">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/jscg.png'}" alt="" />
- <span class="newapply_ltxt">技术成果展示</span>
- </div>
- </a>
- <a th:href="@{/portal/technologyTrading/demandList}">
- <div class="newapply_listitem">
- <img class="newapply_licon" th:src="${portalHost+'/img/newapply/jsxq.png'}" alt="" />
- <span class="newapply_ltxt">技术需求展示</span>
- </div>
- </a>
- </div>
- </div>
- </div>
- </div>
- <!-- 知识百科--政策资讯 -->
- <div class="newinfor">
- <!-- 知识百科 -->
- <div class="newinfor_knowledge">
- <div class="newinfor_ktop">
- <div class="newtitle" style="margin-bottom: 0;">
- <div class="t1"></div>
- <div class="t2"></div>
- <div class="t3"></div>
- <span class="text">知产百科</span>
- <div class="t3"></div>
- <div class="t2"></div>
- <div class="t1"></div>
- </div>
- <a href="/portal/thinkTank/policyList?type=98">
- <div class="newinfor_more">
- 查看更多 >
- </div>
- </a>
- </div>
- <div class="newinfor_klist">
- <a th:href="@{/portal/news/newsDetail(id=${e.id},type=1)}" th:each="e:${encyclopedias}">
- <div class="newinfor_klitem">
- <img class="newinfor_kliimg" th:src="${e.titleImg}==null or ${e.titleImhg}== ''?${portalHost+'/img/initPic/newsInit.jpg'}:${avatarUploadHost+e.titleImg}" alt="">
- <div class="newinfor_klicount">
- <div class="newinfor_klictit" th:text="${#strings.abbreviate(e.title,18)}">专家</div>
- <div class="newinfor_klictxt" th:text="${#strings.abbreviate(e.summary,65)}">
- 当前
- </div>
- <div class="newinfor_klictime" th:text="${#dates.format(e.releaseDate,'yyyy-MM-dd')}">2021-03-24</div>
- </div>
- </div>
- </a>
- </div>
- </div>
- <!-- 政策资讯 -->
- <div class="newinfor_policy">
- <div class="newinfor_ptop">
- <div class="newtitle" style="margin-bottom: 0;">
- <div class="t1"></div>
- <div class="t2"></div>
- <div class="t3"></div>
- <span class="text">政策资讯</span>
- <div class="t3"></div>
- <div class="t2"></div>
- <div class="t1"></div>
- </div>
- <a href="/portal/thinkTank/policyList?type=0">
- <div class="newinfor_more">
- 查看更多 >
- </div>
- </a>
- </div>
- <div class="newinfor_plist">
- <a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}" th:each="n:${news}">
- <div class="newinfor_plitem">
- <div class="newinfor_plitit">
- <span style="color:#1566ED ;"> • </span>
- <span th:text="${#strings.abbreviate(n.title,18)}">政府采购</span>
- </div>
- <div class="newinfor_plitime" th:text="${#dates.format(n.releaseDate,'yyyy-MM-dd')}">2021-03-24</div>
- </div>
- </a>
- </div>
- </div>
- </div>
- <!-- 20年经验 -->
- <div class="newbanner">
- <img class="newbanner_img" th:src="${portalHost+'/img/newbanner/bg.png'}" alt="" />
- <div class="newbanner_large">20年知识产权运用经验 拥有咨询业甲级资质</div>
- <div class="newbanner_small">国家高新技术企业 国家技术转移示范机构</div>
- </div>
- <!-- 热门项目 -->
- <div class="newhotitems">
- <div class="newtitle">
- <div class="t1"></div>
- <div class="t2"></div>
- <div class="t3"></div>
- <span class="text">热门项目</span>
- <div class="t3"></div>
- <div class="t2"></div>
- <div class="t1"></div>
- </div>
- <div class="newhotitems_hlist">
- <div class="newhotitems_hlitem" th:each="p,pStatus:${projects}">
- <div class="newhotitems_hlitit">
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot010.png'}" alt="" th:if="${pStatus.index}==0"/>
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot020.png'}" alt="" th:if="${pStatus.index}==1"/>
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot030.png'}" alt="" th:if="${pStatus.index}==2"/>
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot040.png'}" alt="" th:if="${pStatus.index}==3"/>
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot050.png'}" alt="" th:if="${pStatus.index}==4"/>
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot060.png'}" alt="" th:if="${pStatus.index}==5"/>
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot070.png'}" alt="" th:if="${pStatus.index}==6"/>
- <img style="width: 23px;height: 20px;" th:src="${portalHost+'/img/newhotitems/hot080.png'}" alt="" th:if="${pStatus.index}==7"/>
- <span th:text="${' '+p.name}"> 创建高新技术企业培育体系</span>
- </div>
- <div class="newhotitems_hlitxt" th:text="${p.advertisement}==null or ${p.advertisement}==''?'暂无简介':${#strings.abbreviate(p.advertisement,30)}">省财政给予10-500万奖励</div>
- <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">
- <div class="newhotitems_hlibt">了解详情</div>
- </a>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot01.png'}" alt="" th:if="${pStatus.index}==0"/>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot02.png'}" alt="" th:if="${pStatus.index}==1"/>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot03.png'}" alt="" th:if="${pStatus.index}==2"/>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot04.png'}" alt="" th:if="${pStatus.index}==3"/>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot05.png'}" alt="" th:if="${pStatus.index}==4"/>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot06.png'}" alt="" th:if="${pStatus.index}==5"/>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot07.png'}" alt="" th:if="${pStatus.index}==6"/>
- <img class="newhotitems_hliicon" th:src="${portalHost+'/img/newhotitems/hot08.png'}" alt="" th:if="${pStatus.index}==7"/>
- </div>
- </div>
- </div>
- <!-- 热门应用 -->
- <div class="newapplications">
- <div class="newtitle">
- <div class="t1"></div>
- <div class="t2"></div>
- <div class="t3"></div>
- <span class="text">热门应用</span>
- <div class="t3"></div>
- <div class="t2"></div>
- <div class="t1"></div>
- </div>
- <div class="newapplications_count">
- <div class="newapplications_one">
- <img class="newapplications_oneback" th:src="${portalHost+'/img/newapplications/app.png'}" alt="" />
- </div>
- <a href="/portal/service/patentDetail?id=1db41f68-9bff-4e2c-af6e-accefc9f881a">
- <div class="newapplications_two">
- <img class="newapplications_twoback" th:src="${portalHost+'/img/newapplications/gjzl.png'}" alt="" />
- <div class="newapplications_twotit">国际专利</div>
- <div class="newapplications_twotxt">国际专利为您企业走出国门保驾护航!</div>
- </div>
- </a>
- <a href="/portal/service/patentDetail?id=726e63b5-f36d-4b24-a8ef-b8bb4b1cf42b">
- <div class="newapplications_two">
- <img class="newapplications_twoback" th:src="${portalHost+'/img/newapplications/bqzr.png'}" alt="" />
- <div class="newapplications_twotit">版权转让</div>
- <div class="newapplications_twotxt">各类优质著作权转让,为让企业发展助力!</div>
- </div>
- </a>
- <a href="/portal/service/patentDetail?id=891cf7c6-5a03-4887-a8fc-1e77c867e528">
- <div class="newapplications_two">
- <img class="newapplications_twoback" th:src="${portalHost+'/img/newapplications/pctzl.png'}" alt="" />
- <div class="newapplications_twotit">PTC专利</div>
- <div class="newapplications_twotxt">一种国际体系的专利申请</div>
- </div>
- </a>
- </div>
- </div>
- <footer>
- <div th:replace="common::copyright"></div>
- <div th:replace="common::login"></div>
- </footer>
- <div th:replace="common::footer(~{::script})">
- <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
- <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
- <script type="text/javascript" th:src="${portalHost+'/index.js'}"></script>
- </div>
- </body>
- </html>
|