/* 效劳支持 */

.fuwu .container {
    padding-left: 0px;
    padding-right: 0px;
}

.fuwu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fuwu-list .fuwu-item {
    box-sizing: border-box;
    width: 216px;
    height: 180px;
    text-align: center;
    font-size: 18px;
    color: #394557;
    font-weight: 600;
    cursor: pointer;
    padding-top: 116px;
    position: relative;
}

.fuwu-item:before {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    left: calc(50% - 42px);
    top: 25px;
    background-image: url('/Public/puduo/icon/index_cszkjs.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.fuwu-list .fuwu-item:hover {
    box-shadow: 0 6px 10px 0 rgba(43, 57, 85, 0.10);
}

.fuwu-item.active {
    background-image: linear-gradient(180deg, #6B7B90 0%, #394557 100%);
}

.fuwu-item.active:after {
    content: "";
    position: absolute;
    left: calc(50% - 14px);
    bottom: -14px;
    width: 28px;
    height: 16px;
    background-image: url('/Public/puduo/icon/index_triangle.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.fuwu-item.active a {
    color: #fff;
}

.fuwu-item.cszkjs:before {
    background-image: url('/Public/puduo/icon/index_cszkjs.png');
}

.fuwu-item.cszkjs.active:before {
    background-image: url('/Public/puduo/icon/index_cszkjs_white.png');
}

.fuwu-item.zxghfw:before {
    background-image: url('/Public/puduo/icon/index_zxghfw.png');
}

.fuwu-item.zxghfw.active:before {
    background-image: url('/Public/puduo/icon/index_zxghfw_white.png');
}

.fuwu-item.sjdzfw:before {
    background-image: url('/Public/puduo/icon/index_sjdzfw.png');
}

.fuwu-item.sjdzfw.active:before {
    background-image: url('/Public/puduo/icon/index_sjdzfw_white.png');
}

.fuwu-item.pxssfw:before {
    background-image: url('/Public/puduo/icon/index_pxssfw.png');
}

.fuwu-item.pxssfw.active:before {
    background-image: url('/Public/puduo/icon/index_pxssfw_white.png');
}

.fuwu-item.aqywfw:before {
    background-image: url('/Public/puduo/icon/index_aqywfw.png');
}

.fuwu-item.aqywfw.active:before {
    background-image: url('/Public/puduo/icon/index_aqywfw_white.png');
}

.tab-img {
    text-align: center;
}

.daxue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.daxue-list .daxue-item {
    width: 33.33%;
    margin-bottom: 40px;
}

.dfgy-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dfgy-item {
    width: 380px;
}

.dfgy-item p {
    padding-top: 10px;
    padding-bottom: 5px;
}

.fwys-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fwys-item {
    width: 216px;
}

.fwys-item p {
    padding: 10px 30px 5px 30px;
}

.ssfw-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ssfw-item {
    width: 216px;
}

.ssfw-item:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

.ssfw-item p {
    padding-top: 10px;
    padding-bottom: 5px;
}


@media (max-width: 767px) {
    .fuwu .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .daxue-list .daxue-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .dfgy-item {
        width: 100%;
    }
    .fwys-item {
        width: 100%;
    }
    .ssfw-item {
        width: 33%;
    }
    .ssfw-item:nth-child(2) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .fuwu-foot-list {
        flex-direction: column;
    }
    .foot-list-right {
        margin-left: 0px;
    }
    .sqzx {
        width: 100%;
        height: 280px;
        margin-bottom: 10px;
    }
    .foot-list-right-top {
        flex-direction: column;
    }
    .shzc, .zxly {
        width: 100%;
        margin-bottom: 10px;
    }
}<!--耗时1774182038.2535秒-->