.banner{
    background: linear-gradient(98deg, #A47052 1%, #D5A971 101%), #F6F6F6;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    min-height: 246px;
    position: relative;
}
.banner::before{
    position: absolute;
    content: '';
    inset: 0;
    background: url(../img/assetManagement.png) no-repeat;
    background-size: 50% auto;
    background-position: -30px -20px;
}
.banner .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    padding-top: 50px;
}
.banner .wrap>div:first-of-type{
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    position: relative;
}
.banner .wrap>div:first-of-type::before{
    position: absolute;
    content: '';
    top: -20px;
    width: 56px;
    height: 8px;
    background: #FFFFFF;
}
.banner .wrap>div:last-of-type{
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    color: #E2E2E2;
    display: flex;
    align-items: center;
    gap: 12px;
}
.banner .wrap>div:last-of-type>img{
    width: 23px;
    height: 16px;
}
.business{
    padding: 64px 0;
    display: flex;
    justify-content: center;
}
.business .title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0em;
    color: #333333;
}
.business .content{
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 12px;
}
.business .list{
    display: flex;
    gap: 36px;
    margin-top: 24px;
}
.business .item{
    flex: 1;
    border: 1px solid #D8D8D8;
}
.business .item>div:first-of-type{
    background: url(../img/businessTitle.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #333333;
}
.business .item>div:last-of-type{
    padding: 32px 24px;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    text-align: justify; /* 浏览器可能不支持 */
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #666666;
}