.points {
    padding-bottom: 70px;
}

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

.points ul {
    display: flex;
    justify-content: space-between;
}

.points li {
    width: 29%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 6px 6px 20px rgba(0, 96, 172, 0.08);
}

.points li img {
    width: 100%;
    height: auto;
}

.points li p {
    text-align: center;
    color: #8695B1;
    line-height: 1.7;
    width: 100%;
    padding: 26px 25px;
}

/* 法律 */
.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;
}

/* 核心应用 */
.applications>p {
    text-align: center;
    color: #8695B1;
    margin: 40px auto 60px auto;
}

.application {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.applicationL {
    position: relative;
    margin-right: 130px;
    margin-top: 30px;
}

.applicationL::after {
    content: "";
    display: block;
    height: 55%;
    border-left: 1px dashed #8695B1;
    position: absolute;
    left: 5.5px;
    top: 12px;
    z-index: -1;
    opacity: 0.4;
}

.applicationL li {
    cursor: pointer;
    padding-left: 32px;
    color: #8695B1;
    background: url(../images/point1.png)no-repeat center left;
    background-size: 12px 12px;
    margin-bottom: 70px;
}

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

.applicationL li.active {
    color: #1E95E8;
    font-weight: 500;
    background: url(../images/point2.png)no-repeat center left;
    background-size: 12px 12px;
}

.applicationR {
    width: 950px;
    height: 460px;
    padding: 40px 36px;
    background: #fff;
    box-shadow: -6px 6px 20px rgba(0, 96, 172, 0.08);
    border-radius: 12px;
    position: relative;
    margin-top: 35px;
}

.applicationR::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #159CFA 0%, #A7DBFF 100%);
    border-radius: 12px;
    position: absolute;
    top: -35px;
    left: 35px;
    z-index: -1;
}

.applicationR .item {
    display: none;
    height: 100%;
    /* overflow-y: auto; */
}

/* .applicationR .item::-webkit-scrollbar {
    display: none;
} */

.applicationR .itemCon h2 {
    color: #333333;
    padding-left: 40px;
}

.applicationR .itemCon>p {
    color: #8695B1;
    margin: 28px 0px 30px 0px;
}

.itemCon1 h2 {
    background: url(../images/aqapplications1.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon2 h2 {
    background: url(../images/aqapplications2.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon3 h2 {
    background: url(../images/aqapplications3.png)no-repeat center left;
    background-size: 28px 28px;
}

.item .tabs {
    display: flex;
    width: 100%;
    height: 265px;
}

.item .tabs li {
    width: 23%;
    color: #8695B1;
    padding: 24px 22px;
    margin-right: 14px;
    background: #F7FAFE;
}

.item .tabs li:last-child {
    margin-right: 0px;
}

.item .tabs li h3 {
    color: #1E95E8;
    font-weight: 600;
    margin-bottom: 20px;
}

.item .tabs li p {
    line-height: 1.6;
}

.item .tabs2 {
    margin-top: 50px;
}

.item .tabs2 li,
.item .tabs3 li {
    width: 45%;
}

/* 应用场景 */
.scenarios {
    padding-bottom: 60px;
}

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

/* 应用案例 */
.case {
    padding-bottom: 50px;
}

.case .pbulicPageTitle {
    margin-bottom: 50px;
}

.case .publicModule5 h2 {
    color: #333;
    padding-left: 40px;
    background: url(../images/cj.png)no-repeat center left;
    background-size: 25px 25px;
    margin-bottom: 28px;
}

.case .publicModule5Con {
    overflow-y: auto;
}

.case .publicModule5Con::-webkit-scrollbar {
    display: none;
}

.case .publicModule5Con {
    scrollbar-width: none;
}

.case .txtBox p {
    color: #8695B1;
    line-height: 1.7;
}

.case .txtBox h3 {
    position: relative;
    color: #333;
    margin: 36px 0px 16px 0px;
    z-index: 2;
}

.case .txtBox h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 10px;
    background: #1E95E8;
    opacity: 0.18;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 1;
}

.publicModule5 .swiper-slide>img,
.publicModule5 .publicModule5Con {
    height: 300px;
}



/* 移动端 */
@media (max-width: 767px) {
    .points>p {
        margin: 20px auto 30px auto;
    }

    .points ul {
        flex-direction: column;
    }

    .points li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .points li p {
        padding: 20px 16px;
    }

    .points {
        padding-bottom: 30px;
    }

    .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;
    }

    /*  */
    .applications>p {
        width: 92%;
        margin: 20px 4% 40px 4%;
    }

    .application {
        flex-direction: column;
        padding-bottom: 50px;
    }

    .applicationL {
        margin: 0px 0px 24px 0px;
        width: 100%;
        display: flex;
        overflow-x: auto;
        flex: 0 0 auto;
    }

    .applicationL li {
        flex: 0 0 auto;
        margin-bottom: 0px;
        margin-right: 28px;
        padding-left: 0px;
        padding-bottom: 16px;
        background: url(../images/point1.png)no-repeat center bottom;
        background-size: 10px 10px;
    }

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

    .applicationL li.active {
        background: url(../images/point2.png)no-repeat center bottom;
        background-size: 10px 10px;
    }

    .applicationL::after {
        content: "";
        display: block;
        width: 70%;
        border-bottom: 1px dashed #8695B1;
        border-left: 0px;
        position: absolute;
        left: 0px;
        top: unset;
        bottom: 4px;
        z-index: -1;
        opacity: 0.4;
    }

    .applicationR {
        width: 96%;
        height: auto;
        padding: 22px 16px;
    }

    .applicationR::after {
        width: 90%;
        height: 90%;
        top: -16px;
        left: unset;
        right: -16px;
    }

    .applicationR .itemCon h2 {
        margin-bottom: 26px;
    }

    .item .tabs li {
        width: 100%;
        padding: 16px;
        margin: 0px 0px 16px 0px;
    }

    .applicationR .itemCon>p {
        margin-bottom: 30px;
    }

    .item .tabs {
        height: auto;
        flex-wrap: wrap;
    }

    .item .tabs li h3 {
        margin-bottom: 12px;
    }

    .scenarios .pbulicPageTitle {
        margin-bottom: 30px;
    }

    .scenarios {
        padding-bottom: 30px;
    }

    /*  */
    .case .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .publicModule5 .swiper-slide>img,
    .publicModule5 .publicModule5Con {
        height: auto;
    }

    .publicModule5 .publicModule5Con {
        padding: 22px 20px;
    }

    .case .txtBox h3 {
        margin-top: 24px;
    }

    .case .txtBox h3::after {
        top: 6px;
        width: 36px;
    }

    .case .publicModule5 h2 {
        padding-left: 26px;
        background: url(../images/cj.png)no-repeat center left;
        background-size: 16px 16px;
    }
}