.index_banner {
    width: 100%;
    height: 100vh;
}

.index_banner .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_banner .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
    line-height: 1;
    opacity: 0;
    pointer-events: none;
}

.index_banner .swiper-slide .text h1 {
    font-weight: 500;
    font-size: 56px;
    color: #FFFFFF;
}

.index_banner .swiper-slide .text h2 {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    margin: 29px 0 59px;
}

.index_banner .swiper-slide .text .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 193px;
    height: 53px;
    border-radius: 26px;
    border: 1px solid #FFFFFF;
    transition: 0.6s;
}

.index_banner .swiper-slide .text .more a p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 9px 0 0;
    transition: 0.6s;
}

.index_banner .swiper-slide .text .more a .iconfont {
    font-size: 10px;
    color: #FFFFFF;
    transition: 0.6s;
}

.index_banner .swiper-slide .text .more a:hover {
    background: #FFFFFF;
}

.index_banner .swiper-slide .text .more a:hover p, .index_banner .swiper-slide .text .more a:hover .iconfont {
    color: #007C36;
}

.index_banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_banner .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
    transform: scale(1.1);
}

.index_banner .swiper-slide.swiper-slide-active .text {
    opacity: 1;
    pointer-events: auto;
}

.index_banner .swiper-slide.swiper-slide-active .text h1 div, .index_banner .swiper-slide.swiper-slide-active .text h2 div {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.index_banner .swiper-slide.swiper-slide-active .img img {
    transform: scale(1);
}

.index_banner .swiper-pagination {
    display: flex;
    left: 160px;
    bottom: 90px;
}

.index_banner .swiper-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
    background: unset !important;
    opacity: 1 !important;
}

.index_banner .swiper-pagination span svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
}

.index_banner .swiper-pagination span svg .path-loop-bg {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.5);
}

.index_banner .swiper-pagination span svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #007C36;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s;
}

.index_banner .swiper-pagination span.swiper-pagination-bullet-active svg {
    opacity: 1;
}

.index_banner .swiper-pagination span.swiper-pagination-bullet-active svg .path-loop {
    animation: index_circle 4s linear forwards;
}

.sec1 {
    padding: 144px 0 131px;
}

.sec1 .wrap {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 645px;
}

.sec1 .wrap .l h1 {
    font-weight: 800;
    font-size: 42px;
    color: #007C36;
    line-height: 54px;
}

.sec1 .wrap .l h5 {
    font-weight: 800;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 70px 0 32px;
}

.sec1 .wrap .l p {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 0 0 60px;
}

.sec1 .wrap .l .cir {
    width: 191px;
    position: relative;
}

.sec1 .wrap .l .cir .cir_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 73px;
}

.sec1 .wrap .r .item {
    width: 700px;
    opacity: 0;
    transition: 1s;
}

.sec1 .wrap .r .item:not(:nth-last-child(1)) {
    margin: 0 0 50px;
}

.sec1 .wrap .r .item:nth-child(1) {
    opacity: 1;
    transform: translate(-100px, 0px);
}

.sec1 .wrap .r .item:nth-child(2) {
    opacity: 1;
    transform: translate(-66px, 0px);
}
.sec1 .wrap .r .item:nth-child(3) {
    opacity: 1;
    transform: translate(-33px, 0px);
}
.sec1 .wrap .r .item:nth-child(4) {
    opacity: 1;
    transform: translate(0px, 0px);
}
.sec1 .wrap .r .item:nth-child(2) .line {
    transition-delay: 0.1s;
}

.sec1 .wrap .r .item:nth-child(2) .item_flex h5 {
    transition-delay: 0.7s;
}

.sec1 .wrap .r .item:nth-child(3) .line {
    transition-delay: 0.2s;
}

.sec1 .wrap .r .item:nth-child(3) .item_flex h5 {
    transition-delay: 0.8s;
}
.sec1 .wrap .r .item:nth-child(4) .line {
    transition-delay: 0.3s;
}

.sec1 .wrap .r .item:nth-child(4) .item_flex h5 {
    transition-delay: 0.9s;
}

.sec1 .wrap .r .item.aos-animate .line {
    transform: scaleX(1);
}

.sec1 .wrap .r .item.aos-animate .item_flex h5 {
    opacity: 1;
    transform: translateY(0);
}

.sec1 .wrap .r .item .item_flex {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    line-height: 1;
}

.sec1 .wrap .r .item .item_flex .item_title {
    overflow: hidden;
}

.sec1 .wrap .r .item .item_flex h5 {
    font-weight: 500;
    font-size: 24px;
    color: #888888;
    margin: 0 0 8px 0;
    opacity: 0;
    transition: 0.6s;
    transform: translateY(100%);
    transition-delay: 0.6s;
}

