/* banner */
.shou > div > h1 {
    font-size: 40px;
}
.shou > div > h2 {
    font-size: 36px;
    margin-top: 15px;
}
/* 服务领域 */
.about > div > ul {
    margin: 40px 0 60px;
}
.about > div > ul > li > h4 {
    line-height: 25px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about > div > ul > li > p {
    text-indent: 0;
    text-align: center;
}
/* 公司产品 */
.products .products-title {
    justify-content: space-between;
}
.products .products-title .products-title-item {
    width: 19%;
    margin: 0;
}
.products-content-item > div > h3 {
    font-size: 18px;
}
.products-content-item > div > p {
    line-height: 20px;
    text-align: center;
}
/* 关于我们 */
.chuang {
    margin-top: 50px;
}
.zhuanye > ul {
    margin-top: 5px;
}
.zhuanye > p {
    line-height: 25px;
}
.zhuanye > p:nth-child(2) {
    margin-top: 20px;
}
/* 客户案例 */
.anli .example {
    margin-top: 50px;
}
/* 资质证书 */
.qualifications-content {
    margin-top: 50px;
}
/* 售后服务 */
.service .service-content {
    margin-top: 50px;
}
.service .service-content-item {
    max-width: 25%;
}
/* 服务客户 */
.customer .customer-content {
    margin-top: 50px;
}
/* 底部 */
.dianji {
    width: 68%;
}