.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* index-banner区 */

.banner {
    background-color: #f5f5f5;
    margin: 5px 0px;
    text-align: center;
}

/* index-banner区 */

/* index-内容区 */

.neirong {
    padding-top: 30px;
    padding-bottom: 0px;
}

.neirong-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-info {
    line-height: 22px;
}

.fenlei-item {
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 0px 25px;
    border: 1px solid #ACB5C2;
    color: #ACB5C2;
    cursor: pointer;
}

.fenlei-item.current {
    background: #0491FF;
    border: 0px;
    color: #fff;
}

.chanpin-fenlei-jianjie {
    display: flex;
    flex-wrap: wrap;
}

.jianjie-item {
    padding-top: 82px;
    padding-bottom: 82px;
    flex: 1 1 33.33%;
    text-align: center;
}

.jianjie-item:nth-child(odd) {
    background-color: #f7f8fd;
}

.jianjie-item:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0px;
}

.fenlei-item-info {
    display: flex;
}

.item-info-left {
    position: relative;
}

.item-info-left .video-play {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: transparent;
    background-image: url('https://cdn.xt12366.com/image/puduo/index/video-play.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
}

.item-info-left img {
    width: 390px;
    height: 440px;
}

.item-info-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding-left: 10px;
}

.item-info-right-item {
    width: 32.6%;
    height: 140px;
    background: #F7F8FB;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.item-info-right-item:hover {
    background-color: #0491FF;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

.item-info-right-item:hover p {
    color: #fff;
}

.item-info-right-item:before {
    content: '';
    position: absolute;
    background-image: url('https://cdn.xt12366.com/image/puduo/puduo-shuiyin.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 88px;
    height: 88px;
    right: -5px;
    bottom: -8px;
    z-index: -1;
}

.item-info-right-item:hover:before {
    opacity: 0.1;
}

.item-info-right-item p {
    z-index: 10;
}

.item-info-right-item .info-title {
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

.item-info-right-item .info-title::after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #394557;
    position: absolute;
    left: calc(50% - 12px);
    bottom: 0px;
}

.item-info-right-item:hover .info-title::after {
    background-color: #fff;
}

.item-info-right-item .info-info {
    width: 80%;
    margin: 5px auto;
}

/* 效劳支持 */

.neirong-item.fwzc {
    background-image: url('/Public/puduo/image/index_fuwubg.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 504px;
}

.fwzc .c-title, .zjtd .c-title {
    color: #fff;
}

.fwzc .c-info, .zjtd .c-info {
    color: #ABABAB;
}

.fwzc-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fwzc-item {
    width: 18%;
    height: 280px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 164px;
    background-image: url('/Public/puduo/icon/index_cszkjs.png');
    background-repeat: no-repeat;
    background-position: center 60px;
    cursor: pointer;
    position: relative;
}

.fwzc-item .mask {
    display: none;
}

.fwzc-item:hover .mask {
    display: block;
}

.fwzc-item-info {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.fwzc-item.cszkjs {
    background-image: url('/Public/puduo/icon/index_cszkjs.png');
}

.fwzc-item.zxghfw {
    background-image: url('/Public/puduo/icon/index_zxghfw.png');
}

.fwzc-item.sjdzfw {
    background-image: url('/Public/puduo/icon/index_sjdzfw.png');
}

.fwzc-item.pxssfw {
    background-image: url('/Public/puduo/icon/index_pxssfw.png');
}

.fwzc-item.aqywfw {
    background-image: url('/Public/puduo/icon/index_aqywfw.png');
}

/* 效劳支持 */

/* 最新资讯 */

.tabs ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #acb5c2;
    width: 80%;
    margin: 0 auto;
}

.tabs ul li {
    width: 25%;
    text-align: center;
}

.tabs ul li a {
    display: inline-block;
    font-size: 14px;
    color: #5B6572;
    padding: 10px 0px;
}

.tabs ul .active {
    border-bottom: 1px solid #0491FF;
    color: #0491FF;
}

.tabs ul .active a {
    color: #0491FF;
    font-size: 16px;
    font-weight: 600;
}

.tabs .tab-content {
    min-height: 450px;
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.zxzx-left {
    max-width: 410px;
}

.zxzx-left-img {
    max-width: 410px;
    max-height: 250px;
}

.zxzx-left-img img {
    width: 410px;
    height: 250px;
}

.zxzx-left-info {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.zxzx-left-info .p1 {
    width: 60px;
    padding-right: 10px;
}

.zxzx-left-info .zxzx-tabtitle {
    flex: 1;
    padding-left: 10px;
    border-left: 1px solid #979797;
}

.zxzx-tabtitle p {
    line-height: 26px;
}

.zxzx-tabtitle p.f-20 {
    margin-bottom: 10px;
}

.zxzx-right {
    flex: 1;
    padding-left: 40px;
}

.zxzx-item {
    margin-bottom: 40px;
}

.zxzx-item-title {
    line-height: 26px;
    margin-bottom: 10px;
    width: 99%;
}

a.btn-more {
    display: inline-block;
    border: 1px solid #ff882d;
    color: #ff882d;
    padding: 10px 24px;
}

/* 最新资讯 */

/* 加盟相助 */

.jmhz-item {
    margin-bottom: 85px;
}

.jmhz-item>.p1 {
    font-size: 28px;
    font-weight: 500;
    color: #394557;
    margin-bottom: 15px;
}

.jmhz-item.user .p2 {
    padding: 0px 100px;
}

.jmhz-item.user .p2 span {
    padding: 10px 15px;
    border: 1px solid #0491FF;
    color: #0491FF;
}

.jmhz-item.wenti .wenti-item {
    width: 224px;
    height: 245px;
    background: #F7F8FB;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center 35px;
    padding-top: 145px;
}

.jmhz-item.wenti .wenti-item .p1 {
    font-size: 18px;
    font-weight: 600;
    color: #394557;
    margin-bottom: 15px;
}

.jmhz-item.wenti .wenti-item .p2 {
    font-size: 14px;
    color: #6b6b6b;
}

.jmhz-item.wenti .wenti-item:nth-child(1) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-di.png');
}

.jmhz-item.wenti .wenti-item:nth-child(2) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-nan.png');
}

.jmhz-item.wenti .wenti-item:nth-child(3) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-shao.png');
}

.jmhz-item.wenti .wenti-item:nth-child(4) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-gao.png');
}

.jmhz-item.wenti .wenti-item:nth-child(5) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-di.png');
}

