body {
    padding-top: 87px;
}

.nBanner {
    background: url(../images/xjbanner.png)no-repeat center center;
}

.rubber .nTitle div {
    background: #FAB03F;
}

/* 管理困扰 */
.pubmodule2 .li1 .imgBox {
    background: url(../images/xjico1.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li1:hover .imgBox {
    background: url(../images/xjico1w.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li2 .imgBox {
    background: url(../images/xjico2.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li2:hover .imgBox {
    background: url(../images/xjico2w.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li3 .imgBox {
    background: url(../images/xjico3.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li3:hover .imgBox {
    background: url(../images/xjico3w.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li4 .imgBox {
    background: url(../images/xjico4.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li4:hover .imgBox {
    background: url(../images/xjico4w.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li5 .imgBox {
    background: url(../images/xjico5.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li5:hover .imgBox {
    background: url(../images/xjico5w.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li6 .imgBox {
    background: url(../images/xjico6.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li6:hover .imgBox {
    background: url(../images/xjico6w.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li7 .imgBox {
    background: url(../images/xjico7.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.pubmodule2 .li7:hover .imgBox {
    background: url(../images/xjico7w.png)no-repeat center center;
    background-size: 60px 60px;
    transition: all .3s;
}

.rubber .pubmodule2 .w100 {
    width: 100%;
    height: 200px;
}

.rubber .pubmodule2 {
    padding-bottom: 30px;
}

/* 管理效益 */
.rubberxy {
    height: 710px;
    background: url(../images/rubberbg.png)no-repeat center center;
    background-size: 100% 100%;
}

.rubberxy .nTitle h2 {
    color: #fff;
}

.rubberxy .nTitle div {
    background: #fff;
}

.rubberBox {
    height: 500px;
    background: #fff;
    box-shadow: 3px 3px 20px rgba(0, 96, 172, 0.1);
    border-radius: 8px;
    margin-top: 50px;
    padding: 36px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.rubberTab ul {
    width: 200px;
    border-right: 1px solid #F8F7F7;
}

.rubberTab li {
    line-height: 60px;
    padding-left: 16px;
    list-style-position: inside;
    text-indent: 16px;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #F8F7F7;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}

.rubberTab li::marker {
    color: #F79323;
}

.rubberTab li::after {
    content: '';
    display: block;
    width: 2px;
    height: 0px;
    background: #F79323;
    position: absolute;
    right: 0px;
    top: 0px;
}

.rubberTab .active::after {
    height: 100%;
    transition: all .3s;
}

.rubberTab li:hover {
    color: #F79323;
    transition: all .3s;
}

.rubberTab .active {
    color: #F79323;
}

.rubberCon {
    padding-left: 50px;
}

.rubberItem>div {
    display: flex;
    align-items: center;
}

.rubberItemTitle h2 {
    font-weight: 400;
    line-height: 32px;
    color: #333333;
}

.rubberItemTitle span {
    display: block;
    width: 33px;
    height: 3px;
    background: #F79323;
    margin-top: 24px;
}

.rubberItemTitle {
    margin-bottom: 40px;
}

.rubberItem ul {
    height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

.rubberItem ul::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.rubberItem ul::-webkit-scrollbar-track {
    background: #F8F7F7;
    border-radius: 4px;
}

.rubberItem ul::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #F79323;
    border-radius: 4px;
}

.rubberItem li {
    list-style-position: outside;
    /* text-indent: 16px; */
    font-weight: 400;
    line-height: 30px;
    color: #666666;
    margin-bottom: 20px;
    margin-left: 16px;
}

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

.rubberItem li::marker {
    color: #F79323;
}

.rubberCon .rubberItem {
    display: none;
}

.rubberItem img {
    width: 360px;
    height: 210px;
    margin-left: 16px;
}

/* 行业案例 */
.rubber .hyCasesCon li::after {
    background: #FAB03F;
}

.rubber .moreCases div {
    border: 1px solid #FAB03F;
}

.rubber .moreCases a {
    color: #FAB03F;
}

.rubber .moreCases div:hover {
    background: #FAB03F;
}

/* 移动端 */
@media (max-width: 767px) {
    .nBanner {
        background: url(../images/mxjbanner.png)no-repeat center center;
        background-size: cover;
    }

    /* 管理困扰 */
    .rubber .pubmodule2 {
        padding-top: 40px;
    }

    .rubber .pubmodule2 .w100 {
        height: auto;
    }

    .pubmodule2 .li1 .imgBox,
    .pubmodule2 .li2 .imgBox,
    .pubmodule2 .li3 .imgBox,
    .pubmodule2 .li4 .imgBox,
    .pubmodule2 .li5 .imgBox,
    .pubmodule2 .li6 .imgBox,
    .pubmodule2 .li7 .imgBox {
        background-size: 46px 46px;
    }

    /* 管理效益 */
    .rubberBox {
        width: auto;
        margin-left: 4%;
        margin-right: 4%;
        padding: 20px;
        flex-direction: column;
        margin-top: 40px;
    }

    .rubberTab {
        width: 100%;
        overflow: hidden;
        flex-shrink: 0;
        margin-bottom: 20px;
    }

    .rubberTab ul {
        width: auto;
        display: flex;
        overflow-x: auto;
        border-right: 0px;
        list-style: none;
    }

    .rubberTab ul::-webkit-scrollbar {
        display: none
    }

    .rubberTab li {
        padding-left: 0px;
        width: auto;
        flex: 0 0 auto;
        border-bottom: 1px solid #fff;
        line-height: 40px;
        padding: 0px 6px;
        margin: 0px 6px;
        text-align: center;
        list-style: none;
        text-indent: 0px;
    }

    .rubberTab li::after {
        display: none;
    }

    .rubberTab .active {
        border-bottom: 1px solid #F79323;
    }

    .rubberItem>div {
        flex-direction: column;
    }

    .rubberCon {
        width: 100%;
        padding-left: 0px;
    }

    .rubberItem ul li {
        font-size: 14px;
    }

    .rubberItemTitle span {
        margin-top: 10px;
    }

    .rubberItemTitle {
        margin-bottom: 20px;
    }

    .rubberItem ul {
        height: 200px;
    }

    .rubberItem img {
        width: auto;
        height: auto;
        max-height: 120px;
        max-width: 100%;
        margin-left: 0px;
        margin-top: 22px;
    }

    .rubberxy {
        height: 650px;
        background: url(../images/mtsbg.png)no-repeat center center;
        background-size: 100% 100%;
    }
}