.content-title {
    padding: 70px 0;
    margin: 0 auto;
}
.content-title p {
    font-size: 50px;
    margin-bottom: 20px;
}
.content-title span {
    color: #535353;
}
/* 关于我们 */
.aboutUs {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 90px;
}
.aboutUs-texts {
    padding-top: 50px;
    flex-wrap: nowrap;
}
.aboutUs .content-title {
    border-bottom: 1px solid #ccc;
}
.aboutUsTexts-left {
    max-width: 995px;
    padding-top: 30px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
.aboutTexts {
    margin-top: 50px;
}
.aboutList {
    padding: 110px 0;
    justify-content: space-evenly;

}
.aboutList li {
    width: 177px;
    height: 177px;
    background-color: #e5e5e5;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    transition: all .3s;
}
.aboutList li:hover {
    background-color: #19c186;
}
/* 企业文化 */
.culture, .visualize {
    background-color: #f4f5fa;
    padding-bottom: 150px;
    text-align: center;
}
.culture li {
    width: 18%;
    padding-top: 47px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 5px 5px 10px 0 #ccc;
    transition: all .3s;
}
.culture li:hover {
    transform: translateY(-20px);
}
.culture li p {
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.culture li .pailie {
    height: 80px;
    font-size: 14px;
    color: #a0a0a0;
}
/* 荣誉资质 */
.honor li {
    margin-bottom: 65px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0);
    transition: all .3s;
}
.honor li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
/* 公司形象 */
.visualize {
    padding-bottom: 100px;
}
.visualize li {
    width: 32%;
    margin-bottom: 40px;
    overflow: hidden;
}
.visualize li .images {
    transition: all .5s;
}
.visualize li:hover .images {
    transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
    .aboutUs-texts {
        flex-direction: column;
    }
    .aboutUsTexts-right {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .content-title {
        padding: 40px 0;
    }
    .content-title p {
        font-size: 40px;
    }
    .aboutList {
        padding: 50px 0;
    }
    .culture {
        padding-bottom: 100px;
    }
    .culture ul, .honor ul {
        justify-content: space-evenly;
    }
    .culture li {
        width: 30%;
        margin-bottom: 30px;
    }
    .visualize li {
        width: 49%;
    }
    .aboutTexts {
        margin-top: 30px;
    }
    .aboutUsTexts-left {
        padding-top: 0;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 425px) {
    .content {
        margin-top: 20px;
    }
    .aboutUs {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 40px;
    }
    .content-title {
        padding: 20px 0;
    }
    .content-title p {
        margin-bottom: 0;
    }
    .content-title p, .content-title span {
        font-size: 26px;
    }
    .aboutUs-texts {
        padding-top: 20px;
    }
    .aboutList li {
        width: 100px;
        height: 100px;
    }
    .aboutUsTexts-right {
        max-width: 150px;
    }
    /* 企业文化 */
    .culture {
        padding-bottom: 0;
    }
    .culture li {
        width: 90%;
    }
    /* 荣誉资质 */
    .honor li {
        width: 46%;
    }
    .visualize li {
        width: 100%;
    }
    .visualize {
        padding-bottom: 0;
    }

}