<?xml version="1.0"  encoding="utf-8" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<script language="JavaScript" type="text/JavaScript">
var myHTTP_USER_AGENT;
    myHTTP_USER_AGENT = "CCBot/1.0 (+http://www.commoncrawl.org/bot.html)"
var ifFireFox;
    ifFireFox = "N";
if (myHTTP_USER_AGENT.indexOf("Firefox") > 0)
{
    ifFireFox = "Y";
    //alert("This is Firefox! ");
}
var ifMSIE6;
    ifMSIE6 = "N";
if (myHTTP_USER_AGENT.indexOf("MSIE 6.0") > 0)
{
    ifMSIE6 = "Y";
    //alert("This is IE 6! ");
}
var ifMSIE7;
    ifMSIE7 = "N";
if (myHTTP_USER_AGENT.indexOf("MSIE 7.0") > 0)
{
    ifMSIE7 = "Y";
	//alert("This is IE 7! ");
}
</script>
<noscript><p>您的瀏覽器設定不支援Script, 但不影響您瀏覽資訊.<p></noscript>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:user-namespace-here" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="DC.Title" content="Hsinchu">
<meta name="DC.Subject" content="Hsinchu">
<meta name="DC.Creator" content="Hsinchu">
<meta name="DC.Description" content="">
<meta name="DC.Publisher" content="Hsinchu">
<meta name="DC.Contributor" content="Hsinchu">
<meta name="DC.Date" content="2008/8/7">
<meta name="DC.Type" content="html">
<meta name="DC.Format" content="text">
<meta name="DC.Identifier" content="Baphiq-345030000G">
<meta name="DC.Relation" content="MP-22">
<meta name="DC.Source" content="Hsinchu">
<meta name="DC.Language" content="English">
<meta name="DC.Coverage" content="">
<meta name="DC.Rights" content="Hsinchu">
<meta name="Category.Theme" content="700">
<meta name="Category.Cake" content="A00">
<meta name="Category.Cake" content="J00">
<meta name="Category.Service" content="I00">
<title>Bureau of Animal and Plant Health Inspection and Quarantine Council - </title>
<link href="xslGip/style2eng/css/style_1.css" rel="stylesheet" type="text/css"/>
</head>
<body><a title=":::Upper area:::" class="Accesskey" href="np.asp?ctNode=1766&mp=22">:::</a><div id="headerSet">
<div class="WebTitle"><a href="mp.asp?mp=1"><img src="xslGip/style2eng/images/top.gif" alt="Top image"></a></div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="132"><param name="movie" value="xslGip/style2eng/swf/top.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent"><embed src="xslGip/style2eng/swf/top.swf" width="100%" height="132" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed><div style="display:none ">Top area flash of Bureau of Animal and Plant Health Inspection and Quarantine Council</div></object><div class="Base"><a title=":::導覽列:::" class="Accesskey" href="np.asp?ctNode=1766&mp=22"></a><span class="Accesskey">∣</span><a title="Go back to BAPHIQ" href="dp.asp?mp=2" accesskey="9">BAPHIQ</a><a title="Home" accesskey="0" href="mp.asp?mp=22">Home
                </a><a title="Sitemap" accesskey="1" href="sitemap.asp?mp=22">Sitemap
                </a><a href="mailto:baphiq@mail.baphiq.gov.tw ">Contact</a><a href="dp.asp?mp=12">
                    Chinese
                </a></div>
</div>
<div class="topMenu"><a title=":::Main menu:::" class="Accesskey" accesskey="U" href="np.asp?ctNode=1766&mp=22">:::</a></div>
<ul class="MainMenu" id="MainMenu">
<li><a href="dp.asp?mp=21" title="Keelung">Keelung</a></li>
<li><a href="dp.asp?mp=22" title="Hsinchu">Hsinchu</a></li>
<li><a href="dp.asp?mp=23" title="Taichung">Taichung</a></li>
<li><a href="dp.asp?mp=24" title="Kaohsiung">Kaohsiung</a></li>
</ul>
<table class="Layout" summary="layout table">
<tr>
<td class="Left" style="padding-top: 40px;"><a title=":::Left:::" class="Accesskey" accesskey="L" href="np.asp?ctNode=1766&mp=22">:::</a><div class="Counter"><span>000015086</span></div><script language="JavaScript" type="text/JavaScript">
            var nowshowSubMenuLeft = "X";
            
            function showSubMenuLeft(id)
            {
				if(nowshowSubMenuLeft != id && id.indexOf("X") >= 0 && nowshowSubMenuLeft.indexOf("X") >= 0)
                {                                  
                    //alert(nowshowSubMenuLeft + ":" + id);
                    //window.status = nowshowSubMenuLeft + ":" + id
                    unShowSubMenuLeft(nowshowSubMenuLeft);
                    nowshowSubMenuLeft = id;                 
                }
                
                var objEvent = document.getElementById(id);                         //被按下的按鈕
                var popmenu  = document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
                var flaH     = document.getElementById("headerSet");                //flash所在div
                var LeftMenu = document.getElementById("LeftMenu");                 //左邊MenuBar
                
                //移動到新的座標位置
                var x = LeftMenu.offsetLeft + LeftMenu.offsetWidth; 
                var y = objEvent.offsetTop + objEvent.offsetHeight;  
                
                if (ifFireFox=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 10;
                        y = y + 120;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 60;
                    }
                }
                if (ifMSIE6=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 20;
                        y = y + 132;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 60;
                        y = y - 30;
                    }
                        
                }
                if (ifMSIE7=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 10;
                        y = y + 140;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 50;
                        y = y - 30;
                    }
                }
                popmenu.style.left = x + "px";
                popmenu.style.top  = y + "px";
                popmenu.style.visibility = "visible";
            }
            
            function unShowSubMenuLeft(id)
            {
                if(id == "X")
                {
                    return;
                }
                var objEvent = document.getElementById(id);                         //被按下的按鈕
                var popmenu =  document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
                popmenu.style.visibility = "hidden";
            }
        </script><ul class="Menu3"><span class="title" id="LeftMenu">&nbsp;</span><li tabindex="I1011"><a id="1993X" href="np.asp?ctNode=1993&CtUnit=791&BaseDSD=7&mp=22" title="Brief">Brief</a></li>
