/* 产品列表 */
.pics {}

.pics ul {
    display: block;
}

.pics ul a {
    display: block;
}

.pics ul li {
    padding: 2px 0 4px;
}

.pic-li-name {
    margin-bottom: 2px;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #000;
    border: 2px solid #000;
    transition: 0.3s;
}

.pic-li-img {
    overflow: hidden;
    border: 2px solid #000;
}

.pic-li-img img {
    width: 100%;
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .pics {}

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    .pics ul li {
        width: 33.3%;
        padding: 5px;
    }

    .pics ul {
        display: flex;
    }

    .pics ul li {
        width: 33.3%;
        padding: 5px;
    }

    .pics ul a {
        display: block;
    }

    .pic-li-name {
        margin-bottom: 2px;
        font: 400 16px/36px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #000;
        border: 2px solid #000;
        transition: 0.3s;
    }

    .pic-li-img {
        overflow: hidden;
        border: 2px solid #000;
    }

    .pic-li-img img {
        width: 100%;
        transition: 0.3s;
    }

    .pics ul a:hover .pic-li-name {
        background: #ad0001;
        border-color: #fff;
    }

    .pics ul a:hover .pic-li-img {
        border-color: #fff;
    }

    .pics ul a:hover img {
        transform: scale(1.1);
    }

}


/* 产品详情 */
.pic-er {}

.pic-er-left {
    padding: 10px;
    background: #000;
    border: 2px solid #fff;
}

.pic-er-left i {
    display: block;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-title {
    font: 400 16px/36px '微软雅黑';
    text-align: center;
    color: #000;
    background: #fff;
}

.pic-er-weight {
    width: 160px;
    margin: 20px auto;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 15px;
}

.pic-er-font {
    font: 400 14px/20px '微软雅黑';
    color: #fff;
    background: url(../images/pic_er_sfmy.png) no-repeat right bottom;
}

.pic-er-attr {
    padding: 5px 0;
}

.pic-er-p {
    min-height: 200px;
    margin-top: 20px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 2.4vw;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 530px;
        padding: 70px;
        background: #000;
        border: 2px solid #fff;
    }

    .pic-er-left i {
        display: block;
    }

    .pic-er-left img {
        width: 100%;
    }

    .pic-er-right {
        width: 27vw;
    }

    .pic-er-title {
        font: 400 16px/48px '微软雅黑';
        text-align: center;
        color: #000;
        background: #fff;
    }

    .pic-er-weight {
        width: 160px;
        margin: 40px auto 60px;
        font: 400 16px/30px '微软雅黑';
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 15px;
    }

    .pic-er-font {
        font: 400 16px/30px '微软雅黑';
        color: #fff;
        background: url(../images/pic_er_sfmy.png) no-repeat right bottom;
    }

    .pic-er-attr {
        padding: 10px 0;
    }

    .pic-er-p {
        min-height: 4vw;
        margin: 2vw 0 0;
        font: 400 16px/30px '微软雅黑';
        color: #fff;
    }

}