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

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

.about li {
    float: left;
    width: 25%;
    height: 2.9rem;
    border: .01rem solid #E3E3E3;
    background-color: #fff;
}

.about li:hover {
    background-color: #03488d;
}

.about li:nth-child(1) {
    width: 50%;
    border: none;
}

.about li:nth-child(1):hover {
    background-color: #fff;
}

.about li {
    display: flex;
    align-items: center;
}

.about li .title {
    font-size: .28rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .28rem;
}

.about li .title span {
    color: #03488d;
}

.about li .p_1 {
    font-size: .16rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: .18rem;
}

.about li a {
    width: 140px;
    line-height: .42rem;
    text-align: center;
    color: #03488d;
    border: 1px solid #03488d;
    font-size: .16rem;
    border-radius: .06rem;
}

.about li a:hover {
    background-color: #03488d;
    color: #fff;
}

.about li .hover_bgi {
    background-image: url('https://new.cdn.multi-masters.com/valtec/about/icon-hover.png');
    background-size: 100% 100%;
    margin: auto;
    padding: .5rem 0;
    width: 2rem;
}

.about li .hover_bgi .img {
    width: .7rem;
    height: .7rem;
    margin: 0 auto .2rem auto;
}

.about li .hover_bgi .img img:nth-child(2), .about li:hover .hover_bgi .img img:nth-child(1) {
    display: none;
}

.about li:hover .hover_bgi .img img:nth-child(2) {
    display: block;
}

.about li .p_p {
    font-size: .18rem;
    text-align: center;
}

.about li .number {
    position: absolute;
    font-size: .14rem;
    left: .2rem;
    top: .2rem;
    color: #333;
}

.about li:hover .number, .about li:hover .p_p {
    color: #fff;
}

.about .text {
    margin-top: .6rem;
}

.about .text p {
    font-size: .16rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: .4rem;
}

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

.company .text {
    background-color: #F5F5F5;
    padding: .5rem;
}

.company .text .title {
    font-size: .3rem;
    font-weight: bold;
    color: #03488d;
    margin-bottom: .24rem;
    font-weight: bold;
}

.company .text .p p {
    font-size: .16rem;
    line-height: 1.6;
    margin-bottom: .16rem;
    color: #666;
}

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

.clientes .text {
    background-color: rgba(245, 245, 245, .9);
    padding: .5rem;
}

.clientes .text .title {
    font-size: .3rem;
    font-weight: bold;
    color: #03488d;
    margin-bottom: .24rem;
    font-weight: bold;
}

.clientes .text .p p {
    font-size: .16rem;
    line-height: 1.6;
    margin-bottom: .16rem;
    color: #666;
}

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

.employees .text {
    background-color: rgba(245, 245, 245, .9);
    padding: .5rem;
}

.employees .text .title {
    font-size: .3rem;
    font-weight: bold;
    color: #03488d;
    margin-bottom: .24rem;
    font-weight: bold;
}

.employees .text .p p {
    font-size: .16rem;
    line-height: 1.6;
    margin-bottom: .16rem;
    color: #666;
}

.partner {
    margin-bottom: 1rem;
}

.partner .title {
    font-size: .3rem;
    font-weight: bold;
    color: #03488d;
    margin-bottom: .34rem;
    font-weight: bold;
}

@media (min-width: 800px) {
    .company .text {
        position: absolute;
        width: 6rem;
        bottom: 0;
        right: 3.6rem;
    }

    .clientes .img {
        float: left;
        width: 58%;
    }

    .clientes .text {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .employees .img {
        float: right;
        width: 58%;
    }

    .employees .text {
        width: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 800px) {
    .company {
        padding: 0 2%;
    }
}