@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 768px) {
    .section-box-banner-box, .cont-box ul.szyw, .link-box, .footer-right {
        display: none;
    }

    .cont-box {
        margin-bottom: 24px;
    }

    ul.container-box li {
        width: calc(50% - 16px);
    }

    .cont-img-box.fcbox {
        height: 185px;
        margin-bottom: 32px;
    }

    .cont-img-box.fcbox .float-l {
        margin-right: 0;
        width: 100%;
        height: 185px;
        overflow: hidden;
        margin-bottom: 32px;
    }

    .cont-img-box.fcbox .float-r {
        display: none;
    }

    .link-box2 {
        display: block;
    }

    .section-box {
        background: #fff;
        padding: 0;
    }

    .section-box-white {
        padding: 24px 0 0;
    }

    .cont-box ul.szyw-mobile {
        display: block;
    }

    .ybgj {
        padding:16px 0;
    }

    .cont-title.cont-title-noBorder {
        padding-bottom: 0;
    }

    .ybgj .cont-title.cont-title-noBorder {
        margin: 0 15px 16px;
    }

    .big-img-item {
        margin-bottom: 24px;
    }
    .big-img-item span {
        margin-top: 8px;
    }
    .section-box-red {
        padding: 24px 0 8px;
    }

    .bottom-cont {
        justify-content: flex-start;
    }
    .bottom-link {
        padding: 16px 0;
        line-height: 40px;
    }
    .bottom-link h2 {
        line-height: 40px;
    }
}

@media screen and (max-width: 420px) {
    .link-box2 b{
        display: none;
    }
    .link-box2 .float-r {
        width: calc(100% - 4px);
        height: auto;
        padding: 10px 24px;
    }

    .header-tip {
        font-size: 12px;
    }

    .bottom-link h2 {
        display: none;
    }
    .bottom-cont{
        width: 100%;
        justify-content: center;
    }
    .bottom-link {
        padding: 0 0 16px;
    }
}