.content3 {
    max-width: 1300px;
    margin: 0 auto;
}

.content4 {
    max-width: 1400px;
    margin: 0 auto;
}



.lietou-title3 {
    margin-top: 30px;
    text-indent: 2em;
}

.lietou-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.lietou-back {
    background-color: #fff;
}

.lietou-cur {
    color: #B3B3B3;
    font-size: 32px;
    margin-top: 20px;
}

.lietou-process {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 143px;
}

.lietou-animation {
    text-align: center;
}
.content-head-new{
    padding: 80px 0;
}
.content-head-new .title{
    font-size: 42px;
    font-weight: bold;
}


@media (min-width:959px) {
    .lietou-text-e {
        font-size: 15px;
        /* padding: 0 14px; */
        text-align: center;
    }

    .lietou-flex-column {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-right: 80px;
        margin-top: 20px;
        width: 130px;
    }

    .lietou-flex-column-e {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-right: 30px;
        margin-top: 20px;
        width: 170px;
        /* justify-content: center; */
    }

    .lietou-service {
        background-color: #fff;
        padding: 8px;
        margin-right: 43px;
        margin-bottom: 43px;
        height: 286px;
    }

    .lietou-flex-column:last-child {
        margin-right: 0;
    }

    .lietou-service:nth-child(odd) {
        margin-top: 45px;
    }

    .lietou-title2 {
        margin-top: 86px;
        text-indent: 2em;
    }

    .lietou-e {
        font-size: 26px;
        height: 78px;
    }

    /* 英文版 */
    .advange-all-e {
        background-color: #fff;
        height: 352px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 36px 24px;
        transition: transform 0.5s ease;
    }

}


@media (max-width:958px) {
    .lietou-service {
        background-color: #fff;
        padding: 8px;
        margin-bottom: 23px;
        height: 286px;
    }

    .lietou-flex-column {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
        width: 130px;
    }

    .lietou-flex-column-e {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
        width: 130px;
        /* justify-content: center; */
    }

    .lietou-title2 {
        margin-top: 46px;
        text-indent: 2em;
    }

    .lietou-text-e {
        font-size: 14px;
        padding: 0 13px;
    }

    .lietou-e {
        font-size: 16px;
        /* height: 78px; */
    }

    /* 英文版 */
    .advange-all-e {
        background-color: #fff;
        height: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 36px 24px;
        transition: transform 0.5s ease;
    }

    .content-head-new{
        padding: 30px 20px;
    }
    .content-head-new .title{
        font-size: 42px;
        font-weight: bold;
    }
}

.advange-all {
    background-color: #fff;
    height: 304px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 46px 24px;
    transition: transform 0.5s ease;
}

/* .advange-all:hover {
    transform: scale(0.9);
    cursor: pointer;
} */

.advange-image {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

/* 动画 */
/* .lietou-animation {
    transition: transform 0.5s ease;
}

.lietou-animation:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.lietou-service-animation {
    transition: transform 0.5s ease;
}

.lietou-service-animation:hover {
    transform: scale(1.1);
    cursor: pointer;
} */

/* .lietou-title2:hover,
.lietou-title3:hover {
    color: #336df6;
    cursor: pointer;
} */