.index_banner {
    width: 100vw;
    height: 100vh;
}

.index_banner .swiper-slide {
    position: relative;
}

.index_banner .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 2s;
    transform: scale(1.1);
}

.index_banner .swiper-slide .text {
    position: absolute;
    width: calc(100vw - 120px);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
}

.index_banner .swiper-slide .text p {
    font-weight: 100;
    font-size: 45px;
    color: #FFFFFF;
}

.index_banner .swiper-slide .text p span {
    font-family: 'HarmonyOS_Sans_SC_Light';
}
.index_banner .swiper-slide .text p br,.index_banner .swiper-slide .text h5 br  {
    display: none;
}
.index_banner .swiper-slide .text h5 {
    font-weight: 400;
    font-size: 56px;
    color: #FFFFFF;
}

.index_banner .swiper-slide .text h5 span {
    font-family: 'SourceHanSansCN-Regular';
}

.index_banner .swiper-slide.swiper-slide-active .img img {
    transform: scale(1);
}

.index_banner .swiper-slide.swiper-slide-active .text {
    opacity: 1;
}

.index_banner .swiper-slide.swiper-slide-active .text h5 span, .index_banner .swiper-slide.swiper-slide-active .text p span {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.index_banner .swiper-pagination {
    width: fit-content;
    left: unset;
    right: 49px;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: unset;
    opacity: 1;
    margin: 10px 0;
    position: relative;
}

.index_banner .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
}

.index_banner .swiper-pagination .swiper-pagination-bullet svg {
    position: absolute;
}

.index_banner .swiper-pagination .swiper-pagination-bullet .path-loop-bg {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 4px;
    stroke: rgba(255, 255, 255, 0);
    transition: 0.6s;
}

.index_banner .swiper-pagination .swiper-pagination-bullet .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
    stroke-width: 4px;
    transition: 0.6s;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .path-loop {
    animation: index_circle 4s linear forwards;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .path-loop-bg {
    stroke: rgba(255, 255, 255, 0.4);
}

.index_banner .scroll_box {
    position: absolute;
    z-index: 3;
    bottom: 60px;
    right: 40px;
    width: 25px;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}
.index_banner .scroll_box img {
    display: block;
    width: 100%;
}
.index_banner .scroll_box .line {
    width: 1px;
    height: 59px;
    background: rgba(255, 255, 255, 0.32);
    position: relative;
}

.index_banner .scroll_box .line .l {
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
}

.index_banner .scroll_box p {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    left: 50%;
    top: 110px;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    white-space: nowrap;
}

@keyframes index_circle {
    0% {
        stroke-dashoffset: 157px;
    }
    100% {
        stroke-dashoffset: 19px;
    }
}

.common_title {
    padding: 0 0 0 18px;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    color: #006A52;
}

.common_title:after {
    content: "";
    width: 9px;
    height: 20px;
    background: #006A52;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(5px 0, 100% 0, 4px 100%, 0 100%);
}

.sec1 {
    padding: 173px 0 0px;
}

.sec1 .wrap {
    padding: 0 0 66px;
    border-bottom: 1px solid #E7E7E7;
}

.sec1 .wrap .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 115px;
}

.sec1 .wrap .box .r {
    width: 755px;
    height: 470px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}
.sec1 .wrap .box .r .play {
    position: absolute;
    width: 60px;
    cursor: pointer;
    transition: 0.6s;
    filter: brightness(0) invert(1);
}
.sec1 .wrap .box .r .play:hover {
    filter: brightness(1);
}
.sec1 .wrap .box .r img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}
.sec1 .wrap .box .r:hover img {
    transform: scale(1.1);
}
.sec1 .wrap .box .l {
    width: 731px;
}

.sec1 .wrap .box .l .common_title {
    margin-bottom: 45px;
}

.sec1 .wrap .box .l .text {
    font-weight: 400;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 42px;
}

.sec1 .wrap .box .l .little_text {
    font-family: 'SourceHanSansCN-Light';
    margin: 35px 0 36px;
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
}

.sec1 .wrap .box .l .more a {
    width: fit-content;
    height: 60px;
    background: #006A52;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 34px;
    gap: 0 9px;
}

.sec1 .wrap .box .l .more a p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.sec1 .wrap .box .l .more a .iconfont {
    font-size: 10px;
    color: #FFFFFF;
    transform: rotate(180deg);
}

.sec1 .wrap .numList {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .numList .item .num {
    display: flex;
    gap: 0 10px;
    align-items: flex-start;
}

.sec1 .wrap .numList .item .num p {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: bold;
    font-size: 52px;
    color: #006A52;
    line-height: 1;
}

.sec1 .wrap .numList .item .num span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 20px;
    color: #006A52;
}

