<?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="Keelung">
<meta name="DC.Subject" content="Keelung">
<meta name="DC.Creator" content="Keelung">
<meta name="DC.Description" content="">
<meta name="DC.Publisher" content="Keelung">
<meta name="DC.Contributor" content="Keelung">
<meta name="DC.Date" content="2008/7/29">
<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-21">
<meta name="DC.Source" content="Keelung">
<meta name="DC.Language" content="English">
<meta name="DC.Coverage" content="">
<meta name="DC.Rights" content="Keelung">
<meta name="Category.Theme" content="700">
<meta name="Category.Theme" content="800">
<meta name="Category.Cake" content="A00">
<meta name="Category.Cake" content="J00">
<meta name="Category.Service" content="B00">
<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=21">:::</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=21"></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=21">Home
                </a><a title="Sitemap" accesskey="1" href="sitemap.asp?mp=21">Sitemap
                </a><a href="mailto:baphiq@mail.baphiq.gov.tw ">Contact</a><a href="dp.asp?mp=11">
                    Chinese
                </a></div>
</div>
<div class="topMenu"><a title=":::Main menu:::" class="Accesskey" accesskey="U" href="np.asp?ctNode=1766&mp=21">:::</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=21">:::</a><div class="Counter"><span>000016422</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="1983X" href="np.asp?ctNode=1983&CtUnit=785&BaseDSD=7&mp=21" title="Brief">Brief</a></li>
<li tabindex="I1012"><a id="1984X" href="np.asp?ctNode=1984&CtUnit=786&BaseDSD=7&mp=21" title="Animal Quarantine">Animal Quarantine</a></li>
<li tabindex="I1013"><a id="1985X" href="np.asp?ctNode=1985&CtUnit=787&BaseDSD=7&mp=21" title="Plant Quarantine">Plant Quarantine</a></li>
<li tabindex="I1014"><a id="1986X" href="np.asp?ctNode=1986&CtUnit=788&BaseDSD=7&mp=21" title="Meat Inspection">Meat Inspection</a></li>
<li tabindex="I1015"><a id="1987X" href="lp.asp?ctNode=1987&CtUnit=789&BaseDSD=7&mp=21" title="Inspection Stations">Inspection Stations</a></li>
<li tabindex="I1016"><a id="2175X" href="lp.asp?ctNode=2175&CtUnit=1021&BaseDSD=7&mp=21" title="Regulations">Regulations</a></li>
<li tabindex="I1017"><a id="2176X" href="lp.asp?ctNode=2176&CtUnit=1022&BaseDSD=7&mp=21" title="Application Forms">Application Forms</a></li>
<li tabindex="I1018"><a id="1988X" href="np.asp?ctNode=1988&CtUnit=790&BaseDSD=7&mp=21" title="Contact Information">Contact Information</a></li>
<li tabindex="I1019"><a id="1992X" href="lp.asp?ctNode=1992&CtUnit=903&BaseDSD=7&mp=21" title="Q&A">Q&A</a></li>
<li tabindex="I1020"><a id="2177X" href="lp.asp?ctNode=2177&CtUnit=1023&BaseDSD=7&mp=21" title="Related Links">Related Links</a></li>
</ul>
<ul class="Menu2">
<li><a href="ct.asp?xItem=800&ctNode=2068&mp=21&xPath=np.asp?ctNode=2136&mp=2" title="Bilingual">Bilingual</a></li>
<li><a href="ct.asp?xItem=801&ctNode=2068&mp=21&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="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><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></div>
</td>
<td class="Center"><a title=":::Main contain:::" class="Accesskey" accesskey="C" href="np.asp?ctNode=1766&mp=21">:::</a><div class="Article">
<div class="Body">
<p><P align=center><STRONG>Keelung Branch Office</STRONG></P>
<P align=center><STRONG>The Front of Inspection and Quarantine</STRONG></P>
<P><IMG alt="The jurisdiction of Keelung Branch Office" src="/public/MMO/Keelung_MMO/map1.jpg" MMOID="6805"><IMG height=340 alt="Keelung Harbor" src="/site/baphiq/public/MMO/Keelung_MMO/kl基隆港.jpg" width=500 MMOID="6806"></P>
<P>The jurisdiction of Keelung Branch Office includes Taipei City, Taipei County, Keelung City, Ilan County, Hualien County, and Lienjiang County. In order to reach the goal of ensuring the safety of agricultural production and ecological environments by preventing harmful diseases and pests from being introduced by import trades, this office implements inspection and quarantine of imported and exported plants, animals, and their products transported by sea freight, passengers, international postal parcels as well as supervision of meat inspection.</P>
<P><STRONG><U>Keelung Branch Office<BR></U>Add:</STRONG> 1F., No.88, Yi 2nd Rd., Jhongjheng District, Keelung City 202, Taiwan（<A title=Map(jpg檔案下載;另開新視窗) href="public/Attachment/692715442871.jpg" target=_new>Map</A>）<BR><STRONG>Tel:</STRONG>&nbsp; 02-24247363</P>
<P><STRONG><U>Taipei Inspection Station</U><BR>Add:</STRONG> No. 19, Lane 113, Sec. 4, Roosevelt Rd., Da-an District, Taipei City 106, Taiwan（<A title=Map(jpg檔案下載;另開新視窗) href="public/Attachment/692715445271.jpg" target=_new>Map</A>）<BR><STRONG>Tel:</STRONG>&nbsp; 02-27387868</P>
<P><STRONG><U>Taipei Songshan Airport Inspection Station <BR></U>Add:</STRONG> No. 340-9, Dunhua N. Rd., Taipei City 10548, Taiwan （Map<A title=(JPG檔案下載;另開新視窗) href="public/Attachment/92209333871.JPG" target=_new>(JPG檔案)</A>）<BR><STRONG>Tel:</STRONG>&nbsp; 02-25457852<BR><STRONG>Departure Quarantine Counter<BR>Tel</STRONG>：02-87701529<BR><STRONG>Fax</STRONG>：02-25462791<BR><STRONG>Arrival Quarantine Counter<BR>Tel</STRONG>：02-87701535<BR><STRONG>Fax</STRONG>：02-25462802 <BR></P>
<P><STRONG><U>Sijhih Inspection Station <BR></U>Add:</STRONG> No.156, Jiadong Rd., Sijhih City, Taipei County 221, Taiwan（<A title=Map(jpg檔案下載;另開新視窗) href="public/Attachment/692715454171.jpg" target=_new>Map</A>）<BR><STRONG>Tel:</STRONG>&nbsp; 02-86481682</P>
<P><STRONG><U>Suao Inspection Station<BR></U>Add:</STRONG> 1F., No.1, Gangchu Rd., Suao Township, Ilan County 270, Taiwan（<A title=Map(jpg檔案下載;另開新視窗) href="public/Attachment/692715453271.jpg" target=_new>Map</A>）<BR><STRONG>Tel:</STRONG>&nbsp; 03-9967951</P>
<P><STRONG><U>Hualien Inspection Station<BR></U>Add:</STRONG>&nbsp;No.512,&nbsp;Zhonghua Rd., Hualien City, Hualien County 970, Taiwan<BR><STRONG>Tel:</STRONG>&nbsp; 03-8533613 ( <A title=Map(jpg檔案下載;另開新視窗) href="public/Attachment/741615321871.jpg" target=_new>Map</A>&nbsp;)</P>
<P><STRONG><U>Matsu Inspection Station</U><BR>Add:</STRONG> No.129, Fuao Village, Nangan Township, Lienjiang County 209, Taiwan（<A title=Map(jpg檔案下載;另開新視窗) href="public/Attachment/692715462671.jpg" target=_new>Map</A>）<BR><STRONG>Tel:</STRONG>&nbsp; 0836-22833</P></p>
</div>
</div>
</td>
</tr>
</table><a title=":::Bottom area:::" class="Accesskey" href="np.asp?ctNode=1766&mp=21"></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=21">Privacy Policy</a>｜<a title="Enable" href="np.asp?ctNode=1766&mp=21">Enable</a>｜</p>1F., No.88, Yi 2nd Rd., Jhongjheng District, Keelung City 202, Taiwan, R.O.C.<br>
TEL：02-24247363 FAX：02-24247364 E-Mail：<a href="mailto:klservice@mail.klbaphiq.gov.tw" target="_blank" title="klservice@mail.klbaphiq.gov.tw">klservice@mail.klbaphiq.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</div>
</body>
</html>
