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 rel="stylesheet" th:href="${portalHost+'/newMenu/continueHigh.css'}">
<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>科学是发展的重要内在推动力,高新技术企业是指在《国家重点支持的高新技术领域》内,持续进行研究开发与技术成果转化,形成企业核心自主知识产权,并以此为基础开展经营活动,在中国境内(不包括港、澳、台地区)注册一年以上的居民企业。</p>
</div>
<div class="highTitle">
<h4>申请</h4>
<span>Application</span>
</div>
<div class="gaoxin">
<div>
<div class="goodTitle">申请好处</div>
<p>1、税收减免40%。</p>
<p>2、财政专项资金补贴。</p>
<p>3、上市优先。</p>
<p>4、政府资金倾向。</p>
<p>5、品牌价值提升。</p>
<p> 6、创新能力提高。</p>
</div>
<div>
<div class="goodTitle">申请条件</div>
<p>您只需要提供:</p>
<p>1.营业执照。</p>
<p>2.组织机构代码证和税务登记证。</p>
<p>3.企业职工情况。</p>
<p>4.年度税务情况。</p>
</div>
<div>
<div class="goodTitle">申请流程</div>
<p>1、企业进行自我评价 。</p>
<p>2、进行网上注册登记。</p>
<p>3、企业提交认定申请。</p>
<p>4、认定机构必要组织认定 。</p>
<p>5、公示和颁发认定证书。</p>
</div>
<div class="linede">
</div>
<div class="linedes"></div>
</div>
<div class="highTitle">
<h4>我们的优势</h4>
<span>Our advantages</span>
</div>
<div class="youshi">
<div>a、信誉保证 历史通过率高达96.8% </div>
<div>b、全程一对一专人对接跟踪服务 </div>
<div>c、未通过,可免费重新申请或退款</div>
</div>
<div class="highTitle">
<h4>高企相关</h4>
<span>High enterprise related</span>
</div>
<div class="highRelevant">
<ul>
<li>
<p>高企诊断</p>
<div>
<img th:src="${portalHost+'/img/advertisement/indea1.png'}" alt="">
<p><a th:href="${gqc1}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(secondId=${gqc1.id})}">了解详情</a></p>
</div>
</li>
<li>
<p>高企认定</p>
<div>
<img th:src="${portalHost+'/img/advertisement/indea2.png'}" alt="">
<p><a th:href="${gqc2}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(secondId=${gqc2.id})}">了解详情</a></p>
</div>
</li>
<li>
<p>高企培育</p>
<div>
<img th:src="${portalHost+'/img/advertisement/indea3.png'}" alt="" class="peiyu">
<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/continueHigh.js'}"></script>
</div>
</body>
<!-- <script language="javascript" src="https://put.zoosnet.net/JS/LsJS.aspx?siteid=PUT70876498&float=1&lng=cn"></script> -->
</html>
|