/* 产品列表 */

.common-name {
    color: #fff;
}

.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 4px;
}

.pics ul a {
    display: block;
    transition: 0.3s;
}

.pics ul a i {
    display: block;
    padding: 0 0.2rem;
}

.pics ul a i img {
    width: 100%;
}

.pics ul a .pic-li-name {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0.3rem 0 0;
    padding: 0 0 0 0.24rem;
    font-size: 0.3rem;
    line-height: 0.84rem;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #000;
}
.pics ul  a .pic-li-name span{
    width: 1.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.pics ul a p {
    display: block;
    width: 0.84rem;
    height: 0.84rem;
    background: url(../images/pic_arrow_b.png) no-repeat center 0/100%;
}

.pics ul a .pic-li-name::before {
    content: '';
    position: absolute;
    left: 0.24rem;
    top: -2px;
    width: 0.2rem;
    height: 3px;
    background: #8dc130;
}

@media (min-width: 1200px) {
    .pics {
        padding: 2vw 0;
    }
    .pics ul {
        padding: 0 5vw;
    }
    .pics ul li {
        width: 33.3%;
        padding: 1.5vw;
    }
    .pics ul a {
        display: block;
        transition: 0.3s;
    }
    .pics ul a i {
        display: block;
        padding: 0 1vw;
    }
    .pics ul a i img {
        width: 100%;
    }
    .pics ul a .pic-li-name {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin: 1.5vw 0 0;
        padding: 0 0 0 1.2vw;
        font-size: 1vw;
        line-height: 3vw;
        color: #000;
        background: rgba(255, 255, 255, 0.6);
        border: 2px solid #000;
    }
    .pics ul  a .pic-li-name span{
    width: 9vw;

}
    .pics ul a p {
        display: block;
        width: 3vw;
        height: 3vw;
        background: url(../images/pic_arrow_b.png) no-repeat center 0/100%;
    }
    .pics ul a .pic-li-name::before {
        content: '';
        position: absolute;
        left: 1.2vw;
        top: -2px;
        width: 1vw;
        height: 3px;
        background: #8dc130;
    }
    .pics ul a:hover {
        color: #01903b;
    }
    .pics ul a:hover .pic-li-name::before {
        left: -2px;
        top: 1vw;
        width: 2px;
        height: 1vw;
    }
    .pics ul a:hover p {
        background-image: url(../images/pic_arrow_w.jpg);
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-img {
    width: 100%;
}

.pic-er-img i {
    display: block;
    padding: 0 1.5rem;
}

.pic-er-img i img {
    width: 100%;
}

.pic-er-right {
    position: relative;
}

.pic-er-ad {
    padding: 0.2rem 0;
    text-align: center;
}

.pic-er-ad img {
    width: 4rem;
}

.pic-er-box {
    position: relative;
    padding: 0.3rem 0;
}

.pic-er-box .en {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.pic-er-box .ch {
    padding: 0.2rem 0;
    font-size: 12px;
    line-height: 20px;
    color: #01903b;
    text-align: center;
    background: url(../images/line_g.png) no-repeat center bottom/0.2rem;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 0 5.4vw 3vw;
    }
    .pic-er-line {
        display: flex;
        
    }
    .pic-er-img {
        width: 16.4vw;
    }
    .pic-er-img i {
        display: block;
        padding: 0;
    }
    .pic-er-img i img {
        width: 100%;
    }
    .pic-er-right {
        position: relative;
        width: 32vw;
        padding: 2vw 0 0;
    }
    .pic-er-ad {
        text-align: right;
    }
    .pic-er-ad img {
        width: 26vw;
    }
    .pic-er-box {
        position: relative;
        padding: 1vw 0 0;
    }
    .pic-er-box .en {
        font-size: 12px;
        line-height: 20px;
        text-align: right;
    }
    .pic-er-box .ch {
        padding: 1vw 0;
        font-size: 1vw;
        line-height: 1.6vw;
        color: #01903b;
        text-align: right;
        background: url(../images/line_g.png) no-repeat right bottom;
    }
    .pic-er-name{
        margin: 2vw 0 0.5vw;
        padding: 1vw 0 0;
        font-size: 1.5vw;
        line-height: 1.8vw;
        color: #01903b;
        border-top: 0.3vw solid #01903b;
    }
     .pic-er-p{
         font-size: 16px;
         line-height: 30px;
         color:  #333;
     }
}