.carousel_height {
    height: 800px;
}

.carousel-item {
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_service_content {
    min-height: 310px;
    margin-top: 40px;
}

.index_service_icon {
    width: 80px;
}

.index_service_detail {
    padding: 30px 20px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.index_service_detail h3 {
    font-size: 24px;
    margin-top: 10px;
}

.index_service_detail p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.index_careers {
    padding: 80px 0;
    background: #0f122b;

}

.index_service {
    padding: 80px 0;
    background-color: #f8f8f8;
}



.index_title {
    font-size: 34px;
}
.index_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_careers_title {
    color: #fff;
}
.index_careers_card{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.index_careers_card h3{
    width: 250px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.index_careers_card p{
    width: 800px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.index_careers_job .index_careers_card:nth-child(n+2){
    border-top: 1px solid #526175;
}

.index_careers_button{
    padding: 10px 20px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: 400ms;
}
.index_careers_button:hover{
    background-color: #fff;
    color: #0f122b;
}
.index_news{
    padding: 80px 0;
}
.index_news_button{
    padding: 10px 20px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #0f122b;
    color: #0f122b;
    transition: 400ms;
}
.index_news_button:hover{
    background-color: #0f122b;
    color: #fff;
}

.news_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}

.news_card_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.news_card_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
}

.news_card_detail {
    height: 200px;
    padding: 30px 23px;
    box-sizing: border-box;
}

.news_card_detail h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    transition: 400ms;
    margin-top: 20px;
}

/* .news_card_detail h3:hover {
    color: #1273eb;
} */

.news_card:hover img {
    transform: scale(1.1);
}

.news_date {
    display: block;
    font-size: 16px;
    color: #9e9e9e;
    
}
.news_card {
    width: 370px;
    height: 440px;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* box-shadow: 0 16px 32px rgba(0, 0, 0, .06), 0 8px 8px rgba(0, 0, 0, .06), 0 4px 8px rgba(0, 0, 0, .06); */
    font-size: 0;
    cursor: pointer;
    border: 1px solid #e4e4e4;
}
.read_more{
    font-size: 14px;
    color: #005cb9;
    margin-top: 20px;
    display: inline-block;
}
.read_more::before{
    background-color: #005cb9;
}
.index_about{
    padding: 80px 0;
}
.index_about_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.index_about_content img{
    width:  400px;
}
.index_about_content p{
    width: 730px;
    line-height: 36px;
    font-size: 20px;
}

.header_carousel_box{
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.header_carousel_box h2{
    color: #fff;
    font-size: 60px;
    width: 1200px;
    text-align: center;
}

.detail_about_bg{
    background-image: url(../images/other_header_img5.jpg);
}
.detail_service_bg{
    background-image: url(../images/other_header_img6.jpg);
}
.index_header_button{
    padding: 10px 25px;
    font-size: 26px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 40px;
}
.header_carousel_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiperShow1{
    display: block!important;
}
.swiperShow2{
    display: none!important;
}
.el-carousel__container{
    height: 800px!important;
}
@media screen and (max-width: 768px) {
    .index_about{
        padding: 10px;
    }
    .index_about_content{
        display: block;
    }
    .index_about_content p{
        width: 100%;
        line-height: 26px;
        font-size: 18px;
        margin-top: 10px;
    }
    .index_about_content img {
        width: 100%;
        height: 220px;
    }
    .index_title{
        font-size: 26px;
    }
    .index_about_content{
        margin-top: 5px;
    }
    .index_service{
        padding: 10px;
    }
    .index_service_content{
        margin-top: 10px;
    }
    .index_careers{
        padding: 10px;
    }
    .index_news{
        padding: 10px;
    }
    .news_box{
        display: block;
        margin-top: 10px;
    }
    
    .swiperShow1{
        display: none!important;
    }
    .swiperShow2{
        display: block!important;
    }
    .carousel_height{
        height: 400px;
    }
    .carousel-item{
        height: 400px;
    }
    .el-carousel__container{
        height: 400px!important;
    }
    .index_careers_card{
        display: block;
        padding:15px 0;
    }
    .index_careers_card p{
        width: 100%;
        line-height: 24px;
        margin-top: 5px;
    }
    .index_careers_card h3{
        font-size: 24px;
    }


    .index_service_detail p{
        /* font-size: 16px; */
    }
    .index_service_detail{
        padding: 15px 10px;
    }
    .index_service_content{
        min-height: auto;
    }

    .index_service_icon{
        font-size: 65px;
    }
    .index_service_detail h3{
        font-size: 22px;
    }
    .header_carousel_box{
        top: 38%;
    }
    .header_carousel_box h2{
        width: 100%;
        font-size: 36px;
    }
    .index_header_button{
        font-size: 20px;
        margin-top: 20px;
        padding: 5px 12px;
    }
    .news_card{
        width: 100%;
        height: 360px;
    }
    .news_card_detail{
        padding: 20px;
        height: 160px;
    }
    .news_card_detail h3{
        margin-top: 10px;
    }
    .read_more{
        margin-top: 10px;
    }
    .news_card:nth-child(n+1){
        margin-top: 10px;
    }
    .news_card_img{
        height: 200px;
    }
}