/* 产品列表 */
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}
.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul a {
    display: block;
}

.pics ul i {
    display: block;
    overflow: hidden;
}

.pics ul i img {
    width: 100%;
}

.pics ul li p {
    font: 400 16px/36px '微软雅黑';
    color: #333;
    text-align: center;
}
@media (min-width: 1200px) {
    .pics {
        padding: 15px;
    }

    .pics ul li {
        width: 33.3%;
        padding: 15px;
    }

    .pics ul a {
        display: block;
    }

    .pics ul i {
        display: block;
        overflow: hidden;
    }

    .pics ul i img {
        width: 100%;
        transition: 0.6s;
    }

    .pics ul li p {
        margin-top: 5px;
        font: 400 18px/60px '微软雅黑';
        color: #333;
        text-align: center;
    }

    .pics ul a:hover img {
        transform: scale(1.1);
    }

    .pics ul a:hover p {
        background: url(../images/pic_li_bg.png) no-repeat center center/100% 100%;
    }
}

/* 产品详情 */
.pic-er {
    padding: 15px;
}

.pic-er-box {
    padding: 10px 0;
}

.pic-er-left {
    display: block;
}

.pic-er-left i {
    display: block;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    margin-top: 10px;
}

.pic-detail-name {
    margin-bottom: 10px;
    font: bold 16px/36px '微软雅黑';
    color: #006f37;
    text-align: center;
    background: url(../images/pic_detail_bg.png) no-repeat center center/100% 100%;
}

.pic-detail-p {
    height: 120px;
    padding: 10px;
    font: 400 14px/20px '微软雅黑';
    color: #333;
    background: url(../images/fengrui.png) no-repeat 95% 95%/50%;
    border: 1px solid #338c5f;
}

.pic-info-bottom {
    margin: 20px 0 0;
}

.pic-info-name {
    width: 120px;
    font: bold 16px/36px '微软雅黑';
    text-align: center;
    color: #006f37;
    background: url(../images/pic_info.png) no-repeat center center/100% 100%;
}

.pic-info-p {
    min-height: 120px;
    margin-top: 10px;
    padding: 10px;
    font: 400 14px/20px '微软雅黑';
    color: #333;
    background: rgba(255, 255, 255, 0.8) url(../images/pic_er_logo.png) no-repeat center center/40%;
    border: 1px solid #338c5f;
}

.magnifyingShow {
    display: none;
}

@media (min-width: 1200px) {
    .pic-er {
        display: block;
        padding: 30px 90px;
        background: none;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 500px;
    }

    .pic-er-right {
        width: 480px;
        margin: 0;
    }

    .pic-detail-name {
        margin-bottom: 15px;
        font: bold 16px/48px '微软雅黑';
        color: #006f37;
        text-align: center;
        background: url(../images/pic_detail_bg.png) no-repeat center center/100% 100%;
    }

    .pic-detail-p {
        height: 282px;
        padding: 15px;
        font: 400 16px/30px '微软雅黑';
        color: #333;
        background: url(../images/fengrui.png) no-repeat 95% 95%;
        border: 1px solid #338c5f;
    }

    .pic-info-bottom {
        margin: 40px 0 0;
    }

    .pic-info-name{
        width: 152px;
        font: bold 16px/60px '微软雅黑';
        text-align: center;
        color: #006f37;
        background: url(../images/pic_info.png) no-repeat center center;
    }
    .pic-info-p{
        min-height: 282px;
        margin-top: 10px;
        padding: 15px;
        font: 400 16px/30px '微软雅黑';
        color: #333;
        background: rgba(255, 255, 255, 0.8) url(../images/pic_er_logo.png) no-repeat center center;
        border: 1px solid #338c5f;
    }

    .con-FangDa {
        width: 460px;
        height: auto;
    }

    .con-fangDaIMg {
        width: 460px;
        /* height: 320px; */
        position: relative;
        border: 0;
    }

    .con-fangDaIMg img {
        width: 460px;
        height: 346px;
    }

    .magnifyingBegin,
    .magnifyingShow {
        position: absolute;
        display: none;
        top: -2px;
    }

    .con-fangDaIMg>img {
        width: 100%;
        height: 100%
    }

    .magnifyingBegin {
        width: 150px;
        height: 150px;
        left: 0;
        background: rgba(70, 70, 70, 0.4);
        cursor: move
    }

    .magnifyingShow {
        overflow: hidden;
        top: -5px;
        left: 480px;
        width: 380px;
        height: 356px;
        background-color: #fff;
        border: 1px solid #eeeeee
    }

    .magnifyingShow>img {
        width: 800px;
        height: 601px;
    }
}