/* 投资者关系 start */
.investor-relations {
    margin-top: 100px;
}
.investor-relations>.swiper>div:nth-child(1) {
    background-color: #d2d2d2;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    color: var(--green);
    font-size: var(--one-level-font);
    font-weight: bold;
    padding: 30px 20px 0 20px;
    white-space:nowrap;
}
.investor-relations>.swiper .swiper-wrapper {
    margin: 80px 0 20px 0;
    left: 20px;
}
.investor-relations>.swiper .swiper-slide {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.investor-relations>.swiper .swiper-wrapper h2 {
    background-color: #fff;
    text-align: center;
    font-size: var(--two-level-font);
    font-weight: 500;
    padding: 15px 5px;
}

.investor-relations>.swiper .swiper-wrapper img {
    height: 340px;
    object-fit: cover;
}

.investor-relations>.gszl>div:nth-child(1) {
    left: unset;
    right: 0;
    text-align: right;
}
.investor-relations>.gszl .swiper-wrapper {
    right: 20px;
    left: unset;
}

.gszl {
    margin-top: 100px;
}
.xxpl .swiper-button-prev {
    top: 40px;
    left: unset;
    right: 30px;
    color: var(--green);
    font-weight: bold;
}
.xxpl .swiper-button-next {
    top: 40px;
    right: 0;
    color: var(--green);
    font-weight: bold;
}

.gszl .swiper-button-prev {
    top: 40px;
    left: 0;
    color: var(--green);
    font-weight: bold;
}
.gszl .swiper-button-next {
    top: 40px;
    left: 30px;
    color: var(--green);
    font-weight: bold;
}
/* 投资者关系 end */

/* ESG start */
.esg-report {
    margin-top: 100px;
}
.esg-banner {
    margin-top: 50px;
    padding-bottom: 80px;
}
.esg-banner .swiper-slide img {
    transform: scale(0.8);
}
.esg-banner .swiper-slide-active img {
    transform: scale(1);
}
/* ESG end */