.point {
    padding-top: 100px;
    padding-bottom: 90px;
}

.point>h2 {
    text-align: center;
    color: #333;
    font-weight: bolder;
    margin-bottom: 80px;
}

.point .pbulicPageTitle {
    margin-bottom: 100px;
}

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




/* 建设方案 */
.scheme {
    padding-bottom: 60px;
}

.schemeP {
    text-align: center;
    color: #8695B1;
    max-width: 1000px;
    margin: 50px auto 55px auto;
}

.schemeP span {
    color: #4B5567;
    font-weight: bold;
}

.publicModule3 {
    justify-content: center;
}

.publicModule3 li {
    width: 165px;
    height: 400px;
    margin-right: 12px;
}

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

.publicModule3 .current {
    width: 410px;
}

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

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

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

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

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

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




/* 3个 tab */
.threeTab .tabBg {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
}

.tabBox {
    margin-top: -100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 90px;
}

.tabBox li {
    width: 30%;
    height: 160px;
    padding: 42px 24px 0px 24px;
    background: url(../images/tabBoxBg.png)no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.tabBox h3 {
    color: #333;
    margin-bottom: 20px;
}

.tabBox p {
    color: #8695B1;
}

.tabBox li.active {
    height: 174px;
    background: url(../images/tabBoxBg2.png)no-repeat center center;
    background-size: 100% 100%;
}

.tabBox li.active h3 {
    color: #1E95E8;
}

.tabCon {
    padding-bottom: 60px;
}

.tabCon .tabItem {
    display: none;
}

/* 内容1 */
.tabItem1>p {
    text-align: center;
    max-width: 930px;
    text-align: center;
    margin: 0px auto 100px auto;
    color: #333;
}

.tabItem1>p span {
    color: #1E95E8;
}

.tabItem1Ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 45px;
}

.tabItem1Ul li {
    margin: 0px 25px;
    width: 340px;
    background: #F7FAFE;
    text-align: center;
    padding: 40px 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

.tabItem1Ul img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px auto 36px auto;
}

.tabItem1Ul h3 {
    margin-bottom: 30px;
    color: #333;
    font-weight: bold;
}

.tabItem1Ul p {
    color: #8695B1;
}

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

/* 内容2 */
.tabItem2>img {
    display: block;
    width: 100%;
    max-width: 1160px;
    height: auto;
    margin: 0px auto 120px auto;
}

.tabItem2Ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.tabItem2Ul li {
    width: 28%;
    height: 260px;
    padding: 0px 20px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
}

.tabItem2Ul img {
    display: block;
    width: 75px;
    height: 75px;
    margin: -30px auto 30px auto;
}

.tabItem2Ul h3 {
    margin-bottom: 30px;
    color: #333;
    font-weight: bold;
}

.tabItem2Ul p {
    color: #8695B1;
}

/* 内容3 */
.tabItem3Con {
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 0px 20px rgba(189, 206, 240, 0.33);
    padding-top: 50px;
    background: url(../images/circle.png)no-repeat top 18px left 26px, #fff;
    background-size: auto 14px;
    padding-bottom: 40px;
}

.tabItem3Con>img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.tabItem3Con>p {
    text-align: center;
    color: #333;
    margin-bottom: 46px;
}

.tabItem3Con>p span {
    color: #1E95E8;
}

.tabItem3Ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px 50px;
}

.tabItem3Ul li {
    width: 27%;
    text-align: center;
    padding: 30px 0px;
    background: #e3f4ff6c;
    color: #1E95E8;
    border: 1px dotted #1E95E8;
    border-radius: 6px;
    margin-bottom: 20px;
}




/* 能力拓展 */
.capacity {
    padding-bottom: 60px;
}

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

.capacityCon {
    display: flex;
    align-items: center;
}

.capacityCon>img {
    display: block;
    width: 45%;
    height: auto;
    margin-right: 65px;
    flex-shrink: 0;
}

.capacityR {
    border-left: 1px dotted #1E95E8;
}

