.storage {
    overflow: hidden;
    width: 100%;
    background: #035DF6;
    padding: 10vh 0 6vh;
}

.storage img {
    width: 100%;
}

.storage .title {
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 5vh;
    text-align: center;
    line-height: 1.8rem;
}

.storage .text {
    font-size: 0.6rem;
    line-height: 1.4rem;
    color: #fff;
    width: 80%;
    margin: 1.2rem auto;
    text-align: center;
}

.storage .btn {
    border: 1px solid #fff;
    height: 1.8rem;
    border-radius: 1rem;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    margin: 0 15%;
    line-height: 1.6rem;
}

/* 电商物流 */
.logistics {
    padding: 13vw 0 4vw;
}

.logistics .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    line-height: 2.4rem;
    margin-bottom: 0.4rem;
}

.logistics .content {
    text-align: center;
    font-size: 0.68rem;
    color: #000;
    line-height: 1.6rem;
    width: 85%;
    margin: 0 auto;
}

.logistics-nav {
    padding: 0 4%;
    font-size: 0;
}

.logistics-nav .list {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.logistics-nav span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
    font-size: 0.8rem;
    padding: 0.4rem 0;
}

.logistics-nav .list.on span {
    color: #005EF9;
    border-bottom: 3px solid #005EF9;
}

.logistics-group .logistics-list {
    background: #F8FBFF;
    padding: 5vh 10%;
    display: none;
}

.logistics-group .logistics-list img {
    width: 90%;
    margin: 0 auto 5vw;
    display: block;
}

.logistics-group .group {
    font-size: 0;
}

.logistics-group .group .list {
    background: url('../img/drop.png') no-repeat;
    background-size: 1rem 1rem;
    padding-left: 1.2rem;
    color: #1D1D1D;
    font-size: 0.7rem;
    margin-bottom: 0.6rem;
    line-height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    background-position: 0% 0.35rem;
}

.bonded {
    margin: 0 4%;
    font-size: 0;
    padding-bottom: 5vw;
}

.bonded .list {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 6vw;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(212, 215, 239, 0.7);
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
}

.bonded .list:hover {
    box-shadow: 0 0 5px 1px rgba(22, 105, 248, 0.7);
}

.bonded .list:hover .text {
    color: #0055FF;
}

.bonded .list:nth-child(3n) {
    margin-right: 0;
}

.bonded .list .icon {
    width: auto;
    height: auto;
    margin: 5vw;
}

.bonded .list .icon img {
    width: 100%;
}

.bonded .list .text {
    text-align: center;
    font-size: 0.6rem;
    color: #9DA2C2;
    line-height: 1.1rem;
    height: 6rem;
    width: 82%;
    margin: 0 auto 0.5rem;
}

/* 国际货运代理 */
.freight-forwarder {
    position: relative;
}

.freight-forwarder .bgImg {
    font-size: 0;
}

