/* 产品列表 */
.pics {}

.pic-kind-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
}

.pic-kind-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 1px;
}

.pic-kind-nav ul li {
    width: 50%;
    padding: 1px;
}

.pic-kind-nav ul a {
    display: block;
    padding-bottom: 1px;
    font: 600 14px/24px "微软雅黑";
    text-align: center;
    color: #00936f;
    background: #e7e7e7;
}

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

.pics ul {
    padding: 5px;
}

.pics ul li {
    padding: 5px;
}

.pics ul a {
    display: block;
}

.pics ul a i {
    display: block;
    padding: 5px 15px;
    background: #00936f;
}

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

.pics ul a p {
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

@media (min-width: 1200px) {
    .common-nav {
        background: none;
    }

    .common-nav ul {
        justify-content: space-between;
        background: none;
    }

    .common-nav ul li {
        display: flex;
        justify-content: center;
        width: 568px;
        padding: 30px 0 20px;
        background: #00936f;
    }

    .pic-kind-nav {
        display: flex;
        justify-content: space-between;
        background: #e7e7e7;
    }

    .pic-kind-nav ul {
        display: flex;
        justify-content: space-around;
        width: 568px;
    }

    .pic-kind-nav ul li {
        width: auto;
        padding: 10px 0;
    }

    .pic-kind-nav ul a {
        display: block;
        width: auto;
        padding: 0 0 2px;
        font: 600 18px/24px "微软雅黑";
        text-align: center;
        color: #00936f;
        background: url(../images/com_nav_a.jpg) no-repeat 0 bottom/0 2px;
        transition: 0.6s;
    }

    .pic-kind-nav ul a:hover {
        background-size: 100% 2px;
    }

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
    }

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

    .pics ul a {
        display: block;
    }

    .pics ul a i {
        display: block;
        padding: 5px 15px;
        background: #00936f;
    }

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

    .pics ul a p {
        font: 400 16px/30px '微软雅黑';
        color: #000;
        text-align: center;
    }
}

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

.pic-er-left {
    padding: 5px;
    background: #00936f;
}

.con-fangDaIMg img {
    width: 100%;
}

.magnifyingShow {
    display: none;
}

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

.pic-er-title {
    margin-top: 10px;
    border-bottom: 1px solid #00936f;
}

.pic-er-title span {
    display: block;
    width: 120px;
    font: bold 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #00936f;
}

.pic-er-attr {
    display: flex;
    padding: 10px 0 0;
    font: bold 16px/20px '微软雅黑';
    color: #4d4d4d;
}

.pic-er-attr pre {
    flex-shrink: 0;
    font: bold 16px/20px '微软雅黑';
    color: #4d4d4d;
}

.pic-er-attr p {
    flex-grow: 1;
    font: bold 16px/20px '微软雅黑';
    color: #4d4d4d;
}

.pic-er-bottom {
    margin-top: 20px;
}

.pic-er-p {
    min-height: 120px;
    margin-top: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #6f6f6f;
}
.pic-er-bottom img {
    width: 100%;
}
@media (min-width: 1200px) {
    .pic-er {
        padding: 45px 90px;
    }

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

    .pic-er-left {
        width: 395px;
        padding: 5px 15px;
    }

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

    .pic-er-title {
        margin: 0;
    }

    .pic-er-title span {
        width: 135px;
        font: bold 18px/36px '微软雅黑';
    }

    .pic-er-attr {
        padding: 30px 0 0;
        font: bold 18px/36px '微软雅黑';
    }

    .pic-er-attr pre {
        font: bold 18px/36px '微软雅黑';
    }

    .pic-er-attr p {
        font: bold 18px/36px '微软雅黑';
    }

    .pic-er-bottom {
        margin-top: 60px;
    }

    .pic-er-bottom img {
        width: auto;
    }

    .pic-er-p {
        margin-top: 40px;
        font: 400 16px/30px '微软雅黑';
    }

    .con-FangDa {
        width: 435px;
        height: auto;
    }

    .con-fangDaIMg {
        width: 365px;
        height: 478px;
        position: relative;
        border: 0;
    }

    .con-fangDaIMg img {
        width: 435px;
        height: 338px;
    }

    .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: 380px;
        width: 365px;
        height: 478px;
        background-color: #fff;
        border: 1px solid #eeeeee;
    }

    .magnifyingShow>img {
        width: 730px;
        height: 956px;
    }
}