body {
    background: #fff;
}

img {
    width: 100%;
}

.page.page1 {
    position: relative;
}

.page-group {
    background: url(/static/img/bg_5.png) center 32% no-repeat;
    background-size: 100% auto;
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
}

.page-group .page-group-wrap .group-title-list {
    padding-bottom: 3rem;
}

.page-group .page-group-wrap .group-title-item {
    background: rgba(255, 255, 255, 0.08) linear-gradient(180deg, rgba(0, 209, 105, 0.08) 0%, rgba(0, 94, 209, 0) 100%);
    box-shadow: 0px 17px 19px 0px rgba(0, 209, 166, 0.08);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(6px);
    padding: 1rem;
    width: 24%;
}

.page-group .page-group-wrap .group-title-item p {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    color: #439345;
}

.page-group .page-group-wrap .group-title-item.active {
    background-color: #439345;
}

.page-group .page-group-wrap .group-title-item.active p {
    color: #fff;
}

.group-content .page {
    display: none;
}

.group-content .page.active {
    display: block;
}

.group-content .page .swiper {
    position: relative;
}

.group-content .page .swiper .swiper-pagination {
    bottom: 3rem;
}

.group-content .page .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #fff;
    margin: 0 0.5rem;
}

.group-content .page .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
}

.group-content .page .swiper-wrapper {
}

.group-content .page .swiper-wrapper .swiper-slide {
    position: relative;
}

.group-content .page .swiper-wrapper .swiper-slide .slide-bg {
    position: relative;
}

.group-content .page .swiper-wrapper .swiper-slide .slide-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(38, 168, 197, 0.75);
    display: block;
}

.group-content .page .swiper-wrapper .swiper-slide .slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next,
.swiper-button-prev {
    width: 4.56rem;
    height: 4.56rem;
    text-align: center;
    line-height: 4.56rem;
    border: 0.2rem solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 2.5rem;
}

.swiper-button-next {
    right: 10%;
    margin-right: -2.28rem;
}

.swiper-button-prev {
    left: 10%;
    margin-left: -2.28rem;
}

.page2 {
}

.page2 .page-wrap h2.titleh2 {
    padding-top: 10rem;
    padding-bottom: 4rem;
}

.page2 .page-wrap {
}

.page2 .page-wrap .content-l {
    width: calc(45% + 1.69rem);
    padding-right: 1.69rem;
}

.page2 .page-wrap .content-r {
    flex: 1;
}

.page2 .page-wrap .content-r p {
    text-indent: 2em;
    line-height: 1.69rem;
    font-size: 1.125rem;
    color: #666;
    font-weight: 400;
}

.page2 .page-wrap .content-bottom {
    width: 100%;
    margin-top: 5rem;
}

.page2 .page-wrap .content-bottom .list-item {
    margin: 0 auto 1.5rem;
}

.page2 .page-wrap .content-bottom .list-item h2 {
    color: #439345;
    text-align: center;
}

.page2 .page-wrap .content-bottom .list-item h2 b.big {
    font-size: 3.56rem;
    line-height: 5rem;
}

.page2 .page-wrap .content-bottom .list-item h2 i {
    font-size: 1.5rem;
}

.page2 .page-wrap .content-bottom .list-item p {
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin-top: 1.5;
    white-space: nowrap;
    color: #666666;
    text-align: center;
}

.page3 {
    padding-bottom: 3rem;
}

.page3 .page-wrap {
}

.page3 .page-wrap h2.titleh2 {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
}

.page3 .content-list {
    padding-bottom: 1px;
}

.page3 .content-list .list-item {
    padding: 3rem 2.3rem 3.9rem 4rem;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0.6rem 1.1rem 0px rgba(8, 73, 132, 0.06);
    border-radius: 0.5rem;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
    backdrop-filter: blur(0.5rem);
    margin-bottom: 2.3rem;
}

.page3 .content-list .list-item .content-l {
    width: 11.9rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 18px 0px rgba(8, 73, 132, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(0.6rem);
    overflow: hidden;
}

.page3 .content-list .list-item .content-r {
    width: calc(100% - 17.7rem);
    padding-left: 3.8rem;
    flex: 1;
}

.page3 .content-list .list-item .content-r h2 {
    font-size: 1.8rem;
    line-height: 3.37rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 400;
}

.page3 .content-list .list-item .content-r p {
    font-size: 1rem;
    line-height: 1.69rem;
    color: #666;
    font-weight: 400;
}

.page3 .content-list .list-item .content-r a span {
    color: #0A9539;
    margin-top: 1.25rem;
}


/* .page4 {
    background: linear-gradient(180deg, #F5FFF7 0%, #FFFFFF 44%, rgba(248, 255, 249, 0.44) 69%, #F5FFF7 100%);
    padding-bottom: 6.68rem;
} */

.page4 .page-wrap {
}

.page4 .page-wrap .content-title {
    position: relative;
}

.page4 .page-wrap .content-title {
    /* padding-top: 4.8rem;
    padding-bottom: 6.5rem; */
    text-align: right;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
}

.page4 .page-wrap .more {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: right;
    color: #fff;
}

.page4 .page-wrap .more .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.625rem;
}

.module-01 .module-title h2 {
    font-size: 2.625rem;
    line-height: 4rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
}

.module-01 .module-title p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.module-content {
    margin-bottom: 5rem;
}

.module-content:nth-of-type(2) {
    margin-bottom: 0;
}

.module-content h2 {
    font-size: 2.625rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2.625rem;
}

.module-content p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.module-content .module-content-r {
}

.module-content .module-content-r .content-list {
}


/* .module-02 {
    margin-top: 6.9rem;
    margin-bottom: 4.6rem;
} */

