| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <!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}">
- <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 id="backg">
- <div id="terrace">
- <div class="RecommendTitle">
- <h2>军工资质认定</h2>
- <span></span>
- <hr>
- </div>
- </div>
- <div id="apply">
- <div class="apply">
- <a th:href="@{/portal/service/serviceDetail(id=${patentCategory[0].id})}">
- <div class="apply_left">
- <div id="apply_left_in">
- <img alt="" th:src="${portalHost+'/img/indedImg/inded7.png'}" />
- <p th:text="${patentCategory[0].name}">产权申请</p>
- </div>
- </div>
- </a>
-
- <div class="apply_right">
- <div th:each="p0,pcStatus:${patentCategory}">
- <a th:href="@{/portal/service/serviceDetail(id=${p0.id})}" th:if="${pcStatus.index}!=0">
- <img th:src="${portalHost+'/img/indedImg/inded11.png'}" alt="" th:if="${pcStatus.index}==1"/>
- <img th:src="${portalHost+'/img/indedImg/inded12.png'}" alt="" th:if="${pcStatus.index}==2"/>
- <img th:src="${portalHost+'/img/indedImg/inded20.png'}" alt="" th:if="${pcStatus.index}==3"/>
- <img th:src="${portalHost+'/img/indedImg/inded13.png'}" alt="" th:if="${pcStatus.index}==4"/>
- <img th:src="${portalHost+'/img/indedImg/inded14.png'}" alt="" th:if="${pcStatus.index}==5"/>
- <img th:src="${portalHost+'/img/indedImg/inded9.png'}" alt="" th:if="${pcStatus.index}==6"/>
- <span th:text="${p0.name}"> 发明专利</span>
- </a>
- </div>
- </div>
- </div>
-
- </div>
- </div>
- <div id="con">
- <div id="terrace">
- <div class="RecommendTitle">
- <h2>装备采购信息</h2>
- <span></span>
- <hr>
- </div>
- </div>
- <div class="news">
- <div class="consultation">
- <a th:href="@{/portal/thinkTank/policyList?type=0}"><span>更多</span></a>
- <ul>
-
- <li th:each="n:${news}">
- <a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}">
- <div class="time">
- <div class ="number1"><span th:text="${#dates.format(n.releaseDate,'MM-dd')}">03-12</span></div>
- <div class ="number2"><span th:text="${#dates.format(n.releaseDate,'yyyy')}">2018</span></div>
- </div>
- <div class="newTxt">
- <h5 th:text="${#strings.abbreviate(n.title,18)}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
- <p th:text="${#strings.abbreviate(n.summary,65)}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
- <img th:src="${portalHost+'/img/indedImg/inded4.png'}" alt="" />
- <span>查看详情</span>
- </div>
- </a>
- </li>
- </ul>
- </div>
- </div>
-
- <div class="RecommendTitle">
- <div id="terrace">
- <h2>军民转换技术</h2>
- <span></span>
- <hr >
- </div>
- </div>
- <div class="skill">
- <div id="skill1">
-
- </div>
- <div id="skill2">
- <a class="skill3" th:href="@{/portal/technologyTrading/achievementList}">
- <img th:src="${portalHost+'/img/indedImg/inded6.png'}" alt="" />
- <span>技术成果</span>
- </a>
- <a class="skill3" th:href="@{/portal/technologyTrading/demandList}">
- <img th:src="${portalHost+'/img/indedImg/inded5.png'}" alt="" />
- <span>技术需求</span>
- </a>
- </div>
- </div>
- </div>
-
-
- <div id="hotProject">
- <div class="RecommendTitle">
- <div id="terrace">
- <h2>配套服务</h2>
- <span></span>
- <hr >
- </div>
- </div>
- <div class="hotProject_cont" >
- <div th:each="p,pStatus:${projects}">
- <img th:src="${p.maxImgUrl}==null or ${p.maxImgUrl}==''?${portalHost+'/img/indedImg/inded11.png'}:${avatarUploadHost+p.maxImgUrl}" alt="">
- <h3 th:text="${p.name}">高新认定</h3>
- <p th:text="${p.advertisement}==null or ${p.advertisement}==''?'暂无简介':${#strings.abbreviate(p.advertisement,30)}"></p>
- <a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
- </div>
- </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>
|