<li tabindex="I1012"><a id="1994X" href="lp.asp?ctNode=1994&CtUnit=792&BaseDSD=7&mp=22" title="Animal Quarantine">Animal Quarantine</a></li>
<li tabindex="I1013"><a id="1995X" href="lp.asp?ctNode=1995&CtUnit=793&BaseDSD=7&mp=22" title="Plant Quarantine">Plant Quarantine</a></li>
<li tabindex="I1014"><a id="1996X" href="np.asp?ctNode=1996&CtUnit=794&BaseDSD=7&mp=22" title="Meat Inspection">Meat Inspection</a></li>
<li tabindex="I1015"><a id="2294X" href="lp.asp?ctNode=2294&CtUnit=1071&BaseDSD=7&mp=22" title="Passenger information">Passenger information</a></li>
<li tabindex="I1016"><a id="1997X" href="np.asp?ctNode=1997&CtUnit=795&BaseDSD=7&mp=22" title="Inspection Stations">Inspection Stations</a></li>
<li tabindex="I1017"><a id="2185X" href="lp.asp?ctNode=2185&CtUnit=1029&BaseDSD=7&mp=22" title="Regulations">Regulations</a></li>
<li tabindex="I1018"><a id="2186X" href="lp.asp?ctNode=2186&CtUnit=1030&BaseDSD=7&mp=22" title="Application Forms">Application Forms</a></li>
<li tabindex="I1019"><a id="1999X" href="np.asp?ctNode=1999&CtUnit=797&BaseDSD=7&mp=22" title="Contact Information">Contact Information</a></li>
<li tabindex="I1020"><a id="1998X" href="lp.asp?ctNode=1998&CtUnit=796&BaseDSD=7&mp=22" title="Q&A">Q&A</a></li>
</ul>
<ul class="Menu2">
<li><a href="ct.asp?xItem=800&ctNode=2068&mp=22&xPath=np.asp?ctNode=2136&mp=2" title="Bilingual">Bilingual</a></li>
<li><a href="ct.asp?xItem=801&ctNode=2068&mp=22&xPath=ecardeng/ecard_1.asp" title="E-card">E-card</a></li>
</ul>
<div class="S_Search">
<h3>Search：</h3>
<div class="Search">
<form name="xgils_search" method="GET" action="http://hysearch.baphiq.gov.tw/hysearch/cgi/m_query" target="_nwGIP" onsubmit="JSCRIPT: return doSearch()"><input name="content" type="text" class="Text" value="keyword" size="20" accesskey="S" onFocus="JSCRIPT: this.value='';"><input type="submit" class="Button" value="Go" title="The results would display with new window."><a href="http://hysearch.baphiq.gov.tw/hysearch/dindex_en.htm" target="_blank" title="Advance search, opened with new window.">Advance search</a></form><script language="JavaScript" type="text/JavaScript">
		                function doSearch() {
			                window.open(encodeURI("http://hysearch.baphiq.gov.tw/hysearch/cgi/m_query.exe?query=home&home=home&item_no=10&lang=en&group=AB&check_group=yes&content="+xgils_search.content.value), "_blank");
			                return false;
		                }
		            </script><noscript>