.jmhz-item.jiameng .p3 {
    font-size: 18px;
    color: #394557;
    margin-bottom: 15px;
}

.jmhz-item.jiameng .a-link {
    font-size: 14px;
    color: #0491FF;
}

.jmhz-item.jiameng .jiameng-item {
    width: 280px;
    height: 430px;
    background: #F7F8FB;
    border-radius: 5px;
    padding-top: 48px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 178px 300px;
}

.jmhz-item.jiameng .jiameng-item:nth-child(1) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-jiameng-1.png');
}

.jmhz-item.jiameng .jiameng-item:nth-child(2) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-jiameng-2.png');
}

.jmhz-item.jiameng .jiameng-item:nth-child(3) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-jiameng-3.png');
}

.jmhz-item.jiameng .jiameng-item:nth-child(4) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-jiameng-4.png');
}

.jmhz-item.jiameng .jiameng-item .p1 {
    font-size: 20px;
    font-weight: 500;
    color: #394557;
    margin-bottom: 15px;
}

.jmhz-item.jiameng .jiameng-item .p2 {
    font-size: 18px;
    color: #0491FF;
    margin-bottom: 40px;
}

.jmhz-item.jiameng .jiameng-item .info {
    padding-left: 16px;
}

.jmhz-item.jiameng .jiameng-item .info li {
    font-size: 14px;
    color: #394557;
    margin-bottom: 10px;
    position: relative;
}

.jmhz-item.jiameng .jiameng-item .info li i {
    font-style: normal;
    color: #0491ff;
}

.jmhz-item.jiameng .jiameng-item .info li::before {
    content: '\2713';
    position: absolute;
    top: 0px;
    left: -18px;
    font-size: 14px;
    color: #0491FF;
    font-weight: bold;
}

.jmhz-item.jiameng .btn-jiameng {
    display: block;
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #0491FF;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 60px auto 20px;
}


.neirong-item.zjtd {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-bg-cszkzj.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 750px;
    padding-top: 40px;
}

.zjtd-lunbo {
    margin-top: 40px;
}

.zjtd-lunbo-item {
    padding: 14px;
}

.zjtd-lunbo-item .item-content {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 40px;
    height: 480px;
}

.zjtd-lunbo-item .zj-img {
    width:168px;
    height:168px;
}

.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 22px;
}

/* 加盟相助 */

/* index-内容区 */

@media (max-width: 767px) {
    .banner {
        margin: 10px 0px;
    }
    .neirong {
        padding-top: 0px;
    }
    .chanpin-fenlei-jianjie {
        flex-direction: column;
    }
    .neirong-item.fwzc {
        background-image: none;
        background-color: #f7f8fd;
        height: auto;
    }
    .fwzc .c-title {
        color: #394557;
    }
    .fwzc .c-info {
        color: #5B6572;
    }
    .fwzc-item {
        width: 49%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-top: 100px;
        background-position: center 20px;
        height: auto;
        margin-bottom: 10px;
    }
    .fwzc-item-info {
        width: 100%;
    }
    .tabs ul {
        width: 100%;
    }
    .tabs .tab-content {
        flex-direction: column;
    }
    .zxzx-right {
        padding-top: 20px;
        padding-left: 0px;
    }
    .zxzx-item {
        margin-bottom: 10px;
    }
    .zxzx-left-info .zxzx-tabtitle {
        padding-left: 10px;
        border-left: 2px solid #f5f5f5;
    }
    .zxzx-tabtitle p {
        line-height: 20px;
    }
    .fenlei-item-info {
        flex-direction: column;
    }
    .item-info-right {
        padding-left: 0px;
    }
    .item-info-right-item {
        width: 48%;
        margin-bottom: 10px;
        height: auto;
    }
}<!--耗时1774177007.7724秒-->