.work {
    width: 100%;
    background: #ffffff;
    padding: 5.625rem 0 4.375rem;
}

.work .title {
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0e0802;
}

.work .text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    color: #0b0500;
    font-family: "Poppins_Medium";
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 2.625rem;
}

.moblle {
    width: 100%;
    background: #fafafa;
    padding: 8.375rem 0 6.25rem;
}

.moblle .moblle_cen {
    width: 100%;
    position: relative;
}

.moblle .moblle_cen .mySwiper {
    width: 100%;
}


.moblle .moblle_cen .mySwiper .moblle_box {
    padding: 3.75rem 7rem 6rem 6.25rem;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.moblle .moblle_cen .mySwiper .swiper-slide-active .moblle_box {
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}

.moblle_box .box_cen {
    position: relative;
    display: block;
}

.moblle_box .box_cen .moblle_ico {
    aspect-ratio: 1/1;
    width: 60px;
}

.moblle_box .box_cen .moblle_ico img {
    display: block;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.swiper-slide-active .moblle_box .box_cen .moblle_ico img {
    opacity: 1;
}

.moblle_box .box_cen .tit {
    font-size: 1.5rem;
    line-height: 2;
    font-family: "Poppins_Bold";
    color: #0b0500;
    margin-top: .5rem;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.swiper-slide-active .moblle_box .box_cen .tit {
    opacity: 1;
}

.moblle_box .box_cen .text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Poppins_Regular";
    color: #0b0500;
    margin-top: 1.5rem;
    opacity: 0;
}

.swiper-slide-active .moblle_box .box_cen .text {
    opacity: 1;
}

.moblle_box .box_cen .prc {
    position: relative;
    margin-top: 2rem;
    height: 26.875rem;
}

.moblle_box .box_cen .prc img {
    display: block;
    aspect-ratio: 839/430;
    height: 100%;
    object-fit: cover;

}

.moblle .moblle_cen .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 2.875rem;
}

.moblle .swiper-pagination-bullet {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #000000;
    opacity: 1;
}

.moblle .swiper-pagination-bullet-active {
    width: 1rem;
    height: 1rem;
    background: #1b4176;
}

.moblle .moblle_btn {
    width: 55vw;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
}

.moblle_btn .swiper-button-next,
.moblle_btn .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: #c7c7c7;
}

.moblle_btn .swiper-button-next:hover,
.moblle_btn .swiper-button-prev:hover {
    background: #1b4176;
    color: #ffffff;
    border-color: #1b4176;
}

.moblle_btn .swiper-button-next {
    background: #1b4176;
    color: #ffffff;
    border-color: #1b4176;
}

.moblle_btn .swiper-button-next:after,
.moblle_btn .swiper-button-prev:after {
    font-size: 1.125rem;
    display: block;
    line-height: 1;
    margin-top: 2px;
}


.Service {
    width: 100%;
    background: #ffffff;
    padding: 7.5rem 0 9.375rem;
    overflow: hidden;
}

.Service .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0e0802;
    text-align: center;
}

.Service .doce {
    width: 1075px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 3.5rem;
    font-family: "Poppins_Medium";
    color: #0b0500;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}

.Service .Service_bom {
    margin-top: 2rem;
    width: 100%;
}

.Service .Service_bom ul {
    width: 100%;
    position: relative;
}

.Service .Service_bom ul::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 1px;
    background: #c7c7c7;
    transform: translateX(-50%);
}

.Service .Service_bom ul li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Service .Service_bom ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #c7c7c7;
}

.Service .Service_bom ul li .Service_item {
    width: 33.333%;
    padding: 2.5rem 1.25rem;
}

.Service .Service_bom ul li .Service_item:nth-child(3n - 2) {
    width: calc(33.333% - 10px);
    padding-left: 0;
}

.Service .Service_bom ul li .Service_item:nth-child(3n - 1) {
    width: calc(33.333% + 10px);
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}

.Service .Service_bom ul li .Service_item:nth-child(3n - 1)::before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #c7c7c7;
    transform: translateX(-50%);
}

.Service .Service_bom ul li .Service_item:nth-child(3n) {
    width: calc(33.333% - 10px);
    padding-right: 0;
}

