| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- <!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+'/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="indexSearch">
- <!-- <ul class="jumpType">
- <li class="active">成果</li>
- <li>需求</li>
- <li>专利</li>
- <li>政策</li>
- <li>项目</li>
- </ul> -->
- <div class="search-inp">
- <div class="input-group">
- <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>
- </div>
- <a th:href="@{/portal/evaluation/evaluate}" href="/portal/evaluation/evaluate">高企自评</a>
- </div>
- <!-- <span class="apply head_login">申请会员</span> -->
- </div>
- <!-- 主体内容区域 -->
- <div class="container">
- <div class="indexNav">
- <ul>
- <li>
- <a th:href="@{/portal/service/patent}">
- <img th:src="${portalHost+'/img/index/index_icon1.png'}" alt="">
- <p>知识产权申请</p></a>
- </li>
- <li>
- <a th:href="@{/portal/service/serviceIndex}">
- <img th:src="${portalHost+'/img/index/index_icon2.png'}" alt="">
- <p>知识产权运用</p></a>
- </li>
- <li>
- <a th:href="@{/portal/technologyTrading/tradingIndex}">
- <img th:src="${portalHost+'/img/index/index_icon3.png'}" alt="">
- <p>知识产权交易</p></a>
- </li>
- <!-- <li>
- <a th:href="@{/portal/service/serviceIndex}">
- <img th:src="${portalHost+'/img/index/index_icon4.png'}" alt="">
- <p>知识产权维权</p></a>
- </li> -->
- </ul>
- </div>
- <h3 class="title">热门申请</h3>
- <div>
- <img th:src="${portalHost+'/img/index/index_hotBj.png'}" alt="">
- </div>
- <div class="handle">
- <ul>
-
- <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>
- </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>
- </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>
- </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>
- <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>
- </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>
- <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="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>
- </div>
- </div>
- <div class="container">
- <div class="RecommendTitle">
- <h2>政策资讯</h2>
- <span></span>
- </div>
- <div class="news">
- <div class="policy">
- <h4>政策
- <a th:href="@{/portal/thinkTank/policyList?type=1}"><span class="line"></span><span>></span></a>
-
- </h4>
- <img th:src="(${policys[0].titleImg}==null)?${portalHost+'/img/index/index_new2.jpg'}:${avatarUploadHost+policys[0].titleImg}" alt="">
- <ul>
- <li th:each="p,pStatus:${policys}" th:if="${pStatus.index}==0">
- <a th:href="@{/portal/news/newsDetail(id=${p.id},type=0)}">
- <div class="time">
- <span th:text="${#dates.format(p.releaseDate,'MM-dd')}">03-12</span>
- <span th:text="${#dates.format(p.releaseDate,'yyyy')}">2018</span>
- </div>
- <div class="newTxt">
- <h5 th:text="${p.title}"></h5>
- <p th:text="${p.summary}"></p>
- </div>
- </a>
- </li>
- </ul>
- </div>
- <div class="consultation">
- <h4>资讯
- <a th:href="@{/portal/thinkTank/policyList?type=0}"><span class="line"></span><span>></span></a>
- </h4>
- <ul>
-
- <li th:each="n:${news}">
- <a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}">
- <div class="time">
- <span th:text="${#dates.format(n.releaseDate,'MM-dd')}">03-12</span>
- <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>
- </div>
- </a>
- </li>
- </ul>
- </div>
- </div>
- <div class="RecommendTitle">
- <h2>技淘观点精选</h2>
- <span></span>
- </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>
- </div>
- <ul>
-
- <li th:each="sc:${subscription}">
- <a th:href="@{/portal/news/newsDetail(id=${sc.id},type=1)}">
- <div class="time">
- <span th:text="${#dates.format(sc.releaseDate,'MM-dd')}">03-12</span>
- <span th:text="${#dates.format(sc.releaseDate,'yyyy')}">2018</span>
- </div>
- <p th:text="${sc.title}"></p>
- </a>
- </li>
- </ul>
- </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 + '/vendors.js'}"></script>
- <script type="text/javascript" th:src="${portalHost+'/index.js'}"></script>
- </div>
- </body>
- </html>
|