.wrap {
    width: 1500px;
    max-width: 1500px;
    margin:0 auto;
}
.pcnav , .pcfoot{
    display: block;
}
.appnav , .appfoot{
    display: none;
}

/* --header-- */
.frame-box {
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

/* ---- */
.frame-logo {
    padding: 15px 35px;
    background: linear-gradient(to top , rgba(0,0,0,0) , rgba(0,0,0,1));
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-bxle {
    display: flex;
    align-items: center;
}

.logo-bxle img {
    width: auto;
    height: 50px;
}

.logo-bxri {
    display: flex;
    align-items: center;
}


.language {
    position: relative;
}
.language .tabber-child{
    top: 45px;
}
.language a{
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px 15px;
    color: #ffffff;
}
.language a img{
    width: 20px;
    height: 20px;
}
.language a span{
    font-size: 16px;
    
}
.language a i{
    font-size: 14px;
}



/* ---- */
.frame-title>ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 50px;
}

.frame-title>ul>li {
    padding: 12px 0;
    position: relative;
}

.frame-title>ul>li > a {
    font-size: 18px;
    color: #ffffff;
}
.title-itm a{
    /* color: #e1000f !important; */
}
/* .title-itm::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #e1000f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
 .language:hover .tabber-child{
    display: block;
}
.frame-title>ul>li:hover .tabber-child{
    display: block;
}
.tabber-child{
    width: 200px;
    position: absolute;
    top: 48px;
    left:50%;
    transform: translateX(-50%);
    z-index: 95;
    display: none;
}
.tabber-chldul{
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}
.tabber-chldul > a{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius:5px;
    color: #333;
}
.tabber-chldul > a:hover{
    background-color: #eeeeee;
}


/* ---main--分页------ */
.paging-box{
    display: flex;
    justify-content: center;
}


.parenersbj {
    width: 100vw;
    height: 100vh;
    position: fixed !important;
}

.newsv-navig{
    position: relative;
}
.layui-breadcrumb a:hover{
    color: #ffffff !important;
}
.layui-breadcrumb a cite{
    color: #ffffff;
}
.layui-breadcrumb span[lay-separator]{
    color: #be0707;
}




/* 背景 */
.message-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #131821;
}

.message-bj {
    max-width: 1920px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.message-bj>img {
    width: 100%;
    height: auto;
}



/* --footer-- */
.frame-btm{
    background-color: #131821;
    position: relative;
    z-index: 9;
}
.boost-bj {
    background-image: url("../images/picbj01.png");
    background-size: 95% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}


.frame-bmtop {
    width: 100%;
    padding: 90px 0;
}

.frame-bmtp-logo{
    display: flex;
    justify-content: space-between;
}
.bmtp-logo-img img{
    width: auto;
    height: 60px;
}

.bmtp-logo-search{
    width: 34%;
}

.search-box{
    border-radius: 50px;
    background-color: #162946;
    padding: 8px;
    display: flex;
    align-items: center;
}
.search-box input{
    width: 90%;
    font-size: 20px;
    flex: 1;
    padding: 10px 20px;
    background-color: transparent;
    color: #ffffff;
}
.search-box button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border-width: 0;
    background-color: transparent;
    cursor: pointer;
}
.search-box button img{
    width: 100%;
    height: 100%;
}


.frame-bmtp-cnt{
    padding-top: 80px;
    display: flex;
}
.frame-bmtp-ctli{
    width: 33%;
    display: flex;
    flex-direction: column;
}
.frame-bmtp-ctli h3{
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    cursor:pointer;
}
.frame-bmtp-ctli a{
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: .6;
    font-weight: 300;
}


.frame-bmtp-address{
    width: 34%;
}
.address-tit{
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 15px;
}
.address-ul{
    display: flex;
    gap: 17px;
    border-bottom: 2px solid #2b3038;
}
.address-ul li{
    font-size: 20px;
    color: #7c7c7c;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}
.liactive{
    color: #ffffff !important;
}
.liactive::after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c20707;
}

.address-txt{
    font-size: 26px;
    color: #ffffff;
    padding: 35px 0 30px;
}
    .address-txt > p{
        display:none;
    }
.addresshow{
    display:block !important;
}

.emaill-txt {
    font-size: 26px;
    color: #ffffff;
}


.emaill-btm{
    display: flex;
    gap: 20px;
    padding-top: 35px;
}
.emaill-btm > a{
    width: 50px;
    height: 50px;
    position:relative;
}
.emaill-btm > a > img{
    width: 100%;
    height: 100%;
}
    .emaill-btm > a:hover .code-img {
        display: block;
    }
    .code-img {
        width: 120px;
        position: absolute;
        top: 100%;
        left: 0;
        padding-top: 10px;
        display: none;
    }
    .code-img > img{
        width:100%;
        height:auto;
    }



    /* ---- */
    .frame-bmbtm {
        padding: 0 0 50px;
    }

.frame-bmp{
    font-size: 16px;
    color: #ffffff;
    opacity: .6;
}
.frame-bmp p{
    padding: 2px 0;
}
.frame-bmp p a{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.frame-bmcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.frame-cntle ul {
    display: flex;
    align-items: center;
}

.frame-cntle ul li {
    padding: 0 5px;
    opacity: .6;
}

.frame-cntle ul li img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.frame-cntle ul li a {
    color: #ffffff;
    font-size: 16px;
}
.frame-cntle ul li span{
    color: #ffffff;
}
.frame-cntri {
    display: flex;
    align-items: center;
    opacity: .6;
}
.frame-cntri img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.frame-cntri p {
    color: #ffffff;
    font-size: 16px;
}