.banner {
    width: 100%;
    min-width: 830px;
    /* background: url('https://meitr.oss-cn-shanghai.aliyuncs.com/official/images/team/team-banner.png') no-repeat; */
    background: url('https://meitr.oss-cn-shanghai.aliyuncs.com/official/images/tema-banner.png') no-repeat;
    background-size: 100% 100%;
    height: 274px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .title {
    width: 830px;
    min-width: 830px;
    height: 130px;
    background: url('https://meitr.oss-cn-shanghai.aliyuncs.com/official/images/tema-banner-title.png') no-repeat;
    background-size: 100% 100%;
}

.introduce {
    display: flex;
    align-items: center;
    height: 670px;
    padding: 80px 0 30px 0;
}

.introduce>div {
    width: 50%;
    height: 100%;
}

.introduce .left {
    /* background-color: pink; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.introduce .left .title {
    font-size: 35px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: bold;
    color: #281717;
}

.introduce .left .subtitle {
    font-size: 20px;
    font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
    font-weight: 300;
    color: #717171;
    margin: 50px 0;
}

.introduce .left .info {
    display: flex;
    align-items: center;

}

.introduce .left .info .info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: 70px;
}

.introduce .left .info-item .info-top {
    color: #0B9BAC;
    display: flex;
    align-items: center;

}

.introduce .left .info-item .info-top span {
    display: block;
}

.introduce .left .info-item .info-top span.num {
    font-size: 30px;
}

.introduce .left .info-item .info-bottom {
    font-size: 20px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #717171;
}

.introduce .right {
    width: 845px;
    background: url('https://meitr.oss-cn-shanghai.aliyuncs.com/official/images/team/team-info.png') no-repeat;
    background-size: 100% 100%;
}

.qualifications {}

.qualifications-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.qualifications-title img {
    width: 280px;
    height: 70px;
}

.qualifications .qualifications-img {
    width: 100%;
}

.qualifications-img .title {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: bold;
    color: #281717;
    margin: 50px 0 20px 0;
}

.qualifications-img img {
    width: 100%;
    height: 100%;
}

.qualifications-Softness {
    margin-bottom: 40px;
}

.qualifications-Softness .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 25px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: bold;
    color: #281717;
    margin: 50px 0 20px 0;
}

.qualifications-Softness .title .num {
    display: flex;
    font-size: 41px;
    font-family: DIN-Bold, DIN;
    font-weight: bold;
    color: #0B9BAC;
    margin-left: 5px;
}

.qualifications-Softness .title .add {
    font-size: 26px;
    font-family: Source Han Serif CN-Regular, Source Han Serif CN;
    font-weight: 400;
    color: #281717;
}

.qualifications-Softness img {
    width: 100%;
}