.digital {
    padding-bottom: 75px;
}

.digital .pbulicPageTitle {
    margin-bottom: 40px;
}

.digital img {
    display: block;
    margin: 60px auto 0px auto;
    width: 1000px;
    height: auto;
}

/* 智慧防疫大屏 */
.screen {
    padding-bottom: 50px;
}

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

.screen .publicModule8 li {
    margin-bottom: 80px;
}

.screen>img {
    display: block;
    width: 900px;
    height: auto;
    box-shadow: 0px 0px 20px rgba(189, 206, 240, 0.33);
    margin: 0px auto;
}

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

.campus .publicModule9 {
    margin: 40px auto 70px auto;
}

.campus>img {
    display: block;
    width: 1150px;
    height: auto;
    margin: 0px auto;
}

/* 平安校园场景算法 */
.algorithm ul {
    margin: 80px auto 60px auto;
    display: flex;
    justify-content: space-between;
}

.algorithm li {
    width: 29%;
}

.algorithm li img {
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
}

.algorithm li h3 {
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
}

.algorithm li h3::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #1E95E8;
    border-radius: 60px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.algorithm li p {
    color: #8695B1;
    line-height: 1.7;
}

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

/* 校园安全管理平台 */
.platform {
    padding-bottom: 70px;
}

.platform .publicModule9 {
    margin: 40px auto 100px auto;
}

.platform .publicModule2 {
    justify-content: center;
    margin-bottom: 55px;
}

.platform .publicModule2 li {
    margin-right: 50px;
    width: 26%;
    height: 230px;
}

.platform .publicModule2 img {
    margin-top: 40px;
}

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

.platform>img {
    display: block;
    width: 900px;
    height: auto;
    margin: 0px auto;
    box-shadow: 0px 0px 20px rgba(189, 206, 240, 0.33);
}

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

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

.advantage .publicModule2 li {
    width: 23%;
    height: 240px;
    margin-bottom: 50px;
}

.advantage .publicModule2 img {
    margin-top: 40px;
}

/*  */
.publicModule3 li {
    width: 180px;
    height: 674px;
    background: #E9F1FA;
}

.publicModule3 .current {
    width: 900px;
    height: 674px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(189, 206, 240, 0.33);
}

.publicModule3 .big {
    color: unset;
    height: 100%;
}

.publicModule3 .small {
    padding-top: 70px;
}

.publicModule3 .small h2 {
    color: #8695B1;
    writing-mode: vertical-lr;
    letter-spacing: 14px;
    margin: 0px auto;
}

.publicModule3 .small img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 50px auto;
}

.publicModule3 .current {
    padding: 40px 46px;
}

.publicModule3 .big h3 {
    padding-left: 18px;
    position: relative;
    margin-bottom: 30px;
}

.publicModule3 .big h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    background: #1E95E8;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.publicModule3 .big .list {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.publicModule3 .big .list div {
    text-align: center;
    width: 24%;
    margin-right: 1%;
    background: #F7FAFE;
    padding: 22px 0px;
    color: #8695B1;
}

.publicModule3 .big .list div:last-child {
    margin-right: 0px;
}

.publicModule3 .big>img {
    width: 100%;
    height: auto;
}

/* 更多功能 */
.more {
    padding-bottom: 70px;
}

