.about {
    background-color: RGBA(250, 250, 250, 1);
}

.about .box1 {
    padding: 120px 0;
}

.about .box1 .indexTitle {
    text-align: center;
}

.about .box1 .des {
    text-align: center;
    font-weight: bold;
    /* font-size: 36px; */
    color: #007F41;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 1.66em 0 1em;
}

.about .box1 .text-box {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    text-align: center;
}

.about .box1 .list {
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.about .box1 .list li .number {
    font-family: Poppins-Bold;
    color: #007F41;
    line-height: 1;
}

.about .box1 .list li .text {
    font-weight: 400;
    font-size: 16px;
    color: #007F41;
    line-height: 24px;
}

.about .box2 {
    background: url(../img/about-box2-1.jpg);
    background-size: cover;
    height: 680px;
    padding: 120px 0;
    display: flex;
    align-items: flex-end;
}

.about .box2 .text-box {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.33;
    color: #FFFFFF;
}

.about .box3 {
    padding: 120px 0 140px;
    background: linear-gradient(159deg, RGBA(250, 250, 250, 1) 0%, RGBA(250, 250, 250, 1) 65%, rgba(0, 127, 65, 1) 100%);
}

.about .box3 .box-t {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about .box3 .box-t-l {
    width: 50%;
}

.about .box3 .box-t-l .indexTitle {
    padding-top: 2.3em;
    line-height: 1.33;
    margin-bottom: 1.33em;
}

.about .box3 .box-t-l .des {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.about .box3 .box-t-r {
    position: relative;
    width: 42.85%;
}

.about .box3 .box-t-r::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: translateX(-3.33%)scale(.75);
    transform-origin: left center;
    background-color: rgba(175, 226, 38, 1);
}

.about .box3 .box-t-r .pic {
    position: relative;
    border-radius: 10px;
    z-index: 2;
    transition: all .6s;
}

.about .box3 .box-t-r:hover .pic {
    transform: rotate(5deg);
    transform-origin: left bottom;
}

.about .box3 .box-b {
    margin-top: 110px;
    text-align: center;
}

.about .box3 .box-b .text-des {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-top: 40px;
}

.about .box4 {
    padding: 140px 0;
}

.about .box4 .indexTitle {
    text-align: center;
}

.about .box4 .box-c {
    margin-top: 80px;
}

.about .box4 .box-c .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.about .box4 .box-c .list li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 40px 44px;
}

.about .box4 .box-c .list li .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .box4 .box-c .list li .icon img {
    max-width: 100%;
    max-height: 100%;
    transition: all .6s;
}

.about .box4 .box-c .list li:hover .icon img {
    transform: rotateY(180deg);
}

.about .box4 .box-c .list li .text-title {
    font-weight: bold;
    font-size: 24px;
    color: #007F41;
    line-height: 1.25;
    margin-top: 140px;
}

.about .box4 .box-c .list li .text-des {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-top: 41px;
}

.about .box5 {
    padding: 160px 0 120px;
    background: url(../img/about-box4-1.jpg);
    background-size: cover;
}

.about .box5 .indexTitle {
    color: #fff;
    text-align: center;
}

.about .box5 .des {
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.33;
    margin-top: .8em;
    text-align: center;
}

.about .box5 .box-c {
    margin-top: 58px;
}

.about .box5 .box-c .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}

.about .box5 .box-c .list li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 30px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    /* margin-top: 30px; */
    min-height: 200px;
}

.about .box5 .box-c .list li .number {
    font-weight: bold;
    color: #007F41;
    line-height: 1;
}

