1 |
- <!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">
<link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
<link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
<link th:href="${portalHost+'/newMenu/continueHigh.css'}" rel="stylesheet">
<title>阿凡提-军工认证</title>
</head>
<body>
<div th:replace="common::nav('','')"></div>
<div class="continueHighBanner">
<img th:src="${portalHost + '/img/index/xinxing1.jpg'}" alt="">
</div>
<div class="container">
<div class="highTitle">
<h4>概念</h4>
<span>Conception</span>
<div>
<img th:src="${portalHost + '/img/advertisement/high_1.png'}" alt="">
</div>
<h3>什么是军工认证?</h3>
<p class="militaryTxt">军工认证也就是军工资质条件,是指申请承担武器装备科研生产任务的单位应具备的能力和资格,也就是进入军方市场的“通行证”或“门槛”。</p>
</div>
<div class="highTitle">
<h4>申请好处</h4>
<span>Certification benefits</span>
</div>
<div class="military">
<div class="militaryList">
<div>
<p>1、获取需求信息,可以取得军方用户某一专业领域的需求信息,参加招投标</p>
</div>
<div>
<p>2、得到经费支持,一旦中标,就有可能取得科研经费或条件保障费的支持。</p>
</div>
<div>
<p>3、得到政策支持</p>
</div>
<div>
<p>4、有减免税收的优惠,可以享受减免税的优惠政策,如:需购买国外的仪器设备可以享收免税</p>
</div>
<div>
<p>5、有比较丰厚的回报,军品任务的利润一般都比民品高</p>
</div>
<div>
<p>6、带动技术进步</p>
</div>
<div>
<p>7、提高企业管理水平,通过三证认证,特别是军工质量认证,许可证认证可以提升企业现代化管理水平</p>
</div>
</div>
</div>
<div class="highTitle">
<h4>我们的优势</h4>
<span>Our advantages</span>
</div>
<div class="youshi">
<div>a、17年信誉保证 历史通过率高达96.8% </div>
<div>b、全程一对一专人对接跟踪服务 </div>
<div>c、未通过,可免费重新申请或退款</div>
</div>
<div class="highTitle">
<h4>军工认证</h4>
<span>High enterprise related</span>
</div>
<div class="highRelevant projectTxt">
<ul>
<li>
<p>武器装备科研</p>
<p>生产保密资格认证</p>
<div>
<img th:src="${portalHost + '/img/advertisement/militaryProject_11.png'}" alt="" class="wuqi">
<p> <a th:href="${gqc1}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(secondId=${gqc1.id})}">了解详情</a></p>
</div>
</li>
<li>
<p>武器装备科研</p>
<p>生产许可证认证</p>
<div>
<img th:src="${portalHost + '/img/advertisement/militaryProject_22.png'}" alt="">
<p><a th:href="${gqc2}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(secondId=${gqc2.id})}">了解详情</a></p>
</div>
</li>
<li>
<p>装备承制</p>
<p>单位资格认证</p>
<div>
<img th:src="${portalHost + '/img/advertisement/militaryProject_33.png'}" alt="" class="chengzhi">
<p><a th:href="${gqc3}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(secondId=${gqc3.id})}">了解详情</a></p>
</div>
</li>
</ul>
</div>
<div class="highBtn">
<div><a href="javascript:;" onclick="openZoosUrl('chatwin');">立即咨询</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+'/newMenu/militaryProject.js'}"></script>
</div>
</body>
<!-- <script language="javascript" src="https://put.zoosnet.net/JS/LsJS.aspx?siteid=PUT70876498&float=1&lng=cn"></script> -->
</html>
|