/* 产品列表 */
.fwz{
    color: #a81b1b;
}
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}
.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #a81b1b;
}

.pics ul i {
    display: block;
}

.pics ul a i img {
    width: 100%;
}

.pic-lis-font {
    margin: 0 2px;
    padding: 5px 0;
    text-align: center;
}

.pic-lis-name {
    font: 400 16px/30px '宋体';
    color: #9b0000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-lis-weight {
    font: 400 14px/20px '宋体';
    color: #000;
}

.pic-lis-weight span {
    font-size: 20px;
    color: #9b0000;
}

.pic-li-layer {
    display: none;
}


@media (min-width: 1200px) {
    .pics {}

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 45px 60px;
    }

    .pics ul li {
        width: 33.3%;
        padding: 8px;
    }

    .pics ul a {
        position: relative;
        display: block;
        overflow: hidden;
        background: #fff;
        border: 2px solid #a81b1b;
    }

    .pics ul i {
        display: block;
    }

    .pics ul a i img {
        width: 100%;
    }

    .pic-lis-font {
        margin: 0 60px;
        padding: 30px 0;
        text-align: center;
        background: url(../images/k_l.png) no-repeat 0 center,
            url(../images/k_r.png) no-repeat right center;
        transition: 0.3s;
    }

    .pic-lis-name {
        font: 400 24px/30px '宋体';
        color: #9b0000;
    }

    .pic-lis-weight {
        font: 400 18px/24px '宋体';
        color: #000;
    }

    .pic-lis-weight span {
        font-size: 24px;
        color: #9b0000;
    }

    .pic-li-layer {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(168, 27, 27, 0.85);
        opacity: 0;
        transform: translate3d(0, 50%, 0);
        transition: 0.3s;
    }

    .pic-li-logo {
        padding: 120px 0 60px;
    }

    .pic-li-font {
        text-align: center;
        color: #fff;
    }

    .pic-li-name {
        font: 400 36px/42px '宋体';
    }

    .pic-li-weight {
        font: 400 18px/24px '宋体';
        color: #fff;
    }

    .pic-li-weight span {
        font-size: 24px;
    }

    .pic-li-more {
        margin: 45px 0 0;
        font: 400 16px/36px '宋体';
        color: #fff;
        text-align: center;
        background: url(../images/pic_li_more.png) no-repeat center center;
    }

    .pics ul a:hover .pic-lis-font {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }

    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* 产品详情 */
.pic-er {
    position: relative;
    padding-bottom: 50px;
}
.pic-er-cu {
    display: none;
}

.pic-er-img {
    position: relative;
    z-index: 10;
    border: 2px solid #a81b1b;
}

.pic-er-img img {
    width: 100%;
}

.pic-er-font {
    position: relative;
    z-index: 10;
    margin: 10px 0 0;
}

.pic-er-name {
    font: 400 24px/30px '宋体';
    color: #000;
}

.pic-er-weight {
    width: 120px;
    margin: 10px 0 0;
    font: 400 16px/20px '宋体';
    color: #fff;
    text-align: center;
    background: #a81b1b;
}

.pic-er-p {
    margin: 20px 0 0;
    font: 400 18px/30px '宋体';
    color: #000;
}

.pic-er-p p {
    padding: 0 0 10px;
}

.pic-er-icon {
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: -20px;
}
.pic-er-icon img{
    width: 60px;
}

.pic-er-icon2 {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.pic-er-icon2 img{
    width: 100px;
}

@media (min-width: 1200px) {
    .pic-er {
        position: relative;
        padding: 70px 360px;
    }

    .pic-er-cu {
        display: block;
        position: absolute;
        z-index: 1;
        left: 45px;
        top: 45px;
    }

    .pic-er-img {
        position: relative;
        z-index: 10;
        border: 2px solid #a81b1b;
    }

    .pic-er-img img {
        width: 100%;
    }

    .pic-er-font {
        position: relative;
        z-index: 10;
        margin: 64px 0 0;
    }

    .pic-er-name {
        font: 400 36px/42px '宋体';
        color: #000;
    }

    .pic-er-weight {
        width: 120px;
        margin: 10px 0 0;
        font: 400 18px/24px '宋体';
        color: #fff;
        text-align: center;
        background: #a81b1b;
    }

    .pic-er-p {
        margin: 50px 0 0;
        font: 400 18px/30px '宋体';
        color: #000;
    }

    .pic-er-p p {
        padding: 0 0 10px;
    }

    .pic-er-icon {
        position: absolute;
        z-index: 1;
        left: 50px;
        bottom: -50px;
    }
    .pic-er-icon img {
        width: auto;
    }
    .pic-er-icon2 {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
    }
    .pic-er-icon2 img{
        width: auto;
    }

}