.sustainable1 {
    padding: 140px 0 40px;
    background: #F7F8FA;
}

.sustainable1 .wrap {
    width: 90%;
    margin: auto
}

.sustainable1 .wrap .title {
    font-weight: normal;
    font-size: 40px;
    color: #111111;
    margin: 0 0 79px;
    text-align: center
}

.sustainable1 .wrap .small_title{
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #111111;
    margin: 0 0 80px;
}

.sustainable1 .wrap .content {
    display: flex;
    justify-content: center;
    gap: 324px
}

.sustainable1 .wrap .content .item {
    position: relative
}

.sustainable1 .wrap .content .item:hover .icon img {
    transform: rotateY(180deg)
}

.sustainable1 .wrap .content .item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 86px;
    background: rgba(40, 40, 40, 0.12);
    top: 50%;
    transform: translateY(-50%);
    right: -165px
}

.sustainable1 .wrap .content .item .icon {
    width: 53px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.sustainable1 .wrap .content .item .icon img {
    object-fit: contain;
    transition: 1s
}

.sustainable1 .wrap .content .item p {
    font-weight: normal;
    font-size: 24px;
    color: #111111;
    margin: 20px 0 0 0
}

.sustainable2 {
    padding: 110px 0 133px;
    background: #F7F8FA
}

.sustainable2 .wrap {
    width: 1440px;
    margin: auto
}

.sustainable2 .wrap .title {
    font-weight: normal;
    font-size: 30px;
    color: #111111;
    text-align: center;
    margin: 0 0 59px
}


.sustainable2 .wrap .content {
    display: flex;
    justify-content: center;
    gap: 34px
}

.sustainable2 .wrap .content .item {
    width: 260px;
    height: 360px;
    background: #FFFFFF;
    padding: 40px 29px
}

.sustainable2 .wrap .content .item .dis {
    display: flex;
    gap: 10px
}

.sustainable2 .wrap .content .item .dis img {
    width: 45px;
    height: 45px
}

.sustainable2 .wrap .content .item .p1 {
    font-weight: normal;
    font-size: 24px;
    color: #111111;
    margin: 40px 0 27px
}

.sustainable2 .wrap .content .item .p2 {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 32px
}

.sustainable3 {
    padding: 110px 0 97px
}

.sustainable3 .wrap .title {
    text-align: center;
    margin: 0 0 48px;
    font-weight: normal;
    font-size: 40px;
    color: #111111
}

.sustainable3 .wrap .img {
    width: 931px;
    margin: auto
}

.sustainable3 .wrap .img img {
    width: 100%
}

.sustainable4 .matter {
    padding: 100px 0
}

.sustainable4 .matter:nth-child(2n-1) {
    background: #F7F8FA
}

.sustainable4 .matter:nth-child(2n) .content {
    flex-direction: row-reverse
}

.sustainable4 .matter .wrap {
    width: 1200px;
    margin: auto
}

.sustainable4 .matter .wrap .title {
    font-weight: normal;
    font-size: 40px;
    color: #111111;
    text-align: center;
    margin: 0 0 94px
}

.sustainable4 .matter .wrap .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sustainable4 .matter .wrap .content .img {
    width: 500px;
    height: 360px;
    border-radius: 18px;
    overflow: hidden
}

.sustainable4 .matter .wrap .content .img:hover img {
    transform: scale(1.05)
}

.sustainable4 .matter .wrap .content .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.sustainable4 .matter .wrap .content .text {
    width: 566px
}

.sustainable4 .matter .wrap .content .text .p1 {
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    margin: 0 0 39px
}

.sustainable4 .matter .wrap .content .text .p2 {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    margin: 0 0 60px
}

.sustainable4 .matter .wrap .content .text .more {
    width: fit-content;
    height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(234, 85, 32, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-weight: normal;
    font-size: 16px;
    color: #EA5520;
    transition: .6s ease
}

.sustainable4 .matter .wrap .content .text .more:hover {
    background: #EA5520;
    color: #fff
}

.sustainable5 {
    padding: 120px 0
}

.sustainable5 .wrap {
    width: 1440px;
    margin: auto
}

.sustainable5 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sustainable5 .wrap .top .title {
    font-weight: normal;
    font-size: 40px;
    color: #111111
}

.sustainable5 .wrap .top .more {
    display: flex;
    align-items: center;
    gap: 6px
}

.sustainable5 .wrap .top .more:hover p {
    color: #EA5520
}

.sustainable5 .wrap .top .more:hover .iconfont {
    color: #EA5520
}

.sustainable5 .wrap .top .more p {
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    transition: .6s ease
}

.sustainable5 .wrap .top .more .iconfont {
    font-size: 20px;
    color: #000000;
    transition: .6s ease
}

.sustainable5 .wrap .content {
    margin: 61px 0 0 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px 60px
}

.sustainable5 .wrap .content .item {
    width: 100%;
    display: block
}

.sustainable5 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.sustainable5 .wrap .content .item:hover .text .p1 {
    color: #EA5520
}

.sustainable5 .wrap .content .item .img {
    width: 100%;
    height: 260px;
    overflow: hidden
}

.sustainable5 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.sustainable5 .wrap .content .item .text {
    margin: 39px 0 0 0
}

.sustainable5 .wrap .content .item .text .p1 {
    font-weight: normal;
    font-size: 22px;
    color: #111111;
    transition: .6s ease
}

.sustainable5 .wrap .content .item .text .dis {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    gap: 19px
}

.sustainable5 .wrap .content .item .text .dis .list {
    display: flex;
    align-items: center;
    gap: 9px
}

.sustainable5 .wrap .content .item .text .dis .list:nth-child(2) .icon img {
    transform: scale(1.1)
}

.sustainable5 .wrap .content .item .text .dis .list .icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sustainable5 .wrap .content .item .text .dis .list .icon img {
    object-fit: contain
}

.sustainable5 .wrap .content .item .text .dis .list p {
    font-weight: 400;
    font-size: 14px;
    color: #666666
}

.sustainable6 {
    position: relative;
    padding: 128px 0 165px;
    background: #F7F8FA
}

.sustainable6 .wrap {
    width: 1440px;
    margin: auto
}

.sustainable6 .wrap .top {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.sustainable6 .wrap .top .left .title {
    font-weight: normal;
    font-size: 40px;
    color: #111111
}

.sustainable6 .wrap .top .left .cut {
    display: flex;
    gap: 10px;
    margin: 39px 0 0 0
}

.sustainable6 .wrap .top .left .cut .list {
    min-width: 150px;
    height: 50px;
    background: #F7F8FA;
    border-radius: 25px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 42px;
    width: fit-content;
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    transition: .6s ease;
    cursor: pointer
}

.sustainable6 .wrap .top .left .cut .list.on {
    border: 1px solid #EA5520;
    background: #EA5520;
    color: #fff
}

.sustainable6 .wrap .top .more {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 22px 0 0 0
}

.sustainable6 .wrap .top .more:hover p {
    color: #EA5520
}

.sustainable6 .wrap .top .more:hover .iconfont {
    color: #EA5520
}

.sustainable6 .wrap .top .more p {
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    transition: .6s ease
}

.sustainable6 .wrap .top .more .iconfont {
    font-size: 20px;
    color: #000000;
    transition: .6s ease
}

.sustainable6 .wrap .content {
    margin: 50px 0 0 0
}

.sustainable6 .wrap .content .matter {
    display: none;
    grid-template-columns:repeat(4, 1fr);
    gap: 26px
}

.sustainable6 .wrap .content .matter.on {
    display: grid
}

.sustainable6 .wrap .content .matter .img {
    width: 100%;
    height: 442px;
    overflow: hidden;
}

.sustainable6 .wrap .content .matter .img:hover img{
    transform: scale(1.05);
}

.sustainable6 .wrap .content .matter .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease;
}

.sustainableInfo1 {
    height: 600px;
    position: relative;
    z-index: 1
}

.sustainableInfo1 .parallax {
    display: flex;
    align-items: center;
    justify-content: center
}

.sustainableInfo1 .parallax .wrap {
    text-align: center
}

.sustainableInfo1 .parallax .wrap h1 {
    font-weight: 500;
    font-size: 44px;
    color: #FFFFFF
}

.sustainableInfo2 {
    padding: 98px 0 120px
}

.sustainableInfo2 .wrap {
    width: 1198px;
    margin: auto
}

.sustainableInfo2 .wrap .title {
    font-weight: normal;
    font-size: 40px;
    color: #111111;
    margin: 0 0 44px;
    text-align: center
}

.sustainableInfo2 .wrap .text {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 32px
}

.sustainableInfo2 .wrap .content {
    margin: 83px 0 0 0;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 27px
}

.sustainableInfo2 .wrap .content .item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
    position: relative
}

.sustainableInfo2 .wrap .content .item:hover .position {
    transform: translateY(0)
}

.sustainableInfo2 .wrap .content .item .position {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 45px;
    background: #F7F8FA;
    transform: translateY(45px);
    transition: .6s ease
}

.sustainableInfo2 .wrap .content .item .position .list {
    display: flex;
    gap: 9px;
    align-items: center
}

.sustainableInfo2 .wrap .content .item .position .list .icon {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center
}
.sustainableInfo2 .wrap .content .item .position .list:first-child .icon img{
    transform: scale(0.85);
}

.sustainableInfo2 .wrap .content .item .position .list .icon img {
    object-fit: contain
}

.sustainableInfo2 .wrap .content .item .position .list p {
    font-weight: normal;
    font-size: 16px;
    color: #3F3B3A
}

.sustainableInfo2 .wrap .content .item .img {
    width: 100%;
    height: 100%
}

.new_sustainable {
    position: relative;
    padding: 128px 0 165px;
}

.new_sustainable .wrap {
    width: 1440px;
    margin: auto;
}

.new_sustainable .wrap .top {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.new_sustainable .wrap .top .left .title {
    font-weight: normal;
    font-size: 40px;
    color: #111111;
}

.new_sustainable .wrap .top .left .cut {
    display: flex;
    gap: 10px;
    margin: 39px 0 0 0;
}

.new_sustainable .wrap .top .left .cut .list {
    min-width: 150px;
    height: 50px;
    background: #F7F8FA;
    border-radius: 25px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 42px;
    width: fit-content;
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    transition: .6s ease;
    cursor: pointer;
}

.new_sustainable .wrap .top .left .cut .list.on {
    border: 1px solid #EA5520;
    background: #EA5520;
    color: #fff;
}

.new_sustainable .wrap .top .more {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 22px 0 0 0;
}

.new_sustainable .wrap .top .more:hover p {
    color: #EA5520;
}

.new_sustainable .wrap .top .more:hover .iconfont {
    color: #EA5520;
}

.new_sustainable .wrap .top .more p {
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    transition: 0.6s ease;
}

.new_sustainable .wrap .top .more .iconfont {
    font-size: 20px;
    color: #000000;
    transition: 0.6s ease;
}

.new_sustainable .wrap .content {
    margin: 50px 0 0 0;
}

.new_sustainable .wrap .content .matter {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}

.new_sustainable .wrap .content .matter.on {
    display: grid;
}

.new_sustainable .wrap .content .matter .item {
    width: 100%;
    height: 260px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #E3E4E6;
    overflow: hidden;
}

.new_sustainable .wrap .content .matter .item:hover .img {
    transform: scale(1.05);
}

.new_sustainable .wrap .content .matter .item .img {
    width: 100%;
    height: 100%;
    transition: .6s ease;
}

.new_sustainable .wrap .content .matter .item .img img {
    width: 100%;
    height: 100%;
}

.new_sustainable .wrap .content .matter .item .position {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}

@media screen and (max-width: 1919px) {
    .sustainable1{
        padding: 7.2916666667vw 0px 2.0833333333vw;
    }
    .sustainable1 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 4.1145833333vw;
    }
    .sustainable1 .wrap .small_title{
        font-size: 1.5625vw;
        margin: 0px 0px 4.1666666667vw;
    }
    .sustainable1 .wrap .content{
        gap: 16.875vw;
    }
    .sustainable1 .wrap .content .item:not(:last-child)::after{
        height: 4.4791666667vw;
        right: -8.59375vw;
    }
    .sustainable1 .wrap .content .item .icon{
        width: 2.7604166667vw;
        height: 2.65625vw;
    }
    .sustainable1 .wrap .content .item p{
        font-size: 1.25vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .sustainable2{
        padding: 5.7291666667vw 0px 6.9270833333vw;
    }
    .sustainable2 .wrap{
        width: 75vw;
    }
    .sustainable2 .wrap .title{
        font-size: 1.5625vw;
        margin: 0px 0px 3.0729166667vw;
    }
    .sustainable2 .wrap .content{
        gap: 1.7708333333vw;
    }
    .sustainable2 .wrap .content .item{
        width: 13.5416666667vw;
        height: 18.75vw;
        padding: 2.0833333333vw 1.5104166667vw;
    }
    .sustainable2 .wrap .content .item .dis{
        gap: 0.5208333333vw;
    }
    .sustainable2 .wrap .content .item .dis img{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .sustainable2 .wrap .content .item .p1{
        font-size: 1.25vw;
        margin: 2.0833333333vw 0px 1.40625vw;
    }
    .sustainable2 .wrap .content .item .p2{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .sustainable3{
        padding: 5.7291666667vw 0px 5.0520833333vw;
    }
    .sustainable3 .wrap .title{
        margin: 0px 0px 2.5vw;
        font-size: 2.0833333333vw;
    }
    .sustainable3 .wrap .img{
        width: 48.4895833333vw;
    }
    .sustainable4 .matter{
        padding: 5.2083333333vw 0px;
    }
    .sustainable4 .matter .wrap{
        width: 62.5vw;
    }
    .sustainable4 .matter .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 4.8958333333vw;
    }
    .sustainable4 .matter .wrap .content .img{
        width: 26.0416666667vw;
        height: 18.75vw;
        border-radius: 0.9375vw;
    }
    .sustainable4 .matter .wrap .content .text{
        width: 29.4791666667vw;
    }
    .sustainable4 .matter .wrap .content .text .p1{
        font-size: 1.4583333333vw;
        margin: 0px 0px 2.03125vw;
    }
    .sustainable4 .matter .wrap .content .text .p2{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 3.125vw;
    }
    .sustainable4 .matter .wrap .content .text .more{
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        padding: 0px 1.6666666667vw;
        font-size: 0.8333333333vw;
    }
    .sustainable5{
        padding: 6.25vw 0px;
    }
    .sustainable5 .wrap{
        width: 75vw;
    }
    .sustainable5 .wrap .top .title{
        font-size: 2.0833333333vw;
    }
    .sustainable5 .wrap .top .more{
        gap: 0.3125vw;
    }
    .sustainable5 .wrap .top .more p{
        font-size: 0.9375vw;
    }
    .sustainable5 .wrap .top .more .iconfont{
        font-size: 1.0416666667vw;
    }
    .sustainable5 .wrap .content{
        margin: 3.1770833333vw 0px 0px;
        gap: 1.5625vw 3.125vw;
    }
    .sustainable5 .wrap .content .item .img{
        height: 13.5416666667vw;
    }
    .sustainable5 .wrap .content .item .text{
        margin: 2.03125vw 0px 0px;
    }
    .sustainable5 .wrap .content .item .text .p1{
        font-size: 1.1458333333vw;
    }
    .sustainable5 .wrap .content .item .text .dis{
        margin: 2.0833333333vw 0px 0px;
        gap: 0.9895833333vw;
    }
    .sustainable5 .wrap .content .item .text .dis .list{
        gap: 0.46875vw;
    }
    .sustainable5 .wrap .content .item .text .dis .list .icon{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .sustainable5 .wrap .content .item .text .dis .list p{
        font-size: 0.7291666667vw;
    }
    .sustainable6{
        padding: 6.6666666667vw 0px 8.59375vw;
    }
    .sustainable6 .wrap{
        width: 75vw;
    }
    .sustainable6 .wrap .top .left .title{
        font-size: 2.0833333333vw;
    }
    .sustainable6 .wrap .top .left .cut{
        gap: 0.5208333333vw;
        margin: 2.03125vw 0px 0px;
    }
    .sustainable6 .wrap .top .left .cut .list{
        min-width: 7.8125vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        padding: 0px 2.1875vw;
        font-size: 0.9375vw;
    }
    .sustainable6 .wrap .top .more{
        gap: 0.3125vw;
        margin: 1.1458333333vw 0px 0px;
    }
    .sustainable6 .wrap .top .more p{
        font-size: 0.9375vw;
    }
    .sustainable6 .wrap .top .more .iconfont{
        font-size: 1.0416666667vw;
    }
    .sustainable6 .wrap .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .sustainable6 .wrap .content .matter{
        gap: 1.3541666667vw;
    }
    .sustainable6 .wrap .content .matter .img{
        height: 23.0208333333vw;
    }
    .sustainableInfo1{
        height: 31.25vw;
    }
    .sustainableInfo1 .parallax .wrap h1{
        font-size: 2.2916666667vw;
    }
    .sustainableInfo2{
        padding: 5.1041666667vw 0px 6.25vw;
    }
    .sustainableInfo2 .wrap{
        width: 62.3958333333vw;
    }
    .sustainableInfo2 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 2.2916666667vw;
    }
    .sustainableInfo2 .wrap .text{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .sustainableInfo2 .wrap .content{
        margin: 4.3229166667vw 0px 0px;
        gap: 1.40625vw;
    }
    .sustainableInfo2 .wrap .content .item{
        border-radius: 0.5208333333vw;
        height: 20.8333333333vw;
    }
    .sustainableInfo2 .wrap .content .item .position{
        gap: 2.6041666667vw;
        height: 2.34375vw;
        transform: translateY(2.34375vw);
    }
    .sustainableInfo2 .wrap .content .item .position .list{
        gap: 0.46875vw;
    }
    .sustainableInfo2 .wrap .content .item .position .list .icon{
        width: 1.09375vw;
        height: 1.09375vw;
    }
    .sustainableInfo2 .wrap .content .item .position .list p{
        font-size: 0.8333333333vw;
    }
    .new_sustainable{
        padding: 6.6666666667vw 0px 8.59375vw;
    }
    .new_sustainable .wrap{
        width: 75vw;
    }
    .new_sustainable .wrap .top .left .title{
        font-size: 2.0833333333vw;
    }
    .new_sustainable .wrap .top .left .cut{
        gap: 0.5208333333vw;
        margin: 2.03125vw 0px 0px;
    }
    .new_sustainable .wrap .top .left .cut .list{
        min-width: 7.8125vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        padding: 0px 2.1875vw;
        font-size: 0.9375vw;
    }
    .new_sustainable .wrap .top .more{
        gap: 0.3125vw;
        margin: 1.1458333333vw 0px 0px;
    }
    .new_sustainable .wrap .top .more p{
        font-size: 0.9375vw;
    }
    .new_sustainable .wrap .top .more .iconfont{
        font-size: 1.0416666667vw;
    }
    .new_sustainable .wrap .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .new_sustainable .wrap .content .matter{
        gap: 1.40625vw;
    }
    .new_sustainable .wrap .content .matter .item{
        height: 13.5416666667vw;
        border-radius: 0.4166666667vw;
    }
    .new_sustainable .wrap .content .matter .item .position{
        bottom: 1.5625vw;
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .new_sustainable {
        padding: 40px 0;
    }

    .new_sustainable .wrap {
        width: 90%;
    }

    .new_sustainable .wrap .top .left .title {
        font-size: 24px;
    }

    .new_sustainable .wrap .top .left .cut {
        margin: 20px 0 0 0;
        gap: 10px;
    }

    .new_sustainable .wrap .top .left .cut .list {
        width: fit-content;
        min-width: unset;
        padding: 0 20px;
        height: 36px;
        border-radius: 30px;
        font-size: 13px;
    }

    .new_sustainable .wrap .top .more {
        gap: 3px;
        margin: 0;
    }

    .new_sustainable .wrap .top .more p {
        font-size: 14px;
    }

    .new_sustainable .wrap .top .more .iconfont {
        font-size: 18px;
    }

    .new_sustainable .wrap .content {
        margin: 30px 0 0 0;
    }

    .new_sustainable .wrap .content .matter {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .new_sustainable .wrap .content .matter .item {
        height: auto;
        border-radius: 8px;
    }

    .new_sustainable .wrap .content .matter .item .position {
        font-size: 16px;
        bottom: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .common_banner {
        position: relative;
        z-index: 1
    }

    .common_banner .parallax {
        overflow: hidden
    }

    .sustainable1 {
        padding: 60px 0 10px;
        position: relative;
        z-index: 5
    }

    .sustainable1 .wrap .title {
        font-size: 24px;
        margin: 0 0 30px
    }

    .sustainable1 .wrap .content .item .icon {
        width: 25px;
        height: 25px
    }

    .sustainable1 .wrap .content .item p {
        font-size: 12px;
        text-align: center;
    }

    .sustainable2 {
        padding: 40px 0
    }

    .sustainable2 .wrap {
        width: 90%
    }

    .sustainable2 .wrap .title {
        text-align: center;
        margin: 0 0 25px;
        font-size: 18px
    }

    .sustainable2 .wrap .content {
        gap: 15px;
        flex-direction: column
    }

    .sustainable2 .wrap .content .item {
        width: 100%;
        height: auto;
        padding: 20px 5%
    }

    .sustainable2 .wrap .content .item .dis {
        gap: 10px
    }

    .sustainable2 .wrap .content .item .dis img {
        width: 50px;
        height: 50px
    }

    .sustainable2 .wrap .content .item .p1 {
        margin: 20px 0;
        font-size: 20px
    }

    .sustainable2 .wrap .content .item .p2 {
        font-size: 14px;
        line-height: 25px
    }

    .sustainable3 {
        padding: 40px 0
    }

    .sustainable3 .wrap {
        width: 90%;
        margin: auto
    }

    .sustainable3 .wrap .title {
        margin: 0 0 25px;
        font-size: 24px
    }

    .sustainable3 .wrap .img {
        width: 100%;
        height: auto
    }

    .sustainable4 .matter {
        padding: 40px 0
    }

    .sustainable4 .matter .wrap {
        width: 90%
    }

    .sustainable4 .matter .wrap .title {
        font-size: 24px;
        margin: 0 0 30px
    }

    .sustainable4 .matter .wrap .content {
        flex-direction: column;
        gap: 20px
    }

    .sustainable4 .matter .wrap .content .img {
        width: 100%;
        height: 100%;
        border-radius: 15px
    }

    .sustainable4 .matter .wrap .content .text {
        width: 100%
    }

    .sustainable4 .matter .wrap .content .text .p1 {
        font-size: 18px;
        margin: 0 0 15px
    }

    .sustainable4 .matter .wrap .content .text .p2 {
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 20px
    }

    .sustainable4 .matter .wrap .content .text .more {
        width: fit-content;
        height: 40px;
        padding: 0 25px;
        font-size: 13px;
        border-radius: 30px
    }

    .sustainable5 {
        padding: 40px 0
    }

    .sustainable5 .wrap {
        width: 90%
    }

    .sustainable5 .wrap .top .title {
        font-size: 24px
    }

    .sustainable5 .wrap .top .more {
        gap: 3px
    }

    .sustainable5 .wrap .top .more p {
        font-size: 14px
    }

    .sustainable5 .wrap .top .more .iconfont {
        font-size: 18px
    }

    .sustainable5 .wrap .content {
        margin: 25px 0 0 0;
        grid-template-columns:repeat(1, 1fr);
        gap: 35px
    }

    .sustainable5 .wrap .content .item {
        width: 100%
    }

    .sustainable5 .wrap .content .item .img {
        width: 100%;
        height: auto
    }

    .sustainable5 .wrap .content .item .text {
        margin: 20px 0 0 0
    }

    .sustainable5 .wrap .content .item .text .p1 {
        font-size: 18px
    }

    .sustainable5 .wrap .content .item .text .dis {
        margin: 15px 0 0 0;
        gap: 20px
    }

    .sustainable5 .wrap .content .item .text .dis .list {
        gap: 8px
    }

    .sustainable5 .wrap .content .item .text .dis .list .icon {
        width: 18px;
        height: 18px
    }

    .sustainable5 .wrap .content .item .text .dis .list p {
        font-size: 13px
    }

    .sustainable6 {
        padding: 40px 0
    }

    .sustainable6 .wrap {
        width: 90%
    }

    .sustainable6 .wrap .top .left .title {
        font-size: 24px
    }

    .sustainable6 .wrap .top .left .cut {
        margin: 20px 0 0 0;
        gap: 10px
    }

    .sustainable6 .wrap .top .left .cut .list {
        width: fit-content;
        min-width: unset;
        padding: 0 20px;
        height: 36px;
        border-radius: 30px;
        font-size: 13px
    }

    .sustainable6 .wrap .top .more {
        gap: 3px;
        margin: 0
    }

    .sustainable6 .wrap .top .more p {
        font-size: 14px
    }

    .sustainable6 .wrap .top .more .iconfont {
        font-size: 18px
    }

    .sustainable6 .wrap .content {
        margin: 30px 0 0 0
    }

    .sustainable6 .wrap .content .matter {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }

    .sustainable6 .wrap .content .matter .img {
        height: auto
    }

    .sustainableInfo1 {
        margin: 60px 0 0 0;
        height: 150px
    }

    .sustainableInfo1 .parallax .wrap h1 {
        font-size: 24px
    }

    .sustainableInfo2 {
        padding: 40px 0
    }

    .sustainableInfo2 .wrap {
        width: 90%
    }

    .sustainableInfo2 .wrap .title {
        font-size: 24px;
        margin: 0 0 20px
    }

    .sustainableInfo2 .wrap .text {
        font-size: 13px;
        line-height: 25px
    }

    .sustainableInfo2 .wrap .content {
        margin: 30px 0 0 0;
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }

    .sustainableInfo2 .wrap .content .item {
        height: auto
    }

    .sustainableInfo2 .wrap .content .item .position {
        height: 50px;
        gap: 15px;
        transform: translateY(0)
    }

    .sustainableInfo2 .wrap .content .item .position .list {
        gap: 5px
    }

    .sustainableInfo2 .wrap .content .item .position .list:first-child .icon {
        transform: scale(0.9);
        position: relative;
        top: -1px
    }

    .sustainableInfo2 .wrap .content .item .position .list .icon {
        width: 16px;
        height: 16px
    }

    .sustainableInfo2 .wrap .content .item .position .list p {
        font-size: 12px
    }
    .sustainable1 .wrap .small_title{
        font-size: 18px;
        margin: 0 0 25px;
    }
}