.more ul {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.more li {
    width: 240px;
    height: 400px;
    margin-right: 34px;
}

.more li:nth-child(1) {
    background: url(../images/xxmorebg1.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(2) {
    background: url(../images/xxmorebg2.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(3) {
    background: url(../images/xxmorebg3.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(4) {
    background: url(../images/xxmorebg4.png)no-repeat center center;
    background-size: 100% 100%;
}

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

.more li>div {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more li .imgBox {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0px 8px 20px rgba(11, 100, 170, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more li:nth-child(1) .imgBox {
    background: url(../images/xxmoreico1.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(2) .imgBox {
    background: url(../images/xxmoreico2.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(3) .imgBox {
    background: url(../images/xxmoreico3.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(4) .imgBox {
    background: url(../images/xxmoreico4.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li p {
    color: #8695B1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more li:hover p {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more li:hover>div {
    background: #0669e3da;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more li:nth-child(1):hover .imgBox {
    background: url(../images/xxmoreicoW1.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(2):hover .imgBox {
    background: url(../images/xxmoreicoW2.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(3):hover .imgBox {
    background: url(../images/xxmoreicoW3.png)no-repeat center center;
    background-size: 100% 100%;
}

.more li:nth-child(4):hover .imgBox {
    background: url(../images/xxmoreicoW4.png)no-repeat center center;
    background-size: 100% 100%;
}

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

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

.case>p {
    text-align: center;
    color: #8695B1;
    margin-bottom: 40px;
}


/* 移动端 */
@media (max-width: 767px) {
    .digital img {
        width: 92%;
        margin: 30px 4% 0px 4%;
    }

    .screen .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .campus,
    .platform {
        padding-bottom: 40px;
    }

    .screen .publicModule8 li {
        margin-bottom: 30px;
    }

    .screen>img,
    .campus>img,
    .platform>img {
        width: 92%;
        margin: 0px 4%;
    }

    .campus .publicModule9 p {
        white-space: unset;
    }

    .campus .publicModule9 {
        margin: 20px auto 30px auto;
    }

    .algorithm ul {
        margin: 40px auto 0px auto;
        flex-wrap: wrap;
    }

    .algorithm li {
        width: 100%;
        margin-bottom: 26px;
    }

    .algorithm li img {
        width: 36px;
        height: 36px;
        margin-bottom: 12px;
    }

    .algorithm li h3 {
        padding-bottom: 16px;
        margin-bottom: 12px;
    }

    .platform .publicModule9 {
        margin: 30px auto 60px auto;
    }

    .platform .publicModule2 {
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .platform .publicModule2 li {
        width: 48%;
        margin-right: 0px;
    }

    .platform .publicModule2 li:last-child {
        margin-bottom: 30px;
    }

    .advantage>p {
        margin: 20px auto 60px auto;
    }

    .advantage .publicModule2 {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advantage .publicModule2 li {
        width: 48%;
        height: 195px;
    }

    /*  */
    .publicModule3 {
        padding: 0px;
        width: 92%;
        margin: 0px 4%;
    }

    .publicModule3 li {
        width: 100%;
        height: 46px;
        line-height: 46px;
    }

    .publicModule3 .small {
        padding-top: 0px;
    }

    .publicModule3 .small h2 {
        writing-mode: unset;
        letter-spacing: unset;
    }

    .publicModule3 .small img {
        display: none;
    }

    .publicModule3 .current {
        width: 100%;
        height: 300px;
        overflow-y: auto;
        padding: 20px 16px;
    }

    .publicModule3 .current::-webkit-scrollbar {
        display: none;
    }

    .publicModule3 .current {
        scrollbar-width: none;
    }

    .publicModule3 .current .big {
        background: none;
    }

    .publicModule3 .current .small {
        height: 36px;
        padding: 0px;
        margin-bottom: 14px;
    }

    .publicModule3 .current .small h2 {
        color: #333;
    }

    .publicModule3 .current .big {
        height: auto;
        padding: 0px;
    }

    .publicModule3 .current .big>h2 {
        font-size: 14px;
        font-weight: 400;
        color: #8695B1;
        margin-bottom: 22px;
    }

    .publicModule3 .current .list span {
        width: auto;
        margin-right: 6px;
    }

    .publicModule3 li.current {
        line-height: unset;
    }

    .publicModule3 .current .list p {
        padding-left: 0px;
        line-height: 1.6;
        margin-top: 8px;
    }

    .publicModule3 .current .big>img {
        width: 100%;
        height: auto;
    }


    .publicModule3 .small h2 {
        font-size: 20px;
    }

    .publicModule3 .big h3 {
        display: none;
    }

    .publicModule3 .big .list {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .publicModule3 .big .list div {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 16px;
    }

    /*  */
    .more ul {
        flex-wrap: wrap;
        margin-top: 40px;
        justify-content: space-between;
    }

    .more li {
        width: 48%;
        height: auto;
        margin: 0px 0px 18px 0px;
    }

    .more li>div {
        padding: 30px 16px;
    }

    .more li .imgBox {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }

    .more {
        padding-bottom: 20px;
    }

    .case>p {
        width: 92%;
        margin: 0px 4% 20px 4%;
    }

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

    .case {
        padding-bottom: 20px;
    }

    .digital {
        padding-bottom: 40px;
    }

    .platform .publicModule2 li {
        height: 210px;
    }
}