.section .wrap .wrap_top .l .l_part .l_title span {
    font-size: 28px;
    color: #111111
}

.section .wrap .bottom .guo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 0;
    padding: 30px 0;
    background: #ddd;
    width: 100%;
}
.section .wrap .bottom .guo .item {
    margin: 0 30px;
}
.section .wrap .bottom .guo .item .img {
    width: 76px
}

.section .wrap .bottom .guo .item .img img {
    width: 100%
}

.section .wrap .bottom .guo .item p {
    margin: 5px 0 0 10px;
    font-weight: bold;
    font-size: 19px;
    color: #111111;
    opacity: 0;
    transition: 0.6s
}

.section .wrap .bottom {
    display: flex;
    align-items: flex-end;
    padding: 0 0 80px;
}

.section .wrap .bottom .guo .item:nth-child(3) p {
    margin: 5px 0 0 18px
}

.section .wrap .bottom .guo .item.on p {
    opacity: 1
}

@media screen and (max-width: 750px) {
    .section .wrap .wrap_top .l .l_part .l_title span {
        font-weight: 400;
        font-size: 3.2vw;
        color: #111111;
        display: block;
        margin: 0 0 0 1.0666666667vw
    }

    .section .wrap .bottom .guo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 29.3333333333vw 0 0;
        padding: 20px 0;
    }

    .section .wrap .bottom .guo .item .img {
        width: 10.1333333333vw
    }

    .section .wrap .bottom .guo .item .img img {
        width: 100%
    }

    .section .wrap .bottom .guo .item p {
        margin: .6666666667vw 0 0 1.3333333333vw;
        font-weight: bold;
        font-size: 2.5333333333vw;
        color: #111111
    }

    .section .wrap .bottom .guo .item {
        margin: 0 5.208333333333vw;

    }

    .section .wrap .bottom .guo .item:nth-child(3) p {
        margin: .6666666667vw 0 0 2.4vw
    }
    .section .wrap .bottom {
        padding: 0 0 13.16666666vw;
    }
}
