澳大利亚/大洋洲航线

澳大利亚/大洋洲是我们重要的远洋航线之一。我们为您安排往返该地区主要港口的海运,提供定期可靠的航线连接。

我们服务的目的地包括:

  • 澳大利亚、新西兰

我们安排整箱(FCL)及拼箱(LCL)运输,并可根据需要将海运与空运相结合。欲了解我们所有的航线,请访问海运服务页面。

欧洲-澳大利亚/大洋洲海运航线地图
澳大利亚 澳大利亚
约32天悉尼从汉堡出发的运输时间
约33天墨尔本从汉堡出发的运输时间
约28天弗里曼特尔从汉堡出发的运输时间
新西兰 新西兰
约36天奥克兰从汉堡出发的运输时间
<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); } function resetCounter(el){ if (!el.dataset.counterText) { return; } if (el._counterRAF) { cancelAnimationFrame(el._counterRAF); } var match = /^(.*?)(\d+)(.*)$/.exec(el.dataset.counterText); if (!match) { return; } el.textContent = match[1] + '0' + match[3]; } document.querySelectorAll('.hmgl-country').forEach(function(details){ var counters = details.querySelectorAll('.hmgl-days'); details.addEventListener('toggle', function(){ if (details.open) { counters.forEach(function(el){ animateCounter(el, 800); }); } else { counters.forEach(function(el){ resetCounter(el); }); } }); if ('IntersectionObserver' in window) { var obs = new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if (!details.open) { return; } if (entry.isIntersecting) { animateCounter(entry.target, 800); } else { resetCounter(entry.target); } }); }, {threshold: 0.4}); counters.forEach(function(el){ obs.observe(el); }); } }); })(); </script>