.about {
    margin-bottom: .6rem;
}

.about .right .title {
    font-size: .26rem;
    color: #d0202e;
    font-weight: bold;
    margin-bottom: .4rem;
    line-height: 1.5;
}

.about .left:hover img {
    transform: scale(1.03);
}

.about .right .p {
    font-size: .16rem;
    color: #666;
    line-height: 1.6;
    text-align: justify;
}

.plant {
    background-image: url('https://new.cdn.multi-masters.com/easychemical/about/company-bgi.png');
    padding: .75rem 0;
    background-size: 100% 100%;
    margin-bottom: .6rem;
}

.plant .p_1 {
    font-size: .26rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: .14rem;
}

.plant .p_2 {
    font-size: .16rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-bottom: .56rem;
}

.plant li {
    float: left;
    width: 24.7%;
    margin-right: 0.4%;
    margin-top: 0.09rem
;
}

.plant li:nth-child(4n) {
    margin-right: 0;
}

.plant li p {
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-top: .2rem;
}

.plant li:hover img {
    transform: scale(1.03);
}

.text {
    margin-bottom: .6rem;
}

.text .p {
    margin-bottom: .26rem;
    font-size: .16rem;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.text .p span {
    font-weight: bold;
    color: #d0202e;
}

.service {
    margin-bottom: 1rem;
}

.service .left:hover img {
    transform: scale(1.03);
}

.service .right {
    padding-top: .8rem;
}

.service .right .p_1 {
    font-size: .26rem;
    color: #d0202e;
    font-weight: bold;
    margin-bottom: .35rem;
}

.service .right .p {
    margin-bottom: .45rem;
    font-size: .16rem;
    color: #666;
    line-height: 1.5;
    /*text-align: justify;*/
}

.service .right a {
    font-size: .2rem;
    width: 1.7rem;
    line-height: .4rem;
    border: 1px solid #d0202e;
    color: #d0202e;
    text-align: center;
}

.service .right a:hover {
    background-color: #d0202e;
    color: #fff;
}

@media (min-width: 800px) {
    .about .left {
        width: 53.5%;
        float: left;
        margin-left: -3.5%;
    }

    .about .right {
        float: right;
        width: 45%;
        padding-top: .4rem;
    }

    .about .bot .left {
        width: 53.5%;
        float: right;
        margin-right: -3.5%;
        margin-top: -3.5%;
    }

    .about .bot .right {
        float: left;
        width: 42%;
        padding-top: 1.5rem;
    }

    .service .left {
        float: left;
        width: 58.333%;
    }

    .service .right {
        width: 35.8%;
        float: right;
    }
}

@media (max-width: 799px) {
    .about .left {
        width: 60%;
        margin: auto;
        margin-bottom: .4rem;
    }
}