.project {
    padding: 0 0 8rem;
}

.project-content {
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
}

.project-content-right {
    padding: 3.2rem;
    width: 71.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-content-right-txt span {
    font-size: 2.8rem;
    color: #05173C;
    line-height: 3.4rem;
    font-weight: 600;
}

.project-content-right-txt p {
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.9rem;
    margin-top: 3.2rem;
}

.project-content-right-btn {
    width: 19rem;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    border-radius: 10rem;
    background-color: #F16522;
    color: #fff;
    font-size: 2rem;
}

.project-swiper {
    width: 68.4rem;
    height: 50rem;
}

.project-swiper>div {
    width: 68.4rem;
    height: 50rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
}

.project-swiper img {
    width: 68.4rem;
    height: 50rem;
}


.swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 0.1;
    width: 0.8rem !important;
    height: 0.8rem !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 2.4rem !important;
    height: 0.8rem !important;
    border-radius: 10rem !important;
}

@media screen and (max-width: 768px) {
    .project {
        padding: 0 0 4rem;
    }

    .project-content {
        border-radius: 1rem;
        background-color: #fff;
        display: block;
        overflow: hidden;
    }

    .project-content-right {
        padding: 4rem 1.2rem;
        width: 34.3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .project-content-right-txt span {
        font-size: 1.8rem;
        color: #05173C;
        line-height: 2.2rem;
        font-weight: 600;
    }

    .project-content-right-txt p {
        font-size: 1.2rem;
        color: #666666;
        line-height: 1.5rem;
        margin-top: 2.4rem;
    }

    .project-content-right-btn {
        width: 9.8rem;
        height: 3.1rem;
        line-height: 3.1rem;
        text-align: center;
        border-radius: 10rem;
        background-color: #F16522;
        color: #fff;
        font-size: 1.2rem;
        margin-top: 4rem;
    }

    .project-swiper {
        width: 34.3rem;
        height: 25rem;
    }

    .project-swiper>div {
        width: 34.3rem;
        height: 25rem;
        overflow: hidden;
        position: relative;
        border-radius: 0;
    }

    .project-swiper img {
        width: 34.3rem;
        height: 25rem;
    }


    .swiper-pagination-bullet {
        background-color: #fff !important;
        opacity: 0.1;
        width: 0.4rem !important;
        height: 0.4rem !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #fff !important;
        width: 1.2rem !important;
        height: 0.4rem !important;
        border-radius: 10rem !important;
    }
}