.architecture {
    padding-bottom: 40px;
}

.architecture .pbulicPageTitle {
    margin-bottom: 60px;
}

.architecture img {
    display: block;
    width: 1090px;
    height: auto;
    margin: 0px auto;
}

/* 法律 */
.law {
    width: 100%;
    height: 550px;
    background: url(../images/lawbg.png)no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.law>div {
    height: 100%;
    display: flex;
    align-items: center;
}

.law>div img {
    display: block;
    width: 400px;
    height: auto;
    align-self: flex-end;
    flex-shrink: 0;
    margin-right: 90px;
}

.law .con {
    flex-grow: 1;
}

.law .con p {
    line-height: 1.7;
    white-space: pre-line;
    padding-left: 14px;
    position: relative;
}

.law .con p::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 12px;
}

.law .con p:first-child {
    margin-bottom: 36px;
}

/* 方案能力 */
.ability {
    padding-bottom: 70px;
}

.ability img {
    display: block;
    width: 1090px;
    height: auto;
    margin: 90px auto 0px auto;
}

/* 方案价值 */
.value {
    padding-bottom: 24px;
}

.value>p {
    text-align: center;
    color: #8695B1;
    margin: 40px auto 60px auto;
}

/* 方案优势 */
.advantage {
    padding-bottom: 70px;
}

.advantage .pbulicPageTitle {
    margin-bottom: 60px;
}

.advantage .publicModule3 {
    justify-content: center;
}

.advantage .publicModule3 li {
    margin-right: 22px;
    height: 330px;
}

.advantage .publicModule3 li:last-child {
    margin-right: 0px;
}

/* 案例 */
.case {
    padding-bottom: 70px;
}

.case .publicModule9 {
    margin: 40px auto 50px auto;
}

.case .publicModule6 {
    padding-bottom: 40px;
}


/* 移动端 */
@media (max-width: 767px) {

    .architecture .pbulicPageTitle,
    .ability .pbulicPageTitle,
    .advantage .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .ability,
    .advantage {
        padding-bottom: 40px;
    }

    .architecture img,
    .ability img {
        width: 92%;
        margin: 0px 4%;
    }

    .law {
        width: 100%;
        height: auto;
        background-size: cover;
        padding: 40px 4% 0px 4%;
    }

    .law>div {
        width: 100%;
        padding: 0px;
        flex-direction: column-reverse;
    }

    .law>div img {
        height: auto;
        width: 80%;
        margin: 26px auto 0px auto;
    }

    .law .con p:first-child {
        margin-bottom: 18px;
    }

    .value>p {
        margin: 20px auto 30px auto;
    }

    /*  */
    .publicModule3 {
        flex-direction: column;
        justify-content: unset;
    }

    .advantage .publicModule3 li {
        width: 100%;
        height: auto;
        border: 1px solid #E9F1FA;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .publicModule3 li:last-child {
        margin-bottom: 0px;
    }

    .publicModule3 .small {
        width: 100%;
        line-height: 48px;
        flex-direction: row;
        padding: 0px 14px;
    }

    .publicModule3 .small>div {
        display: flex;
        align-items: center;
    }

    .publicModule3 .small img {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0px 8px 0px 0px;
    }

    .publicModule3 .small h2 {
        display: inline-block;
        white-space: unset;
    }

    .publicModule3 .small p {
        padding-top: 0px;
        padding-left: 45px;
        margin-bottom: 0px;
    }

    .publicModule3 .small p::after {
        width: 30px;
        height: 1px;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .publicModule3 .big {
        display: block;
        height: 0px;
        width: 100%;
        overflow: hidden;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        transition: height 0.3s;
    }

    .publicModule3 .current .small {
        display: flex;
    }

    .publicModule3 .current {
        width: 100%;
        height: auto;
        background: none;
        padding: 0px;
    }

    .publicModule3 .current .small {
        background: #fff;
    }

    .publicModule3 li:nth-child(1) .big h2,
    .publicModule3 li:nth-child(2) .big h2,
    .publicModule3 li:nth-child(3) .big h2,
    .publicModule3 li:nth-child(4) .big h2,
    .publicModule3 li:nth-child(5) .big h2,
    .publicModule3 li:nth-child(6) .big h2,
    .publicModule3 li:nth-child(7) .big h2 {
        background: none;
    }

    .publicModule3 .big h2 {
        padding-left: 0px;
        background: none;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }

    .publicModule3 .big h2::after {
        width: 22px;
        height: 2px;
    }

    .advantage .publicModule3 {
        padding-bottom: 0px;
    }

    /*  */
    .case .publicModule9 {
        margin: 20px auto 30px auto;
    }

    .publicModule9 p {
        text-align: left;
    }

    .case {
        padding-bottom: 30px;
    }
}