.problem {
    padding-bottom: 70px;
}

.problem .pbulicPageTitle {
    margin-bottom: 120px;
}

.problem .publicModule2 li {
    width: 23%;
}

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



/*  */
.value {
    padding-bottom: 70px;
}

.value .pbulicPageTitle {
    margin-bottom: 70px;
}

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

.valueList>li {
    width: 23%;
    /* height: 330px; */
    padding: 110px 14px 14px 14px;
}

.valueList>li:nth-child(1) {
    background: url(../images/zsvalue1.png)no-repeat center top 12px, #2B80EF;
    background-size: 100px 90px;
}

.valueList>li:nth-child(2) {
    background: url(../images/zsvalue2.png)no-repeat center top 12px, #2B80EF;
    background-size: 100px 90px;
}

.valueList>li:nth-child(3) {
    background: url(../images/zsvalue3.png)no-repeat center top 12px, #2B80EF;
    background-size: 100px 90px;
}

.valueList>li:nth-child(4) {
    background: url(../images/zsvalue4.png)no-repeat center top 12px, #2B80EF;
    background-size: 100px 90px;
}

/* ------------ */
.valueList>li ol li {
    font-weight: 600;
}

.valueList>li ol p {
    color: #555;
}

/* ------------ */

.valueList ol {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 3px 3px 20px rgba(0, 96, 172, 0.1);
    padding: 32px 20px;
    overflow-y: auto;
}

.valueList ol li {
    text-align: center;
    margin-bottom: 26px;
    color: #333;
}

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

/* 产品介绍 */
.introduction {
    padding-bottom: 70px;
}

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

.introduction img {
    display: block;
    margin: 0px auto;
    width: 1040px;
    height: auto;
}

/* ------------ */
/* 产品优势 */
.advantat {
    background: url(../images/module4bg.png)no-repeat center bottom;
    background-size: cover;
    padding-bottom: 40px;
}

.advantat ul {
    margin-top: 70px;
}

.advantat ul li {
    margin-bottom: 24px;
    height: 240px;
}

/* ------------ */

/* 算法超市 */
.supermarket {
    padding-bottom: 45px;
}

.supermarket .pbulicPageTitle {
    margin-bottom: 70px;
}

.supermarket .publicModule7 li:nth-child(1)::before,
.supermarket .publicModule7 li:nth-child(2)::before {
    content: '';
    height: 152px;
}

.supermarket .publicModule7 li:nth-child(4)::before,
.supermarket .publicModule7 li:nth-child(5)::before {
    content: '';
    height: 178px;
}

.supermarket>img {
    display: block;
    width: 890px;
    height: auto;
    margin: 0px auto;
}

@media (min-width: 768px) {
    .publicModule7 {
        transform: translateX(26px);
    }
}

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

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

.case .publicModule5 h2 {
    color: #333;
    padding-left: 40px;
    background: url(../images/building.png)no-repeat center left;
    background-size: 26px 26px;
    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;
}


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

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

    /**/
    .problem .pbulicPageTitle {
        margin-bottom: 60px;
    }

    .problem .publicModule2 li {
        width: 48%;
        height: 230px;
    }

    .problem {
        padding-bottom: 0px;
    }

    .value .pbulicPageTitle,
    .introduction .pbulicPageTitle,
    .supermarket .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .valueList {
        flex-wrap: wrap;
    }

    .value .valueList>li {
        width: 100%;
        background-size: 55px auto;
        padding: 75px 12px 12px 14px;
        margin-bottom: 18px;
    }

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

    .valueList ol {
        padding: 20px 16px;
    }

    .valueList ol li {
        margin-bottom: 16px;
    }

    .value,
    .introduction {
        padding-bottom: 40px;
    }

    .introduction img {
        width: 92%;
        margin: 0px 4%;
    }

    .supermarket>img {
        width: 92%;
        margin: 0px 4%;
    }

    /* 案例 */
    .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/building.png)no-repeat center left;
        background-size: 16px 16px;
    }


    /* ------------ */
    .advantat ul li {
        margin-bottom: 24px;
        height: auto;
    }

    .advantat ul {
        margin-top: 30px;
    }

    /* ------------ */
}