<div>Your browser may not supprt script. You can search by <a href="http://hysearch.baphiq.gov.tw/hysearch/index_en.htm" title="HySearch web site, opened with new window." target="_HySaerch">HySearch web</a>.</div>
</noscript>
</div>
</div>
<div class="AD"><a href="ct.asp?xItem=15395&ctNode=2209&mp=22&xPath=http://163.29.152.62" title="On-line application for dog/cat import permit, opened with new window." target="_blank"><img src="public/Data/8102411262771.JPG" alt="On-line application for dog/cat import permit, opened with new window."></a><a href="content.asp?cuItem=492" title="AFA COA, opened with new window." target="_blank"><img src="public/Data/672411482771.jpg" alt="AFA COA, opened with new window."></a><a href="content.asp?cuItem=488" title="Forestry Bureau, opened with new window." target="_blank"><img src="public/Data/672411475371.jpg" alt="Forestry Bureau, opened with new window."></a><a href="content.asp?cuItem=490" title="SWCB, opened with new window." target="_blank"><img src="public/Data/67241148571.jpg" alt="SWCB, opened with new window."></a></div>
</td>
<td class="Center"><a title=":::Main contain:::" class="Accesskey" accesskey="C" href="np.asp?ctNode=1766&mp=22">:::</a><div class="Article">
<div class="Body">
<p><TABLE cellSpacing=2 cellPadding=2 border=0>
<TBODY>
<TR>
<TD><A href="https://mail.hcbaphiq.gov.tw"><IMG alt="這是一張臺灣地圖裡面將新竹分局涵蓋的範圍做標示 " src="/public/Data/611301012771.jpg"></A> <A title=hcservice@mail.hcbaphiq.gov.tw href="mailto:hcservice@mail.hcbaphiq.gov.tw"></A></TD>
<TD><A><IMG alt=新竹分局於桃園國際機場入境行李轉盤放置宣導看板：主動申報，避免受罰 src="http://www.baphiq.gov.tw//public/Attachment/8925921371.jpg"></A> 
<P>新竹分局於桃園國際機場入境行李轉盤放置宣導看板：主動申報，避免受罰</P></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=2 cellPadding=2 border=0>
<TBODY>
<TR>
<TD>
<P>新竹分局位於臺灣桃園（原中正）國際機場並設有桃園及新竹檢疫站。</P>
<P>負責桃園縣、新竹縣、新竹市及苗栗縣轄區輸出入、 旅客攜帶之動植物</P>
<P>與動植物產品檢疫及畜禽屠宰場查核督導業務。 </P>
<P></P>
<P>桃園縣大園鄉航勤北路 25 號 （ <A title=(jpg檔案下載;另開新視窗) href="public/Attachment/7291513371.jpg" target=_new>地圖&nbsp;</A>） </P>
<P><A title=第一航廈的圖(jpg檔案下載;另開新視窗) href="public/Attachment/72169153271.jpg" target=_new>第一航廈檢疫辦公室地圖</A></P>
<P><A title=第二航廈檢疫辦公室地圖(jpg檔案下載;另開新視窗) href="public/Attachment/73316294771.jpg" target=_new>第二航廈檢疫辦公室地圖</A></P>
<P>電話：（ 03 ） 3982663 </P>
<P>傳真：（ 03 ） 3982313 </P>
<P>電子信件： <A title=hcservice@mail.hcbaphiq.gov.tw href="mailto:hcservice@mail.hcbaphiq.gov.tw" target=_blank>hcservice@mail.hcbaphiq.gov.tw </A></P>
<P></P>
<P><A title=(doc檔案下載;另開新視窗) href="public/Attachment/72915242171.doc" target=_new>桃園檢疫站</A>&nbsp;</P>
<P>地址：中壢市龍岡路一段 28 號（ <A title=(jpg檔案下載;另開新視窗) href="public/Attachment/72915141971.jpg" target=_new>地圖</A> ） </P>
<P>電話：（ 03 ） 4689157 </P>
<P>傳真：（ 03 ） 4689159 </P>
<P></P>
<P><A title=新竹檢疫站(doc檔案下載;另開新視窗) href="public/Attachment/7299363671.doc" target=_new>新竹檢疫站</A></P>
<P>地址： 新竹市民族路 111 號 ( 接洽業務請由民族路 113 巷進入 ) （&nbsp;<A title=地圖(jpg檔案下載;另開新視窗) href="public/Attachment/7299245771.jpg" target=_new>地圖</A> ） </P>
<P>電話：（ 03 ） 5331378 </P>
<P>傳真：（ 03 ） 5330825 </P></TD>
<TD><A><IMG alt="這是一張新竹分局英語環境VERY GOOD標示" src="/public/Data/72161216771.jpg"></A></TD></TR></TBODY></TABLE></p>
</div>
</div>
</td>
</tr>
</table><a title=":::Bottom area:::" class="Accesskey" href="np.asp?ctNode=1766&mp=22"></a><div class="Bottom"><span style="float:right"></span><p>Bureau of Animal and Plant Health Inspection and Quarantine ,Council of Agriculture, Executive Yuan&nbsp;
                ｜<a title="Privacy Policy" href="np.asp?ctNode=1768&mp=22">Privacy Policy</a>｜<a title="Enable" href="np.asp?ctNode=1766&mp=22">Enable</a>｜</p>No.25, Hangcin North Road, Dayuan Township, Taoyuan County, Taiwan (R.O.C.) <BR>TEL：(03)3982663　FAX：(03)3982313 E-Mail： <A href="mailto:hcservice@mail.hcbaphiq.gov.tw" title="mail to hcservice@mail.hcbaphiq.gov.tw">hcservice@mail.hcbaphiq.gov.tw</A><BR>&copy; 2006 Council of Agriculture, Executive Yuan, R.O.C. All Rights Reserve Best Browse in 1024x768 pixel with IE 5.0 Netscape5.0or above <BR></div>
</body>
</html>
