/* 产品列表 */
.common-ch {
    color: #004b7d;
    background-image: url(../images/pic_logo.png);
}

.common-en {
    color: #333;
}

.bread {
    color: #333;
}

.bread a {
    color: #333;
}


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

.pics ul li {
    width: 50%;
    padding: 2px;
}

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

.pics ul i {
    display: block;
    padding: 5px 0;
    border: 1px solid #e46f15;
}

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

.pic-li-more {
    display: none;
}

.pic-li-font {
    margin-top: 10px;
    text-align: center;
    transition: 0.6s;
}

.pic-li-name {
    font: 400 16px/24px '微软雅黑';
    color: #e47018;
}

.pic-li-weight {
    font: 400 12px/18px '微软雅黑';
    color: #e47018;
}

@media (min-width: 1200px) {
    .common-ch {
        color: #004b7d;
    }

    .common-en {
        color: #004b7d;
    }
    .common-bg{
        padding: 0;
    }
    .pic-bg {
        padding: 40px 80px;
        background:  url(../images/part3_ad.png) no-repeat 0.5% 95%,
        url(../images/stm.png) no-repeat 99% 1%;
    }

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

    .pics ul li {
        width: 33.3%;
        padding: 15px;
    }

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

    .pics ul i {
        display: block;
        padding: 0;
        border: 0;
        transition: 0.6s;
    }

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

    .pic-li-more {
        display: block;
        position: absolute;
        right: 0;
        top: 190px;
        width: 42px;
        height: 130px;
        padding: 35px 10px 0;
        font: 400 14px/1 '微软雅黑';
        color: #000;
        text-align: center;
        background: url(../images/pic_li_icon.png) no-repeat center 100px;
        border: 2px solid #000;
        border-radius: 20px;
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        transition: 0.6s;
    }

    .pic-li-font {
        margin-top: 20px;
        text-align: center;
        transition: 0.6s;
    }

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

    .pic-li-weight {
        font: 400 14px/20px '微软雅黑';
        color: #e47018;
    }

    .pics ul a:hover .pic-li-more {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .pics ul a:hover i{
        transform: translate3d(-20px,0,0);
    }
    .pics ul a:hover .pic-li-font {
        padding-left: 90px;
        text-align: left;
        background: url(../images/pic_li_logo.png) no-repeat 0 center;
    }
}


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

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

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

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

.pic-er-title {
    margin-bottom: 20px;
    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 12px/18px '微软雅黑';
    color: #000;
}

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

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

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

@media (min-width: 1200px) {
    .pic-er {
        padding: 0 90px 45px;
    }

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

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

    .pic-er-left i {
        display: block;
        padding: 30px 0;
        border: 3px solid #e46f15;
    }

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

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

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

    .pic-er-name {
        font: 400 24px/30px '微软雅黑';
        color: #000;
    }

    .pic-er-weight {
        font: 400 14px/24px '微软雅黑';
        color: #000;
    }

    .pic-er-attr {
        display: flex;
        align-items: center;
        padding: 0 0 8px;
    }

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

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