.freight-forwarder .logistics {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.freight-forwarder .logistics .content,
.freight-forwarder .logistics .title {
    color: #fff;
}

.freight-forwarder .logistics .content {
    font-size: 0.65rem;
    line-height: 1.6rem;
    width: 80%;
}

.freight-forwarder .bgImg img {
    width: 100%;
}

/* 国际工程物流 */
.project {
    position: relative;
}

.international-project {
    background: #E1EBFF;
    padding-bottom: 10vw;
}

.international-project .project {
    position: relative;
}

.international-project .project .bgImg {
    width: 100%;
    height: auto;
}

.international-content {
    position: absolute;
    z-index: 2;
    left: 4%;
    text-align: center;
    width: 23vw;
    top: 45%;
    line-height: 1rem;
}

.international-content .title {
    font-weight: bold;
    color: #000000;
    font-size: 0.8rem;
}

.international-content p {
    font-size: 0.6rem;
    color: #000000;
}

.project-group .project-list {
    position: absolute;
    z-index: 1;
}

.project-group .project-list .icon {
    width: 15vw;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.project-group .project-list .icon img {
    width: 100%;

}

.project-group .project-list .text {
    color: #2C2C2C;
    font-size: 0.6rem;
    line-height: 1rem;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}

.project-group .project-list.pr1 {
    left: 2.5%;
    top: 12.5%;
}

.project-group .project-list.pr1 .text {
    width: 69%;
    margin-top: -15%;
    margin-left: -2%;
}

.project-group .project-list.pr2 {
    left: 30%;
    top: 21%;
}

.project-group .project-list.pr2 .text {
    width: 69%;
    margin-top: 0;
}

.project-group .project-list.pr3 {
    left: 44%;
    top: 44%;
}

.project-group .project-list.pr3 .text {
    width: 68%;
    /* width: 66%; */
    margin-top: 0;
    margin-left: -3%;
}

.project-group .project-list.pr4 {
    left: 31.5%;
    top: 68%;
}

.project-group .project-list.pr4 .text {
    width: 70%;
    /* width: 68%; */
    margin-top: 0;
    margin-left: -3%;
}

.project-group .project-list.pr5 {
    left: 3%;
    top: 73%;
}

.project-group .project-list.pr5 .text {
    width: 69%;
    margin-top: 15%;
    margin-left: -3%;
}



/* 服务优势与保障 */
.swiper1 {
    width: 100%;
    position: relative;
    background: #F8FBFF;
}

.swiper1 .swiper-container {
    width: 100%;
    height: auto;
}

.swiper1 .swiper-wrapper {
    align-items: center;
}

.service-guarantee {
    background: #F8FBFF;
    box-sizing: border-box;
    padding: 9.6vw 7vw 14vw;
}

.service-guarantee .title {
    margin-bottom: 9vw;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    line-height: 2.4rem;
}

.service-guarantee ul {
    font-size: 0;
}

.service-guarantee ul li {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin-right: 6%;
    margin-bottom: 7vw;
}

.service-guarantee ul li:nth-child(2n) {
    margin-right: 0;
}

.service-guarantee ul li .img {
    width: 48%;
    margin: 0 auto 1vw;
}

.service-guarantee ul li .img img {
    width: 100%;
    height: auto;
}

.service-guarantee ul li .text {
    text-align: center;
    font-size: 0.85rem;
    color: #0055FF;
}



/* 跨境贸易供应链管理 */
.map-img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.8% 4vw;
}

.map-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.trade-supply {
    text-align: center;
    background: #F8FBFF;
}

.trade-supply .group {
    margin: 0 6vw;
    font-size: 0;
    padding-bottom: 8vw;
}

.trade-supply .group .list {
    padding: 5vw 0;
    margin-right: 2.5%;
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 5%) / 3);
}

.trade-supply .group .list:nth-child(2),
.trade-supply .group .list:nth-child(5) {
    margin-right: 0;
}

.trade-supply .group .list span {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 50%;
    color: #fff;
    background: #0055FF;
    font-size: 0.6rem;
    margin-right: 0.15rem;
}

.trade-supply .group .list .text {
    display: inline-block;
    vertical-align: middle;
    color: #050505;
    font-weight: bold;
    font-size: 0.65rem;
    line-height: 1rem;
}


/* 服务网络 */
.network {
    background: #0036A4;
}

.network .logistics .title,
.network .logistics .content {
    color: #fff;
}

.network .logistics .content {
    font-size: 0.65rem;
}

.network .logistics .content p {
    margin-bottom: 10vw;
}

.network .map {
    margin: 0 4.5%;
    padding-bottom: 10vw;
}

.network .map img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* 平台系统 */
.platform {
    margin: 12vw .4% 11vw;
}

.platform-title {
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5vw;
    text-align: center;
}

.platform-tab {
    background: #E1EBFF;
    border-radius: 15px;
    margin: 0 3.4% 5vw;
    padding: 0 3%;
    text-align: center;
}

.platform-tab .list {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-right: 3%;
    position: relative;
    overflow: hidden;
}

.platform-tab .list::after {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: #0055FF;
    /* transition-duration: 1s; */
}

.platform-tab .list.on::after {
    /* background: #0055FF; */
    left: 0;
}

.platform-tab .list:last-child {
    margin-right: 0;
}

