.w {
    width: 95%;
    margin: auto;
    /* overflow: hidden; */
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.headbox {
    display: none !important;
}

.forbidrootscroll {height:100%;overflow:hidden;}

    .m-headbox {
        display: flex;
        position: fixed;
        height: 60px;
        background: #000000e8;
        width: 100%;
        padding: 5px 20px;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
        top: 0;
    }
    
    .m-headbox .m-logo {
        /* width: 150px; */
        height: 100%;
        border-radius: 5px;
        /* padding: 5px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .m-headbox .m-logo .text-box {
        margin-left: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .m-headbox .m-logo .text-box p:nth-child(1) {
        color: #ffffff;
        font-size: 24px;
        text-align: center;
        letter-spacing: 5px;
        text-shadow: 2px 2px 3px #000000;
    }
    
    .m-headbox .m-logo .text-box p:nth-child(2) {
        font-weight: bold;
        font-size: 10px;
    }
    
    .m-headbox .m-logo img {
        height: 100%;
        width: auto;
    }
    
    .m-headbox .list-button {
        height: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .m-headbox .list-button .mlangchange {
        width: 30px;
        height: 100%;
        position: relative;
        margin-right: 20px;
        line-height: 40px;
    }
    
    .m-headbox .list-button .mlangchange .pic-box {
        height: 100%;
    }
    
    .m-headbox .list-button .mlangchange .showbox {
        display: none;
        transition: unset;
        width: 300%;
        height: auto;
        position: absolute;
        background: #2EA199;
        font-size: 20px;
        color: #fff;
        text-align: center;
        right: -100%;
        line-height: 40px;
    }
    
    .m-headbox .list-button .mlangchange .showbox a {
        display: inline-block;
        width: 100%;
        border-top: 1px #ffffff52 solid;
    }
    
    .m-headbox .list-button .linebox {
        display: flex;
        width: 30px;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    
    .m-headbox .list-button .line {
        width: 100%;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }
    
    .m-top-menu {
        position: fixed!important;
        background: #3e8fc038;
        height: 100%;
        width: 100%;
        margin-top: 60px;
        left: 0;
        top: 0;
        z-index: 999;
        display: none;
    }
    
    .m-top-menu .left {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
    }
    
    .m-top-menu>ul {
        width: 40%;
        height: 100%;
        overflow: scroll;
        background: #000000ab;
        color: #fff;
        /* text-align: center; */
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        position: absolute;
        right: -40%;
        /* box-sizing: border-box; */
        padding-bottom: 16px;
    }
    
    .m-top-menu>ul a {
        color: #fff;
    }
    
    .m-top-menu>ul>li {
        width: 100%;
        height: auto;
        padding: 10px;
        border-bottom-color: #fff;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        /* padding-left: 20px; */
        overflow: hidden;
        text-align: center;
        /* padding-bottom: 20px; */
    }
    .m-top-menu>ul>li > a {
        font-size: 16px;
    }
.m-top-menu>ul>li .caidanbox {
             margin-top: 4px;
             display: none;
            transition: all 2s;
}
    
        .m-top-menu>ul>li .caidanbox a {
        font-size: 14px;
    }
    .m-top-menu>ul>li .caidanbox li {
        padding: 6px 0;
    }
    .m-top-menu>ul>li>ul {
        display: none;
    }
    
    .m-top-menu>ul>li:hover ul {
        display: block;
    }
    
    .m-top-menu>ul>li>ul {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .m-top-menu>ul>li>ul>a {
        display: block;
        margin: 15px 0;
        color: #858585;
    }
    /* 底部样式 */
    /* m-footer css */
    
    .m-footbut {
        width: 100%;
        height: 60px;
    }
    
    .m-footbut .navwrapper {
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0;
        background: #1074B1;
        display: flex;
        justify-content: space-between;
        z-index: 9999;
        padding: 2px 10px;
        border-top: 1px #ffffff2e solid;
    }
    
    .m-footbut .navwrapper .navbox {
        width: 32%;
        display: flex;
        flex-direction: column;
        color: #fff;
        align-items: center;
        justify-content: space-between;
        border-right: 1px #ffffff57 solid;
        font-size: 14px;
    }
    
    .m-footbut .navwrapper .navbox:nth-child(4) {
        border: none;
    }
    
    .m-footbut .navwrapper .navbox .pic-box {
        width: 30%;
        margin: 5px 0px;
    }
    
    .blockclass {
        display: block !important;
        /*transform: translateY(0%);*/
        
    }
/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¾ */
.footernavbox {
    display: none;
}

.m-footernavbox {
    width: 100%;
    color: #fff;
    font-size: 18px;
    /* padding: 3px 70px; */
    position: relative;
    border-top: 10px solid #f00;
    overflow: hidden;
    margin-bottom: 70px;
}

.m-footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #22262e;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* filter: blur(4px);*/
    z-index: -1;
    transform: scale(1.05);
}

.m-footernavbox .footercontent .footertop {
    border-bottom: 1px solid #bdbec4;
    padding: 0px 0px 20px 0;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    /* margin-bottom: 20px; */
    padding-left: 20px;
}

.m-footernavbox .footercontent .fcontentbox {
    display: flex;
    justify-content: space-around;
    padding: 16px 0px;
    flex-direction: column;
}

.m-footernavbox .footercontent .fcontentbox .img {
    width: 16%;
    /* height: 200px; */
}

.m-footernavbox .footercontent .fcontentbox .img img {
    width: 60%;
    /* height: 100%; */
    /* object-fit: cover; */
}

.m-footernavbox .footercontent .fcontentbox .footernav {
    width: 100%;
    /* height: 315px; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.m-footernavbox .footercontent .fcontentbox .footernav .navlist {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
    width: 100%;
}
.m-footernavbox .footercontent .fcontentbox .footernav .navlist a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 14px;
    margin-right: 8px;
    width: 31%;
    margin-bottom: 2%;
}
.m-footernavbox .footercontent .fcontentbox .footernav .navlist a::after {
    display: block;
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #fff;
}


.m-footernavbox .footercontent {
    /* margin-top: 30px; */
    /* display: flex; */
    width: 100%;
    margin: auto;
    padding: 0 16px;
}

.m-footernavbox .footercontent .contact {
    display: flex;
    width: 100%;
    /* height: 50%; */
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    flex-direction: column-reverse;
}

.m-footernavbox .footercontent .contact .list {
    display: block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 21px;
    color: #fff;
    font-size: 18px;
}

.m-footernavbox .footercontent .fcontentbox .footernav .lianxibox .list {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.m-footernavbox .footercontent .fcontentbox .footernav .lianxibox .list img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.m-footernavbox .footercontent .fcontentbox .footerimg {
    top: 0;
    right: 210px;
    display: flex;
    /* padding: 0px 20px; */
    font-size: 16px;
    justify-content: center;
    width: 100%;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm {
    display: flex;
    margin-top: 10px;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm >div {
    margin-right: 10px;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm>div:nth-child(2) {
    margin-right: 0;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm p {
    margin-top: 10px;
    text-align: center;
}
.m-footernavbox .footercontent .fcontentbox .footerimg .title .phone {font-size: 26px;color: #fff;font-weight: 600;margin: 6% 0;}
.m-footernavbox .footercontent .fcontentbox .footerimg .title p {
    width: 100%;
    text-align: right;
}
.m-footernavbox .footercontent .fcontentbox .footerimg .title p:last-child {
    font-size: 12px;
}


.m-footernavbox .footercontent {
}

.m-footernavbox .footercontent .title {
    font-size: 16px;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    color: #ffffffd6;
    flex-direction: column;
    justify-content: center;
    margin-right: 6%;
    display: none;
}

.m-footernavbox .footercontent .title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.m-footernavbox .footercontent .contact .list:nth-child(2n) {
    margin-right: 0;
}

.prompt {
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
}

.prompt a {
    font-size: 14px;
    color: #fff;
}
/*浮动导航*/
.fddh {
    display:  none !important;
}
.pop_bg {
        display:  none !important;
}