.sec1 {
    padding: 94px 0 0;
}

.sec1 .wrap .title {
    font-weight: 500;
    font-size: 42px;
    color: #000000;
    line-height: 56px;
    margin-bottom: 70px;
}

.sec1 .wrap .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec1 .wrap .list .item {
    width: 650px;
}

.sec1 .wrap .list .item .img {
    width: 100%;
    height: 380px;
    border-radius: 6px;
    overflow: hidden;
}

.sec1 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .list .item .item_title {
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
    margin: 70px 0 20px;
}

.sec1 .wrap .list .item .item_text {
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    line-height: 36px;
}

.sec1 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec2 {
    padding: 244px 0 323px;
}

.sec2 .wrap .box {
    position: relative;
}

.sec2 .wrap .box .cir {
    width: 786px;
    height: 786px;
    border-radius: 50%;
    border: 1px dashed #9CC4A4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .wrap .box .cir .swiper_box {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    box-shadow: 0px 0px 100px 0px rgba(60, 111, 70, 0.5);
}

.sec2 .wrap .box .cir .swiper_box .swiper {
    width: 550px;
    height: 550px;
    border-radius: 50%;
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    position: relative;
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box {
    position: absolute;
    top: 100px;
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .icon {
    width: 56px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .slide_title {
    margin: 34px 0;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .slide_text {
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide.swiper-slide-active .icon {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_title {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.1s;
}

.sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_text {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.2s;
}

.sec2 .wrap .box .normal {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.sec2 .wrap .box .normal .item {
    width: 255px;
    cursor: pointer;
}

.sec2 .wrap .box .normal .item .item_title {
    font-family: 'POPPINS_REGULAR';
    font-weight: bold;
    font-size: 32px;
    color: #34A963;
    line-height: 1;
}

.sec2 .wrap .box .normal .item .item_text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin: 10px 0 0;
}

.sec2 .wrap .box .normal .item:nth-child(1) {
    text-align: right;
}

.sec2 .wrap .box .normal.center {
    margin: 120px 0;
    padding: 0;
}

/*# sourceMappingURL=environmental.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 4.8958333333vw 0px 0px;
    }

    .sec1 .wrap .title {
        font-size: 2.1875vw;
        line-height: 2.9166666667vw;
        margin-bottom: 3.6458333333vw;
    }

    .sec1 .wrap .list .item {
        width: 33.8541666667vw;
    }

    .sec1 .wrap .list .item .img {
        height: 19.7916666667vw;
        border-radius: 0.3125vw;
    }

    .sec1 .wrap .list .item .item_title {
        font-size: 1.6666666667vw;
        margin: 3.6458333333vw 0px 1.0416666667vw;
    }

    .sec1 .wrap .list .item .item_text {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .sec2 {
        padding: 12.7083333333vw 0px 16.8229166667vw;
    }

    .sec2 .wrap .box .cir {
        width: 40.9375vw;
        height: 40.9375vw;
    }

    .sec2 .wrap .box .cir .swiper_box {
        width: 28.6458333333vw;
        height: 28.6458333333vw;
        box-shadow: rgba(60, 111, 70, 0.5) 0px 0px 5.2083333333vw 0px;
    }

    .sec2 .wrap .box .cir .swiper_box .swiper {
        width: 28.6458333333vw;
        height: 28.6458333333vw;
    }

    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box {
        top: 5.2083333333vw;
    }

    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .icon {
        width: 2.9166666667vw;
        height: 3.28125vw;
        transform: translateY(1.0416666667vw);
    }

    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .slide_title {
        margin: 1.7708333333vw 0px;
        font-size: 1.25vw;
        transform: translateY(1.0416666667vw);
    }

    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .slide_text {
        font-size: 2.1875vw;
        line-height: 2.9166666667vw;
        transform: translateY(1.0416666667vw);
    }

    .sec2 .wrap .box .normal {
        padding: 0px 1.5625vw;
    }

    .sec2 .wrap .box .normal .item {
        width: 13.28125vw;
    }

    .sec2 .wrap .box .normal .item .item_title {
        font-size: 1.6666666667vw;
    }

    .sec2 .wrap .box .normal .item .item_text {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .sec2 .wrap .box .normal.center {
        margin: 6.25vw 0px;
    }
}

@media screen and (max-width: 768px) {
    .common_links {
        display: none;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .sec1 .wrap .list {
        display: block;
    }
    .sec1 .wrap .list .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
    }
    .sec1 .wrap .list .item .img {
        height: 54vw;
        border-radius: 8px;
    }
    .sec1 .wrap .list .item .item_title {
        font-size: 18px;
        margin: 15px 0 8px;
    }
    .sec1 .wrap .list .item .item_text {
        font-size: 15px;
        line-height: 1.6;

    }
    .sec2 {
        padding: 40px 0 60px;
    }
    .sec2 .wrap .box .cir {
        position: unset;
        transform: unset;
        width: 90vw;
        height: 90vw;
        margin: 0 auto;
    }
    .sec2 .wrap .box .cir .swiper_box {
        width: 76vw;
        height: 76vw;

    }
    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box {
        top: unset;
    }
    .sec2 .wrap .box .cir .swiper_box .swiper {
        width: 100%;
        height: 100%;
    }
    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .icon {
        width: 30px;
        height: 40px;
    }
    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .slide_title {
        font-size: 18px;
        margin: 10px 0;
    }
    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide .slide_box .slide_text {
        font-size: 15px;
        line-height: 1.6;
    }
    .sec2 .wrap .box .cir .swiper_box .swiper .swiper-slide {
        align-items: center;
    }
    .sec2 .wrap .box .normal {
        display: none;
    }
    .sec2 .wrap .box .normal_list {
        display: flex !important;
        margin: 30px 0 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0;
    }
    .sec2 .wrap .box .normal .item {
        width: 48%;
        text-align: center !important;
        padding: 0 0 15px;
        position: relative;
        border-bottom: 1px solid #cccccc;
    }

    .sec2 .wrap .box .normal .item .item_title {
        font-size: 20px;
    }
    .sec2 .wrap .box .normal .item .item_text {
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 1.5;
    }
    .sec2 .wrap .box .normal .item .item_text br {
        display: none;
    }
}
