article {
    background: url(../images/pic_bg.jpg) no-repeat center 0/cover;
}

/* 产品列表 */
.pics {
    padding: 0;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

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

.pics ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 6px;
    text-align: center;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
}

.pics ul li i {
    display: block;
    overflow: hidden;
}

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

.pics ul li p {
    font: bold 14px/24px '微软雅黑';
}

.pic-corn {
    display: none;
}

@media (min-width: 1200px) {
    .pics {
        padding: 45px 85px 10px;
    }

    .pic-corn {
        display: block;
        position: absolute;
        right: 10%;
        bottom: 20%;
    }

    .pics ul {
        display: flex;
        flex-wrap: wrap;
    }

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

    .pics ul li a {
        padding-bottom: 12px;
        border: 3px solid #fff;
    }

    .pics ul li i img {
        transition: 0.6s;
    }


    .pics ul li p {
        font: bold 16px/30px '微软雅黑';
    }

    .pics ul li a:hover {
        border-color: #8cc11b;
    }

    .pics ul li a:hover img {
        transform: scale(1.05);
    }

    .pics ul li a:hover p {
        color: #8cc11b;
    }
}



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

.pic-er-img {
    display: flex;
    align-items: center;
    background: #e6e9e3;
    border: 1px solid #000000;
}

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

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


.pic-er-attr {
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

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

.pic-er-detail {
    padding: 0 15px;
    font: bold 14px/30px '微软雅黑';
    color: #fff;
    background: #8cc11b;
}

.pic-er-detail span {
    display: block;
    background: url(../images/pic_er_di.png) no-repeat right center;
}

.pic-er-p {
    min-height: 120px;
    padding: 15px 15px 0;
    font: 400 14px/24px '微软雅黑';
    color: #000;
    text-align: justify;
}

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

    .pic-er-top {
        display: flex;
        justify-content: space-between;
        background: url(../images/pic_er_icon.png) no-repeat right bottom;
    }

    .pic-er-img {
        width: 330px;
    }

    .pic-er-info {
        width: 590px;
        padding: 0 20px 30px;
        background: url(../images/pic_border.png) no-repeat right bottom;
    }

    .pic-er-attr {
        font: 400 16px/36px '微软雅黑';
    }

    .pic-er-line {
        padding: 30px 0 0;
    }

    .pic-er-detail {
        margin: 0 0 30px;
        padding: 0 30px;
        font: bold 16px/42px '微软雅黑';
    }

    .pic-er-p {
        min-height: 60px;
        padding: 0 25px 0;
        font: 400 16px/36px '微软雅黑';
    }
}