.btm_box {
    padding: 1.1rem 2.64rem;
    box-sizing: border-box;
}

.zw_title_yx_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.zw_box {
    font-size: .42rem;
    color: #231815;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.zw_box img {
    width: .27rem;
    height: .23rem;
    margin-right: .21rem;
}

.yx_box {
    display: flex;
    align-items: center;
}

.yx_box p {
    font-size: .18rem;
    color: #170E0E;
    display: flex;
    flex-direction: column;
    margin-left: .18rem;
}

.yx_box p a {
    font-size: .3rem;
    color: #D72318;
    font-weight: bold;
}

.yx_box img {
    width: .51rem;
    height: .48rem;
}

.bg_box {
    margin-top: .6rem;
}

.bt_box {
    padding: .49rem .75rem;
    box-sizing: border-box;
    background-color: #D72318;
    font-size: .22rem;
    color: #FFFFFF;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

.bg_content_box {
    padding: .42rem .72rem .97rem;
    box-sizing: border-box;
    background-color: #F8F8F8;
}

.bg_title {
    font-size: .24rem;
    color: #333333;
    font-weight: bold;
}

.rich_box {
    margin-top: .28rem;
}

.rich_box h4 {
    font-size: .18rem;
    color: #333333;
    font-weight: bold;
    margin-top: .25rem;
    margin-bottom: .1rem;
}

.rich_box h4:nth-child(1) {
    margin-top: 0;
}

.rich_box p {
    font-size: .16rem;
    color: #333333;
    line-height: 1.8;
}

.yx_text {
    font-size: .18rem;
    color: #D72318;
    font-weight: bold;
    margin-top: .41rem;
    display: inline-block;
}

.bg_content_box .more_btn {
    margin-top: .4rem;
}

.page_title_box {
    transform: translate(0);
    margin: 0;
}

.bbg_box {
    width: 15.18rem;
    height: 6.62rem;
    background-image: url('../img/zxnsnbg1.png');
    margin-top: .53rem;
    display: flex;
    justify-content: space-between;
    padding-top: 3.51rem;
    padding-left: 1.23rem;
    padding-right: 2.45rem;
    box-sizing: border-box;
}

.btm_box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bbg_item {
    max-width: 7.19rem;
}


.bbg_item h1 {
    font-size: .24rem;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    line-height: 1.8;
}

.bbg_item h1 span {
    font-size: .16rem;
    color: #fff;
    line-height: .33rem;
}

.bbg_content {
    margin-top: .15rem;
}

.bbg_content p {
    font-size: .16rem;
    line-height: .3rem;
    color: #FFFFFF;
}

.bbg_item:nth-child(2) {
    margin-top: .4rem;
}

.bbg_item:nth-child(2) .bbg_content {
    margin-top: .10rem;
}


.zw_list_out {
    margin-top: .9rem;
    width: 15.19rem;
}


.zw_list {
    margin-top: .38rem;
}

.zw_item {
    width: 100%;
    height: 1.86rem;
    background-image: url('../img/zwbg1.png');
    margin-top: .26rem;
    padding: .35rem .45rem;
    box-sizing: border-box;
    display: block;
    transition: .3s;
}

.zw_item:hover {
    transform: translate(0, -.1rem);
    filter: drop-shadow(0px 0px 4px rgba(215, 35, 24, .4));
}

.zw_item:nth-child(1) {
    margin-top: 0;
}

.zw_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .22rem;
    margin-bottom: .35rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.zw_name {
    font-size: .3rem;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.zw_name img {
    width: .38rem;
    height: .38rem;
    margin-right: .3rem;
}

.zw_btn {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #333333;
}

.zw_btn img {
    width: .17rem;
    height: .14rem;
    margin-left: .15rem;
}

.zw_btm {
    display: flex;
    align-items: center;
}

.zw_btm p {
    width: 25%;
    font-size: .18rem;
    color: #333333;
}

.page_box {
    margin-top: .67rem;
}

@media screen and (max-width:1150px) {
    .btm_box {
        padding: .12rem;
    }

    .zw_box, .yx_box {
        /* zoom: .4; */
    }

    .yx_box img {
        width: calc(.51rem * .4);
        height: calc(.48rem * .4);
    }

    .bg_box {
        margin-top: .24rem;
        /* zoom: .4; */
    }

    .bbg_content p {
        font-size: .12rem;
        line-height: 1.5;
    }

    .yx_box p {
        font-size: calc(.18rem * .5);
        margin-left: calc(.18rem * .4);
    }

    .yx_box p a {
        font-size: calc(.3rem * .5);
    }

    .zw_box {
        font-size: calc(.42rem * .4);
    }

    .zw_box img {
        width: calc(.27rem * .4);
        height: calc(.23rem * .4);
        margin-right: calc(.21rem * .4);
    }

    .bt_box {
        font-size: .1rem;
        padding: .12rem;
        box-sizing: border-box;
    }

    .bbg_box {
        width: 100%;
        height: auto;
        padding: .24rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .zw_list_out {
        width: 100%;
        margin-top: .24rem;
        padding: 0;
    }

    .zw_list {
        margin-top: .24rem;
    }

    .zw_item {
        padding: .24rem;
        height: auto;
    }

    .zw_top {
        padding: 0;
        padding-bottom: .24rem;
        margin-bottom: .24rem;
    }

    .zw_name {
        font-size: .18rem;
    }

    .zw_btn {
        font-size: .12rem;
    }

    .zw_btm {
        display: flex;
        flex-direction: column;
    }

    .zw_btm p {
        width: 100%;
        font-size: .16rem;
        margin-top: .12rem;
    }

    .zw_btm p:nth-child(1) {
        margin-top: 0;
    }

    .bg_content_box {
        padding: .12rem;
    }

    .bg_title {
        font-size: .16rem;
    }

    .rich_box {
        margin-top: .2rem;
    }

    .rich_box p {
        font-size: .12rem;
        line-height: 1.5;
    }

    .yx_text {
        font-size: .12rem;
        margin-top: .2rem;
    }
}