.sec1 {
    padding: 134px 0 81px;
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 783px;
    border-radius: 6px;
}

.sec1 .wrap .r {
    width: 706px;
    padding: 70px 0 0;
}

.sec1 .wrap .r .text {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 38px;
    margin: 40px 0 0;
    text-align: justify ;
}

.sec2 .wrap {
    position: relative;
}

.sec2 .wrap .text_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 101px;
    max-width: 700px;
}

.sec2 .wrap .text_box .common_title {
    color: #FFFFFF;
}

.sec2 .wrap .text_box .text {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 30px 0;
}

.sec2 .wrap .text_box .name {
    text-align: right;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.sec2 .wrap img {
    display: block;
    width: 100%;
}

.common_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #006A52;
}

.sec3 {
    padding: 80px 0 0;
}

.sec3 .wrap {
    display: flex;
  align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .l {
    width: 783px;
    border-radius: 6px;
}

.sec3 .wrap .r {
    width: 706px;
}

.sec3 .wrap .r .text {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 2;
    margin: 58px 0 0;
}

.sec4 {
    padding: 117px 0 0;
}

.sec4 .wrap .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 78px 0 0;
}

.sec4 .wrap .list .item .item_box {
    width: 100%;
    height: 200px;
    background: #F3F3F3;
    border-radius: 12px;
    position: relative;
    padding: 50px 40px 0;
    overflow: hidden;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box .icon {
    position: absolute;
    opacity: 0.2;
    transition: 0.6s;
    width: 156px;
    top: 71px;
    right: 37px;
}

.sec4 .wrap .list .item .item_box .icon img {
    display: block;
    width: 100%;
}

.sec4 .wrap .list .item .item_box .num {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 300;
    font-size: 60px;
    color: #006A52;
    line-height: 1;
    transition: 0.6s;
    margin-bottom: 28px;
}

.sec4 .wrap .list .item .item_box p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box:hover {
    background: #006A52;
}

.sec4 .wrap .list .item .item_box:hover .icon {
    filter: brightness(0) invert(1);
}

.sec4 .wrap .list .item .item_box:hover .num, .sec4 .wrap .list .item .item_box:hover p, .sec4 .wrap .list .item .item_box:hover .fuhao {
    color: #FFFFFF !important;
}

.sec4 .wrap .list .item:nth-child(2) .item_box .icon {
    width: 134px;
    top: 73px;
    right: 32px;
}

.sec4 .wrap .list .item:nth-child(3) .item_box .icon {
    width: 187px;
    top: 52px;
    right: 9px;
}

.sec4 .wrap .list .item:nth-child(4) .item_box .icon {
    width: 169px;
    top: 71px;
    right: 21px;
}

.sec4 .wrap .list .item:nth-child(5) .item_box .icon {
    width: 142px;
    top: 75px;
    right: 24px;
}

.sec5 {
    padding: 101px 0 127px;
}

.sec5 .wrap .list {
    margin: 60px 0 0;
    display: flex;
    gap: 40px 118px;
    flex-wrap: wrap;
}

.sec5 .wrap .list .item {
    display: block;
    width: 448px;
}

.sec5 .wrap .list .item .img {
    width: 100%;
    height: 324px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.sec5 .wrap .list .item .img .img_box {
    width: 401px;
    height: 283px;
}

.sec5 .wrap .list .item p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    margin: 44px 0 0;
    transition: 0.6s;
}

.sec5 .wrap .list .item:hover .img {
    background: #006A52;
}

.sec5 .wrap .list .item:hover .img .img_box img {
    transform: scale(1.1);
}

.sec5 .wrap .list .item:hover p {
    color: #006A52;
}

.sec6 {
    padding: 96px 0 85px;
    background: #F7F7F7;
}

.sec6 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec6 .wrap .l {
    width: 700px;
    padding: 100px 0 0;
}

.sec6 .wrap .l .text {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 2;
    margin: 24px 0 50px;
}

.sec6 .wrap .l .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 0 6px;
    height: 54px;
    background: #006A52;
    border-radius: 6px;
    padding: 0 30px 0 25px;
}

