/* 产品列表 */
.common-ch {
    color: #11527a;
    background-image: url(../images/com_icon_w.png);
}

.common-en {
    color: #004672;
}

.bread {
    color: #000;
}

.bread a {
    color: #000;
}

.common-nav ul li a {
    color: #11527a;
    background: url(../images/com_nav_lib.png) no-repeat center center;
}

.pics {}

.pics ul li {
    padding: 5px 0;
}


.pic-li-img {
    position: relative;
    z-index: 10;
    border: 2px solid #004672;
}


.pic-li-img img {
    width: 100%;
}

.pic-li-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
}

.pic-li-ad img{
    width: 140px;
}

.pic-li-border {
    width: 3.6rem;
    text-align: center;
    background: url(../images/pic_li_border.png) no-repeat center center/100%;
}

.pic-li-name {
    font: 400 18px/24px '微软雅黑';
    color: #004672;
}

.pic-li-ac {
    font: 400 14px/18px '微软雅黑';
    color: #000;
}


.pic-li-font {
    font: 400 14px/20px '微软雅黑';
    color: #000;
}

.pic-page{
    left:0;
    bottom: 5%;
    width: 100%;
}
.pic-page .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 4px;
    opacity: 0.8;
    border: 1px solid  #fff;
}


@media (min-width: 1200px) {

    .pics ul li {
        padding: 15px 0;
    }

    .pic-li-box {
        display: flex;
        justify-content: space-between;
        background: url(../images/pic_li1.png) no-repeat right center;
        transition: 0.3s;
    }

    .pics ul li:nth-child(2n) .pic-li-box {
        background: url(../images/pic_li2.png) no-repeat 0 center;
    }

    .pic-li-img {
        order: 1;
        width: 370px;
        height: 370px;
        border: 4px solid #004672;
    }

    .pics ul li:nth-child(2n) .pic-li-img {
        order: 3;
    }

    .pic-li-center {
        display: block;
        width: 240px;
        order: 2;
        padding: 60px 0 0 0;
        text-align: left;
    }


    .pic-li-ad img {
        width: auto;
    }

    .pic-li-border {
        width: auto;
        margin: 100px 0 0;
        text-align: center;
        background: url(../images/pic_li_border.png) no-repeat center center;
    }

    .pic-li-name {
        font: 400 36px/42px '微软雅黑';
        color: #004672;
    }

    .pic-li-ac {
        font: 400 18px/30px '微软雅黑';
        color: #000;
    }
    .pics ul li:nth-child(2n) .pic-li-center {
        text-align: right;
    }

    .pic-li-font {
        order: 3;
        width: 500px;
        padding: 60px 0 0;
        font: 400 18px/36px '微软雅黑';
        color: #000;
    }

    .pics ul li:nth-child(2n) .pic-li-font {
        order: 1;
        padding-left: 100px;
    }

    .pic-li-box:hover {
        transform: translate3d(-20px, 0, 0);
    }

    /* .pics ul li:nth-child(2n) .pic-li-box:hover {
        transform: translate3d(20px,0,0);
    } */

}