/* 产品列表 */

.common-nav ul li {
    width: 100%;
}

.common-nav ul li.lev {
    padding: 0;
    background: #eaeaea;
}

.lev-name span {
    display: block;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #1b338f;
}

.lev-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px;
}

.lev-li {
    width: 33.3%;
    padding: 2px;
}

.common-nav ul li .lev-li a {
    font-size: 14px;
}
.common-nav .lev-li.active a {
    background: #1b338f;
}

.pics ul {
    display: block;
}

.pics ul li {
    padding: 1px 0 0.1rem;
}

.pics ul li a {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem;
    color: #000;
    background: url(../images/part2_li_bg.jpg) no-repeat center center/cover;
}

.pic-li-font {
    padding: 0.48rem 0 0;
    text-align: left;
}

.pic-li-kind {
    width: 2rem;
    padding: 0 0.1rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    border: 1px solid #000;
    border-radius: 0.24rem;
}

.pic-li-kind span {
    display: block;
    background: url(../images/arrow_b.png) no-repeat right center/0.24rem;
}

.pic-li-name {
    margin: 0.2rem 0 0;
    font-size: 16px;
    line-height: 20px;
}

.pic-li-type {
    padding: 0.2rem 0 0;
    font-size: 14px;
    line-height: 16px;
}

.pic-li-weight {
    font-size: 14px;
    line-height: 18px;
}

.pic-li-img {
    width: 1.8rem;
}

.pic-li-img img {
    width: 100%;
}

@media (min-width: 1200px) {
    .common-nav ul li.lev {
        display: flex;
        align-items: center;
        margin:0 0 0 0.5vw;
        padding: 0.5vw 0;
        background: #eaeaea;
    }
    .common-nav ul li {
        width: auto;
    }
    .lev-name {
        padding-right: 6px;
        background: url(../images/three.png) no-repeat right center;
    }
    .lev-name span {
        display: block;
        padding: 0 1vw;
        font-size: 0.9vw;
        line-height: 1.4vw;
        text-align: center;
        color: #fff;
        background: #1b338f;
    }
    .lev-ul {
        display: flex;
    }
    .lev-li {
        width: auto;
        padding: 0 1vw;
    }
    .common-nav ul li .lev-li a {
        padding: 0;
        font-size: 0.9vw;
    }
    .common-nav .lev-li.active a {
        color: #1b338f;
        background: none;
    }
    .common-nav ul li a:hover {
        color: #1b338f;
        background: none;
    }
    .pics {
        padding: 4vw 0;
    }
    .pics ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pics ul li {
        width: 50%;
        padding: 0.8vw;
    }
    .pics ul li a {
        display: flex;
        justify-content: space-between;
        padding: 1.5vw;
        color: #000;
        background: url(../images/part2_li_bg.jpg) no-repeat center center/cover;
    }
    .pic-li-font {
        padding: 2.4vw 0 0;
        text-align: left;
    }
    .pic-li-kind {
        width: 7.2vw;
        padding: 0 0.6vw;
        font-size: 1vw;
        line-height: 1.8vw;
        border: 1px solid #000;
        border-radius: 1vw;
    }
    .pic-li-kind span {
        display: block;
        background: url(../images/arrow_b.png) no-repeat right center;
    }
    .pic-li-name {
        margin: 2.4vw 0 0;
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
    .pic-li-type {
        padding: 1.2vw 0 0;
        font-size: 1vw;
        line-height: 1.5vw;
    }
    .pic-li-weight {
        font-size: 0.8vw;
        line-height: 1vw;
    }
    .pic-li-img {
        width: 9vw;
    }
    .pics ul li a:hover {
        color: #fff;
        background-image: url(../images/part2_lia_bg.jpg);
    }
    .pics ul li a:hover .pic-li-kind {
        border-color: #fff;
    }
    .pics ul li a:hover .pic-li-kind span {
        background-image: url(../images/arrow_w.png);
    }
}


/* 产品详情 */

.pic-er {}

.pic-er {
    position: relative;
    padding: 1.8vw 0;
}

.pic-er-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem 0 0.2rem;
    background: url(../images/pic_er_bg.jpg) no-repeat center center/100% 2.4rem;
}

.pic-er-font {
    width: 3.2rem;
    color: #fff;
    text-align: left;
    background: url(../images/pic_er_logo.png) no-repeat right bottom/1rem;
}

.pic-er-kind {
    width: 2rem;
    padding: 0 0.1rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    border: 1px solid #fff;
    border-radius: 0.24rem;
}

.pic-er-kind span {
    display: block;
    background: url(../images/arrow_w.png) no-repeat right center/0.24rem;
}

.pic-er-name {
    margin: 0.2rem 0 0;
    font-size: 16px;
    line-height: 20px;
}

.pic-er-type {
    padding: 0.2rem 0 0;
    font-size: 14px;
    line-height: 16px;
}

.pic-er-weight {
    font-size: 14px;
    line-height: 18px;
}

.pic-er-img {
    width: 1.8rem;
}

.pic-er-img img {
    width: 100%;
}

.pic-er-detail {
    min-height: 3rem;
    padding: 2vw 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

@media (min-width: 1200px) {
    .pic-er {
        position: relative;
        padding: 1.8vw 0;
    }
    .pic-er-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 7vw 0 1.8vw;
        background: url(../images/pic_er_bg.jpg) no-repeat center center/100% 16.2vw;
    }
    .pic-er-font {
        width: 22vw;
        color: #fff;
        text-align: left;
        background: url(../images/pic_er_logo.png) no-repeat right bottom/7vw;
    }
    .pic-er-kind {
        width: 7.2vw;
        padding: 0 0.6vw;
        font-size: 1vw;
        line-height: 1.8vw;
        border: 1px solid #fff;
        border-radius: 1vw;
    }
    .pic-er-kind span {
        display: block;
        background: url(../images/arrow_w.png) no-repeat right center;
    }
    .pic-er-name {
        margin: 2.4vw 0 0;
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
    .pic-er-type {
        padding: 1.2vw 0 0;
        font-size: 1vw;
        line-height: 1.5vw;
    }
    .pic-er-weight {
        font-size: 0.8vw;
        line-height: 1vw;
    }
    .pic-er-img {
        width: 15vw;
    }
    .pic-er-img img {
        width: 100%;
    }
    .pic-er-detail {
        min-height: 10vw;
        padding: 2vw 0;
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }
}