.home_main_title{
    text-align: center;
font-family: albb_reqular;
font-size: calc(10px + 1.5rem);
color: #333333;
font-style: normal;
line-height:1;
}

.home_sub_title{
text-align: center;
font-family: PINGFANG-REGULAR;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #333333;
line-height: calc(5px + 1rem);
font-style: normal;
margin-top: calc(4px + 0.5rem);
}

.nei_ban{
    width: 100%;
    height: calc(50px + 20rem);
    position: relative;
}

.nei_ban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nei_ban_text{
    width: max-content;
    height: max-content;
    position: absolute;
    left: 7.5%;
    top: 0;
    bottom: 0;
    margin: auto;
}


.nei_ban_text p:nth-of-type(1){
font-family: albb_reqular;
font-size: calc(4px + 2rem);
color: #FFFFFF;
text-align: justify;
font-style: normal;
}

.nei_ban_text p:nth-of-type(2){
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #FFFFFF;
   
}