.title .p1{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #0054AC;
    line-height: calc(5px + 1.5rem);
}
.title  .p2{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: calc(6px + 1.5rem);
    color: #152A3F;
    line-height: calc(12px + 2rem);
    margin-top: calc(8px + 0.5rem);
}
.title  .p2 br{
    display: none;
}
.banner{
    width: 100%;
    height: calc(100px + 15rem);
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_position{
position: absolute;
bottom: calc(7px + 1rem);
left: 50%;
transform: translate(-50%);
max-width: 1640px;
width: 90%;
display: flex;
justify-content: flex-start;
align-items: center;
gap: calc(1px + 0.2rem);
z-index: 10;
}
.banner_position p{
font-family: Source Han Sans, Source Han Sans;
font-weight: 500;
font-size: calc(10px + 0.5rem);
color: #FFFFFF;
line-height: calc(10px + 1rem);
}


@media screen and (max-width: 1100px){
    .title .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .title .p2{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .banner_position p{
        font-size: calc(10px + 1rem);
    }
    .banner {
     
        height: calc(100px + 1rem);
      
    }
}