.index_bg {
    width: 100%;
    height: 740px;
    background: url(../images/index1.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background-image 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_bg {
    width: 100%;
}

.index_content {
    width: 600px;
    height: 475px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.index_content p {
    font-size: 40px;
    color: #005797;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}

.triangle {
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #0566ad;
}

.index_content_describe {

    padding: 0 30px;
    box-sizing: border-box;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_content_describe button {
    width: 230px;
    height: 60px;
    background-color: rgb(104, 174, 69);
    font-size: 22px;
    color: #fff;
    border: 0;
    margin-top: 60px;
    cursor: pointer;
}

.service_card {
    width: 100%;
    display: flex;
}

.service_card img {
    width: 50%;
}

.service_card_content {
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.service_card_content button {
    width: 250px;
    height: 50px;
    margin-top: 20px;
    color: #114a81;
    border-color: #114a81;
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
}

.service_card_content button:hover {
    background-color: #005797;
    border: 1px solid #005797;
    color: #fff;
    transition: 400ms;
}

.service_card_content h3 {
    font-size: 30px;
}

.service_card_content p {
    font-size: 18px;
    width: 590px;
    line-height: 28px;
    margin-top: 15px;
    color: #868686;
}

.service_left_content {
    text-align: right;
}



.index_prosperity {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 660px;
}

.index_prosperity_left {
    width: 730px;
}

.index_prosperity_left h2 {
    font-size: 36px;
    color: #114a81;
}

.index_prosperity_left p {
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
    line-height: 30px;
}

.index_prosperity_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_prosperity_right .commitment {
    background-image: url(../images/index_prosperity1.png);
    width: 525px;
    height: 230px;
    display: flex;
    justify-content: flex-end;
    color: #b96728;
}

.index_prosperity_right .commitment h3 {
    font-size: 24px;
}

.index_prosperity_right .commitment p {
    padding-left: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 22px;
}

.index_prosperity_right .navigating {
    background-image: url(../images/index_prosperity2.png);
    width: 525px;
    height: 230px;
    display: flex;
    justify-content: flex-end;
    color: #045992;
}

.index_prosperity_right .navigating h3 {
    font-size: 24px;
}

.index_prosperity_right .navigating p {
    padding-left: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 22px;
}

.work_with_us {
    height: 560px;
    background-image: url(../images/work-with-us-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_prosperity_right {
    flex: 1;
    padding-left: 20px;
    box-sizing: border-box;
}

.index_prosperity_right_content {
    width: 330px;
}

.work_with_us {
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_with_us h2 {
    font-size: 48px;
    color: #fff;
}

.work_with_us p {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    line-height: 30px;
    text-align: center;
}

.work_with_us_button {
    width: 300px;
    height: 90px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.work_with_us_content {
    width: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.work_with_us_button_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.index_partner {
    height: 375px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.index_partner h2 {
    font-size: 48px;
    color: #114a81;
}

.index_partner_icon {
    background-image: url(../images/index-partner2.png);
    height: 160px;
    width: 1104px;
}

.index_partner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.el-carousel__indicator--horizontal .el-carousel__button {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    opacity: 0.5;
}

.el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
}
.header_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.el-carousel__container{
    height: 730px;
}
.carousel_main_box{
    min-height: 730px;
}
@media screen and (max-width: 768px) {
    .carousel_main_box{
        min-height: auto;
    }
    .el-carousel__container {
        height: 500px;
    }
    .index_content {
        width: 100%;
        height: auto;
        position: absolute;
        top: 25%;
        left: 0;
        transform: none;
    }
    .index_content h1 {
        font-size: 42px;
    }
    .index_content p {
        font-size: 30px;
        color: #005797;
        font-weight: 400;
        margin-top: 10px;
        text-align: left;
    }
    .index_content_describe button {
        width: 200px;
        height: 50px;
        font-size: 20px;
        margin-top: 20px;
    }
    .index_content_describe {
        padding: 10px 20px;
        height: auto;
    }
    .service_card {
        display: block;
        padding: 10px;
        box-sizing: border-box;
    }
    .service_card_content{
        padding: 10px 0;
        width: 100%;
    }
    .index_prosperity_content{
        display: block;
    }
    .index_prosperity{
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .index_prosperity_left{
        width: 100%;
    }
    .index_partner_main_box{
        width: 100%;
        overflow-x: auto;
    }
    .index_partner_content{
        width: 100%;
    }
    .service_card img{
        width: 100%;
    }
    .service_card_content p{
        width: 100%;
    }
    .work_with_us_content{
        width: 100%;
    }
    .index_prosperity_right .navigating{
        width: 100%;
        background-image: none;
        height: auto;
        margin-top: 10px;
    }
    .index_prosperity_right .commitment{
        width: 100%;
        background-image: none;
        height: auto;
    }
    .index_prosperity_right_content {
        width: 100%;
    }
    .index_prosperity_right{
        padding: 0;
        box-sizing: border-box;
    }
    .index_prosperity_left p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 24px;
    }
    .index_prosperity_left h2 {
        font-size: 28px;
        text-align: center;
    }
    .work_with_us{
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .work_with_us h2 {
        font-size: 32px;
    }
    .work_with_us p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 28px;
    }
    .work_with_us_button_box {
        width: 100%;
        display: block;
        margin-top: 25px;
    }
    .work_with_us_button {
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }
    .index_partner {
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .index_partner h2 {
        font-size: 35px;
    }
    .service_left_content {
        text-align: center;
    }
    .index_service_content_box{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .index_prosperity_right .commitment h3{
        text-align: center;
        margin-top: 10px;
    }
    .index_prosperity_right .navigating h3 {
        text-align: center;
    }
    .triangle {

        border-bottom: 30px solid transparent;
        border-left: 30px solid #0566ad;
    }
    .index_content{
        min-height: 305px;
    }
    .service_card_content h3 {
        font-size: 26px;
        text-align: center;
    }
    .service_card_content p {
        font-size: 16px;
        
        line-height: 26px;
        margin-top: 10px;
        color: #868686;
    }
}