/* äº§å“åˆ—è¡¨ */
.common-title {
    color: #fff;
}

.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    position: relative;
    z-index: 1;
    padding: 3px;
    transition: 0.6s;
}

.pics ul a {
    position: relative;
    display: block;
}

.pic-li-box {
    position: relative;
    z-index: 10;
    background: #fff;
}

.pics ul i {
    display: block;
    position: relative;
    z-index: 10;
}

.pics ul i img {
    width: 100%;
}

.pic-li-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}

.pic-li-font {
    color: #000;
}

.pic-li-font p {
    font: 400 16px/20px 'å¾®è½¯é›…é»‘';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-li-font span {
    font: 400 12px/18px 'å¾®è½¯é›…é»‘';
}

.pic-li-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #000;
}

@media (min-width: 1200px) {

    .common-nav ul li a {
        color: #fff;
        background-image: url(../images/pic_nav_li.png);
    }

    .pics ul {
        padding: 20px;
    }

    .pics ul li {
        width: 25%;
        position: relative;
        z-index: 1;
        padding: 12px;
        transition: 0.6s;
    }

    .pics ul a {
        position: relative;
        display: block;
    }

    .pic-li-box {
        position: relative;
        z-index: 10;
        background: #fff;
    }

    .pic-li-bg {
        position: absolute;
        z-index: 1;
        transition: 0.6s;
    }

    .pic1 .pic-li-bg {
        left: -15px;
        top: 90px;
        width: 0;
        height: 248px;
        background: url(../images/rice_li_bg.png) no-repeat 0 0;

    }

    .pic2 .pic-li-bg {
        left: -15px;
        top: 25px;
        width: 257px;
        height: 367px;
        background: url(../images/oil_li_bg.png) no-repeat 0 0;
        opacity: 0;
        transform: scale(0.6);
        transform-origin: center bottom;
    }


    .pics ul i {
        display: block;
        position: relative;
        z-index: 10;

    }

    .pics ul i img {
        width: 100%;
    }


    .pic-li-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 10px 10px;
    }

    .pic-li-font {
        color: #000;
    }

    .pic-li-font p {
        font: 400 24px/30px 'å¾®è½¯é›…é»‘';
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pic-li-font span {
        font: 400 14px/24px 'å¾®è½¯é›…é»‘';
    }

    .pic-li-more {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background: #000;
    }

    .pics ul li:hover {
        z-index: 10;
        transform: translate3d(0, -10px, 0);
    }

    .pic1 ul a:hover .pic-li-bg {
        width: 400px;
    }

    .pic2 ul a:hover .pic-li-bg {
        opacity: 1;
        transform: scale(1);
    }

    .pics ul a:hover .pic-li-font p {
        color: #e1222a;
    }

    .pics ul a:hover .pic-li-more {
        background: #e1222a;
    }
}

/* äº§å“è¯¦æƒ… */
.pic-er {}

.pic-er-left {
    width: 100%;
    padding: 0 0 10px;
}

.pic-er-left .pic-er-box {
    display: block;
    padding: 5px 0;
    border: 2px solid #e1222a;
}

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

.pic-er-title {
    margin-bottom: 10px;
    background: url(../images/pic_er_line.png) no-repeat right 10px/3.6rem 2px;
}

.pic-er-name {
    font: 400 18px/24px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-weight {
    font: 400 14px/18px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-attr {
    display: flex;
}

.pic-er-attr pre {
    font: 400 16px/24px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-attr p {
    font: 400 16px/24px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-bottom {
    min-height: 100px;
    padding: 15px 0;
    font: 400 14px/24px 'å¾®è½¯é›…é»‘';
    color: #000;
}

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

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

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

    .pic-er-box {
        position: relative;
        z-index: 10;
        background: #fff;
    }

    .pic-er-bg {
        position: absolute;
        z-index: 1;

    }

    .pic-er-bg1 {
        left: -15px;
        top: 20%;
        width: 554px;
        height: 360px;
        background: url(../images/rice_li_bg.png) no-repeat 0 0/100%;
    }

    .pic-er-bg2 {
        left: 5%;
        top:0;
        width: 90%;
        height: 100%;
        background: url(../images/oil_li_bg.png) no-repeat center bottom/100%;
    }

    .pic-er-left i {
        display: block;
        position: relative;
        z-index: 10;
        border-width: 5px;

    }

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


    .pic-er-right {
        width: 400px;
    }

    .pic-er-title {
        margin-bottom: 30px;
        background: url(../images/pic_er_line.png) no-repeat right 10px;
    }

    .pic-er-name {
        font: 400 36px/42px 'å¾®è½¯é›…é»‘';
        color: #e1222a;
    }

    .pic-er-weight {
        font: 400 18px/24px 'å¾®è½¯é›…é»‘';
        color: #000;
    }

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

    .pic-er-attr pre {
        font: 400 18px/36px 'å¾®è½¯é›…é»‘';
        color: #000;
    }

    .pic-er-attr p {
        font: 400 18px/36px 'å¾®è½¯é›…é»‘';
        color: #000;
    }

    .pic-er-bottom {
        padding: 50px 0;
        font: 400 16px/30px 'å¾®è½¯é›…é»‘';
        color: #000;
    }
}