/* 产品列表 */
.pics {
    background: rgba(255, 255, 255, 0.3);
    border-top: 2px solid #ce1600;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 5px;
}

.pics ul a {
    display: block;
    text-align: center;
    background: url(../images/pic_li_bg.png) no-repeat center bottom/100% 240px;
}

.pic-li-tf {
    padding: 10px 0 5px;
}

.pic-li-img {
    padding: 0 10px;
    text-align: center;
}

.pic-li-img img {
    width: 100%;
}

.pic-li-font {
    padding: 10px 0 0;
}

.pic-li-title {
    padding: 0 0 5px;
    font: 400 16px/24px '微软雅黑';
    color: #000;
    background: url(../images/line_b.png) no-repeat center bottom;
}

.pic-li-weight {
    margin: 5px 0;
    font: 400 12px/18px '微软雅黑';
    color: #000;
}

.pic-li-more {
    display: flex;
    justify-content: center;
    width: 120px;
    margin: 0 auto;
    background: #62584c;
}

.pic-li-more span {
    display: block;
    padding-left: 20px;
    font: 400 14px/30px '微软雅黑';
    color: #faeee0;
    text-align: center;
    background: url(../images/arrow2_w.png) no-repeat 0 center;
}

@media (min-width: 1200px) {
    .pics {
        background: rgba(255, 255, 255, 0.3);
        border-top: 10px solid #ce1600;
    }

    .pics ul {
        padding: 20px 80px;
    }

    .pics ul li {
        width: 33.3%;
        padding: 20px;
    }

    .pics ul a {
        background: url(../images/pic_li_bg.png) no-repeat center bottom/100% 400px;
        transition: 0.3s;
    }

    .pic-li-tf {
        padding: 30px 0 10px;
        transition: 0.3s;
    }

    .pic-li-img {
        padding: 0 30px;
        transition: 0.6s;
    }

    .pic-li-font {
        padding: 20px 0 0;
    }

    .pic-li-title {
        padding: 0 0 12px;
        font: 400 24px/30px '微软雅黑';
        color: #000;
        background: url(../images/line_b.png) no-repeat center bottom;
    }

    .pic-li-weight {
        margin: 15px 0 20px;
        font: 400 12px/18px '微软雅黑';
    }

    .pic-li-more {
        width: 160px;
    }

    .pic-li-more span {
        padding-left: 40px;
        font: 400 14px/36px '微软雅黑';
    }

    .pics ul a:hover {
        background: url(../images/pic_lia_bg.jpg) no-repeat center bottom/100% 100%;
    }

    .pics ul a:hover .pic-li-img {
        transform: translate3d(0, -20px, 0);
    }

    .pics ul a:hover .pic-li-title {
        color: #fff;
        background-image: url(../images/line_w.jpg);
    }

    .pics ul a:hover .pic-li-font {
        background: #ce1600;
    }

    .pics ul a:hover .pic-li-tf {
        opacity: 0;
    }

    .pics ul a:hover .pic-li-weight {
        color: #fff;
    }

    .pics ul a:hover .pic-li-more {
        background: #fff;
    }

    .pics ul a:hover .pic-li-more span {
        color: #000;
        background-image: url(../images/arrow2_b.png);
    }

}


/* 产品详情 */
.pic-er {
    padding:10px;
    background: rgba(255, 255, 255, 0.3);
    border-top: 2px solid #ce1600;
}

.pic-er-left i {
    display: block;
    padding: 20px 10px 10px;
    background: url(../images/pic_lia_bg.jpg) no-repeat 0 center/cover;
    border-bottom: 2px solid #ce1600;
}

.pic-er-left i img {
    width: 100%;
}

.pic-er-right {
    padding: 20px 0 0;
}

.pic-er-name {
    padding: 5px 0;
    font: 400 18px/36px '微软雅黑';
    color: #000;
}

.pic-er-ul {
    display: flex;
    flex-wrap: wrap;
}

.pic-er-li {
    width: 50%;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

.pic-er-info {
    margin: 20px 0 0;
    font: 400 18px/24px '微软雅黑';
    color: #000;
}

.pic-er-p {
    min-height: 120px;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 100px 110px 100px;
        background: rgba(255, 255, 255, 0.3);
        border-top: 10px solid #ce1600;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 380px;
    }

    .pic-er-left i {
        display: block;
        padding: 0;
        background: url(../images/pic_lia_bg.jpg) no-repeat 0 center/cover;
        border-bottom: 10px solid #ce1600;
    }

    .pic-er-left i img {
        width: 100%;
    }

    .pic-er-right {
        width: 560px;
        padding: 0;
    }

    .pic-er-name {
        padding: 35px 0;
        font: 400 36px/42px '微软雅黑';
        color: #000;
    }

    .pic-er-ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pic-er-li {
        width: 50%;
        font: 400 18px/36px '微软雅黑';
        color: #000;
    }

    .pic-er-info {
        margin: 80px 0 0;
        font: 400 36px/42px '微软雅黑';
        color: #000;
    }

    .pic-er-p {
        font: 400 18px/30px '微软雅黑';
        color: #000;
    }

}