.sec6 .wrap .l .more a p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.sec6 .wrap .l .more a .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

.sec6 .wrap .r {
    width: 783px;
    border-radius: 6px;
}

.sec7 {
    padding: 123px 0 108px;
    background: #F7F7F7;
}

.sec7 .wrap .text {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 2;
    margin: 25px 0 58px;
}

.sec7 .wrap .list {
    display: flex;
    gap: 40px 70px;
    flex-wrap: wrap;
}

.sec7 .wrap .list .item {
    width: 480px;
}

.sec7 .wrap .list .item .img {
    width: 100%;
    height: 280px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec7 .wrap .list .item .img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.6s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.sec7 .wrap .list .item .img .play {
    width: 60px;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
    z-index: 3;
    cursor: pointer;
}

.sec7 .wrap .list .item .img .play img {
    display: block;
    width: 100%;
    transition: 0.6s;
    filter: brightness(0) invert(1);
}

.sec7 .wrap .list .item .img .play:hover img {
    filter: brightness(1);
}

.sec7 .wrap .list .item .img > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec7 .wrap .list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 38px 0 0;
    text-align: center;
    transition: 0.6s;
}

.sec7 .wrap .list .item:hover .img > img {
    transform: scale(1.1);
}

.sec7 .wrap .list .item:hover p {
    font-weight: bold;
}

.sec7 .wrap .list .item.on .img:after {
    opacity: 1;
}

.sec7 .wrap .list .item.on .img .play {
    opacity: 1;
}

.sec7 .wrap .more {
    margin: 64px auto 0;
    width: fit-content;
}

.sec7 .wrap .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 0 6px;
    height: 54px;
    background: #006A52;
    border-radius: 6px;
    padding: 0 38px;
}

.sec7 .wrap .more a p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.sec7 .wrap .more a .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

