.about {
    margin: 1rem auto .66rem auto;
}

.about .left .title {
    font-size: .32rem;
    font-family: Arial;
    font-weight: 900;
    color: #D42F24;
    margin-bottom: .24rem;
}

.about .left .p {
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .35rem;
}

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

.ul {
    margin: auto;
    margin-bottom: .66rem;
}

.ul li p {
    font-size: .16rem;
    text-align: center;
    margin-top: .11rem;
}

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

.brand {
    margin-bottom: 1.2rem;
    height: 5.35rem;
    background-image: url("https://new.cdn.multi-masters.com/lishang/about/WHO-IS-OUR-CUSTOMER2.jpg");
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand .h1 {
    font-size: .26rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .4rem;
}

.brand .p {
    font-size: .16rem;
    line-height: 1.8;
    color: #fff;
}

.service {
    margin: 0 auto 1.27rem auto;
}

.service>.h1 {
    font-size: .26rem;
    text-align: center;
    margin-bottom: .43rem;
    text-transform: uppercase;
}

.service li {
    padding: .37rem .16rem;
    box-shadow: 0px 5px 7px 0px rgba(20, 20, 18, 0.1000);
}

.service li .img {
    height: .39rem;
    width: .39rem;
    margin-bottom: .32rem;
}

.service li .h1 {
    font-size: .16rem;
    color: #D42F24;
    margin-bottom: .48rem;
}

.service li .p {
    padding-left: .25rem;
    font-size: .14rem;
    line-height: .26rem;
    margin-bottom: .2rem;
}

.service li .p:last-child {
    margin-bottom: 0;
}

.service li .p img {
    width: .16rem;
    height: .16rem;
    position: absolute;
    left: 0;
    top: .05rem;
}

.service>a {
    width: 2.5rem;
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    font-size: .16rem;
    color: #fff;
    margin: .72rem auto 0 auto;
    background-color: #D42F24;
    text-transform: uppercase;
}

.awards {
    margin: 0 auto .65rem auto;
}

.awards>.h1 {
    font-size: .26rem;
    text-align: center;
    margin-bottom: .54rem;
    text-transform: uppercase;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #CDCDCD;
}

@media (min-width: 800px) {
    .about, .ul, .service, .awards {
        width: 16rem;
    }

    .about .left {
        width: 40%;
        float: left;
        padding-top: .35rem;
    }

    .about .right {
        width: 56.7%;
        float: right;
    }

    .ul li {
        width: 23.5%;
        margin-right: 2%;
        float: left;
    }

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

    .brand .contant {
        position: absolute;
        right: 3.2rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .service li {
        float: left;
        width: 23.125%;
        margin-right: 2%;
        height: 5rem;
    }

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

    .awards .div {
        padding: 0 1rem;
    }
}

@media (max-width: 800px) {
    .about .right {
        width: 60%;
        margin: auto;
        margin-top: .4rem;
    }

    .brand .contant {
        position: absolute;
        right: left;
        top: 50%;
        transform: translateY(-50%);
        padding-left: .2rem;
    }

    .brand>img {
        max-width: 300%;
        height: 300%;
        object-fit: cover;
    }

    .service li {
        margin-bottom: .4rem;
    }
}