中东 / 东非航线
吉布提
约18天吉布提从汉堡出发的运输时间
伊拉克
约22天乌姆盖斯尔从汉堡出发的运输时间
伊朗
约20天阿巴斯港从汉堡出发的运输时间
约20天布什尔港从汉堡出发的运输时间
约21天霍梅尼港从汉堡出发的运输时间
约20天拉贾伊港从汉堡出发的运输时间
约旦
约16天亚喀巴从汉堡出发的运输时间
肯尼亚
约22天蒙巴萨从汉堡出发的运输时间
科威特
约19天舒艾巴从汉堡出发的运输时间
约19天舒威赫从汉堡出发的运输时间
莫桑比克
约26天贝拉从汉堡出发的运输时间
约25天马普托从汉堡出发的运输时间
阿曼
约18天马斯喀特从汉堡出发的运输时间
约17天萨拉拉从汉堡出发的运输时间
卡塔尔
约19天多哈从汉堡出发的运输时间
沙特阿拉伯
约19天达曼从汉堡出发的运输时间
约14天吉达从汉堡出发的运输时间
苏丹
约15天苏丹港从汉堡出发的运输时间
坦桑尼亚
约23天达累斯萨拉姆从汉堡出发的运输时间
阿联酋
约17天阿布扎比从汉堡出发的运输时间
约17天杰贝阿里从汉堡出发的运输时间
约17天沙迦从汉堡出发的运输时间
* 运输时间可能因承运人和航线而异。数据不作保证。
<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>