/* 产品列表 */
.pics {}

.pics {
    background: rgba(48, 95, 176, 0.8);
}

.pic-nav {
    position: relative;
}

.pic-en {
    display: none;
}

.pic-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.pic-nav ul li {
    display: block;
    width: 50%;
    padding: 2px;
}

.pic-nav ul a {
    display: block;
    padding: 0 10px;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: center;
    background: #fff;
}

.pic-nav ul .active a {
    color: #fff;
    background: #db2e38;
}

.pic-box ul {
    display: flex;
    flex-wrap: wrap;
}

.pic-box ul li {
    width: 50%;
    padding: 2px;
}

.pic-box ul a {
    position: relative;
    display: block;
    overflow: hidden;
}

.pic-box ul i {
    display: block;
}

.pic-box ul i img {
    width: 100%;
}

.pic-li-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: rgba(0, 56, 159, 0.5);
    transition: 0.6s;
}

.pic-li-layer {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translate3d(0, 80%, 0);
    transition: 0.6s;
}

.pic-li-logo {
    padding: 50px 0 10px;
}

.pic-li-detail {
    width: 140px;
    margin: 0 auto;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.pic-box ul a:hover .pic-li-name {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}

.pic-box ul a:hover .pic-li-layer {
    opacity: 1;
    transform: rotateX(0);
}

.pages {
    background: rgba(48, 95, 176, 0.8);
}

@media (min-width: 1200px) {
    .pics {
        display: flex;
        justify-content: space-between;
        padding: 20px 30px;
        background: rgba(48, 95, 176, 0.8);
    }

    .pic-nav {
        position: relative;
        width: 240px;
        padding: 80px 0 0;
    }

    .pic-en {
        display: block;
        position: absolute;
        left: 0;
        top: -50px;
    }

    .pic-nav ul {
        display: block;
    }

    .pic-nav ul li {
        display: block;
        width: auto;
        padding: 0 0 20px;
    }

    .pic-nav ul a {
        display: block;
        padding: 0 15px;
        font: 400 16px/36px '微软雅黑';
        color: #000;
        text-align: left;
        background: #fff;
    }

    .pic-nav ul a:hover {
        color: #fff;
        background: #db2e38;
    }


    .pic-box {
        width: 870px;
    }

    .pic-box ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pic-box ul li {
        width: 33.3%;
        padding: 5px;
    }

    .pic-box ul a {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .pic-box ul i {
        display: block;
    }

    .pic-box ul i img {
        width: 100%;
    }

    .pic-li-name {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        font: 400 14px/42px '微软雅黑';
        color: #fff;
        text-align: center;
        background: rgba(0, 56, 159, 0.5);
        transition: 0.6s;
    }

    .pic-li-layer {
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        transform: translate3d(0, 80%, 0);
        transition: 0.6s;
    }

    .pic-li-logo {
        padding: 50px 0 10px;
    }

    .pic-li-detail {
        width: 140px;
        margin: 0 auto;
        font: 400 14px/30px '微软雅黑';
        color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .pic-box ul a:hover .pic-li-name {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    .pic-box ul a:hover .pic-li-layer {
        opacity: 1;
        transform: rotateX(0);
    }

    .pages {
        background: rgba(48, 95, 176, 0.8);
    }
}


/* 产品详情 */
.pic-er {
    padding: 15px;
    background: rgba(48, 95, 176, 0.8);
}

.pic-er-box {
    padding: 10px 0;
}

.pic-er-left {
    display: block;
    border: 3px solid #fff;
}

.pic-er-left i {
    display: block;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    margin-top: 10px;
}

.pic-er-name {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.pic-er-name span {
    display: block;
    width: 84px;
    font: bold 14px/30px '微软雅黑';
    color: #19499c;
    text-align: center;
    background: #fff;
}

.pic-er-p {
    padding: 10px;
    background: #fff;
}

.pic-detail-bottom {
    margin: 20px 0 0;
}

.pic-er-attr {
    display: flex;
    padding: 0 0 5px;
}

.pic-er-attr pre {
    flex-shrink: 0;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

.pic-er-attr p {
    flex-grow: 1;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

.pic-detail-name {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.pic-detail-name span {
    display: block;
    width: 84px;
    font: bold 14px/30px '微软雅黑';
    color: #19499c;
    text-align: center;
    background: #fff;
}

.pic-detail-p {
    min-height: 300px;
    padding: 10px;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    background: #fff url(../images/pic_er_logo.png) no-repeat right bottom/50%;
}

.magnifyingShow {
    display: none;
}

@media (min-width: 1200px) {
    .pic-er {
        display: flex;
        justify-content: space-between;
        padding: 20px 30px;
        background: rgba(48, 95, 176, 0.8);
    }

    .pic-er-box {
        width: 870px;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-left {
        width: 470px;
        border: 5px solid #fff;
    }


    .pic-er-right {
        width: 380px;
        margin: 0;
    }

    .pic-er-name {
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    .pic-er-name span {
        display: block;
        width: 108px;
        font: bold 14px/48px '微软雅黑';
        color: #19499c;
        text-align: center;
        background: #fff;
    }

    .pic-er-p {
        height: 286px;
        padding: 20px 10px 0;
        background: #fff;
    }

    .pic-detail-bottom {
        margin: 40px 0 0;
    }

    .pic-er-attr {
        display: flex;
        padding: 0 0 20px;
    }

    .pic-er-attr pre {
        flex-shrink: 0;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }

    .pic-er-attr p {
        flex-grow: 1;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }

    .pic-detail-name {
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    .pic-detail-name span {
        display: block;
        width: 108px;
        font: bold 14px/48px '微软雅黑';
        color: #19499c;
        text-align: center;
        background: #fff;
    }

    .pic-detail-p {
        min-height: 300px;
        padding: 20px;
        font: 400 14px/24px '微软雅黑';
        color: #000;
        background: #fff url(../images/pic_er_logo.png) no-repeat right bottom;
    }

    .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;
    }
}