.module-02 .module-title h2 {
    font-size: 2.65rem;
    line-height: 4rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
}

.module-02 .module-title p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}


/* .module-02 .content-list {
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
} */

.module-02 .list-item {
    width: 23%;
    max-width: 108px;
}

.module-02 .item-img {
    margin-bottom: 1.5rem;
    width: 100%;
}

.module-02 .item-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.module-02 .item-message {
}

.module-02 .item-message p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
}

.module-03-content {
    width: 100%;
    position: relative;
}

.module-03-content > img {
    width: 17%;
    margin-left: 50%;
}

.module-03-content .img-position-01 {
    position: absolute;
    width: 50%;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.module-03-content .img-position-01 h2 {
    text-align: center;
    line-height: 2.8rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.module-03-content .module-03-pos {
    position: absolute;
    top: 0;
    left: 63%;
    height: 100%;
    width: 100%;
}

.module-03-content .module-03-pos .r-item {
    position: absolute;
    left: 0;
    top: 3%;
}

.module-03-content .module-03-pos .r-item span {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.module-03-content .module-03-pos .r-item:nth-of-type(2) {
    left: 6%;
    top: 22.5%;
}

.module-03-content .module-03-pos .r-item:nth-of-type(3) {
    left: 9%;
    top: 46%;
}

.module-03-content .module-03-pos .r-item:nth-of-type(4) {
    left: 6%;
    top: 67.5%;
}

.module-03-content .module-03-pos .r-item:nth-of-type(5) {
    left: 0;
    top: 86.5%;
}


/* .module-04 {
    margin-top: 9.25rem;
} */

.module-04 .module-04-wrap {
    width: 70%;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

.module-04-content {
    position: relative;
}

.module-04 .img-position-01 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 57%;
    z-index: 10;
}

.module-04 .img-position-01 h2 {
    color: #fff;
    font-size: 2.625rem;
    line-height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    white-space: nowrap;
}

.module-04-pos-l,
.module-04-pos-r {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.module-04-pos-r {
    left: auto;
    right: 0;
}

.module-04-pos-l .r-item {
    position: absolute;
    left: 95%;
    top: 7%;
}

.module-04-pos-r .r-item {
    position: absolute;
    right: 95%;
    top: 7%;
}

.module-04-pos-l .r-item span,
.module-04-pos-r .r-item span {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
    display: block;
    white-space: nowrap;
}

.module-04-pos-l .r-item:nth-of-type(2) {
    left: 108%;
    top: 32%;
}

.module-04-pos-l .r-item:nth-of-type(3) {
    left: 108%;
    top: 61%;
}

.module-04-pos-l .r-item:nth-of-type(4) {
    left: 95%;
    top: 87%;
}

.module-04-pos-r .r-item:nth-of-type(2) {
    right: 108%;
    top: 32%;
}

.module-04-pos-r .r-item:nth-of-type(3) {
    right: 108%;
    top: 61%;
}

.module-04-pos-r .r-item:nth-of-type(4) {
    right: 95%;
    top: 87%;
}

.module-04-pos-r {
}

.page5 {
}

.page5 .h2title {
    padding-top: 5.31rem;
    padding-bottom: 8.37rem;
}

.page5 {
}

.page5 .module-01 {
    max-width: 1027px;
    width: 90%;
    margin: 8.37rem auto 2.5rem;
}

.page5 .module-02 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.page5 .module-02 img {
    max-width: 996px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .module-content .module-content-l {
        width: 100%;
        text-align: center;
    }

    .module-content .module-content-r {
        width: 100%;
        flex: none;
    }

    .swiper-button-next {
        right: 5%;
    }

    .swiper-button-prev {
        left: 5%;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 2rem;
    }

    .page2 .page-wrap .content-l {
    }

    .page2 .page-wrap .content-r {
        max-height: 30vw;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        /* -webkit-box-orient: vertical; */
        -webkit-line-clamp: 12;
        /* 这里是超出几行省略 */
    }
}

@media (max-width: 768px) {
    .module-04 .module-04-wrap {
        width: 50%;
    }

    .page3 .content-list .list-item .content-r p {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .page2 .page-wrap .content-bottom .list-item {
        margin: 0 1rem 2rem;
    }

    .module-02 .list-item {
        width: 15%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .module-01 .module-title p {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .page2 .page-wrap .content-l {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .page2 .page-wrap .content-r {
        width: 100%;
        height: auto;
        flex: none;
    }

    .page3 .content-list .list-item {
        padding: 1.5rem;
    }

    .page3 .content-list .list-item .content-l {
        width: 8rem;
    }

    .page3 .content-list .list-item .content-r {
        width: calc(100% - 14.7rem);
        padding-left: 2rem;
    }

    .page3 .content-list .list-item .content-r p {
        height: 3.38rem;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .page3 .content-list .list-item .content-r h2 {
        line-height: 2.2rem;
    }

    .module-02 .list-item {
        max-width: 80px;
    }

    .swiper-button-next {
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-width: 1px;
        margin-right: 0;
        right: 2%;
    }

    .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-width: 1px;
        left: 2%;
        margin-left: 0;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1rem;
    }

    .swiper-slide .img-position-01 h2 {
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .group-content .page .swiper-wrapper .swiper-slide .slide-bg img {
        height: 360px;
        width: auto;
    }

    .page-group .page-group-wrap .group-title-item {
        padding: 4px;
    }

    .page-group .page-group-wrap .group-title-item p {
        font-size: 1.2rem;
    }

    .module-content h2,
    .module-01 .module-title h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .module-content p,
    .module-01 .module-title p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .module-content h2 {
        margin-bottom: 1rem;
    }

    .module-content {
        margin-bottom: 2rem;
    }
}