header nav .nav-list .one-title:not(:last-child) {
    margin-right: 1.5rem;
}

.about-box {
    padding: 7.5rem 0;
 }


.index .i-banner .swiper-slide .text p {
    line-height: 1.6;
    font-size: var(--font40);
}

.page-desc {
    line-height: 2;
}

.index .i-about-2 .swiper .swiper-slide .slide-desc {
    line-height: 1.8;
}

footer .footer-msg .left .msg-desc {
    line-height: 1.8;
}

.history-box .swiper-box .box .text .content {
    line-height: 1.6;
}

.solution6-1 .list .item .text-box {
    line-height: 1.6;
}

footer .footer-msg .left .msg-title {
    font-size: var(--font60);
}

@media screen and (max-width: 1334px) {
    header nav .nav-list .one-title {
        padding: 0 1.5rem;
    }
}