/* 产品列表 */

.pics {}

.pics-title {
    padding: 0 0 0.1rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #0d82ff;
    text-transform: uppercase;
    opacity: 0.5;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    /*width: 50%;*/
    padding: 4px;
}

.pics ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.pics ul i {
    display: block;
}

.pics ul i img {
    width: 100%;
}

.pic-li-layer {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1.6vw;
    background: rgba(20, 47, 132, 0.85);
}

.pic-li-logo {
    display: none;
}

.pic-li-name {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.pic-li-arrow {
    display: none;
}

@media (min-width: 1200px) {
    .common-nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.7vw;
    }
    .pics-title {
        padding: 0 0 0.5vw;
        font-size: 3vw;
        line-height: 3.6vw;
        color: #0d82ff;
        text-transform: uppercase;
        opacity: 0.2;
    }
    .pics ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pics ul li {
        width: 33.3%;
    }
    .pics ul li:nth-child(3n+1) {
        padding: 12px 16px 12px 0;
    }
    .pics ul li:nth-child(3n+2) {
        padding: 12px 8px;
    }
    .pics ul li:nth-child(3n) {
        padding: 12px 0 12px 16px;
    }
    .pics ul a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .pics ul i {
        display: block;
    }
    .pics ul i img {
        width: 100%;
    }
    .pic-li-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 1.6vw;
        background: rgba(20, 47, 132, 0.85);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        transition: 0.3s;
    }
    .pic-li-logo {
        display: block;
    }
    .pic-li-logo img {
        width: 4vw;
    }
    .pic-li-name {
        margin: 1.5vw 0 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #fff;
        text-align: left;
    }
    .pic-li-arrow {
        display: block;
        position: absolute;
        right: 1.6vw;
        bottom: 1.6vw;
    }
    .pic-li-arrow img {
        width: 1.6vw;
    }
    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* 产品详情 */


/* 产品详情 */

.pic-er {}

.pic-er-left i {
    display: block;
    padding: 10px;
    border: 1px solid #fff;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    padding: 10px 0 0;
    background: url(../images/pic_er_logo.png) no-repeat right bottom/120px;
}

.pic-er-name {
    margin: 0 0 0.2rem;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.pic-er-p {
    min-height: 100px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}


/* .pic-info-title {
    font-size: 16px;
    line-height: 24px;
    color: #4ab344;
    background: url(../images/line_b.png) no-repeat 0 bottom/100% 2px;
}

.pic-info-title span {
    display: block;
    width: 72px;
    padding: 0 0 4px;
    background: url(../images/line_g.png) no-repeat 0 bottom/100% 2px;
}

.pic-info-p {
    min-height: 100px;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
} */

@media (min-width: 1200px) {
    .pic-er {}
    .pic-er-line {
        display: flex;
        justify-content: space-between;
        margin: 1vw 0;
    }
    .pic-er-left {
        width: 28vw;
    }
    .pic-er-left i {
        display: block;
        padding: 1.5vw;
        border: 1px solid #fff;
    }
    .pic-er-left img {
        width: 100%;
    }
    .pic-er-right {
        width: 28vw;
    }
    .pic-er-name {
        margin: 0 0 1vw;
        font-size: 1.6vw;
        line-height: 2vw;
        color: #fff;
    }
    .pic-er-p {
        font-size: 0.9vw;
        line-height: 1.4vw;
        color: #fff;
    }
    /* .pic-info-title {
        font-size: 1.6vw;
        line-height: 2vw;
        color: #4ab344;
        background: url(../images/line_b.png) no-repeat 0 bottom/100% 2px;
    }
    .pic-info-title span {
        display: block;
        width: 7vw;
        padding: 0 0 1vw;
        background: url(../images/line_g.png) no-repeat 0 bottom/100% 2px;
    }
    .pic-info-p {
        min-height: 6vw;
        padding: 1vw 0 0;
        font-size: 0.9vw;
        line-height: 1.4vw;
        color: #666666;
    } */
}