article {
    background: url('../images/new_repeat.jpg') 0 0;
}

.bread {
    padding: 10px;
    font: 400 12px/20px '微软雅黑';
    color: #000000;
}

.bread a {
    color: #000000;
}

.pic-wrap {
    padding: 0 10px 10px;
    background: url('../images/mnew_shape.png') repeat-y center 0/100%;
}

@media (min-width:1200px) {
    .pic-wrap {
        background: url('../images/pic_bg.png') repeat-y center 0;
    }

    .bread {
        width: 960px;
        margin: 0 auto;
        padding: 20px 0;
        font: 400 14px/24px '微软雅黑';
        text-align: right;
    }

    .pic-wrap {}
}


/* 企业级平台 */
.pics {}

.pic-img {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding: 35px 10px 10px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}

.pic-img:nth-child(2) {
    margin: 0;
}

.pic-img img {
    width: 100%;
}

.pic-img .pic-num {
    position: absolute;
    left: 15px;
    top: -3px;
}

.pic-img .pic-num img {
    width: 240px;
}


.pic-nav {
    position: relative;
    padding: 24px 0 0;
    background: rgba(237, 237, 237, 0.55);
}

.pic-img-top {
    position: absolute;
    left: 10px;
    top: -7px;
}

.pic-img-top img {
    width: 240px;
}

.pic-img3 ul {
    margin: 0 5px;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pic-img3 ul li {
    padding: 0 5px;
}

.pic-img3 ul li a {
    display: block;
    font: bold 14px/24px '微软雅黑';
    color: #000000;
    cursor: pointer
}

.pic-img3 ul li a.is-active {
    color: #d24726;
}

/* 瀑布流 */
.sortable {
    margin-top: 1px;
    padding: 5px 5px;
    background: rgba(237, 237, 237, 0.45);
}

.sjs-default {
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: height .2s ease-out, opacity .2s ease-out .2s
}

[data-sjsel] {
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.card {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.card img {
    display: block;
    width: 100%;
    height: auto;
}

.card p {
    overflow: hidden;
    font: 400 14px/30px '微软雅黑';
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.55);
}

.sortable .more {
    padding: 15px 0;
    text-align: center;
    border-top: 2px solid #d24726;
}

.sortable .more a {
    display: inline-block;
    padding-left: 40px;
    font: bold 16px/30px '微软雅黑';
    color: #d24726;
    background: url('../images/loading.png') no-repeat 0 center;
}

@media (min-width:1200px) {
    .pics {
        padding: 25px 35px;
        width: 960px;
        margin: 0 auto;
    }

    .pic-img {
        position: relative;
        padding: 65px 15px 15px 15px;
        text-align: center;
        background: rgba(255, 255, 255, 0.6);
    }

    .pic-img .pic-num {
        position: absolute;
        left: 70px;
        top: -7px;
    }

    .pics .pic-img .pic-num img {
        width: auto;
    }

    .pic-img3 {}

    .pic-nav {
        position: relative;
        padding: 10px 0 0;
        background: rgba(237, 237, 237, 0.55);
    }

    .pic-img-top {
        position: absolute;
        left: 70px;
        top: -7px;
    }

    .pic-img-top img {
        width: auto;
    }

    .pic-img3 ul {
        margin: 0 15px;
        padding: 16px 15px;
        display: flex;
        justify-content: space-around;
    }

    .pic-img3 ul li {
        padding: 0 0;
    }

    .pic-img3 ul li a {
        display: block;
        font: bold 16px/30px '微软雅黑';
        color: #000000;
        cursor: pointer
    }

    /* 瀑布流 */
    .sortable {
        padding: 10px 10px;
        background: rgba(237, 237, 237, 0.45);
    }

    .card img {
        display: block;
        width: 100%;
        height: auto;
    }

    .card p {
        font: 400 16px/48px '微软雅黑';
    }

    .sortable .more {
        padding: 20px 0;
    }

    .sortable .more a {
        padding-left: 40px;
        font: bold 16px/30px '微软雅黑';
    }
}