.banner {
    width: 100%;
    background: url(./img/FigmaDDSSlicePNG02cd5101ccf6ef002de8fe88e6b183ff.png) 100% no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 1;
}

.banner>.title {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 80px;

}

.banner>.subtitle {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px
}

.section_part {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.text_9 {
    overflow-wrap: break-word;
    color: rgba(38, 38, 38, 1);
    font-size: 30px;
    font-family: PingFang SC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    display: block;
    margin: 40px auto;
    text-align: center;
}

.section_txt {
    margin-top: 70px;
    width: 80%;
    height: 80%;
    background-color: #F2F8FF;
    display: flex;
    /* align-items: end; */
    justify-content: end;
    border-radius: 8px;

}

.img_section1 {
    position: absolute;
    left: 0;
    top: 25%;
    width: 53%;
}

.txt-section1 {
    display: block;
    margin: 15% 5% 15% 5%;
    width: 50%;

    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 40px;
    text-align: left;

}

.img-center-meeting {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.meeting-center-title {

    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 35px;
    display: block;
}

.meeting-center-desc {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 19px;
}
.meeting-part{
    position: absolute;
    width: 23%;
    background: url(./img/bj_card.png) 100% no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 23 / 10;
}
.text-center-position {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
.text-subtitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 23px;
    text-align: center;
}