.aboutRongSheng {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 180rem;
}

.aboutRongSheng_left {
    margin: 30rem 0;
    flex: 1;
}

.aboutRongSheng_left>div:first-of-type>div:first-of-type {
    font-size: 34rem;
    margin-bottom: 9rem;
}

.aboutRongSheng_left>div:first-of-type>div:last-of-type {
    font-size: 24rem;
    color: #999999;
}

.aboutRongSheng_left>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    margin: 44rem 0;
}

.aboutRongSheng_left>div:nth-of-type(2)>div {
    display: flex;
    align-items: center;
    margin-right: 50rem;
}

.aboutRongSheng_left>div:nth-of-type(2)>div:last-of-type {
    margin-right: 0;
}

.aboutRongSheng_left>div:nth-of-type(2)>div>div:first-of-type {
    width: 34rem;
    display: flex;
    margin-bottom: -10rem;
    margin-right: 10rem;
}

.aboutRongSheng_left>div:nth-of-type(2)>div>div:last-of-type {
    font-size: 50rem;
    color: #c30d23;
    font-weight: bold;
}

.aboutRongSheng_left>div:nth-of-type(2)>div>div:last-of-type>span {
    font-size: 16rem;
    color: #333333;
    margin-left: 10rem;
    font-weight: normal;
}

.aboutRongSheng_left>div:last-of-type>p {
    font-size: 16rem;
    line-height: 30rem;
    text-indent: 2em;
}

.aboutRongSheng_right {
    width: 780rem;
    display: flex;
    margin-left: 90rem;
}

.oration {
    background: url('../img/groupProfile/background1.png') no-repeat;
    background-size: 100% 100%;
    padding: 0 180rem;
    padding-bottom: 134rem;
}

.oration>div:first-of-type {
    text-align: center;
    padding: 73rem 0;
}

.oration>div:first-of-type>div:first-of-type {
    font-size: 34rem;
    margin-bottom: 9rem;
}

.oration>div:first-of-type>div:last-of-type {
    font-size: 24rem;
    color: #999999;
}

.oration>div:last-of-type {
    display: flex;
    align-items: center;
    position: relative;
}

.oration>div:last-of-type>div:first-of-type {
    width: 760rem;
    display: flex;
}

.oration>div:last-of-type>div:last-of-type {
    position: absolute;
    width: 834rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    box-shadow: 0px 10rem 10rem -10rem rgba(0, 0, 0, 0.25);
}

.oration>div:last-of-type>div:last-of-type>div:first-of-type {
    width: 46rem;
    display: flex;
}

.oration>div:last-of-type>div:last-of-type>div:last-of-type {
    flex: 1;
    /* margin: 1px 0; */
    padding: 37rem 50rem;
    background-color: white;
    font-size: 16rem;
    line-height: 30rem;
    display: flex;
    align-items: center;
}

.oration>div:last-of-type>div:last-of-type>div:last-of-type>div>p {
    text-indent: 2em;
}

.organizationalStructure {
    padding: 0 180rem;
    padding-bottom: 110rem;
}

.organizationalStructure>div:first-of-type {
    text-align: center;
    padding: 73rem 0;
}

.organizationalStructure>div:first-of-type>div:first-of-type {
    font-size: 34rem;
    margin-bottom: 9rem;
}

.organizationalStructure>div:first-of-type>div:last-of-type {
    font-size: 24rem;
    color: #999999;
}

.groupHonor {
    position: relative;
    display: flex;
    overflow: hidden;
}

.groupHonor>div:last-of-type {
    position: absolute;
    right: 180rem;
    bottom: 0;
    width: 1090rem;
}

.imgDiv {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    z-index: 20;
    height: 100vh;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.imgDiv>img {
    width: 50%;
}

.swiperContent {
    cursor: pointer;
}

.swiperContent>div:last-of-type {
    text-align: center;
    font-size: 24rem;
    line-height: 96rem;
    color: white;
}

.swiper {
    overflow: visible !important;
}

.swiper-wrapper {
    justify-content: flex-start;
    flex-direction: row !important;
}

.swiper-slide {
    width: 31% !important;
    height: 330rem !important;
    margin-right: 3.5%;
}

.swiper-wrapper>.swiper-slide:nth-child(3n) {
    margin-right: 0;
}

.swiper-button-prev {
    bottom: 300rem !important;
    top: initial !important;
    left: -90rem !important;
    width: 60rem !important;
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: initial !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    width: 60rem !important;
    left: -90rem !important;
    bottom: 188rem !important;
    top: initial !important;
    transform: rotate(180deg);
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: initial !important;
}

@media only screen and (max-width: 999px) {
    .aboutRongSheng {
        display: block;
        padding: 30rem;
    }
    .aboutRongSheng_left {
        margin: 0;
    }
    .aboutRongSheng_left>div:first-of-type {
        text-align: center;
    }
    .aboutRongSheng_left>div:first-of-type>div:first-of-type,
    .oration>div:first-of-type>div:first-of-type {
        font-size: 40rem;
    }
    .aboutRongSheng_left>div:first-of-type>div:last-of-type,
    .oration>div:first-of-type>div:last-of-type {
        font-size: 32rem;
    }
    .aboutRongSheng_left>div:nth-of-type(2) {
        justify-content: space-between;
        margin: 20rem 0;
    }
    .aboutRongSheng_left>div:nth-of-type(2)>div {
        margin-right: 0;
    }
    .imgDiv>img {
        width: 80%;
    }
    .aboutRongSheng_left>div:nth-of-type(2)>div>div:first-of-type {
        width: 38rem;
    }
    .aboutRongSheng_left>div:last-of-type>p {
        font-size: 26rem;
        line-height: 46rem;
    }
    .aboutRongSheng_right {
        width: 100%;
        margin-left: 0;
        margin-top: 20rem;
    }
    .oration {
        padding: 0 30rem;
        padding-bottom: 30rem;
    }
    .oration>div:first-of-type {
        padding: 30rem 0;
    }
    .oration>div:last-of-type {
        display: block;
    }
    .oration>div:last-of-type>div:first-of-type {
        width: 100%;
    }
    .oration>div:last-of-type>div:last-of-type {
        position: initial;
        transform: none;
        box-shadow: none;
        width: 100%;
    }
    .oration>div:last-of-type>div:last-of-type>div:first-of-type {
        display: none;
    }
    .oration>div:last-of-type>div:last-of-type>div:last-of-type {
        line-height: 46rem;
        font-size: 26rem;
        padding: 20rem 30rem;
    }
    .organizationalStructure {
        padding: 0 30rem;
    }
    .organizationalStructure>div:first-of-type {
        padding: 30rem 0;
    }
    .groupHonor {
        margin-top: 30rem;
    }
    .groupHonor>div:last-of-type {
        width: 60%;
        right: 30rem;
    }
    .swiper-slide {
        width: 48% !important;
        margin-right: 0;
        height: 235rem !important;
    }
    .swiper-wrapper {
        justify-content: space-between;
    }
    .swiperContent>div:last-of-type {
        font-size: 32rem;
        line-height: 80rem;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}