/* 其他页面的基础类 */

.subbanner {
    width: 100%;
    height: 340px;
    border-bottom: 1px solid #D4D9E0;
}

.subbanner-img {
    height: 280px;
    /* background-image: url('https://iph.href.lu/1920x280?fg=666666&bg=cccccc'); */
    background-repeat: no-repeat;
    background-position: top center;
}

.chanpin-banner {
    background-image: url('/Public/puduo/image/banner/banner02_product1.png');
}

.fuwu-banner {
    background-image: url('/Public/puduo/image/banner/banner03_service.png');
}

.news-banner {
    background-image: url('/Public/puduo/image/banner/banner05_aboutus.png');
}

.subbanner .container {
    position: relative;
}

.subbanner p.tag-select {
    position: absolute;
    left: 0px;
    bottom: -60px;
}

.subbanner .a-send-form {
    position: absolute;
    right: 20px;
    bottom: -40px;
    color: #0491ff;
}

/* 底部效劳区域 */

.fuwu-foot {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fuwu-foot-list {
    display: flex;
}

.foot-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    position: relative;
    z-index: 10;
}

.foot-top .f-18 {
    margin-bottom: 10px;
}

.foot-list-right {
    margin-left: 10px;
}

.foot-list-right-top, .foot-list-right-bottom {
    display: flex;
}

.foot-list-right-top {
    margin-bottom: 10px;
}

.sqzx {
    width: 360px;
    height: 430px;
}

.sqzx:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 234px;
    height: 240px;
    background-image: url('/Public/puduo/icon/fufs_sqzx.png');
    background-repeat: no-repeat;
    z-index: -1;
}

.shzc {
    width: 460px;
    height: 220px;
    margin-right: 10px;
}

.shzc:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 127px;
    height: 147px;
    background-image: url('/Public/puduo/icon/fufs_shzc.png');
    background-repeat: no-repeat;
    z-index: -1;
}

.zxly {
    width: 360px;
    height: 220px;
}

.zxly:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 142px;
    height: 136px;
    background-image: url('/Public/puduo/icon/fufs_zxly.png');
    background-repeat: no-repeat;
    z-index: -1;
}

.btn-shuo {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    background: #FF882D;
}

.zxfw {
    width: 830px;
    height: 200px
}

.zxfw:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 419px;
    height: 126px;
    /* background-image: url('/Public/puduo/icon/fufs_xtsw.png'); */
    background-repeat: no-repeat;
    z-index: -1;
}

/* 底部效劳区域 */

@media (max-width: 767px) {
    .tag-padding-40-46 {
        padding: 10px 20px;
    }
    .subbanner {
        height: 210px;
    }
    .subbanner-img {
        height: 180px;
    }
    .subbanner p.tag-select {
        position: absolute;
        left: 0px;
        bottom: -30px;
    }
    .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;
    }
}<!--耗时1774182082.1827秒-->