/* 产品列表 */
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid #bfbfbf;
}

.pics ul i {
    display: block;
}

.pics ul i img {
    width: 100%;
}

.pics ul .pic-li-layer {
    padding: 5px 2px;
    text-align: center;
    background: rgba(235, 97, 0, 0.85);
}

.pic-li-logo {
    display: none;
}

.pic-li-name {
    font: 400 16px/30px '微软雅黑';
    color: #fff;
}

.pic-li-weight {
    font: 400 12px/16px '微软雅黑';
    color: #fff;
}

.pic-li-more {
    display: none;
}

@media (min-width: 1200px) {
    .pics {}

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 50px 25px 25px;
    }

    .pics ul li {
        width: 33.3%;
        padding: 8px;
    }

    .pics ul a {
        display: block;
        position: relative;
        overflow: hidden;
        border: 6px solid #bfbfbf;
    }

    .pics ul i {
        display: block;
    }

    .pics ul .pic-li-layer {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(235, 97, 0, 0.85);
        opacity: 0;
        transform: translate3d(0, 50%, 0);
        transition: 0.3s;
    }

    .pic-li-center {
        width: 100%;
        text-align: center;
    }

    .pic-li-logo {
        display: block;
    }

    .pic-li-name {
        padding: 10px 0 0;
        font: 400 24px/36px '微软雅黑';
        color: #fff;
    }

    .pic-li-weight {
        font: 400 16px/30px '微软雅黑';
        color: #fff;
    }

    .pic-li-more {
        display: block;
        position: absolute;
        z-index: 60;
        left: 50%;
        bottom: 0;
        width: 130px;
        margin-left: -65px;
        font: 400 14px/36px '微软雅黑';
        text-align: center;
        color: #000;
        background: #fff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        opacity: 0;
        transform: translate3d(0, 50%, 0);
        transition: 0.3s;
    }

    .pics ul a:hover {
        border-color: #eb6100;
    }

    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .pics ul a:hover .pic-li-more {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .pages {
        margin: 0 30px 60px;
        border: 0;
    }

}


/* 产品详情 */
.pic-er {}

.pic-er-img i {
    display: block;
    border: 3px solid #eb6100;
}

.pic-er-img img {
    width: 100%;
}

.pic-er-font {
    padding: 10px 0;
    color: #000;
}

.pic-er-name {
    font: 400 18px/20px '微软雅黑';
}

.pic-er-weight {
    margin: 0 0 10px;
    font: 400 14px/20px '微软雅黑';
}

.pic-er-line {
    display: flex;
    padding: 0 0 5px;
}

.pic-er-attr {
    width: 72px;
    flex-shrink: 0;
    font: 400 14px/20px '微软雅黑';
    color: #eb6100;
}

.pic-er-val {
    flex-grow: 1;
     font: 400 14px/20px '微软雅黑';
}

.pic-er-bottom {
    margin: 20px 0 0;
}


.pic-er-kind ul {
    display: flex;
    margin: 0 0 20px;
}

.pic-er-kind ul li {
    position: relative;
    width: 160px;
    margin: 0 15px 0 0;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: center;
    background: #eeeeee;
    cursor: pointer;
}

.pic-er-kind ul li.active {
    color: #fff;
    background: #eb6100;
}

.pic-er-kind ul li.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: url(../images/pic_er_san.png) no-repeat center 0;
}

.pic-er-box {
    height: 180px;
    overflow: auto;
}

.pic-er-p {
    display: none;
    font: 400 16px/30px '微软雅黑';
    color: #000;
}
@media (min-width: 1200px) {
    .pic-er {
        padding: 100px 50px;
    }

    .pic-er-top {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-img {
        width: 500px;
    }

    .pic-er-img i {
        display: block;
        border: 6px solid #eb6100;
    }

    .pic-er-img img {
        width: 100%;
    }

    .pic-er-font {
        width: 560px;
        color: #000;
    }

    .pic-er-name {
        font: 400 24px/30px '微软雅黑';
    }

    .pic-er-weight {
        margin: 0 0 20px;
        font: 400 16px/30px '微软雅黑';
    }

    .pic-er-line {
        display: flex;
        padding: 0 0 10px;
    }

    .pic-er-attr {
        width: 84px;
        flex-shrink: 0;
        font: 400 16px/30px '微软雅黑';
        color: #eb6100;
    }

    .pic-er-val {
        flex-grow: 1;
        font: 400 16px/30px '微软雅黑';
    }

    .pic-er-bottom {
        margin: 60px 0 0;
    }


    .pic-er-kind ul {
        display: flex;
        margin: 0 0 30px;
    }

    .pic-er-kind ul li {
        position: relative;
        width: 180px;
        margin: 0 15px 0 0;
        font: 400 18px/36px '微软雅黑';
        color: #000;
        text-align: center;
        background: #eeeeee;
        cursor: pointer;
    }

    .pic-er-kind ul li.active {
        color: #fff;
        background: #eb6100;
    }

    .pic-er-kind ul li.active::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 10px;
        background: url(../images/pic_er_san.png) no-repeat center 0;
    }

    .pic-er-box {
        height: 180px;
        overflow: auto;
    }

    .pic-er-p {
        display: none;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }
}