.capacityR li {
    padding-left: 55px;
    position: relative;
    margin-bottom: 60px;
    color: #8695B1;
}

.capacityR li span {
    color: #1E95E8;
}

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

.capacityR li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 6px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/ksCircle1.png)no-repeat center center;
    background-size: 100%;
}

.capacityR li:first-child::before {
    top: 0px;
    left: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/ksCircle2.png)no-repeat center center;
    background-size: 100%;
}

.capacityR li:last-child::before {
    top: unset;
    bottom: 0px;
    left: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/ksCircle2.png)no-repeat center center;
    background-size: 100%;
}




/* 客户价值 */
.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: #fff;
    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 {
    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;
}




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

.case .publicModule9 {
    margin: 40px auto 50px auto;
}

.case .publicModule6 {
    padding-bottom: 40px;
}




/* 移动端 */
@media (max-width: 767px) {
    .point {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .point .pbulicPageTitle,
    .capacity .pbulicPageTitle,
    .value .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .point>h2 {
        padding: 0px 4%;
        margin-bottom: 18px;
    }

    .schemeP {
        margin: 20px auto 30px auto;
        padding: 0px 4%;
    }

    /* 建设方案 */
    .publicModule3 .current,
    .publicModule3 li {
        width: 100%;
        height: auto;
    }

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

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

    /*  */
    .threeTab .tabBg {
        height: 140px;
        object-fit: cover;
    }

    .tabBox {
        width: 100%;
        justify-content: unset;
        overflow-x: scroll;
        margin-bottom: 50px;
    }

    .tabBox,
    .tabBox li {
        flex: 0 0 auto;
    }

    .tabBox li {
        width: 240px;
        height: 138px;
        margin-right: 20px;
        padding: 26px 18px 0px 18px;
    }

    .tabBox li.active {
        height: 150px;
    }

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

    .tabItem1Ul li {
        width: 100%;
        margin: 0px 0px 16px 0px;
        padding: 24px 18px;
    }

    .tabItem1Ul img {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .tabItem1Ul h3 {
        margin-bottom: 14px;
    }

    .tabItem1Ul {
        padding-bottom: 25px;
    }

    .tabCon {
        padding-bottom: 30px;
    }

    .tabItem2>img {
        margin-bottom: 30px;
    }

    .tabItem2Ul li {
        width: 100%;
        height: auto;
        margin: 0px 0px 20px 0px;
        padding: 26px 18px;
    }

    .tabItem2Ul img {
        width: 50px;
        height: 50px;
        margin-top: 0px;
    }

    .tabItem2Ul h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .tabItem3Con {
        padding-top: 40px;
        background-size: auto 8px;
        padding-bottom: 20px;
    }

    .tabItem3Con>img,
    .tabItem3Con>p {
        margin-bottom: 30px;
    }

    .tabItem3Con>p {
        padding: 0px 16px;
    }

    .tabItem3Ul {
        padding: 0px 16px;
    }

    .tabItem3Ul li {
        width: 48%;
        padding: 16px 0px;
    }

    /*  */
    .capacityCon {
        flex-wrap: wrap;
        align-items: unset;
    }

    .capacityCon>img {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .capacityR {
        width: 100%;
    }

    .capacityR li {
        padding-left: 22px;
        margin-bottom: 30px;
    }

    .capacityR li::before {
        width: 10px;
        height: 10px;
        left: -6px;
    }

    .capacityR li:first-child::before,
    .capacityR li:last-child::before {
        width: 16px;
        height: 16px;
        left: -8px;
    }

    .capacityR li:last-child::before {
        top: 4px;
    }

    .capacity {
        padding-bottom: 40px;
    }

    /* 客户价值 */
    .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;
    }

    /* 案例 */
    .case .publicModule9 {
        margin: 20px auto 30px auto;
    }

    .publicModule9 p {
        text-align: left;
    }

    .case {
        padding-bottom: 30px;
    }
}