.Service .Service_bom ul li .Service_item a {
    display: block;
    position: relative;
}

.Service .Service_bom ul li .Service_item a .Service_prc {
    width: 100%;
    aspect-ratio: 520/600;
    overflow: hidden;
}

.Service .Service_bom ul li .Service_item a .Service_prc img {
    display: block;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.Service .Service_bom ul li .Service_item a:hover .Service_prc img {
    transform: scale(1.1);
}

.Service .Service_bom ul li .Service_item a .Service_zi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 1.25rem;
    padding-top: 0;
}

.Service .Service_bom ul li .Service_item a .Service_zi .Service_zi_cen {
    width: 100%;
    background: #ffffff;
    padding: 1.25rem;
    padding-left: 1.5rem;
}

.Service_item a .Service_zi .Service_zi_cen .Service_tit {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Poppins_Bold";
    min-height: 3rem;
    color: #0b0500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Service_item a .Service_zi .Service_zi_cen .Service_text {
    font-size: 1rem;
    line-height: 1.5;
    color: #0b0500;
    font-family: "Poppins_Regular";
    margin-top: 1.25rem;
    min-height: 7.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Service .Service_cen .text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0b0500;
    font-family: "Poppins_Regular";
    margin-top: 4.25rem;
}

@media (max-width: 1650px) {
    .moblle_box .box_cen .prc {
        height: 22rem;
    }

    .moblle .moblle_cen .mySwiper .moblle_box {
        padding: 2.75rem 4rem 5rem 4.25rem;
    }
}

@media (max-width: 1400px) {
    .work {
        padding: 3.625rem 0 2.375rem;
    }

    .work .title {
        font-size: 2.5rem;
    }

    .work .text {
        margin-top: 1.625rem;
    }

    .moblle {
        padding: 6.375rem 0 5.25rem;
    }

    .moblle .moblle_cen .mySwiper .moblle_box {
        padding: 2rem 3rem 4rem 3rem;
    }

    .moblle_box .box_cen .tit {
        font-size: 1.375rem;
    }

    .moblle .moblle_cen .swiper-pagination {
        bottom: 2rem;
    }

    .Service {
        padding: 5.5rem 0 6rem;
    }

    .Service .doce {
        margin-top: 2.5rem;
    }

    .Service .Service_bom ul li .Service_item {
        padding: 2rem 1rem;
    }

    .Service_item a .Service_zi .Service_zi_cen .Service_tit {
        font-size: 1.25rem;
        min-height: 2.5rem;
    }

    .Service .Service_bom ul li .Service_item a .Service_zi .Service_zi_cen {
        padding: 1rem;
        padding-left: 1.25rem;
    }

    .Service .Service_cen .text {
        margin-top: 2.25rem;
    }

    .Service .title {
        font-size: 2.5rem;
    }

    .Service_item a .Service_zi .Service_zi_cen .Service_text {
        margin-top: 1rem;
    }
}

@media (max-width: 1200px) {
    .work {
        padding: 2.5rem 0 1.8rem;
    }

    .work .title {
        font-size: 2.25rem;
    }

    .work .text {
        margin-top: 1.4rem;
    }

    .moblle {
        padding: 4rem 0 3rem;
    }

    .moblle .moblle_cen .mySwiper .moblle_box {
        padding: 2rem 2rem 4rem 2rem;
    }

    .moblle_box .box_cen .prc {
        height: 18rem;
    }

    .moblle_box .box_cen .tit {
        font-size: 1.25rem;
    }

    .work .title .Service {
        padding: 3.5rem 0 4rem;
    }

    .Service .doce {
        margin-top: 1.5rem;
    }

    .moblle_box .box_cen .text {
        margin-top: 1rem;
    }

    .Service {
        padding: 3.5rem 0 3rem;
    }

    .Service .Service_cen .text {
        margin-top: 2rem;
    }

    .Service .Service_bom ul li .Service_item a .Service_zi .Service_zi_cen {
        padding: 1rem;
    }

    .Service .Service_bom ul li .Service_item a .Service_zi {
        padding: 1rem;
    }

    .Service .title {
        font-size: 2.25rem;
    }

    .Service .Service_bom {
        margin-top: 1.5rem;
    }
}

