article {
    position: relative;
    background: url(../images/pics_bg.jpg) no-repeat center bottom/cover;
}

/* 产品列表 */
.pics ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
}

.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul li a {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

.pics ul li i {
    display: block;
    border: 1px solid #eee;
}

.pics ul li i img {
    width: 100%;
}

.pic-li-logo {
    display: none;
}

.pic-li-name {
    width: 100%;
    font: bold 16px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

.pic-li-arrow {
    display: none;
}

@media (min-width: 1200px) {

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 8px;
    }

    .pics ul li {
        width: 25%;
        padding: 8px;
    }

    .pics ul li a {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .pics ul li i {
        display: block;
    }

    .pics ul li i img {
        width: 100%;
    }

    .pic-li-layer {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        /* padding: 10px; */
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        transition: 0.6s;
    }

    .pic-li-border {
        display: flex;
        flex-wrap: wrap;
        align-items: space-between;
        width: 100%;
        height: 100%;
        padding: 50px 0;
        border: 2px solid #6e6e6d;
    }

    .pic-li-logo {
        display: block;
        width: 100%;
        text-align: center;
    }

    .pic-li-name {
        width: 100%;
        font: bold 16px/30px '微软雅黑';
        color: #000;
        text-align: center;
    }

    .pic-li-arrow {
        display: block;
        width: 100%;
        text-align: center;
    }

    .pics ul li a:hover .pic-li-layer {
        opacity: 1;
        top: 0;
    }
}


/* 产品详情 */
.pic-er {}

.pic-er-left {
    text-align: center;
}

.pic-er-left img {
    width: 100%;
    border: 1px solid #eee;
}

.pic-er-right {
    padding: 10px 0;
}

.pic-er-name {
    margin-bottom: 10px;
    border-bottom: 1px solid #d10000;
}

.pic-er-name span {
    display: block;
    width: 120px;
    font: bold 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #d10000;
}

.pic-er-content {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.pic-er-content .pic-er-attr {
    padding-bottom: 10px;
    font: 400 16px/24px '微软雅黑';
    color: #1b1b1b;
}

.pic-er-other {
    font: 400 16px/30px '微软雅黑';
    color: #1b1b1b;
}

.pic-er-detail {
    margin-bottom: 10px;
    border-bottom: 1px solid #d10000;
}

.pic-er-detail span {
    display: block;
    width: 120px;
    font: bold 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #d10000;
}


.pic-er-p {
    min-height: 120px;
    padding: 10px;
}

.pic-er-p p {
    font: 400 14px/24px "微软雅黑";
    color: #333;
}

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

@media (min-width: 1200px) {
    .pic-er {
        padding: 20px;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 320px;
    }

    .pic-er-right {
        width: 860px;
        padding: 0;
        flex-grow: 1;
        padding: 0 0 0 20px;
    }

    .pic-er-name {
        margin-bottom: 15px;
    }

    .pic-er-name span {
        width: 140px;
        font: bold 16px/42px '微软雅黑';
    }

    .pic-er-content {
        height: 400px;
        padding: 20px;
        background: none;
    }

    .pic-er-content .pic-er-attr {
        padding-bottom: 10px;
        font: 400 18px/30px '微软雅黑';
    }

    .pic-er-other {
        font: 400 18px/30px '微软雅黑';
    }

    .pic-er-bottom {
        margin: 24px 0 0;
    }

    .pic-er-detail {
        margin-bottom: 15px;
    }

    .pic-er-detail span {
        width: 140px;
        font: bold 16px/42px '微软雅黑';
    }

    .pic-er-p {
        min-height: 120px;
        padding: 30px;
        background: rgba(255, 255, 255, 0.9);
    }

    .pic-er-p p {
        font: 400 18px/30px "微软雅黑";
    }
}