@media screen and (max-width: 812px) {
    .list-main-lg {
        background: none
    }

    .list-cont-lg {
        padding: 0
    }

    .lg-title {
        margin-bottom: 10px;
    }

    .lg-title > div {
        font-size: 20px;
    }

    .lg-img {
        margin-bottom: 26px
    }

    .lg-img-1 {
        background: url(../images/lg-img-1.png) right center no-repeat;
        width: 100%;
        height: 639px;

    }

    .lg-text {
        width: 100%;
        display: inline-block;
        float: none
    }

    .zc img {
        display: none
    }

    .zc h2 {
        color: #226bce;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px
    }

    .zc div {
        margin-left: 0
    }

    .zc p {
        font-size: 14px;
        line-height: 22px;
        padding-left: 14px;
        background: url(../images/zc-circle.png) no-repeat left 8px
    }

    .pd-40 {
        padding: 0;
        margin-bottom: 10px
    }

    .cybj-blue,
    .cybj-green {
        text-align: center
    }

    .cybj-blue p,
    .cybj-green p {
        width: 100%;
        box-sizing: border-box;
        text-align: left
    }

    .cybj-blue .cybj-title,
    .cybj-green .cybj-title {
        top: 20px;
        left: 0;
        position: relative
    }

    .cybj-blue {
        padding-bottom: 0
    }

    .cybj-blue img,
    .cybj-green img {
        position: relative;
        width: 100%;
        z-index: 11;
        left: 0;
    }

    .cybj-green p:before {
        display: none
    }

    .cybj-green p {
        position: relative;
        top: 0;
        right: 0
    }

    .jyzy img {
        width: 100%
    }

    .zjlg > div {
        float: none;
        width: 100%
    }

    h1 {
        font-size: 16px
    }

    .lg-cont {
        margin-bottom: 20px
    }
}

/*pad 竖屏*/
@media screen and (min-width: 768px) {
    .lg-img-1 {
        background: url(../images/lg-img-1.png) left center no-repeat;
        width: 48%;
        height: 639px;
    }

    .lg-text {
        width: 50%;
        display: inline-block;
        float: right
    }

    .w55 {
        width: 55%
    }

    .w62 {
        width: 62%
    }
}
