|
@@ -3,13 +3,11 @@
|
|
|
xmlns:th="http://www.thymeleaf.org"
|
|
|
xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
|
|
|
-<head th:fragment="header(title, link)">
|
|
|
- <meta charset="UTF-8">
|
|
|
+<head th:fragment="header(title, link,meta)">
|
|
|
+ <th:block th:replace="${meta}" />
|
|
|
+ <th:block th:replace="${title}" />
|
|
|
+ <meta name="applicable-device" content="pc,mobile">
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
|
|
|
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
- <meta name=" Keywords" Content="国内外院士专家咨询,高新技术企业培育服务,技术转移咨询,品牌资质咨询,政策分析咨询,科研财税咨询,知识产权运用服务,科技金融咨询,军民科技培育,企业转型升级一站式解决方案。" >
|
|
|
- <meta name=" description" Content="湖南科德信息咨询集团有限公司(原省科协科技咨询部)创建于2001年,改制后于2008年正式注册。现有正式员工362人,内设机构19个,各行业、各领域兼职专家965人,公司在全国各地设有25家分/子公司,年营业额1.6亿元。总部位于国家级湘江新区湖南省金融中心,购置办公总面积2170平方米。近二十年来,共服务企业26800多家。" >
|
|
|
- <title>湖南科德信息咨询集团有限公司</title>
|
|
|
<link rel="icon" th:href="${portalHost+'/images/icon/kedexinxi.ico'}" type="image/x-icon">
|
|
|
<!--Bootstrap CSS 文件 -->
|
|
|
<link rel="stylesheet" th:href="${portalHost+'/css/bootstrap.min.css'}">
|
|
@@ -35,13 +33,14 @@
|
|
|
</div>
|
|
|
<div class="m_contant">
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath + '/portal/index'}">首页</a></li>
|
|
|
- <li><a th:href="${basePath + '/portal/productService'}">产品中心</a></li>
|
|
|
- <li><a th:href="${basePath + '/portal/strategic'}">战略合作</a></li>
|
|
|
- <li><a th:href="${basePath + '/portal/client'}">服务客户</a></li>
|
|
|
- <li><a th:href="${basePath + '/portal/news'}">新闻动态</a></li>
|
|
|
- <li><a th:href="${basePath + '/portal/aboutKede'}">关于科德</a></li>
|
|
|
- <li><a th:href="${basePath + '/portal/contactUs'}">联系我们</a></li>
|
|
|
+ <li><a th:href="${basePath + '/'}">首页</a></li>
|
|
|
+ <li><a th:href="${basePath + '/service/jszy'}">产品中心</a></li>
|
|
|
+<!-- <li><a href="javascript:void(0);">产品中心</a></li>-->
|
|
|
+ <li><a th:href="${basePath + '/strategic'}">战略合作</a></li>
|
|
|
+ <li><a th:href="${basePath + '/client'}">服务客户</a></li>
|
|
|
+ <li><a th:href="${basePath + '/news'}">新闻动态</a></li>
|
|
|
+ <li><a th:href="${basePath + '/about'}">关于科德</a></li>
|
|
|
+ <li><a th:href="${basePath + '/contactUs'}">联系我们</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</nav>
|
|
@@ -50,20 +49,19 @@
|
|
|
<nav class="pc_nav">
|
|
|
<!-- LOGO -->
|
|
|
<div class="logo">
|
|
|
- <a th:href="${basePath+'/portal/index'}"><img th:src="${portalHost+'/images/logo.png'}" alt="科德咨询" /></a>
|
|
|
+ <a th:href="${basePath+'/'}"><img th:src="${portalHost+'/images/logo.png'}" alt="科德咨询" /></a>
|
|
|
</div>
|
|
|
<ul>
|
|
|
<div class="nav-dog"></div>
|
|
|
- <li><a th:href="${basePath+'/portal/index'}">首页</a></li>
|
|
|
+ <li><a th:href="${basePath+'/'}">首页</a></li>
|
|
|
<li class="product_nav">
|
|
|
- <a th:href="${basePath+'/portal/productService'}">产品中心</a>
|
|
|
-
|
|
|
+ <a href="javascript:void(0);">产品中心</a>
|
|
|
</li>
|
|
|
- <li><a th:href="${basePath+'/portal/strategic'}">战略合作</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/client'}">服务客户</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/news'}">新闻动态</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/aboutKede'}">关于科德</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/contactUs'}">联系我们</a></li>
|
|
|
+ <li><a th:href="${basePath+'/strategic'}">战略合作</a></li>
|
|
|
+ <li><a th:href="${basePath+'/client'}">服务客户</a></li>
|
|
|
+ <li><a th:href="${basePath+'/news'}">新闻动态</a></li>
|
|
|
+ <li><a th:href="${basePath+'/about'}">关于科德</a></li>
|
|
|
+ <li><a th:href="${basePath+'/contactUs'}">联系我们</a></li>
|
|
|
</ul>
|
|
|
<div class="kede_phone">
|
|
|
<span>全国免费咨询</span>
|
|
@@ -75,13 +73,13 @@
|
|
|
<div class="">
|
|
|
<p>技术转移</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?0'}">技术需求</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?1'}">成果推介</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?2'}">承接活动</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?3'}">技术合同登记(免费)</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?4'}">院士工作站</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?5'}">博士工作站</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?6'}">国外高精尖人才引进</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?0'}">技术需求</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?1'}">成果推介</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?2'}">承接活动</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?3'}">技术合同登记(免费)</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?4'}">院士工作站</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?5'}">博士工作站</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?6'}">国外高精尖人才引进</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -89,13 +87,13 @@
|
|
|
<div class=" ">
|
|
|
<p>高企培育</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?0'}">高新技术企业认定</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?1'}">高新技术企业培育</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?2'}">高新技术企业会员服务</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?3'}">种子基金</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?4'}">创客空间</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?5'}">创业基金</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?6'}">政策融资</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?0'}">高新技术企业认定</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?1'}">高新技术企业培育</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?2'}">高新技术企业会员服务</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?3'}">种子基金</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?4'}">创客空间</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?5'}">创业基金</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?6'}">政策融资</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -103,12 +101,12 @@
|
|
|
<div class=" ">
|
|
|
<p>知识产权</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceZhishi?0'}">国内外专利申请</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceZhishi?1'}">知识产权挖掘/布局</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceZhishi?2'}">商标注册</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceZhishi?3'}">软件著作权申请</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceZhishi?4'}">科技查新</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceZhishi?5'}">知识产权贯标认证</a></li>
|
|
|
+<!-- <li><a th:href="${basePath+'/service/zscq?0'}">国内外专利申请</a></li>-->
|
|
|
+ <li><a th:href="${basePath+'/service/zscq?0'}">知识产权挖掘/布局</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zscq?1'}">商标注册</a></li>
|
|
|
+<!-- <li><a th:href="${basePath+'/service/zscq?3'}">软件著作权申请</a></li>-->
|
|
|
+ <li><a th:href="${basePath+'/service/zscq?2'}">科技查新</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zscq?3'}">知识产权贯标认证咨询</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -118,49 +116,42 @@
|
|
|
<ul>
|
|
|
<li class="kjxm-li"><a class="kjxm-a">企业/产品资质认定类</a></li>
|
|
|
<div class="min-p">
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?0'}">科技型中小企业</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?1'}">省/市小巨人</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?2'}">省/市守合同重信用</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?3'}">省/市两型产品</a></li>
|
|
|
- <!-- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?4'}">省/市高新产品</a></li>-->
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?0'}">科技型中小企业</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?1'}">省/市小巨人</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?2'}">省/市守合同重信用</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?3'}">省/市两型产品</a></li>
|
|
|
+ <!-- <li><a th:href="${basePath+'/service/zczx?4'}">省/市高新产品</a></li>-->
|
|
|
</div>
|
|
|
<li class="kjxm-li"><a class="kjxm-a">技术创新新平台类</a></li>
|
|
|
<div class="min-p">
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?5'}">国家/省/市/区企业技术中心</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?6'}">省/市工程(技术)研究中心</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?5'}">国家/省/市/区企业技术中心</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?6'}">省/市工程(技术)研究中心</a></li>
|
|
|
</div>
|
|
|
<li class="kjxm-li"><a class="kjxm-a">科研计划类</a></li>
|
|
|
<div class="min-p">
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?7'}">国家/省/市/区科技计划</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?7'}">国家/省/市/区科技计划</a></li>
|
|
|
</div>
|
|
|
<li class="kjxm-li"><a class="kjxm-a">研发奖补类</a></li>
|
|
|
<div class="min-p">
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?8'}">省/市研发财政奖补资金</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?8'}">省/市研发财政奖补资金</a></li>
|
|
|
</div>
|
|
|
<li class="kjxm-li"><a class="kjxm-a">产业发展引导类</a></li>
|
|
|
<div class="min-p">
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?9'}">制造强省(市)专项(含技改、新材料)</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?10'}">省/市移动互联网产业发展专项</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?11'}">省/市人工智能产业专项</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?12'}">中小企业发展专项(含专精特新)</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?9'}">制造强省(市)专项(含技改、新材料)</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?10'}">省/市移动互联网产业发展专项</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?11'}">省/市人工智能产业专项</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?12'}">中小企业发展专项(含专精特新)</a></li>
|
|
|
</div>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="list">
|
|
|
<div class=" ">
|
|
|
- <p>财税咨询服务</p>
|
|
|
+ <p>财务管理体系咨询</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?0'}">年度审计报告 </a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?1'}">专项审计报告</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?2'}">高新与加计扣除政策</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?3'}">研发奖补</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?4'}">财税/税务顾问</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?5'}">财税培训</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?6'}">财税代理</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?7'}">科技政策与财税筹划</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?8'}">企业管理咨询</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?9'}">研发费用归集</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/csfw?0'}">高新技术企业培育会员</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/csfw?1'}">研发规划管理咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/csfw?2'}">研发奖补咨询</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -168,12 +159,12 @@
|
|
|
<div class=" ">
|
|
|
<p>军民科技转化</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceJunming?0'}">武器装备科研生产单位保密资格认定咨询</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceJunming?1'}">武器装备承制单位资格认证咨询</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceJunming?2'}">武器装备科研生产许可认证(备案)咨询</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceJunming?3'}">国军标(GJB9001C-2017)体系认证咨询</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceJunming?4'}">退役军人就业创业服务</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceJunming?5'}">军民两用技术转移转化服务</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jmkj?0'}">武器装备科研生产单位保密资格认定咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jmkj?1'}">武器装备承制单位资格认证咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jmkj?2'}">武器装备科研生产许可认证(备案)咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jmkj?3'}">国军标(GJB9001C-2017)体系认证咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jmkj?4'}">退役军人就业创业服务</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jmkj?5'}">军民两用技术转移转化服务</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -181,42 +172,42 @@
|
|
|
<div class=" ">
|
|
|
<p style="text-align: center;">体系认证</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?0'}">ISO9001质量管理体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?1'}">OHSAS18001职业健康安全体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?2'}">ISO14001环境管理体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?3'}">ISO22000食品安全管理体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?4'}">ISO37001反贿赂管理体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?5'}">SA8000企业社会责任管理体系</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?6'}">ISO13485医疗器械质量管理体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?7'}">GB/T27922售后服务体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?8'}">GB/T31950企业诚实管理体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?9'}">两化融合贯标</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?31'}">社会组织评估</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?0'}">ISO9001质量管理体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?1'}">OHSAS18001职业健康安全体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?2'}">ISO14001环境管理体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?3'}">ISO22000食品安全管理体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?4'}">ISO37001反贿赂管理体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?5'}">SA8000企业社会责任管理体系</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?6'}">ISO13485医疗器械质量管理体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?7'}">GB/T27922售后服务体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?8'}">GB/T31950企业诚实管理体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?9'}">两化融合贯标</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?31'}">社会组织评估</a></li>
|
|
|
</ul>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?10'}">省/市级两型产品认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?11'}">湖南省新材料企业认定</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?12'}">CCC认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?13'}">软件能力成熟度模型三级CMMI3</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?14'}">*双软企业认定</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?15'}">*ITSS信息技术服务标准</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?16'}">ISO27001信息安全体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?17'}">ISO20000IT服务管理体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?18'}">中国节水/节能认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?19'}">中国环保产品认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?10'}">省/市级两型产品认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?11'}">湖南省新材料企业认定</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?12'}">CCC认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?13'}">软件能力成熟度模型三级CMMI3</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?14'}">*双软企业认定</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?15'}">*ITSS信息技术服务标准</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?16'}">ISO27001信息安全体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?17'}">ISO20000IT服务管理体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?18'}">中国节水/节能认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?19'}">中国环保产品认证</a></li>
|
|
|
</ul>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?20'}">省/市级守合同重信用企业</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?21'}">AAA企业信用等级</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?22'}">AAA重合同守信用企业</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?23'}">AAA质量服务诚信单位</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?24'}">AAA诚信经营示范单位</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?25'}">AAA资信等级证书</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?26'}">AAA级诚信单位</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?27'}">AAA诚信供应商等级证书</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?28'}">中国诚信之星</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?29'}">中国诚信企业家</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?30'}">中国诚信经理人</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?20'}">省/市级守合同重信用企业</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?21'}">AAA企业信用等级</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?22'}">AAA重合同守信用企业</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?23'}">AAA质量服务诚信单位</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?24'}">AAA诚信经营示范单位</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?25'}">AAA资信等级证书</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?26'}">AAA级诚信单位</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?27'}">AAA诚信供应商等级证书</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?28'}">中国诚信之星</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?29'}">中国诚信企业家</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?30'}">中国诚信经理人</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -224,9 +215,9 @@
|
|
|
<div class=" ">
|
|
|
<p>平台开发建设</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/productServicePingtai?0'}">网站PC端开发或共建</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServicePingtai?1'}">管理系统研发</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServicePingtai?2'}">Android及IOS移动端开发</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/kfpt?0'}">网站PC端开发或共建</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/kfpt?1'}">管理系统研发</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/kfpt?2'}">Android及IOS移动端开发</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -242,7 +233,7 @@
|
|
|
<div class="swiper-container" id="swiper4">
|
|
|
<div class="swiper-wrapper">
|
|
|
<div class="swiper-slide">
|
|
|
- <a th:href="${basePath + '/portal/productService?0'}">
|
|
|
+ <a th:href="${basePath + '/service/jszy?0'}">
|
|
|
<div th:class="${Cstatus}=='jszy'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/jishuzhuanyi/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -258,7 +249,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:href="${basePath+'/portal/productServiceGaoxin?0'}">
|
|
|
+ <a th:href="${basePath+'/service/gqpy?0'}">
|
|
|
<div th:class="${Cstatus}=='gxfw'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/gaoxinfuwu/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -274,7 +265,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:href="${basePath+'/portal/productServiceZhishi?0'}">
|
|
|
+ <a th:href="${basePath+'/service/zscq?0'}">
|
|
|
<div th:class="${Cstatus}=='zscq'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/zhishichaquan/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -289,7 +280,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:href="${basePath+'/portal/productServiceKejixiangmu?0'}">
|
|
|
+ <a th:href="${basePath+'/service/zczx?0'}">
|
|
|
<div th:class="${Cstatus}=='kjxm'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/kejixiangmu/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -307,7 +298,7 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="swiper-slide">
|
|
|
- <a th:href="${basePath+'/portal/productServiceCaisui?0'}">
|
|
|
+ <a th:href="${basePath+'/service/csfw?0'}">
|
|
|
<div th:class="${Cstatus}=='cszx'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/caisuizixunfuwu/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -315,7 +306,7 @@
|
|
|
</div>
|
|
|
<div class="pd-t">
|
|
|
<span class="iconfont icon-caiwu"></span>
|
|
|
- <em>财税咨询</em>
|
|
|
+ <em>财务管理体系咨询</em>
|
|
|
<p>在我国,高新技术企业一般是指在国家颁布的 《国家重点支持的高新技术领域》范围内,持 续进行研究开发与技术成果转化,形成企业核 心自主知识产权,并以此为基础开展经营活动 的居民企业,是知识密集、技术密集的经济 实体。
|
|
|
</p>
|
|
|
<div class="p-button">查看详情</div>
|
|
@@ -323,7 +314,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:href="${basePath+'/portal/productServiceJunming?0'}">
|
|
|
+ <a th:href="${basePath+'/service/jmkj?0'}">
|
|
|
<div th:class="${Cstatus}=='jmkj'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/junmingkeji/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -339,7 +330,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:href="${basePath+'/portal/productServiceTxrz?0'}">
|
|
|
+ <a th:href="${basePath+'/service/txrz?0'}">
|
|
|
<div th:class="${Cstatus}=='txrz'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/tixingrenzheng/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -355,7 +346,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:href="${basePath+'/portal/productServicePingtai?0'}">
|
|
|
+ <a th:href="${basePath+'/service/kfpt?0'}">
|
|
|
<div th:class="${Cstatus}=='ptkf'?'active pd-li':'pd-li'">
|
|
|
<img th:src="${portalHost+'/images/Product-center/pingtaikaifajianshe/p-1-1.png'}" />
|
|
|
<div class="pd-mask">
|
|
@@ -380,41 +371,51 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
<!-- 底部 -->
|
|
|
-<th:block th:fragment="copyright">
|
|
|
- <div class="contentDown" style="width:480px">
|
|
|
+<th:block th:fragment="copyright(key)">
|
|
|
+ <div class="contentDown" style="padding:50px 0 10px">
|
|
|
<div class="container">
|
|
|
- <!-- 友情链接 -->
|
|
|
- <div>
|
|
|
- <div class="down_left">
|
|
|
+ <!-- 友情链接 -->
|
|
|
+ <div class="down_left" th:if="${key}=='index'">
|
|
|
<p>友情链接</p>
|
|
|
</div>
|
|
|
- <!-- <div class="swipers">
|
|
|
-
|
|
|
- </div> -->
|
|
|
- <div class="swiper-container" id="swiper5s" style="height:140px">
|
|
|
- <div class="swiper-wrapper">
|
|
|
- <div class="swiper-slide links" style="display:flex" >
|
|
|
- <!-- <div th:each="link:${links}" style="padding: 0 4px">
|
|
|
- <a style="color:white" th:href="${link.url}" ><span th:text="${link.name}"></span></a>
|
|
|
- </div> -->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div style="color:#7E7F7F" th:if="${key}=='index'">
|
|
|
+ <div style="overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;width: 66vw;">
|
|
|
+ <!-- <div class="swiper-slide links" style="display:flex" >-->
|
|
|
+ <span class="spanLink" th:each="link:${links}" style="padding: 0 2px;display: inline-block">
|
|
|
+ <a style="color:#7E7F7F;font-size: 12px" th:href="${link.url}" ><span th:text="${link.name}"></span></a>
|
|
|
+ <!-- </div>-->
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;justify-content: right">
|
|
|
+ <span class='spanLink' style='display:inline-block;'><a style='color:#7E7F7F' href='/link'>MORE<span style='font-size:20px'>⋙</span></a></span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+<!-- <div class="swiper-container conts" id="swiper5s" style="color: white;max-height: 60px;">-->
|
|
|
+<!-- <div class="swiper-wrapper">-->
|
|
|
+
|
|
|
+<!--<!– <div class="swipers">–>-->
|
|
|
+
|
|
|
+<!--<!– </div>–>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- <div style="width: 100%;display: flex;justify-content: right;"><a style="color: white" th:href="${basePath+'/link'}">MORE<sup>>>></sup></a></div>-->
|
|
|
+<!-- <div style="color:white;"><a th:href="${basePath+'/link'}">More<sup>>>></sup></a></div>-->
|
|
|
<div class="row" style="position: relative;">
|
|
|
<div class="down_left col-lg-3 ">
|
|
|
<p>产品服务</p>
|
|
|
<ul style="margin-top: 38px;">
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?0'}">高企认定</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?1'}">高企培育</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?2'}">财税筹划</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?3'}">研发奖补</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?0'}">高企认定</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?1'}">高企培育</a></li>
|
|
|
+ <!-- <li><a th:href="${basePath+'/service/csfw?7'}">财务管理体系咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/csfw?3'}">研发奖补</a></li> -->
|
|
|
+ <li><a th:href="${basePath+'/service/csfw?1'}">研发规划管理咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/csfw?2'}">研发奖补咨询</a></li>
|
|
|
</ul>
|
|
|
<ul style="margin-top: 38px;">
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?12'}">两化融合</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?9'}">两化融合</a></li>
|
|
|
<li><a >专利转让</a></li>
|
|
|
<li><a >创客空间</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productService?5'}">博士工作站 </a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?5'}">博士工作站 </a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="down_middle col-lg-6">
|
|
@@ -422,32 +423,33 @@
|
|
|
<li>
|
|
|
<p>关于科德</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/aboutKede?fzlc'}">发展历程</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/aboutKede?ryzz'}">荣誉资质</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/aboutKede?qywh'}">企业文化</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/aboutKede?qggs'}">全国公司</a></li>
|
|
|
+ <li><a th:href="${basePath+'/about?fzlc'}">发展历程</a></li>
|
|
|
+ <li><a th:href="${basePath+'/about?ryzz'}">荣誉资质</a></li>
|
|
|
+ <li><a th:href="${basePath+'/about?qywh'}">企业文化</a></li>
|
|
|
+ <li><a th:href="${basePath+'/about?qggs'}">全国公司</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li>
|
|
|
<p>新闻动态</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/news?type=0'}">科德新闻</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/news?type=1'}">行业资讯</a></li>
|
|
|
+ <li><a th:href="${basePath+'/news?type=0'}">官方公告</a></li>
|
|
|
+ <li><a th:href="${basePath+'/news?type=1'}">政策解读</a></li>
|
|
|
+ <li><a th:href="${basePath+'/htmlmap'}">网站地图</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li>
|
|
|
<p>联系我们</p>
|
|
|
<ul>
|
|
|
- <li><a th:href="${basePath+'/portal/contactUs'}">联系电话:0731-89907207</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/contactUs'}">地址:湖南省长沙市岳麓区茶子山东路湘江财富金融中心D栋12层</a></li>
|
|
|
+ <li><a th:href="${basePath+'/contactUs'}">联系电话:0731-89907207</a></li>
|
|
|
+ <li><a th:href="${basePath+'/contactUs'}">地址:湖南省长沙市岳麓区茶子山东路湘江财富金融中心D栋12层</a></li>
|
|
|
<li>
|
|
|
- <a th:href="${basePath+'/portal/contactUs'}">
|
|
|
+ <a th:href="${basePath+'/contactUs'}">
|
|
|
科德集团全国咨询电话
|
|
|
400-8800-962
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a th:href="${basePath+'/portal/contactUs'}">
|
|
|
+ <a th:href="${basePath+'/contactUs'}">
|
|
|
科德集团客服热线电话
|
|
|
<span style="display: inline-grid;">
|
|
|
<span>18932403553(陈女士)</span>
|
|
@@ -474,9 +476,66 @@
|
|
|
<div class="line01"></div>
|
|
|
<div class="line02"></div>
|
|
|
</div>
|
|
|
+<!-- 热门城市 -->
|
|
|
+ <div style="display: flex;margin-top: 10px;align-items: unset" th:if="${key}=='index'">
|
|
|
+ <div class="down_left">
|
|
|
+ <p style="text-align: center;font-size: 17px;width: 80px">热门城市</p>
|
|
|
+ </div>
|
|
|
+ <div style="color:#7E7F7F;margin-bottom: 9px;">
|
|
|
+ <div style="overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;width: 60vw;height: 60px">
|
|
|
+ <!-- <div class="swiper-slide links" style="display:flex" >-->
|
|
|
+ <span class="spanLink" th:each="city:${popularCities}" style="padding: 0 4px;display: inline-block">
|
|
|
+ <a style="color:#7E7F7F;font-size: 12px;" th:href="${city.url}" ><span th:text="${city.name}"></span></a>
|
|
|
+ <!-- </div>-->
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="mobail_link" th:if="${key}=='index'">
|
|
|
+ <!-- 友情链接 -->
|
|
|
+ <div class="links" >
|
|
|
+ <div class="container">
|
|
|
+ <h2 class="item-title" style="font-size: 18px;text-align: center;"><a style="color:white">友情链接</a></h2>
|
|
|
+ <div style="color:#7E7F7F;">
|
|
|
+ <div style="overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ /*width: 66vw;*/
|
|
|
+ ">
|
|
|
+ <!-- <div class="swiper-slide links" style="display:flex" >-->
|
|
|
+ <span class="spanLink" th:each="link:${links}" style="padding: 0 4px;display: inline-block">
|
|
|
+ <a style="color:#7E7F7F;font-size: 12px" th:href="${link.url}" ><span th:text="${link.name}"></span></a>
|
|
|
+ <!-- </div>-->
|
|
|
+ </span>
|
|
|
+<!-- <div style="display: flex;justify-content: right;flex: 1">-->
|
|
|
+ <span class='spanLink' style='display:inline-block;'><a style='color:#7E7F7F' href='/link'>MORE<span style='font-size:20px'>⋙</span></a></span>
|
|
|
+<!-- </div>-->
|
|
|
+ </div>
|
|
|
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 热门城市 -->
|
|
|
+ <div class="links" style="padding-bottom: 20px;">
|
|
|
+ <div class="container" >
|
|
|
+ <h2 class="item-title" style="font-size: 18px;text-align: center;"><a style="color:white">热门城市</a></h2>
|
|
|
+ <div style="color:#7E7F7F;">
|
|
|
+ <div style="overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;">
|
|
|
+ <!-- <div class="swiper-slide links" style="display:flex" >-->
|
|
|
+ <span class="spanLink" th:each="city:${popularCities}" style="padding: 0 4px;display: inline-block">
|
|
|
+ <a style="color:#7E7F7F;font-size: 12px;" th:href="${city.url}" ><span th:text="${city.name}"></span></a>
|
|
|
+ <!-- </div>-->
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="infoDown">
|
|
|
<div class="container">
|
|
|
<span class="info_one">Copyright 2014-2025 湖南科德信息咨询集团有限公司</span>
|
|
@@ -509,7 +568,7 @@
|
|
|
<div class="phone_footer">
|
|
|
|
|
|
<div class="">
|
|
|
- <a th:href="${basePath+'/poratal/index.html'}">
|
|
|
+ <a th:href="${basePath+'/'}">
|
|
|
<span class="iconfont icon-shouye"></span>
|
|
|
<p>首页</p>
|
|
|
</a>
|
|
@@ -519,19 +578,19 @@
|
|
|
<span class="iconfont icon-fuwu-active"></span>
|
|
|
<p>产品中心</p>
|
|
|
<ul class="">
|
|
|
- <li><a th:href="${basePath+'/portal/productService?0'}" >技术转移</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceGaoxin?0'}">高企培育</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceZhishi?0'}">知识产权</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?0'}">政策咨询</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceCaisui?0'}" >财税咨询</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceJunming?0'}" >军民科技</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServiceTxrz?0'}">体系认证</a></li>
|
|
|
- <li><a th:href="${basePath+'/portal/productServicePingtai?0'}">平台建设</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jszy?0'}" >技术转移</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/gqpy?0'}">高企培育</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zscq?0'}">知识产权</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/zczx?0'}">政策咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/csfw?0'}" >财务咨询</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/jmkj?0'}" >军民科技</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/txrz?0'}">体系认证</a></li>
|
|
|
+ <li><a th:href="${basePath+'/service/kfpt?0'}">平台建设</a></li>
|
|
|
</ul>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="">
|
|
|
- <a href="#" id="onlineConsultation">
|
|
|
+ <a href="#" id="onlineConsultation">
|
|
|
<span class="iconfont icon-icon"></span>
|
|
|
<p>在线咨询</p>
|
|
|
</a>
|
|
@@ -600,7 +659,7 @@
|
|
|
<!-- 导航栏效果、回到顶部 -->
|
|
|
<script th:if="${type}!='houtai'" th:src="${portalHost+'/js/secode.js'}"></script>
|
|
|
<script th:if="${type}!='houtai'" th:src="${portalHost+'/js/register.js'}"></script>
|
|
|
- <script th:inline="javascript">
|
|
|
+ <script th:if="${type}=='houtai'" th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
window.globalConfig = {};
|
|
|
globalConfig.context = /*[[${basePath}]]*/'';
|
|
@@ -612,6 +671,8 @@
|
|
|
globalConfig.avatarHost = /*[[${avatarHost}]]*/'';
|
|
|
globalConfig.avatarUploadHost = /*[[${avatarUploadHost}]]*/'';
|
|
|
globalConfig.csrfToken = /*[[${csrf}]]*/'';
|
|
|
+ globalConfig.links = /*[[${links}]]*/'';
|
|
|
+ globalConfig.citys = /*[[${popularCities}]]*/'';
|
|
|
globalConfig.kfqq = '2035994611';
|
|
|
window.userData = {};
|
|
|
window.adminData = {};
|
|
@@ -625,6 +686,7 @@
|
|
|
}
|
|
|
/*]]>*/
|
|
|
</script>
|
|
|
+
|
|
|
<script th:if="${type}!='houtai'">
|
|
|
var _hmt = _hmt || [];
|
|
|
(function() {
|
|
@@ -639,6 +701,15 @@
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
})();
|
|
|
</script>
|
|
|
+ <script th:if="${type}!='houtai'">
|
|
|
+ (function(){
|
|
|
+ var bp = document.createElement('script');
|
|
|
+ bp.src = '//push.zhanzhang.baidu.com/push.js';
|
|
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
+ s.parentNode.insertBefore(bp, s);
|
|
|
+ })();
|
|
|
+ </script>
|
|
|
+ <th:block th:replace="${scripts}" />
|
|
|
</th:block>
|
|
|
|
|
|
|