/* 产品列表 */

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 4px;
}

.pics ul a {
    position: relative;
    display: block;
    overflow: hidden;
}

.pic-li-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    border-bottom: 0;
}

.pic-li-img i {
    display: block;
}

.pic-li-img i img {
    width: 100%;
}

.pic-li-layer {
    display: none;
}

.pic-li-name {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    text-align: center;
    background: #ececec;
    transition: 0.3s;
}

.pic-li-more {
    display: none;
}

@media (min-width: 1200px) {
    .pics {
        padding: 20px 0 0;
    }
    .pics ul {
        perspective: 1000px;
        display: flex;
        flex-wrap: wrap;
    }
    .pics ul li {
        width: 33.3%;
    }
    .pics ul li:nth-child(3n+1) {
        padding: 15px 20px 15px 0;
    }
    .pics ul li:nth-child(3n+2) {
        padding: 15px 10px 15px 10px;
    }
    .pics ul li:nth-child(3n) {
        padding: 15px 0 15px 20px;
    }
    .pics ul a {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .pic-li-img {
        position: relative;
        overflow: hidden;
        border: 2px solid #bfbfbf;
        border-bottom: 0;
    }
    .pic-li-img i {
        display: block;
    }
    .pic-li-img i img {
        width: 100%;
    }
    .pic-li-layer {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 6vw 0 0;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        transition: 0.3s;
    }
    .pic-li-logo img {
        width: 13.6vw;
    }
    .pic-li-kind {
        margin: 1vw 0;
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
    .pic-li-weight {
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
    .pic-li-name {
        font-size: 1vw;
        line-height: 3vw;
        color: #000;
        text-align: center;
        background: #ececec;
        transition: 0.3s;
    }
    .pic-li-more {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #4ab344;
        transform: rotateX(60deg);
        transform-origin: center bottom;
        opacity: 0;
        transition: 0.3s;
    }
    .pic-li-more span {
        display: block;
        width: 6vw;
        margin: 0 auto;
        font-size: 1vw;
        line-height: 3vw;
        color: #fff;
        background: url(../images/arrow_w.png) no-repeat right center/0.4vw;
    }
    .pics ul a:hover .pic-li-img {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        border-color: #4ab344;
    }
    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .pics ul a:hover .pic-li-more {
        opacity: 1;
        transform: rotateX(0);
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-left i {
    display: block;
    padding: 10px;
    border: 1px solid #bfbfbf;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    padding: 10px 0 0;
    background: url(../images/pic_er_logo.png) no-repeat right bottom/120px;
}

.pic-er-name {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.pic-er-weight {
    font-size: 14px;
    line-height: 20px;
}

.pic-er-p {
    min-height: 100px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.pic-info-title {
    font-size: 16px;
    line-height: 24px;
    color: #4ab344;
    background: url(../images/line_b.png) no-repeat 0 bottom/100% 2px;
}

.pic-info-title span {
    display: block;
    width: 72px;
    padding: 0 0 4px;
    background: url(../images/line_g.png) no-repeat 0 bottom/100% 2px;
}

.pic-info-p {
    min-height: 100px;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

@media (min-width: 1200px) {
    .pic-er {}
    .pic-er-line {
        display: flex;
        justify-content: space-between;
        margin: 4vw 0 2vw;
    }
    .pic-er-left {
        width: 30vw;
    }
    .pic-er-left i {
        display: block;
        padding: 1.5vw;
        border: 1px solid #bfbfbf;
    }
    .pic-er-left img {
        width: 100%;
    }
    .pic-er-right {
        width: 28vw;
        background: url(../images/pic_er_logo.png) no-repeat right bottom;
    }
    .pic-er-name {
        font-size: 1.6vw;
        line-height: 2vw;
        color: #000;
    }
    .pic-er-weight {
        margin: 0.4vw 0 1vw;
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .pic-er-p {
        height: 22vw;
        overflow: auto;
        font-size: 0.9vw;
        line-height: 1.4vw;
        color: #666666;
    }
    .pic-info-title {
        font-size: 1.6vw;
        line-height: 2vw;
        color: #4ab344;
        background: url(../images/line_b.png) no-repeat 0 bottom/100% 2px;
    }
    .pic-info-title span {
        display: block;
        width: 7vw;
        padding: 0 0 1vw;
        background: url(../images/line_g.png) no-repeat 0 bottom/100% 2px;
    }
    .pic-info-p {
        min-height: 6vw;
        padding: 1vw 0 0;
        font-size: 0.9vw;
        line-height: 1.4vw;
        color: #666666;
    }
}