.common_banner .text {
    transform: unset;
    left: 67.7083333vw;
    bottom: 11.4583333333vw;
}
.common_banner .text h1 {
    text-align: left;
}
.common_banner .text p {
    text-align: left;
    margin-left: 70px;
}
.sec2 {
    padding: 85px 0 135px;
}

.sec2 .wrap .sec2_swiper {
    overflow: unset;
}

.sec2 .wrap .sec2_swiper .swiper-slide .item {
    width: 100%;
}

.sec2 .wrap .sec2_swiper .swiper-slide .item .img {
    display: block;
    width: 100%;
    height: 389px;
    box-shadow: -5px 12px 50px 0px rgba(0, 0, 0, 0.1);
}

.sec2 .wrap .sec2_swiper .swiper-slide .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
}

.sec2 .wrap .sec2_swiper .swiper-slide .item:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .sec2_swiper .swiper-slide .item:nth-child(2n) {
    margin: 75px 0 0;
}

.sec2 .wrap .sec2_swiper .swiper-slide:nth-child(2n) .item {
    margin: 75px 0 0;
}

.sec2 .wrap .btns {
    display: flex;
    justify-content: center;
    margin: 65px 0 0;
    gap: 10px;
}

.sec2 .wrap .btns .jt {
    width: 42px;
    height: 42px;
    background: rgba(135, 178, 46, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.sec2 .wrap .btns .jt img {
    display: block;
    width: 6px;
}

.sec2 .wrap .btns .jt:nth-child(2) {
    transform: rotate(180deg);
}

.sec2 .wrap .btns .jt:hover {
    background: #87b22e;
}

.sec2 .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 69px;
}

.sec3 {
    padding: 100px 0 113px;
    background: linear-gradient(180deg, #DBE7CD 0%, #F1F6EB 100%);
    width: 100%;
    overflow: hidden;
}

.sec3 .wrap .part:not(:last-child) {
    margin-bottom: 75px;
}

.sec3 .wrap .part .btns {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    gap: 10px;
}

.sec3 .wrap .part .btns .jt {
    width: 42px;
    height: 42px;
    background: rgba(135, 178, 46, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.sec3 .wrap .part .btns .jt img {
    display: block;
    width: 6px;
}

.sec3 .wrap .part .btns .jt:nth-child(2) {
    transform: rotate(180deg);
}

.sec3 .wrap .part .btns .jt:hover {
    background: #87b22e;
}

.sec3 .wrap .part .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 53px;
}

.sec3 .wrap .part .swiper {
    overflow: unset;
}

.sec3 .wrap .part .swiper .swiper-slide {
    width: 100%;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box {
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    position: relative;
    transition: 0.6s;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box:hover {
    box-shadow: 0px 0px 32px 0px rgba(59, 77, 21, 0.2);
    transition-delay: 0.2s;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box:hover:after {
    height: 402px;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box:after {
    content: "";
    width: 100%;
    height: 130px;
    border-radius: 25px;
    background: #FFFFFF;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_content {
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_content p {
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .time {
    width: 100%;
    height: 86px;
    padding: 19px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    height: 130px;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_l {
    width: 93px;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_l.logo_l2 {
    width: 64px;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_l img {
    display: block;
    width: 100%;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_r {
    height: 52px;
    max-width: 238px;
    display: flex;
    align-items: center;
}

.sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_r img {
    display: block;
}

.sec5 {
    padding: 120px 0 182px;
}

.sec5 .wrap .sec5_top {
    text-align: center;
}

.sec5 .wrap .sec5_top .h5 {
    color: #1A1A1A;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}

.sec5 .wrap .sec5_top .p {
    color: #1A1A1A;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.27777;
}

.sec5 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    margin: 63px 0 0;
}

.sec5 .wrap .list .item {
    width: 400px;
    cursor: pointer;
}

.sec5 .wrap .list .item .item_box {
    width: 100%;
    height: 250px;
    border-radius: 400px;
    border: 1px solid #EEE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
    gap: 16px;
    position: relative;
}
.sec5 .wrap .list .item .item_box .item_more {
    display: flex;
    align-items: center;
    gap: 7px;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    transition: 0.6s;
}
.sec5 .wrap .list .item .item_box .item_more>p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.sec5 .wrap .list .item .item_box .item_more .jt svg {
    display: block;
    width: 5px;
    height: unset;
}
.sec5 .wrap .list .item .item_box:hover .item_more {
    opacity: 1;
}
.sec5 .wrap .list .item .item_box p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.875;
    transition: 0.6s;
}

.sec5 .wrap .list .item .item_box .icon {
    width: 80px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec5 .wrap .list .item .item_box .icon img {
    transition: 0.6s;
    height: 100%;
}

.sec5 .wrap .list .item .item_box:hover {
    border: 1px solid #87B22E;
    background: #87B22E;
}

.sec5 .wrap .list .item .item_box:hover p {
    color: #FFFFFF;
}

.sec5 .wrap .list .item .item_box:hover .icon img {
    filter: brightness(0) invert(1);
}

.sec6 {
    background: #FAFCF7;
    padding: 133px 0 146px;
}

.sec6 .wrap .title {
    color: #1A1A1A;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.277778;
    position: relative;
    z-index: 3;
}

.sec6 .wrap .p {
    width: 843px;
    margin: 41px auto 140px;
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    /* 175% */
    position: relative;
    z-index: 3;
}

.sec6 .wrap .p1 {
    width: 670px;
    margin: 0 auto 119px;
    color: #1A1A1A;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    /* 125% */
    position: relative;
    z-index: 3;
}

.sec6 .wrap .list {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 27px;
    flex-wrap: wrap;
}

.sec6 .wrap .list .item {
    width: 329px;
}

.sec6 .wrap .list .item:nth-child(2), .sec6 .wrap .list .item:nth-child(3) {
    margin: 30px 0 0;
}

.sec6 .wrap .list .item .item_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 76px;
    border-radius: 16px;
    border: 1px solid #87B22E;
    background: #87B22E;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33333;
    margin-bottom: 22px;
}

.sec6 .wrap .list .item .item_part {
    width: 100%;
    min-height: 262px;
    padding: 31px 30px 0;
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.625;
    /* 262.5% */
    border-radius: 8px;
    border: 1px solid rgba(135, 178, 46, 0);
    background: url("/static/images/line_bg.svg") no-repeat;
    background-size: 100% 100%;

}
.sec6 .wrap .list .item .item_part .scroll_h {
    max-height: 220px;
    overflow-y: auto;
    padding: 0 5px 0 0;
}
html[lang='en'] .sec6 .wrap .list .item .item_part {
    line-height: 1.4;
}
.sec6 .wrap .list .cir1 {
    width: 956px;
    position: absolute;
    top: -285px;
    opacity: 0;
}

.sec6 .wrap .list .cir1 img {
    display: block;
    width: 100%;
}

.sec6 .wrap .list .cir2 {
    width: 1382px;
    position: absolute;
    top: -178px;
}

.sec6 .wrap .list .cir2 img {
    display: block;
    width: 100%;
}

.sec7 {
    padding: 100px 0 126px;
}

.sec7 .wrap .sec7_top {
    margin: 0 0 37px;
    text-align: center;
}
.sec7 .wrap .more {
    padding: 12px 38px;
    width: fit-content;
    background: rgba(135, 178, 46, 1);
    border-radius: 46px;
    width: fit-content;
    margin: 73px auto 0;

    cursor: pointer;
}
.sec7 .wrap .more p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.sec7 .wrap .sec7_top .h5 {
    color: #1A1A1A;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 42px;
}

.sec7 .wrap .sec7_top .p {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}

.sec7 .wrap .numList {
    display: flex;
    gap: 20px;
}

.sec7 .wrap .numList .item {
    width: 357px;
    height: 360px;
    border-radius: 24px;
    background: #F9F9F9;
    padding: 41px 55px 0 48px;
}

.sec7 .wrap .numList .item .h5 {
    color: #1A1A1A;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.38462;
    margin-bottom: 76px;
}

.sec7 .wrap .numList .item .flex {
    display: flex;
    gap: 195px;
}

.sec7 .wrap .numList .item .flex .flex_item .num {
    color: #87B22E;
    font-family: 'Poppins';
    font-size: 64px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    width: fit-content;
}
.sec7 .wrap .numList .item .flex .flex_item {
    position: relative;
}
.sec7 .wrap .numList .item .flex .flex_item .biao11 {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: 4px;
    right: -8px;
    transform: translateX(100%);
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.sec7 .wrap .numList .item .flex .flex_item .num:after {
    content: attr(data-biao);
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -8px;
    transform: translateX(100%);
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.sec7 .wrap .numList .item .flex .flex_item .p {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.25;
    /* 225% */
    margin: 15px 0 0;
}

.sec7 .wrap .numList .item.item_sp {
    width: 800px;
    padding: 55px 0 0 68px;
}

.sec7 .wrap .numList .items {
    width: 401px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec7 .wrap .numList .items .item {
    width: 100%;
    height: 170px;
}
.sec7 .wrap .numList .items .item .h5 {
    margin-bottom: 0;
}
.sec7 .wrap .numList .items .item .flex {
    justify-content: flex-end;
}
.sec7 .wrap .sec7_center {
    margin: 84px 0 95px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 127px;
    border-bottom: 1px solid #D9D9D9;
}

.sec7 .wrap .sec7_center .h5 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
}

.sec7 .wrap .sec7_center .p {
    width: 781px;
    padding: 16px 0 0;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    /* 187.5% */
}

.sec7 .wrap .list {
    width: 100%;
}

.sec7 .wrap .list .item {
    display: flex;
    justify-content: space-between;
    gap: 107px;
    padding: 0 55px 0 0;
}

.sec7 .wrap .list .item:not(:last-child) {
    margin-bottom: 100px;
}

.sec7 .wrap .list .item .item_r {
    width: 636px;
    padding: 20px 0 0;
}

.sec7 .wrap .list .item .item_r .date .day {
    color: #CCC;
    font-family: 'Poppins-SemiBold';
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}

.sec7 .wrap .list .item .item_r .date .y-m {
    color: #CCC;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    /* 228.571% */
}

.sec7 .wrap .list .item .item_r .h5 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 37px 0 25px;
    transition: 0.6s;
}

.sec7 .wrap .list .item .item_r .p {
    color: #333;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    max-height: 260px;
    overflow-y: auto;
}

.sec7 .wrap .list .item .item_r .more {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec7 .wrap .list .item .item_r .more p {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    transition: 0.6s;
}

.sec7 .wrap .list .item .item_r .more svg {
    width: 5px;
    display: block;
    height: unset;
}

.sec7 .wrap .list .item .item_r .more svg path {
    transition: 0.6s;
}

.sec7 .wrap .list .item .img {
    width: 800px;
    height: 467px;
    overflow: hidden;
    border-radius: 24px;
}

.sec7 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec7 .wrap .list .item:hover .item_r .h5 {
    color: #87B22E;
}

.sec7 .wrap .list .item:hover .item_r .more p {
    color: #87B22E;
}

.sec7 .wrap .list .item:hover .item_r .more svg path {
    fill: #87B22E;
}

.sec7 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}
.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}
.fixed.on {
    opacity: 1;
    pointer-events: auto;
}
.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    background: #000;
}
.fixed .fixed_box {
    width: 1200px;
    border-radius: 20px;
    background: #FFF;
    position: relative;
    z-index: 3;
    display: flex;
    padding: 53px 105px 53px 88px;
    justify-content: space-between;
}
.fixed .fixed_box .close {
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
    position: absolute;
    top: 16px;
    right: 17px;
}
.fixed .fixed_box .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fixed .fixed_box .close img {
    display: block;
    width: 11px;
    transition: 0.6s;
}
.fixed .fixed_box .close:hover {
    background: #87B22E;
}
.fixed .fixed_box .close:hover img {
    filter: invert(1);
}
.fixed .fixed_box .l_box {
    width: 308px;
    padding: 0 83px 0 0;
    border-right: 1px solid #D9D9D9;
}
.fixed .fixed_box .l_box .icon {
    width: 66px;
    height: 70px;
    display: flex;
    align-items: center;
}
.fixed .fixed_box .l_box .icon img {
    display: block;
}
.fixed .fixed_box .l_box .title {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin: 29px 0 27px;
}
.fixed .fixed_box .l_box .p {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;

}
.fixed .fixed_box .r_box {
    width: 640px;
    overflow-y: auto;
}
.fixed .fixed_box .r_box p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}
.fixed .fixed_box .r_box h5 {
    color: #87B22E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6667;
    margin-bottom: 10px;
}
@media screen and (max-width: 1919px) {
    .common_banner .text p{
        margin-left: 3.6458333333vw;
    }
    .sec2{
        padding: 4.4270833333vw 0px 7.03125vw;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .item .img{
        height: 20.2604166667vw;
        box-shadow: rgba(0, 0, 0, 0.1) -0.2604166667vw 0.625vw 2.6041666667vw 0px;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .item:nth-child(2n){
        margin: 3.90625vw 0px 0px;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide:nth-child(2n) .item{
        margin: 3.90625vw 0px 0px;
    }
    .sec2 .wrap .btns{
        margin: 3.3854166667vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .sec2 .wrap .btns .jt{
        width: 2.1875vw;
        height: 2.1875vw;
    }
    .sec2 .wrap .btns .jt img{
        width: 0.3125vw;
    }
    .sec2 .title{
        font-size: 1.6666666667vw;
        line-height: 2.7083333333vw;
        margin-bottom: 3.59375vw;
    }
    .sec3{
        padding: 5.2083333333vw 0px 5.8854166667vw;
    }
    .sec3 .wrap .part:not(:last-child){
        margin-bottom: 3.90625vw;
    }
    .sec3 .wrap .part .btns{
        margin: 2.0833333333vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .sec3 .wrap .part .btns .jt{
        width: 2.1875vw;
        height: 2.1875vw;
    }
    .sec3 .wrap .part .btns .jt img{
        width: 0.3125vw;
    }
    .sec3 .wrap .part .title{
        font-size: 2.1875vw;
        line-height: 2.7083333333vw;
        margin-bottom: 2.7604166667vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box{
        border-radius: 1.3020833333vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box:hover{
        box-shadow: rgba(59, 77, 21, 0.2) 0px 0px 1.6666666667vw 0px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box:hover::after{
        height: 20.9375vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box::after{
        height: 6.7708333333vw;
        border-radius: 1.3020833333vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_content{
        height: 9.5833333333vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_content p{
        font-size: 1.25vw;
        line-height: 2.1875vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .time{
        height: 4.4791666667vw;
        padding: 0.9895833333vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 2.1875vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top{
        gap: 0.6770833333vw;
        height: 6.7708333333vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_l{
        width: 4.84375vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_l.logo_l2{
        width: 3.3333333333vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_r{
        height: 2.7083333333vw;
        max-width: 12.3958333333vw;
    }
    .sec5{
        padding: 6.25vw 0px 9.4791666667vw;
    }
    .sec5 .wrap .sec5_top .h5{
        font-size: 2.3958333333vw;
        margin-bottom: 1.3020833333vw;
    }
    .sec5 .wrap .sec5_top .p{
        font-size: 1.875vw;
    }
    .sec5 .wrap .list{
        gap: 2.0833333333vw 0px;
        margin: 3.28125vw 0px 0px;
    }
    .sec5 .wrap .list .item{
        width: 20.8333333333vw;
    }
    .sec5 .wrap .list .item .item_box{
        height: 13.0208333333vw;
        border-radius: 20.8333333333vw;
        gap: 0.8333333333vw;
    }
    .sec5 .wrap .list .item .item_box .item_more{
        gap: 0.3645833333vw;
        bottom: 0.78125vw;
    }
    .sec5 .wrap .list .item .item_box .item_more > p{
        font-size: 0.8333333333vw;
    }
    .sec5 .wrap .list .item .item_box .item_more .jt svg{
        width: 0.2604166667vw;
    }
    .sec5 .wrap .list .item .item_box p{
        font-size: 0.9375vw;
    }
    .sec5 .wrap .list .item .item_box .icon{
        width: 4.1666666667vw;
        height: 4.375vw;
    }
    .sec6{
        padding: 6.9270833333vw 0px 7.6041666667vw;
    }
    .sec6 .wrap .title{
        font-size: 1.875vw;
    }
    .sec6 .wrap .p{
        width: 43.90625vw;
        margin: 2.1354166667vw auto 7.2916666667vw;
        font-size: 0.8333333333vw;
    }
    .sec6 .wrap .p1{
        width: 34.8958333333vw;
        margin: 0px auto 6.1979166667vw;
        font-size: 1.25vw;
    }
    .sec6 .wrap .list{
        gap: 1.40625vw;
    }
    .sec6 .wrap .list .item{
        width: 17.1354166667vw;
    }
    .sec6 .wrap .list .item:nth-child(2), .sec6 .wrap .list .item:nth-child(3){
        margin: 1.5625vw 0px 0px;
    }
    .sec6 .wrap .list .item .item_top{
        min-height: 3.9583333333vw;
        border-radius: 0.8333333333vw;
        font-size: 0.9375vw;
        margin-bottom: 1.1458333333vw;
    }
    .sec6 .wrap .list .item .item_part{
        min-height: 13.6458333333vw;
        padding: 1.6145833333vw 1.5625vw 0px;
        font-size: 0.8333333333vw;
        border-radius: 0.4166666667vw;
    }
    .sec6 .wrap .list .item .item_part .scroll_h {
        max-height: 11.458333333333vw;
    }
    .sec6 .wrap .list .cir1{
        width: 49.7916666667vw;
        top: -14.6875vw;
    }
    .sec6 .wrap .list .cir2{
        width: 71.9791666667vw;
        top: -9.2708333333vw;
    }
    .sec7{
        padding: 5.2083333333vw 0px 6.5625vw;
    }
    .sec7 .wrap .sec7_top{
        margin: 0px 0px 1.9270833333vw;
    }
    .sec7 .wrap .more{
        padding: 0.625vw 1.9791666667vw;
        border-radius: 2.3958333333vw;
        margin: 3.8020833333vw auto 0px;
    }
    .sec7 .wrap .more p{
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .sec7_top .h5{
        font-size: 2.3958333333vw;
        margin-bottom: 2.1875vw;
    }
    .sec7 .wrap .sec7_top .p{
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .numList{
        gap: 1.0416666667vw;
    }
    .sec7 .wrap .numList .item{
        width: 18.59375vw;
        height: 18.75vw;
        border-radius: 1.25vw;
        padding: 2.1354166667vw 2.8645833333vw 0px 2.5vw;
    }
    .sec7 .wrap .numList .item .h5{
        font-size: 1.3541666667vw;
        margin-bottom: 3.9583333333vw;
    }
    .sec7 .wrap .numList .item .flex{
        gap: 10.15625vw;
    }
    .sec7 .wrap .numList .item .flex .flex_item .num{
        font-size: 3.3333333333vw;
    }
    .sec7 .wrap .numList .item .flex .flex_item .num::after{
        font-size: 0.8333333333vw;
        right: -0.4166666667vw;
    }
    .sec7 .wrap .numList .item .flex .flex_item .biao11 {
        font-size: 1.0416666666vw;
        bottom: 0.2083333vw;
        right: -0.4166666666vw;
    }
    .sec7 .wrap .numList .item .flex .flex_item .p{
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0px;
    }
    .sec7 .wrap .numList .item.item_sp{
        width: 41.6666666667vw;
        padding: 2.8645833333vw 0px 0px 3.5416666667vw;
    }
    .sec7 .wrap .numList .items{
        width: 20.8854166667vw;
    }
    .sec7 .wrap .numList .items .item{
        height: 8.8541666667vw;
    }
    .sec7 .wrap .sec7_center{
        margin: 4.375vw 0px 4.9479166667vw;
        padding: 0px 0px 6.6145833333vw;
    }
    .sec7 .wrap .sec7_center .h5{
        font-size: 1.875vw;
    }
    .sec7 .wrap .sec7_center .p{
        width: 40.6770833333vw;
        padding: 0.8333333333vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .list .item{
        gap: 5.5729166667vw;
        padding: 0px 2.8645833333vw 0px 0px;
    }
    .sec7 .wrap .list .item:not(:last-child){
        margin-bottom: 5.2083333333vw;
    }
    .sec7 .wrap .list .item .item_r{
        width: 33.125vw;
        padding: 1.0416666667vw 0px 0px;
    }
    .sec7 .wrap .list .item .item_r .date .day{
        font-size: 2.7083333333vw;
    }
    .sec7 .wrap .list .item .item_r .date .y-m{
        font-size: 0.7291666667vw;
    }
    .sec7 .wrap .list .item .item_r .h5{
        font-size: 1.25vw;
        margin: 1.9270833333vw 0px 1.3020833333vw;
    }
    .sec7 .wrap .list .item .item_r .p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        max-height: 13.5416666667vw;
    }
    .sec7 .wrap .list .item .item_r .more{
        gap: 0.5208333333vw;
    }
    .sec7 .wrap .list .item .item_r .more p{
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .list .item .item_r .more svg{
        width: 0.2604166667vw;
    }
    .sec7 .wrap .list .item .img{
        width: 41.6666666667vw;
        height: 24.3229166667vw;
        border-radius: 1.25vw;
    }
    .fixed .fixed_box{
        width: 62.5vw;
        border-radius: 1.0416666667vw;
        padding: 2.7604166667vw 5.46875vw 2.7604166667vw 4.5833333333vw;
    }
    .fixed .fixed_box .close{
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        top: 0.8333333333vw;
        right: 0.8854166667vw;
    }
    .fixed .fixed_box .close img{
        width: 0.5729166667vw;
    }
    .fixed .fixed_box .l_box{
        width: 16.0416666667vw;
        padding: 0px 4.3229166667vw 0px 0px;
    }
    .fixed .fixed_box .l_box .icon{
        width: 3.4375vw;
        height: 3.6458333333vw;
    }
    .fixed .fixed_box .l_box .title{
        font-size: 1.6666666667vw;
        margin: 1.5104166667vw 0px 1.40625vw;
    }
    .fixed .fixed_box .l_box .p{
        font-size: 0.8333333333vw;
    }
    .fixed .fixed_box .r_box{
        width: 33.333333333vw;
    }
    .fixed .fixed_box .r_box p{
        font-size: 0.8333333333vw;
    }
    .fixed .fixed_box .r_box h5{
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw;
    }
}
@media screen and (max-width: 768px) {
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap .part .title {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 25px;
    }
    .sec3 .wrap .part .btns {
        margin: 25px 0 0;
        gap: 15px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top {
        gap: 8px;
        height: 60px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box {
        border-radius: 8px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box::after {
        height: 60px !important;
        border-radius: 8px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_l {
        width: 80px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_top .logo_r {
        height: 30px;
        max-width: 37vw;
    }
    .sec3 .wrap .part .btns .jt {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .sec3 .wrap .part .btns .jt img {
        width: 5px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_content {
        height: 50vw;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .slide_content p {
        font-size: 18px;
        line-height: 1.6;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .time {
        font-size: 15px;
    }
    .sec3 .wrap .part .swiper .swiper-slide .slide_box .time {
        height: 50px;
        line-height: 50px;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .sec2 .wrap .btns .jt {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .sec2 .wrap .btns .jt img {
        width: 5px;
    }
    .sec2 .wrap .btns {
        margin: 25px 0 0;
        gap: 15px;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .item .img {
        height: unset !important;
        transform: unset !important;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide:nth-child(2n) .item {
        margin: 0;
    }
}

@media screen and (max-width: 1919px) {
    .sec7 .wrap .more{
        padding: 0.625vw 1.9791666667vw;
        border-radius: 2.3958333333vw;
        margin: 3.8020833333vw auto 0px;
    }
    .sec7 .wrap .more p{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .sec7 .wrap .more{
        padding: 10px 25px;
        border-radius: 50px;
        margin: 30px auto 0px;
    }
    .sec7 .wrap .more p{
        font-size: 15px;
    }
    .common_banner .text {
        left: unset;
        right: 5vw;
    }
    .w1600 {
        width: 90%;
    }

    .sec5 {
        padding: 60px 0;
    }

    .sec5 .wrap {
        width: 90%;
    }

    .sec5 .wrap .sec5_top {
        margin-bottom: 35px;
    }

    .sec5 .wrap .sec5_top .h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .sec5 .wrap .sec5_top .p {
        font-size: 15px;
    }

    .sec5 .wrap .list {
        margin: 0;
        gap: 15px 0;
        justify-content: space-between;
    }

    .sec5 .wrap .list .item {
        width: 49%;
    }

    .sec5 .wrap .list .item .item_box {
        height: 150px;
        border-radius: 20px;
        gap: 10px;
    }

    .sec5 .wrap .list .item .item_box .icon {
        width: 40px;
        height: 40px;
    }

    .sec5 .wrap .list .item .item_box p {
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }

    .sec6 {
        padding: 50px 0;
    }

    .sec6 .wrap {
        width: 90%;
    }

    .sec6 .wrap .title {
        font-size: 22px;
    }

    .sec6 .wrap .p {
        font-size: 14px;
        width: 100%;
        margin: 20px 0 30px;
        line-height: 1.8;
    }

    .sec6 .wrap .p1 {
        width: 100%;
        font-size: 17px;
        margin: 0 auto 30px;
        line-height: 1.6;
    }

    .sec6 .wrap .list {
        gap: 20px;
    }

    .sec6 .wrap .list .cir1, .sec6 .wrap .list .cir2 {
        display: none;
    }

    .sec6 .wrap .list .item {
        width: 100%;
    }

    .sec6 .wrap .list .item .item_top {
        height: 70px;
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .sec6 .wrap .list .item .item_part {
        height: 70vw;
        font-size: 15px;
        width: 100%;
        padding: 30px 20px 0;
    }
    .sec6 .wrap .list .item .item_part .scroll_h {
        max-height: 60vw;
    }
    .sec7 {
        padding: 10px 0 20px;
    }

    .sec7 .wrap .sec7_top {
        margin-bottom: 30px;
    }

    .sec7 .wrap .sec7_top .h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .sec7 .wrap .sec7_top .p {
        font-size: 15px;
    }

    .sec7 .wrap .sec7_top .p br {
        display: none;
    }

    .sec7 .wrap .sec7_center {
        display: block;
        margin: 40px 0 35px;
        padding: 0 0 20px;
    }

    .sec7 .wrap .sec7_center .h5 {
        font-size: 20px;
    }

    .sec7 .wrap .sec7_center .p {
        width: 100%;
        font-size: 15px;
        margin: 15px 0 0;
    }

    .sec7 .wrap .list .item {
        display: block;
        padding: 0 0 15px;
        border-bottom: 1px solid #CCCCCC;
    }

    .sec7 .wrap .list .item .img {
        width: 100%;
        border-radius: 10px;
        height: 50vw;
    }

    .sec7 .wrap .list .item .item_r {
        margin: 15px 0 0;
        width: 100%;
    }

    .sec7 .wrap .list .item .item_r .h5 {
        font-size: 18px;
        margin: 10px 0;
    }

    .sec7 .wrap .list .item .item_r .more {
        gap: 4px;
    }

    .sec7 .wrap .list .item .item_r .more svg {
        width: 4px;
    }

    .sec7 .wrap .list .item .item_r .more p {
        font-size: 14px;
    }

    .sec7 .wrap .list .item .item_r .p {
        font-size: 14px;
        line-height: 1.8;
        max-height: unset;
    }

    .sec7 .wrap .list .item .item_r .date {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 5px;
        width: fit-content;
    }

    .sec7 .wrap .list .item .item_r .date .day {
        color: #888;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 2;
    }

    .sec7 .wrap .list .item .item_r .date .y-m {
        color: #888;
        font-size: 14px;
        margin: 0;
        line-height: 2;
    }

    .sec7 .wrap .list .item:not(:last-child) {
        margin-bottom: 30px;
    }

    .sec7 .wrap .numList {
        flex-wrap: wrap;
        gap: 20px;
    }

    .sec7 .wrap .numList .item {
        width: 100% !important;
        border-radius: 10px;
        padding: 30px 20px !important;
        height: unset;
    }

    .sec7 .wrap .numList .item .h5 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .sec7 .wrap .numList .item .flex {
        flex-wrap: wrap;
        gap: 20px 0;
        justify-content: space-between;
    }

    .sec7 .wrap .numList .item .flex .flex_item {
        width: 48%;
    }

    .sec7 .wrap .numList .item .flex .flex_item .num {
        font-size: 32px;
    }
    .sec7 .wrap .numList .item .flex .flex_item .biao11 {
        font-size: 18px;
        bottom: 3px;
        right: -4px;
    }
    .sec7 .wrap .numList .item .flex .flex_item .p {
        font-size: 12px;
        line-height: 1.2;
        margin: 12px 0 0;
    }

    .sec7 .wrap .numList .item:nth-last-child(1) .flex .flex_item {
        width: 100%;
    }
    .fixed .fixed_box {
        width: 90vw;
        border-radius: 10px;
        padding: 30px;

    }
    .fixed .fixed_box .box {
        display: block;
    }
    .fixed .fixed_box .l_box {
        width: 100%;
        height: unset;
        border-right: unset;
        padding: 0 0 15px;
        border-bottom: 1px solid #D9D9D9;
    }
    .fixed .fixed_box .close {
        width: 32px;
        height: 32px;
        top: 15px;
        right: 15px;
    }
    .fixed .fixed_box .close img {
        width: 15px;
    }
    .fixed .fixed_box .l_box .icon {
        width: 40px;
        height: 40px;
    }
    .fixed .fixed_box .l_box .p {
        font-size: 15px;
    }
    .fixed .fixed_box .l_box .title {
        font-size: 20px;
        margin: 15px 0;
    }
    .fixed .fixed_box .r_box {
        width: 100%;
        height: unset;
        max-height: 60vh;
        margin: 25px 0 0;
    }
    .fixed .fixed_box .r_box h5 {
        font-size: 15px;
    }
    .fixed .fixed_box .r_box p {
        font-size: 15px;
    }
    .sec7 .wrap .numList .item .flex .flex_item .num::after {
        font-size: 12px;
    }
    .sec7 .wrap .numList .items {
        width: 100%;
    }
    .sec7 .wrap .numList .items .item {
        height: unset;
    }
    .sec7 .wrap .numList .items .item .flex {
        justify-content: space-between;
    }
    .sec7 .wrap .numList .items .item .h5 {
        margin-bottom: 25px;
    }
    .sec7 .wrap .numList .items {
        gap: 20px;
    }
    .sec5 .wrap .list .item .item_box .item_more {
        bottom: 6px;
        gap: 5px;
        opacity: 1;
    }
    .sec5 .wrap .list .item .item_box .item_more p {
        font-size: 12px;
        color: #333333;
    }
    .sec5 .wrap .list .item .item_box .item_more .jt svg {
        width: 3px;
    }
    .sec5 .wrap .list .item .item_box .item_more .jt svg path {
        fill: #333333;
    }
}
