.bodybody .banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 4.56rem;
    padding-bottom: 5.88rem;
}
.bodybody p{
    width: 36.38rem;
    text-align: justify;
    font-size: 2.5rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.bodybody img{
    width: 45.75rem;
}
.team{
    padding-bottom: 6.94rem;
    background-color: #fff;
    text-align: center;
}
.team .items img{
    width: 95rem;
    margin: 3.94rem 0;
}
.team .items p{
    text-align: justify;
    font-size: 2.5rem;
    line-height: 1.5;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.culture{
    padding-bottom: 6.94rem;
    /* text-align: center; */
}
.culture .items img{
    width: 48rem;
    margin-top: 3rem ;
}
.culture .items h3{
    /* text-align: justify; */
    margin: 1rem 0;
    font-size: 18px;
    line-height: 1.5;
    /* font-family: PingFang SC;
    font-weight: 500;
    color: #333333; */
}
.culture .items p{
    width: 48rem;
    font-size: 16px;
}