/* @media only screen and (max-width: 1400px) {
    .wrap {
        max-width: 1200px;
    }

    .frame-bmbtm {
        padding: 30px 0;
    }
} */
.wrapmax {
    max-width: 1920px;
    min-width: 1100px;
    margin: auto;
}

@media only screen and (max-width: 1400px) {
    .wrap {
        width: auto;
        max-width: 1100px;
        min-width: 1100px;
    }

    .frame-logo {
        padding: 0px 30px;
    }

    .logo-bxle img {
        width: auto;
        height: 60px;
    }


    .frame-cnt>ul>li>a {
        padding: 25px 0;
        font-size: 14px;
    }



    .fill-null {
        height: 71px;
    }


    .logo-bxri {
        padding-right: 20px;
    }

    .logo-bxri>a {
        font-size: 14px;
        padding: 8px 15px;
    }






    .child-down {
        width: 260px;
        top: 60px;
    }

    .down-itm>a {
        font-size: 14px;
        padding: 8px 15px;
    }

    .paging-box {
        padding: 30px 0 50px;
    }

    .navcnt {
        padding: 20px 0;
    }







    /* ------------------ */

    .footer-logo p {
        margin-right: 30px;
    }

    .footer-top {
        padding: 15px 0;
    }

    .footer-tptit h2 {
        margin-right: 20px;
        font-size: 30px;
    }

    .footer-logo p img {
        width: auto;
        height: 60px;
    }

    .footer-cnt {
        padding: 30px 0;
    }
    

    .footer-ctlul li span {
        font-size: 14px;
    }

    .footer-ctlul li p {
        font-size: 18px;
    }

    .footer-ctltxt {
        font-size: 14px;
        padding-top: 40px;
    }

}

@media only screen and (max-width: 769px) {
    .wrap {
        max-width: 100% !important;
        min-width: 100%;
    }

    .pcnav,
    .pcfoot {
        display: none;
    }

    .appnav,
    .appfoot {
        display: block;
    }


    /* -----header---- */
    .appnav {
        position: relative;
    }

    .fill-null {
        width: 100%;
        height: 1rem;
    }

    .appnav-top {
        width: 100%;
        height: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .appnav-tple {
        width: 20%;
    }

    .appnav-tpimg {
        height: 50px;
        padding: 0 .2rem;
    }

    .appnav-tpimg img {
        width: auto;
        height: 100%;
        max-height: 1rem;
    }





    .paging-box {
        padding: .3rem 0 .5rem;
    }

    .navcnt {
        padding: .2rem .1rem;
    }

    .layui-breadcrumb a {
        font-size: 12px;
    }












    /* ---按钮--- */
    .menu-button {
        width: 20%;
        height: 100%;
        padding: .3rem .1rem;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #ffffff;
    }

    .menu-button .bar:nth-of-type(1) {
        margin-top: 0px;
    }

    .menu-button .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }

    .bar {
        position: relative;
        display: block;
        width: .5rem;
        height: .05rem;
        margin: .1rem auto;
        background-color: #7e091e;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }

    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    /* -----左侧列表----- */
    .appbjmont {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 91;
        background-color: rgba(0, 0, 0, .5);
        display: none;
    }

    .appnav-left {
        width: 60%;
        height: 100vh;
        background-color: #ffffff;
        position: fixed;
        left: -60vw;
        top: 0;
        z-index: 95;
        transition: all .3s;
        overflow-y: auto;
    }


    .frame-titap>ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .frame-titap>ul>li {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .frame-titap>ul>li>a {
        width: 100%;
        font-size: 14px;
        padding: 18px 0;
        display: inline-block;
        text-align: center;
    }

    .title-itm::after {
        bottom: 10px;
    }

    .lischild {
        width: 100%;
        background-color: #f5f5f5;
        border-top: 1px solid #e5e5e5;
        display: none;
        transition: all .5s;
    }

    .lischild>a {
        width: 100%;
        height: 50px;
        padding: .15rem .2rem;
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .apptile {
        background-color: #f9f9f9 !important;
        color: #7e091e !important;
        font-weight: 600;
    }

    .logo-bxri {
        display: flex;
        justify-content: center;
        padding: 0.3rem 0;
        border-top: 1px solid #e5e5e5;
    }

    /*  .language {
        margin-left: 0;
    }
    .language a span {
        font-size: .24rem;
        margin-left: .1rem;
    } */

    /* -----footer---- */
    .foote-app {
        background-color: #f4f3f3;
    }

    .frame-bmcnt {
        padding: .1rem;
    }

    .frame-cntle ul {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .1rem;
    }

    .frame-cntle ul li {
        margin: .05rem 0rem;
    }

    .frame-cntri {
        justify-content: flex-end;
    }









    .footer-top {
        padding: .15rem .1rem;
    }

    .footer-tptit h2 {
        margin-right: .2rem;
        font-size: 22px;
    }

    .footer-logo p {
        margin-right: .4rem;
    }

    .footer-logo p img {
        height: 50px;
    }


    .footer-cnt {
        padding: .3rem .1rem;
    }

    .footer-ctle {
        width: 70%;
    }
    .footer-ctlul {
        flex-wrap: wrap;
    }

    .footer-ctlul li {
        margin-bottom: .2rem;
    }

    .footer-ctcode {
        width: 100px;
    }

    .footer-ctlul li span {
        font-size: 12px;
    }
    .footer-ctlul li p {
        font-size: 16px;
    }

    .footer-ctltxt {
        font-size: 12px;
        padding-top: .4rem;
    }



}