/*# sourceMappingURL=sustainable.css.map */
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 6.9791666667vw 0px 4.21875vw;
    }
    .sec1 .wrap .l{
        width: 40.78125vw;
        border-radius: 0.3125vw;
    }
    .sec1 .wrap .r{
        width: 36.7708333333vw;
        padding: 3.6458333333vw 0px 0px;
    }
    .sec1 .wrap .r .text{
        font-size: 1.0416666666vw;
        line-height: 1.9791666666666vw;
        margin: 2.0833333333vw 0px 0px;
    }
    .sec2 .wrap .text_box{
        left: 5.2604166667vw;
        max-width: 36.4583333333vw;
    }
    .sec2 .wrap .text_box .text{
        font-size: 1.25vw;
        margin: 1.5625vw 0px;
    }
    .sec2 .wrap .text_box .name{
        font-size: 1.25vw;
    }
    .common_title{
        font-size: 2.1875vw;
    }
    .sec3{
        padding: 4.1666666667vw 0px 0px;
    }
    .sec3 .wrap .l{
        width: 40.78125vw;
        border-radius: 0.3125vw;
    }
    .sec3 .wrap .r{
        width: 36.7708333333vw;
    }
    .sec3 .wrap .r .text{
        font-size: 1.0416666666vw;
        margin: 3.0208333333vw 0px 0px;
    }
    .sec4{
        padding: 6.09375vw 0px 0px;
    }
    .sec4 .wrap .list{
        gap: 2.0833333333vw;
        margin: 4.0625vw 0px 0px;
    }
    .sec4 .wrap .list .item .item_box{
        height: 10.4166666667vw;
        border-radius: 0.625vw;
        padding: 2.6041666667vw 2.0833333333vw 0px;
    }
    .sec4 .wrap .list .item .item_box .icon{
        width: 8.125vw;
        top: 3.6979166667vw;
        right: 1.9270833333vw;
    }
    .sec4 .wrap .list .item .item_box .num{
        font-size: 3.125vw;
        margin-bottom: 1.4583333333vw;
    }
    .sec4 .wrap .list .item .item_box p{
        font-size: 0.9375vw;
    }
    .sec4 .wrap .list .item:nth-child(2) .item_box .icon{
        width: 6.9791666667vw;
        top: 3.8020833333vw;
        right: 1.6666666667vw;
    }
    .sec4 .wrap .list .item:nth-child(3) .item_box .icon{
        width: 9.7395833333vw;
        top: 2.7083333333vw;
        right: 0.46875vw;
    }
    .sec4 .wrap .list .item:nth-child(4) .item_box .icon{
        width: 8.8020833333vw;
        top: 3.6979166667vw;
        right: 1.09375vw;
    }
    .sec4 .wrap .list .item:nth-child(5) .item_box .icon{
        width: 7.3958333333vw;
        top: 3.90625vw;
        right: 1.25vw;
    }
    .sec5{
        padding: 5.2604166667vw 0px 6.6145833333vw;
    }
    .sec5 .wrap .list{
        margin: 3.125vw 0px 0px;
        gap: 2.0833333333vw 6.1458333333vw;
    }
    .sec5 .wrap .list .item{
        width: 23.3333333333vw;
    }
    .sec5 .wrap .list .item .img{
        height: 16.875vw;
    }
    .sec5 .wrap .list .item .img .img_box{
        width: 20.8854166667vw;
        height: 14.7395833333vw;
    }
    .sec5 .wrap .list .item p{
        font-size: 0.9375vw;
        margin: 2.2916666667vw 0px 0px;
    }
    .sec6{
        padding: 5vw 0px 4.4270833333vw;
    }
    .sec6 .wrap .l{
        width: 36.4583333333vw;
        padding: 5.2083333333vw 0px 0px;
    }
    .sec6 .wrap .l .text{
        font-size: 1.0416666666vw;
        margin: 1.25vw 0px 2.6041666667vw;
    }
    .sec6 .wrap .l .more a{
        gap: 0px 0.3125vw;
        height: 2.8125vw;
        border-radius: 0.3125vw;
        padding: 0px 1.5625vw 0px 1.3020833333vw;
    }
    .sec6 .wrap .l .more a p{
        font-size: 0.78125vw;
    }
    .sec6 .wrap .l .more a .iconfont{
        font-size: 0.5208333333vw;
    }
    .sec6 .wrap .r{
        width: 40.78125vw;
        border-radius: 0.3125vw;
    }
    .sec7{
        padding: 6.40625vw 0px 5.625vw;
    }
    .sec7 .wrap .text{
        font-size: 1.0416666666vw;
        margin: 1.3020833333vw 0px 3.0208333333vw;
    }
    .sec7 .wrap .list{
        gap: 2.0833333333vw 3.6458333333vw;
    }
    .sec7 .wrap .list .item{
        width: 25vw;
    }
    .sec7 .wrap .list .item .img{
        height: 14.5833333333vw;
        border-radius: 0.3125vw;
    }
    .sec7 .wrap .list .item .img .play{
        width: 3.125vw;
    }
    .sec7 .wrap .list .item p{
        font-size: 0.8333333333vw;
        margin: 1.9791666667vw 0px 0px;
    }
    .sec7 .wrap .more{
        margin: 3.3333333333vw auto 0px;
    }
    .sec7 .wrap .more a{
        gap: 0px 0.3125vw;
        height: 2.8125vw;
        border-radius: 0.3125vw;
        padding: 0px 1.9791666667vw;
    }
    .sec7 .wrap .more a p{
        font-size: 0.78125vw;
    }
    .sec7 .wrap .more a .iconfont{
        font-size: 0.5208333333vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap {
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
        border-radius: 6px;
    }
    .sec1 .wrap .r {
        width: 100%;
        padding: 30px 0 0;
    }
    .common_title {
        font-size: 24px;
    }
    .sec1 .wrap .r .text {
        font-size: 15px;
        line-height: 2;
        margin: 20px 0 0;
    }
    .sec2 .wrap .text_box {
        position: unset;
        transform: unset;
        padding: 30px 0 0;
    }
    .sec2 .wrap .text_box .common_title {
        color: #006A52;
        font-size: 20px;
    }
    .sec2 .wrap .text_box {
        max-width: unset;
    }
    .sec2 .wrap .text_box .text {
        font-size: 15px;
        color: #1A1A1A;
        line-height: 2;
        margin: 15px 0;
    }
    .sec2 .wrap .text_box .name {
        font-size: 16px;
        line-height: 1;
        color: #1A1A1A;
    }
    .sec3 {
        padding: 60px 0 0;
    }
    .sec3 .wrap {
        display: block;
    }
    .sec3 .wrap .l {
        width: 100%;
        border-radius: 6px;
    }
    .sec3 .wrap .r {
        width: 100%;
        padding: 30px 0 0;
    }
    .sec3 .wrap .r .text {
        margin: 20px 0 0;
        font-size: 15px;
        line-height: 2;
    }
    .sec4 {
        padding: 60px 0 0;
    }
    .sec4 .wrap .list {
        margin: 30px 0 0;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .sec4 .wrap .list .item .item_box {
        height: unset;
        border-radius: 6px;
        padding: 30px 20px;
    }
    .sec4 .wrap .list .item .item_box .num {
        font-size: 40px;
    }
    .sec4 .wrap .list .item .item_box p {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .fuhao {
        font-size: 40px !important;
        margin: 0  0 0!important;

    }
    .sec4 .wrap .list .item .item_box .icon {
        width: 110px;
        top: unset;
        bottom: -20px;
        right: 20px;
    }
    .sec4 .wrap .list .item:nth-child(2) .item_box .icon {
        width: 100px;
        top: unset;
        bottom: -20px;
        right: 20px;
    }
    .sec4 .wrap .list .item:nth-child(3) .item_box .icon {
        width: 115px;
        top: unset;
        bottom: -10px;
        right: 20px;
    }
    .sec4 .wrap .list .item:nth-child(4) .item_box .icon {
        width: 115px;
        top: unset;
        bottom: -20px;
        right: 20px;
    }
    .sec4 .wrap .list .item:nth-child(5) .item_box .icon {
        width: 100px;
        top: unset;
        bottom: -20px;
        right: 20px;
    }
    .sec5 {
        padding: 60px 0;
    }
    .sec5 .wrap .list {
        margin: 30px 0 0;
        gap: 30px;
        flex-wrap: wrap;
    }
    .sec5 .wrap .list .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #cccccc;
    }
    .sec5 .wrap .list .item .img {
        height: unset;
        padding: 20px;
    }
    .sec5 .wrap .list .item p {
        font-size: 18px;
        margin: 20px 0 0;
    }
    .sec5 .wrap .list .item .img .img_box {
        width: 100%;
        height: unset;
    }
    .sec6 {
        padding: 60px 0;
    }
    .sec6 .wrap {
        display: block;
    }
    .sec6 .wrap .l {
        width: 100%;
    }
    .sec6 .wrap .l .text {
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 30px;
    }
    .sec6 .wrap .l .more a {
        gap: 0 8px;
        height: 40px;
        border-radius: 4px;
        padding: 0 15px;
    }
    .sec6 .wrap .r {
        width: 100%;
        border-radius: 6px;
        margin: 40px 0 0;
    }
    .sec6 .wrap .l .more a .iconfont {
        font-size: 10px;
    }
    .sec6 .wrap .l .more a p {
        font-size: 15px;
    }
    .sec7 {
        padding: 60px 0;
    }
    .sec7 .wrap .text {
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 30px;
    }
    .sec7 .wrap .list {
        gap: 30px;
    }
    .sec7 .wrap .list .item {
        width: 100%;
    }
    .sec7 .wrap .list .item .img {
        height: 50vw;
        border-radius: 6px;
    }
    .sec7 .wrap .list .item p {
        font-size: 18px;
        margin: 15px 0 0;
    }
    .sec7 .wrap .more {
        margin: 60px auto 0;
    }
    .sec7 .wrap .more a {
        gap: 0 8px;
        height: 40px;
        border-radius: 4px;
        padding: 0 20px;
    }
    .sec7 .wrap .more a p {
        font-size: 15px;
    }
    .sec7 .wrap .more a .iconfont {
        font-size: 10px;
    }
}