.sec1 .wrap .r .item .item_flex .num {
    display: flex;
    align-items: flex-end;
}

.sec1 .wrap .r .item .item_flex .num p {
    font-family: BebasNeue;
    font-weight: 500;
    font-size: 78px;
    color: #DBDBDB;
    line-height: 0.8;
    transition: 0.6s;
}

.sec1 .wrap .r .item .item_flex .num span {
    font-weight: 500;
    font-size: 24px;
    color: #DADADA;
    display: block;
    margin: 0 0 8px 15px;
    transition: 0.6s;
}

.sec1 .wrap .r .item .line {
    width: 100%;
    height: 1px;
    background: #DADADA;
    margin: 20px 0 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: 1s;
}

.sec1 .wrap .r .item:hover .item_flex .num p, .sec1 .wrap .r .item:hover .item_flex .num span {
    color: #007C36;
}

.sec2 {
    width: 100vw;
    margin: 0 0 170px;
    overflow: hidden;
}

.sec2 .flex {
    width: max-content;
    display: flex;
    animation: img_go 100s infinite linear;
}

.sec2 .flex .imgs {
    display: flex;
}

.sec2 .flex .imgs .img {
    width: 548px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.sec2 .flex .imgs .img img {
    display: block;
}

.sec3 {
    padding: 0 0 177px;
}

.sec3 .wrap {
    width: 1640px;
    margin: 0 auto;
}

.sec3 .wrap h1 {
    font-weight: 600;
    font-size: 42px;
    color: #007C36;
    margin: 0 0 42px;
    text-align: center;
}

.sec3 .wrap .one {
    width: fit-content;
    background: #FFFFFF;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 45px;
    padding: 4px;
}

.sec3 .wrap .one .item {
    width: 132px;
    height: 54px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
    cursor: pointer;
}

.sec3 .wrap .one .item:hover, .sec3 .wrap .one .item.on {
    background: #007C36;
    color: #FFFFFF;
}

.sec3 .wrap .second_list {
    margin: 0 0 56px;
    position: relative;
}

.sec3 .wrap .second_list .second {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, 20px);
}

.sec3 .wrap .second_list .second:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 20px);
}

.sec3 .wrap .second_list .second .item {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    transition: 0.6s;
}

.sec3 .wrap .second_list .second .item:hover, .sec3 .wrap .second_list .second .item.on {
    color: #007C36;
}

.sec3 .wrap .second_list .second .item:not(:nth-last-child(1)) {
    margin: 0 50px 0 0;
}

.sec3 .wrap .second_list .second.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0px);
    transition: 0.8s;
}

.sec3 .wrap .swiper_box {
    position: relative;
}

.sec3 .wrap .swiper_box .btns {
    width: 1800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.sec3 .wrap .swiper_box .btns .iconfont {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #007C36;
    box-shadow: 0px 4px 4px 0px rgba(17, 18, 20, 0);
    transition: 0.6s;
    pointer-events: auto;
    cursor: pointer;
}

.sec3 .wrap .swiper_box .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    box-shadow: 0px -4px 4px 0px rgba(17, 18, 20, 0);
}

.sec3 .wrap .swiper_box .btns .iconfont:nth-child(1):hover {
    box-shadow: 0px -4px 4px 0px rgba(17, 18, 20, 0.18);
}

.sec3 .wrap .swiper_box .btns .iconfont:hover {
    box-shadow: 0px 4px 4px 0px rgba(17, 18, 20, 0.18);
    background: #007C36;
    color: #FFFFFF;
}

.sec3 .wrap .swiper_box .swiper {
    padding: 0 20px 50px;
    transform: translateY(40px);
    opacity: 0;
    pointer-events: none;
}

.sec3 .wrap .swiper_box .swiper.on {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
    transition: 0.8s;
}

