@media only screen and (max-width: 1500px) {
    .wrap {
        max-width: 1400px;
    }

    .frame-logo {
        padding: 10px 60px;
    }

    .logo-bxle img {
        height: 35px;
    }
}



@media only screen and (max-width: 1340px) {
    .wrap {
        width: auto;
        max-width: 1140px;
        min-width: 1140px;
    }

    .frame-logo {
        padding: 8px 40px;
    }

    .logo-bxle img {
        height: 30px;
    }

    .frame-title>ul>li>a {
        padding: 13px 0;
        font-size: 14px;
    }

    .search img {
        width: 22px;
        height: 22px;
    }

    .language {
        padding: 13px 0;
    }

    .language>a>img {
        width: 22px;
        height: 22px;
    }

    .language>a>span {
        font-size: 14px;
    }

    .search {
        padding: 0 20px;
    }

    .quote-btn a {
        padding: 8px 25px;
        font-size: 16px;
    }


    .chld-langu-dwn {
        width: 26vw;
        top: 48px;
        padding: 8px
    }

    .langu-dwn-li>a img {
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }

    .langu-dwn-li>a {
        font-size: 12px;
    }

    .child-down {
        top: 45px;
    }

    .down-list>a{
        font-size: 14px;
        padding: 8px;
    }
    .child-dwnble > a {
        padding: 8px 0;
        font-size: 14px;
    }
    .child-dwnbri > a {
        padding: 8px 0;
        font-size: 14px;
    }







    /* main */
    .banner-box {
        bottom: 100px;
    }

    .banner-cnt h2 {
        font-size: 44px;
    }

    .banner-cnt p {
        font-size: 20px;
        margin-top: 15px;
        line-height: 28px;
    }







    /* footer */
    .footer-bmlogo {
        padding: 25px 0;
    }

    .fotebm-logoct-share>a {
        width: 35px;
        height: 35px;
        margin-left: 15px;
    }

    .footer-bmcnt {
        padding: 30px 0;
    }

    .footer-bmctul>li {
        margin-right: 30px;
    }

    .footer-bmctul>li a {
        font-size: 14px;
    }

    .footer-bmct-site>a {
        margin-left: 10px;
        font-size: 14px;
    }

    .footer-bmct-site>a img {
        width: 14px;
        height: 14px;
        margin-right: 3px;
    }

    .footer-bm-filing {
        padding: 10px 0;
    }

    .filing-le p {
        font-size: 14px;
        margin-right: 8px;
    }

    .filing-btn {
        width: 40px;
        height: 40px;
    }

    .filing-btn i {
        font-size: 18px;
    }

}

@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;
    }

    .fillnav {
        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 {
        width: 60%;
        padding: 0 .2rem;
    }

    .appnav-tpimg img {
        width: 100%;
        height: auto;
        max-height: 1rem;
    }

    /* ---按钮--- */
    .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: #07923a;
        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 {
        border-bottom: 1px solid #e5e5e5;

    }

    .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%;
        padding: .15rem .3rem;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
    }

    .apptile {
        background-color: #f9f9f9 !important;
        color: #07923a !important;
        font-weight: 600;
    }

    .logo-bxri {
        justify-content: center;
        padding: 0.3rem 0;
    }

    .language {
        width: 100%;
        padding: 0;
    }

    .language>a {
        justify-content: center;
    }

    .language>a>span {
        margin-left: .1rem;
        color: #222222;
    }

    .chld-langu-dwn {
        width: 100%;
        min-width: 100%;
        position: relative;
        top: 10px;
        padding: .1rem;
    }

    .langu-dwn-li {
        margin-top: .1rem;
    }

    .langu-dwn-li>a {
        padding: .05rem .1rem;
    }

    .langu-dwn-li>a {
        font-size: 11px;
    }

    .langu-dwn-ul {
        max-height: 45vh;
    }

    .langu-dwn-li>a img {
        width: 22px;
        height: 22px;
        margin-right: .1rem;
    }

   





    /* main */
    .banner-box {
        bottom: .2rem;
    }

    .banner-cnt {
        width: 75%;
        padding: 0 .1rem;
    }

    .banner-cnt h2 {
        font-size: 24px;
    }

    .banner-cnt p {
        font-size: 14px;
        margin-top: .15rem;
        line-height: 20px;
    }







    /* -----footer---- */

    .footer-bmlogo {
        padding: .25rem .1rem;
    }

    .logo-bxle img {
        height: 25px;
    }

    .fotebm-logoct-share>a {
        width: 30px;
        height: 30px;
        margin-left: .15rem;
    }

    .footer-bmcnt {
        padding: .3rem .1rem;
        flex-direction: column;
    }

    .footer-bmctul>li {
        margin-right: .3rem;
    }

    .footer-bmctul>li:last-child {
        margin-right: 0;
    }

    .footer-bmct-site {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-top: .1rem;
    }

    .footer-bmct-site>a {
        margin-left: 0px;
        margin-top: .1rem;
    }

    .footer-bmct-site>a img {
        margin-right: .1rem;
    }

    .footer-bm-filing {
        padding: .1rem .1rem;
    }

    .filing-le {
        width: 80%;
        flex-wrap: wrap;
    }

    .filing-le p {
        font-size: 12px;
        margin-right: .1rem;
        padding: .05rem 0;
    }

}