/* 产品列表 */
.pics {}

.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul li a {
    display: block;
    background: #fff;
}

.pics ul li a i {
    display: block;
}

.pics ul li a img {
    width: 100%;
    transition: 0.6s;
}

.pic-li-font {
    padding: 10px 0;
    color: #0b0047;
    text-align: center;
    background: #fff;
    transition: 0.6s;
}

.pic-li-name {
    font: 400 18px/24px '微软雅黑';
}

.pic-li-weight {
    font: 400 12px/20px '微软雅黑';
}

.pic-li-more {
    width: 90px;
    margin: 5px auto 0;
    padding: 0 2px;
    text-align: left;
    background: #3b3b3b;
    border-radius: 24px;
}

.pic-li-more span {
    display: block;
    padding-left: 20px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    background: url(../images/pic_arrow_w.png) no-repeat 2px center/12px;
}


@media (min-width: 1200px) {
    article {
        background: no-repeat center 0 fixed;
    }

    .bread {
        color: #fff;
    }

    .bread a {
        color: #fff;
    }

    .pics ul li {
        width: 33.3%;
        padding: 15px;
    }

    .pics ul li a {
        display: block;
        position: relative;
        padding: 0 0 130px;
        background: #fff;
    }

    .pics ul li a i {
        display: block;
    }

    .pics ul li a img {
        width: 100%;
        transition: 0.6s;
    }

    .pic-li-font {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        color: #0b0047;
        text-align: center;
        background: #fff;
        transition: 0.6s;
    }

    .pic-li-name {
        font: 400 24px/30px '微软雅黑';
    }

    .pic-li-weight {
        font: 400 14px/20px '微软雅黑';
    }

    .pic-li-more {
        width: 120px;
        margin: 10px auto 0;
        padding: 0 5px;
        text-align: left;
        background: #3b3b3b;
        border-radius: 24px;
    }

    .pic-li-more span {
        display: block;
        padding-left: 45px;
        font: 400 14px/30px '微软雅黑';
        color: #fff;
        background: url(../images/pic_arrow_w.png) no-repeat 0 center;
    }

    .pics ul li a:hover img {
        transform: scale(0.8) translate3d(0, -20px, 0);
    }

    .pics ul li a:hover .pic-li-font {
        padding: 35px 0;
        color: #fff;
        background: #19077d;
    }

    .pics ul li a:hover .pic-li-more {
        background: #fff;
    }

    .pics ul li a:hover .pic-li-more span {
        color: #19077d;
        background-image: url(../images/pic_arrow_b.png);
    }


    .pages {
        padding: 30px 15px;
    }

    footer p {
        color: #fff;
    }

    footer a {
        color: #fff;
    }
}


/* 产品详情 */
.pic-er {}

.pic-er-left i {
    display: block;
    border: 2px solid #0b0048;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    background: url(../images/pic_logo.png) no-repeat right 20px/42px;
}

.pic-er-name {
    padding: 10px 0 0;
    font: 600 18px/36px '微软雅黑';
    color: #000;
}

.pic-er-weight {
    font: 400 14px/20px '微软雅黑';
    color: #000;
}

.pic-er-detail {
    min-height: 60px;
    font: 400 14px/20px '微软雅黑';
    color: #000;
}

.tm {
    display: block;
}
.tm img{
    width: 90px;
}
.pic-info {
    margin: 20px 0 0;
}

.pic-info-title {
    position: relative;
    background: url(../images/pic_info_bg.png) no-repeat 0 0/100% 100%;
}

.pic-info-title span {
    display: block;
    padding-left: 20px;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
}

.pic-info-title p {
    position: absolute;
    right: 0;
    top: 10px;
}

.pic-info-p {
    margin: 20px 0 0;
}

.pic-info-p img {
    width: 100%;
}


.pic-er-shop{
    display: flex;
}

.tm {
    display: block;
    padding-right: 20px;
}
.tm img{
    width: 90px;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 40px 90px;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 370px;
    }

    .pic-er-left i {
        display: block;
        border: 3px solid #0b0048;
    }

    .pic-er-left img {
        width: 100%;
    }

    .pic-er-right {
        position:relative;
        width: 360px;
        background: url(../images/pic_logo.png) no-repeat right 30px;
    }

    .pic-er-name {
        padding: 20px 80px 0 0;
        font: 600 36px/42px '微软雅黑';
        color: #000;
    }

    .pic-er-weight {
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }

    .pic-er-detail {
        height: 220px;
        overflow: hidden;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }

    .pic-er-shop{
        position:absolute;
        left:0;
        bottom:0;
    }

    .tm {
        display: block;
         padding-right: 30px;
    }

    .tm img {
        width: auto;
    }

    .pic-info {
        margin: 50px 0 0;
    }

    .pic-info-title {
        position: relative;
        background: url(../images/pic_info_bg.png) no-repeat 0 0/100% 100%;
    }

    .pic-info-title span {
        display: block;
        padding-left: 20px;
        font: 400 16px/36px '微软雅黑';
        color: #fff;
    }

    .pic-info-title p {
        position: absolute;
        right: 0;
        top: 12px;
    }

    .pic-info-p {
        margin: 30px 0 0;
    }

    .pic-info-p img {
        width: 100%;
    }
}