.about .box5 .box-c .list li .des {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}
@media (max-width:1440px) {
    .about .box4 .box-c .list li .text-title{
        margin-top: 50px;
    }
    .about .box4 .box-c .list li .text-des{
        margin-top: 30px;
    }
}
@media (max-width:1199px) {
    .about .box5,
    .about .box4,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 80px 0;
    }
    .about .box3 .box-b{
        margin-top: 80px;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box1 .list{
        margin-top: 45px;
    }
    .about .box1 .des{
        margin-top: 1em;
    }
    .about .box2{
        /* min-height: 340px; */
        height: auto;
        align-items: center;
    }
    .about .box4 .box-c .list li{
        padding: 24px;
    }
    .about .box4 .box-c .list li .icon{
        width: 40px;
        height: 40px;
    }
    .about .box4 .box-c .list li .text-title{
        margin-top: 30px;
    }
    .about .box4 .box-c .list li .text-des{
        margin-top: 20px;
        font-size: 16px;
    }
}
@media (max-width:1024px) {
    .about .box4 .box-c .list li:last-child{
        grid-column: 1/3;
    }
    .about .box4 .box-c .list{
        grid-template-columns: repeat(2,1fr);
    }
    .about .box4 .box-c .list li .text-title{
        font-size: 22px;
    }
    .about .box1 .list{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
    }
    .about .box5,
    .about .box4,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 70px 0;
    }
    .about .box3 .box-b{
        margin-top: 70px;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box1 .list{
        margin-top: 40px;
    }
    .about .box3 .box-t-l .indexTitle{
        padding-top: 1.5em;
    }
    .about .box5 .box-c .list{
        grid-template-columns: repeat(3,1fr);
    }
    .about .box5 .box-c .list li{
        padding: 25px 25px 16px;
    }
}
@media (max-width: 768px) {
    .about .box5 .box-c .list li{
        min-height: 160px;
    }
    .about .box5 .box-c .list{
        grid-template-columns: repeat(2,1fr);
    }
    .about .box4 .box-c .list li .icon{
        width: 30px;
        height: 30px;
    }
    .about .box4 .box-c .list li .text-title{
        font-size: 20px;
        margin-top: 20px;
    }
    .about .box4 .box-c .list li .text-des{
        margin-top: 10px;
    }
    .about .box4 .box-c .list li:last-child{
        grid-column: 1/1;
    }
    .about .box4 .box-c .list{
        grid-template-columns: repeat(1,1fr);
    }
    .about .box3 .box-t-l .indexTitle{
        padding-top: 0;
        margin-bottom: .5em;
    }
    .about .box3 .box-t-r{
        width: 100%;
        display: none;
    }
    .about .box3 .box-b .text-des{
        margin-top: 30px;
    }
    .about .box3 .box-t{
        flex-direction: column;
    }
    .about .box3 .box-t-l{
        width: 100%;
    }
    .about .box1 .list{
        grid-template-columns: repeat(2,1fr);
    }
    .about .box1 .list li .text{
        font-size: 14px;
    }
    /* .about .box1 .list li:last-child{
        grid-column: 1/3;
    } */
    .about .box1 .text-box{
        font-size: 16px;
    }
    .about .box5,
    .about .box4,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 60px 0;
    }
    .about .box3 .box-b{
        margin-top: 60px;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box1 .list{
        margin-top: 30px;
    }
    .about .box3 .box-t-l .des,
    .about .box3 .box-b .text-des{
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .about .box5 .box-c .list{
        grid-template-columns: repeat(1,1fr);
    }
    .about .box5 .box-c .list li{
        font-size: 14px;
        line-height: 24px;
        min-height: 0;
    }
    .about .box5 .box-c .list li .number{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about .box5 .box-c .list li{
        padding: 20px 20px 16px;
    }
    .about .box5 .box-c .list{
        gap: 19px;
    }
    .about .box4 .box-c .list li .text-des{
        font-size: 14px;
        line-height: 24px;
    }
    .about .box3 .box-b .text-des{
        margin-top: 15px;
    }
    .about .box2 .text-box{
        font-size: 20px;
    }
    .about .box1 .des{
        margin: .8em 0;
        font-size: 20px;
    }
    .about .box1 .list{
        grid-template-columns: repeat(1,1fr);
    }
    .about .box5,
    .about .box4,
    .about .box3,
    .about .box2,
    .about .box1{
        padding: 50px 0;
    }
    .about .box3 .box-b{
        margin-top: 50px;
    }
    .about .box5 .box-c,
    .about .box4 .box-c,
    .about .box1 .list{
        margin-top: 25px;
    }
}