/* 产品列表 */
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul a {
    display: block;
}

.pics ul i {
    display: block;
    border: 2px solid #1e4393;
}

.pics ul i img {
    width: 100%;
}

.pics ul p {
    padding: 0 5px;
    overflow: hidden;
    font: bold 12px/24px "微软雅黑";
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #2e5098;
}

@media (min-width: 1200px) {
    .pics {}

    .pics ul {
        margin: 0 0 30px;
    }

    .pics ul li {
        width: 33.3%;
        padding: 10px 5px;
    }

    .pics ul i {
        border: 5px solid #1e4393;
    }

    .pics ul p {
        padding: 0 15px;
        font: bold 12px/40px "微软雅黑";
    }

    .pics ul a:hover p {
        color: #000;
        background: #f7c511;
    }

}


/* 产品详情 */
.pic-er {}

.pic-er-left {
    position: relative;
}

.pic-er-left i {
    display: block;
    border: 2px solid #1e4393;
}

.pic-er-left i img {
    width: 100%;
}

.pic-er-left p {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    font: bold 12px/24px "微软雅黑";
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/part3_p_bg.png) no-repeat 0 0/cover;
}

.pic-er-info {
    margin: 2px 0 2px;
    font: bold 16px/36px '微软雅黑';
    color: #545454;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
}

.pic-er-box {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.9);
}

.pic-er-attr {
    display: flex;
    padding: 0 10px;
    font: 400 14px/24px '微软雅黑';
}

.pic-er-attr pre {
    font-weight: bold;
}

.pic-er-bottom {
    margin: 12px 0 0;
}

.pic-er-title {
    margin: 0 0 2px;
    font: bold 16px/36px '微软雅黑';
    color: #545454;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
}

.pic-er-p {
    min-height: 120px;
    padding: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #000;
    background: rgba(255, 255, 255, 0.9) url(../images/pic_er_icon.png) no-repeat right bottom/100px;
}

@media (min-width: 1200px) {

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 506px;
    }

    .pic-er-left i {
        border: 5px solid #1e4393;
    }

    .pic-er-left p {
        bottom: 5px;
        padding: 0 15px;
        font: bold 12px/40px "微软雅黑";
    }

    .pic-er-right {
        width: 505px;
    }

    .pic-er-info {
        margin: 0 0 2px;
        font: bold 20px/48px '微软雅黑';
    }

    .pic-er-box {
        height: 314px;
    }

    .pic-er-attr {
        padding: 0 30px 15px;
        font: 400 16px/30px '微软雅黑';
    }

    .pic-er-bottom {
        margin: 24px 0 0;
    }

    .pic-er-title {
        margin: 0 0 2px;
        font: bold 18px/48px '微软雅黑';
    }

    .pic-er-p {
        min-height: 280px;
        padding: 40px;
        background-size: auto;
    }
}