.platform-tab .list span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.2rem;
    font-size: 0.65rem;
    line-height: 1.2rem;
}

.platform-box {
    display: none;
}

.platform-box .logistics {
    padding-top: 0 !important;
}

.platform-box .logistics .title {
    font-size: 0.9rem;
}

.platform-box .img {
    margin: 4vw 11% 7vw;
}

.platform-box .img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.platform-box .btn {
    margin: 0 11%;
    text-align: center;
    border-radius: 1rem;
    height: 2rem;
    line-height: 1.8rem;
    box-sizing: border-box;
    border: 1px solid #185BE8;
    color: #185BE8;
    font-size: 0.7rem;
    display: block;
}


/* 合作伙伴 */
.partners {
    background: #F8FBFF;
    padding: 10vw 0 11vw;
    position: relative;
}

.partners-title {
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5vw;
    text-align: center;
}

.swiper2 {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(236, 242, 255, 1);
}

.swiper2 .swiper-container {
    width: 100%;
    height: auto;
}

.partners .swiper-pagination {
    bottom: 4vw !important;
}

.partners-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


/* 关于我们 */
.about {
    position: relative;
}

.about-title {
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5vw;
    text-align: center;
}

.about .bgImg {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.about .drift {
    position: absolute;
    left: 0;
    top: 16vw;
    z-index: 2;
    width: 100%;
    height: auto;
    max-height: 100%;
    box-sizing: border-box;
}

.about .drift .content {
    background: rgba(248, 251, 255, 0.37);
    margin: 0 2.5%;
    box-sizing: border-box;
    padding: 5vw 4%;
    text-align: center;
    color: #333;
    font-size: 0.6rem;
    line-height: 1.4rem;
}

/* 推广 */
.promotion {
    padding: 6.7vw 6.7vw 3vw;
    font-size: 0;
}

.promotion .list {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.8%;
    width: calc((100% - 3.8%) / 2);
    position: relative;
    margin-bottom: 3.8vw;
}

.promotion .list:nth-child(2n) {
    margin-right: 0;
}

.promotion .list .bgBtn {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.promotion .list .text {
    position: absolute;
    left: 44%;
    top: 50%;
    width: calc(100% - 40%);
    line-height: 1rem;
    transform: translateY(-50%);
}

.promotion .list .text span {
    display: block;
    font-size: 0.65rem;
}

.promotion .list .text p {
    font-weight: bold;
    font-size: 0.65rem;
}

.promotion .list.style1 .text span {
    color: #1D2F85;
}

.promotion .list.style1 .text p {
    color: #1D2F85;
}

.promotion .list.style2 .text span {
    color: #5C2708;
}

.promotion .list.style2 .text p {
    color: #5C2708;
}

.promotion .list.style3 .text span {
    color: #22656D;
}

.promotion .list.style3 .text p {
    color: #22656D;
}

.promotion .list.style4 .text span {
    color: #5E3B7A;
}

.promotion .list.style4 .text p {
    color: #5E3B7A;
}

/* .promotion .list:hover .QRCode {
    display: block;
} */

.promotion .QRCode {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 0.3rem);
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    width: 40vw;
    padding: 2vw;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    display: none;

}

.promotion .QRCode::before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 1px -2px 5px rgba(0, 0, 0, .2);
    margin-left: -5px;
    z-index: -1;
}

.promotion .QRCode::after {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 5px);
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: -1;
    margin-left: -10px;
}

.promotion .QRCode img {
    width: 100%;
}

.promotion .QRCode p {
    text-align: center;
    font-size: 0.7rem;
    color: #000;
}



@media screen and (min-width:750px) and (max-width:1200px) {
    .project-group .project-list.pr3 .text {
        width: 37vw;
    }

    .project-group .project-list .text {
        font-size: 0.65rem;
    }

    .international-content {
        left: 7%;
        text-align: center;
        width: 17vw;
        top: 46%;
        line-height: 1.1rem;
    }

    .international-content .title {
        margin-bottom: 0.2rem;
    }

    .project-group .project-list.pr4 .text {
        width: 50vw;
    }

    .bonded .list .text {
        line-height: 1.2rem;
    }
}