.home_title{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
gap: calc(4px + 0.5rem);
}

.home_title_name{
font-family: Microsoft YaHei;
font-weight: bold;
font-size: calc(6px + 2rem);
color: #2C3136;
line-height: calc(6px + 1.5rem);
}
.home_title_line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
}

.home_title_line p{


font-family: OPPOSans-M;
font-weight: normal;
font-size: calc(8px + 1rem);
color: #295C95;
line-height: calc(6px + 1.5rem);
}
.home_title_line div{
    width: calc(3px + 4rem);
height: 1px;
background: #295C95;
}

.nei_ban{
    width: 100%;
    height: calc(50px + 30rem);
    position: relative;
}
.nei_ban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nei_ban_text{
    width: max-content;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
font-family: OPPOSans-B;
font-weight: normal;
font-size: calc(6px + 2rem);
color: #FFFFFF;
text-shadow: 0px calc(2px + 0.1rem) calc(1px + 0.1rem) rgba(0,0,0,0.2);
}

