.common_title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 42px;
    color: #006A52;
}

.sec1 {
    padding: 122px 0 0;
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .text {
    width: 790px;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 38px;
}

.sec2 {
    padding: 193px 0 125px;
}

.sec2 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .l {
    padding: 160px 0 0;
    max-width: 600px;
}

.sec2 .wrap .l .text {
    margin: 57px 0 54px;
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec2 .wrap .l .name {
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    text-align: right;
}

.sec2 .wrap .r {
    width: 832px;
}

.sec3 .wrap .box {
    width: 100%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.sec3 .wrap .box img {
    display: block;
    width: 100%;
}

.sec3 .wrap .box .list {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 8px;
    width: 100%;
    left: 0;
    gap: 0 12px;
}

.sec3 .wrap .box .list .item {
    width: 382px;
    height: 115px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding: 0 42px;
    font-family: 'SourceHanSansCN-Bold';
    font-size: 24px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec3 .wrap .box .list .item:hover {
    transform: translateY(-10px);
}

.sec3 .wrap .box .common_title {
    position: absolute;
    top: 110px;
    left: 8px;
    color: #ffffff;
}

.sec4 {
    padding: 115px 0 0;
}

.sec4 .wrap .text {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 38px;
    margin: 35px 0 45px;
}

.sec4 .wrap .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.sec4 .wrap .list .item .item_box {
    width: 100%;
    height: 225px;
    background: #F7F7F7;
    border-radius: 14px;
    transition: 0.6s;
    padding: 55px 0 0;
}

.sec4 .wrap .list .item .item_box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 71px;
    margin: 0 auto 24px;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box .icon img {
    display: block;
    object-fit: unset;
}

.sec4 .wrap .list .item .item_box p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box:hover {
    background: #006A52;
}

.sec4 .wrap .list .item .item_box:hover p {
    color: #FFFFFF;
}

.sec4 .wrap .list .item .item_box:hover .icon {
    filter: brightness(0) invert(1);
}

.sec5 {
    padding: 119px 0 165px;
}

.sec5 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 28px 0 0;
}

.sec5 .wrap .list .item {
    width: 760px;
    height: 97px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}

.sec5 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #02755F;
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left;
}

.sec5 .wrap .list .item p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
}

.sec5 .wrap .list .item .iconfont {
    width: 20px;
    height: 20px;
    background: #02755F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec5 .wrap .list .item:hover:after {
    transform: scaleX(1);
}

/*# sourceMappingURL=HSEQ.css.map */
@media screen and (max-width: 1919px) {
    .common_title {
        font-size: 2.1875vw;
    }

    .sec1 {
        padding: 6.3541666667vw 0px 0px;
    }

    .sec1 .wrap .text {
        width: 41.1458333333vw;
        font-size: 1.04166666666666vw;
        line-height: 1.9791666666666666666vw;
    }

    .sec2 {
        padding: 10.0520833333vw 0px 6.5104166667vw;
    }

    .sec2 .wrap .l {
        padding: 8.3333333333vw 0px 0px;
        max-width: 31.25vw;
    }

    .sec2 .wrap .l .text {
        margin: 2.96875vw 0px 2.8125vw;
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
    }

    .sec2 .wrap .l .name {
        font-size: 1.25vw;
    }

    .sec2 .wrap .r {
        width: 43.3333333333vw;
    }

    .sec3 .wrap .box {
        border-radius: 0.7291666667vw;
    }

    .sec3 .wrap .box .list {
        bottom: 0.4166666667vw;
        gap: 0px 0.625vw;
    }

    .sec3 .wrap .box .list .item {
        width: 19.8958333333vw;
        height: 5.9895833333vw;
        backdrop-filter: blur(1.0416666667vw);
        border-radius: 0.7291666667vw;
        padding: 0px 2.1875vw;
        font-size: 1.25vw;
    }

    .sec3 .wrap .box .list .item:hover {
        transform: translateY(-0.5208333333vw);
    }

    .sec3 .wrap .box .common_title {
        top: 5.7291666667vw;
        left: 0.4166666667vw;
    }

    .sec4 {
        padding: 5.9895833333vw 0px 0px;
    }

    .sec4 .wrap .text {
        font-size: 1.04166666666vw;
        line-height: 1.9791666666666vw;
        margin: 1.8229166667vw 0px 2.34375vw;
    }

    .sec4 .wrap .list {
        gap: 0.8854166667vw;
    }

    .sec4 .wrap .list .item .item_box {
        height: 11.71875vw;
        border-radius: 0.7291666667vw;
        padding: 2.8645833333vw 0px 0px;
    }

    .sec4 .wrap .list .item .item_box .icon {
        width: 3.4895833333vw;
        height: 3.6979166667vw;
        margin: 0px auto 1.25vw;
    }

    .sec4 .wrap .list .item .item_box p {
        font-size: 0.9375vw;
    }

    .sec5 {
        padding: 6.1979166667vw 0px 8.59375vw;
    }

    .sec5 .wrap .list {
        margin: 1.4583333333vw 0px 0px;
    }

    .sec5 .wrap .list .item {
        width: 39.5833333333vw;
        height: 5.0520833333vw;
        gap: 0px 0.5208333333vw;
    }

    .sec5 .wrap .list .item p {
        font-size: 0.9375vw;
    }

    .sec5 .wrap .list .item .iconfont {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.5208333333vw;
    }
}
@media screen and (max-width: 768px) {
    .common_title {
        font-size: 24px;
    }
    .sec1 .wrap .text {
        font-size: 15px;
        width: 100%;
        line-height: 2;
        margin: 30px 0 0;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap {
        display: block;
    }
    .sec2 .wrap {
        flex-direction: column-reverse;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .r {
        width: 100%;
    }
    .sec2 .wrap .l {
        width: 100%;
        max-width: unset;
    }
    .sec2 .wrap .l .text {
        margin: 25px 0 10px;
        font-size: 15px;
        line-height: 2;
    }
    .sec2 .wrap .l .name {
        font-size: 15px;
    }
    .sec3 .wrap .box .common_title {
        position: unset;
        color: #006A52;
        margin-bottom: 30px;
    }
    .sec3 .wrap .box .list {
        position: unset;
        margin: 10px 0 0;
        justify-content: space-between;
        gap: 10px 0;
        flex-wrap: wrap;
    }
    .sec3 .wrap .box .list .item {
        width: 49%;
        background: #F7F7F7;
        height: unset;
        padding: 20px 15px;
        font-size: 18px;
        color: #006A52;
        border-radius: 6px;
    }
    .sec3 .wrap .box img {
        border-radius: 6px;
    }
    .sec4 {
        padding: 60px 0 0;
    }
    .sec4 .wrap .text {
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 30px;
    }
    .sec4 .wrap .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .sec4 .wrap .list .item .item_box p {
        font-size: 14px;
    }
    .sec4 .wrap .list .item .item_box {
        height: unset;
        padding: 30px 10px;
        border-radius: 6px;
    }
    .sec4 .wrap .list .item .item_box .icon {
        width: 35px;
        height: 40px;
        margin: 0 auto 15px;
    }
    .sec5 {
        padding: 60px 0;
    }
    .sec4 .wrap .list {
        margin: 30px 0px 0;
        gap: 15px 0;
    }
    .sec5 .wrap .list .item {
        width: 100%;
        height: 50px;
        gap: 0 10px;
        justify-content: space-between;
    }
    .sec5 .wrap .list .item .iconfont {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    .sec5 .wrap .list .item p {
        width: calc(100% - 25px);
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
