.wrap {
    width: 1470px;
    max-width: 1470px;
    margin: auto;
}

.wrap-chid {
    max-width: 900px;
    margin: auto;
}

.pcnav,
.pcfoot {
    display: block;
}

.appnav,
.appfoot {
    display: none;
}

.hideimg {
    display: block;
}

.showimg {
    display: none;
}


.fill-null {
    height: 85px;
}

/* --header-- */

.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}


/* ---- */
.frame-logo {
    padding: 0px 80px;
    background-color: #ffffff;
    position: relative;
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.logo-bxle {
    display: flex;
    align-items: center;
}

.logo-bxle img {
    width: auto;
    height: 70px;
}


/* ---- */
.frame-cnt {
    width: 75%;
}

.frame-cnt>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frame-cnt>ul>li {
    position: relative;
}

.frame-cnt>ul>li>a {
    padding: 30px 0;
    font-size: 18px;
    color: #222222;
    font-weight: 550;
}

.frame-cnt>ul>li>a i {
    font-size: 14px;
}


.frame-cnt>ul>li:hover>a {
    color: #7e091e !important;
}

.title-itm  {
    color: #7e091e !important;
}



.chld-langu-dwn {
    width: 12vw;
    min-width: 270px;
    position: absolute;
    top: 60px;
    right: -30px;
    z-index: 99;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}



.pcbjmont {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.child-down {
    width: 280px;
    position: absolute;
    top: 74px;
    left: -20px;
    z-index: 99;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
}

/* .down-itm:hover {
    background-color: rgba(126, 9, 30, .1);
} */

.down-itm:hover>a {
    color: #7e091e;
}

.down-itm {
    border-radius: 5px;
}

.down-itm>a {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 /* .itmid {
   background-color: rgba(126, 9, 30, .1); 
}*/

.itmid>a {
    color: #7e091e;
}

.downshw {
    display: none;
}





.logo-bxri {
    padding-right: 30px;
}

.logo-bxri>a {
    font-size: 16px;
    font-weight: 600;
    color: #bc1f21;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}





/* ---main--分页------ */

.catalog-bj {
    background-color: #f5f5f5;
}

.paging-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0 60px;
}

.paging-box .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0068ab;
}

.navcnt {
    padding: 30px 0;
}


/* --footer-- */
.boost-bj {
    background-color: #f5f5f5;
}

.frame-bmtop {
    width: 100%;
}

.footer-top {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdada;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo p {
    margin-right: 40px;
}

.footer-logo p img {
    width: auto;
    height: 70px;
}

.footer-tptit {
    display: flex;
}

.footer-tptit h2 {
    margin-right: 30px;
    font-size: 36px;
    font-weight: 600;
    color: #06589e;
}




.footer-cnt{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.footer-ctle{
    width: 80%;
}

.footer-ctlul{
    display: flex;
    justify-content: space-between;
}

.footer-ctlul li span{
    font-size: 16px;
}
.footer-ctlul li p{
    font-size: 22px;
}



.footer-ctltxt{
    font-size: 16px;
    padding-top: 50px;
}



.footer-ctcode{
    width: 120px;
}
.footer-ctcode img{
    width: 100%;
    height: auto;
}
.footer-ctcode p{
    text-align: center;
    font-size: 12px;
    padding: 5px;
}


