.mine {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}

.mine h2 {
    color: #333;
    margin-bottom: 60px;
}

.mainCon {
    text-align: center;
    max-width: 1000px;
    margin: 60px auto 80px auto;
    color: #8695B1;
}

.mainCon p span {
    color: #1E95E8;
}

.mine>img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0px auto;
}



/* 产品功能 */
.publicModule1 {
    padding-top: 70px;
}

.publicModule1 li {
    height: 345px;
    width: 31%;
    margin-right: 3.5%;
}

.publicModule1 li:nth-child(n+4) {
    height: 250px;
    width: 24%;
    margin-right: 1.33%;
}

.publicModule1 li:nth-child(3) {
    margin-right: 0px;
}

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

.publicModule1 img {
    height: 270px;
}

.publicModule1 li:nth-child(n+4) img {
    height: 176px;
}


.publicModule1 li:hover img {
    margin-top: -112px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicModule1 li:hover img {
    margin-top: -176px;
}

.featuresBtm {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #F7FAFE 0%, #D3EDFF 100%);
}

.featuresBtm img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1100px;
    margin: 0px auto;
}




/* 应用场景 */
.scenario {
    padding-bottom: 70px;
}

.scenario .pbulicPageTitle {
    margin-bottom: 90px;
}

.scenario img {
    display: block;
    width: 100%;
    height: auto;
}




/* 产品参数 */
.parameters {
    padding-bottom: 20px;
}

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

.parametersCon p {
    text-align: center;
    color: #8695B1;
}

.parametersCon img {
    display: block;
    width: 100%;
    height: auto;
}



/*  */
/* 核心优势 */
.core {
    padding-bottom: 70px;
}

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

.publicModule3 {
    justify-content: center;
}

.publicModule3 li {
    width: 190px;
    height: 380px;
    margin-right: 25px;
}

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

.publicModule3 .current {
    width: 450px;
}

.publicModule3 li:nth-child(1) .big h2 {
    background: url(../images/mvSx1lCore1W.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(2) .big h2 {
    background: url(../images/mvSx1lCore2W.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(3) .big h2 {
    background: url(../images/mvSx1lCore3W.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(4) .big h2 {
    background: url(../images/mvSx1lCore4W.png)no-repeat top left;
    background-size: 26px 26px;
}




/* 客户价值 */
.value {
    padding-bottom: 80px;
}

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

.valueList {
    display: flex;
    justify-content: center;
}

.valueList li:first-of-type {
    width: 35%;
    margin-right: 40px;
}

.valueList li:last-of-type {
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.valueList li:last-of-type>div {
    height: 46%;
}

.valueItem {
    background: #F7FAFE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 45px 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.valueItem:hover {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(189, 206, 240, 0.33);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.valueItem img {
    display: block;
    width: 110px;
    height: 110px;
    margin-right: 36px;
    flex-shrink: 0;
}

.valueItem1 {
    flex-wrap: wrap;
}

.valueItem1 div {
    width: 100%;
    display: flex;
    align-items: center;
}

.valueItem h3 {
    color: #333;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 22px;
}

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

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

.valueItem1 h3 {
    margin-bottom: 0px;
}




/* 移动端 */
@media (max-width: 767px) {
    .crumbsR li {
        margin: 0px 20px 0px 0px;
    }

    .mine {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mainCon {
        margin: 30px auto;
    }

    .mine h2,
    .scenario .pbulicPageTitle,
    .parameters .pbulicPageTitle,
    .core .pbulicPageTitle,
    .value .pbulicPageTitle {
        margin-bottom: 30px;
    }

    .publicModule1 {
        padding: 30px 0px 0px 0px;
    }

    .publicModule1 li,
    .publicModule1 li:nth-child(n+4) {
        width: 100%;
        height: 280px;
        margin: 0px 0px 30px 0px;
    }

    .publicModule1 img,
    .publicModule1 li:nth-child(n+4) img {
        height: 210px;
    }

    .publicModule1 li:hover img {
        margin-top: -140px;
    }

    .featuresBtm {
        padding-top: 20px;
    }

    .scenario,
    .core {
        padding-bottom: 40px;
    }

    .publicModule3 .current,
    .publicModule3 li {
        width: 100%;
        height: auto;
    }

    .publicModule3 .big h2 {
        background: none !important;
    }

    .publicModule3 .current .big {
        height: 230px;
    }

    .valueList {
        flex-wrap: wrap;
    }

    .valueList li,
    .valueItem {
        width: 100% !important;
        margin: 0px 0px 20px 0px !important;
    }

    .valueItem {
        padding: 20px 14px;
    }

    .valueItem img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .valueItem3>div {
        display: flex;
        align-items: center;
    }
    .valueItemBtm .valueItem3>div{
        display: block;
        align-items: unset;
    }

    .valueList li:last-of-type>div {
        height: auto;
    }

    .value {
        padding-bottom: 10px;
    }
}