.sec1 .wrap .numList .item h5 {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    margin: 20px 0 0;
}

.sec2 {
    padding: 159px 0 181px;
}

.sec2 .wrap .sec2_top {
    margin: 30px 0 89px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec2 .wrap .sec2_top .control {
    display: flex;
    gap: 0 43px;
}

.sec2 .wrap .sec2_top .control .item {
    font-weight: 500;
    font-size: 36px;
    color: #006A52;
    line-height: 54px;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.6s;
}

.sec2 .wrap .sec2_top .control .item.on, .sec2 .wrap .sec2_top .control .item:hover {
    opacity: 1;
}

.sec2 .wrap .sec2_top .r {
    display: flex;
    align-items: center;
    gap: 0 14px;
}

.sec2 .wrap .swiper_box .btns {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  padding: 0 10px;
  pointer-events: none;
}

.sec2 .wrap .swiper_box .btns .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    transition: 0.6s;
    font-size: 10px;
  background: #FFFFFF;
    color: #006A52;
    font-weight: bold;
    cursor: pointer;
  pointer-events: auto;
}

.sec2 .wrap .swiper_box .btns .iconfont:hover {
    background: #006A52;
    color: #FFFFFF;
}

.sec2 .wrap .swiper_box .btns .iconfont:nth-child(2) {
    transform: rotate(180deg);
}

.sec2 .wrap .sec2_top .r .more a {
    width: fit-content;
    height: 52px;
    border: 1px solid #006A52;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 34px;
    gap: 0 9px;
    transition: 0.6s;
}

.sec2 .wrap .sec2_top .r .more a p {
    font-weight: 400;
    font-size: 14px;
    color: #006A52;
    transition: 0.6s;
}

.sec2 .wrap .sec2_top .r .more a .iconfont {
    font-size: 10px;
    color: #006A52;
    font-weight: bold;
    transform: rotate(180deg);
    transition: 0.6s;
}

.sec2 .wrap .sec2_top .r .more a:hover {
    background: #006A52;
}

.sec2 .wrap .sec2_top .r .more a:hover p, .sec2 .wrap .sec2_top .r .more a:hover .iconfont {
    color: #FFFFFF;
}

