|
|
@@ -59,167 +59,128 @@
|
|
|
<li>项目</li>
|
|
|
</ul> -->
|
|
|
<div class="search-inp">
|
|
|
- <div class="input-group">
|
|
|
+ <div class="input-group searchDiv">
|
|
|
<input type="text" class="form-control demandSearch" placeholder="输入你感兴趣的内容">
|
|
|
- <span class="input-group-btn">
|
|
|
- <button class="btn btn-default searchBtn" type="button">
|
|
|
- <img th:src="${portalHost+'/img/newMenu/search-icon.jpg'}" alt=""> 搜索
|
|
|
- </button>
|
|
|
- </span>
|
|
|
+ <img th:src="${portalHost+'/img/newMenu/searchImg.png'}" alt="" class="searchImg">
|
|
|
+
|
|
|
</div>
|
|
|
- <a th:href="@{/portal/evaluation/evaluate}" href="/portal/evaluation/evaluate">高企自评</a>
|
|
|
+ <a th:href="@{/portal/technologyTrading/tradingIndex#sytz}" class="zaixian">在线评估</a>
|
|
|
+
|
|
|
+
|
|
|
+ <a th:href="@{/portal/evaluation/evaluate}" href="/portal/evaluation/evaluate" class="gaoqi">高企自评</a>
|
|
|
</div>
|
|
|
- <!-- <span class="apply head_login">申请会员</span> -->
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- 主体内容区域 -->
|
|
|
- <div class="container">
|
|
|
- <!-- <div class="indexNav">
|
|
|
- <ul>
|
|
|
+ <ul class="jump">
|
|
|
<li>
|
|
|
- <a th:href="@{/portal/service/patent}">
|
|
|
- <img th:src="${portalHost+'/img/index/index_icon1.png'}" alt="">
|
|
|
- <p>知识产权申请</p></a>
|
|
|
+ <a href="/portal/thinkTank/policyList?type=1">政策</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a th:href="@{/portal/service/serviceIndex}">
|
|
|
- <img th:src="${portalHost+'/img/index/index_icon2.png'}" alt="">
|
|
|
- <p>知识产权运用</p></a>
|
|
|
+ <a href="/portal/thinkTank/policyList?type=0">资讯</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a th:href="@{/portal/technologyTrading/tradingIndex}">
|
|
|
- <img th:src="${portalHost+'/img/index/index_icon3.png'}" alt="">
|
|
|
- <p>知识产权交易</p></a>
|
|
|
+ <a href="/portal/thinkTank/policyList?type=99">技淘观点</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a th:href="@{/portal/service/serviceIndex}">
|
|
|
- <img th:src="${portalHost+'/img/index/index_icon4.png'}" alt="">
|
|
|
- <p>知识产权维权</p></a>
|
|
|
+ <a href="/portal/thinkTank/policyList?type=98">知产百科</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
- </div> -->
|
|
|
- <h3 class="title">热门申请</h3>
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/index/index_hotBj.png'}" alt="">
|
|
|
+ <!-- <span class="apply head_login">申请会员</span> -->
|
|
|
</div>
|
|
|
- <div class="handle">
|
|
|
- <ul>
|
|
|
+
|
|
|
+ <!-- 主体内容区域 -->
|
|
|
+ <div id="terrace">
|
|
|
+ <div class="terrace_title">
|
|
|
|
|
|
- <li th:each="pc,pcStatus:${patentCategory}">
|
|
|
- <div class="handleBox">
|
|
|
- <img th:src="${pc.topImg}==null?${portalHost+'/img/index/index_handleI.jpg'}:${avatarUploadHost+pc.topImg}" alt="">
|
|
|
- <div class="handleMask">
|
|
|
- <div class="maskTxt">
|
|
|
- <img th:src="${portalHost+'/img/index/index_handleIcon'+(pcStatus.index+1)+'.png'}" alt="">
|
|
|
- <p th:text="${pc.topLevel}">版权登记</p>
|
|
|
- <span></span>
|
|
|
- <div class="contentTxt">
|
|
|
- <p th:text="${pc.summary}==null?'暂无简介':${#strings.abbreviate(pc.summary,30)}"></p>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <a th:href="@{/portal/service/patentList(topId=${pc.topLevelId})}">立即办理</a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <a href="/portal/service/patentList" class="more">MORE
|
|
|
- <span></span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <!-- 热门推荐 -->
|
|
|
- <div class="RecommendTitle">
|
|
|
- <h2>热门推荐</h2>
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- <div class="RecommendBody">
|
|
|
- <div class="RecommendTxt" th:each="p,pStatus:${projects}" th:if="${pStatus.index}==0">
|
|
|
- <div class="RecommendTxtImg">
|
|
|
- <img th:src="${p.maxImgUrl}==null?${portalHost+'/img/allproduct_img.png'}:${avatarUploadHost+p.maxImgUrl}" alt="">
|
|
|
- <div class="txts">
|
|
|
- <p th:text="${p.introduce}==null?'暂无简介':${#strings.abbreviate(p.introduce,30)}"></p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="RecommendTxtBottom">
|
|
|
- <p th:text="${p.name}">高新认定</p>
|
|
|
- <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
|
|
|
- </div>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded12.png'}" alt="" />
|
|
|
</div>
|
|
|
- <div class="RecommendImg">
|
|
|
- <div class="RecommendRemask" th:each="p1,pStatus:${projects}" th:if="${pStatus.index}==1">
|
|
|
- <img th:src="${p1.maxImgUrl}==null?${portalHost+'/img/index/index_handleI.jpg'}:${avatarUploadHost+p1.maxImgUrl}" alt="">
|
|
|
- <div class="remaskImg">
|
|
|
- <div>
|
|
|
- <p th:text="${p1.name}">高新认定</p>
|
|
|
- <a th:href="@{/portal/service/serviceDetail(id=${p1.id})}">立即办理</a>
|
|
|
- </div>
|
|
|
+ <div class="terrace_cont">
|
|
|
+ <div>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded1.png'}" alt="" />
|
|
|
+ <div class="terraceH">
|
|
|
+ <h4>智慧</h4>
|
|
|
+ <p>海量智力成果认知您的需求</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="imgGrounp">
|
|
|
- <div class="RecommendRemask" th:each="p,pStatus:${projects}" th:if="${pStatus.index}==2 or ${pStatus.index}==3">
|
|
|
- <img th:src="${p.maxImgUrl}==null?${portalHost+'/img/index/index_handleI.jpg'}:${avatarUploadHost+p.maxImgUrl}" alt="">
|
|
|
- <div class="remaskImg">
|
|
|
- <div>
|
|
|
- <p th:text="${p.name}">高新认定</p>
|
|
|
- <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded1.png'}" alt="" />
|
|
|
+ <div class="terraceH">
|
|
|
+ <h4>合伙</h4>
|
|
|
+ <p>秉承十七载荣赢数万客户</p>
|
|
|
+ </div>
|
|
|
+ </div><div>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded1.png'}" alt="" />
|
|
|
+ <div class="terraceH">
|
|
|
+ <h4>社区</h4>
|
|
|
+ <p>严选数千位专家顾问答疑解惑</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="RecommendTxt" th:each="p,pStatus:${projects}" th:if="${pStatus.index}==4">
|
|
|
- <div class="RecommendTxtImg">
|
|
|
- <img th:src="${p.maxImgUrl}==null?${portalHost+'/img/index/index_handleI.jpg'}:${avatarUploadHost+p.maxImgUrl}" alt="">
|
|
|
- <div class="txts">
|
|
|
- <p th:text="${p.introduce}==null?'暂无简介':${#strings.abbreviate(p.introduce,30)}"></p>
|
|
|
+ </div>
|
|
|
+ <div id="apply">
|
|
|
+ <div class="apply">
|
|
|
+ <div class="apply_left">
|
|
|
+ <a >
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded15.jpg'}" alt="" />
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="apply_right">
|
|
|
+ <div th:each="p0,pcStatus:${patentCategory}">
|
|
|
+ <a th:href="'/portal/service/patentList?secondId='+${p0.topLevelId}">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded20.jpg'}" alt="" th:if="${pcStatus.index}==0"/>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded21.jpg'}" alt="" th:if="${pcStatus.index}==1"/>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded22.jpg'}" alt="" th:if="${pcStatus.index}==2"/>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded23.jpg'}" alt="" th:if="${pcStatus.index}==3"/>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded24.jpg'}" alt="" th:if="${pcStatus.index}==4"/>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded25.jpg'}" alt="" th:if="${pcStatus.index}==5"/>
|
|
|
+ <h4 th:text="${p0.topLevel}"> 发明专利</h4>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="RecommendTxtBottom">
|
|
|
- <p th:text="${#strings.abbreviate(p.name,15)}">高新认定</p>
|
|
|
- <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
|
|
|
- </div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
- <!-- 品牌建设 -->
|
|
|
- <div class="RecommendTitle">
|
|
|
- <h2>企业品牌建设</h2>
|
|
|
- <span></span>
|
|
|
+ <div id="wield">
|
|
|
+ <div class="terrace_title">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded4.png'}" alt="" />
|
|
|
+ </div>
|
|
|
+ <div class="wield_cont">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded5.png'}" alt="" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="brand">
|
|
|
- <div class="brandBody container">
|
|
|
- <div class="brandLeft">
|
|
|
- <div class="writeBj">
|
|
|
- <img th:src="${portalHost+'/img/index/index_brand1.jpg'}" alt="">
|
|
|
- <p>基础品牌建设</p>
|
|
|
- </div>
|
|
|
- <div class="writeBj">
|
|
|
- <img th:src="${portalHost+'/img/index/index_brand2.jpg'}" alt="">
|
|
|
- <p>产品质量提升</p>
|
|
|
- </div>
|
|
|
+ <div class="brands">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded6.png'}" alt="" />
|
|
|
+ </div>
|
|
|
+ <div class="brands">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded7.png'}" alt="" />
|
|
|
+ <div class="brandsDiv">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded31.jpg'}" alt="" class="active"/>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded32.jpg'}" alt="" />
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded33.jpg'}" alt="" />
|
|
|
</div>
|
|
|
- <div class="brandMid">
|
|
|
- <img th:src="${portalHost+'/img/index/index_brand3.jpg'}" alt="">
|
|
|
- <h4>企业品牌提升</h4>
|
|
|
- <div>
|
|
|
- <p>培育品牌内功</p>
|
|
|
- <p>落地管理标准</p>
|
|
|
- <p>取得权威认证</p>
|
|
|
- </div>
|
|
|
-<!-- <a href="#"></a> -->
|
|
|
+ </div>
|
|
|
+ <div class="brands">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded8.png'}" alt="" />
|
|
|
+ </div>
|
|
|
+ <div class="brands">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded9.png'}" alt="" />
|
|
|
+ <div>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded34.jpg'}" alt="" class="active"/>
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded35.jpg'}" alt="" />
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded36.jpg'}" alt="" />
|
|
|
</div>
|
|
|
- <div class="brandLeft">
|
|
|
- <div class="writeBj">
|
|
|
- <img th:src="${portalHost+'/img/index/index_brand4.jpg'}" alt="">
|
|
|
- <p>行业限制许可办理</p>
|
|
|
- </div>
|
|
|
- <div class="writeBj">
|
|
|
- <img th:src="${portalHost+'/img/index/index_brand5.jpg'}" alt="">
|
|
|
- <p>企业品牌升级奖励</p>
|
|
|
+ </div>
|
|
|
+ <div id="hotProject">
|
|
|
+ <div class="terrace_title">
|
|
|
+ <img th:src="${portalHost+'/img/indedImg/inded10.png'}" alt="" />
|
|
|
+ </div>
|
|
|
+ <div class="hotProject_cont" >
|
|
|
+ <div th:each="p,pStatus:${projects}">
|
|
|
+ <img th:src="${p.maxImgUrl}==null?${portalHost+'/img/indedImg/inded11.png'}:${avatarUploadHost+p.maxImgUrl}" alt="">
|
|
|
+ <h3 th:text="${p.name}">高新认定</h3>
|
|
|
+ <p th:text="${p.advertisement}==null?'暂无简介':${#strings.abbreviate(p.advertisement,30)}"></p>
|
|
|
+ <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
<div class="container">
|
|
|
<div class="RecommendTitle">
|
|
|
<h2>政策资讯</h2>
|
|
|
@@ -260,8 +221,8 @@
|
|
|
<span th:text="${#dates.format(n.releaseDate,'yyyy')}">2018</span>
|
|
|
</div>
|
|
|
<div class="newTxt">
|
|
|
- <h5 th:text="${n.title}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
|
|
|
- <p th:text="${n.summary}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
|
|
|
+ <h5 th:text="${n.title}"></h5>
|
|
|
+ <p th:text="${n.summary}"></p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
@@ -272,6 +233,11 @@
|
|
|
<h2>技淘观点精选</h2>
|
|
|
<span></span>
|
|
|
</div>
|
|
|
+ <div class="view">
|
|
|
+ <h4>观点
|
|
|
+ <a th:href="@{/portal/thinkTank/policyList?type=99}"><span class="line"></span><span>></span></a>
|
|
|
+ </h4>
|
|
|
+ </div>
|
|
|
<div class="publicNumber">
|
|
|
<div class="video" >
|
|
|
<iframe frameborder="0" width="565" height="320" th:src="${videoUrl}==null?'https://v.qq.com/iframe/player.html?vid=y0721rsmr4r&tiny=0&auto=0':${videoUrl}" allowfullscreen></iframe>
|
|
|
@@ -289,6 +255,7 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
<footer>
|
|
|
<div th:replace="common::copyright"></div>
|