/* 产品列表 */
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.pics ul i {
    display: block;
}

.pics ul i img {
    width: 100%;
}

.pics ul p {
    overflow: hidden;
    padding: 0 2px;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #005ab2;
}

.pic-li-layer {
    display: none;
}

@media (min-width: 1200px) {
    .pics {
        padding: 20px;
    }

    .pics ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pics ul li {
        width: 33.3%;
        padding: 12px;
    }

    .pics ul a {
        display: block;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

    .pics ul i {
        display: block;
    }

    .pics ul p {
        font: 400 18px/72px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #005ab2;
    }

    .pic-li-layer {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 90, 178, 0.8);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        transition: 0.6s;
    }

    .pic-li-logo {
        padding: 100px 0 50px;
        text-align: center;
    }

    .pic-li-detail {
        width: 220px;
        margin: 0 auto;
        font: 400 16px/48px '微软雅黑';
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 12px;
    }

    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* 产品详情 */
.pic-er {
    padding: 4px;
    background: none;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    padding: 5px 0;
}

.pic-er-name {
    font: bold 14px/36px '微软雅黑';
    color: #005ab2;
    border-bottom: 1px solid #fff;
}

.pic-er-name span {
    display: block;
    width: 110px;
    text-align: center;
    background: #fff;
}

.pic-er-box {
    margin-top: 10px;
    height: 160px;
    padding: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #333;
    background: #fff;
}

.pic-er-box p {
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

.pic-er-bototm {
    margin-top: 10px;
}

.pic-er-info {
    font: bold 14px/36px '微软雅黑';
    color: #005ab2;
    border-bottom: 1px solid #fff;
}

.pic-er-info span {
    display: block;
    width: 110px;
    text-align: center;
    background: #fff;
}

.pic-er-p {
    min-height: 240px;
    margin-top: 10px;
    padding: 10px;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    background: #fff url(../images/pic_er_logo.png) no-repeat center center/80%;
}

.magnifyingShow {
    display: none;
}

@media (min-width: 1200px) {
    .pic-er {
        width: 930px;
        margin: 0 auto;
        padding: 42px;
        background: rgba(0, 90, 178, 0.6);
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 460px;
    }

    .pic-er-left img {
        width: 100%;
    }

    .pic-er-right {
        width: 370px;
    }

    .pic-er-name {
        font: bold 14px/48px '微软雅黑';
        color: #005ab2;
        border-bottom: 1px solid #fff;
    }

    .pic-er-name span {
        display: block;
        width: 110px;
        text-align: center;
        background: #fff;
    }

    .pic-er-box {
        margin-top: 20px;
        height: 273px;
        padding: 20px;
        font: 400 14px/24px '微软雅黑';
        color: #333;
        background: #fff;
    }

    .pic-er-box p {
        font: 400 14px/24px '微软雅黑';
        color: #000;
    }

    .pic-er-bototm {
        margin-top: 30px;
    }

    .pic-er-info {
        font: bold 14px/48px '微软雅黑';
        color: #005ab2;
        border-bottom: 1px solid #fff;
    }

    .pic-er-info span {
        display: block;
        width: 110px;
        text-align: center;
        background: #fff;
    }

    .pic-er-p {
        min-height: 240px;
        margin-top: 15px;
        padding: 20px;
        font: 400 16px/30px '微软雅黑';
        color: #000;
        background: #fff url(../images/pic_er_logo.png) no-repeat center center;
    }

    .con-FangDa {
        width: 460px;
        height: auto;
    }

    .con-fangDaIMg {
        width: 460px;
        height: 342px;
        position: relative;
        border: 0;
    }

    .con-fangDaIMg img {
        width: 460px;
        height: 342px;
    }

    .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: 0;
        left: 476px;
        width: 370px;
        height: 342px;
        background-color: #fff;
        border: 1px solid #eeeeee;
    }

    .magnifyingShow>img {
        width: 690px;
        height: 513px;
    }

}