/* 图片列表 */
.pics ul{
    padding: 2px;
}
.pics li {
    float: left;
    width: 50%;
     padding: 2px;
}
.pics li img{
    width: 100%;
}
.pics-pic-layer {
    display: none;
 }
.pics li p {
        position: relative;
        z-index: 99;
        font: 400 18px/54px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #b30000 url('../images/pic_bg_logo.png') no-repeat 0 center;
    } 
@media (min-width:1200px) {
    .pics li {
        float: left;
        width: 33.3%;
        padding: 5px;
    }
    .pics li a {
        display: block;
        overflow: hidden;
    }
    .pics-pic {
        position: relative;
    }
    .pics-pic img {
        width: 100%;
    }
    .pics-pic-layer {
        display: block;
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        transition: 0.6s;
    }
    .pics-pic-layer img {
        width: auto;
    }
    .pics li p {
        position: relative;
        z-index: 99;
        font: 400 18px/54px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #b30000 url('../images/pic_bg_logo.png') no-repeat 0 center;
    }
    .pics li:hover .pics-pic-layer{
        bottom: 0;
    }
}




/* 图片详情 */
.pic-er{
    padding: 10px;
}
.pic-er-left img{
    width: 100%;
}
.pic-er-title{
    background: #c80010;
}
.pic-er-title span{
    display: block;
    font: 400 18px/48px '微软雅黑';
    color: #fff;
    text-align: center;
    background: url('../images/pic_er_title_bg.png') no-repeat center center;
}
.pic-er-content{
        padding: 25px 10px;
        font: 400 16px/30px '微软雅黑';
        color: #000000;
    }
    .pic-attr span{
        font-weight: bold;
        padding-right: 20px;
        letter-spacing: 5px;
    }
    .pic-er-detail{
        font-size: 0;
        background: #c80010;
    }
    .pic-er-detail span{
        display: inline-block;
        padding: 0 30px;
        font: 400 16px/42px '微软雅黑';
        color: #fff;
        background: #a1000d;
    }
    .pic-er-detail-content{
        min-height: 200px;
        padding: 10px;
    }
    .pic-er-detail-content p{
        font: 400 14px/24px '微软雅黑';
        color: #000;
    }
@media (min-width:1200px) {
    .pic-er{
        padding: 0;
    }
    .pic-er-wrap{
        background: #fff url('../images/pci_er_bg.png') no-repeat right bottom;
    }
    .pic-er-left{
        float: left;
        width: 470px;
    }
    
    .pic-er-right{
        float: left;
        width: 390px;
        height: 100%;
    }
    
    .pic-er-title span{
        font: 400 24px/60px '微软雅黑';
    }
    .pic-er-content{
        padding: 25px 10px;
        font: 400 16px/30px '微软雅黑';
        color: #000000;
    }
    .pic-attr span{
        font-weight: bold;
        padding-right: 20px;
        letter-spacing: 5px;
    }
    .pic-er-detail{
        font-size: 0;
        background: #c80010;
    }
    .pic-er-detail span{
        display: inline-block;
        padding: 0 30px;
        font: 400 16px/42px '微软雅黑';
        color: #fff;
        background: #a1000d;
    }
    .pic-er-detail-content{
        min-height: 200px;
        padding: 10px;
    }
    .pic-er-detail-content p{
        font: 400 14px/24px '微软雅黑';
        color: #000;
    }
}


