.banner {
    position: relative;
    height: 650px;
    z-index: 9;
    background-image: url(../images/index_banner3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

/* .banner-text p{
    font-size: 32px;
    color: #fff;
    font-weight: 400;
} */
.index_about_text {
    width: 55%;
    padding: 70px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    box-shadow: 1px 1px 4px rgb(180, 180, 180);
}


.banner-text button {
    border-radius: 25px;
    padding: 13px 25px;
    margin: 0 20px;
}

.banner_button_box {
    margin-top: 25px;
}

.banner_button1 {
    background-color: #03a9f4;
    color: #fff;
    border: 2px solid #03a9f4;

}

.banner_button2 {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.home_service_item {
    width: calc(100% / 4);
    padding: 0 20px;
    height: 250px;
    box-sizing: border-box;
    border-right: 1px solid #dbdbdb;
}

.home_service_item img {
    width: 80px;
    height: 80px;
}

.service_container {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.home_service_item h2 {
    font-size: 22px;
    color: #333;
    margin-top: 20px;
    font-weight: normal;
    text-align: center;
}

.home_service_box {
    border: 1px solid #dbdbdb;
    box-shadow: rgb(180, 180, 180) 1px 1px 4px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.index_about_text p {
    margin-top: 25px;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 32px;
}

.index_about_img {
    width: 50%;
    margin-left: -5%;
}

.index_about_img img {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);

}

.team_director {
    width: 32%;
    border: 1px solid #dbdbdb;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.index_about {
    padding: 180px 0 60px 0;
}

.index_service {
    padding: 60px 0;
    background-color: #fafcfd;
}

.index_service_card {
    width: 290px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgb(138, 138, 138) 1px 1px 4px;
}

.index_service_list {
    width: 100%;
    margin-top: 40px;
}


.service_icon_blue {
    width: 90px;
    display: block;
}

.service_icon_white {
    width: 90px;
    display: none;
}

.service_title {
    font-size: 24px;
    color: #4e4e4e;
    margin-top: 20px;
    font-weight: bold;
    transition: 400ms;
}

.card1 {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    transition: all 0.4s ease;
}

.description {
    position: absolute;
    top: 500px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    line-height: 30px;
}

.index_service_card:hover .service_card_bg {
    background-color: rgba(0, 115, 229, 0.8);
}

.service_card_bg {
    background-color: rgba(0, 115, 229, 0);
    height: 100%;
    width: 100%;
    transition: 400ms;
}

.index_team {
    width: 100%;
    padding: 60px 0;
}

.index_container {
    width: 100%;
    height: 100%;
}

.index_team_text {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.index_team_text button {
    margin-top: 20px;
}

.index_team_text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.index_team_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.index_team_btn {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}

.index_team_box {
    display: flex;
}

.index_contact {
    background-image: url(../images/index_cotact.png);
    width: 100%;
    height: 400px;
    background-position: right;
}

.index_future {
    background-image: url(../images/index_future2.jpg);
    width: 100%;
    height: 500px;
    padding: 70px 0;
    box-sizing: border-box;
}

.index_future_content {
    background-image: url(../images/index_future_container.png);
    width: 100%;
    height: 260px;
    margin-top: 50px;
}

.index_future_content p {
    width: 60%;
    margin-left: 382px;
    margin-top: 100px;
    font-size: 18px;
    line-height: 30px;
}

.service_item img {
    width: 90px;
    height: 90px;
}

.service_item h2 {
    font-size: 20px;
    margin-top: 15px;
}

.service_content {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.service_item {
    width: calc(100% / 4);
    padding: 40px 0;
    border-right: 1px solid #dbdbdb;
}

.service_describe {
    font-size: 18px;
    margin-top: 30px;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    .detail_content_img {
        width: 40%;
    }
}

@media (max-width: 1000px) {
    .index_about .main_content {
        flex-direction: column;
    }

    .index_about_img img {
        width: 100%;
    }

    .index_future_content p {
        width: 100%;
        margin-left: 0;
        margin-top: 0px;
        font-size: 16px;
        line-height: 28px;
    }

    .banner {
        position: relative;
        height: 500px;

    }

    .banner-text {
        padding: 10px;
        box-sizing: border-box;
        top: 40%;
    }

    .banner-text h1 {
        font-size: 32px;
        text-align: center;
    }

    .index_about {
        padding: 135px 10px 10px 10px;
        box-sizing: border-box;
    }

    .index_about_text {
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .index_team_box {
        flex-direction: column;
    }

    .index_about_text {
        width: 100%;
        padding: 10px;
    }

    .team_director {
        width: 100%;
    }

    .index_title {
        font-size: 28px;
        color: #333;
        font-weight: 700;
    }

    .index_about_text p {
        margin-top: 10px;
        font-size: 16px;
        color: #666;
        font-weight: 400;
        line-height: 28px;
    }

    .index_about_img {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .index_team_box img {
        margin-top: 10px;
        width: 100%;
    }

    .index_service {
        padding: 10px;
        box-sizing: border-box;
    }

    .service_describe {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .service_item {
        width: calc(100% / 2);
        padding: 10px 0;
        border-right: 1px solid #dbdbdb;
        box-sizing: border-box;
    }

    .service_content {
        width: 100%;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .service_item img {
        width: 80px;
        height: 80px;
    }

    .service_item h2 {
        font-size: 18px;
        margin-top: 15px;
    }

    .index_team_text {
        width: 100%;
    }

    .home_service_item h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .home_service_item img {
        width: 60px;
        height: 60px;
    }

    .index_container {
        padding: 10px;
        box-sizing: border-box;
    }

    .index_team {
        height: auto;
        padding: 10px;
    }

    .index_team_text {
        width: 100%;
        padding-right: 0px;
    }

    .banner_button_box {
        margin-top: 10px;
    }

    .banner-text button {
        border-radius: 25px;
        padding: 10px 15px;
        margin: 0px 10px;
    }

    .index_team_text p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .home_service_box {
        flex-wrap: wrap;
    }

    .home_service_item {
        width: calc(100% / 2);
        padding: 5px 9px;
        height: auto;
        box-sizing: border-box;
        border-right: 1px solid #dbdbdb;
    }

    .index_future {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        height: auto;
    }

    .index_future_content {
        padding: 10px;
        box-sizing: border-box;
        height: auto;
        margin-top: 0px;
        background: none;
    }
}