.home {
    background: #F8F8F8;
}

.home > div {
    position: relative;
    z-index: 2;
}

.home .wrap {
    width: 1200px;
    margin: 0 auto;
}

.home .sec1 {
    padding: 125px 0 98px;
}

.home .sec1 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .sec1 .wrap .l {
    width: 611px;
}

.home .sec1 .wrap .l h1 {
    font-weight: bold;
    font-size: 36px;
    color: #007C36;
    line-height: 48px;
    margin: 0 0 45px;
}

.home .sec1 .wrap .l p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.home .sec1 .wrap .r {
    width: 414px;
    background: #FFFFFF;
    border-radius: 17px;
    padding: 45px 0 58px 54px;
}

.home .sec1 .wrap .r .r_title {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.home .sec1 .wrap .r .r_title .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background: #F3F3F3;
    border-radius: 50%;
    font-size: 28px;
    color: #007C36;
    margin: 0 25px 0 0;
}

.home .sec1 .wrap .r .r_title .r_title_text h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
}

.home .sec1 .wrap .r .r_title .r_title_text p {
    font-weight: 500;
    font-size: 16px;
    color: #E1E1E1;
    text-transform: uppercase;
}

.home .sec1 .wrap .r h1 {
    font-family: BebasNeue;
    font-weight: bold;
    font-size: 54px;
    color: #007C36;
    line-height: 1;
}

.home .sec2 {
    padding: 0 0 100px;
}

.home .sec2 .wrap h1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 60px;
}

.home .sec2 .wrap .item {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 27px;
    overflow: hidden;
    margin: 0 0 88px;
}

.home .sec2 .wrap .item .item_text {
    width: 600px;
    padding: 0 65px;
}

.home .sec2 .wrap .item .item_text h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 50px;
}

.home .sec2 .wrap .item .item_text .item_part {
    display: flex;
    max-width: 469px;
    flex-wrap: wrap;
}

.home .sec2 .wrap .item .item_text .item_part p {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    transition: 0.6s;
    cursor: pointer;
    margin-bottom: 25px;
    margin-right: 36px;
}

.home .sec2 .wrap .item .item_text .item_part p:hover {
    color: #007C36;
}

.home .sec2 .wrap .item .item_text .item_part:nth-child(3) {
    border-top: 1px solid #EEEEEE;
    padding: 50px 0 0;
    margin: 6px 0 0;
}

.home .sec2 .wrap .item .item_img {
    width: 600px;
    overflow: hidden;
    border-radius: 20px;
}

.home .sec2 .wrap .item .item_img img {
    display: block;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
    transform: scale(1.1);
}

.home .sec2 .wrap .item:nth-child(2n-1) {
    flex-direction: row-reverse;
}

.home .sec2 .wrap .item.aos-animate .item_img img {
    transform: scale(1);
}

/*# sourceMappingURL=cooperate.css.map */
@media screen and (max-width: 1919px) {
    .home .wrap {
        width: 62.5vw;
    }

    .home .sec1 {
        padding: 6.5104166667vw 0px 5.1041666667vw;
    }

    .home .sec1 .wrap .l {
        width: 31.8229166667vw;
    }

    .home .sec1 .wrap .l h1 {
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin: 0px 0px 2.34375vw;
    }

    .home .sec1 .wrap .l p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .home .sec1 .wrap .r {
        width: 21.5625vw;
        border-radius: 0.8854166667vw;
        padding: 2.34375vw 0px 3.0208333333vw 2.8125vw;
    }

    .home .sec1 .wrap .r .r_title {
        margin: 0px 0px 1.3020833333vw;
    }

    .home .sec1 .wrap .r .r_title .iconfont {
        width: 3.9583333333vw;
        height: 3.9583333333vw;
        font-size: 1.4583333333vw;
        margin: 0px 1.3020833333vw 0px 0px;
    }

    .home .sec1 .wrap .r .r_title .r_title_text h5 {
        font-size: 0.9375vw;
    }

    .home .sec1 .wrap .r .r_title .r_title_text p {
        font-size: 0.8333333333vw;
    }

    .home .sec1 .wrap .r h1 {
        font-size: 2.8125vw;
    }

    .home .sec2 {
        padding: 0px 0px 5.2083333333vw;
    }

    .home .sec2 .wrap h1 {
        font-size: 1.6666666667vw;
        margin: 0px 0px 3.125vw;
    }

    .home .sec2 .wrap .item {
        border-radius: 1.40625vw;
        margin: 0px 0px 4.5833333333vw;
    }

    .home .sec2 .wrap .item .item_text {
        width: 31.25vw;
        padding: 0px 3.3854166667vw;
    }

    .home .sec2 .wrap .item .item_text h5 {
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.6041666667vw;
    }

    .home .sec2 .wrap .item .item_text .item_part {
        max-width: 24.4270833333vw;
    }

    .home .sec2 .wrap .item .item_text .item_part p {
        font-size: 0.8333333333vw;
        margin-bottom: 1.3020833333vw;
        margin-right: 1.875vw;
    }

    .home .sec2 .wrap .item .item_text .item_part:nth-child(3) {
        padding: 2.6041666667vw 0px 0px;
        margin: 0.3125vw 0px 0px;
    }

    .home .sec2 .wrap .item .item_img {
        width: 31.25vw;
        border-radius: 1.0416666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .home .sec1 {
        padding: 50px 0 60px;
    }
    .home .wrap {
        width: 90%;
    }
    .home .sec1 .wrap .l h1 {
        font-size: 22px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .home .sec1 .wrap .l p {
        font-size: 16px;
        line-height: 1.6;
    }
    .home .sec1 .wrap {
        display: block;
    }
    .home .sec1 .wrap .l {
        width: 100%;
        margin-bottom: 30px;
    }
    .home .sec1 .wrap .r {
        width: 100%;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .home .sec2 .wrap h1 {
        font-size: 22px;
        margin: 0 0 30px;
    }
    .home .sec2 .wrap .item {
        border-radius: 15px;
        flex-direction: column-reverse !important;
        margin-bottom: 40px;
    }
    .home .sec2 .wrap .item .item_img {
        width: 100%;
    }
    .home .sec2 .wrap .item .item_text {
        width: 100%;
        padding: 30px 20px;
    }
    .home .sec2 .wrap .item .item_text h5 {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .home .sec2 .wrap .item .item_text .item_part {
        max-width: 100%;
    }
    .home .sec2 .wrap .item .item_text .item_part p {
        font-size: 14px;
        margin-bottom: 15px;
        margin-right: 20px;
    }
    .home .sec1 .wrap .r .r_title .iconfont {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-right: 10px;
    }
    .home .sec1 .wrap .r h1 {
        font-size: 30px;
    }
    .home .sec1 .wrap .r .r_title .r_title_text h5 {
        font-size: 18px;
    }
    .home .sec1 .wrap .r .r_title .r_title_text p {
        font-size: 16px;
    }
    .home .sec1 .wrap .r .r_title {
        margin: 0 0 15px;
    }
}
