.accomplishment {
    width: 100%;
    position: relative;
    height: 66.5rem;
}

.accomplishment2 {
    width: 100%;
    padding: 8rem 0;
    height: 29.1rem;
}

.accomplishment-swiper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.accomplishment2-swiper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.accomplishment-swiper .swiper-container {
    width: 30rem;
    height: 45.6rem;
}

.accomplishment2-swiper .swiper-container {
    width: 28.3rem;
    height: 14.1rem;
}

.accomplishment .swiper-slide {
    width: 48.8rem;
    height: 45.6rem;
    background-color: #fff;
    padding: 3.8rem 3.2rem 2.6rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
}

.accomplishment2 .swiper-slide {
    width: 26.7rem;
    height: 12.5rem;
    margin: 0 0.8rem;
    background-color: #fff;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accomplishment .swiper-slide p {
    width: 100%;
    height: 5.8rem;
    line-height: 2.9rem;
    color: #05173C;
    font-weight: 500;
    text-align: center;
    font-size: 2.4rem;
}

.accomplishment .swiper-slide-active p {
    color: #F16522;
}

.accomplishment .swiper-slide>div {
    width: 35.8rem;
    height: 30.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accomplishment .swiper-slide img {
    max-width: 100%;
    max-height: 30.2rem;
}

.accomplishment2 .swiper-slide .img {
    width: 21.9rem;
    height: 9.3rem;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.accomplishment .prev,
.accomplishment .next {
    position: absolute;
    bottom: 22.8rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    left: 26rem;
}

.accomplishment .next {
    left: auto;
    right: 26rem;
}

.accomplishment .prev img,
.accomplishment .next img {
    width: 5.6rem;
    height: 5.6rem;
    display: block;
}

.accomplishment .prev img:last-child,
.accomplishment .next img:last-child {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 5.6rem;
    height: 5.6rem;
    opacity: 0;
}

.accomplishment .prev:hover img,
.accomplishment .next:hover img {
    display: none;
}

.accomplishment .prev:hover img:last-child,
.accomplishment .next:hover img:last-child {
    display: block;
}

.accomplishment .next {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .accomplishment {
        height: 39.3rem;
    }

    .accomplishment2 {
        width: 100%;
        padding: 4rem 0;
        height: 15rem;
    }

    .accomplishment-swiper .swiper-container {
        width: 24.7rem;
        height: 29.3rem;
    }

    .accomplishment2-swiper .swiper-container {
        width: 14.1rem;
        height: 7rem;
    }

    .accomplishment .swiper-slide {
        width: 24.7rem;
        height: 29.3rem;
        background-color: #fff;
        padding: 1.6rem;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .accomplishment2 .swiper-slide {
        width: 213.4rem;
        height: 7rem;
        margin: 0 0.35rem;
        background-color: #fff;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .accomplishment .swiper-slide p {
        width: 100%;
        height: 3.6rem;
        line-height: 1.8rem;
        color: #05173C;
        font-weight: 500;
        text-align: center;
        font-size: 1.4rem;
    }

    .accomplishment .swiper-slide-active p {
        color: #F16522;
    }

    .accomplishment .swiper-slide>div {
        width: 23.5rem;
        height: 20.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .accomplishment .swiper-slide img {
        max-width: 100%;
        max-height: 20.9rem;
    }

    .accomplishment2 .swiper-slide .img {
        width: 11rem;
        height: 4.7rem;
    }

    .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .accomplishment .prev,
    .accomplishment .next {
        position: absolute;
        bottom: 13rem;
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 10;
        left: 1.6rem;
    }

    .accomplishment .next {
        left: auto;
        right: 1.6rem;
    }

    .accomplishment .prev img,
    .accomplishment .next img {
        width: 3.2rem;
        height: 3.2rem;
        display: block;
    }

    .accomplishment .prev img:last-child,
    .accomplishment .next img:last-child {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 3.2rem;
        height: 3.2rem;
        opacity: 0;
    }

    .accomplishment .prev:hover img,
    .accomplishment .next:hover img {
        display: none;
    }

    .accomplishment .prev:hover img:last-child,
    .accomplishment .next:hover img:last-child {
        display: block;
    }

    .accomplishment .next {
        transform: rotate(180deg);
    }
}