<!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})"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>媒体中心 - 科德集团</title> <meta name="Keywords" Content="科德集团,媒体报道,新闻中心" /> <meta name="description" Content="欢迎来到科德媒体中心,了解我们最新的报道,新闻发布和行业见解!" /> <!-- 二级页面CSS --> <link rel="stylesheet" th:href="${portalHost+'/css/secode.css'}"> </head> <body> <div class="app"> <!-- 头部 --> <header> <div th:replace="common::nav('','')"></div> <!-- 轮播图 --> <div class="swiper-containerx"> <img th:src="${banners}==null?${portalHost+'/images/banner/about_bg.png'}:${avatarUploadHost}+${banners.bannerUrl}" /> <div class="swiper_title"> <h6>新闻动态</h6> </div> </div> <!-- 轮播图 end --> </header> <!-- 头部 end --> <!-- 二级导航 --> <div class="secondary-menu news-text"> <div class="container"> <ul> <li class="active"><a href="javascript:;">新闻首页</a> </li> <li><a href="javascript:;">官方公告</a> </li> <li><a href="javascript:;">政策解读</a> </li> <li><a href="javascript:;">高新技术企业</a> </li> <li><a href="javascript:;">军工三证</a> </li> </ul> <div class="kws"></div> </div> </div> <!-- 二级导航 end --> <!-- 主体内容 --> <div class="news main"> <div class="container"> <div class="newmain"> <div class="newleft"> <!-- 新闻列表 --> <ul class="newslist"> </ul> <!-- 分页 --> <div class="page_1"></div> </div> <!-- 热门推荐 --> <div class="hot"> <div class="hitem"> 热门推荐 <div class="hlist"> <a target="_blank" href=""> <div class="htit"><span class="hnum">1</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">2</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">3</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">4</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">5</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">6</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">7</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">8</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">9</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> <a target="_blank" href=""> <div class="htit"><span class="hnum">10</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div> </a> </div> </div> <div class="hitem"> 热门产品推荐 <div class="hlist2"> <!-- <h4 style='text-align:center;margin:90px 0;color:#666'>暂无热门推荐</h4>--> <a target="_blank" th:href="${basePath+'/service/gqpy?1'}"> <div class="htit"><span class="hnum"></span>高企培育</div> </a> <a target="_blank" th:href="${basePath+'/service/gqpy?0'}"> <div class="htit"><span class="hnum"></span>高企认定</div> </a> <a target="_blank" th:href="${basePath+'/service/jszy?0'}"> <div class="htit"><span class="hnum"></span>技术转移</div> </a> <a target="_blank" th:href="${basePath+'/service/zscq?0'}"> <div class="htit"><span class="hnum"></span>知识产权</div> </a> <a target="_blank" th:href="${basePath+'/service/zczx?0'}"> <div class="htit"><span class="hnum"></span>政策咨询</div> </a> <a target="_blank" th:href="${basePath+'/service/csfw?0'}"> <div class="htit"><span class="hnum"></span>财务管理体系咨询</div> </a> <a target="_blank" th:href="${basePath+'/service/jmkj?0'}"> <div class="htit"><span class="hnum"></span>军民科技转化</div> </a> <a target="_blank" th:href="${basePath+'/service/txrz?0'}"> <div class="htit"><span class="hnum"></span>体系认证</div> </a> <a target="_blank" th:href="${basePath+'/service/kfpt?0'}"> <div class="htit"><span class="hnum"></span>平台开发建设</div> </a> </div> </div> </div> </div> <!-- 新闻列表 end --> </div> </div> <!-- 主体内容 end --> <!-- 底部 --> <footer> <div th:replace="common::copyright('')"></div> </footer> <!-- 底部 end --> </div> <div th:replace="common::footer(~{::script},'')"> <!-- 引入分页 --> <script th:src="${portalHost+'/js/page.js'}"></script> <script th:src="${portalHost+'/js/new.js'}"></script> <script> if (window.location.search == "?type=1") { $(".secondary-menu ul li a").eq(2).click() } else if (window.location.search == "?type=0") { $(".secondary-menu ul li a").eq(1).click() } else if (window.location.search == "?type=2") { $(".secondary-menu ul li a").eq(3).click() } else if (window.location.search == "?type=3") { $(".secondary-menu ul li a").eq(4).click() } </script> </div> </body> </html>