.home_ovrs{
    background-color: #fff;
    position: relative;
    height:auto;
    padding-left:11rem;
    padding-top:8rem;
    padding-bottom:4rem;
    /*width:calc(100vw);*/
    margin-bottom:-1px !important;
}

.home_ovrs .containerss{
    width:100%;
}
/* 大于等于 2024px 时的样式（超大屏、4K 显示器） */
@media (min-width: 2024px) {
    .home_ovrs .containerss{
        width:220rem !important;
        margin:0 auto;

    }
    .home_ovrs{
        padding-left:0rem;
    }
}
.home_ovrs .overs_contenit{
    width:100%;
    display:flex;
    justify-content: space-between;

}
.home_ovrs .overs_contenit .right{
    width: 118rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:2rem;
}
.home_ovrs .overs_contenit .right .img_con:nth-child(1){
    width:100%;
}
.home_ovrs .overs_contenit .right .img_con:nth-child(2),.home_ovrs .overs_contenit .right .img_con:nth-child(3),.home_ovrs .overs_contenit .right .img_con:nth-child(4){
    width:calc(33% - 1rem);
}
.home_ovrs .overs_contenit .right .img_con img{
    width:100%;
}
.home_ovrs .overs_contenit .left .title1{
    font-family: '452';
    font-weight: 400;
    font-size: 7rem;
    color: #000000;
    line-height: 10rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-wrap: break-word;
    white-space: normal;
    font-stretch: condensed;
    white-space: pre-wrap;

}
.home_ovrs .overs_contenit .left .title2{
    display:block;
    font-family: 'Bahnschrift';
    font-weight: 600;
    font-size: 3rem;
    color: #9E9E9E;
    line-height: 4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
    margin-top:6rem;
    border-left:6px solid red;
    padding-left:3rem;
}
.home_ovrs .overs_contenit .left .icon_block{
    display:flex;
    gap:1rem;
    margin-bottom:2rem;

}
.home_ovrs .overs_contenit .left  .icon_block img{
    width:4.2rem;
    max-height:5rem;
    object-fit: contain;
}
.home_ovrs .overs_contenit .left .icon_block span{
    font-family: 'Bahnschrift';
    font-weight: 600;
    font-size: 3rem;
    color: #9E9E9E;
    line-height: 6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.home_ovrs .year{
    display: flex;
    gap: 4rem;
    margin-top:4rem;
    margin-bottom:6rem;
}
.home_ovrs .year .year_item{

}
.home_ovrs .year .year_item .years{
    font-family: 'Bahnschrift';
    font-weight: 600;
    font-size: 8rem;
    color: #000000;
    line-height: 9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-stretch: semi-condensed;
}
.home_ovrs .year .year_item .years_des{
    font-family: 'Bahnschrift';
    font-weight: 600;
    font-size: 3.5rem;
    color: #9E9E9E;
    line-height:4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-stretch: semi-condensed;
}

.home_ovrs .year .year_item .year_item_left{
    display:block;
}
.home_ovrs .year .year_item  .year_item_ses {
    font-family: 'Bahnschrift';
    font-weight: 600;
    font-size: 3.5rem;
    color: #9E9E9E;
    line-height:4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-stretch: semi-condensed;
}
.home_ovrs .texts{
    position: absolute;
    bottom: 0px;
    display: block;
    font-family: 'HarmonyOS';
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 4.5rem;
    font-style: normal;
    text-transform: none;
    width: 100%;
    height: 4.5rem;
    background: rgba(17, 16, 24, 0.7);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
}
.home_ovrs .right .icon{
    display:none;
}



@media screen and (max-width: 768px){
    .home_ovrs .overs_contenit .left{
        width: 100%;
        margin-top: 12rem;
        order: 1;
        margin-bottom: 7rem;
    }
    .home_ovrs{
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .home_ovrs .overs_contenit .right {
        width: 100%;
        order:2;
    }
    .home_ovrs .overs_contenit .left .title1 {
        font-size: 14rem;
        line-height: 17rem;
    }
    .home_ovrs .overs_contenit .left .title2 {
        font-size: 8rem;
        line-height: 10rem;
        margin-top: 6rem;
    }
    .home_ovrs .year {
        margin-top: 17rem;
        margin-bottom: 10rem;
    }
    .home_ovrs .year .year_item .years {
        font-size: 18rem;
        line-height: 9rem;
    }
    .home_ovrs .year .year_item .years_des {
        font-size: 10.5rem;
        line-height: 4rem;
    }
    .home_ovrs .year .year_item .year_item_ses {
        font-size: 8.5rem;
        line-height: 18rem;
    }
    .home_ovrs .overs_contenit .left .icon_block img {
        width: 11.2rem;
        max-height: 10rem;
    }
    .home_ovrs .overs_contenit .left .icon_block span {
        font-size: 8rem;
        line-height: 10rem;
    }
    .home_ovrs .overs_contenit{
        flex-wrap: wrap;
    }
    .home_ovrs  .texts{
        font-size: 6rem;
        line-height: 11.5rem;
        width: 100%;
        height: 11.5rem;

    }
    .home_ovrs .icon{
        display:none;
    }
    .home_ovrs .right .icon{
        display:block;
        position: absolute;
        bottom: 5rem;
        left: 9rem;
    }

    .home_ovrs .overs_contenit .right .icon_block{
        display:flex;
        gap:1rem;
        margin-bottom:2rem;

    }
    .home_ovrs .overs_contenit .right  .icon_block img{
        width: 13.2rem;
        max-height: 10rem;
        object-fit: contain;
    }
    .home_ovrs .overs_contenit .right .icon_block span{
        font-family: 'Bahnschrift';
        font-weight: 600;
        font-size: 10rem;
        color: #fff;
        line-height: 10rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


}