【航线新品】中远海运新开远东 — 北非 NAX 直航航线【航线新品】中远海运新开远东 — 北非 NAX 直航航线航线新品】中远海运新开远东 — 北非 NAX 直航航线

直达埃及、利比亚,时效稳定,舱位保障!

中远海运(COSCO)将于2026 年 3 月底(华南地区 4 月初)全新开通远东 — 北非 NAX 精品航线,重点覆盖埃及、利比亚核心市场,为华南及全国客户提供更稳定、更高效的北非直达海运服务。

航线亮点

  • 首航船舶:国韵海轮 GUO YUN HAI
  • 首航 ETA 南沙:2026 年 4 月 7 日
  • 班期规划:二、三季度:双周班服务四季度起:稳定周班服务
  • 直达核心港口,时效领先:赛德西(西迪港):约 20 天班加西:约 25 天米苏拉塔:约 29 天

本航线直航不靠挂、时效快、服务稳,是出口埃及、利比亚货物的优选海运通道。

订舱热线13028828865

欢迎各位新老客户咨询订舱,全程一对一服务,舱位优先保障!订舱请联系:深圳鑫诺胜国际物流有限公司

【New Service】COSCO Launches New Far East – North Africa NAX Service

Direct to Egypt & Libya, Stable & Fast Transit Time

COSCO is going to launch a new Far East – North Africa NAX service at the end of March 2026 (early April for South China), mainly covering the key markets of Egypt and Libya, providing stable and efficient direct ocean transportation for exporters.

Service Highlights

  • Maiden Vessel: MV GUO YUN HAI
  • ETA Nansha: 7 April 2026
  • Direct Ports & Fast Transit:Port Said West: approx. 20 daysBenghazi: approx. 25 daysMisurata: approx. 29 days

With direct calling, stable schedule and reliable service, this NAX route is your ideal choice for shipments to Egypt and Libya.

Booking Contact:Succi_zhong@rosenlog.com

For booking and inquiries, 

please contact:Shenzhen Rosen Logistics Co., Ltd.

  • 电话: 13028828865
  • 邮箱:succi_zhong@rosenlog.com
  • 微信:succi888
  • 公司地址:
    深圳公司地址:深圳市罗湖区南湖街道办嘉宾路2018号深华商业大厦商业楼27层2705厦门公司地址:厦门市湖里区悦华路166-170号万稷优创中心401
// 仅添加这段代码到你现有页面的JS末尾,不改动其他代码 // 适配你现有页面的选择器(请替换成你实际的输入框/按钮/表格ID) jQuery(document).ready(function($) { // 定义查询函数,复用你现有页面的DOM结构 function loadFreightRates() { // 获取你现有输入框的值(用你实际的选择器,比如#origin、#dest) var origin = $('#pol').val(); var dest = $('#pod').val(); var carrier = $('#line').val(); // 调用接口获取数据,不改动你现有页面的样式 $.ajax({ url: '', type: 'GET', data: { action: 'get_freight_rates', origin: origin, dest: dest, carrier: carrier }, dataType: 'json', success: function(data) { // 清空你现有表格的内容(用你实际的表格tbody选择器) var $tbody = $('#your-freight-table-tbody').empty(); // 填充数据,完全复用你现有表格的HTML结构 if (data.length === 0) { $tbody.html('暂无数据'); } else { $.each(data, function(i, item) { // 复用你现有表格的行结构,仅替换数据 var tr = '' + '' + item.origin_port + '' + '' + item.dest_port + '' + '' + item.carrier + '' + '' + item.price_20gp + '' + '' + item.price_40gp + '' + '' + item.price_40hq + '' + '' + item.valid_from + ' 至 ' + item.valid_to + '' + '' + (item.remark || '') + '' + ''; $tbody.append(tr); }); } } }); } // 绑定你现有查询按钮的点击事件(用你实际的按钮ID) $('#your-search-button').click(loadFreightRates); // 页面加载时自动查询(保持你现有逻辑) loadFreightRates(); });
滚动至顶部