{"id":309,"date":"2024-04-13T03:16:46","date_gmt":"2024-04-13T03:16:46","guid":{"rendered":"https:\/\/jupiter-groups.visibleone.io\/zhsh\/?page_id=309"},"modified":"2024-11-25T04:04:22","modified_gmt":"2024-11-25T04:04:22","slug":"freight","status":"publish","type":"page","link":"https:\/\/jupiterlogistics.group\/cn\/en\/freight\/","title":{"rendered":"Freight"},"content":{"rendered":"<div class=\"\">\n    <div class=\"relative min-h-52 md:min-h-60 lg:min-h-[322px] flex justify-center items-center \">\n                <img decoding=\"async\" class=\"absolute w-full h-full inset-0 object-cover\" src=\"https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/about-bg.png\"\n            alt=\"About us banner\" \/>\n        \n        <div class=\"container z-10  text-white\">\n            <div class='container-md '>\n                <h1 class=\"heading1 font-bold leading-[1.2] uppercase\"> Freight<\/h1>\n            <\/div>\n        <\/div>\n        <div class=\"absolute inset-0 w-full h-full  bg-banner-gradient \"><\/div>\n    <\/div>\n    <div>\n        <div class=\"h-[28px] w-full bg-primaryblue\"><\/div>\n        <div class=\"h-[6px] w-full bg-green\"><\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"breadcrumbs\">\n    <div class=\"container\">\n        <div class=\"container-md mt-1 py-5 3xl:py-6 font-medium\">\n            <div class=\"breadcrumb-items\">\n                <a class=\"page-link\" href=\"https:\/\/jupiterlogistics.group\/cn\/en\/\">Home<\/a>            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"container business-about mb-4 md:mb-[32px] 2xl:mb-[42px] 6xl:mb-[60px]\">\n    <div class=\"pb-2 mt-5 lg:mt-[30px] container-sm  flex flex-col justify-center items-center\">\n        <div class=\"max-w-[1082px] text-center mx-auto\">\n            <h2 class=\"heading2 font-medium text-darkgrey\">Freight with Jupiter <\/h2>\n                        <div class='mt-3 md:mt-[20px] text-primary heading6 leading-[1.4] max-w-[914px] mx-auto content'>\n                <p>At Jupiter, our freight services specialize in efficient and dependable transportation across air, ocean, and land routes. By leveraging our extensive network and strategic partnerships, we guarantee the prompt and secure delivery of goods to diverse destinations around the world.<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n\n<div class=\" z-50 bg-white\">\n    <div class=\"container\">\n        <div class=\"container-md\">\n            <div\n                class=\"py-3 lg:py-6 mb-4 md:mb-[32px] 2xl:mb-[42px] 6xl:mb-[60px] flex flex-col md:flex-row md:flex-wrap items-center \">\n                                                <div class=\"flex items-center \">\n                    <a href=\"#air-freight\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent active'>\n                        Air Freight<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#ocean-freight\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Ocean Freight<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#other-freight\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Other Freight<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#why-jupiter\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Why Jupiter<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#successful-cases\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Successful Cases<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] md:hidden\">\n                    <\/div>\n                <\/div>\n                                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ Handles click events on links\n    const links = document.querySelectorAll('.link');\n    links.forEach(link => {\n        link.addEventListener('click', function() {\n            links.forEach(l => l.classList.remove('active'));\n            this.classList.add('active');\n        });\n    });\n\n    \/\/ Prepare sections data\n    const sections = Array.from(document.querySelectorAll(\".section\")).reduce((acc, e) => {\n        acc[e.id] = e.offsetTop;\n        return acc;\n    }, {});\n\n    \/\/ Handle scrolling\n    window.onscroll = () => {\n        const scrollPosition = document.documentElement.scrollTop || document.body.scrollTop;\n\n        for (let id in sections) {\n            if (sections[id] <= scrollPosition) {\n                \/\/ Remove 'active' class from any element that currently has it\n                const currentlyActive = document.querySelector('.active');\n                if (currentlyActive) {\n                    currentlyActive.classList.remove('active');\n                }\n\n\n                \/\/ Find the corresponding anchor and add 'active' class\n                const newActive = document.querySelector(`a[href*=\"${id}\"]`);\n                if (newActive) {\n                    newActive.classList.add('active');\n                }\n\n            }\n        }\n    };\n});\n<\/script>\n\n\n<div id=\"air-freight\" class=\"relative bg-grey section business-info-card\">\n    <div\n        class=\"relative lg:absolute right-0 top-0 h-full w-full lg:w-[45%] overflow-hidden max-h-[300px] md:max-h-[380px] lg:max-h-max max-lg:aspect-[3\/2]\">\n                <img decoding=\"async\" src=\"https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/jupiter-air-freight.jpeg\" alt=\"Jupiter Air Freight\"\n            class=\"w-full h-full object-cover py-[1px] pl-[1px]\" \/>\n                <img decoding=\"async\" class=\"absolute h-[calc(100%+2px)] -left-px -top-px\"\n            src=\"https:\/\/jupiterlogistics.group\/cn\/wp-content\/themes\/jupiter-group\/public\/images\/arrowshaperight.svg\" alt=\"arrow shape\">\n\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"container-md\">\n            <div class=\"w-full lg:w-[55%] flex flex-col py-8 md:py-[50px] lg:py-[60px] xl:py-[100px] justify-center\">\n                <h4 class=\"text-center md:text-left heading2 text-darkgrey font-medium\">Air Freight                <\/h4>\n                <h5 class=\"heading3 mt-4 lg:mt-6 xl:mt-[40px] font-medium text-primaryblue\">\n                    Global Reach, Lightning Speed                <\/h5>\n                <div class=\"heading6 max-w-[650px] mt-4 lg:mt-[20px] leading-6 xl:leading-7 description\">\n                    <p>Jupiter Air Freight specializes in efficient, reliable air freight services. Leveraging industry expertise and global airline partnerships, we offer flexible routing, schedules, and competitive rates to meet your air cargo needs. Our dedicated team ensures timely, secure transportation, with a comprehensive network enabling seamless worldwide connections for express, standard, or custom solutions.<\/p>\n<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<div id=\"ocean-freight\" class=\"relative section business-info-card\">\n    <div\n        class=\"relative lg:absolute left-0 top-0 h-full w-full lg:w-[45%] overflow-hidden max-h-[300px] md:max-h-[380px] lg:max-h-max aspect-[3\/2]\">\n                <img decoding=\"async\" src=\"https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/jupiter-ocean-freight.jpeg\" alt=\"Jupiter Ocean Freight\"\n            class=\"w-full h-full object-cover py-[1px] pr-[1px]\" \/>\n                <img decoding=\"async\" class=\"absolute h-[calc(100%+2px)] -right-px -top-px\"\n            src=\"https:\/\/jupiterlogistics.group\/cn\/wp-content\/themes\/jupiter-group\/public\/images\/arrowshapeleft.svg\" alt=\"arrow shape\">\n\n    <\/div>\n\n    <div class=\"container w-full\">\n        <div class=\"container-md flex\">\n            <div class=\"hidden lg:block w-full lg:w-1\/2\"><\/div>\n            <div class=\"w-full lg:w-1\/2 flex flex-col py-8 md:py-[50px] lg:py-[60px] xl:py-[140px] justify-center\">\n                <h4 class=\"text-center md:text-left heading2 text-darkgrey font-medium\">Ocean Freight                <\/h4>\n                <h5 class=\"heading3 mt-4 lg:mt-6 xl:mt-[40px] font-medium text-primaryblue\">\n                    Navigating the Waves of Global Trade                <\/h5>\n                <div class=\"heading6 max-w-[650px] mt-4 lg:mt-[20px] leading-6 xl:leading-7 description\">\n                    <p>Jupiter provides comprehensive ocean freight services for global import and export operations. Backed by our extensive network of offices and agents at major ports worldwide, we deliver top-quality services across FCL, LCL, general, dangerous, chilled, and frozen cargoes. Our experienced team ensures fast, reliable, and cost-effective shipping with precise control over every step.<\/p>\n<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<div id=\"other-freight\" class=\"relative bg-grey section business-info-card\">\n    <div\n        class=\"relative lg:absolute right-0 top-0 h-full w-full lg:w-[45%] overflow-hidden max-h-[300px] md:max-h-[380px] lg:max-h-max max-lg:aspect-[3\/2]\">\n                <img decoding=\"async\" src=\"https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/jupiter-other-freight.jpeg\" alt=\"Jupiter Other Freight\"\n            class=\"w-full h-full object-cover py-[1px] pl-[1px]\" \/>\n                <img decoding=\"async\" class=\"absolute h-[calc(100%+2px)] -left-px -top-px\"\n            src=\"https:\/\/jupiterlogistics.group\/cn\/wp-content\/themes\/jupiter-group\/public\/images\/arrowshaperight.svg\" alt=\"arrow shape\">\n\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"container-md\">\n            <div class=\"w-full lg:w-[55%] flex flex-col py-8 md:py-[50px] lg:py-[60px] xl:py-[100px] justify-center\">\n                <h4 class=\"text-center md:text-left heading2 text-darkgrey font-medium\">Other Freight                <\/h4>\n                <h5 class=\"heading3 mt-4 lg:mt-6 xl:mt-[40px] font-medium text-primaryblue\">\n                                    <\/h5>\n                <div class=\"heading6 max-w-[650px] mt-4 lg:mt-[20px] leading-6 xl:leading-7 description\">\n                    <p>In addition to air and sea freight, we offer a range of other shipping services to meet your logistics needs:<\/p>\n<p>&nbsp;<\/p>\n<p>Hand Carry Service: If you need to transport high-value, sensitive, or time-critical items, we provide dedicated transportation services to ensure your goods are delivered safely and efficiently. Our service includes a comprehensive, personalized approach to meet all your urgent shipping requirements.<\/p>\n<p>&nbsp;<\/p>\n<p>Pet Transportation: We have extensive experience in pet transportation, especially for shipments to Japan. Our one-stop service includes preparation of necessary documents, designing customized transport solutions, and professional coordination to ensure your pet arrives safely and smoothly at its destination.<\/p>\n<p>&nbsp;<\/p>\n<p>Exhibition Logistics: We possess rich experience in handling logistics for major auto exhibitions, managing various types of exhibits, including fuel vehicles, electric vehicles, and models. Our all-in-one service ensures confirmation of vehicle information, configuration details, and the insulation status of batteries, while providing DGM certification to facilitate smooth exhibition logistics.<\/p>\n<p>&nbsp;<\/p>\n<p>Dangerous Goods Export: We offer specialized services for exporting dangerous goods, including gathering necessary documentation for customs, completing customs clearance, transportation, and all related services to ensure your dangerous goods reach their destination safely and efficiently.<\/p>\n<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"container\" id=\"why-jupiter\">\n  <div class=\"my-10 md:my-[60px] lg:my-20 2xl:my-[100px] container-md  flex flex-col justify-center items-center heading3 \">\n    <div class=\" flex flex-col lg:flex-row\">\n      <div class=\"flex-1 lg:mr-5 xl:mr-10 5xl:mr-20\">\n        <h3 class=\" heading1 text-darkgrey\">Why Jupiter?<\/h3>\n\n        <div class=\"mt-[27px]\">\n                                    <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Extensive Network                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                With a global network of partners and agents, we have the reach and resources to handle shipments to and from any corner of the world.              <\/p>\n                          <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Expertise and Experience                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                Our experienced team possesses in-depth knowledge of international logistics, customs regulations, and industry best practices. We leverage our expertise to navigate complexities and ensure smooth operations.              <\/p>\n                          <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Reliability and Timeliness                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                We understand the importance of timely delivery. Our commitment to reliability and adherence to schedules ensure your cargo arrives at its destination on time, every time.              <\/p>\n                          <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Technology-driven Solutions                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                Embracing advanced logistics technology, we provide real-time tracking, visibility, and reporting capabilities. You can stay informed about the status of your shipments throughout the transportation process.              <\/p>\n                      \n        <\/div>\n      <\/div>\n\n      <div class=\"lg:max-w-[350px] xl:max-w-[400px] 5xl:max-w-[521px] max-sm:mb-2.5 max-lg:mb-5 mt-5 md:mt-10 lg:mt-0 max-sm:pr-2.5\">\n                  <img src='https:\/\/jupiterlogistics.group\/cn\/wp-content\/uploads\/sites\/9\/2024\/04\/jupiter-ship.png' alt=\"Jupiter Shipping Ship\" class=\" size-full object-cover aspect-[16\/5] lg:aspect-[13\/19] shadow-[10px_10px_0px_0px_#D6E1FD] sm:shadow-[20px_20px_0px_0px_#D6E1FD]\" \/>\n              <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<section id=\"successful-cases\" class=\"section bg-white latest-news overflow-hidden\">\n    <div class=\"container\">\n        <div class=\"container-md py-10 md:py-[60px] lg:py-20\">\n            <div class=\"sm:flex justify-between items-center\">\n                <h2 class=\" text-darkgrey font-medium heading1\">-<\/h2>\n                            <\/div>\n            <div class=\"xl:mt-[33px] pt-5 md:pt-[27px] relative\">\n                <div class=\"curtain\"><\/div>\n                <div class=\"swiper news-swiper\">\n                    <div class=\"swiper-wrapper\">\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"enquiry_type":[],"class_list":["post-309","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/pages\/309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/comments?post=309"}],"version-history":[{"count":19,"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/pages\/309\/revisions"}],"predecessor-version":[{"id":2026,"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/pages\/309\/revisions\/2026"}],"wp:attachment":[{"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/media?parent=309"}],"wp:term":[{"taxonomy":"enquiry_type","embeddable":true,"href":"https:\/\/jupiterlogistics.group\/cn\/en\/wp-json\/wp\/v2\/enquiry_type?post=309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}