.aiCamera {
    padding-top: 60px;
    padding-bottom: 70px;
}

.aiCamera h2,
.aiCamera p {
    text-align: center;
}

.aiCamera h2 {
    color: #333;
    margin-bottom: 40px;
}

.aiCamera p {
    color: #8695B1;
    margin-bottom: 40px;
}

.videoBox {
    width: 100%;
    padding: 32px 0px;
    text-align: center;
    background: url(../images/videobg.png)no-repeat center center;
    background-size: 100% 100%;
}

.videoBox video {
    height: 560px;
    width: auto;
}

/* 检测效果 */
.testResults {
    padding-bottom: 70px;
}

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

.testResults .conBox {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.testResults .conBox>img {
    display: block;
    width: 930px;
    height: auto;
    margin: 0px auto;
}

.testResults .conBox ul {
    width: 880px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.testResults .conBox li {
    display: none;
}

.testResults .conBox li img {
    display: block;
    width: 100%;
    height: 495px;
}

/* tab */
.publicTab>div {
    background: #E9F1FA;
}

.publicTab li p {
    display: inline-block;
    padding-left: 26px;
    color: #8695B1;
}

.publicTabBox li:first-child p {
    background: url(../images/btico1.png)no-repeat center left;
    background-size: 18px 18px;
}

.publicTabBox li:first-child.active p {
    background: url(../images/btico2.png)no-repeat center left;
    background-size: 18px 18px;
    color: #FFB92B;
}

.publicTabBox li:last-child p {
    background: url(../images/wsico1.png)no-repeat center left;
    background-size: 18px 18px;
}

.publicTabBox li:last-child.active p {
    background: url(../images/wsico2.png)no-repeat center left;
    background-size: 18px 18px;
    color: #1E95E8;
}

/* 法律 */
.law {
    width: 100%;
    padding: 66px 0px;
    background: url(../images/lawbg.png)no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

.law>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.law img {
    display: block;
    height: 40px;
    width: auto;
    margin-bottom: 22px;
}

.law p {
    white-space: pre-line;
    line-height: 1.7;
}

.law h3 {
    margin: 28px 0px 32px 0px;
}

/* 产品功能 */
.features .pbulicPageTitle {
    margin-bottom: 80px;
}

.features ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0px 24px;
}

.features li {
    width: 46%;
    height: auto;
    background: #fff;
    box-shadow: 6px 6px 20px rgba(0, 96, 172, 0.08);
    border-radius: 4px;
    margin-bottom: 65px;
}

.features li:nth-child(odd) {
    margin-right: 8%;
}

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

.features li p {
    padding: 26px 0px;
    color: #333;
    font-weight: 500;
}

/*  */
.points {
    padding-bottom: 30px;
}

.points .pbulicPageTitle {
    margin-bottom: 80px;
}

.publicModule8 li {
    min-height: 236px;
    margin-bottom: 40px;
}

/* 应用案例 */
.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) {
    .crumbsR li {
        margin: 0px 20px 0px 0px;
    }
    .aiCamera {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aiCamera h2 {
        margin-bottom: 30px;
    }

    .videoBox {
        padding: 10px 0px;
    }

    .videoBox video {
        width: 260px;
        height: auto;
    }

    .aiCamera p {
        margin-bottom: 24px;
    }

    .testResults .pbulicPageTitle,
    .features .pbulicPageTitle,
    .points .pbulicPageTitle,
    .case .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .testResults .conBox {
        margin-top: 32px;
    }

    .publicTab li {
        width: 50%;
        padding: 0px;
        text-align: center;
    }

    .testResults .conBox>img {
        width: 100%;
        height: auto;
    }

    .testResults .conBox ul {
        width: 86%;
        height: auto;
    }

    .testResults .conBox ul {
        top: 9px;
    }

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

    .law {
        padding: 30px 0px;
    }

    .law img {
        width: 26px;
        height: auto;
    }

    .law h3 {
        font-size: 20px;
        margin: 16px 0px 20px 0px;
    }

    .features li {
        width: 100%;
        margin-bottom: 40px;
    }

    .features li:nth-child(odd) {
        margin-right: 0px;
    }

    .features li p {
        padding: 16px 14px;
    }

    .publicModule8 li {
        min-height: unset;
    }

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