.sec3 .wrap .swiper_box .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item {
    width: 100%;
    display: block;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 22px;
    border: 2px solid #FFFFFF;
    padding: 0 0 55px;
    position: relative;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 22px;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(247, 247, 247, 0.2));
    top: 0;
    transition: 0.6s;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 22px;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle, #FFFFFF, #F7F7F7);
    top: 0;
    transition: 0.6s;
    opacity: 0;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .label {
    width: fit-content;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgba(0, 124, 54, 0);
    padding: 0 20px;
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 32px 0 40px 30px;
    transition: 0.6s;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .img {
    width: 300px;
    height: 408px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .img img {
    display: block;
    transition: 0.6s;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item h5 {
    position: relative;
    z-index: 3;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    transition: 0.6s;
    text-align: center;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover:after {
    opacity: 0;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover:before {
    opacity: 1;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover .label {
    border: 1px solid #007c36;
    color: #007C36;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover h5 {
    color: #007C36;
}

.sec4 {
    width: 100vw;
    height: calc(100vh + 1300px);
}

.sec4 .fix {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.sec4 .fix .img {
    width: 100%;
    height: 100%;
}

.sec4 .fix .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .fix .text {
    width: 790px;
    position: absolute;
    top: 25vh;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}

.sec4 .fix .text .content {
    position: relative;
}

.sec4 .fix .text .content .iconfont {
    font-size: 40px;
    color: #007C36;
    position: absolute;
}

.sec4 .fix .text .content .icon1 {
    right: -21px;
    bottom: -20px;
}

.sec4 .fix .text .content .icon2 {
    top: -29px;
    left: -47px;
    transform: rotateY(180deg);
}

.sec4 .fix .text .content p {
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 46px;
}

.sec4 .fix .text a {
    width: 224px;
    height: 66px;
    border-radius: 33px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec4 .fix .text a:hover {
    background: #FFFFFF;
    color: #007C36;
}

.sec5 {
    padding: 163px 0 150px;
}

.sec5 .wrap {
    width: 1600px;
    margin: 0 auto;
}

.sec5 .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 74px;
}

.sec5 .wrap .title h1 {
    font-weight: 800;
    font-size: 42px;
    color: #007C36;
}

.sec5 .wrap .title .r {
    display: flex;
    align-items: center;
}

.sec5 .wrap .title .r .news_control {
    display: flex;
    align-items: center;
}

.sec5 .wrap .title .r .news_control p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    transition: 0.6s;
    cursor: pointer;
}

.sec5 .wrap .title .r .news_control p:not(:nth-last-child(1)) {
    margin: 0 22px 0 0;
}

.sec5 .wrap .title .r .news_control p:hover, .sec5 .wrap .title .r .news_control p.on {
    color: #007C36;
}

.sec5 .wrap .title .r .more_news {
    margin: 0 0 0 46px;
}

.sec5 .wrap .title .r .more_news a {
    width: 180px;
    height: 56px;
    border-radius: 28px;
    border: 2px solid #007C36;
    color: #007C36;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .wrap .title .r .more_news a:hover {
    background: #007C36;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec5 .wrap .swiper_box {
    position: relative;
}

.sec5 .wrap .swiper_box .btns {
    width: 1800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.sec5 .wrap .swiper_box .btns .iconfont {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #007C36;
    box-shadow: 0px 4px 4px 0px rgba(17, 18, 20, 0);
    transition: 0.6s;
    pointer-events: auto;
    cursor: pointer;
}

.sec5 .wrap .swiper_box .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    box-shadow: 0px -4px 4px 0px rgba(17, 18, 20, 0);
}

.sec5 .wrap .swiper_box .btns .iconfont:nth-child(1):hover {
    box-shadow: 0px -4px 4px 0px rgba(17, 18, 20, 0.18);
}

.sec5 .wrap .swiper_box .btns .iconfont:hover {
    box-shadow: 0px 4px 4px 0px rgba(17, 18, 20, 0.18);
    background: #007C36;
    color: #FFFFFF;
}

.sec5 .wrap .swiper_box .relative {
    position: relative;
}

.sec5 .wrap .swiper_box .relative .news_swiper {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px);
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item {
    display: block;
    width: 480px;
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .img {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 40px;
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: unset;
    max-width: unset;
    transition: 3s;
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin: 0 0 17px;
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time p {
    font-weight: 800;
    font-size: 32px;
    color: #004F22;
    opacity: 0.4;
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #004F22;
    opacity: 0.4;
    margin: 0 0 3px 17px;
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item h5 {
    font-weight: 800;
    font-size: 20px;
    color: #1A1A1A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
}

.sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item:hover h5 {
    color: #007C36;
}

.sec5 .wrap .swiper_box .relative .news_swiper:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
}

.sec5 .wrap .swiper_box .relative .news_swiper.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: 0.8s;
}

.home .bg .cir:nth-child(1) {
    left: -50%;
    top: 79vw;
    right: unset;
    animation: spin2 30s infinite linear;
}

.home .bg .cir:nth-child(2) {
    left: -10%;
    top: 138.5vw;
    right: unset;
    animation: spin1 30s infinite linear;
}

.home .bg .cir:nth-child(2):after {
    background-image: url("/static/images/bg_or.png");
}

.home .bg .cir:nth-child(3) {
    right: -50%;
    top: 98.59375vw;
    left: unset;
    animation: spin1 30s infinite linear;
}

.home .bg .cir:nth-child(4) {
    left: -50%;
    bottom: -10%;
    right: unset;
    animation: spin1 30s infinite linear;
}

.home .bg .cir:nth-child(5) {
    bottom: -20%;
    right: -34%;
    animation: spin2 30s infinite linear;
}

.home .bg .cir:nth-child(5):after {
    background-image: url("/static/images/bg_or.png");
}

.z_load_page {
    background: #F8F8F8;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    transition: clip-path 1.5s, -webkit-clip-path 1.5s;
    -webkit-clip-path: circle(150% at 100% 0px);
    clip-path: circle(150% at 100% 0px);
    z-index: 19991209999;
    pointer-events: none;
    transition: 0.6s;
}

.z_load_page .cir {
    position: absolute;
    width: 88.54vw;
    height: 88.54vw;
    animation: spin1 30s infinite linear;
    transform-origin: 42% 42%;
    pointer-events: none;
}

.z_load_page .cir:after {
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("/static/images/bg_gr.png");
    background-size: 100% 100%;
    filter: blur(50px);
    transform: rotate(45deg);
}

.z_load_page .cir.cir1 {
    right: -50%;
    top: -31.25vw;
}

.z_load_page .cir.cir2 {
    left: -50%;
    right: unset;
    top: 443px;
    animation: spin2 30s infinite linear;
}

.z_load_page .cir.cir2:after {
    background-image: url("/static/images/bg_or.png");
}
body {
    opacity: 0;
}
body.start {
    opacity: 1;
}
.z_load_page .cir.cir3 {
    top: -40%;
    left: -50%;
    right: unset;
}

.z_load_page.close {
    opacity: 0;
}

.z_load_page .imgwarp li {
    position: absolute;
    transition: 0.6s;
}

.z_load_page .imgwarp.active li:nth-child(1), .z_load_page .imgwarp.active li:nth-child(2), .z_load_page .imgwarp.active li:nth-child(3), .z_load_page .imgwarp.active li:nth-child(4) {
    opacity: 0;
}

.z_load_page .imgwarp li .imgbg {
    overflow: hidden;
    -webkit-transition: ease 2s;
    transition: ease 2s;
    border-radius: 60% 40% 50% 50%/35% 45% 55% 65%;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 11.4583333333vw;
    height: 11.4583333333vw;
}

@media screen and (max-width: 980px) {
    .z_load_page .imgwarp li .imgbg {
        width: 100px;
        height: 100px;
    }
}

.z_load_page .imgwarp li:nth-child(1) {
    left: 65.739583vw;
    top: 15%;
}

.z_load_page .imgwarp li:nth-child(2) {
    left: 23.5vw;
    top: 23%;
}

.z_load_page .imgwarp li:nth-child(2) .imgbg {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.z_load_page .imgwarp li:nth-child(3) {
    left: 57.90625vw;
    top: 31%;
}

.z_load_page .imgwarp li:nth-child(3) .imgbg {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.z_load_page .imgwarp li:nth-child(4) {
    left: 13.1875vw;
    top: 37%;
}

.z_load_page .imgwarp li:nth-child(4) .imgbg {
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
    background: #007C36;
}

.z_load_page .imgwarp li:nth-child(5) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.z_load_page .imgwarp li:nth-child(5) .imgbg {
    background: #F08200;
    --b-after: unset !important;
    --b-before: unset !important;
    background-size: 110vw;
    background-position: center;
    width: 1vw;
    height: 1vw;
}

.z_load_page .imgwarp li:nth-child(5) .imgbg.on {
    background-image: url(/uploads/images/20250305/14bf6b0cef92038eb383b6fc976a449f.png);
}

.z_load_page .dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-transform-origin: 30% 30px;
    transform-origin: 30% 30px;
    transition: 0.6s;
}

.z_load_page .dot.active {
    opacity: 0 !important;
}

@media screen and (max-width: 980px) {
    .z_load_page .dot {
        width: 50px;
        height: 50px;
    }
}

.z_load_page .dot.dot1 {
    position: absolute;
    left: 31.25vw;
    top: 12.1875vw;
    border: 4px solid #007C36;
    opacity: .6;
    -webkit-animation: spin2 8s infinite linear;
    animation: spin2 8s infinite linear;
}

.z_load_page .dot.dot2 {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 21.25vw;
    top: 25vw;
    border: 2px solid #F08200;
    opacity: .6;
    -webkit-animation: spin 8s infinite linear;
    animation: spin 8s infinite linear;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin2 {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

@keyframes spin2 {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
    50% {
        -webkit-transform: translate(-10%, 20%);
        transform: translate(-10%, 20%);
    }
    100% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
    50% {
        -webkit-transform: translate(-10%, 20%);
        transform: translate(-10%, 20%);
    }
    100% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

@-webkit-keyframes float2 {
    0% {
        -webkit-transform: translate(-10%, -30%);
        transform: translate(-10%, -30%);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translate(-10%, -30%);
        transform: translate(-10%, -30%);
    }
}

@keyframes float2 {
    0% {
        -webkit-transform: translate(-10%, -30%);
        transform: translate(-10%, -30%);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translate(-10%, -30%);
        transform: translate(-10%, -30%);
    }
}

.z_load_page .textwarp {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 8vw;
    transition: 0.6s;
}

.z_load_page .textwarp.active {
    opacity: 0;
}

.z_load_page .textwarp .en {
    font-weight: 600;
    font-size: 180px;
    color: #007C36;
    line-height: 1;
    opacity: 0.1;
    white-space: nowrap;
    text-transform: uppercase;
}

.z_load_page .textwarp .cn {
    font-weight: 500;
    font-size: 32px;
    color: #007C36;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    display: inline-block;
    margin: 40px 0 0;
}

.z_load_page .z_load_num {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #007C36;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #007C36;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
}

@keyframes img_go {
    100% {
        transform: translateX(-50%);
    }
}

@keyframes index_circle {
    0% {
        stroke-dashoffset: 157px;
    }
    100% {
        stroke-dashoffset: 19px;
    }
}

@keyframes spin1 {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1919px) {
    .index_banner .swiper-slide .text {
        left: 8.3333333333vw;
    }

    .index_banner .swiper-slide .text h1 {
        font-size: 2.9166666667vw;
    }

    .index_banner .swiper-slide .text h2 {
        font-size: 1.875vw;
        margin: 1.5104166667vw 0px 3.0729166667vw;
    }

    .index_banner .swiper-slide .text .more a {
        width: 10.0520833333vw;
        height: 2.7604166667vw;
        border-radius: 1.3541666667vw;
    }

    .index_banner .swiper-slide .text .more a p {
        font-size: 0.8333333333vw;
        margin: 0px 0.46875vw 0px 0px;
    }

    .index_banner .swiper-slide .text .more a .iconfont {
        font-size: 0.5208333333vw;
    }

    .index_banner .swiper-pagination {
        left: 8.3333333333vw;
        bottom: 4.6875vw;
    }

    .index_banner .swiper-pagination span {
        font-size: 0.8333333333vw;
        width: 2.3958333333vw;
        height: 2.3958333333vw;
    }

    .index_banner .swiper-pagination span svg .path-loop {
        stroke-dashoffset: 8.1770833333vw;
    }

    .sec1 {
        padding: 7.5vw 0px 6.8229166667vw;
    }

    .sec1 .wrap {
        width: 83.3333333333vw;
    }

    .sec1 .wrap .l {
        width: 33.59375vw;
    }

    .sec1 .wrap .l h1 {
        font-size: 2.1875vw;
        line-height: 2.8125vw;
    }

    .sec1 .wrap .l h5 {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
        margin: 3.6458333333vw 0px 1.6666666667vw;
    }

    .sec1 .wrap .l p {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
        margin: 0px 0px 3.125vw;
    }

    .sec1 .wrap .l .cir {
        width: 9.9479166667vw;
    }

    .sec1 .wrap .l .cir .cir_logo {
        width: 3.8020833333vw;
    }

    .sec1 .wrap .r .item {
        width: 36.4583333333vw;
    }

    .sec1 .wrap .r .item:not(:nth-last-child(1)) {
        margin: 0px 0px 2.6041666667vw;
    }

    .sec1 .wrap .r .item:nth-child(1) {
        transform: translate(-5.2083333333vw, 0px);
    }

    .sec1 .wrap .r .item:nth-child(2) {
        opacity: 1;
        transform: translate(-3.4375vw, 0px);
    }

    .sec1 .wrap .r .item:nth-child(3) {
        opacity: 1;
        transform: translate(-1.71875vw, 0px);
    }



    .sec1 .wrap .r .item .item_flex h5 {
        font-size: 1.25vw;
        margin: 0px 0px 0.4166666667vw;
    }

    .sec1 .wrap .r .item .item_flex .num p {
        font-size: 4.0625vw;
    }

    .sec1 .wrap .r .item .item_flex .num span {
        font-size: 1.25vw;
        margin: 0px 0px 0.4166666667vw 0.78125vw;
    }

    .sec1 .wrap .r .item .line {
        margin: 1.0416666667vw 0px 0px;
    }

    .sec2 {
        margin: 0px 0px 8.8541666667vw;
    }

    .sec2 .flex .imgs .img {
        width: 28.5416666667vw;
        border-radius: 0.5208333333vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }

    .sec3 {
        padding: 0px 0px 9.21875vw;
    }

    .sec3 .wrap {
        width: 85.4166666667vw;
    }

    .sec3 .wrap h1 {
        font-size: 2.1875vw;
        margin: 0px 0px 2.1875vw;
    }

    .sec3 .wrap .one {
        border-radius: 1.6145833333vw;
        margin: 0px auto 2.34375vw;
        padding: 0.2083333333vw;
    }

    .sec3 .wrap .one .item {
        width: 6.875vw;
        height: 2.8125vw;
        border-radius: 1.40625vw;
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .second_list {
        margin: 0px 0px 2.9166666667vw;
    }

    .sec3 .wrap .second_list .second {
        transform: translate(-50%, 1.0416666667vw);
    }

    .sec3 .wrap .second_list .second:not(:nth-child(1)) {
        transform: translate(-50%, 1.0416666667vw);
    }

    .sec3 .wrap .second_list .second .item {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .second_list .second .item:not(:nth-last-child(1)) {
        margin: 0px 2.6041666667vw 0px 0px;
    }

    .sec3 .wrap .swiper_box .btns {
        width: 93.75vw;
    }

    .sec3 .wrap .swiper_box .btns .iconfont {
        width: 2.5vw;
        height: 2.5vw;
        font-size: 0.5208333333vw;
        box-shadow: rgba(17, 18, 20, 0) 0px 0.2083333333vw 0.2083333333vw 0px;
    }

    .sec3 .wrap .swiper_box .btns .iconfont:nth-child(1) {
        box-shadow: rgba(17, 18, 20, 0) 0px -0.2083333333vw 0.2083333333vw 0px;
    }

    .sec3 .wrap .swiper_box .btns .iconfont:nth-child(1):hover {
        box-shadow: rgba(17, 18, 20, 0.18) 0px -0.2083333333vw 0.2083333333vw 0px;
    }

    .sec3 .wrap .swiper_box .btns .iconfont:hover {
        box-shadow: rgba(17, 18, 20, 0.18) 0px 0.2083333333vw 0.2083333333vw 0px;
    }

    .sec3 .wrap .swiper_box .swiper {
        padding: 0px 1.0416666667vw 2.6041666667vw;
        transform: translateY(2.0833333333vw);
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item {
        box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
        border-radius: 1.1458333333vw;
        border: 0.1041666667vw solid rgb(255, 255, 255);
        padding: 0px 0px 2.8645833333vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item::after {
        border-radius: 1.1458333333vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item::before {
        border-radius: 1.1458333333vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .label {
        height: 1.8229166667vw;
        border-radius: 0.2604166667vw;
        padding: 0px 1.0416666667vw;
        line-height: 1.8229166667vw;
        font-size: 0.8333333333vw;
        margin: 1.6666666667vw 0px 2.0833333333vw 1.5625vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .img {
        width: 15.625vw;
        height: 21.25vw;
        margin: 0px auto 0.78125vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item h5 {
        font-size: 0.9375vw;
    }

    .sec4 {
        height: calc(67.7083333333vw + 100vh);
    }

    .sec4 .fix .text {
        width: 41.1458333333vw;
    }

    .sec4 .fix .text .content .iconfont {
        font-size: 2.0833333333vw;
    }

    .sec4 .fix .text .content .icon1 {
        right: -1.09375vw;
        bottom: -1.0416666667vw;
    }

    .sec4 .fix .text .content .icon2 {
        top: -1.5104166667vw;
        left: -2.4479166667vw;
    }

    .sec4 .fix .text .content p {
        font-size: 1.25vw;
        line-height: 2.3958333333vw;
    }

    .sec4 .fix .text a {
        width: 11.6666666667vw;
        height: 3.4375vw;
        border-radius: 1.71875vw;
        border: 0.1041666667vw solid rgb(255, 255, 255);
        margin: 4.1666666667vw auto 0px;
        font-size: 0.8333333333vw;
    }

    .sec5 {
        padding: 8.4895833333vw 0px 7.8125vw;
    }

    .sec5 .wrap {
        width: 83.3333333333vw;
    }

    .sec5 .wrap .title {
        margin: 0px 0px 3.8541666667vw;
    }

    .sec5 .wrap .title h1 {
        font-size: 2.1875vw;
    }

    .sec5 .wrap .title .r .news_control p {
        font-size: 0.8333333333vw;
    }

    .sec5 .wrap .title .r .news_control p:not(:nth-last-child(1)) {
        margin: 0px 1.1458333333vw 0px 0px;
    }

    .sec5 .wrap .title .r .more_news {
        margin: 0px 0px 0px 2.3958333333vw;
    }

    .sec5 .wrap .title .r .more_news a {
        width: 9.375vw;
        height: 2.9166666667vw;
        border-radius: 1.4583333333vw;
        border: 0.1041666667vw solid rgb(0, 124, 54);
        font-size: 0.8333333333vw;
    }

    .sec5 .wrap .swiper_box .btns {
        width: 93.75vw;
    }

    .sec5 .wrap .swiper_box .btns .iconfont {
        width: 2.5vw;
        height: 2.5vw;
        font-size: 0.5208333333vw;
        box-shadow: rgba(17, 18, 20, 0) 0px 0.2083333333vw 0.2083333333vw 0px;
    }

    .sec5 .wrap .swiper_box .btns .iconfont:nth-child(1) {
        box-shadow: rgba(17, 18, 20, 0) 0px -0.2083333333vw 0.2083333333vw 0px;
    }

    .sec5 .wrap .swiper_box .btns .iconfont:nth-child(1):hover {
        box-shadow: rgba(17, 18, 20, 0.18) 0px -0.2083333333vw 0.2083333333vw 0px;
    }

    .sec5 .wrap .swiper_box .btns .iconfont:hover {
        box-shadow: rgba(17, 18, 20, 0.18) 0px 0.2083333333vw 0.2083333333vw 0px;
    }

    .sec5 .wrap .swiper_box .relative .news_swiper {
        transform: translateY(2.0833333333vw);
    }

    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item {
        width: 25vw;
    }

    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .img {
        height: 17.1875vw;
        border-radius: 0.5208333333vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time {
        margin: 0px 0px 0.8854166667vw;
    }

    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time p {
        font-size: 1.6666666667vw;
    }

    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time span {
        font-size: 0.9375vw;
        margin: 0px 0px 0.15625vw 0.8854166667vw;
    }

    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item h5 {
        font-size: 1.0416666667vw;
    }

    .z_load_page .cir::after {
        filter: blur(2.6041666667vw);
    }

    .z_load_page .cir.cir2 {
        top: 23.0729166667vw;
    }

    .z_load_page .dot {
        width: 3.6458333333vw;
        height: 3.6458333333vw;
        transform-origin: 30% 1.5625vw;
    }

    .z_load_page .dot.dot1 {
        border: 0.2083333333vw solid rgb(0, 124, 54);
    }

    .z_load_page .dot.dot2 {
        width: 1.9791666667vw;
        height: 1.9791666667vw;
        border: 0.1041666667vw solid rgb(240, 130, 0);
    }

    .z_load_page .textwarp .en {
        font-size: 9.375vw;
    }

    .z_load_page .textwarp .cn {
        font-size: 1.6666666667vw;
        margin: 2.0833333333vw 0px 0px;
    }

    .z_load_page .z_load_num {
        width: 3.90625vw;
        height: 3.90625vw;
        border: 0.1041666667vw solid rgb(0, 124, 54);
        font-size: 1.0416666667vw;
        bottom: -0.78125vw;
    }
}
@media screen and (max-width: 1024px) {
    .index_banner .swiper-slide .text h1 {
        font-size: 28px;
    }
    .index_banner .swiper-slide .text h2 {
        font-size: 18px;
        margin: 20px 0 40px;
    }
    .index_banner .swiper-pagination span {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    .index_banner .swiper-pagination {
        left: 5vw;
        bottom: 30px;
    }
    .index_banner .swiper-slide .text {
        left: 5vw;
    }
    .index_banner .swiper-slide .text .more a {
        width: 130px;
        height: 42px;
        border-radius: 26px;
    }
    .index_banner .swiper-slide .text .more a p {
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .index_banner .swiper-slide .text .more a .iconfont {
        font-size: 12px;
    }
    .sec1 .wrap {
        width: 90%;
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
        margin: 0 0 20px;
    }
    .sec1 .wrap .l h5 {
        font-size: 18px;
        margin: 10px 0 20px;
        line-height: 1.6;
    }
    .sec1 .wrap .l .cir {
        width: 80px;
    }
    .sec1 .wrap .l .cir .cir_logo {
        width: 30px;
    }
    .sec1 .wrap .l p {
        font-size: 16px;
        line-height: 2;
        margin: 0px 0px 30px;
    }
    .sec1 .wrap .l h1 {
        font-size: 22px;
        line-height: 1.4;
    }
    .sec1 {
        padding: 60px 0 40px;
    }
    .sec1 .wrap .r .item {
        width: 100%;
        transform: unset !important;
    }
    .sec1 .wrap .r .item .item_flex h5 {
        opacity: 1;
        font-size: 16px;
        transform: unset;
    }
    .sec1 .wrap .r .item .item_flex .num p {
        font-size: 50px;
    }
    .sec1 .wrap .r .item .item_flex .num span {
        font-size: 14px;
        margin: 0 0 5px 5px;
    }
    .sec1 .wrap .r .item:not(:nth-last-child(1)) {
        margin: 0 0 30px;
    }
    .sec1 .wrap .r .item .line {
        transform: unset;
        margin: 10px 0 0;
    }
    .sec2 .flex .imgs .img {
        width: 160px;
        border-radius: 6px;
        margin: 0 20px 0 0;
    }
    .sec2 {
        margin: 0 0 60px;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap h1 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .sec3 .wrap .one {
        border-radius: 31px;
        margin: 0 auto 20px;
        padding: 2px;
    }
    .sec3 .wrap .one .item {
        width: 80px;
        height: 40px;
        border-radius: 27px;
        font-size: 14px;
    }
    .sec3 .wrap .second_list .second {
        flex-wrap: wrap;
    }
    .sec3 .wrap .second_list .second .item {
        font-size: 14px;
        line-height: 2;
    }
    .sec3 .wrap .second_list {
        margin: 0 0 20px;
    }
    .sec3 .wrap .second_list .second .item:not(:nth-last-child(1)) {
        margin:  0 10px 0 0;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .label {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 30px 0 32px 20px;
        border: 1px solid #007c36;
        color: #007C36;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .img {
        width: 90%;
        height: 65vw;
        margin: 0px auto 40px;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item h5 {
        font-size: 18px;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item {
        padding: 0 0 40px;
        border-radius: 6px;
    }
    .sec3 .wrap .swiper_box .btns {
        position: unset;
        transform: unset;
        justify-content: center;
        width: 100%;
        margin: 30px 0 0;
    }
    .sec4 .fix {
        height: unset;
        padding: 60px 0;
    }
    .sec4 .fix .img {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .sec4 {
        height: unset !important;
    }
    .sec3 .wrap .swiper_box .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .sec3 .wrap .swiper_box .btns .iconfont:nth-child(1) {
        margin-right: 10px;
    }
    .sec4 .fix .text {
        width: 90%;
        position: relative;
        transform: translate(-50%,0%) !important;
        opacity: 1 !important;
        top: 0;
        z-index: 2;
    }
    .sec4 .fix .text .content p {
        font-size: 18px;
        line-height: 1.8;
    }
    .sec4 .fix .text .content .iconfont {
        font-size: 16px;
    }
    .sec4 .fix .text .content .icon2 {
        top: -10px;
        left: -10px;
    }
    .sec4 .fix .text .content .icon1 {
        right: 0px;
        bottom: 6px;
    }
    .sec4 .fix .text a {
        padding: 0 20px;
        width: fit-content;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        margin: 30px auto 0;
    }
    .sec5 .wrap {
        width: 90%;
    }
    .sec5 {
        padding: 60px 0;
    }
    .sec5 .wrap .title {
        display: block;
    }
    .sec5 .wrap .title h1 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .sec5 .wrap .title .r .news_control p {
        font-size: 14px;
    }
    .sec5 .wrap .title .r {
        margin: 0 0 30px;
    }
    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item {
        width: 100%;
    }
    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .img {
        height: 60vw;
        border-radius: 6px;
        margin: 0 0 20px;
    }
    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time p {
        font-size: 24px;
    }
    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time span {
        font-size: 14px;
    }
    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item .time {
        margin: 0 0 15px;
    }
    .sec5 .wrap .swiper_box .relative .news_swiper .swiper-wrapper .swiper-slide .item h5 {
        font-size: 18px;
    }
    .sec5 .wrap .title .r .news_control p:not(:nth-last-child(1)) {
        margin: 0 10px 0 0;
    }
    .sec5 .wrap .title .r .more_news a {
        width: fit-content;
        padding: 0 15px;
        height: 34px;
        border-radius: 34px;
        font-size: 14px;

    }
    .z_load_page .imgwarp li:nth-child(5) .imgbg {
        background-size: 110vh;
    }
    .z_load_page .textwarp .en {
        font-size: 64px;
    }
    .z_load_page .textwarp .cn {
        font-size: 16px;
        margin: 30px 0 0;
    }
    .z_load_page .z_load_num {
        width: 60px;
        height: 60px;
        font-size: 16px;
    }
    .z_load_page .textwarp {
        bottom: 60px;
    }
    .z_load_page .z_load_num {
        bottom: -18px;
    }
}
