/* äº§å“åˆ—è¡¨ */
.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.common-nav ul li.active a {
    color: #fff;
    background-image: url(../images/com_nav_liw.png);
}


.pics {}

.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;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.9);
    border: 5px solid #d3b9a6;
}

.pics ul i img {
    width: 100%;
}

.pics ul a p {
    font: 400 16px/42px 'å¾®è½¯é›…é»‘';
    color: #fff;
    text-align: center;
    background: #a87b5a;
}

.pic-li-layer {
    display: none;
}

@media (min-width: 1200px) {

    .common-nav ul li a:hover {
        color: #fff;
        background: url(../images/com_nav_liw.png) no-repeat center center;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: url(../images/com_nav_liw.png) no-repeat center center;
    }

    .pics ul li {
        width: 33.3%;
        padding: 10px;
    }

    .pics ul i {
        display: block;
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.9);
        border: 5px solid #d3b9a6;
    }

    .pics ul a p {
        font: 400 18px/60px 'å¾®è½¯é›…é»‘';
        text-align: center;
    }

    .pic-li-layer {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(206, 13, 13, 0.9);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        transition: 0.6s;
    }

    .pic-li-logo {
        padding: 60px 0;
        text-align: center;
        border: 5px solid #e5322d;
    }
    .pics ul i img {
        width: 100%;
        height:400px;
    }
    .pic-li-name {
        padding: 15px 0;
        font: 400 18px/36px 'å¾®è½¯é›…é»‘';
        color: #fff;
        text-align: center;
        background: url(../images/pic_arrow.png) no-repeat center bottom;
    }

    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* äº§å“è¯¦æƒ… */
.pic-er {}

.pic-er-left i {
    display: block;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e5322d;
}

.pic-er-line img {
    width: 100%;

}

.pic-er-name {
    padding: 10px 0;
    font: 400 18px/36px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-attr {
    padding: 0 0 5px;
    font: 400 16px/24px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-info {
    min-height: 120px;
    font: 400 16px/30px 'å¾®è½¯é›…é»‘';
    color: #000;
}

@media (min-width: 1200px) {
    article {
        background-position: center 0;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
        padding: 40px 70px;
    }

    .pic-er-left {
        width: 520px;
    }

    .pic-er-left i {
        display: block;
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.9);
        border: 2px solid #e5322d;
    }

    .pic-er-line img {
        width: 100%;

    }

    .pic-er-right {
        width: 480px;
        background: url(../images/pic_er_icon.png) no-repeat right 20px;
    }

    .pic-er-name {
        padding: 20px 0;
        font: 400 36px/42px 'å¾®è½¯é›…é»‘';
        color: #fff;
    }

    .pic-er-attr {
        padding: 0 0 15px;
        font: 400 18px/30px 'å¾®è½¯é›…é»‘';
        color: #fff;
    }

    .pic-er-info {
        min-height: 120px;
        padding: 0 70px;
        font: 400 16px/30px 'å¾®è½¯é›…é»‘';
        color: #fff;
    }
}