.index-title {
    position: relative;
    background-color: #e7eaf4;
    width: 100%;
}

.index-title .image-box {
    position: relative;
    width: 100%;
    padding: 21.0637% 0 0;
    overflow: hidden;
}

.index-title .image-box img {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-title .text_box {
    width: 42%;
    display: flex;
}

.swiper-slide.goods-image {
    display: flex;
    background-color: #fff;
}

.equipment-item .text {
    font-size: 12px;
    margin-top: 20px;
}

.goods-image-box {
    width: 100%;
    height: 206px;
    
}

.goods-image-box img {
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
    /* border: 1px solid #e8e8e8; */
    object-fit: cover;
}
.inspection-content 
{
    position: relative;
    margin: 40px 0;
}
.index-previous .w1350,
.index-inspection .w1350{
    padding: 0 30px;
}
.swiper-slide.goods-image>div {
    width: calc(25% - 20px);
    margin: 0 20px 20px;

}
.index-previous .w1350 {
    padding: 0 30px;
}
.previous-content {
    position: relative;
    margin: 40px 0;
}
.index-inspection .goods-image-box {
    height: 206px;
}

.equipment-content {
    margin: 40px auto;
}

.index-equipment .w1350 {
    padding: 0 30px;
    position: relative;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -30px;
}

#swiper {
    position: relative;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -30px;
}
.swiper-button-next,
.swiper-button-prev {
    height: calc(100% - 60px);
    top: 22px;
    width: 30px;
    transform: translate(0,0);
    
    color: #fff;
    background-color:#cfd9eb ;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
}
.index-title .text_box .description {
    margin: auto auto;
    padding: 0 20px 200px;
    font-size: 20px;
    line-height: 1.8;
    text-align: justify;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    word-break: break-word;
    text-decoration: none;
}

.index-title .text_box .image-list {
    flex-wrap: nowrap;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 53%;
    object-fit: cover;
}

.index-title .text_box .image-list img {
    display: block;
    max-height: 166px;
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    object-fit: cover;
}

.index-title .text_box .image-list img:last-child {
    margin-right: 20px;
}

.index-about {
    margin-top: 140px;

}

.index-about>._row {
    justify-content: space-between;
}

.index-about>._row>div {
    width: calc(50% - 10px);
}

.index-about>._row>div>video {
    width: 100%;
}

.index-about>._row>.left>.content {
    font-size: 18px;
    line-height: 2;
    color: #666666;
    text-align: justify;
}

.index-about>._row>.right {
    /* padding: 20px 0 0 0; */
    display: flex;
    align-items: center;
}

.index-about>.more {
    margin-top: 120px;
    width: fit-content;
    display: block;
    font-size: 18px;
    line-height: 2.8;
    border-bottom: 2px solid #e8e8e8;
}

.index-about>.more i {
    display: inline-block;
    margin-left: 75px;
    font-size: 14px;
}

.index_produit {
    margin-top: 60px;
}

.index_produit>.title-list {
    margin-bottom: 20px;
}

.index_produit>.title-list>.item {
    padding: 6px 15px;
    margin: 10px 10px;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}

.index_produit>.title-list>.item.active {
    background-color: #104eb4;
    color: #fff;
}

.index_produit>.content-list>.content {
    display: none;
}

.index_produit>.content-list>.content.active {
    display: flex;
}

.index_produit>.content-list>.content>.item {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
}

.index_produit>.content-list>.content>.item:nth-child(5n) {
    margin-right: 0;
}

.index_produit>.content-list>.content>.item>.image_box {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding: 50% 0;
    overflow: hidden;
}

.index_produit>.content-list>.content>.item>.image_box>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_produit>.content-list>.content>.item>.model {
    line-height: 2;
    color: #999;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 0 10px;
}

.index_produit>.change_box {
    margin: 30px 0;
}

.index_produit>.change_box>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    background-color: #333333;
    color: #fff;
}

.index-info {
    background-color: #214c96;
    color: #fff;
    padding: 40px 0 20px;
}

.index-info>div>.item {
    width: 20%;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
}

.index-info>div>.item>.number {
    color: #fedf00;
    font-size: 56px;
    font-weight: 500;
}

.index_case {
    padding-top: 60px;
    background-color: #fafafa;
}

.index_case>.description {
    color: #a17777;
    font-size: 18px;
    font-weight: 500;
}

.index_case>.content {
    padding: 40px 0;
}

.index_case>.content>.item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #d4d7de;
    background-color: #fff;
    padding: 0;
}

.index_case>.content>.item:nth-child(4n) {
    margin-right: 0;
}

.index_case>.content>.item>.image-box {
    width: 100%;
    padding: 35.2941% 0 0;
    position: relative;
}

.index_case>.content>.item>.image-box img {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    position: absolute;
}

.index_case>.content>.item>.text {
    padding: 20px 10px 0px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    word-break: break-all;
    text-decoration: none;
}





.index_blog>._title {
    margin: 60px 0 40px;
}

.index_blog>.content>.item {
    width: calc((100% - 40px) / 3);
}

.index_blog>.content>.item {
    margin-right: 20px;
}

.index_blog>.content>.item:last-child {
    margin-right: 0px;
}