@media (max-width: 1099px) {
    .work {
        padding: 1.5rem 0 1rem;
    }

    .work .title {
        font-size: 2rem;
    }

    .work .text {
        margin-top: 1rem;
    }

    .moblle {
        padding: 3rem 0 2.5rem;
    }

    .moblle_box .box_cen .prc {
        height: 14rem;
    }

    .moblle .moblle_cen .mySwiper .moblle_box {
        padding: 1rem 1rem 3rem 1rem;
    }

    .moblle .moblle_cen .swiper-pagination {
        bottom: 1rem;
    }

    .moblle .swiper-pagination-bullet {
        width: .5rem;
        height: .5rem;
    }

    .moblle .swiper-pagination-bullet-active {
        width: .625rem;
        height: .625rem;
    }

    .Service {
        padding: 2.5rem 0 2rem;
    }

    .Service .title {
        font-size: 2rem;
    }

    .Service .doce {
        margin-top: 1rem;
    }

    .Service_item a .Service_zi .Service_zi_cen .Service_tit {
        font-size: 1.125rem;
        min-height: 2.25rem;
    }

    .Service_item a .Service_zi .Service_zi_cen .Service_text {
        margin-top: .75rem;
        line-height: 1.3;
    }

    .Service .Service_cen .text {
        margin-top: 1.5rem;
    }

    .Service .Service_bom ul li .Service_item {
        padding: 1rem 0.7rem;
    }
}

@media (max-width: 950px) {
    .Service .Service_bom ul li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .Service .Service_bom ul li .Service_item:nth-child(3n - 2) {
        width: 50%;
        padding: 1rem 0.7rem;
    }

    .Service .Service_bom ul li .Service_item:nth-child(3n - 1) {
        width: 50%;
        border: none;
        padding: 1rem 0.7rem;
    }

    .Service .Service_bom ul li .Service_item {
        width: 50%;
        padding: 1rem 0.7rem;
    }

    .Service .Service_bom ul li .Service_item:nth-child(3n) {
        width: 50%;
        padding: 1rem 0.7rem;
    }

    .moblle_box .box_cen .prc {
        height: 11rem;
    }

    .moblle_box .box_cen .tit {
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .work {
        padding: 1.2rem 0 1rem;
    }

    .work .title {
        font-size: 1.5rem;
    }

    .work .text {
        margin-top: .5rem;
        font-size: .875rem;
    }

    .moblle {
        padding: 2rem 0 1.5rem;
    }

    .moblle_box .box_cen .tit {
        font-size: 1.125rem;
    }

    .moblle_box .box_cen .text {
        margin-top: 0.8rem;
        font-size: .875rem;
        line-height: 1.5;
    }

    .moblle_box .box_cen .prc {
        margin-top: 1rem;
        height: 8rem;
    }

    .Service {
        padding: 1.5rem 0 1rem;
    }

    .Service .title {
        font-size: 1.5rem;
    }

    .Service .doce {
        margin-top: 0.5rem;
        font-size: .875rem;
    }

    .Service .Service_bom {
        margin-top: 1rem;
    }

    .Service_item a .Service_zi .Service_zi_cen .Service_tit {
        font-size: 1rem;
        min-height: 2rem;
    }

    .Service_item a .Service_zi .Service_zi_cen .Service_text {
        font-size: .875rem;
        line-height: 1.125rem;
        min-height: 5.625rem;
        margin-top: .375rem;
    }

    .Service .Service_cen .text {
        margin-top: 1rem;
        font-size: .875rem;
        line-height: 1.5;
    }

    .Service .Service_bom ul li .Service_item a .Service_zi .Service_zi_cen {
        padding: .5rem;
    }

    .Service .Service_bom ul li .Service_item a .Service_zi {
        padding: .5rem;
    }
}

@media (max-width: 520px) {
    .Service .Service_bom ul li .Service_item:nth-child(n) {
        width: 100%;
    }

    .moblle .moblle_btn {
        width: calc(100vw - 20px);
    }
}