西非航线
安哥拉
约18天罗安达从汉堡出发的运输时间
贝宁
约14天科托努从汉堡出发的运输时间
科特迪瓦
约13天阿比让从汉堡出发的运输时间
约13天圣佩德罗从汉堡出发的运输时间
冈比亚
约11天班珠尔从汉堡出发的运输时间
加纳
约13天塔科拉迪从汉堡出发的运输时间
约13天特马从汉堡出发的运输时间
几内亚
约12天科纳克里从汉堡出发的运输时间
几内亚比绍
约12天比绍从汉堡出发的运输时间
利比里亚
约13天蒙罗维亚从汉堡出发的运输时间
摩洛哥
约6天卡萨布兰卡从汉堡出发的运输时间
约7天阿加迪尔从汉堡出发的运输时间
毛里塔尼亚
约9天努瓦克肖特从汉堡出发的运输时间
尼日利亚
约15天廷坎岛(拉各斯)从汉堡出发的运输时间
塞内加尔
约10天达喀尔从汉堡出发的运输时间
塞拉利昂
约12天弗里敦从汉堡出发的运输时间
多哥
约14天洛美从汉堡出发的运输时间
* 运输时间可能因承运人和航线而异。数据不作保证。
<script> (function(){ function animateCounter(el, duration){ if (!el.dataset.counterText) { el.dataset.counterText = el.textContent; } var match = /^(.*?)(\d+)(.*)$/.exec(el.dataset.counterText); if (!match) { return; } var prefix = match[1], target = parseInt(match[2], 10), suffix = match[3]; if (el._counterRAF) { cancelAnimationFrame(el._counterRAF); } var start = null; function step(ts){ if (!start) { start = ts; } var progress = Math.min((ts - start) / duration, 1); var value = Math.round(progress * target); el.textContent = prefix + value + suffix; if (progress < 1) { el._counterRAF = requestAnimationFrame(step); } } el._counterRAF = requestAnimationFrame(step); } document.querySelectorAll('.hmgl-country').forEach(function(details){ details.addEventListener('toggle', function(){ if (details.open) { details.querySelectorAll('.hmgl-days').forEach(function(el){ animateCounter(el, 800); }); } }); }); })(); </script>