.index_blog>.content>.item>.image_box {
    width: 100%;
    padding: 75% 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.index_blog>.content>.item>.image_box>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_blog>.content>.item>.text-box {
    position: relative;
    height: 132px;
    margin-bottom: 20px;
}

.index_blog>.content>.item>.text-box>.box {
    position: absolute;
    top: -36px;
    left: 20px;
    right: 0;
    background-color: #fff;
    padding: 20px 20px 40px;
    border: 1px solid #e8e8e8;
}

.index_blog .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;

}

.index_blog .description {

    color: #00a3d9;
    font-size: 15px;
}
.index-whoweare__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.index-whoweare{
    background:#f6f8fc;
    padding: 30px 64px;

}
.index-whoweare__list .__item {
    background: #fcfeff;
    height: auto !important;
    margin-top: 18px;
    width: calc(25% - 12px);
    margin-top: 8px;
    padding: 20px  40px !important;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 8px;

}
.index-whoweare__list .__item .__item-left {
    width: 110px;
    height: 110px;
    height: auto !important;
    object-fit: contain;
    margin-right: 10px;
}
.index-whoweare__list .__item .__item-top {
    align-items: baseline;
    color: #004094;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    line-height: 38px;
    margin-bottom: 8px
}
.index-whoweare__list .__item .model {
    color: #33444d;
    font-weight: 700;
}
.index-whoweare__list .__item .__item-top .__value-2 {
    font-size: 20px;
    line-height: 28px;
    margin-left: 6px
}

.index-whoweare__list .__item .__item-bottom {
    color: #666f73;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px
}
@media (max-width: 992px) {
    .index-whoweare__list .__item {
        margin-top: 10px;
        padding-top: 48px;
        width: calc(50% - 5px)
    }

    .index-whoweare__list .__item .__item-top {
        font-size: 48px;
        line-height: 56px
    }

    .index-whoweare__list .__item .__item-top .__value-2 {
        font-size: 32px;
        line-height: 40px;
        margin-left: 8px
    }

    .index-whoweare__list .__item .__item-bottom {
        font-size: 16px;
        line-height: 24px;
        padding: 0 32px
    }
    .index-title .image-box,
    .index-title .text_box {
        width: 100%;
    }

    .index-title .text_box {
        display: block;
    }

    .index-title .text_box .description {
        padding: 10px;
        margin: 0;
    }
    .swiper-slide.goods-image>div {
        width: calc(50% - 10px) !important;
        margin: 10px 5px;
    }
    .index-title .text_box .image-list {
        position: relative;
        right: auto;
        bottom: auto;
        flex-wrap: wrap;
        padding: 0 10px 10px;
        width: 100%;
    }
        .index-previous .w1350,
        .index-inspection .w1350 {
            padding: 0;
        }
                #index>.index-inspection {
                    width: 100%;
                    margin: 0 0 20px;
                }
    .index-title .text_box .image-list img {
        margin: 0 10px 10px 0;
        width: calc(50% - 5px);
        max-width: none;
        object-fit: cover;
    }

    .index-title .text_box .image-list img:nth-child(2n) {
        margin: 0 0px 10px 0px;
    }

    .index-about>._row>div {
        width: 100%;
    }

    #index>div {
        width: calc(100% - 20px);
        margin: 20px 10px 10px;
    }

    #index>.index-title {
        width: 100%;
        margin: 0;
    }

    .index-about>.more,
    .index_produit {
        margin-top: 20px;
    }

    .index_produit>.title-list>.item {
        padding: 3px 6px;
        margin: 10px 6px;
        font-size: 12px;
    }
        .index-equipment .w1350 {
            padding: 0;
        }
        .swiper-button-next,
        .swiper-button-prev {
            display: none;
        } 
        #index>.index-previous,
        #index>.index-equipment {
            width: 100%;
            margin: 20px 0px;
        }
    .index_produit>.content-list>.content>.item {
        width: calc(50% - 5px) !important;
        margin-right: 10px !important;
    }

    .index_produit>.content-list>.content>.item:nth-child(2n) {
        margin-right: 0 !important;
    }

    #index>.index-info {
        width: 100%;
        margin: 0;
    }
    .goods-image-box{
        background-color: #e8e8e8;
    }
    #index>.index-info>div>.item {
        width: 100%;
    }

    #index>.index_cantact,
    #index>.index_case {
        padding: 20px 10px 10px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #index>.index_cantact {
        padding: 20px 0 10px;
    }

    .index_case>.content {
        padding: 20px 0 0;
    }

    .index_case>.content>.item {
        width: calc(50% - 5px);
        margin: 0 10px 20px 0;
    }

    .index_case>.content>.item:nth-child(2n) {
        margin: 0 0 20px 0;
    }

    .index_blog>._title {
        margin: 20px 0;

    }

    .index_blog>.content>.item {
        margin: 0 !important;
        width: 100%;
    }

    .index_blog>.content>.item>.text-box>.box {
        left: 10px;
        right: 10px;
        padding: 20px 10px;
    }
}
@media (max-width: 600px) {
    .index-whoweare{
        padding: 20px 10px;
    
    } 
    .index-whoweare__list .__item {
        width: 100%;
    }
}