/* 公共样式 */
@font-face {
    font-family: MyFontTitle;
    src: url(/website/webfile/assets/fonts/FZZCYSJW.TTF)
}

img {
    vertical-align: top;
    border: 0;
}

a {
    text-decoration: none;
}

.edit-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 83.334vw;
}

.default-sub-banner {
    position: relative;
}

.default-sub-banner::before {
    content: '';
    width: 100%;
    height: 35%;
    background: -webkit-linear-gradient(to top, #fff, transparent);
    background: linear-gradient(to top, #fff, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}

.default-sub-banner img {
    width: 100%;
    display: block;
}

.default-sub-banner .banner-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    left: 0;
    z-index: 5;
}

.default-sub-banner .banner-inner .banner-title {
    font-size: 0.8rem;
    color: #fff;
}

.default-sub-banner .banner-inner .banner-cont {
    font-size: 0.35rem;
    color: #fff;
    margin-top: 0.1rem;
    font-family: MyFontTitle;
}

.e-book-section {
    padding: 0.6rem 0;
    background-color: #fff;
}

.e-book-section .title-box {
    text-align: center;
}

.e-book-section .title-box .top-title {
    font-size: 0.6rem;
    line-height: 1;
    font-family: MyFontTitle;
}

/* 近期新闻部分开始 */
.e-book-swiper {
    width: 100%;
    margin-top: 0.35rem;
    /* margin: 0.35rem -0.25rem 0 -0.25rem; */
}

.e-book-swiper .swiper {
    /* width: 80%; */
    margin: 0 auto;
    padding: 10px 0 !important;
}

.e-book-swiper .swiper-slide {
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0 0.25rem rgba(000, 000, 000, 0.1);
}

.e-book-swiper .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 4.92rem;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.e-book-swiper .swiper-slide .pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media (max-width: 992px) {
    .e-book-swiper .swiper-slide .pic img {
        height: 7.64rem;
    }
}

.e-book-swiper .swiper-slide .cont-inner {
    padding: 0.3rem 0.3rem 0.4rem 0.3rem;
    font-size: 0.18rem;
}

.e-book-swiper .swiper-slide .cont-inner .title {
    font-size: 0.24rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 分页 */
.e-book-swiper .swiper-page {
    width: 100%;
    text-align: center;
    height: 0.33rem;
    margin-top: 0.8rem;
    display: block;
}

.e-book-swiper .swiper-page .swiper-page-inner {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.98rem;
    position: relative;
}

.e-book-swiper .swiper-pagination {
    position: static !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 0.2rem; */
    /* 与轮播区拉开距离 */
}

.e-book-swiper .swiper-pagination-bullet {
    width: 0.12rem !important;
    height: 0.12rem !important;
}

.e-book-swiper .swiper-pagination-bullet-active {
    background-color: #a17a51 !important;
}

/* 自定义箭头按钮 */
.swiper-arrow {
    width: 0.46rem;
    height: 0.46rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f3f3f3;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.custom-prev {
    left: 0;
    background-image: url('/website/webfile/assets/images/icon/icon-swiper-prev.png');
}

.custom-prev:hover {
    background-color: #a17a51;
    background-image: url('/website/webfile/assets/images/icon/icon-swiper-prev-on.png');
}

.custom-next {
    right: 0;
    background-image: url('/website/webfile/assets/images/icon/icon-swiper-next.png');
}

.custom-next:hover {
    background-color: #a17a51;
    background-image: url('/website/webfile/assets/images/icon/icon-swiper-next-on.png');
}

/* 移除默认箭头（如果没自动覆盖，可加 !important 强制） */
.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}




/* 提示 */
.e-book-notes {
    font-size: 0.18rem;
    color: #666;
    margin-top: 0.6rem;
    text-align: right;
}

.e-book-notes a {
    text-decoration: underline !important;
    color: #666;
    display: inline-block;
}

/* list */
.esg-list-section {
    padding: 0.6rem 0;
}

.esg-list-block:first-child {
    margin-top: 0;
}

.esg-list-block {
    margin-top: 1rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}

.esg-list-block .pic img {
    display: block;
    width: 100%;
}

.esg-list-block .cont-inner {
    width: 34%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.2rem;
    padding: 1.5rem 0.7rem 0 0.7rem;
}

.esg-list-block .cont-inner .title {
    font-size: 0.6rem;
    line-height: 1;
    font-family: MyFontTitle;
}

.esg-list-block .cont-inner .en-title {
    font-size: 0.4rem;
    line-height: 1;
    margin-top: 0.05rem;
}

.esg-list-block .cont-inner .cont {
    margin-top: 0.3rem;
    line-height: 1.8;
}

/* 第二个 list */

.esg-list-block:nth-child(even) .cont-inner {
    left: auto;
    right: 0;
}

/* 基金会 */
.welfare-project-section {
    padding: 0.6rem;
}

@media (max-width: 992px) {
    .welfare-project-section {
        padding: 0.8rem 0.4rem;
    }

    .welfare-project-section .edit-container {
        width: 100%;
    }

    .welfare-project-inner {
        background: url('/website/webfile/assets/images/welfare-project-bg.jpg') center no-repeat;
        background-size: cover;
    }

    .welfare-project-inner .bg {
        display: none;
    }

    .welfare-project-inner .welfare-project-title {
        position: initial !important;
        width: 60% !important;
        margin: 0.6rem auto 0 auto;
    }

    .welfare-project-inner .qrcode-box {
        bottom: auto !important;
        top: 3.2rem;
    }

    .welfare-project-inner .right-inner {
        position: initial !important;
        background: none rgba(255, 255, 255, 0.6) !important;
        width: 100% !important;
        margin-top: 1rem !important;
        padding: 0.6rem 0.4rem !important;
        font-size: 0.24rem !important;
    }

    .welfare-project-inner .right-inner .botton-box {
        margin-top: 0.6rem;
    }
}

.welfare-project-inner {
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
}

.welfare-project-inner .bg img {
    display: block;
    width: 100%;
}

.welfare-project-inner .welfare-project-title {
    width: 36.75%;
    position: absolute;
    top: 9.2%;
    left: 11%;
}

.welfare-project-inner .welfare-project-title img {
    display: block;
    width: 100%;
}

.welfare-project-inner .qrcode-box {
    width: 1.3rem;
    position: absolute;
    left: 5%;
    bottom: 6.5%;
}

.welfare-project-inner .qrcode-box .pic {
    border-radius: 0.06rem;
    overflow: hidden;
}

.welfare-project-inner .qrcode-box .pic img {
    display: block;
    width: 100%;
}

.welfare-project-inner .qrcode-box .title {
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    margin-top: 0.1rem;
}

.welfare-project-inner .right-inner {
    width: 49.625%;
    height: 100%;
    background: url('/website/webfile/assets/images/welfare-project-inner-bg.png') center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem 0.5rem 0 1.2rem;
    font-size: 0.22rem;
    text-align: center;
}

.welfare-project-inner .right-inner .cont {
    line-height: 2;
}

.welfare-project-inner .right-inner .button-box {
    height: 0.64rem;
    margin-top: 0.8rem;
}

.welfare-project-inner .right-inner .button-box img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

/* 新闻动态 */
.news-information-section {
    padding: 0.6rem 0;
}

.news-information-section .title-box {
    text-align: center;
}

.news-information-section .title-box .top-title {
    font-size: 0.6rem;
    line-height: 1;
    font-family: MyFontTitle;
}

.news-information-swiper {
    width: 100%;
    margin-top: 0.35rem;
    /* margin: 0.35rem -0.25rem 0 -0.25rem; */
}

.news-information-swiper .swiper {
    /* width: 80%; */
    margin: 0 auto;
    padding: 10px 0 !important;
}

.news-information-swiper .swiper-slide {
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0 0.25rem rgba(000, 000, 000, 0.1);
}

.news-information-swiper .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 2.85rem;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.news-information-swiper .swiper-slide .pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media (max-width: 992px) {
    .news-information-swiper .swiper-slide .pic img {
        height: 7.64rem;
    }
}

.news-information-swiper .swiper-slide .cont-inner {
    padding: 0.3rem 0.3rem 0.4rem 0.3rem;
    font-size: 0.18rem;
}

@media (max-width: 992px) {
    .news-information-swiper .swiper-slide .cont-inner .title {
        font-size: 0.32rem;
    }
}

.news-information-swiper .swiper-slide .cont-inner .title {
    font-size: 0.24rem;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}

.news-information-swiper .swiper-slide .cont-inner .cont {
    margin-top: 0.15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

/* 分页 */
.news-information-swiper .swiper-page {
    width: 100%;
    text-align: center;
    height: 0.33rem;
    margin-top: 0.8rem;
    display: block;
}

.news-information-swiper .swiper-page .swiper-page-inner {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.98rem;
    position: relative;
}

.news-information-swiper .swiper-pagination {
    position: static !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 0.2rem; */
    /* 与轮播区拉开距离 */
}

.news-information-swiper .swiper-pagination-bullet {
    width: 0.12rem !important;
    height: 0.12rem !important;
}

.news-information-swiper .swiper-pagination-bullet-active {
    background-color: #a17a51 !important;
}
