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

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

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

.pics li a {
    display: block;
    position: relative;
    padding: 5px;
    background: #c21700;
}

.pics li i {
    display: block;
}

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

.pic-li-img {
    position: relative;
    overflow: hidden;
}

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

.pics li p {
    overflow: hidden;
    padding: 0 5px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width:1200px) {
    .pics {}

    .pics ul {
        padding: 15px 15px 0;
    }

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

    .pics li a {
        padding: 5px;
    }

    .pic-li-layer {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 1%;
        top: 100%;
        width: 98%;
        height: 98%;
        background: rgba(0, 0, 0, 0.85);
        opacity: 0;
        transition: 0.6s;
    }

    .pics li p {
        font: 400 18px/42px '微软雅黑';
    }

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

}

/* 产品详情 */

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

.pic-er-font {
    padding: 10px 0 0;
    color: #000;
}


.pic-er-arr {
    display: flex;
    flex-wrap: wrap;
    font: 400 16px/30px '微软雅黑';
    color: #000;
}

.pic-er-arr p {
    color: #b50000;
}

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

.pic-er-detail {
    padding: 0 10px;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    background: #c01a20;
}

.pic-er-p {
    min-height: 150px;
    padding: 5px;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

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

    .pic-er-top {
        display: flex;
        padding: 50px 100px 50px 190px;
    }

    .pic-er-img {
        width: 336px;
        height: 336px;
        border: 3px solid #aaaaaa;
    }

    .pic-er-font {
        width: 530px;
        padding: 0 0 0 42px;
        color: #000;
        background: url(../images/pic_er_icon.png) no-repeat right bottom;
    }

    .pic-er-arr {
        display: block;
        font: 400 24px/36px '微软雅黑';
    }

    .pic-er-bottom {
        padding: 0;
    }

    .pic-er-detail {
        padding: 0 35px;
        font: 400 18px/48px '微软雅黑';
        background: #c01a20;
    }

    .pic-er-p {
        padding: 10px;
        font: 400 14px/24px '微软雅黑';
    }
}

/* 单片放大图 */
.con-FangDa {
    width: 100%;
}

.con-fangDaIMg {
    width: 330px;
    height: 330px;
    position: relative;
    background-color: #454545;
    border: 1px solid #eee;
}

.magnifyingBegin,
.magnifyingShow {
    position: absolute;
    display: none;
    top: -2px;
}

.con-fangDaIMg>img {
    width: 100%;
    height: 100%
}

.magnifyingBegin {
    width: 110px;
    height: 110px;
    left: 0;
    background: rgba(70, 70, 70, 0.4);
    cursor: move
}

.magnifyingShow {
    overflow: hidden;
    left: 340px;
    top: -4px;
    width: 336px;
    height: 336px;
    background-color: #fff;
    border: 3px solid #eeeeee
}


.magnifyingShow>img {
    width: 660px;
    height: 660px;
    margin-left: 0;
    margin-top: 0
}