@charset "utf-8";
/* CSS Document */


.divider {
    width: 10px;
}

.header-cover {
    height: 1030px;
}

.header-intro {
    width: 1200px;
    height: 200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 7px;
    background: rgba(0, 153, 78, 0.8);
}

.header-intro .box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(199, 0, 23, 0.6);
}

.header-intro .head {
    width: 100%;
    height: 164px;
    display: flex;
    align-items: flex-start;
}

.header-intro .head .title {
    width: 72px;
    position: relative;
}

.header-intro .head .title .rect {
    position: absolute;
    left: 10px;
    top: 15px;
}

.header-intro .head .title .rect:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 0;
    background: #299855;
}

.header-intro .head .title .rect:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 24px;
    background: #057038;
}

.header-intro .head .title .round {
    position: absolute;
    left: 35px;
    top: 107px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(204, 35, 55, 0.2);
}

.header-intro .head .title .text {
    position: relative;
    z-index: 2;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    color: #ffd576;
    text-align: center;
    width: 30px;
    text-shadow: 3px 3px #691315;
    padding: 20px 0 0 30px;
}

.header-intro .head .content {
    flex: 1;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 16px;
}

.header-intro .head .content .scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-intro .head .content .scroll::-webkit-scrollbar {
    width: 3px;
    background: rgba(255, 189, 118, 0.1);
}

.header-intro .head .content .scroll::-webkit-scrollbar-thumb {
    background-color: #ffbd76;
}

.header-intro .head .content .padding {
    padding: 0 16px;
}

.header-intro .head .content .text {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
    letter-spacing: calc(1em / 1000 * 170);
}

.header-intro .head .content .text p {
    text-indent: 2em;
}

