/* 产品列表 */

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 3px;
}

/*.pics ul li:nth-child(2n) {*/
/*    padding-left: 3px;*/
/*    padding-right: 0;*/
/*}*/

/*.pics ul li:nth-child(2n+1) {*/
/*    padding-left: 0;*/
/*    padding-right: 3px;*/
/*}*/

.pics ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.pics ul i {
    display: block;
    overflow: hidden;
    border: 2px solid #333;
}

.pics ul img {
    width: 100%;
    transition: 0.3s;
}

.pics ul p {
    padding: 0 5px;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    background: #c80708;
}

@media (min-width: 1200px) {
    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 0;
    }
    .pics ul li {
        width: 33.3%;
        padding: 9px 6px;
    }
    .pics ul li:nth-child(3n) {
        padding-left: 12px;
        padding-right: 0;
    }
    .pics ul li:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 12px;
    }
    .pics ul a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .pics ul i {
        display: block;
        overflow: hidden;
        border: 3px solid #333;
    }
    .pics ul img {
        width: 100%;
        transition: 0.3s;
    }
    .pics ul p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 5px;
        font-size: 16px;
        line-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        text-align: center;
        background: #c80708;
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        transition: 0.3s;
    }
    .pics ul a:hover img {
        transform: translate3d(0, -10px, 0);
    }
    .pics ul a:hover p {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-left {
    padding: 0.2rem;
    background: url(../images/pic_er_bg.png) no-repeat center center/cover;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    padding: 0.2rem 0;
}

.pic-er-name {
    padding-left: 0.2rem;
    font-size: 18px;
    line-height: 30px;
    color: #c80708;
    background: #f4f4f4;
    border-left: 3px solid #c80708;
}

.pic-er-p {
    height: 144px;
    overflow: auto;
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
}

.pic-er-tel {
    display: flex;
    justify-content: center;
    background: url(../images/pic_er_tel.png) no-repeat center center/100% 100%;
}

.pic-er-tel p {
    padding-left: 24px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    background: url(../images/tel3.png) no-repeat 0 center/auto 18px;
}

.pic-er-shop {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
}

.pic-er-shop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.4rem;
    padding: 5px 0;
    text-align: center;
    background: url(../images/pic_er_shop.png) no-repeat center center/100% 100%;
}

.pic-info {
    margin: 0.3rem 0 0;
    padding: 0.3rem 0 0;
    border-top: 1px solid #c80708;
}

.pic-info-title {
    position: relative;
    padding-left: 140px;
    background: #f4f4f4;
    border-left: 3px solid #c80708;
}

.pic-info-title .ch {
    position: absolute;
    left: 10px;
    bottom: 3px;
    width: 120px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/pic_er_shape.png) no-repeat 0 0/100% 100%;
}

.pic-info-title .en {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}

.pic-info-p {
    min-height: 120px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
}

.pic-info-p img{
    max-width: 100%;
}

.pic-er-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pic-er-page a {
    display: block;
    margin: 5px 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #c80708;
    background: #f4f4f4;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 2vw 0 0;
    }
    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }
    .pic-er-left {
        width: 370px;
        height: 370px;
        padding: 20px;
        background: url(../images/pic_er_bg.png) no-repeat center center/cover;
    }
    .pic-er-left img {
        width: 100%;
    }
    .pic-er-right {
        width: 490px;
        padding: 0;
    }
    .pic-er-name {
        padding-left: 20px;
        font-size: 24px;
        line-height: 36px;
        color: #c80708;
        background: #f4f4f4;
        border-left: 6px solid #c80708;
    }
    .pic-er-p {
        height: 180px;
        overflow: auto;
        margin: 10px 0;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        text-align: justify;
    }
    .pic-er-tel {
        display: flex;
        justify-content: center;
        background: url(../images/pic_er_tel.png) no-repeat center center/100% 100%;
    }
    .pic-er-tel p {
        padding-left: 36px;
        font-size: 24px;
        line-height: 54px;
        color: #fff;
        background: url(../images/tel3.png) no-repeat 0 center;
    }
    .pic-er-shop {
        display: flex;
        justify-content: space-between;
        margin: 15px 0 0;
    }
    .pic-er-shop a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 226px;
        height: 60px;
        background: url(../images/pic_er_shop.png) no-repeat center center;
    }
    .pic-info {
        margin: 60px 0 0;
        padding: 60px 0 0;
        border-top: 1px solid #c80708;
    }
    .pic-info-title {
        position: relative;
        padding-left: 160px;
        background: #f4f4f4;
        border-left: 6px solid #c80708;
    }
    .pic-info-title .ch {
        position: absolute;
        left: 16px;
        bottom: 6px;
        width: 145px;
        height: 45px;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        background: url(../images/pic_er_shape.png) no-repeat 0 0;
    }
    .pic-info-title .en {
        font-size: 14px;
        line-height: 36px;
        color: #000000;
    }
    .pic-info-p {
        min-height: 120px;
        margin: 10px 0;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        text-align: justify;
    }
    .pic-er-page {
        display: flex;
        justify-content: space-between;
    }
    .pic-er-page a {
        display: block;
        padding: 0 10px;
        font-size: 14px;
        line-height: 30px;
        color: #c80708;
        background: #f4f4f4;
        border-radius: 5px;
    }
    .pic-er-page a:hover {
        color: #fff;
        background: #c80708;
    }
}