/* 产品列表 */
.pic-nav {
    padding: 0 0 10px;
    background: url(../images/pic_nav_bg.png) no-repeat center 0/100% 16px;
}

.pic-nav ul {
    display: flex;
    justify-content: center;
}

.pic-nav ul li {
    width: 33.3%;
    padding: 2px;
}

.pic-nav ul a {
    display: block;
}

.pic-nav ul li img {
    width: 100%;
}

.pics {
    padding: 0;
    background: none;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.pics ul li {
    width: 50%;
    padding: 10px 5px 40px;
}

.pics ul li a {
    position: relative;
    display: block;
    padding-bottom: 60px;
    background: rgba(255, 255, 255, 0.8);
}

.pic-li-img {
    padding: 10px 20px;
}

.pic-li-img img {
    width: 100%;
}

.pic-li-font {
    position: absolute;
    left: 5%;
    bottom: -40px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    color: #000;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pic-li-name {
    overflow: hidden;
    font: 400 18px/24px '微软雅黑';
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-li-weight {
    font: 400 16px/20px '微软雅黑';
}

.pic-li-more {
    width: 80px;
    margin: 5px auto 0;
    font: 400 12px/20px '微软雅黑';
    text-align: center;
    color: #fff;
    background: #127c3e;
    border-radius: 15px;
}


@media (min-width: 1200px) {

    .pic-nav {
        padding: 0 0 20px;
        background: url(../images/pic_nav_bg.png) no-repeat center 0;
    }

    .pic-nav ul {
        display: flex;
        justify-content: center;
    }

    .pic-nav ul li {
        padding: 0 30px;
    }

    .pic-nav ul a {
        display: block;
        transition: 0.3s;
    }

    .pic-nav ul a img {
        width: auto;
    }

    .pic-nav ul a:hover {
        transform: translate3d(0, 25px, 0);
    }

    .pics {
        background: none;
    }

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .pics ul li {
        width: 25%;
        padding: 20px 10px 80px;
    }

    .pics ul li a {
        position: relative;
        display: block;
        padding-bottom: 80px;
        background: rgba(255, 255, 255, 0.8);
        border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .pic-li-img {
        padding: 30px 45px;
        transition: 0.6s;
    }

    .pic-li-img img {
        width: 100%;
    }

    .pic-li-font {
        position: absolute;
        left: 50%;
        bottom: -60px;
        width: 250px;
        height: 120px;
        margin: 0 0 0 -125px;
        padding: 20px 0;
        text-align: center;
        background: #fff;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        transition: 0.6s;
    }

    .pic-li-name {
        font: 400 24px/30px '微软雅黑';
    }

    .pic-li-weight {
        font: 400 16px/20px '微软雅黑';
    }

    .pic-li-more {
        width: 120px;
        margin: 5px auto 0;
        font: 400 16px/30px '微软雅黑';
        text-align: center;
        color: #fff;
        background: #127c3e;
        border: 2px solid #127c3e;
        border-radius: 15px;
    }

    .pics li a:hover {
        background-position: 0 0;
        color: #fff;
        background-size: 100% 100%;
        border-color: #127c3e;
    }

    .pics li a:hover .pic-li-img {
        transform: translate3d(0, 20px, 0);
    }

    .pics li a:hover .pic-li-font {
        color: #fff;
        transform: translate3d(0, 20px, 0);
        background: #127c3e;
    }
    .pics li a:hover .pic-li-more{
        border-color: #fff;
    }

}


/* 产品详情 */
.pic-er {}



.pic-er-left i {
    display: block;
    padding: 20px 40px;
    border: 2px solid #127c3e;
}

.pic-er-left i img {
    width: 100%;
}

.pic-er-right {
    background: url(../images/pic_logo.png) no-repeat right 15px/120px;
}

.pic-er-title {
    padding: 10px 0 0;
    font: 400 18px/24px '微软雅黑';
    color: #333;
}

.pic-er-weight {
    padding: 10px 0 20px;
    font: 400 16px/20px '微软雅黑';
    color: #333;
}

.pic-er-attr {
    display: flex;
    padding: 0 0 10px;
}

.pic-er-attr pre {
    font: 400 16px/20px '微软雅黑';
    color: #333;
}

.pic-er-attr p {
    font: 400 16px/20px '微软雅黑';
    color: #333;
}

.pic-er-detail {
    margin-top: 20px;
    min-height: 120px;
    font: 400 16px/30px '微软雅黑';
    color: #333;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 60px 100px;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 425px;
    }

    .pic-er-left i {
        display: block;
        padding: 30px 60px;
        border: 3px solid #127c3e;
    }

    .pic-er-left i img {
        width: 100%;
    }

    .pic-er-right {
        width: 510px;
        background: url(../images/pic_logo.png) no-repeat right 45px;
    }

    .pic-er-title {
        padding: 20px 0 0;
        font: 400 30px/36px '微软雅黑';
        color: #333;
    }

    .pic-er-weight {
        padding: 20px 0 40px;
        font: 400 16px/20px '微软雅黑';
        color: #333;
    }

    .pic-er-attr {
        display: flex;
        padding: 0 0 20px;
    }

    .pic-er-attr pre {
        font: 400 18px/24px '微软雅黑';
        color: #333;
    }

    .pic-er-attr p {
        font: 400 18px/24px '微软雅黑';
        color: #333;
    }

    .pic-er-detail {
        margin-top: 40px;
        min-height: 120px;
        font: 400 18px/30px '微软雅黑';
        color: #333;
    }
}