.section3 {
    position: relative;
    padding: 90px 0 120px;

    background-color: #F7F8FC;
}

.section3::after {
    content: "";
    display: block;
    width: 100%;
    height: 63%;
    max-height: 620px;
    background: url(/assets/images/box3.png) no-repeat top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.section3 .container {
    position: relative;
    z-index: 1;
}

.box3 .top .title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.box3 .top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Box3Nav {
    display: flex;
    justify-content: space-between;
}

.Box3Nav .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Box3Nav .item .imgBox {
    display: flex;
    align-items: center;
}

.Box3Nav .item span {
    display: block;
    background: #BABABA;
    width: 150px;
    height: 1px;
    margin: 0 30px;
}

.Box3Nav .item .img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.Box3Nav .item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0);
    transition: 0.3s;
}

.Box3Nav .item h1 {
    width: 160px;
    margin-left: -25px;
    color: #414141;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    padding: 30px 0;
    transition: 0.3s;
}

.Box3Nav .item.cur .img {
    padding: 30px;
    background: #fff;
}

.Box3Nav .item.cur .img img {
    filter: brightness(1);
}

.Box3Nav .item.cur h1 {
    font-size: 26px;
    font-weight: bold;
}

.Box3Nav .item:last-child span {
    display: none;
}

.itemBox3 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.itemBox3 .item3 {
    display: flex;
    justify-content: space-between;
}


.itemBox3 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.itemBox3 .text h1 {
    color: #414141;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    /* 156.25% */
}

.itemBox3 .text .desc {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    width: 500px;
    margin-top: 30px;
    margin-bottom: 120px;
    text-align: justify;
    text-indent: 32px;
    min-height: 150px;
}

.itemBox3 .text a {
    color: #333;
    font-size: 16px;
    line-height: 1;
    width: 260px;
    height: 80px;
    background: #fff;
    padding: 0 60px;
    border-radius: 50px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemBox3 .text a img {
    display: block;
    width: 40px;
    height: 8px;
    filter: invert(1);
}

.itemBox3 .item3 .imgBox3 {
    padding-left: 75px;
    padding-right: 100px;
    width: 960px;
}

.box3Swiper {
    overflow: visible;
    border-radius: 40px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.box3Slide {
    overflow: visible;
    border-radius: 40px;
}

.box3Slide img {
    width: 100%;
}

.box3Swiper .swiper-pagination {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60px;
    height: 300px;
    position: absolute;
    top: calc(50% - 150px);
    left: auto;
    right: -100px;
    border-radius: 100px;
    background: #FFF;
    overflow: hidden;
}

.box3Swiper .swiper-pagination span {
    color: #B9B9B9;
    text-align: center;
    font-size: 18px;
    width: 60px;
    height: 60px;
    margin: 0 !important;
    background: #fff0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box3Swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color);
    box-shadow: 0px 20px 20px #d9263933;
    color: #fff;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {
    .itemBox3 .item3 {
        padding-top: 30px;
    }

    .itemBox3 .text .desc {
        width: 400px;
        margin-bottom: 60px;
    }

    .itemBox3 .item3 .imgBox3 {
        padding-left: 50px;
        padding-right: 100px;
        width: 650px;
    }

}

@media (max-width: 1200px) {
    .box3 .top {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .Box3Nav .item .img {
        width: 90px;
        height: 90px;
    }

    .Box3Nav .item span {
        width: 100px;
        margin: 0px 15px;
    }

    .Box3Nav .item h1 {
        width: 160px;
        margin-left: -35px;
    }

    .itemBox3 .text .desc {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .box3 .top {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .box3 .top .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 45px;
    }

    .itemBox3 .item3 {
        display: flex;
        flex-wrap: wrap;
    }

    .itemBox3 .text {
        width: 100%;
        margin-bottom: 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .itemBox3 .text .desc {
        width: 100%;
    }

    .itemBox3 .text a {
        width: 200px;
        height: 60px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .itemBox3 .item3 .imgBox3 {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .section3 {
        padding: 60px 0;
        background-size: cover;
    }

    .Box3Nav .item .img {
        width: 60px;
        height: 60px;
    }

    .Box3Nav .item span {
        width: 30px;
        margin: 0px 15px;
    }

    .Box3Nav {
        width: 100%;
    }

    .Box3Nav .item {
        width: 33.333%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Box3Nav .item span {
        display: none;
    }

    .Box3Nav .item h1 {
        margin: 0;
    }

    .Box3Nav .item.cur h1 {
        font-size: 18px;
    }

    .itemBox3 .item3 .imgBox3 {
        padding: 0;
    }

    .itemBox3 .item3 {
        padding-bottom: 90px;
    }

    .box3Swiper .swiper-pagination {
        top: auto;
        left: auto;
        right: auto;
        bottom: -90px;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 60px;
    }

    .itemBox3 .text h1 {
        font-size: 24px;
    }

    .itemBox3 .text .desc {
        text-align: center;
        text-indent: 0;
    }

    .section3::after {
        height: 100%;
        max-height: auto;
    }

}

/* 新加 */
.box3Swiper {
    box-shadow: none;
    overflow: visible;

}


.box3Slide a {
    height: 100%;
}

.box3Slide {
    position: relative;
    overflow: visible;
    z-index: 1;
    opacity: 1 !important;
    height: 100%;
}

.box3Slide img {
    position: relative;
    left: -90px;
    transform: scaleY(.6);
    transition: 0.5s;
    border-radius: 40px;
    opacity: 0;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.box3Slide.swiper-slide-next {
    z-index: 2;
    opacity: 1 !important;
}

.box3Slide.swiper-slide-next img {
    left: -25px;
    transform: scaleY(.8);
    opacity: 0;
}

.box3Slide.swiper-slide-active {
    z-index: 3;
}

.box3Slide.swiper-slide-active img {
    left: 0;
    transform: scaleY(1);
    opacity: 1;
}


@media (max-width: 640px) {
    .box3Slide img {
        left: 0 !important;
        transform: scaleY(1) !important;
        opacity: 1 !important;
    }
}


.box3Slide::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -50px;
    top: 10%;
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 40px;
    opacity: 0.1;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    transition: 1s;
}

.box3Slide.swiper-slide-next::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -25px;
    top: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    border-radius: 40px;
    opacity: 0.6;
}

.box3Slide.swiper-slide-active::after {
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
}
