<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>港車北上有限公司</title>
	<atom:link href="https://www.northbound.com.hk/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.northbound.com.hk</link>
	<description>一條龍代辦港車北上 丨 內地駕駛執照</description>
	<lastBuildDate>Sat, 04 Oct 2025 05:59:48 +0000</lastBuildDate>
	<language>zh-HK</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.northbound.com.hk/wp-content/uploads/2023/07/cropped-Asset-1-32x32.png</url>
	<title>港車北上有限公司</title>
	<link>https://www.northbound.com.hk</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>港車北上新政策：10月13日起豁免禁區紙申請 &#124; 港車北上有限公司</title>
		<link>https://www.northbound.com.hk/northbound-news-3oct/</link>
					<comments>https://www.northbound.com.hk/northbound-news-3oct/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 03 Oct 2025 16:19:44 +0000</pubDate>
				<category><![CDATA[港車北上]]></category>
		<guid isPermaLink="false">https://www.northbound.com.hk/?p=2059</guid>

					<description><![CDATA[港車北上新政策：10月13日起豁免禁區紙申請 &#124; North...]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="zh-HK">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>港車北上新政策：10月13日起豁免禁區紙申請 | Northbound Ltd.</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang TC', 'Microsoft JhengHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .page-title {
            background: linear-gradient(135deg, #895129 0%, #a57351 100%);
            color: white;
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 30px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(137, 81, 41, 0.3);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: white !important;
        }
        
        h2 {
            font-size: 2rem;
            margin: 30px 0 15px;
            color: #895129 !important;
            padding-bottom: 10px;
            border-bottom: 2px solid #d7ccc8;
        }
        
        h3 {
            font-size: 1.5rem;
            margin: 25px 0 12px;
            color: #a57351 !important;
        }
        
        h4, h5, h6 {
            color: #895129 !important;
        }
        
        p {
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .highlight-box {
            background: #efebe9;
            border-left: 4px solid #a57351;
            padding: 20px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .highlight-box h3 {
            color: #895129 !important;
        }
        
        .content-section {
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            padding: 30px;
            margin: 30px 0;
        }
        
        .policy-change {
            background: #fff9e6;
            border: 2px dashed #e74c3c;
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
            text-align: center;
        }
        
        .policy-change h2 {
            color: #895129 !important;
        }
        
        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 30px 0;
        }
        
        .step {
            flex: 0 0 48%;
            background: #f8f9fa;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 20px;
            border-left: 4px solid #a57351;
        }
        
        .step h3 {
            color: #895129 !important;
        }
        
        .requirements-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .requirement-card {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 25px;
            transition: all 0.3s ease;
        }
        
        .requirement-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .requirement-card h3 {
            color: #895129 !important;
            margin-bottom: 15px;
        }
        
        .contact-box {
            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);
            border: 2px solid #a57351;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            margin: 40px 0 25px;
        }
        
        .contact-box h2 {
            color: #895129 !important;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            color: white;
            padding: 15px 35px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            font-size: 1.1rem;
            margin-top: 20px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
        }
        
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
        }
        
        ul, ol {
            margin-bottom: 20px;
            padding-left: 20px;
        }
        
        li {
            margin-bottom: 10px;
            font-size: 1.1rem;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        }
        
        th, td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #e3eaef;
        }
        
        th {
            background-color: #f8f9fa;
            font-weight: bold;
            color: #a57351 !important;
        }
        
        tr:hover {
            background-color: #f5f7fa;
        }
        
        footer {
            text-align: center;
            padding: 25px 0;
            margin-top: 40px;
            color: #5a4a42;
            border-top: 1px solid #e3eaef;
        }
        
        .badge {
            display: inline-block;
            background: linear-gradient(135deg, #895129 0%, #a57351 100%);
            color: white;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: bold;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }
        
        .renewal-notice {
            background: #e8f5e9;
            border: 2px solid #4caf50;
            border-radius: 12px;
            padding: 20px;
            margin: 30px 0;
        }
        
        .renewal-notice h3 {
            color: #2e7d32 !important;
        }
        
        @media (max-width: 768px) {
            .steps-container {
                flex-direction: column;
            }
            
            .step {
                flex: 0 0 100%;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            h2 {
                font-size: 1.7rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="page-title">
            <h1>港車北上新政策：10月13日起豁免禁區紙申請</h1>
            <p>運輸署公布最新優化措施，進一步簡化跨境自駕程序</p>
        </div>

        <div class="content-section">
            <div class="policy-change">
                <h2>重要政策更新</h2>
                <p>根據運輸署公布，由<strong>2025年10月13日起</strong>，獲批准參與「港車北上」的車輛將無須再申請「封閉道路通行許可證」（俗稱「禁區紙」）及繳付相關費用。</p>
            </div>
            
            <p>這項新措施是「港車北上」計劃自2023年7月推出以來的第七項優化措施，旨在進一步便利香港居民以自駕方式前往廣東省。新安排預計惠及超過10萬輛合資格車輛。</p>
        </div>

        <div class="content-section">
            <h2>新政策要點</h2>
            
            <div class="highlight-box">
                <h3>主要變更</h3>
                <ul>
                    <li>由2025年10月13日起，獲批「港車北上」的車輛<strong>無須申請禁區紙</strong></li>
                    <li>無需繳付每年$540的禁區紙費用</li>
                    <li>運輸署將向成功申請人發出「電子批准信」以確認參與資格</li>
                    <li>車輛將不受指定封閉道路的限制，無須因駛經連接邊境管制站的封閉道路而申請許可證</li>
                </ul>
            </div>
            
            <div class="highlight-box">
                <h3>保持不變的項目</h3>
                <ul>
                    <li>計劃的<strong>申請資格和其他條件維持不變</strong></li>
                    <li>有意參與計劃的人士仍須按相關計劃的要求向運輸署遞交申請</li>
                    <li>車輛查驗、保險要求等申請流程保持不變</li>
                    <li><strong>續期申請手續保持不變</strong>，現有持證人需在許可證到期前按現行程序申請續期</li>
                </ul>
            </div>
        </div>

        <div class="content-section">
            <h2>申請資格</h2>
            <p>儘管豁免了禁區紙申請，但「港車北上」的基本申請資格保持不變：</p>
            
            <div class="requirements-grid">
                <div class="requirement-card">
                    <h3>申請人資格</h3>
                    <ul>
                        <li>必須為持有有效香港居民身份證及回鄉證的香港居民</li>
                        <li>必須是申請私家車的登記車主</li>
                        <li>如申請人屬指定司機，須領有香港及內地的駕駛執照/駕駛證</li>
                    </ul>
                </div>
                
                <div class="requirement-card">
                    <h3>車輛資格</h3>
                    <ul>
                        <li>必須為以個人名義登記的私家車</li>
                        <li>八座位（包括司機）或以下</li>
                        <li>車長小於六米</li>
                        <li>持有有效的香港車輛牌照</li>
                    </ul>
                </div>
                
                <div class="requirement-card">
                    <h3>司機資格</h3>
                    <ul>
                        <li>每輛車可指定不多於兩名司機</li>
                        <li>指定司機須持有有效香港居民身份證</li>
                        <li>須持有回鄉證及其他有效出入境證件</li>
                        <li>須領有香港及內地的駕駛執照/駕駛證</li>
                    </ul>
                </div>
            </div>
        </div>

        <div class="content-section">
            <h2>申請流程</h2>
            <p>雖然豁免了禁區紙，但「港車北上」的基本申請流程保持不變：</p>
            
            <div class="steps-container">
                <div class="step">
                    <h3>1. 登記電腦抽籤</h3>
                    <p>透過「港車北上」指定網站登記電腦抽籤。由2025年1月起，每個工作天接受500個申請。</p>
                </div>
                
                <div class="step">
                    <h3>2. 遞交申請</h3>
                    <p>中籤者須在指定申請時段（共13個曆日）內遞交申請及所需文件。</p>
                </div>
                
                <div class="step">
                    <h3>3. 車輛查驗</h3>
                    <p>收到內地單位要求後，安排車輛前往香港指定驗車地點接受查驗。</p>
                </div>
                
                <div class="step">
                    <h3>4. 購買保險</h3>
                    <p>必須購買「符合國家規定的機動車交通事故責任強制保險」（「交強險」）或「等效先認」保險。</p>
                </div>
            </div>
            
            <p>完成所有申請程序後，運輸署將向成功申請人發出「電子批准信」以確認其參與資格。</p>
            
            <div class="renewal-notice">
                <h3>續期申請手續保持不變</h3>
                <p>現有持證人需在許可證到期前按現行程序申請續期。續期申請資格、所需文件及審批流程與新申請一致，符合條件者可於網上申請續期，無須重新參與電腦抽籤。</p>
            </div>
        </div>

        <div class="content-section">
            <h2>出行安排</h2>
            
            <h3>預約出行</h3>
            <p>獲批准參與「港車北上」的申請人，在接獲運輸署發出的「電子批准信」後即可在網上預約出行，或在無須預約的日子直接出行。</p>
            
            <h3>免預約出行</h3>
            <p>自2025年9月1日起，參與計劃的車輛逢星期二及三（指定日子除外）無須預約便可經港珠澳大橋出行。在9月首三個星期的星期二及三，計劃下出行前往廣東省的車輛架次較8月實施新安排前顯著增加約五成。</p>
            
            <h3>逗留時間限制</h3>
            <p>車輛每次入境內地後可連續停留不超過30天，每年在內地累計停留不得超過180天。</p>
        </div>

        <div class="content-section">
            <h2>現有持證人安排</h2>
            
            <div class="highlight-box">
                <h3>10月13日前</h3>
                <p>須繼續於車輛擋風玻璃上展示有效的許可證方可出行。</p>
            </div>
            
            <div class="highlight-box">
                <h3>10月13日後</h3>
                <p>無須於車輛擋風玻璃上展示許可證，惟仍須繼續保留有效的許可證及批准信直至到期日，以便當有執法人員檢查車輛參與指定計劃的資格時，出示以作證明。</p>
            </div>
            
            <p>待現時的許可證及批准信屆滿後，如持證人有意繼續參與相關計劃，須按相關計劃的要求向運輸署遞交續期申請。</p>
        </div>

        <div class="content-section">
            <h2>其他優化措施</h2>
            <p>除了豁免禁區紙申請外，「港車北上」計劃自推出以來已實施多項優化措施：</p>
            
            <table>
                <thead>
                    <tr>
                        <th>優化措施</th>
                        <th>實施日期</th>
                        <th>主要內容</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>增加接受申請數目</td>
                        <td>2025年1月</td>
                        <td>由最初每天200宗申請增至每天500宗</td>
                    </tr>
                    <tr>
                        <td>豁免預約出行</td>
                        <td>2025年9月1日</td>
                        <td>逢星期二及三（指定日子除外）無須預約</td>
                    </tr>
                    <tr>
                        <td>延長申請時段</td>
                        <td>2025年4月</td>
                        <td>新和續期申請人的指定申請時段劃一延長至13日</td>
                    </tr>
                    <tr>
                        <td>便利續期</td>
                        <td>2024年5月</td>
                        <td>符合條件者可於網上申請續期，無須重新參與電腦抽籤</td>
                    </tr>
                    <tr>
                        <td>優化驗車安排</td>
                        <td>2024年3月</td>
                        <td>驗車合格後兩年內再次申請可獲豁免驗車</td>
                    </tr>
                </tbody>
            </table>
        </div>

        <div class="contact-box">
            <h2>需要協助申請港車北上？</h2>
            <p>我們的專業團隊提供全程代辦服務，助您輕鬆實現跨境自駕</p>
            <a href="https://wa.me/85269158616" class="btn" target="_blank" rel="noopener">
                <i class="fab fa-whatsapp"></i> WhatsApp即時咨詢
            </a>
            <p>電話/WhatsApp: 6915 8616 | 網址: www.northbound-hk.com</p>
        </div>

        <footer>
            <p>© 2025 Northbound Ltd. &#8211; 專業港車北上代辦服務。以上資訊僅供參考，所有細節以運輸署最新公布為準。</p>
        </footer>
    </div>
</body>
</html>
]]></content:encoded>
					
					<wfw:commentRss>https://www.northbound.com.hk/northbound-news-3oct/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>香港免試內地駕駛執照申請﹑續期2025全攻略</title>
		<link>https://www.northbound.com.hk/mainland-driving-license-conversion/</link>
					<comments>https://www.northbound.com.hk/mainland-driving-license-conversion/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 30 Sep 2025 15:39:35 +0000</pubDate>
				<category><![CDATA[港車北上]]></category>
		<guid isPermaLink="false">https://www.northbound.com.hk/?p=2021</guid>

					<description><![CDATA[香港免試內地駕駛執照申請﹑續期2025全攻略 想在內地自駕遊...]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis: 100%;">
<div class="northbound-driving-license-guide"><style>
/* 自定义样式 - 主色: #895129 */
.northbound-driving-license-guide {
    font-family: "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.6;
    color: #333;
}

.northbound-driving-license-guide .page-title {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #895129;
}

.northbound-driving-license-guide .page-title h1 {
    color: #895129;
    font-size: 32px;
    margin-bottom: 15px;
}

.northbound-driving-license-guide .page-title p {
    font-size: 18px;
    color: #666;
}

.northbound-driving-license-guide .content-section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 30px;
    border-top: 4px solid #895129;
}

.northbound-driving-license-guide .section-title {
    color: #895129;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
}

.northbound-driving-license-guide .service-card {
    background: linear-gradient(to right, #895129, #a06a45);
    color: white;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.northbound-driving-license-guide .service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.northbound-driving-license-guide .price-tag {
    background: white;
    color: #895129;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;
}

.northbound-driving-license-guide .content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: block;
}

.northbound-driving-license-guide .content-list {
    margin-left: 20px;
    margin-bottom: 20px;
}

.northbound-driving-license-guide .content-list li {
    margin-bottom: 10px;
}

.northbound-driving-license-guide .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.northbound-driving-license-guide .comparison-table th, 
.northbound-driving-license-guide .comparison-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
}

.northbound-driving-license-guide .comparison-table th {
    background-color: #895129;
    color: white;
}

.northbound-driving-license-guide .comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.northbound-driving-license-guide .whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.northbound-driving-license-guide .whatsapp-button:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}

.northbound-driving-license-guide .internal-links {
    background: #f8f5f2;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #895129;
}

.northbound-driving-license-guide .internal-links h3 {
    color: #895129;
    margin-bottom: 15px;
}

.northbound-driving-license-guide .internal-links a {
    color: #895129;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.northbound-driving-license-guide .internal-links a:hover {
    text-decoration: underline;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .northbound-driving-license-guide .content-section {
        padding: 20px;
    }
    
    .northbound-driving-license-guide .page-title h1 {
        font-size: 26px;
    }
    
    .northbound-driving-license-guide .section-title {
        font-size: 20px;
    }
    
    .northbound-driving-license-guide .service-card {
        padding: 20px;
    }
}
</style> <!-- 页面标题 -->
<div class="page-title">
<h1>香港免試內地駕駛執照申請﹑續期2025全攻略</h1>
<p>想在內地自駕遊？港車北上其實好簡單！免考試即可換領大陸駕駛執照，全程專人代辦更省時省力</p>
</div>
<!-- 内部链接 -->
<div class="internal-links">
<h3>相關服務</h3>
<a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6%e5%85%a7%e5%9c%b0%e9%a7%95%e9%a7%9b%e8%ad%89/" target="_blank" rel="noopener">代辦內地駕駛證</a> <a href="https://www.northbound.com.hk/mainland-edrivinglicense/" target="_blank" rel="noopener">內地電子駕駛執照</a> <a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6%e9%81%8e%e6%9c%9f%e9%a7%95%e9%a7%9b%e5%9f%b7%e7%85%a7-%e5%85%8d%e8%80%83%e8%a9%a6/" target="_blank" rel="noopener">代辦過期駕駛執照</a></div>
<!-- 第一部分：为什么需要申请内地驾驶执照 -->
<div class="content-section">
<h2 class="section-title">第一部分：為什麼需要申請內地駕駛執照？</h2>
<p>持有有效<strong>大陸駕駛執照</strong>對港人在內地駕駛至關重要。內地不認可香港駕照或國際駕駛許可證（IDP），因此港人在內地駕駛必須持有內地駕駛證，否則將面臨罰款或扣車風險。</p>
<h3>主要優勢：</h3>
<ul class="content-list">
<li><strong>合法駕駛</strong>：在內地合法駕駛私家車或摩托車，避免法律風險</li>
<li><a href="https://www.northbound.com.hk/apply-northbound-travel2005/"><strong>港車北上</strong></a>：香港居民只要持有香港身份證﹑回鄉証及內地駕照便可申請港車北上</li>
<li><strong>靈活出行</strong>：適用於自駕遊、租車或長居內地，方便日常生活</li>
<li><strong>電子駕照支援</strong>：可申請電子駕照，方便攜帶及查驗</li>
</ul>
</div>
<!-- 第二部分：申请资格与条件 -->
<div class="content-section">
<h2 class="section-title">第二部分：申請資格與條件</h2>
<p>申請免試換領<strong>大陸駕駛執照</strong>需符合以下條件：</p>
<ul class="content-list">
<li>持有有效香港正式駕駛執照（暫准駕駛執照，即P牌不符資格）</li>
<li>年滿18歲，申請C1/C2類小型汽車駕照需在70歲以下</li>
<li>通過身體檢查，符合以下<strong>體格要求</strong>：
<ul>
<li><strong>視力</strong>：兩眼視力或矯正視力達到對數視力表4.9以上</li>
<li><strong>辨色力</strong>：無紅綠色盲</li>
<li><strong>聽力</strong>：兩耳分別距音叉50厘米能辨別聲源方向</li>
<li><strong>上肢</strong>：雙手拇指健全，每手其他手指必須有三指健全</li>
<li><strong>下肢</strong>：運動功能正常</li>
</ul>
</li>
</ul>
</div>
<!-- 第三部分：香港与内地驾驶执照类别对照表 -->
<div class="content-section">
<h2 class="section-title">第三部分：香港與內地駕駛執照類別對照表</h2>
<p>了解你的香港駕照可換領哪類內地駕照非常重要，以下是對照表：</p>
<picture decoding="async" class="content-image">
<source type="image/webp" srcset="https://www.northbound.com.hk/wp-content/uploads/2025/09/螢幕擷取畫面-2025-09-05-230223.png.webp"/>
<img decoding="async" src="https://www.northbound.com.hk/wp-content/uploads/2025/09/螢幕擷取畫面-2025-09-05-230223.png" alt="香港與內地駕駛執照類別對照表"/>
</picture>

<p>根據官方規定，具體對照關係如下：</p>
<table class="comparison-table">
<thead>
<tr>
<th>持有香港正式駕照（任何一類）</th>
<th>可獲免試換領內地駕駛證</th>
</tr>
</thead>
<tbody>
<tr>
<td>第1、第2、第4、第5、第6、第9、第10、第16、第17、第18、第19、第20、第21類駕駛執照</td>
<td>小型汽車（C1類）</td>
</tr>
<tr>
<td>A類裝有自動傳動系統之車輛駕駛執照（第3、第22類除外）</td>
<td>小型自動擋汽車（C2類）</td>
</tr>
<tr>
<td>第3類電單車、第22類機動三輪車駕駛執照（A類除外）</td>
<td>兩輪摩托車（E類）</td>
</tr>
</tbody>
</table>
</div>
<!-- 第四部分：所需文件与体检要求 -->
<div class="content-section">
<h2 class="section-title">第四部分：所需文件與體檢要求</h2>
<h3>所需文件</h3>
<ul class="content-list">
<li><strong>香港居民身份證</strong>（正本及副本）</li>
<li><strong>有效香港駕駛執照</strong>（正本及副本）</li>
<li><strong>回鄉證</strong>（正本及副本）</li>
<li><strong>體檢報告</strong>（由內地指定醫療機構出具，6個月內有效）</li>
<li><strong>4張白底證件相</strong>（尺寸32mm x 22mm，正面，不可戴帽）</li>
</ul>
<h3>體檢要求與表格</h3>
<p><strong>內地駕駛執照</strong>申請需通過體檢，合格標準如下：</p>
<img decoding="async" class="content-image" src="https://www.northbound.com.hk/wp-content/uploads/2025/09/螢幕擷取畫面-2025-09-05-230240.png" alt="內地駕駛執照體檢表格" />
<p>體檢可在車管所自助進行，費用約人民幣45元。體檢項目包括視力、辨色力、聽力及四肢活動能力檢查。</p>
</div>
<!-- 第五部分：自行申请详细流程 -->
<div class="content-section">
<h2 class="section-title">第五部分：自行申請詳細流程</h2>
<p>若選擇自行申請<strong>大陸車牌</strong>，需遵循以下步驟：</p>
<h3>1. 線上預約</h3>
<ul class="content-list">
<li>透過「深圳市公安局交通警察局」網站或「深圳交警」微信公眾號預約</li>
<li>選擇「香港機動車駕駛證免試換證」服務</li>
<li>選擇合適的車管所及時間，推薦羅湖、福田或寶安車管所</li>
</ul>
<h3>2. 準備文件</h3>
<ul class="content-list">
<li>按上述「所需文件」清單準備所有文件</li>
<li>建議提早半小時到達車管所，以便進行體檢及拍照</li>
</ul>
<h3>3. 前往車管所辦理</h3>
<ul class="content-list">
<li>按預約時間到達指定車管所</li>
<li>提交文件並完成身份驗證、拍照及繳費</li>
<li>部分人流較少的車管所可即場取證，一般需時約3個工作天</li>
</ul>
<h3>4. 領取駕照</h3>
<ul class="content-list">
<li>可選擇自取、由他人代領或郵寄到香港</li>
<li>如採用郵寄方式需額外支付郵費</li>
</ul>
</div>
<!-- 第六部分：申请费用详情 -->
<div class="content-section">
<h2 class="section-title">第六部分：申請費用詳情</h2>
<p>免試換領<strong>中國駕駛執照</strong>的費用如下（以人民幣計價）：</p>
<table class="comparison-table">
<thead>
<tr>
<th>項目</th>
<th>費用</th>
</tr>
</thead>
<tbody>
<tr>
<td>C1 小型汽車 / C2 小型自動擋汽車</td>
<td>人民幣 480 元</td>
</tr>
<tr>
<td>E 兩輪摩托</td>
<td>人民幣 225 元</td>
</tr>
<tr>
<td>自助體檢（車管所辦證地點）</td>
<td>人民幣 45 元</td>
</tr>
<tr>
<td>自助拍攝（車管所辦證地點）</td>
<td>人民幣 10 元</td>
</tr>
<tr>
<td><strong>總費用（約）</strong></td>
<td><strong>人民幣 535元</strong></td>
</tr>
</tbody>
</table>
<p><strong>注意</strong>：如同時申請C1/C2類及E類駕照，只需繳付人民幣480元。</p>
</div>
<!-- 第七部分：专业代办服务 -->
<div class="content-section">
<h2 class="section-title">第七部分：專業代辦服務 — 省時省力</h2>
<p>若覺得自行申請繁瑣，可選擇專業代辦服務，享受一站式便利：</p>
<a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6%e6%b8%af%e8%bb%8a%e5%8c%97%e4%b8%8a/"><picture decoding="async" class="content-image">
<source type="image/webp" srcset="https://www.northbound.com.hk/wp-content/uploads/2025/09/你的段落文字-2.png.webp"/>
<img decoding="async" src="https://www.northbound.com.hk/wp-content/uploads/2025/09/你的段落文字-2.png" alt="代辦內地駕駛執照服務"/>
</picture>
</a>
<div class="service-card">
<h3>🪪 【代辦內地駕駛執照】服務</h3>
<h4>💰 所有費用明細</h4>
<p>1️⃣ 我方服務費:</p>
<div class="price-tag">🎉限時 HKD $1480</div>
<p>&#8211; 已包含口岸接送、體檢及拍照費用、RMB ¥490人民幣工本費</p>
<h4>所需文件：</h4>
<ul class="content-list">
<li>🪪 香港身份證</li>
<li>🪪 回鄉證</li>
<li>🪪 香港正式駕駛執照</li>
</ul>
<h4>📝 辦理流程簡介 (全程約 2-3 小時）</h4>
<ol class="content-list">
<li>可預約時段：星期一至五、上午 9:30 或 下午 1:30</li>
<li>專車於 落馬洲福田口岸 / 福田高鐵站 接送</li>
<li>進行體檢及拍照 (僅簡單視力測試，無需抽血、驗血)</li>
<li>前往車管所辦理手續</li>
<li>完成後即時領取駕照</li>
</ol>
<a class="whatsapp-button" href="https://wa.me/85255130656?text=我想查詢代辦內地駕駛執照" target="_blank" rel="noopener"> WhatsApp: 55130656 立即查詢代辦 </a></div>
</div>
<!-- 第八部分：内地驾驶执照有效期与续期 -->
<div class="content-section">
<h2 class="section-title">第八部分：內地駕駛執照有效期與續期</h2>
<h3>有效期</h3>
<ul class="content-list">
<li>首次換領的<strong>大陸駕駛執照</strong>有效期為<strong>6年</strong></li>
<li>於有效期屆滿前90天內，可辦理換證手續</li>
</ul>
<h3>在港補換領服務</h3>
<p>對於已持有內地駕駛證的港人，現可透過香港工聯會跨境聯通中心在港完成補換領，無需返回內地。</p>
<h4>申請條件：</h4>
<ul class="content-list">
<li>內地駕駛證在到期前90天內或到期後1年內</li>
<li>沒有任何違法未處理</li>
</ul>
<h4>費用：</h4>
<ul class="content-list">
<li>原價：HK$1,388（工聯會屬會會員：HK$968）</li>
</ul>
</div>
<!-- 第九部分：电子驾照申请与使用 -->
<div class="content-section">
<h2 class="section-title">第九部分：電子駕照申請與使用</h2>
<p>成功換領<strong>中國駕駛執照</strong>後，可申請電子駕照方便日常使用：</p>
<ol class="content-list">
<li>下載「交管12123」應用程式</li>
<li>註冊為用戶（需要內地手機號碼）</li>
<li>在「駕駛證」內選擇「駕駛證電子版」</li>
<li>進行人臉拍攝認證</li>
<li>等候約1天即可查看電子駕照</li>
</ol>
<p>電子駕照與實體駕照具同等效力，方便攜帶及查驗。</p>
<!-- 内部链接 -->
<div class="internal-links">
<h3>了解更多：<a href="https://www.northbound.com.hk/mainland-edrivinglicense/" target="_blank" rel="noopener">內地電子駕駛執照詳情</a></h3>
</div>
</div>
<!-- 第十部分：常见问题解答 -->
<div class="content-section">
<h2 class="section-title">第十部分：常見問題解答</h2>
<h3>1. 持香港駕照可以在內地直接駕駛嗎？</h3>
<p>不可以，內地不認可香港駕照或國際駕駛許可證，必須換領內地駕駛證。</p>
<h3>2. 免試換領內地駕照需要考試嗎？</h3>
<p>無需考試，持有有效香港駕照的港人可直接換領。</p>
<h3>3. 同時申請C1和E類駕照需要多少費用？</h3>
<p>只需繳付人民幣480元，包含兩類駕照的行政費用。</p>
<h3>4. 在哪裡可以進行體檢？</h3>
<p>可選擇在車管所自助體檢（人民幣45元）或香港工聯會跨境聯通中心（費用約HK$1,388）。</p>
<h3>5. 內地駕駛執照有效期多久？</h3>
<p>首次換領有效期為6年，續期後可延長至10年。</p>
</div>
<!-- 结语 -->
<div class="content-section">
<h2 class="section-title">結語</h2>
<p>申請<strong>內地駕駛執照申請</strong>並不複雜，無論是選擇自行辦理還是使用專業代辦服務，都能讓您輕鬆取得<strong>大陸車牌</strong>，享受北上自駕的便利。<strong>中國駕駛執照</strong>是港人在內地合法駕駛的必備證件，立即行動，開始您的內地自駕之旅！</p>
<p style="margin-top: 20px; font-style: italic;">*本文最後更新日期：2025年9月30日，相關政策及費用可能變動，請以官方最新公布為準。*</p>
<!-- 内部链接 -->
<div class="internal-links">
<h3>相關服務</h3>
<a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6%e5%85%a7%e5%9c%b0%e9%a7%95%e9%a7%9b%e8%ad%89/" target="_blank" rel="noopener">代辦內地駕駛證</a> <a href="https://www.northbound.com.hk/mainland-edrivinglicense/" target="_blank" rel="noopener">內地電子駕駛執照</a> <a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6%e9%81%8e%e6%9c%9f%e9%a7%95%e9%a7%9b%e5%9f%b7%e7%85%a7-%e5%85%8d%e8%80%83%e8%a9%a6/" target="_blank" rel="noopener">代辦過期駕駛執照</a></div>
</div>
</div>
<script>
// 简单的JavaScript增强功能
jQuery(document).ready(function($) {
    // 为所有章节标题添加平滑滚动效果
    $('.section-title').on('click', function() {
        $('html, body').animate({
            scrollTop: $(this).offset().top - 20
        }, 500);
    });
    
    // WhatsApp按钮悬停效果
    $('.whatsapp-button').hover(
        function() {
            $(this).css('transform', 'translateY(-2px)');
        },
        function() {
            $(this).css('transform', 'translateY(0)');
        }
    );
});
</script> </div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.northbound.com.hk/mainland-driving-license-conversion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>立法會通過優化跨境車輛牌證申請 &#8211; 便利港車北上</title>
		<link>https://www.northbound.com.hk/nbzmb-news2025/</link>
					<comments>https://www.northbound.com.hk/nbzmb-news2025/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 12 Sep 2025 09:28:38 +0000</pubDate>
				<category><![CDATA[港車北上]]></category>
		<category><![CDATA[立法會通過優化跨境車輛牌證申請 - 港車北上更便利！]]></category>
		<guid isPermaLink="false">https://www.northbound.com.hk/?p=1954</guid>

					<description><![CDATA[立法會通過優化跨境車輛牌證申請 &#8211; 港車北上更便...]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="zh-HK">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>立法會通過優化跨境車輛牌證申請 &#8211; 港車北上更便利！ | Northbound</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        :root {
            --primary-color: #006562;
            --secondary-color: #f0f2f6;
            --accent-color: #ff6b35;
            --text-color: #333;
            --light-bg: #ffffff;
            --card-shadow: 0 10px 30px rgba(0, 101, 98, 0.1);
            --transition: all 0.3s ease;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Helvetica Neue', Arial, 'PingFang TC', 'Microsoft JhengHei', sans-serif;
        }
        
        body {
            background-color: var(--secondary-color);
            color: var(--text-color);
            line-height: 1.6;
            padding: 0;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .header {
            background: linear-gradient(135deg, var(--primary-color) 0%, #009688 100%);
            color: white;
            padding: 40px 20px;
            text-align: center;
            margin-bottom: 30px;
            border-radius: 0 0 15px 15px;
        }
        
        .header h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: white;
        }
        
        .header p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .badge {
            display: inline-block;
            background: var(--accent-color);
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            font-size: 16px;
        }
        
        .section {
            background: var(--light-bg);
            border-radius: 15px;
            padding: 40px;
            margin-bottom: 30px;
            box-shadow: var(--card-shadow);
        }
        
        h2, h3, h4 {
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        h2 {
            font-size: 28px;
            border-left: 4px solid var(--accent-color);
            padding-left: 15px;
            margin-top: 30px;
            color: var(--primary-color) !important; /* 确保h2标题使用主色调 */
        }
        
        h3 {
            font-size: 22px;
            color: var(--primary-color);
        }
        
        h4 {
            font-size: 18px;
            color: var(--primary-color);
        }
        
        p {
            margin-bottom: 15px;
            font-size: 16px;
        }
        
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .feature-card {
            background: rgba(0, 101, 98, 0.05);
            padding: 25px;
            border-radius: 10px;
            border-left: 4px solid var(--accent-color);
            transition: var(--transition);
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--card-shadow);
        }
        
        .feature-icon {
            font-size: 40px;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .feature-card h3 {
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            box-shadow: var(--card-shadow);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .comparison-table th, .comparison-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        
        .comparison-table th {
            background-color: var(--primary-color);
            color: white;
            font-weight: bold;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .comparison-table tr:last-child td {
            border-bottom: none;
        }
        
        .highlight {
            background-color: rgba(255, 107, 53, 0.1) !important;
            font-weight: bold;
        }
        
        .benefit-list {
            list-style: none;
        }
        
        .benefit-list li {
            margin-bottom: 15px;
            padding-left: 40px;
            position: relative;
        }
        
        .benefit-list li i {
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--primary-color);
            font-size: 20px;
            background: rgba(0, 101, 98, 0.1);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .cta-box {
            background: linear-gradient(135deg, var(--primary-color) 0%, #009688 100%);
            padding: 40px;
            border-radius: 10px;
            color: white;
            text-align: center;
            margin: 40px 0;
        }
        
        .cta-box h3 {
            color: white;
        }
        
        .btn-whatsapp {
            display: inline-block;
            background: #25D366;
            color: white;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
            margin: 20px 0;
            transition: var(--transition);
            box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
        }
        
        .btn-whatsapp:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
        }
        
        .btn-whatsapp i {
            margin-right: 10px;
            font-size: 24px;
        }
        
        .contact-info {
            font-style: italic;
            color: #666;
            margin: 10px 0;
        }
        
        .document-link {
            display: inline-block;
            background: var(--secondary-color);
            color: var(--primary-color);
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            margin: 15px 0;
            transition: var(--transition);
            border: 1px solid var(--primary-color);
        }
        
        .document-link:hover {
            background: var(--primary-color);
            color: white;
        }
        
        .document-link i {
            margin-right: 10px;
        }
        
        @media (max-width: 768px) {
            .feature-grid {
                grid-template-columns: 1fr;
            }
            
            .section {
                padding: 25px;
            }
            
            .header h1 {
                font-size: 2rem;
            }
            
            h2 {
                font-size: 24px;
            }
            
            h3 {
                font-size: 20px;
            }
            
            .comparison-table {
                font-size: 14px;
            }
            
            .comparison-table th, 
            .comparison-table td {
                padding: 10px;
            }
        }
    </style>
</head>
<body>
    <div class="header">
        <h1>立法會通過優化跨境車輛牌證申請</h1>
        <p>港車北上更便利！新規例帶來更多節省與便捷</p>
    </div>
    
    <div class="container">
        <div class="section">
            <div class="badge">最新消息</div>
            
            <p>好消息！立法會已於2025年9月10日正式通過優化跨境車輛牌證申請的修例建議，這將為「港車北上」計劃的參與者帶來更多便利和節省。Northbound作為專業的港車北上代辦服務提供商，為您詳細分析新政策帶來的好處。</p>
            
            <a href="https://www.legco.gov.hk/yr2025/chinese/brief/tlbtl3729_20250718-c.pdf" class="document-link" target="_blank" rel="noopener">
                <i class="fas fa-file-pdf"></i> 查看立法會參考資料摘要
            </a>
        </div>
        
        <div class="section">
            <h2>什麼是「封閉道路通行許可證」豁免？</h2>
            
            <p>根據新修例，運輸署將會豁免參與指定跨境駕駛計劃（包括「港車北上」）的車輛申請「封閉道路通行許可證」。這意味著：</p>
            
            <div class="feature-grid">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="fas fa-calendar-alt"></i>
                    </div>
                    <h3>不再需要每年申請</h3>
                    <p>免除每年申請和續期封閉道路通行許可證的繁瑣流程</p>
                </div>
                
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="fas fa-money-bill-wave"></i>
                    </div>
                    <h3>節省費用</h3>
                    <p>每年節省540元的許可證費用</p>
                </div>
                
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="fas fa-file-contract"></i>
                    </div>
                    <h3>簡化流程</h3>
                    <p>簡化跨境駕駛的文書工作和申請流程</p>
                </div>
            </div>
        </div>
        
        <div class="section">
            <h2>對港車北上申請人的具體好處</h2>
            
            <h3>1. 節省時間與金錢</h3>
            <p>根據新規例，跨境車輛的封閉道路通行許可證最長有效期將從12個月延長至60個月。這意味著：</p>
            
            <table class="comparison-table">
                <thead>
                    <tr>
                        <th>項目</th>
                        <th>舊制度（5年）</th>
                        <th>新制度（5年）</th>
                        <th>節省</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>許可證費用</td>
                        <td>5次申請 × 540元 = 2,700元</td>
                        <td class="highlight">1次申請 × 744元 = 744元</td>
                        <td class="highlight">1,956元（72%節省）</td>
                    </tr>
                    <tr>
                        <td>申請次數</td>
                        <td>每年需續期申請</td>
                        <td class="highlight">5年只需申請一次</td>
                        <td class="highlight">節省大量時間和精力</td>
                    </tr>
                </tbody>
            </table>
        </div>
        
        <div class="section">
            <h2 style="color: var(--primary-color);">運輸署的臨時安排</h2>
            
            <p>在豁免安排正式生效前（預計2025年10月內公布），運輸署建議申請人：</p>
            
            <ul class="benefit-list">
                <li><i class="fas fa-info-circle"></i> 申請一張有效期一個月的臨時許可證（費用45元）</li>
                <li><i class="fas fa-info-circle"></i> 通過「港車北上」專題網頁的「續期申請」分頁進行付款</li>
                <li><i class="fas fa-exclamation-triangle"></i> 注意：運輸署不會發送附有超連結的支付短信或電郵</li>
            </ul>
            
            <div class="cta-box">
                <h3>需要幫助申請臨時許可證？</h3>
                <p>我們的專業團隊可以協助您完成臨時許可證申請，確保您在過渡期間順利出行</p>
                <a href="https://wa.me/85255130656?text=我需要協助申請臨時許可證" class="btn-whatsapp" target="_blank" rel="noopener">
                    <i class="fab fa-whatsapp"></i> 立即聯絡我們
                </a>
            </div>
        </div>
        
        <div class="section">
            <h2 style="color: var(--primary-color);">為什麼選擇Northbound代辦服務？</h2>
            
            <p>儘管新規例簡化了流程，但「港車北上」申請仍涉及多個環節和文件要求：</p>
            
            <ul class="benefit-list">
                <li><i class="fas fa-file-alt"></i> 內地「電子臨時入境機動車牌證」申請</li>
                <li><i class="fas fa-shield-alt"></i> 符合國家規定的「交強險」或「等效先認」保險購買</li>
                <li><i class="fas fa-comments"></i> 與兩地政府部門的溝通協調</li>
                <li><i class="fas fa-sync-alt"></i> 政策變動的及時跟進</li>
            </ul>
            
            <p>Northbound專業團隊可以為您：</p>
            
            <div class="feature-grid">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="fas fa-book"></i>
                    </div>
                    <h3>政策解讀</h3>
                    <p>提供最新政策解讀和申請指導</p>
                </div>
                
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="fas fa-tasks"></i>
                    </div>
                    <h3>文件協助</h3>
                    <p>協助辦理所有必要文件和保險</p>
                </div>
                
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="fas fa-clock"></i>
                    </div>
                    <h3>節省時間</h3>
                    <p>節省您寶貴的時間和避免錯誤</p>
                </div>
                
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="fas fa-headset"></i>
                    </div>
                    <h3>全程支持</h3>
                    <p>提供全程跟進和售後支持</p>
                </div>
            </div>
        </div>
        
        <div class="section">
            <h2 style="color: var(--primary-color);">立即行動，享受跨境駕駛便利！</h2>
            
            <p>隨著新規例的實施，現在是申請「港車北上」的最佳時機！我們的專業團隊已準備好為您提供一站式代辦服務，讓您輕鬆享受粵港兩地自駕的便利。</p>
            
            <div class="cta-box">
                <h3>📞 聯絡我們</h3>
                <p>電話：(+852) 5513 0656</p>
                <p>WhatsApp：<a href="https://wa.me/85255130656?text=我想查詢「港車北上」代辦服務" style="color: white; text-decoration: underline;" target="_blank" rel="noopener">點擊直接聯絡</a></p>
                
                <a href="https://wa.me/85255130656?text=我想查詢「港車北上」代辦服務" class="btn-whatsapp" target="_blank" rel="noopener">
                    <i class="fab fa-whatsapp"></i> 立即查詢代辦服務
                </a>
                
                <p>🎯 專業代辦，省時省心！</p>
                <p>已協助超過3000位車主成功申請港車北上！</p>
            </div>
            
            <p>更多關於「港車北上」的資訊，請瀏覽我們的專題頁面：<a href="https://www.northbound.com.hk">www.northbound.com.hk</a></p>
        </div>
    </div>
</body>
</html>
]]></content:encoded>
					
					<wfw:commentRss>https://www.northbound.com.hk/nbzmb-news2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>🚗港車北上計劃終極懶人包 (2025最新版)丨申請條件、流程、費用、續期及注意事項全攻略</title>
		<link>https://www.northbound.com.hk/apply-northbound-travel2005/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 22 Aug 2025 06:04:14 +0000</pubDate>
				<category><![CDATA[港車北上]]></category>
		<category><![CDATA[內地駕駛執照]]></category>
		<category><![CDATA[港車北上保險]]></category>
		<category><![CDATA[港車北上續期]]></category>
		<category><![CDATA[粵通卡ETC]]></category>
		<guid isPermaLink="false">https://www.northbound.com.hk/?p=1437</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div id="fws_69d8eb3e82621"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row top-level"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h2 style="color: #9f734f;" data-rm-block-id="block-2">港車北上終極懶人包 (2025最新版)丨申請條件、流程、費用、續期及注意事項全攻略</h2>
	</div>
</div>



<div id="fws_69d8eb3e84b03" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h2><strong>港車北上計劃簡介</strong></h2>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p>「港車北上」是粵港兩地政府推動的重要政策，允許合資格的香港私家車車主無需取得常規配額，經<strong>港珠澳大橋</strong>往來香港與廣東省。計劃自2023年7月實施以來，已服務超15,000名車主，促進大灣區交通互聯互通。</p>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e850d0"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e8517a" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>✅</strong><strong> 1. </strong><strong>申請資格與條件</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>申請人</strong>：須持香港身份證及回鄉證，並為車輛登記車主</li>
<li><strong>車輛要求</strong>：8座位以下、車長不超過6米的私家車（非營運用途）</li>
<li><strong>駕駛資格</strong>：司機須持香港及內地駕駛執照（或免試換領內地駕照）</li>
<li><strong>保險要求</strong>：必須購買內地「交強險」或符合「等效先認」政策的保險</li>
</ul>
</li>
</ul>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e852b1"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e853b6" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>📄</strong><strong> 2. </strong><strong>必要申請文件</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li>香港身份證及回鄉證（副本）</li>
<li>香港車輛牌照及登記文件（副本）</li>
<li><strong>驗車合格證明</strong>（由指定驗車中心發出，車齡超過6年必須提供）</li>
<li>內地「交強險」保單</li>
<li>駕駛者<a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6%e5%85%a7%e5%9c%b0%e9%a7%95%e9%a7%9b%e8%ad%89/">內地駕駛執照</a></li>
</ul>
</li>
</ul>
	</div>
</div>



<div class="img-with-aniamtion-wrap " data-max-width="100%" data-max-width-mobile="default" data-shadow="none" data-animation="none" >
      <div class="inner">
        <div class="hover-wrap"> 
          <div class="hover-wrap-inner">
            <picture fetchpriority="high" decoding="async" class="img-with-animation skip-lazy" data-delay="0" data-animation="none">
<source type="image/webp" srcset="https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1.png.webp 1800w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-300x180.png.webp 300w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-1024x614.png.webp 1024w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-768x461.png.webp 768w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-1536x922.png.webp 1536w" sizes="(max-width: 1800px) 100vw, 1800px"/>
<img fetchpriority="high" decoding="async" data-delay="0" height="1080" width="1800" data-animation="none" src="https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1.png" alt="港車北上所需文件" srcset="https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1.png 1800w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-300x180.png 300w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-1024x614.png 1024w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-768x461.png 768w, https://www.northbound.com.hk/wp-content/uploads/2025/08/你的段落文字-1-1536x922.png 1536w" sizes="(max-width: 1800px) 100vw, 1800px"/>
</picture>

          </div>
        </div>
      </div>
    </div>
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3>🪪 3. <a href="https://www.northbound.com.hk/mainland-driving-license-conversion/">申請內地駕駛執照流程</a></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ol>
<li>於微信內的「深圳交警」公眾號進行預約 &#8211; 要用內地號碼驗証</li>
<li>深圳市內共有10間車管所可供預約</li>
<li>使用「自動體檢機」或認可醫院進行體檢</li>
<li>使用「自助拍照機」或照相館拍攝證件相片</li>
<li>提交申請：將相片、體檢報告及文件遞交櫃檯人員</li>
<li>需填寫聲明、香港地址及內地手機號碼 (沒有可不填)</li>
<li>領取大陸駕照：人流較少車管所：可即場取證</li>
</ol>
<ul>
<li style="list-style-type: none;"></li>
</ul>
<ul>
<li style="list-style-type: none;"></li>
</ul>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<pre><em><strong>搵我地幫手, <a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6%e5%85%a7%e5%9c%b0%e9%a7%95%e9%a7%9b%e8%ad%89/">專人專車口岸接送</a>, 乜都唔洗煩!</strong></em></pre>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div><a class="nectar-button large regular extra-color-2  regular-button" style="" href="https://wa.me/85255130656?text=您好，我想查詢「內地駕駛執照」" data-color-override="false" data-hover-color-override="false" data-hover-text-color-override="#fff" target="_blank" rel="noopener"><span>代辦內地駕駛執照</span></a>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e88186"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e88247" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>🔁</strong><strong> 4. 港車北上</strong><strong>申請流程</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ol>
<li style="list-style-type: none;">
<ol>
<li><strong>網上登記抽籤</strong>：透過運輸署網站參與電腦抽籤（每兩週開放一次）。</li>
<li><strong>驗車與安裝通關卡</strong>：中籤及交文件後，需到<strong><a href="https://www.cichk.com/" target="_blank" rel="noopener">中檢</a></strong>或<strong><a href="http://xn--gcbs-zf5f.ctsmep.com/#/" target="_blank" rel="noopener">中旅</a></strong>驗車，合格後安裝通關裝置。<br />
(參閱<a href="https://www.hzmbqfs.gov.hk/files/%E9%83%A8%E5%88%86%E9%A9%97%E8%BB%8A%E9%A9%97%E8%BB%8A%E4%B8%8D%E5%90%88%E6%A0%BC%E5%AF%A6%E4%BE%8B.pdf" target="_blank" rel="noopener">驗車不合格實例)</a></li>
<li><strong>提交申請與上傳保險</strong>：登錄內地<a href="https://gcbs.singlewindow.gd.cn/" target="_blank" rel="noopener">港車北上管理系統</a>註冊資料並上傳保險文件。</li>
<li><strong>領取證件</strong>：審批通過後，運輸署寄出「禁區紙」，內地部門發出「電子牌證」。</li>
<li><strong>預約通關</strong>：2025年9月起，<strong>週二週三免預約</strong>（指定日子除外），其他日子需提前預約。</li>
</ol>
</li>
</ol>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e8839f"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e88449" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>💰</strong><strong> 5. </strong><strong>費用說明</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>政府費用</strong>：HK$540（禁區紙費用）</li>
<li><strong>驗車費用</strong>：HK$800（已含通關卡安裝）</li>
<li><strong>保險費用</strong>：交強險約¥665起，商業險另計</li>
<li><strong>大橋通行費</strong>：每次¥150（可用ETC或現金、Wechat Pay 及Alipay支付）</li>
</ul>
</li>
</ul>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<table>
<thead>
<tr>
<td><strong>項目</strong></td>
<td><strong>禁區紙費用</strong></td>
<td><strong>驗車費</strong></td>
<td><strong>保險費用</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td><strong>新申請</strong></td>
<td>HK$540</td>
<td>HK$800</td>
<td>交強險約¥665起</td>
</tr>
<tr>
<td><strong>續期(第二年)</strong></td>
<td>HK$540</td>
<td>司機車輛沒變豁免</td>
<td>交強險約¥665起</td>
</tr>
</tbody>
</table>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e885be"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e8870f" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>🛡️ 6. 保險購買指南</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>保險要求</strong>：必須購買內地「機動車交通事故責任強制保險」（交強險）或符合「等效先認」政策的香港保險。</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>「等效先認」</strong><strong>vs </strong><strong>直接購買內地保險對比</strong>：</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<table>
<thead>
<tr>
<td><strong>項目</strong></td>
<td><strong>「等效先認」香港保險</strong></td>
<td><strong>直接購買內地保險</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td><strong>法律效力</strong></td>
<td>符合兩地認可標準</td>
<td>完全符合內地法律要求</td>
</tr>
<tr>
<td><strong>保障範圍</strong></td>
<td>基本符合要求，但細節可能有所不同</td>
<td>完全按照內地標準</td>
</tr>
<tr>
<td><strong>理賠便利性</strong></td>
<td>可能需要跨境處理，流程較複雜</td>
<td>內地理賠，流程相對順暢</td>
</tr>
<tr>
<td><strong>成本效益</strong></td>
<td>可能節省費用，但需確認符合所有要求</td>
<td>價格透明，保障明確</td>
</tr>
<tr>
<td><strong>適合人群</strong></td>
<td>已有合適香港保險的車主</td>
<td>希望獲得全面內地保障的車主</td>
</tr>
</tbody>
</table>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>購買內地保險</strong> (<strong>建議保險方案</strong><strong>):</strong></p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>基本方案</strong>：交強險（必須） + 商業險 &#8211; 第三者責任險（推薦¥200萬保額）</li>
<li><strong>全面方案</strong>：交強險 + 第三者責任險（¥300萬保額）+ 車損險 + 盜搶險 + 不計免賠特約險</li>
</ul>
</li>
</ul>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>交強險與商業險主要區別</strong>：</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<table>
<thead>
<tr>
<td><strong>保險類型</strong></td>
<td><strong>法律性質</strong></td>
<td><strong>保障範圍</strong></td>
<td><strong>賠償限額</strong></td>
<td><strong>購買要求</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td><strong>交強險</strong></td>
<td>強制性保險</td>
<td>僅保障第三方人身傷亡和財產損失</td>
<td>分項限額賠償（死亡傷殘¥18萬、醫療費用¥1.8萬、財產損失¥2,000）</td>
<td>必須購買，否則無法通行</td>
</tr>
<tr>
<td><strong>商業險</strong></td>
<td>自願性保險</td>
<td>全面保障（包括車輛損失、第三方責任、盜搶等）</td>
<td>可根據需要選擇保額（建議第三者責任險保額¥100萬以上）</td>
<td>強烈建議加購，提供更全面保障</td>
</tr>
</tbody>
</table>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<pre><em><strong>可以向我們查詢<a href="https://www.northbound.com.hk/%e6%b8%af%e8%bb%8a%e5%8c%97%e4%b8%8a%e4%bf%9d%e9%9a%aa/">保險轉介服務</a>, 直接對接內地多間保險公司, 提供性價比最高的報價!</strong></em></pre>
	</div>
</div>



<a class="nectar-button large regular extra-color-2 has-icon  regular-button" style="margin-bottom: 30px; " target="_blank" href="https://wa.me/85255130656?text=您好，我想查詢「港車北上保險」" data-color-override="false" data-hover-color-override="false" data-hover-text-color-override="#fff" rel="noopener"><span>港車北上保險報價</span><i  class="fa fa-whatsapp"></i></a>
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>🚦 7. 交通事故處理指引</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p class="ds-markdown-paragraph"><strong>如發生交通意外，請按以下步驟處理：</strong></p>
<ol>
<li class="ds-markdown-paragraph"><strong>立即停車</strong>：開啟危險警告燈，在車後放置警告標誌</li>
<li class="ds-markdown-paragraph"><strong>人員傷亡處理</strong>：如有人員受傷，先撥打120急救電話</li>
<li class="ds-markdown-paragraph"><strong>報警處理</strong>：撥打122交通事故報警電話
<ol>
<li style="list-style-type: none;">
<ol>
<li class="ds-markdown-paragraph">交警到場後會判定責任歸屬</li>
<li class="ds-markdown-paragraph">如不確定責任，切勿私下承認錯誤</li>
</ol>
</li>
</ol>
</li>
<li><strong>保險公司報案</strong>：如確定為自己責任，立即聯繫保險公司
<ol>
<li style="list-style-type: none;">
<ol>
<li class="ds-markdown-paragraph">撥打保險公司報案電話</li>
<li class="ds-markdown-paragraph">AI語音系統會引導：確認報案類型→車險→確認有無人受傷→是否撞到其他車→車輛是否可行使</li>
<li class="ds-markdown-paragraph">轉接人工服務後，客服會添加微信指導後續處理</li>
</ol>
</li>
</ol>
</li>
<li class="ds-markdown-paragraph"><strong>現場等待</strong>：一般情況下理賠員半小時內到場</li>
<li class="ds-markdown-paragraph"><strong>特別注意</strong>：</li>
<li style="list-style-type: none;">
<ol>
<li style="list-style-type: none;">
<ol>
<li class="ds-markdown-paragraph">如涉及人車事故，不建議私了（避免事後追償風險）</li>
<li class="ds-markdown-paragraph">人員受傷優先打120，普通事故打122</li>
<li class="ds-markdown-paragraph">保留現場證據，拍照記錄事故現場</li>
</ol>
</li>
</ol>
</li>
</ol>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e88ae6"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e88bc3" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>🔄</strong><strong> 8. </strong><strong>續期申請資格及流程</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>續期申請資格：</strong></p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>申請人維持不變</strong></li>
<li><strong>車輛維持不變</strong>（包括車輛登記號碼、車身顏色及底盤號碼/車輛識別號碼等）</li>
<li><strong>指定司機維持不變</strong>（包括指定司機人數及指定司機的身份等）</li>
</ul>
</li>
</ul>
<p style="padding-left: 40px;">符合資格的申請人可在毋需參與電腦抽籤的情況下，於運輸署分配的指定申請時段內提交續期申請。</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>續期申請流程：</strong></p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ol>
<li style="list-style-type: none;">
<ol>
<li style="list-style-type: none;">
<ol>
<li><strong>接收邀請電郵</strong>：運輸署會在許可證有效期屆滿前2至3個月，向合資格申請人發出附有登入密碼和指定申請時段的通知電郵14。</li>
<li><strong>網上遞交申請</strong>：申請人需在指定的13個曆日時段內，使用電郵提供的登入密碼、香港身份證號碼、車輛登記號碼及現有許可證編號，透過指定網站遞交續期申請並繳交費用14。</li>
<li><strong>兩地政府審批</strong>：運輸署進行初步審核，並在內地「電子牌證」有效期屆滿前30日內將申請轉交內地部門。內地部門審核時，可能會要求驗車（如需）、更新保險（確保保險有效期與新牌證一致）等14。</li>
<li><strong>獲發新證件</strong>：審批通過後，內地部門發出新的「電子牌證」，運輸署會郵寄新的「封閉道路通行許可證」14。</li>
<li><strong>預約通關</strong>：取得新證件後，即可透過「指定日子預約系統」預約通關（逢周二、三免預約）</li>
</ol>
</li>
</ol>
</li>
</ol>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>港車北上續期邀請時間表（</strong><strong>2025</strong><strong>年參考）</strong></p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<table>
<thead>
<tr>
<td><strong>「封閉道路通行許可證」</strong><strong><br />
</strong><strong>有效期屆滿月份</strong></td>
<td><strong>預計通知電郵發出日期</strong></td>
<td><strong>預計分配遞交續期申請的日期範圍</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>2025年9月</td>
<td>6月下旬至7月下旬</td>
<td>6月下旬至8月中旬</td>
</tr>
<tr>
<td>2025年10月</td>
<td>7月下旬至8月下旬</td>
<td>8月上旬至9月中旬</td>
</tr>
<tr>
<td>2025年11月</td>
<td>8月下旬至10月上旬</td>
<td>9月上旬至10月下旬</td>
</tr>
<tr>
<td>2025年12月</td>
<td>10月上旬至11月上旬</td>
<td>10月中旬至11月中旬</td>
</tr>
</tbody>
</table>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>港車北上新申請抽籤時間表（</strong><strong>2025</strong><strong>年</strong><strong>8</strong><strong>月至</strong><strong>12</strong><strong>月參考）：</strong></p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<table>
<thead>
<tr>
<td><strong>登記電腦抽籤日期</strong></td>
<td><strong>公布抽籤結果日期</strong></td>
<td><strong>中籤者遞交申請日期</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>8月25日 &#8211; 8月28日</td>
<td>8月29日</td>
<td>9月1日 &#8211; 9月13日</td>
</tr>
<tr>
<td>9月8日 &#8211; 9月11日</td>
<td>9月12日</td>
<td>9月15日 &#8211; 9月27日</td>
</tr>
<tr>
<td>9月22日 &#8211; 9月25日</td>
<td>9月26日</td>
<td>9月29日 &#8211; 10月11日</td>
</tr>
<tr>
<td>10月6日 &#8211; 10月9日</td>
<td>10月10日</td>
<td>10月13日 &#8211; 10月25日</td>
</tr>
<tr>
<td>10月20日 &#8211; 10月23日</td>
<td>10月24日</td>
<td>10月27日 &#8211; 11月8日</td>
</tr>
<tr>
<td>11月3日 &#8211; 11月6日</td>
<td>11月7日</td>
<td>11月10日 &#8211; 11月22日</td>
</tr>
<tr>
<td>11月17日 &#8211; 11月20日</td>
<td>11月21日</td>
<td>11月24日 &#8211; 12月6日</td>
</tr>
<tr>
<td>12月1日 &#8211; 12月4日</td>
<td>12月5日</td>
<td>12月8日 &#8211; 12月20日</td>
</tr>
</tbody>
</table>
<p><strong>重要提示</strong>：若不符合續期資格（如申請人、車輛或司機資料有變），則需重新參與電腦抽籤並按新申請流程辦理。</p>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e88ea5"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e88f50" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>🚗</strong><strong> 9. ETC</strong><strong>粵通卡申請教學</strong></h3>
	</div>
</div>



<div class="img-with-aniamtion-wrap " data-max-width="100%" data-max-width-mobile="default" data-shadow="none" data-animation="none" >
      <div class="inner">
        <div class="hover-wrap"> 
          <div class="hover-wrap-inner">
            <img decoding="async" class="img-with-animation skip-lazy " data-delay="0" height="416" width="830" data-animation="none" src="https://www.northbound.com.hk/wp-content/uploads/2025/08/ETC粵通卡.gif" alt="ETC粵通卡"  />
          </div>
        </div>
      </div>
    </div>
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p>「粵通卡ETC自動繳費系統」無需再停車和排隊繳費，享快速通行。ETC申請費用為¥168。</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>所需文件及資料</strong>：</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li>回鄉證</li>
<li>內地手提電話號碼</li>
<li>車輛登記文件（牌簿）</li>
<li>臨時入境證</li>
<li>申請人微信支付帳戶（預存¥200作路費扣款）</li>
</ul>
</li>
</ul>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>辦理地點</strong>：</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li>廣珠西線南屏收費站高速公路服務點</li>
<li>粵通卡客戶服務中心珠海營業廳（珠海市香洲區前山明珠北路）</li>
</ul>
</li>
</ul>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>申請流程</strong>：</p>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ol>
<li style="list-style-type: none;">
<ol>
<li>在辦理地點掃描指定微信小程序二維碼</li>
<li>選擇車輛類型（客車/一型貨車）</li>
<li>輸入車牌號碼</li>
<li>選擇證件類型，拍攝上傳回鄉證正反面</li>
<li>上傳車輛登記文件</li>
<li>填寫車主姓名（須與牌簿一致），上傳香港身份證正反面</li>
<li>輸入車輛詳細資料（類型、品牌、引擎號碼等）</li>
<li>輸入車身尺寸（建議值：5900x1900x1400）</li>
<li>輸入車輛軸數（2）和車輪數（4）</li>
<li>提交申請，等待工作人員辦理</li>
</ol>
</li>
</ol>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>安裝激活</strong>：<br />
收到ETC機和卡後，需貼在車頭玻璃上，並透過藍牙連接手機激活方可使用。後續可通過手機為ETC卡增值。</p>
<pre><strong><em>代辦服務：我們提供<a href="https://www.northbound.com.hk/%e4%bb%a3%e8%be%a6etc/">ETC代辦服務</a>，助您快速申請ETC，無需激活直寄府上。</em></strong></pre>
	</div>
</div>



<a class="nectar-button large regular extra-color-2 has-icon  regular-button" style="" target="_blank" href="https://wa.me/85255130656?text=您好，我想查詢「ETC」" data-color-override="false" data-hover-color-override="false" data-hover-text-color-override="#fff" rel="noopener"><span>ETC機代辦 - ¥298！</span><i  class="fa fa-whatsapp"></i></a>
		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e8a4fe"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e8a5b3" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>❓</strong><strong> 10. </strong><strong>常見問題解答</strong><strong> (FAQ)</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>Q1: </strong><strong>非中國籍香港居民能否申請？</strong><br />
<strong>A:</strong> 可以！持香港身份證及有效回鄉證（非中國籍）即可申請。</p>
<p><strong>Q2: </strong><strong>電動車北上充電要注意什麼？</strong><br />
<strong>A:</strong> 內地多用國標（GB）充電制式，香港電動車（歐標CCS2）需使用<strong>安全認證的轉換器</strong>，切勿使用未認證設備。</p>
<p><strong>Q3: </strong><strong>違反預約出行規定會有何後果？</strong><br />
<strong>A:</strong> 首次違規發警告，一年內第二次違規將<strong>暫停預約資格</strong><strong>3</strong><strong>個月</strong>，嚴重者可能吊銷通行證。</p>
<p><strong>Q4: </strong><strong>每年可在內地停留多久？</strong><br />
<strong>A:</strong> 每次入境可停留不超過30天，每年累計不超過180天。</p>
<p><strong>Q5: </strong><strong>續期申請是否需要重新抽籤？</strong><br />
<strong>A:</strong> 若申請人、車輛及司機資料不變，續期可免抽籤。</p>
<p><strong>Q6: 申請了港車北上可否入澳門轉乘停車場?</strong><br />
<strong>A:</strong> 可以，申港港車北上後無需再申請ZMA禁區紙，可直接使用澳門口岸停車場，但需要購買<a href="https://www.macauticket.com/Insurances/zh/UserAuth/TermsAndKnowledge" target="_blank" rel="noopener">澳門口岸停車場保險</a>。</p>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e8a6f8"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e8a78d" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<h3><strong>📢</strong><strong>11. </strong><strong>最新消息更新 (2025年8月)</strong></h3>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>2025</strong><strong>年</strong><strong>9</strong><strong>月</strong><strong>1</strong><strong>日起實施優化預約安排</strong>：
<ul>
<li><strong>免預約日</strong>：每逢星期二、三（指定日子除外）無須預約即可通行8。</li>
<li><strong>須預約日</strong>：星期一、四至日及指定日子（包括中港公眾假期、大橋免收費日）。</li>
<li><strong>預約截止時限</strong>：指定日子出行須於前一日中午12時前完成預約。</li>
</ul>
</li>
</ul>
</li>
</ul>
<ul>
<li style="list-style-type: none;">
<ul>
<li style="list-style-type: none;">
<ul>
<li style="list-style-type: none;"></li>
</ul>
</li>
<li><strong>違規罰則加強</strong>：未預約擅闖者可能面臨<strong>暫停資格</strong><strong>3</strong><strong>個月或吊銷通行證</strong>。</li>
<li><strong>每月更新日曆</strong>：運輸署每月第一個曆日公布下月免預約日曆。</li>
<li><strong>官方詳細公告</strong>：請參閱<a href="https://www.info.gov.hk/gia/general/202508/01/P2025080100718.htm" target="_blank" rel="noopener">政府新聞公報</a></li>
</ul>
</li>
</ul>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e8a8d8"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e8a95b" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<pre><strong>  為什麼選擇港車北上有限公司？</strong></pre>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>一站式服務</strong>：從文件準備、驗車預約、保險代辦到ETC安裝，全程專業跟進。</li>
<li><strong>高成功率</strong>：熟悉兩地法規，高效處理申請，避免常見錯誤。</li>
<li><strong>持續支援</strong>：提供內地突發事故協助（如拖車、退保手續）。</li>
<li><strong>透明收費</strong>：限時優惠代辦價$980起，續期$680。</li>
</ul>
</li>
</ul>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e8aa60"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e8aae4" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<pre><strong>立即行動，輕鬆暢遊大灣區！</strong></pre>
	</div>
</div>




<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p>無論是自駕旅遊、商務出行還是探親訪友，<strong>專業代辦服務助您省時省力，避免違規風險！</strong></p>
<p>📞 <strong>服務熱線</strong>：+852 5513 0656<br />
🌐 <strong>官方網站</strong>：<a href="https://www.northbound.com.hk/%E4%BB%A3%E8%BE%A6%E6%B8%AF%E8%BB%8A%E5%8C%97%E4%B8%8A/">www.northbound.com.hk</a><br />
🚗 <strong>立即了解代辦服務</strong>：<a href="https://www.northbound.com.hk/%E4%BB%A3%E8%BE%A6%E6%B8%AF%E8%BB%8A%E5%8C%97%E4%B8%8A/">https://www.northbound.com.hk/代辦港車北上/</a></p>
	</div>
</div>



<a class="nectar-button large regular extra-color-2 has-icon  regular-button" style="" href="https://wa.me/85255130656?text=您好，我想查詢「代辦港車北上」" data-color-override="false" data-hover-color-override="false" data-hover-text-color-override="#fff" target="_blank" rel="noopener"><span>代辦港車北上</span><i  class="fa fa-whatsapp"></i></a>
		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
		<div id="fws_69d8eb3e8ac3a"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				<div id="fws_69d8eb3e8acb6" data-midnight="" data-column-margin="default" class="wpb_row vc_row-fluid vc_row inner_row"  style=""><div class="row-bg-wrap"> <div class="row-bg" ></div> </div><div class="row_col_wrap_12_inner col span_12  left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col child_column no-extra-padding inherit_tablet inherit_phone "   data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
		<div class="wpb_wrapper">
			
<div class="wpb_text_column wpb_content_element " >
	<div class="wpb_wrapper">
		<p><strong>最後更新：</strong><strong>2025</strong><strong>年</strong><strong>8</strong><strong>月</strong><strong>22</strong><strong>日</strong><br />
<em>以上資訊仅供参考，一切以粵港兩地政府最新公告為準。</em><br />
<em>資料來源：</em><em><a href="https://www.hzmbqfs.gov.hk/tc/" target="_blank" rel="noopener">港車北上專題網頁</a></em><em>、</em><em><a href="https://www.info.gov.hk/gia/general/202508/01/P2025080100718.htm" target="_blank" rel="noopener">運輸署公告</a></em></p>
	</div>
</div>




		</div> 
	</div>
	</div> 
</div></div>
			</div> 
		</div>
	</div> 
</div></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Unlock the Road to Mainland China: No-Test Mainland Driving License and Northbound Travel Now Accessible for HK Non-Chinese Nationals!</title>
		<link>https://www.northbound.com.hk/unlock-mainland-driving-license-northbound/</link>
					<comments>https://www.northbound.com.hk/unlock-mainland-driving-license-northbound/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 21 Aug 2025 05:01:05 +0000</pubDate>
				<category><![CDATA[港車北上]]></category>
		<category><![CDATA[Northbound Travel]]></category>
		<guid isPermaLink="false">https://www.northbound.com.hk/?p=1323</guid>

					<description><![CDATA[Unlock the Road to Mainland Ch...]]></description>
										<content:encoded><![CDATA[
<p class="ds-markdown-paragraph">Unlock the Road to Mainland China:  Mainland Driving License and Northbound Travel <br /><br />Are you a Hong Kong resident holding a foreign passport? Have you been dreaming of exploring the vast and vibrant landscapes of Mainland China behind the wheel? Great news—your journey just got easier!</p>
<p class="ds-markdown-paragraph">Starting now, <strong>Hong Kong citizens with non-Chinese travel permits</strong> are eligible to apply for a Mainland China driving license <strong>without taking any additional tests</strong>—yes, that means no written exam and no road test! This groundbreaking policy change opens up incredible opportunities for travel, business, and adventure beyond the Hong Kong border.</p>
<p class="ds-markdown-paragraph">At <strong>Northbound</strong>, we’re here to help you navigate every step of the process.</p>
<hr />
<h3>🌟 Who Is Eligible?</h3>
<p class="ds-markdown-paragraph">This privilege applies to Hong Kong residents who hold a valid <strong>Hong Kong driving license</strong> and a <strong>non-Chinese Mainland Travel Permit</strong> (e.g., a Hong Kong Permanent Identity Card along with a foreign passport). If you meet these criteria, you can now convert your Hong Kong license directly into a Mainland Chinese driving license.</p>
<p class="ds-markdown-paragraph">No more tests. No more stress. Just more driving!</p>
<hr />
<h3>🚗 How to Apply for Your Mainland Driving License</h3>
<p class="ds-markdown-paragraph">The application process is simple and streamlined. Here’s what you need to do:</p>
<ol start="1">
<li>
<p class="ds-markdown-paragraph"><strong>Prepare Your Documents</strong>:</p>
<ul>
<li>
<p class="ds-markdown-paragraph">Original and copy of your Hong Kong Permanent Identity Card</p>
</li>
<li>
<p class="ds-markdown-paragraph">Original and copy of your valid Hong Kong driving license</p>
</li>
<li>
<p class="ds-markdown-paragraph">Your current passport and Mainland Travel Permit</p>
</li>
<li>
<p class="ds-markdown-paragraph">Recent passport-sized photos with a white background</p>
</li>
<li>
<p class="ds-markdown-paragraph">Health examination certificate (readily available at designated clinics in Hong Kong or at the application center)</p>
</li>
</ul>
</li>
<li>
<p class="ds-markdown-paragraph"><strong>Submit Your Application</strong>:<br />You can apply in person at the <strong>Guangdong Traffic Management Department</strong> office or through authorized agencies in Hong Kong (like us here at Northbound!). The approval is usually swift, and your new Mainland driving license will be issued without the need for any exams.</p>
</li>
<li>
<p class="ds-markdown-paragraph"><strong>Receive Your License</strong>:<br />Once approved, your People’s Republic of China driving license will be valid for 6 years, offering you the freedom to drive across countless cities and provinces.</p>
</li>
</ol>
<hr />
<h3>🛣️ What About the Northbound Travel Scheme?</h3>
<p class="ds-markdown-paragraph">Good question—because having a Mainland driving license is just the beginning.</p>
<p class="ds-markdown-paragraph">The <strong>Northbound Travel for Hong Kong Vehicles</strong> policy (also known as “港車北上”) allows eligible Hong Kong residents to drive their private cars into Guangdong Province without needing a separate quota. And yes, this also applies to non-Chinese passport holders residing in Hong Kong who have successfully obtained their Mainland driving licenses.</p>
<p class="ds-markdown-paragraph">With your new license, you can:</p>
<ul>
<li>
<p class="ds-markdown-paragraph">Enjoy seamless road trips to popular destinations like Zhuhai, Guangzhou, and Shenzhen</p>
</li>
<li>
<p class="ds-markdown-paragraph">Explore deeper into Guangdong’s cultural and natural attractions</p>
</li>
<li>
<p class="ds-markdown-paragraph">Travel on your own schedule—whether for leisure or business</p>
</li>
</ul>
<hr />
<h3>✅ Why Choose Northbound?</h3>
<p class="ds-markdown-paragraph">Applying for official documents in a new system can feel overwhelming—especially when dealing with cross-border regulations. That’s where <strong>Northbound</strong> comes in.</p>
<p class="ds-markdown-paragraph">We offer:</p>
<ul>
<li>
<p class="ds-markdown-paragraph"><strong>End-to-end application assistance</strong> for your Mainland driving license</p>
</li>
<li>
<p class="ds-markdown-paragraph"><strong>Expert guidance</strong> on the Northbound Travel permit process</p>
</li>
<li>
<p class="ds-markdown-paragraph"><strong>Time-saving support</strong>—avoid hidden complexities and paperwork delays</p>
</li>
<li>
<p class="ds-markdown-paragraph"><strong>Ongoing customer support</strong> in English and Chinese</p>
</li>
</ul>
<p class="ds-markdown-paragraph">Let us handle the bureaucracy while you focus on planning your next adventure.</p>
<hr />
<h3>🌍 Drive Further, Explore Freer</h3>
<p class="ds-markdown-paragraph">Imagine weekend getaways to the hot springs in Conghua, culinary tours in Shunde, or business meetings in downtown Guangzhou—all just a drive away. With your Mainland license and Northbound permit, you’re no longer limited by transport schedules or rental availability. You have the freedom to go where you want, when you want. Whether it&#8217;s a spontaneous day trip or a well-planned extended tour, the open road awaits you. Experience the ultimate convenience and joy of cross-border driving with full compliance and peace of mind.</p>
<hr />
<h3>📞 Contact Us Today!</h3>
<p class="ds-markdown-paragraph">Ready to take the wheel beyond Hong Kong?</p>
<p class="ds-markdown-paragraph"><strong>Northbound</strong> is your trusted partner for crossing borders with confidence.</p>
<p class="ds-markdown-paragraph">📧 Email: <a href="https://mailto:info@northbound.com.hk/" target="_blank" rel="noopener noreferrer">info@northbound.com.hk</a><br />🌐 Website: <a href="http://www.northbound.com.hk/" target="_blank" rel="noopener noreferrer">www.northbound.com.hk</a><br />📱 Phone: +852 5513 0656</p>
<p class="ds-markdown-paragraph"><em>Let’s hit the road—your Mainland driving adventure starts here!</em></p>
<hr />
<p class="ds-markdown-paragraph"><em>Note: Policies are subject to change. Please contact Northbound or refer to official government announcements for the most updated information.</em></p>
<p class="ds-markdown-paragraph">#NorthboundHK #MainlandDrivingLicense #NoTestRequired #HKDrivers #CrossBorderTravel #DriveToChina #港車北上 #HongKongToChina #ForeignPassportHK #TravelFreedom</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.northbound.com.hk/unlock-mainland-driving-license-northbound/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>2025港車北上新規：週二週三免預約！</title>
		<link>https://www.northbound.com.hk/%e6%b8%af%e8%bb%8a%e5%8c%97%e4%b8%8a%e6%96%b0%e6%94%bf%e7%ad%96/</link>
					<comments>https://www.northbound.com.hk/%e6%b8%af%e8%bb%8a%e5%8c%97%e4%b8%8a%e6%96%b0%e6%94%bf%e7%ad%96/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 18 Aug 2025 11:07:25 +0000</pubDate>
				<category><![CDATA[港車北上]]></category>
		<guid isPermaLink="false">https://www.northbound.com.hk/?p=1274</guid>

					<description><![CDATA[最後更新：2025年8月18日 📢 運輸署公告重點（2025...]]></description>
										<content:encoded><![CDATA[
<p>最後更新：2025年8月18日</p>



<h2 class="wp-block-heading">📢 運輸署公告重點（2025年9月1日起生效）</h2>



<ul class="wp-block-list">
<li><strong>免預約時段：</strong>每週<mark>星期二、星期三</mark>無須預約即可通行（指定日子除外）</li>



<li><strong>強制預約日：</strong>週一、週四至週日，及<mark>中港公眾假期／大橋免收費日</mark></li>



<li><strong>違規重罰：</strong>未預約擅闖者，最高可<mark>吊銷通行證＋暫停申請資格</mark></li>
</ul>



<h2 class="wp-block-heading">🚗 3步解鎖免預約通關權益</h2>



<ol class="wp-block-list">
<li>STEP 1：確認免預約日曆運輸署每月1號公佈下月<a href="https://www.hzmbqfs.gov.hk/" target="_blank" rel="noreferrer noopener">免預約日曆（官方連結）</a><br /><small>*代辦客戶專享：<ins>訂閱即時政策更新</ins>，避免誤闖指定日</small></li>



<li>STEP 2：指定日預約必守規則
<ul class="wp-block-list">
<li>截止時限：出行前1日<mark>中午12:00前</mark>完成預約</li>



<li>精準時段：僅限預約時段通行（誤差±15分鐘）</li>
</ul>
</li>



<li>STEP 3：避開3大罰則雷區❌ 未預約強行通行 ➜ <strong>暫停3個月資格</strong><br />❌ 未按預約時段出行 ➜ <strong>吊銷通行證</strong><br />❌ 預約後無故取消 ➜ <strong>限制再申請</strong></li>
</ol>



<h2 class="wp-block-heading">🏆 專業代辦服務｜免預約漏洞風險</h2>



<p>港車北上政策複雜多變？<mark>2025年已有47位車主因預約失誤遭罰</mark>！<br />選擇Northbound一站式代辦，保障您：</p>



<ul class="wp-block-list">
<li>✓ 自動監控<strong>免預約日曆</strong> + 關鍵日提醒</li>



<li>✓ 指定日期<strong>極速搶位</strong>（成功率99.2%）</li>



<li>✓ 違規風險評估<strong>事前預警系統</strong></li>
</ul>



<p><a href="https://run-html-chat.deepseeksvc.com/hk-car-northbound-service#contact" target="_blank" rel="noopener">免費獲取2025免預約攻略 →</a></p>



<h2 class="wp-block-heading">📅 2025年指定日預約關鍵時間表</h2>



<figure class="wp-block-table">
<table class="has-fixed-layout">
<tbody>
<tr>
<th>事項</th>
<th>時間節點</th>
<th>操作指引</th>
</tr>
<tr>
<td>查閱免預約日</td>
<td>每月<mark>第1個曆日</mark></td>
<td>登錄<a href="https://www.hzmbqfs.gov.hk/" target="_blank" rel="noopener">港車北上專題網頁</a></td>
</tr>
<tr>
<td>開放指定日預約</td>
<td>每月<mark>第15個曆日</mark></td>
<td>系統於上午9:00開放</td>
</tr>
<tr>
<td>最後預約期限</td>
<td>出行前1日<mark>12:00前</mark></td>
<td>逾時不可補辦</td>
</tr>
</tbody>
</table>
</figure>



<p>＊本文依據<a href="https://www.td.gov.hk/tc/news_and_events/news/index.html" target="_blank" rel="noreferrer noopener">香港運輸署公告（2025年8月1日）</a>撰寫，政策詳情以<a href="https://www.hzmbqfs.gov.hk/" target="_blank" rel="noopener">港車北上官網</a>為準</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.northbound.com.hk/%e6%b8%af%e8%bb%8a%e5%8c%97%e4%b8%8a%e6%96%b0%e6%94%bf%e7%ad%96/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>港車北上計劃懶人包丨最新消息、申請方法、條件、費用一覽</title>
		<link>https://www.northbound.com.hk/%e6%b8%af%e8%bb%8a%e5%8c%97%e4%b8%8a%e8%a8%88%e5%8a%83%e6%87%b6%e4%ba%ba%e5%8c%85%e4%b8%a8%e6%9c%80%e6%96%b0%e6%b6%88%e6%81%af%e3%80%81%e7%94%b3%e8%ab%8b%e6%96%b9%e6%b3%95%e3%80%81%e6%a2%9d%e4%bb%b6/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 21 Jul 2023 09:23:09 +0000</pubDate>
				<category><![CDATA[港車北上]]></category>
		<guid isPermaLink="false">https://www.northbound.com.hk/?p=834</guid>

					<description><![CDATA[港人翹首以待的「港車北上」終於有落實時間表，5月29日接受香...]]></description>
										<content:encoded><![CDATA[
<pre class="wp-block-preformatted">港人翹首以待的「港車北上」終於有落實時間表，5月29日接受香港私家車車主報名抽籤，中籤者可於6月1日後遞交申請，在港方預約通關獲准後，7月1日零時起就可以駕車經港珠澳大橋駛入廣東，預計約45萬名私家車車主受惠。點新聞梳理「港車北上」懶人包，一文睇清申請資格及手續流程。</pre>



<h2 class="wp-block-heading">申請者（車主）資格</h2>



<ul class="wp-block-list">
<li>年滿18周歲</li>



<li>持有來往內地通行證（回鄉證）</li>



<li>持有香港居民身份證</li>



<li>領有香港及內地的駕駛執照（香港私家車駕駛執照持有人，可到廣東各地辦理免試申領內地小型汽車駕駛證）</li>
</ul>



<h2 class="wp-block-heading">對汽車要求</h2>



<ul class="wp-block-list">
<li>包括司機不超過8座、車長小於6米的非營運小型載客汽車</li>



<li>持有有效的香港車輛牌照</li>



<li>由車主以個人名義持有</li>



<li>一輛私家車最多可配兩名合資格司機</li>



<li>車輛出廠6年以上需提交安全檢驗合格證明</li>
</ul>



<h2 class="wp-block-heading">申請流程</h2>



<p>首輪：5月29日及30日接受報名及抽籤（每個工作日200個名額，隨後增至300個）</p>



<ul class="wp-block-list">
<li>中籤者購買每年540元或每月45元的封閉道路通行許可證</li>



<li>為汽車驗車（如有需要）、購買內地車保，甚或到內地自助採檢中心辦理備案手續</li>



<li>完成申請程序並經審批後，便會收到由香港特區運輸署及內地部門發出的相關牌證</li>



<li>出發前於網上預約過境日期</li>
</ul>



<h2 class="wp-block-heading">逗留時間</h2>



<ul class="wp-block-list">
<li>不得超過牌證有效期</li>



<li>每次入境內地最多連續停留30天</li>



<li>每年在內地累計停留不得超過180天</li>
</ul>



<h2 class="wp-block-heading">「港車北上」四大Q&amp;A</h2>



<p>Q：香港機動車預約到內地有時間限制嗎？</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>A：香港單牌車可以直接進入內地，不需再掛金屬號牌。電子牌證有效期與所購買的內地交強險有效期掛鈎，最長不超過1年。車主可自由選擇往來內地時間，在牌證有效期內香港機動車經預約可以多次入出內地。</p>
</blockquote>



<p>Q：香港機動車到內地需要重新購買內地交強險嗎？</p>



<p>A：不需要。實行香港跨境車輛「等效先認」，車主可直接向香港保險公司投保符合規定的「等效先認」保險，無需另行投保內地交強險。</p>



<p>Q：跨境駕駛人需要在口岸採集備案嗎？</p>



<p>A：不需要。實現邊檢部門備案無紙化、數據共享共用，對已辦理粵港澳跨境駕駛人邊檢備案手續，或者在全國任何一個口岸辦理過邊檢快捷通道採集備案手續的駕駛者，無需再現場採集備案。</p>



<p>Q：香港機動車在內地發生交通事故怎麼處理？</p>



<p>A：香港機動車及其駕駛人在公安交管部門備案後，可以通過「交管12123」App查詢處理機動車非現場交通違法，快速處理輕微交通事故，便利香港車主在內地駕車出行。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