.sec2 .wrap .swiper_box .sec2_swiper {
    display: none;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide {
    display: block;
    height: 512px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    top: 68px;
    left: 80px;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box {
    display: block;
    width: 755px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 44px 40px 44px 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    z-index: 3;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .slide_text {
    font-family: 'SourceHanSansCN-Light';
    width: 432px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    /*-webkit-line-clamp: 2;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn {
    width: fit-content;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 32px 0 37px;
    gap: 0 9px;
    transition: 0.6s;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn p {
    font-weight: 400;
    font-size: 14px;
    color: #FEFFFF;
    transition: 0.6s;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn .iconfont {
    font-size: 10px;
    color: #FEFFFF;
    font-weight: bold;
    transform: rotate(180deg);
    transition: 0.6s;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn:hover {
    border: 1px solid #006A52;
    background: #006A52;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn:hover p, .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn:hover .iconfont {
    color: #FFFFFF;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide:hover .slide_box {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}
.sec2 .wrap .swiper_box {
    position: relative;
}
.sec2 .wrap .swiper_box .sec2_swiper.on {
    display: block;
}

.sec3 {
    padding: 158px 0 131px;
    background: #024638;
}

.sec3 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec3 .wrap .r {
    width: 509px;
    height: 720px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.sec3 .wrap .r img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
    transform: scale(1.01);
}

.sec3 .wrap .r .r_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 508px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    padding: 38px 20px 30px 30px;
}

.sec3 .wrap .r .r_box .r_text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    width: 276px;
    /*-webkit-line-clamp: 2;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.sec3 .wrap .r .r_box .more a {
    width: fit-content;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 32px 0 37px;
    gap: 0 9px;
    transition: 0.6s;
}

.sec3 .wrap .r .r_box .more a p {
    font-weight: 400;
    font-size: 14px;
    color: #FEFFFF;
    transition: 0.6s;
}

.sec3 .wrap .r .r_box .more a .iconfont {
    font-size: 10px;
    color: #FEFFFF;
    font-weight: bold;
    transform: rotate(180deg);
    transition: 0.6s;
}

.sec3 .wrap .r .r_box .more a:hover {
    border: 1px solid #006A52;
    background: #006A52;
}

.sec3 .wrap .r .r_box .more a:hover p, .sec3 .wrap .r .r_box .more a:hover .iconfont {
    color: #FFFFFF;
}

.sec3 .wrap .r:hover img {
    transform: scale(1.1);
}

.sec3 .wrap .l {
    display: flex;
    flex-wrap: wrap;
    width: 1045px;
    gap: 29px;
}

.sec3 .wrap .l .item {
    width: 508px;
    height: 345px;
}

.sec3 .wrap .l .item .common_title {
    color: #FFFFFF;
}

.sec3 .wrap .l .item .common_title:after {
    background: #FFFFFF;
}

.sec3 .wrap .l .item .item_txt {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 46px;
    margin: 45px 0 0;
}

.sec3 .wrap .l .item.item_sp {
    position: relative;
}

.sec3 .wrap .l .item.item_sp .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec3 .wrap .l .item.item_sp .hover_button {
    position: absolute;
    top: -13px;
    right: 0;
    width: 80px;
    height: 80px;
    background: rgba(244, 244, 244, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #024638;
    font-weight: bold;
    z-index: 3;
}

.sec3 .wrap .l .item.item_sp .hover_button:before {
    transform: rotate(135deg);
}

.sec3 .wrap .l .item.item_sp .sec3_swiper {
    width: 100%;
    padding: 100px 80px 0;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    opacity: 0;
    transform: translateY(20px);
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num p {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 86px;
    color: #FFFFFF;
    line-height: 1;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .item_title {
    margin: 30px 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide.swiper-slide-active .num {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide.swiper-slide-active .item_title {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-pagination {
    position: unset;
    display: flex;
    gap: 0 15px;
    margin: 50px 0 0;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0;
    opacity: 0.2;
    transition: 0.6s;
}

.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.sec3 .wrap .l .item.item_sq {
    width: 508px;
    height: 345px;
    background: #1B584B;
    border-radius: 20px;
    padding: 100px 80px 0;
}

.sec3 .wrap .l .item.item_sq .item_title {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 30px 0 16px;
    line-height: 1;
}

.sec3 .wrap .l .item.item_sq .item_des {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.2;
}

.sec3 .wrap .l .item.item_sq .num {
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
}

.sec3 .wrap .l .item.item_sq .num span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
}

.sec3 .wrap .l .item.item_sq .num p {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 86px;
    color: #FFFFFF;
    line-height: 1;
}

.sec4 {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.sec4 .control {
    position: absolute;
    left: calc(120px + (calc(100vw - 120px - 1580px) / 2));
    bottom: 8vh;
    z-index: 3;
    display: flex;
    gap: 0 33px;
    padding: 0 0 11px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.sec4 .control .item {
    font-weight: 500;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}

.sec4 .control .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -13px;
    transition: 0.6s;
    transform: scaleX(0);
}

.sec4 .control .item:hover, .sec4 .control .item.on {
    color: #FFFFFF;
}

.sec4 .control .item:hover:after, .sec4 .control .item.on:after {
    transform: scaleX(1);
}

.sec4 .swiper {
    width: 100%;
    height: 100%;
}

.sec4 .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.sec4 .swiper .swiper-slide .width_lack {
    position: relative;
    z-index: 3;
    padding: 14vh 0 0;
}

.sec4 .swiper .swiper-slide .width_lack .common_title {
    color: #FFFFFF;
}

.sec4 .swiper .swiper-slide .width_lack .common_title:after {
    background: #FFFFFF;
}

.sec4 .swiper .swiper-slide .width_lack .text {
    width: 448px;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
    margin: 50px 0 0;
}

.sec4 .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec5 {
    padding: 135px 0 120px;
}

.sec5 .wrap .sec5_top {
    margin: 26px 0 63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec5 .wrap .sec5_top .title {
    font-weight: 500;
    font-size: 36px;
    color: #1A1A1A;
}

.sec5 .wrap .sec5_top .more a {
    width: fit-content;
    height: 56px;
    border: 1px solid #006A52;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 32px 0 30px;
    gap: 0 9px;
    transition: 0.6s;
}

.sec5 .wrap .sec5_top .more a p {
    font-weight: 400;
    font-size: 14px;
    color: #006A52;
    transition: 0.6s;
}

.sec5 .wrap .sec5_top .more a .iconfont {
    font-size: 8px;
    color: #006A52;
    font-weight: bold;
    transform: rotate(180deg);
    transition: 0.6s;
}

.sec5 .wrap .sec5_top .more a:hover {
    background: #006A52;
}

.sec5 .wrap .sec5_top .more a:hover p, .sec5 .wrap .sec5_top .more a:hover .iconfont {
    color: #FFFFFF;
}

.sec5 .wrap .list {
    height: 620px;
}

.sec5 .wrap .list .item {
    display: block;
    border-bottom: 1px solid #E5F0ED;
    position: relative;
}

.sec5 .wrap .list .item:nth-child(1) {
    border-top: 1px solid #E5F0ED;
}

.sec5 .wrap .list .item .block {
    display: flex;
    height: 139px;
    padding: 46px 0 0;
}

.sec5 .wrap .list .item .block .time {
    width: 402px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 400;
    font-size: 18px;
    color: #006A52;
    line-height: 24px;
}

.sec5 .wrap .list .item .block .item_title {
    width: 405px;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 24px;
    /*-webkit-line-clamp: 2;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    transition: 0.6s;
}

.sec5 .wrap .list .item .none {
    height: 201px;
    padding: 0 0 0 402px;
    display: none;
}

.sec5 .wrap .list .item .none .item_text {
    width: 405px;
    font-weight: 400;
    font-size: 20px;
    color: #888888;
    line-height: 32px;
    /*-webkit-line-clamp: 3;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.sec5 .wrap .list .item .none .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 538px;
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
}

.sec5 .wrap .list .item .none .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec5 .wrap .list .item .none .img:hover img {
    transform: scale(1.1);
}

.sec5 .wrap .list .item.item_active .block .item_title {
    color: #006A52;
}

.sec5 .wrap .list .item.item_active .none .img {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s;
    transition-delay: 0.2s;
}

/*# sourceMappingURL=index.css.map */

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}
@media screen and (max-width: 1919px) {
    .index_banner .swiper-slide .text{
        width: calc(-6.25vw + 100vw);
    }
    .index_banner .swiper-slide .text p{
        font-size: 2.34375vw;
    }
    .index_banner .swiper-slide .text h5{
        font-size: 2.9166666667vw;
    }
    .index_banner .swiper-pagination{
        right: 2.5520833333vw;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet{
        width: 1.3020833333vw;
        height: 1.3020833333vw;
        margin: 0.5208333333vw 0px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet::after{
        width: 0.3645833333vw;
        height: 0.3645833333vw;
    }

    .index_banner .scroll_box{
        bottom: 3.125vw;
        right: 2.0833333333vw;
        width: 1.3020833333vw;
    }
    .index_banner .scroll_box .line{
        height: 3.0729166667vw;
    }
    .index_banner .scroll_box .line .l{
        height: 1.0416666667vw;
    }
    .index_banner .scroll_box p{
        font-size: 0.8333333333vw;
        top: 5.7291666667vw;
    }
    .common_title{
        padding: 0px 0px 0px 0.9375vw;
        font-size: 1.25vw;
    }
    .common_title::after{
        width: 0.46875vw;
        height: 1.0416666667vw;
        clip-path: polygon(0.2604166667vw 0px, 100% 0px, 0.2083333333vw 100%, 0px 100%);
    }
    .sec1{
        padding: 9.0104166667vw 0px 0px;
    }
    .sec1 .wrap{
        padding: 0px 0px 3.4375vw;
    }
    .sec1 .wrap .box{
        margin-bottom: 5.9895833333vw;
    }
    .sec1 .wrap .box .r{
        width: 39.3229166667vw;
        height: 24.4791666667vw;
        border-radius: 0.625vw;
    }
    .sec1 .wrap .box .r .play{
        width: 3.125vw;
    }
    .sec1 .wrap .box .l{
        width: 38.0729166667vw;
    }
    .sec1 .wrap .box .l .common_title{
        margin-bottom: 2.34375vw;
    }
    .sec1 .wrap .box .l .text{
        font-size: 1.6666666667vw;
        line-height: 2.1875vw;
    }
    .sec1 .wrap .box .l .little_text{
        margin: 1.8229166667vw 0px 1.875vw;
        font-size: 1.25vw;
        line-height: 1.875vw;
    }
    .sec1 .wrap .box .l .more a{
        height: 3.125vw;
        border-radius: 1.5625vw;
        padding: 0px 1.7708333333vw;
        gap: 0px 0.46875vw;
    }
    .sec1 .wrap .box .l .more a p{
        font-size: 0.7291666667vw;
    }
    .sec1 .wrap .box .l .more a .iconfont{
        font-size: 0.5208333333vw;
    }
    .sec1 .wrap .numList .item .num{
        gap: 0px 0.5208333333vw;
    }
    .sec1 .wrap .numList .item .num p{
        font-size: 2.7083333333vw;
    }
    .sec1 .wrap .numList .item .num span{
        font-size: 1.0416666667vw;
    }
    .sec1 .wrap .numList .item h5{
        font-size: 1.0416666666666vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .sec2{
        padding: 8.28125vw 0px 9.4270833333vw;
    }
    .sec2 .wrap .sec2_top{
        margin: 1.5625vw 0px 4.6354166667vw;
    }
    .sec2 .wrap .sec2_top .control{
        gap: 0px 2.2395833333vw;
    }
    .sec2 .wrap .sec2_top .control .item{
        font-size: 1.875vw;
        line-height: 2.8125vw;
    }
    .sec2 .wrap .sec2_top .r{
        gap: 0px 0.7291666667vw;
    }
    .sec2 .wrap .swiper_box .btns{
        gap: 0px 0.5208333333vw;
        padding: 0px 0.5208333333vw;
    }
    .sec2 .wrap .swiper_box .btns .iconfont{
        width: 2.7083333333vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        font-size: 0.5208333333vw;
    }
    .sec2 .wrap .sec2_top .r .more a{
        height: 2.7083333333vw;
        border-radius: 1.5625vw;
        padding: 0px 1.7708333333vw;
        gap: 0px 0.46875vw;
    }
    .sec2 .wrap .sec2_top .r .more a p{
        font-size: 0.7291666667vw;
    }
    .sec2 .wrap .sec2_top .r .more a .iconfont{
        font-size: 0.5208333333vw;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide{
        height: 26.6666666667vw;
        border-radius: 1.0416666667vw;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_title{
        font-size: 1.25vw;
        top: 3.5416666667vw;
        left: 4.1666666667vw;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box{
        width: 39.3229166667vw;
        border-radius: 0.7291666667vw;
        backdrop-filter: blur(0.5208333333vw);
        bottom: 0.5208333333vw;
        left: 0.5208333333vw;
        padding: 2.2916666667vw 2.0833333333vw 2.2916666667vw 1.8229166667vw;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .slide_text{
        width: 22.5vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn{
        height: 2.7083333333vw;
        border-radius: 1.5625vw;
        padding: 0px 1.6666666667vw 0px 1.9270833333vw;
        gap: 0px 0.46875vw;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn p{
        font-size: 0.7291666667vw;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn .iconfont{
        font-size: 0.5208333333vw;
    }
    .sec3{
        padding: 8.2291666667vw 0px 6.8229166667vw;
    }
    .sec3 .wrap .r{
        width: 26.5104166667vw;
        height: 37.5vw;
        border-radius: 1.0416666667vw;
    }
    .sec3 .wrap .r .r_box{
        width: 26.4583333333vw;
        border-radius: 1.0416666667vw;
        backdrop-filter: blur(0.5208333333vw);
        padding: 1.9791666667vw 1.0416666667vw 1.5625vw 1.5625vw;
    }
    .sec3 .wrap .r .r_box .r_text{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        width: 14.375vw;
    }
    .sec3 .wrap .r .r_box .more a{
        height: 2.7083333333vw;
        border-radius: 1.5625vw;
        padding: 0px 1.6666666667vw 0px 1.9270833333vw;
        gap: 0px 0.46875vw;
    }
    .sec3 .wrap .r .r_box .more a p{
        font-size: 0.7291666667vw;
    }
    .sec3 .wrap .r .r_box .more a .iconfont{
        font-size: 0.5208333333vw;
    }
    .sec3 .wrap .l{
        width: 54.4270833333vw;
        gap: 1.5104166667vw;
    }
    .sec3 .wrap .l .item{
        width: 26.4583333333vw;
        height: 17.96875vw;
    }
    .sec3 .wrap .l .item .item_txt{
        font-size: 1.6666666667vw;
        line-height: 2.3958333333vw;
        margin: 2.34375vw 0px 0px;
    }
    .sec3 .wrap .l .item.item_sp .hover_button{
        top: -0.6770833333vw;
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        font-size: 0.625vw;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper{
        padding: 5.2083333333vw 4.1666666667vw 0px;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num{
        gap: 0px 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num p{
        font-size: 4.4791666667vw;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num span{
        font-size: 1.875vw;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .item_title{
        margin: 1.5625vw 0px 0px;
        font-size: 0.9375vw;
        transform: translateY(1.0416666667vw);
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-pagination{
        gap: 0px 0.78125vw;
        margin: 2.6041666667vw 0px 0px;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-pagination .swiper-pagination-bullet{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .sec3 .wrap .l .item.item_sq{
        width: 26.4583333333vw;
        height: 17.96875vw;
        border-radius: 1.0416666667vw;
        padding: 5.2083333333vw 4.1666666667vw 0px;
    }
    .sec3 .wrap .l .item.item_sq .item_title{
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 0.8333333333vw;
    }
    .sec3 .wrap .l .item.item_sq .item_des{
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }
    .sec3 .wrap .l .item.item_sq .num{
        gap: 0px 0.4166666667vw;
    }
    .sec3 .wrap .l .item.item_sq .num span{
        font-size: 1.875vw;
    }
    .sec3 .wrap .l .item.item_sq .num p{
        font-size: 4.4791666667vw;
    }
    .sec4 .control{
        left: calc(-38.0208333333vw + 50vw);
        gap: 0px 1.71875vw;
        padding: 0px 0px 0.5729166667vw;
        border-bottom: 0.1041666667vw solid rgba(255, 255, 255, 0.2);
    }
    .sec4 .control .item{
        font-size: 1.6666666667vw;
    }
    .sec4 .control .item::after{
        height: 0.1041666667vw;
        bottom: -0.6770833333vw;
    }
    .sec4 .swiper .swiper-slide .width_lack .text{
        width: 23.3333333333vw;
        font-size: 1.6666666667vw;
        line-height: 2.1875vw;
        margin: 2.6041666667vw 0px 0px;
    }
    .sec5{
        padding: 7.03125vw 0px 6.25vw;
    }
    .sec5 .wrap .sec5_top{
        margin: 1.3541666667vw 0px 3.28125vw;
    }
    .sec5 .wrap .sec5_top .title{
        font-size: 1.875vw;
    }
    .sec5 .wrap .sec5_top .more a{
        height: 2.9166666667vw;
        border-radius: 1.5625vw;
        padding: 0px 1.6666666667vw 0px 1.5625vw;
        gap: 0px 0.46875vw;
    }
    .sec5 .wrap .sec5_top .more a p{
        font-size: 0.7291666667vw;
    }
    .sec5 .wrap .sec5_top .more a .iconfont{
        font-size: 0.4166666667vw;
    }
    .sec5 .wrap .list{
        height: 32.2916666667vw;
    }
    .sec5 .wrap .list .item .block{
        height: 7.2395833333vw;
        padding: 2.3958333333vw 0px 0px;
    }
    .sec5 .wrap .list .item .block .time{
        width: 20.9375vw;
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }
    .sec5 .wrap .list .item .block .item_title{
        width: 21.09375vw;
        font-size: 1.0416666667vw;
        line-height: 1.25vw;
    }
    .sec5 .wrap .list .item .none{
        height: 10.46875vw;
        padding: 0px 0px 0px 20.9375vw;
    }
    .sec5 .wrap .list .item .none .item_text{
        width: 21.09375vw;
        font-size: 1.041666666666vw;
        line-height: 1.6666666666666vw;
    }
    .sec5 .wrap .list .item .none .img{
        width: 28.0208333333vw;
        height: 17.7083333333vw;
        border-radius: 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }
}
@media screen and (max-width: 768px) {
    .index_banner .swiper-slide .text p {
        font-family: 'HarmonyOS_Sans_SC_Light';
        font-size: 24px;
        opacity: 0;
        transform: translateY(20px);
    }
    .index_banner .swiper-slide .text {
        width: 90%;
        right: 5vw;
    }
    .index_banner .swiper-slide .text h5 {
        font-size: 24px;
        font-family: 'SourceHanSansCN-Regular';
        margin: 15px 0 0;
        opacity: 0;
        transform: translateY(20px);
    }
    .index_banner .swiper-slide-active .text p {
        opacity: 1;
        transform: translateY(0px);
        transition: 0.6s;
        transition-delay: 0.1s;
    }
    .index_banner .swiper-slide-active .text h5 {
        opacity: 1;
        transform: translateY(0px);
        transition: 0.6s;
        transition-delay: 0.2s;
    }
    .index_banner .swiper-slide .text h5.ph,.index_banner .swiper-slide .text p.ph {
        display: block !important;

    }
    .index_banner .swiper-slide .text h5.each_animate,.index_banner .swiper-slide .text p.each_animate {
        display: none !important;
    }
    .index_banner .scroll_box {
        width: 16px;
        right: 5vw;
        bottom: 25px;
    }
    .index_banner .swiper-pagination {
        display: flex;
        gap: 20px;
        right: 50%;
        transform: translateX(50%);
        top: unset;
        bottom: 20px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet::after {
        width: 6px;
        height: 6px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap .box {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }
    .common_title {
        font-size: 24px;
        padding: 0 0 0 15px;
    }
    .sec1 .wrap .box .r {
        width: 100%;
        height: 50vw;
        border-radius: 6px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .box .r .play {
        width: 50px;
    }
    .sec1 .wrap .box .l {
        width: 100%;
    }
    .sec1 .wrap .box .l .text {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .box .l .common_title {
        margin-bottom: 15px;
    }
    .common_title::after {
        width: 8px;
        height: 20px;
        clip-path: polygon(4px 0, 100% 0, 4px 100%, 0 100%);
    }
    .sec1 .wrap .box .l .little_text {
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 20px;
    }
    .sec1 .wrap .box .l .more a p {
        font-size: 15px;
    }
    .sec1 .wrap .box .l .more a .iconfont {
        font-size: 10px;
    }
    .sec1 .wrap .box .l .more a {
        height: 40px;
        padding: 0 20px;
        gap: 0 8px;
        border-radius: 20px;
    }
    .sec1 .wrap .numList .item .num p {
        font-size: 40px;
    }
    .sec1 .wrap .numList .item .num span {
        font-size: 16px;
    }
    .sec1 .wrap .numList {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .sec1 .wrap .numList .item h5 {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .sec1 .wrap .numList .item {
        width: 49%;
        border-bottom: 1px solid #E7E7E7;
        padding: 0 0 15px;
    }
    .sec1 .wrap {
        border-bottom: none;
    }
    .sec2 {
        padding: 50px 0 60px;
    }
    .sec2 .wrap .sec2_top {
        display: block;
        margin: 15px 0 30px;
    }
    .sec2 .wrap .sec2_top .r .more {
        margin: 15px 0 0;
    }
    .sec2 .wrap .sec2_top .r .more a {
        height: 40px;
        gap: 0 8px;
        padding: 0 20px;
        border-radius: 20px;
    }
    .sec2 .wrap .sec2_top .r .more a .iconfont {
        font-size: 10px;
    }
    .sec2 .wrap .sec2_top .r .more a p {
        font-size: 15px;
    }
    .sec2 .wrap .sec2_top .control {
        justify-content: space-between;
    }
    .sec2 .wrap .sec2_top .control .item {
        line-height: 40px;
        font-size: 16px;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide {
        height: unset;
        border-radius: 6px;
        padding: 20px 20px 30px;
    }
    .sec2 .wrap .swiper_box .btns {
        padding: 0;
        top: -72px;
        right: 0;
        transform: unset;
        justify-content: center;
        width: fit-content;
        left: unset;
        gap: 0 10px;
    }
    .sec2 .wrap .swiper_box .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 10px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .sec2 .wrap .swiper_box {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border-radius: 6px;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide img {
        height: 50vw;
        border-radius: 6px;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_title {
        font-size: 18px;
        position: unset;
        color: #111111;
        margin: 25px 0 15px;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box {
        width: 100%;
        position: unset;
        opacity: 1;
        pointer-events: auto;
        padding: 0;
        display: block;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .slide_text {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        color: #1A1A1A;
        margin-bottom: 30px;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn {
        height: 38px;
        border-radius: 19px;
        gap: 0 8px;
        border: 1px solid #024638;
        padding: 0 15px;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn p {
        font-size: 15px;
        color: #024638;
    }
    .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box .more .more_btn .iconfont {
        font-size: 10px;
        color: #024638;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap {
        display: block;
    }
    .sec3 .wrap .l {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px 0;
        justify-content: space-between;
    }
    .sec3 .wrap .l .item:nth-child(1) {
        margin-bottom: 30px;
    }
    .sec3 .wrap .l .item.item_sq .num p,.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num p {
        font-size: 40px;
    }
    .sec3 .wrap .l .item.item_sq .num span,.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide .num span {
        font-size: 16px;
    }
    .sec3 .wrap .l .item.item_sq .item_title,.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide.swiper-slide-active .item_title {
        font-size: 15px;
        line-height: 1.6;
    }
    .sec3 .wrap .l .item {
        width: 100%;
        height: unset;
    }
    .sec3 .wrap .l .item.item_sq,.sec3 .wrap .l .item.item_sp {
        width: 100%;
        border-radius: 18px;
        height: 61.16875vw;
        padding: 20vw 20px 0;

    }
    .sec3 .wrap .l .item.item_sp .bg img {
        display: block;
        width: 100%;
    }

    .sec3 .wrap .l .item .item_txt {
        font-size: 16px;
        line-height: 1.8;
        margin: 15px 0 0;
    }
    .sec3 .wrap .l .item.item_sq .item_des {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec3 .wrap .l .item.item_sq .item_title,.sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-slide.swiper-slide-active .item_title {
        margin: 20px 0 5px;
    }
    .sec3 .wrap .l .item.item_sp .hover_button {
        top: 0;
        width: 14.166667vw;
        height: 14.166667vw;
        right: 2vw;
        font-size: 14px;
        transform: unset !important;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper {
        padding: 0;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .sec3 .wrap .l .item.item_sp .sec3_swiper .swiper-pagination {
        gap: 0 10px;
        margin: 25px 0 0;
    }
    .index_banner .swiper-slide .text p br,.index_banner .swiper-slide .text h5 br {
        display: block;
    }
    .sec3 .wrap .r {
        width: 100%;
        height: 124.5vw;
        border-radius: 10px;
        margin: 30px 0 0;
    }
    .sec3 .wrap .r .r_box {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 10px;
        border-radius: 8px;
        display: block;
        padding: 20px;
    }
    .sec3 .wrap .r .r_box .r_text {
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
        margin-bottom: 20px;
    }
    .sec3 .wrap .r .r_box .more a {
        height: 38px;
        border-radius: 38px;
        padding: 0 15px;
        gap: 0 8px;
    }
    .sec3 .wrap .r .r_box .more a p {
        font-size: 14px;
    }
    .sec3 .wrap .r .r_box .more a .iconfont {
        font-size: 8px;
    }
    .sec4 .swiper .swiper-slide img {
        height: unset;
        position: unset;
        border-radius: 6px;
        margin: 30px 0 0;
    }
    .sec4 {
        height: unset;
        padding: 60px 5vw;
    }
    .sec4 .swiper .swiper-slide .width_lack .common_title {
        color: #006A52;
    }
    .sec4 .swiper .swiper-slide .width_lack .common_title:after {
        background: #006A52;
    }
    .sec4 .swiper .swiper-slide .width_lack {
        padding: 0;
        opacity: 0;
        transition: 0.6s;
    }
    .sec4 .swiper .swiper-slide-active .width_lack {
        opacity: 1;
    }
    .sec4 .swiper .swiper-slide .width_lack .text {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        color: #1A1A1A;
        margin: 15px 0 0;
    }
    .sec4 .control .item {
        font-size: 15px;
    }
    .sec4 .control {
        display: none;
    }
    .sec4 .swiper-pagination {
        display: flex !important;
        position: unset;
        margin: 30px 0 0;
        gap: 0 12px;
    }
    .sec4 .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: block;
        opacity: 1;
        transition: 0.6s;
        background: #828898;
        margin: 0;
    }
    .sec4 .swiper-pagination .swiper-pagination-bullet-active {
        background: #006A52;
    }
    .sec4 .swiper .swiper-slide .little_title {
        position: absolute;
        top: 150px;
        left: 20px;
        font-size: 18px;
        color: #FFFFFF;
        display: block !important;
    }
    .sec5 {
        padding: 10px 0 60px;
    }
    .sec5 .wrap .sec5_top {
        margin: 15px 0 30px;
    }
    .sec5 .wrap .sec5_top .title {
        font-size: 15px;
    }
    .sec5 .wrap .sec5_top .more a {
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        gap: 0 8px;
    }
    .sec5 .wrap .sec5_top .more a .iconfont {
        font-size: 8px;
    }
    .sec5 .wrap .sec5_top .more a p {
        font-size: 15px;
    }
    .sec5 .wrap .list .item {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 0 20px;
        margin-bottom: 25px;
    }
    .sec5 .wrap .list .item .none {
        display: block !important;
        height: unset;
        padding: 0;
    }
    .sec5 .wrap .list .item .none .item_text {
        display: none;
    }
    .sec5 .wrap .list .item .none .img {
        width: 100%;
        height: unset;
        position: unset;
    }
    .sec5 .wrap .list {
        height: unset;
    }
    .sec5 .wrap .list .item .block {
        height: unset;
        display: block;
        padding: 30px 0 0;
    }
    .sec5 .wrap .list .item .block .time {
        width: 100%;
        font-size: 15px;
        line-height: 1;
    }
    .sec5 .wrap .list .item .block .item_title {
        width: 100%;
        font-size: 18px;
        line-height: 1.6;
        margin: 15px 0 0;
    }
    .sec5 .wrap .list .item:nth-child(1) {
        border-top: none;
    }
}
<!--0.0002129077911377-->