.header-intro .foot {
    width: 1120px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.header-intro .foot:before {
    content: '';
    display: block;
    width: auto;
    height: 2px;
    background: #ffbd76;
    flex: 1;
    min-width: 0;
}

.header-intro .foot:after {
    content: '';
    display: block;
    width: 43px;
    height: 7px;
    background: #ffe076;
    border-radius: 0 5px 5px 0;
}


.header-video {
    width: 1110px;
    height: 692px;
    box-sizing: border-box;
    padding: 38px 35px 0 35px;
    margin: 0 auto;
    background: linear-gradient(to right bottom, #ffefb8, #ffbe76);
    border-radius: 40px 40px 0 0;
    box-shadow: 6px 8px 2px rgba(7, 112, 67, 0.7);
}

.header-video .head {
    width: 100%;
    height: 584px;
    box-sizing: border-box;
    background: #f4ae5f;
    padding: 6px;
}

.header-video .head .box {
    width: 100%;
    height: 100%;
    position: relative;
}

.header-video .head .box .btn {
    font-size: 0;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 10;
}

.header-video .head .box .btn a {
    display: block;
}

.header-video .head .box .btn img {
    width: 88px;
    height: 88px;
}

.header-video .head .box .img {
    font-size: 0;
    width: 100%;
    height: 100%;
}

.header-video .head .box .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-video .head .box .img img {
    width: 100%;
    height: 100%;
}

.header-video .foot {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header-video .foot .line {
    width: 120px;
    height: 2px;
    position: relative;
    flex: none;
}

.header-video .foot .line:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #076d41;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.header-video .foot .line.l {
    background: linear-gradient(to right, #076d41, rgba(7, 109, 65, 0));
}

.header-video .foot .line.l:before {
    left: 0;
}

.header-video .foot .line.r {
    background: linear-gradient(to left, #076d41, rgba(7, 109, 65, 0));
}

.header-video .foot .line.r:before {
    right: 0;
}

.header-video .foot .text {
    min-width: 0;
    font-size: 25px;
    font-weight: bold;
    color: #0e351e;
}

.header-video .foot .text a {
    color: #0e351e;
}


.footer {
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 36px;
    background: #295e30;
    letter-spacing: calc(1em / 1000 * 30);
    padding: 40px 0 70px 0;
}


.c-title {
    text-align: center;
    font-size: 0;
}

.c-title img {
    height: 130px;
}


.c-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/tit1.png") no-repeat center / auto 100%;
}

.c-tit .text {
    width: 470px;
    height: 58px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #0e351e;
    position: relative;
}

.c-tit a.text:after {
    content: '';
    display: block;
    width: 40px;
    height: 55px;
    background: url("../images/hand.png") no-repeat center / 100% 100%;
    position: absolute;
    right: 25px;
    top: 15px;
}

.c-tit:before,
.c-tit:after {
    content: '';
    display: block;
    width: 318px;
    height: 28px;
    background: url("../images/tit-dot.png") no-repeat center / 100% 100%;
}

.c-tit.tit2 {
    background-image: url("../images/tit2.png");
}

.c-tit.tit2 .text {
    width: 330px;
    padding-right: 60px;
}


.sub-title {
    width: 343px;
    height: 44px;
    background: linear-gradient(to right bottom, #39a25c, #2e6a42, #124624);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffefb7;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.sub-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffefb7;
}

.sub-title a:after {
    content: '';
    display: block;
    width: 31px;
    height: 45px;
    background: url("../images/hand2.png") no-repeat center / 100% 100%;
    position: absolute;
    right: 20px;
    top: 14px;
}


.button-control {
    width: 60px;
    height: 90px;
    background: url("../images/button2.png") no-repeat left center / 200% 100%;
    cursor: pointer;
}

.button-control.next {
    background-position-x: right;
}

.button-control.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}


.module1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1384px;
    margin: 0 auto;
}

.module1 .swiper {
    width: 1200px;
    padding-bottom: 10px;
}

.module1 .swiper-slide .item {
    width: 386px;
    height: 217px;
    position: relative;
    background: #ffefb8;
    box-shadow: 6px 8px 2px rgba(7, 112, 67, 0.7);
}

.module1 .swiper-slide .item .img {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module1 .swiper-slide .item .img img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    object-fit: cover;
    cursor: pointer;
}

.module1 .swiper-slide .item .txt {
    width: 296px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    background: #3e5a3d;
    position: absolute;
    left: 50%;
    margin-left: -148px;
    bottom: 10px;
    z-index: 2;
    pointer-events: none;
}





.module2 {position: relative; height: 1047px; background: url("../images/timeline.jpg") no-repeat center top / 1920px auto;}
.module2 .group {
    --delay: 0;
}
.module2 .group {position: absolute; margin: -10px 0 0 30px;}
.module2 .group .date {font-size: 35px; font-weight: bold; color: #ffeeb6; width: fit-content;}
.module2 .group .date {
    background-image: linear-gradient(to right, #ffbe76, #ffefb7);
    -webkit-background-clip: text;
    color: transparent; /* 确保文本是透明的，以便背景图片显示 */
}
.module2 .group .text {font-size: 22px; line-height: 35px; color: #ffffff;}
.module2 .group .text.shadow {text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);}
.module2 .group .icon {width: 20px; height: 30px; background: #fddfb9; position: absolute; left: -30px; top: 10px;}
.module2 .group .icon {clip-path: polygon(0 0, 0% 100%, 100% 50%);}
.module2 .group .line {height: 20px; border-left: 2px dotted #fddfb9; position: absolute; left: -30px; top: 40px;}
.module2 .group.reverse .line {bottom: calc(100% - 10px); top: auto;}

.module2 .group {opacity: 0; transform: translateY(-50px); transition: transform 500ms, opacity 500ms; transition-delay: 0s;}
.module2 .group.reverse {transform: translateY(50px);}
.module2.show .group {opacity: 1; transform: translateY(0); transition-delay: var(--delay);}




.module3 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.module3-show {
    width: 920px;
    height: 526px;
    box-sizing: border-box;
    padding: 18px;
}

.module3-show {
    border-width: 14px;
    border-style: solid;
    border-top-color: #197d40;
    border-bottom-color: #197d40;
    border-left-color: #01ad57;
    border-right-color: #01ad57;
    background: #ffedb5;
}

.module3-show .swiper,
.module3-show .swiper-slide,
.module3-show .swiper-slide .box,
.module3-show .swiper-slide .box .img,
.module3-show .swiper-slide .box .img img {
    width: 100%;
    height: 100%;
}

.module3-show .swiper-slide .box {
    position: relative;
}

.module3-show .swiper-slide .box .img img {
    object-fit: cover;
}

.module3-show .swiper-slide .box .txt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(14, 72, 38, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.module3-show .swiper-slide .box .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.module3-list {
    width: 272px;
    height: 526px;
}

.module3-list .button {
    width: 100%;
    height: 20px;
    background: #197d40;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module3-list .button:before {
    content: '';
    display: block;
    width: 38px;
    height: 12px;
    background: url("../images/button1.png") no-repeat center top / 100% 200%;
}

.module3-list .button.next:before {
    background-position-y: bottom;
}

.module3-list .swiper {
    width: 100%;
    height: 472px;
    margin: 7px 0;
}

.module3-list .swiper .swiper-slide {
    width: 100%;
    height: 152px;
}

.module3-list .swiper .swiper-slide .box,
.module3-list .swiper .swiper-slide .box .img,
.module3-list .swiper .swiper-slide .box .img img {
    width: 100%;
    height: 100%;
}

.module3-list .swiper .swiper-slide .box .img img {
    object-fit: cover;
}

.module3-list .swiper .swiper-slide .box {
    position: relative;
    cursor: pointer;
}

.module3-list .swiper .swiper-slide .box .txt {
    width: 100%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: rgba(14, 72, 38, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.module3-list .swiper .swiper-slide .box .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module3-list .swiper .swiper-slide.swiper-slide-active .txt {
    white-space: wrap;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.module4 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.module4-left {
    width: 492px;
}

.module4-show {
    width: 695px;
    height: 390px;
    box-sizing: border-box;
    border: 4px solid #2e6a42;
    position: relative;
}

.module4-show .img {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.module4-show .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.module4-show .txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    background: rgba(14, 53, 30, 0.6);
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.module4-head {
    min-height: 260px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.module4-title {
    height: 106px;
    background: url("../images/box-title.png") no-repeat left center / auto 100%;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #ffebb1;
    padding-left: 40px;
}

.module4-content {
    padding-top: 20px;
}

.module4-content .scroll {
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    text-indent: 2em;
    padding: 0 25px;
    height: 102px;
    overflow-x: hidden;
    overflow-y: auto;
}

.module4-content .scroll::-webkit-scrollbar {
    width: 3px;
    background: rgba(255, 189, 118, 0.1);
}

.module4-content .scroll::-webkit-scrollbar-thumb {
    background-color: #ffbd76;
}

.module4-content p {
    text-indent: 2em;
}


.module4-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.module4-list .button {
    width: 24px;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2e6a42;
    cursor: pointer;
}

.module4-list .button:before {
    content: '';
    display: block;
    width: 14px;
    height: 21px;
    background: url("../images/button2.png") no-repeat left center / 200% 100%;
}

.module4-list .button.next:before {
    background-position-x: right;
}

.module4-list .button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.module4-list .swiper {
    width: 428px;
    height: 118px;
}

.module4-list .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}


.module5 {
    width: 1025px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module5-left {
    width: 702px;
    height: 395px;
    font-size: 0;
    box-shadow: 4px 6px 2px rgba(7, 112, 67, 0.7);
}

.module5-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.module5-right {
    width: 297px;
    height: 395px;
    font-size: 0;
    box-shadow: 4px 6px 2px rgba(7, 112, 67, 0.7);
}

.module5-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}


.module6 {
    width: 1070px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module6 .swiper {
    width: 880px;
    height: 346px;
    padding: 10px;
}

.module6-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.module6-item {
    display: block;
    width: 100%;
    height: 167px;
    position: relative;
    box-sizing: border-box;
    padding-top: 24px;
}

.module6-img {
    width: 142px;
    height: 142px;
    box-sizing: border-box;
    padding: 4px;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    right: 18px;
    top: 0;
    background: linear-gradient(to right top, #f8e7bb, #f5b269);
}

.module6-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.module6-box {
    width: 100%;
    height: 143px;
    box-sizing: border-box;
    padding: 20px 170px 0 30px;
    border-radius: 15px;
    box-shadow: 0 2px 8px #03592a;
}

.module6-box {
    background: url("../images/module6-icon.png") no-repeat 13px 10px / 100px 76px, linear-gradient(to right, #fddfb9, #f5b269);
}

.module6-box .title {
    font-size: 18px;
    color: #0e351e;
}

.module6-box .title span {
    font-size: 22px;
    font-weight: bold;
    padding-right: 5px;
}

.module6-box .content {
    text-indent: 2em;
    font-size: 16px;
    line-height: 23px;
    color: #0e351e;
    -webkit-line-clamp: 3;
    padding-top: 5px;
}

.module6-group .module6-item:nth-child(even) .module6-img {
    left: 18px;
    right: auto;
}

.module6-group .module6-item:nth-child(even) .module6-box {
    padding: 20px 30px 0 170px;
}

.module6-group .module6-item:nth-child(even) .module6-box {
    background: url("../images/module6-icon.png") no-repeat 308px 10px / 100px 76px, linear-gradient(to right, #fddfb9, #f5b269);
}

.module7 {width: 1000px; margin: 0 auto;}
.module7-txt {width: 100%; height: auto;}
.module7-txt .swiper {padding-bottom: 50px;}
.module7-txt-list {display: grid; gap: 5px;}
.module7-txt-list .item {width: 100%; padding: 8px 0; cursor: pointer;}
.module7-txt-list .item .text {width: 100%; box-sizing: border-box; font-size: 20px; color: #fff; line-height: 30px; padding: 5px 70px; background: linear-gradient(to right, rgba(20, 113, 75, 1), rgba(20, 113, 75, 0));}
.module7-txt-list .item .text {clip-path: polygon(45px 0%, 100% 0%, calc(100% - 45px) 100%, 0% 100%);}
.module7-txt-list .item:hover {padding: 0;}
.module7-txt-list .item:hover .text {background: linear-gradient(to right, rgba(35, 196, 122, 1), rgba(35, 196, 122, 0)); color: #0e351e; font-size: 24px; line-height: 36px; padding: 10px 70px; font-weight: bold;}
.module7-txt .swiper-pagination {font-size: 0; bottom: 10px;}
.module7-txt .swiper-pagination .swiper-pagination-bullet {width: 20px; height: 20px; border-radius: 0; opacity: 1; background: #2e6a42; margin: 0 10px; transition: all 0.2s;}
.module7-txt .swiper-pagination .swiper-pagination-bullet-active {background: #ffefb8; transform: rotate(45deg);}

.module7-img {width: 540px;}
.module7-img .swiper {padding: 0 10px 50px 10px;}
.module7-img .swiper .group {display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;}
.module7-img .swiper .group .item {width: calc(50% - 10px); font-size: 0; box-shadow: 0 2px 8px #03592a;}
.module7-img .swiper .group .item img {width: 100%; aspect-ratio: 250 / 164;}
.module7-img .swiper-pagination {font-size: 0; bottom: 10px;}
.module7-img .swiper-pagination .swiper-pagination-bullet {width: 20px; height: 20px; border-radius: 0; opacity: 1; background: #2e6a42; margin: 0 10px; transition: all 0.2s;}
.module7-img .swiper-pagination .swiper-pagination-bullet-active {background: #ffefb8; transform: rotate(45deg);}







.module17 {
    width: 1360px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module17 .button {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(#39a25c, #2e6a42, #124624);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.module17 .button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.module17 .button:before {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    background: #ffeeb6;
}

.module17 .button.prev:before {
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.module17 .button.next:before {
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}


.module8 {
    width: 1200px;
    margin: 0 auto;
}


.module8 .outer-button {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(#39a25c, #2e6a42, #124624);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.module8 .outer-button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.module8 .outer-button:before {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    background: #ffeeb6;
}

.module8 .outer-button.prev:before {
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.module8 .outer-button.next:before {
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.module8 .swiper-outer {
    width: 1200px;
}

.module8-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module8-show {
    width: 660px;
}

.module8-show .img {
    font-size: 0;
}

.module8-show .img img {
    width: 660px;
    height: 368px;
    cursor: pointer;
    object-fit: cover;
}

.module8-show .txt {
    background: linear-gradient(to right, #feeeb4, #f4dc8b);
    padding: 0 20px;
    text-align: center;
    font-size: 22px;
    color: #0e351e;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
}


.module8-main {
    width: 522px;
}

.module8-head {
    height: 246px;
}

.module8-head .swiper {
    padding-left: 7px;
}

.module8-head .swiper,
.module8-head .swiper-slide,
.module8-head .swiper-slide .box {
    height: 100%;
}

.module8-head .swiper-slide .box {
    display: flex;
    align-items: center;
}

.module8-head .swiper-slide .box .left {
    width: 196px;
    height: 246px;
    position: relative;
}

.module8-head .swiper-slide .box .left .image {
    font-size: 0;
    border-radius: 15px;
    background: linear-gradient(to right top, #f8e7bb, #f5b269);
    padding: 4px;
}

.module8-head .swiper-slide .box .left .image img {
    width: 188px;
    height: 238px;
    border-radius: 11px;
}

.module8-head .swiper-slide .box .left .name {
    width: auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #0e351e;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: -7px;
    bottom: 12px;
    z-index: 2;
    background: linear-gradient(to right bottom, #ffefb8, #f4dc8b);
}

.module8-head .swiper-slide .box .left .name {
    clip-path: polygon(0% 0%, calc(100% - 5px) 0%, 100% 100%, 5px 100%);
}


.module8-head .swiper-slide .box .right {
    flex: 1;
    background: linear-gradient(to right, #038e4b, #03a054);
    min-height: 238px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 20px;
    letter-spacing: calc(1em / 1000 * 90);
}

.module8-head .swiper-slide .box .right .title {
    color: #feeeb5;
}

.module8-head .swiper-slide .box .right .scroll {
    width: 100%;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
}

.module8-head .swiper-slide .box .right .scroll::-webkit-scrollbar {
    width: 3px;
    background: rgba(255, 189, 118, 0.1);
}

.module8-head .swiper-slide .box .right .scroll::-webkit-scrollbar-thumb {
    background-color: #ffbd76;
}

.module8-head .swiper-slide .box .right .content {
    max-width: 270px;
    color: #fff;
}

.module8-foot {
    padding: 27px 0 0 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module8-foot .button {
    width: 20px;
    height: 24px;
    cursor: pointer;
    background: #feeeb5;
}

.module8-foot .button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.module8-foot .button.prev {
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.module8-foot .button.next {
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.module8-foot .swiper {
    width: 406px;
    height: 130px;
}

.module8-foot .swiper .swiper-slide .box {
    width: 130px;
    height: 130px;
    font-size: 0;
    background: none;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 6px;
    cursor: pointer;
}

.module8-foot .swiper .swiper-slide .box img {
    width: 112px;
    height: 112px;
    border: 3px solid #feeeb5;
    object-fit: cover;
    /*
   object-position: center top; border-radius: 50%;*/
}

/*

.module8-foot .swiper .swiper-slide.swiper-slide-active .box {
    background: linear-gradient(#379757, #124724);
}
 */


.module8 .swiper-pagination {position: static; left: auto; top: auto; bottom: auto; display: flex; justify-content: center; align-items: center; gap: 12px; padding-top: 10px;}
.module8 .swiper-pagination .swiper-pagination-bullet {width: 24px; height: 24px; display: flex; justify-content: center; align-items: center; border-radius: 0; margin: 0; box-sizing: border-box; border: 1px solid #ffefb7; background: none; font-size: 16px; color: #ffefb7; opacity: 1;}
.module8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #ffefb7; color: #047f43; font-weight: bold;}



.module9 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.module9-left {
    width: 518px;
}

.module9-right {
    width: 655px;
    display: grid;
    gap: 28px;
}

.module9-title {
    height: 106px;
    background: url("../images/box-title.png") no-repeat left center / auto 100%;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #ffebb1;
    padding-left: 40px;
}

.module9-content {
    padding: 20px 10px 0 25px;
    -webkit-line-clamp: 4;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    text-indent: 2em;
}

.module9-content p {
    text-indent: 2em;
}

.module9-total {
    display: flex;
    gap: 19px;
    padding-top: 20px;
}

.module9-total .item {
    width: 160px;
    height: 170px;
    background: linear-gradient(to right bottom, #39a25c, #2e6a42, #124624);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.module9-total .item .txt {
    font-size: 17px;
    line-height: 27px;
}

.module9-total .item .tit {
    font-size: 18px;
    line-height: 27px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding-top: 5px;
}

.module9-total .item .num {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.module9-total .item .num span {
    font-size: 22px;
    font-weight: bold;
    color: #ffefb7;
}


.module9-group {
    width: 100%;
    min-width: 0;
}

.module9-name {
    text-align: center;
    width: 100%;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
    color: #0e351e;
    font-weight: bold;
    background: linear-gradient(to right, #fddfb9, #f5b269);
}

.module9-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module9-item {
    width: 322px;
    height: 180px;
}

.module9-item .img {
    font-size: 0;
    width: 100%;
    height: 100%;
}

.module9-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.module9-item .img-list {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
}

.module9-item .img-list .img {
    height: 86px;
}


.module10 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module10-left {
    width: 560px;
}

.module10-right {
    width: 574px;
}


.module10-process {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.module10-process .arr {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffefb7;
    text-align: center;
}

.module10-process .box {
    width: auto;
    height: 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    min-width: 0;
    border: 2px solid #f4dc8b;
    border-radius: 14px;
    padding: 0 8px;
    font-size: 15px;
    color: #ffefb7;
}

.module10-process .box.on {
    background: #ffefb7;
    border-color: #ffefb7;
    color: #0e351e;
    font-weight: bold;
}


.module10-show {
    font-size: 0;
    padding-top: 10px;
}

.module10-show img {
    width: 100%;
    /*
    height: 300px;
     */
}


.module10-left .swiper-pagination {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 0px;
}

.module10-left .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #ffefb7;
    background: none;
    font-size: 16px;
    color: #ffefb7;
    opacity: 1;
}

.module10-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffefb7;
    color: #047f43;
    font-weight: bold;
}


.module10-intro {
    border: 2px solid #ffefb7;
    border-radius: 11px;
    padding: 12px 6px;
    margin-top: 20px;
}

.module10-content {
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    height: calc(23px * 12);
    color: #fff;
    padding: 0 6px;
    letter-spacing: calc(1em / 1000 * 30);
    text-indent: 2em;
    overflow-x: hidden;
    overflow-y: auto;
}

.module10-content p {
    text-indent: 2em;
}

.module10-content span {
    font-weight: bold;
    font-size: 16px;
    color: #f4dc8b;
}

.module10-content::-webkit-scrollbar {
    width: 3px;
    background: rgba(255, 189, 118, 0.1);
}

.module10-content::-webkit-scrollbar-thumb {
    background-color: #ffbd76;
}

.module10-book {
    padding-top: 20px;
}

.module10-book-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.module10-book-list .item {
    font-size: 0;
}

.module10-book-list .item img {
    width: 200px;
    height: 112px;
    cursor: pointer;
}


.module10-book .swiper-pagination {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 17px;
}

.module10-book .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #ffefb7;
    background: none;
    font-size: 16px;
    color: #ffefb7;
    opacity: 1;
}

.module10-book .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffefb7;
    color: #047f43;
    font-weight: bold;
}


.module11 {
    width: 1200px;
    margin: 0 auto;
}

.module11-head {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.module11-head-intro {
    width: 304px;
    height: 244px;
    background: #ffefb8;
    box-sizing: border-box;
    padding: 15px 5px 0 5px;
}

.module11-head-intro .title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    line-height: 1;
    color: #0e351e;
    font-weight: bold;
    padding: 0 5px;
}

.module11-head-intro .title:before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #39a25c;
}

.module11-head-intro .content {
    font-size: 16px;
    color: #0e351e;
    line-height: 26px;
    letter-spacing: calc(1em / 1000 * 30);
    text-indent: 2em;
    margin-top: 10px;
    height: 182px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px;
}

.module11-head-intro .content p {
    text-indent: 2em;
}

.module11-head-intro .content::-webkit-scrollbar {
    width: 3px;
    background: rgba(255, 189, 118, 0.5);
}

.module11-head-intro .content::-webkit-scrollbar-thumb {
    background-color: #ffbd76;
}


.module11-head-group {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.module11-head-group .item {
    width: 433px;
    position: relative;
}

.module11-head-group .item .img {
    font-size: 0;
}

.module11-head-group .item .img img {
    width: 100%;
    height: 244px;
    object-fit: cover;
    cursor: pointer;
}

.module11-head-group .item .txt {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    background: rgba(14, 53, 30, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}


.module11-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}

.module11-column {
    width: 576px;
}

.module11-main-tops {
    display: flex;
    gap: 8px;
    padding-top: 20px;
}

.module11-main-tops .item {
    flex: 1;
    min-width: 0;
    position: relative;
}

.module11-main-tops .item .txt {
    width: 138px;
    height: 149px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    color: #0e351e;
    letter-spacing: calc(1em / 1000 * 95);
    box-sizing: border-box;
    padding-top: 35px;
    position: relative;
    z-index: 2;
}

.module11-main-tops .item .img {
    font-size: 0;
    position: absolute;
    left: -14px;
    top: 0;
}

.module11-main-tops .item .img img {
    width: 155px;
    height: 149px;
}


.module11-main-list {
    margin-top: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    height: 158px;
    justify-content: center;
    gap: 8px;
}

.module11-main-list1 {
    background: linear-gradient(to right bottom, #39a25c, #1d833f);
}

.module11-main-list2 {
    background: linear-gradient(to right bottom, #fddeb6, #f5b36a);
}

.module11-main-list .button {
    width: 26px;
    height: 40px;
    background: url("../images/button2.png") no-repeat left center / 200% 100%;
    cursor: pointer;
}

.module11-main-list .button.next {
    background-position-x: right;
}

.module11-main-list .button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.module11-main-list .swiper {
    width: 504px;
    height: 140px;
    margin: 0;
}

.module11-main-list .swiper .swiper-slide {
    font-size: 0;
}

.module11-main-list .swiper .swiper-slide img {
    width: 246px;
    height: 148px;
    object-fit: cover;
    cursor: pointer;
}


.module11-main-show {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.module11-main-show .item {
    width: 48px;
    height: 206px;
}

.module11-main-show .item .img {
    display: none;
    font-size: 0;
    width: 390px;
    height: 206px;
    box-sizing: border-box;
    background: linear-gradient(#fddfb9, #f5b269);
    padding: 2px;
    border-radius: 15px;
}

.module11-main-show .item .img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 13px;
}

.module11-main-show .item .txt {
    width: 48px;
    height: 206px;
    border-radius: 15px;
    background: linear-gradient(to right, #fddfb9, #f5b269);
    font-size: 16px;
    font-weight: bold;
    color: #003e24;
    line-height: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.module11-main-show .item.on {
    width: 390px;
}

.module11-main-show .item.on .img {
    display: block;
}

.module11-main-show .item.on .txt {
    display: none;
}

.module11-main-show2 .item .img {
    background: linear-gradient(#1d833f, #124624);
}

.module11-main-show2 .item .txt {
    background: linear-gradient(#39a25c, #2e6a42, #124624);
    color: #fff;
}


.module12 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.module12 .button-control {
    position: absolute;
    top: 50%;
    margin-top: -45px;
}

.module12 .button-control.prev {
    left: -80px;
}

.module12 .button-control.next {
    right: -80px;
}

.module12 .swiper {
    width: 1200px;
    height: 382px;
}

.module12-group {
    width: 576px;
    height: 382px;
}

.module12-head {
    display: flex;
    align-items: flex-end;
}

.module12-teacher {
    width: 170px;
    height: 214px;
    background: url("../images/module12-bg.png") no-repeat center bottom / 100% 214px;
    position: relative;
}

.module12-teacher:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/module12-mask.png") no-repeat center / 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.module12-teacher .img {
    font-size: 0;
}

.module12-teacher .img a {
    display: block;
}

.module12-teacher .img img {
    width: 170px;
    height: 214px;
}

.module12-teacher .con {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 3;
}

.module12-teacher .con .name {
    font-size: 17px;
    font-weight: bold;
    color: #ffe39e;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}

.module12-teacher .con .name a {
    color: #ffe39e;
}

.module12-teacher .con .tag {
    font-size: 12px;
    color: #fff;
}

.module12-teacher .mark {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #2b2b2b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.module12-course {
    width: 406px;
    height: 214px;
    box-sizing: border-box;
    border: 2px solid #eeb25c;
}

.module12-course .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.module12-course .box .img {
    font-size: 0;
    width: 100%;
    height: 100%;
}

.module12-course .box .img img {
    width: 100%;
    height: 100%;
}

.module12-course .box .con {
    width: 100%;
    height: 22px;
    background: rgba(14, 53, 30, 0.6);
    box-sizing: border-box;
    padding: 0 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.module12-course .box .con .btn {
    font-size: 0;
}

.module12-course .box .con .btn img {
    width: 18px;
    height: 18px;
}

.module12-course .box .con .txt {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    color: #fff;
}

.module12-list {
    width: auto;
    height: 154px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 2px solid #f4dc8b;
    margin-top: 10px;
}

.module12-list .scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0;
    height: 146px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

.module12-list .item {
    width: 82px;
    display: inline-block;
    padding: 10px 7px 0 7px;
}

.module12-list .item:first-child {
    padding-left: 0;
}

.module12-list .item:last-child {
    padding-right: 0;
}

.module12-list .item .img {
    font-size: 0;
    text-align: center;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}

.module12-list .item .img a {
    display: block;
}

.module12-list .item .img img {
    width: 82px;
    height: 103px;
}

.module12-list .item .txt {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

.module12-list .item .txt a {
    font-size: 14px;
    color: #fff;
}

.module12-list .scroll::-webkit-scrollbar {
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
}

.module12-list .scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}


.module13 {
    width: 1250px;
    margin: 0 auto;
    position: relative;
}

.module13 .button-control {
    position: absolute;
    top: 50%;
    margin-top: -45px;
}

.module13 .button-control.prev {
    left: 0;
}

.module13 .button-control.next {
    right: 0;
}

.module13 .swiper {
    width: 1098px;
    margin: 0 auto;
    padding: 60px 0;
}

.module13 .swiper .swiper-slide {
    width: 300px;
    height: 300px;
    font-size: 0;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.module13 .swiper .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    pointer-events: none;
    border: 3px solid #077043;
}

.module13 .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.module13 .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
    z-index: 20;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}


.module14 {
    width: 1400px;
    margin: 0 auto;
    background: url("../images/module14-line.png") no-repeat center 60px / 1260px 124px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module14 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(to right bottom, #39a25c, #2e6a42, #124624);
}

.module14 .item:nth-child(even) {
    margin-top: 100px;
}

.module14 .item .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #fff3ca;
}


.module15 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module15-left {
    width: 316px;
    height: 330px;
    background: linear-gradient(to right, #fddfb9, #f5b269);
    box-sizing: border-box;
    padding: 0 25px;
}

.module15-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0e351e;
    padding-top: 20px;
}

.module15-list {
    width: auto;
}

.module15-list .item {
    border-bottom: 2px dashed #1d833f;
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
}

.module15-list .item:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.module15-list .item .img {
    font-size: 0;
}

.module15-list .item .img img {
    width: 42px;
    height: 42px;
}

.module15-list .item .con {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 25px;
    color: #0e351e;
    letter-spacing: calc(1em / 1000 * 95);
}

.module15-show {
    width: 870px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.module15-show .txt {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    background: linear-gradient(to right, #fddfb9, #f5b269);
    font-size: 18px;
    font-weight: bold;
    color: #0e351e;
}

.module15-show .left {
    width: 286px;
    display: grid;
    gap: 6px;
}

.module15-show .left .item {
    min-width: 0;
}

.module15-show .left .item .img {
    font-size: 0;
}

.module15-show .left .item .img img {
    width: 100%;
    height: 124px;
    object-fit: cover;
    cursor: pointer;
}

.module15-show .right {
    width: 578px;
}

.module15-show .right .img {
    font-size: 0;
}

.module15-show .right .img img {
    width: 100%;
    height: 292px;
    object-fit: cover;
    cursor: pointer;
}

.module15-show .right .txt {
    font-size: 20px;
}

.module15-show .right .swiper {
    padding-bottom: 40px;
}

.module15-show .right .swiper-pagination {
    font-size: 0;
    bottom: 5px;
}

.module15-show .right .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 0;
    opacity: 1;
    background: #2e6a42;
    margin: 0 10px;
    transition: all 0.2s;
}

.module15-show .right .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffefb8;
    transform: rotate(45deg);
}


.module16 {
    width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module16-menu {
    width: 386px;
    display: grid;
    gap: 15px;
}

.module16-menu .item {
    border: 3px solid #49a127;
    border-right: 0 none;
    cursor: pointer;
    padding: 14px 30px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.module16-menu .item .line {
    position: absolute;
    left: 100%;
    margin-left: -3px;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
}

.module16-menu .item .line:before,
.module16-menu .item .line:after {
    content: '';
    display: block;
    width: 3px;
    height: auto;
    flex: 1;
    min-height: 0;
    background: #49a127;
}

.module16-menu .item .line img {
    max-width: max-content;
    width: 26px;
    height: 48px;
    display: none;
}

.module16-menu .item.on .line img {
    display: block;
}

.module16-menu .item .name {
    font-size: 22px;
    line-height: 32px;
    color: #ffedb5;
    font-weight: bold;
    letter-spacing: calc(1em / 1000 * 60);
}

.module16-menu .item .text {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    letter-spacing: calc(1em / 1000 * 60);
    padding-top: 5px;
}


.module16-list {
    width: 620px;
    height: 354px;
    box-sizing: border-box;
    border: 4px solid #49a127;
}

.module16-list .swiper,
.module16-list .swiper-slide,
.module16-list .swiper-slide img {
    width: 100%;
    height: 100%;
}

.module16-list .swiper-slide {
    font-size: 0;
}

.module16-list .swiper-slide img {
    object-fit: cover;
    cursor: pointer;
}


.module17 {
    width: 1360px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module17 .button {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(#39a25c, #2e6a42, #124624);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.module17 .button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.module17 .button:before {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    background: #ffeeb6;
}

.module17 .button.prev:before {
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.module17 .button.next:before {
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}


.module17 .swiper {
    width: 1200px;
}

.module17-list {
    display: flex;
    flex-wrap: wrap;
}

.module17-list .item {
    width: 600px;
    height: 206px;
    display: flex;
}

.module17-list .item .img {
    font-size: 0;
    order: 0;
}

.module17-list .item .img img {
    width: 365px;
    height: 206px;
    object-fit: cover;
    cursor: pointer;
}

.module17-list .item .con {
    flex: 1;
    min-width: 0;
    order: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module17-list .item .con:after {
    content: '';
    display: block;
    width: 261px;
    height: 206px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/module17-bg1.png") no-repeat center / 100% 100%;
}

.module17-list .item .con .box {
    position: relative;
    z-index: 20;
    color: #fff;
    padding: 0 20px;
}

.module17-list .item .con .box .tit {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.module17-list .item .con .box .txt {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding-top: 5px;
    -webkit-line-clamp: 5;
    text-align: justify;
}

.module17-list .item:nth-child(4n + 3) .img,
.module17-list .item:nth-child(4n + 4) .img {
    order: 1;
}

.module17-list .item:nth-child(4n + 3) .con,
.module17-list .item:nth-child(4n + 4) .con {
    order: 0;
}

.module17-list .item:nth-child(4n + 3) .con:after,
.module17-list .item:nth-child(4n + 4) .con:after {
    background-image: url("../images/module17-bg2.png");
    right: auto;
    left: 0;
}


.module18 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.module18 .item {
    width: 264px;
}

.module18 .item:last-child {
    width: 402px;
}

.module18 .item .img {
    font-size: 0;
}

.module18 .item .img img {
    width: 100%;
    height: 252px;
    object-fit: cover;
    cursor: pointer;
}

.module18 .item .txt {
    width: 100%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 15px;
    background: linear-gradient(to right bottom, #39a25c, #2e6a42, #124624);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


.module19 {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module19 .swiper {
    width: 1200px;
}

.module19 .swiper-slide .item {
    display: block;
    width: 590px;
    height: 330px;
    box-sizing: border-box;
    padding: 2px;
    background: linear-gradient(#ffedb5, #f5b36a);
    position: relative;
}

.module19 .swiper-slide .item .img {
    font-size: 0;
    width: 100%;
    height: 100%;
}

.module19 .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.module19 .swiper-slide .item .con {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
}

.module19 .swiper-slide .item .con .btn {
    width: 70px;
    height: 70px;
    background: url("../images/icon-play.png") no-repeat center / 100% 100%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

.module19 .swiper-slide .item .con .txt {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    background: rgba(14, 53, 30, 0.5);
    font-size: 22px;
    color: #fff;
}


.module20 {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module20 .swiper {
    width: 1200px;
    padding-bottom: 6px;
}

.module20-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
    row-gap: 30px;
}

.module20-list .item {
    font-size: 0;
}

.module20-list .item.item-y {
    width: 265px;
}

.module20-list .item.item-x {
    width: 362px;
}

.module20-list .item img {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.module20 .button {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(#39a25c, #2e6a42, #124624);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.module20 .button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.module20 .button:before {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    background: #ffeeb6;
}

.module20 .button.prev:before {
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.module20 .button.next:before {
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}


.module21 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
    background: linear-gradient(#1d833f, #145c2f);
}

.module21 .button-control {
    width: 46px;
    height: 70px;
}

.module21 .swiper {
    width: 1758px;
    margin: 0 auto;
}

.module21 .swiper .swiper-slide {
    font-size: 0;
}

.module21 .swiper .swiper-slide img {
    width: 100%;
    height: 157px;
    object-fit: cover;
    cursor: pointer;
}

.module22 {width: 100%; display: flex; flex-wrap: nowrap;}
.module22 .item {flex-shrink: 0; padding: 0 10px;}
.module22 .item .box {padding: 4px; background: linear-gradient(#ffefb7, #f5b36a); font-size: 0;}
.module22 .item img {width: 100%; aspect-ratio: 16 / 9; object-fit: cover; cursor: pointer;}





.detail-header {
    font-size: 0;
}

.detail-header img {
    width: 100%;
}

.detail-wrap {
    background: linear-gradient(to right bottom, #ffefd3, #f3fcee, #fff);
    padding-bottom: 100px;
}

.detail-location {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #282828;
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0 25px 0;
}

.detail-location:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/location.png") no-repeat center / 100% 100%;
}

.detail-main {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 8px 16px rgba(9, 98, 57, 0.2);
    padding: 50px 40px 100px 40px;
}

.detail-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #282828;
}

.detail-content {
    font-size: 20px;
    line-height: 40px;
    color: #282828;
    padding-top: 30px;
}


.module8-foot {
    padding-top: 14px;
}

.module8-foot .swiper {
    height: 160px;
}

.module8-foot .swiper .swiper-slide .box {
    height: 160px;
    border-radius: 0;
}

.module8-foot .swiper .swiper-slide .box img {
    height: 142px;
    object-fit: fill;
}


.module12-teacher .img img {object-fit: cover; object-position: center top;}
.module12-list .item .img img {object-fit: cover; object-position: center top;}

.module22 .item {flex-shrink: 0; padding: 0 10px; width: 445px;}


.module15-left {height: 410px;}
.module15-show .left .item .img img {height: 164px; object-fit: fill;}
.module15-show .right .img img {height: 372px; object-fit: fill;}
