.carousel-item {
    height: calc(100vh - 120px);
    margin-top: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_bg1.jpg);
}

.header_carousel_content h4 {
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #3f8676;
}

.header_carousel_content h2 {
    font-size: 75px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin-top: 10px;
}

.header_carousel_content button {
    margin-top: 20px;
}

.header_carousel_content {
    width: 800px;
    flex-direction: column;
}

.header_carousel_content a {
    color: #000;
    display: block;
    margin-top: 30px;
}

.index_about_box {
    padding: 70px 0;
}

.index_about_content p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 32px;
}

.index_about_content {
    width: 1400px;
}

.index_about_content a {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}

.index_solution_icon {
    width: 70px;
    height: 70px;
    transition: transform 0.3s ease;
}

.index_solution_box {
    width: 25%;
}

.index_solution_box h3 {
    margin-top: 15px;
    transition: transform 0.3s ease;
    text-align: center;
}

.index_solution_content {
    width: 100%;
    margin-top: 10px;
}

/* .index_solution_content:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: gray;
} */

.index_service_box {
    flex-direction: column;
    padding: 20px 0;
}

.index_service_describe {
    margin-top: 35px;
}

.index_solution_box {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.index_solution_box button {
    position: absolute;
    bottom: -38px;
}

.index_solution_box:hover .index_solution_icon,
.index_solution_box:hover h3 {
    transform: translateY(-20px);
}

.index_solution_box:hover button {
    transform: translateY(-38px);
}

.index_service_container {
    padding: 0 100px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.index_service_card {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.index_service_img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.index_service_title {
    margin-bottom: 50px;
    font-size: 26px;
    color: #fff;
}

.service_card_content {
    display: flex;
    margin-top: 20px;
}

.index_service_icon {
    width: 60px;
    height: 60px;
}

.index_service_text p {
    margin-top: 10px;
}

.index_service_text h3 {
    font-size: 22px;
}

.service_divider {
    height: 4px;
    width: 50px;
    margin-top: 25px;
    background-color: #3f8676;
}

.index_career_box {}

.index_career_box {
    padding: 110px 0;
}

.index_career_content {
    width: 500px;
}

.index_career_content_box {
    width: 45%;
    height: 100%;
}

.index_career_img {
    width: 40%;
}

.index_career_img img {
    width: 100%;
}

.index_career_content p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 32px;
}

.index_career_content a {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}

.service_content {
    width: 100%;
}
@media (max-width: 1400px){
    .index_about_content {
        width: 100%;
    }
}
@media(min-width: 768px) and (max-width: 1100px) {
    .index_service_img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

    .index_service_container {
        padding: 0 10px;
    }

    .index_service_card {
        width: 32%;
        height: auto;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .index_service_container {
        padding: 0px;
        flex-direction: column;
    }

    .index_service_card {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 1100px) {
    .index_career_box {
        padding: 20px;
        display: block;
    }

    .index_solution_content {
        flex-wrap: wrap;
    }

    .index_solution_box {
        width: 50%;
    }

    .index_career_img {
        width: 100%;
    }

    .index_solution_icon {
        width: 60px;
        height: 60px;
    }

    .index_career_content_box {
        width: 100%;
    }

    .index_contact_box {
        height: auto;
        padding: 30px 10px;
    }

    .index_career_content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .index_career_content p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 30px;
        text-align: center;
    }

    .index_service_text p {
        line-height: 30px;
    }

    .service_divider {
        margin-top: 15px;
    }





    .index_service_title {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .index_service_box {
        padding: 20px;
    }

    .index_service_container {
        margin-top: 20px;
    }

    .index_service_describe {
        margin-top: 20px;
    }

    .index_about_box {
        padding: 20px;
        display: block;
    }

    .index_about_content_box {
        width: 100%;
    }

    .index_about_img {
        width: 100%;
        margin-top: 10px;
    }

    .index_about_content p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 30px;
        text-align: center;
    }

    .index_about_content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .carousel_height {
        height: 300px;
    }

    .carousel-item {
        height: 300px;
        margin-top: 70px;
    }

    .el-carousel__item {
        height: 300px;
    }

    .el-carousel__container {
        height: 300px;
    }

    .service_card_content {
        margin-top: 10px;
    }

    .header_carousel_content h2 {
        font-size: 25px;
    }

    .header_carousel_content {
        width: 100%;
        padding: 40px 50px 0 50px;
        box-sizing: border-box;
    }

    .index_service_img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

}