.index_bg {
    background-image: url(../images/index_header_bg.png);
    width: 100%;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index_bg_box {
    flex-direction: column;
    margin-top: 280px;
}

.index_bg_box h1 {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
}

.index_bg_box p {
    font-size: 26px;
    color: #fff;
    margin-top: 15px;
}



.index_team_box {
    height: 465px;
    border-radius: 10px;
    border: 1px solid rgb(221 226 231);
    box-shadow: 0 16px 32px rgba(180, 180, 180, 0.09), 0 16px 32px rgba(180, 180, 180, 0.09), 0 8px 16px rgba(180, 180, 180, .09), 0 4px 8px rgba(180, 180, 180, .09);
    margin-top: -100px;
    background-color: #fff;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 0;
}

.index_team_box h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}

.index_team_box .line {
    margin-top: 20px;
}

.index_team_card {
    width: 315px;
}

.index_team_card p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.index_service {
    margin-top: 55px;
}

.index_service h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.index_service_box {
    margin-top: 50px;
    display: flex;
    font-size: 0;
}

.service_img_box {
    width: 50%;
}

.service_content_box {
    width: 50%;
    padding-top: 50px;
    box-sizing: border-box;
}

.service_content_box h3 {
    font-size: 20px;
    font-weight: normal;
}

.service_content_box .line {
    margin-top: 10px;
}

.service_content_box p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 10px;
}

.pl30px {
    padding-left: 30px;
}

.pr60px {
    padding-right: 60px;
}

.index_career {
    margin-top: 55px;
}

.index_career h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.index_career_describe {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 20px;
    width: 1085px;
    text-align: center;
}

.index_career_main {
    flex-direction: column;
}


.index_career_button {
    width: 865px;
    height: 60px;
    border: 1px solid #1273eb;
    background-color: transparent;
    border-radius: 10px;
    color: #1273eb;
    cursor: pointer;
    font-size: 18px;
    margin-top: 25px;
    transition: 400ms;
}

.index_career_button:hover {
    background-color: #1273eb;
    color: #fff;
}

.mt75px {
    margin-top: 75px;
}

.index_warn {
    height: 85px;
    background-color: #fefefe;
    position: absolute;
    top: 91px;
    width: 100%;
}

.index_warn h2 {
    font-size: 18px;
    color: rgb(226, 0, 0);
    font-weight: normal;
}

.index_warn p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    margin-top: 5px;
}

.close_icon {
    position: absolute;
    top: 109px;
    right: 25px;
    z-index: 99;
    cursor: pointer;
}

.index_service_box_phone {
    display: none;
}

@media screen and (max-width: 768px) {
    .index_warn {
        top: 70px;
        padding: 10px;
        box-sizing: border-box;
    }

    .index_warn h2 {
        font-size: 16px;
    }

    .index_warn p {
        margin-top: 0px;
        font-size: 14px;
    }

    .close_icon {
        top: 80px;
        right: 10px;
    }

    .index_bg {
        height: 470px;
    }

    .index_bg_box {
        margin-top: 180px;
    }

    .index_bg_box h1 {
        font-size: 40px;
    }

    .index_bg_box p {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }

    .mt75px {
        margin-top: 35px;
    }

    .index_team_box {
        display: block !important;
        height: auto;
        padding: 10px;
        width: 100% !important;
        box-sizing: border-box;
        margin-top: -70px;
    }

    .index_team {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .index_team_card {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .index_team_box h3 {
        margin-top: 5px;
    }

    .index_team_box .line {
        margin-top: 5px;
    }

    .index_team_card p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }

    .index_team_card:nth-child(n+2) {
        margin-top: 20px;
    }

    .index_service {
        margin-top: 10px;
    }

    .service_img_box img {
        width: 100%;
    }

    .index_service_box {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .service_img_box {
        width: 100%;
        order: 1;
    }

    .service_content_box {
        width: 100%;
        order: 2;
    }

    .index_service_box_phone {
        display: block;
    }

    .index_service_box_pc {
        display: none;
    }

    .index_service_box {
        margin-top: 0px;
    }

    .pl30px {
        padding-left: 0;
    }

    .service_content_box {
        padding-top: 10px;
    }

    .pr60px {
        padding-right: 0;
    }

    .service_content_box p {
        line-height: 30px;
    }

}