|
|
@@ -22,53 +22,6 @@
|
|
|
</div>
|
|
|
<div class="logo_right"></div>
|
|
|
<div class="nav">
|
|
|
- <ul>
|
|
|
- <li th:classappend="${mainM=='service'}? 'active'"><a
|
|
|
- th:href="${basePath + '/portal/service/serviceIndex.html'}">科技服务</a>
|
|
|
- <img th:src="${portalHost+'/img/hot.png'}" />
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a th:href="${basePath + '/portal/service/highTechCognizance.html'}">高企认定</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/service/propertyRight.html'}">知识产权</a>
|
|
|
- </li>
|
|
|
- </ol></li>
|
|
|
- <li th:classappend="${mainM=='technologyTrading'}? 'active'">
|
|
|
- <a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">专利产品</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">技术成果</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/demand.html'}">技术需求</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/assessMent.html'}">技术评估</a>
|
|
|
- </li>
|
|
|
- </ol>
|
|
|
- </li>
|
|
|
- <li th:classappend="${mainM=='thinkTank'}? 'active'"><a
|
|
|
- th:href="${basePath + '/portal/thinkTank/index.html'}">智库咨询</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/thinkTank/policyList.html'}">智政</a>
|
|
|
- </li>
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/thinkTank/index.html#zizone'}">智者</a>
|
|
|
- </li>
|
|
|
- </ol></li>
|
|
|
- <!-- <li><a th:href="${basePath + '/portal/financial/index.html'}">科技金融</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/financial/investmentInstitution.html'}">投资机构</a>
|
|
|
- </li>
|
|
|
- </ol></li> -->
|
|
|
- <li><a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/contactUs.html'}">联系我们</a>
|
|
|
- </li>
|
|
|
- </ol></li>
|
|
|
- <!-- <li><a href="#">科技活动</a></li> <li><a href="#">平台共建</a></li> -->
|
|
|
- </ul>
|
|
|
</div>
|
|
|
<div class="nav_right" th:if="${!isLogin}">
|
|
|
<a th:href="${basePath + '/user/signIn.html'}"> <img
|