.func-row {
    margin-bottom: 3.8rem;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3a3a3a;
    text-align: center;
}

.func-row .func-col * {
    margin: 0;
}

.func-row .func-col h3 {
    margin: 1.9rem 0 .6rem 0;
    font-size: 1.1rem;
}

.func-row .func-col p {
    width: 17rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #a3a3a3;
}

.serve-row {
    margin: 1.3rem 0 0 0 !important;
}

.serve-row .serve-col {
    width: 17.8rem;
    height: 6.3rem;
    margin-right: 1.2rem;
    cursor: pointer;
    transition: all .3s ease;
}
.serve-row .serve-col:hover {
    box-shadow: 0rem 0rem 1.1rem 0rem rgba(51, 51, 51, 0.52);

}

.serve-row .serve-col:last-child {
    margin-right: 0;
}

.specail img{
    transition: all 0.5s ease 0s;
}

.specail:hover img{
    transform: scale(1.1);
    cursor: pointer;
}
