<%@ page contentType="text/html;charset=big5" session="true" import="tw.com.autotools.html.*" %> <%@ page import="tw.com.autotools.misc.*" %> <%@ page import="tw.com.autotools.database.*" %> <%@ page import="tw.com.autotools.search.*" %> <%@ page import="tw.com.f1.activity.*,tw.com.f1.util.*" %> <%@ page import="java.util.Vector" %> <%@ page import="java.util.*,java.io.*" %> <%@ include file="../message_include.jsp" %> <%//@ page errorPage="../ErrorPage.jsp" buffer="none"%> <% /* 最新公告 */ ServletContext sc = getServletContext(); SerialTable tableBulletin = (SerialTable) sc.getAttribute("tableBulletin"); Encoder encoder = tableBulletin.getEncoder(); Vector BulletinList = null; BulletinList = tableBulletin.select("date_start<="+encoder.encode( getCurrDate())+" and date_end >= "+encoder.encode(getCurrDate())+"","sn desc"); /* 最新公告 */ //ServletContext sc = getServletContext(); //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); /**\u6D3B\u52D5**/ //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); Vector ActivityList = null; String sql="date_sact <='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"' and date_eact >='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"'"; ActivityList = tableActivity.select(sql); %> 遠雄航空自由貿易港區
     

 
 

 

境內關外
 邊境管制放寬
 貨物免審免驗免押運
 24小時免通關
 可跨關區報關
 進入國內可按月彙報


賦稅優惠
 免關稅、營業稅、貨物稅、推廣貿易服務費、商港服務費等
 對國內採購營業稅0%


允許深層加值、為他業者從事物流
 免提供保證金
 可於區內進行貨物換標、倉儲、發貨、維修、組裝、重整、加工、製造,
 並可多層次委外加工。


稅賦減免降低廠商營運成本
 
國外商務人士落地簽證,簡化「大陸地區人士」入境作業


提高外勞雇用比例
 外勞僱用比例可達40%,降低勞力成本,提昇競爭優勢。


海關單一行政窗口
 交通部民用航空局管理機關結合其他政府部門,代辦區內廠商所有行政業務

 

享有免稅•利潤倍增

免稅範圍

免稅細項

優惠措施概要

營業稅

(Business tax)

營運貨物

自國外進口或國內貨物輸往自貿港區營運支原物料、半成品、成品均為零稅率

機械設備

自國外進口或國內輸往自貿港供營運用之機械設備均為零稅率

勞務

港區內各廠商相互提供之勞務及物流服務均適用零稅率

關稅及貨物稅

(Tariff duties&Commodity tax)

國外貨物輸往自貿港均免徵進口稅

推廣貿易服務費、商港建設費

(Trade Promotion Service fees&Port duties)

自國外輸往至自貿港區均免費、自貿港區輸往國外均免費

營利事業所得稅

(Business Income tax)

外銷

外國營利事業或其在台灣境內設立之分公司,自行申設或委託自由港區事業於港區內從事貨物儲存與簡易加工,並將該外國營利事業之貨物售與國內、外客戶者,其所得免徵營利事業所得稅。

但當年度售與國內客戶之貨物,超過其當年度售與國內、外客戶銷售總額百分之十者,其超過部分不予免徵。

內銷



 

   
   
   
   
   

 

<%! public String getCurrDate() { String currDate = new java.sql.Date(System.currentTimeMillis()).toString(); currDate = currDate.replace('-', '/'); return currDate; } %>