/* 产品列表 */

.pics {}

.pics ul {
    padding: 0.2rem;
}

.pics ul li {
    padding: 0 0 0.1rem;
}

.pics ul a {
    position: relative;
    display: block;
    padding: 0 0 0 1rem;
}

.pic-li-img {
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 50%;
    width: 2rem;
    transform: translate3d(0, 1rem, 0);
    border: 1px solid #000;
}

.pic-li-img img {
    width: 100%;
}

.pic-li-font {
    position: relative;
    padding: 0.3rem 1rem 0.3rem 1.2rem;
    color: #000;
    border-right: 2px solid #a00100;
}

.pics ul li:nth-child(1) a .pic-li-font {
    background: #ececec url(../images/pic_li1_bg.png) no-repeat right bottom/cover;
}

.pics ul li:nth-child(2) a .pic-li-font {
    background: #ececec url(../images/pic_li2_bg.png) no-repeat right bottom/cover;
}

.pics ul li:nth-child(3) a .pic-li-font {
    background: #ececec url(../images/pic_li3_bg.png) no-repeat right bottom/cover;
}

.pics ul li:nth-child(4) a .pic-li-font {
    background: #ececec url(../images/pic_li4_bg.png) no-repeat right bottom/cover;
}

.pic-li-logo {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/pic_li_logo.png) no-repeat 0 0/100%;
}

.pic-li-four {
    position: absolute;
    right: 0.2rem;
    top: 1rem;
    font-size: 0.8rem;
    line-height: 1rem;
    font-family: SimSun;
    color: #a00100;
    opacity: 0.4;
}

.pic-li-name {
    margin: 0 0 1vw;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.pic-li-p {
    height: 90px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
}

.pic-li-more {
    position: relative;
    display: block;
    width: 90px;
    font-size: 12px;
    line-height: 20px;
    color: #a00100;
    text-align: center;
    background: url(../images/pic_border_r.png) no-repeat center center/100% 100%;
}

@media (min-width: 1200px) {
    .pics {
        background: url(../images/new_icon.jpg) 0 0;
    }
    .pics ul {
        padding: 2vw;
    }
    .pics ul li {
        padding: 0 0 1vw;
    }
    .pics ul a {
        position: relative;
        display: block;
        padding: 0 0 0 8vw;
    }
    .pic-li-img {
        position: absolute;
        z-index: 50;
        left: 0;
        bottom: 0;
        width: 18vw;
        border: 2px solid #000;
        transform: translate3d(0, 0, 0);
    }
    .pic-li-img img {
        width: 100%;
    }
    .pic-li-font {
        position: relative;
        height: 19vw;
        padding: 3vw 0 0 14vw;
        color: #000;
        border-right: 5px solid #a00100;
    }
    .pic-li-logo {
        position: absolute;
        right: 6vw;
        top: 3vw;
        width: 6.5vw;
        height: 4vw;
        background: url(../images/pic_li_logo.png) no-repeat 0 0/100%;
    }
    .pic-li-four {
        position: absolute;
        right: 6vw;
        top: 9vw;
        font-size: 7.5vw;
        line-height: 8vw;
        font-family: SimSun;
        color: #a00100;
        opacity: 0.4;
    }
    .pic-li-name {
        margin: 0 0 1vw;
        font-size: 1.5vw;
        line-height: 2vw;
    }
    .pic-li-p {
        height: 10vw;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 2vw;
    }
    .pic-li-more {
        position: relative;
        display: block;
        width: 6.5vw;
        margin: 0.2vw 0 0;
        font-size: 0.9vw;
        line-height: 1.6vw;
        color: #a00100;
        text-align: center;
        background: url(../images/pic_border_r.png) no-repeat center center/100% 100%;
    }
    .pics ul li a:hover .pic-li-logo {
        background-image: url(../images/pic_lia_logo.png);
    }
    .pics ul li a:hover .pic-li-four {
        color: #fff;
    }
    .pics ul li a:hover .pic-li-font {
        color: #fff;
        background-color: #b01f1e;
    }
    .pics ul a:hover .pic-li-more {
        color: #fff;
        background: url(../images/pic_border_w.png) no-repeat center center/100% 100%;
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-line {
    position: relative;
}

.pic-er-img {
    border: 2px solid #000;
}

.pic-er-img img {
    width: 100%;
}

.pic-er-font {
    position: relative;
    z-index: 10;
    padding: 0.3rem 1rem 0.2rem 0;
    background: url(../images/pic_er_bg.jpg) no-repeat right 0/cover;
}

.pic-er-logo {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}

.pic-er-logo img {
    width: 1rem;
}

.pic-er-name {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #000;
}

.pic-er-p {
    margin: 0.1rem 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-info {
    min-height: 2rem;
    margin: 0.1rem 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 2vw;
        background: url(../images/pic_icon.png) 0 0;
    }
    .pic-er-line {
        position: relative;
        padding-left: 7.5vw;
    }
    .pic-er-img {
        position: absolute;
        z-index: 50;
        left: 0;
        top: 3.5vw;
        width: 25vw;
        height: 25vw;
        border: 2px solid #000;
    }
    .pic-er-img img {
        width: 100%;
    }
    .pic-er-font {
        position: relative;
        z-index: 10;
        height: 32vw;
        padding: 4vw 7.5vw 0 21vw;
        background: url(../images/pic_er_bg.jpg) no-repeat right 0/cover;
        border-right: 5px solid #a00100;
    }
    .pic-er-logo {
        position: absolute;
        right: 2vw;
        top: 3vw;
    }
    .pic-er-logo img {
        width: auto;
    }
    .pic-er-name {
        font-size: 1.5vw;
        line-height: 2vw;
        color: #000;
    }
    .pic-er-p {
        margin: 2vw 0 0;
        font-size: 0.9vw;
        line-height: 2vw;
        color: #000;
    }
    .pic-er-info {
        margin: 4vw 0 0;
        min-height: 6vw;
        font-size: 0.9vw;
        line-height: 1.5vw;
    }
}