.wrap {
    width: 1330px;
    max-width: 1330px;
    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: 71px;
}

/* --header-- */

.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}


/* ---- */
.frame-logo {
    padding: 0px 40PX;
    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: 50px;
}

.logo-bxri {
    display: flex;
    align-items: center;
    
}
.search{
    cursor: pointer;
    padding-left: 40px;
    border-left: 2px solid #999999;
}
.search img{
    width: 30px;
    height: 30px;
}
/* .language {
    position: relative;
    padding:18px 0;
}
.language > a{
    display: flex;
    align-items: center;
    color: #222222;
}
.language > a > img{
    width: 25px;
    height: 25px;
}
.language > a > span{
    font-size: 16px;
    margin-left: 5px;
} */

/* ---- */
.frame-title {
    width: 830px;
}

.frame-title>ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 0 40px;
}

.frame-title>ul>li {
   position: relative;
}

.frame-title>ul>li > a {
    padding: 25px 0;
    font-size: 16px;
    color: #222222;
}



.frame-title>ul>li:hover::after{
    content: "";
    width:60px;
    height: 4px;
    background-color: #f2b705;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title-itm::after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #f2b705;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* .language:hover::after{
    content: "";
    width: 70px;
    height: 4px;
    background-color: #005dc2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */



.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: 100vw;
    min-width:270px;
    position: absolute;
    top: 71px;
    left: 0px;
    z-index: 99;
    padding: 15px;
    background-color: #ffffff;
}
.down-list{
    display: flex;
    flex-wrap: wrap;
}
.down-list > a{
    width: 19%;
    height: 60px;
    margin: 6px;
    font-size: 14px;
    padding:10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.down-list > a p{
    width: 85%;
    font-size: 14px;
}
.down-list > a img{
    width: 20px;
    height: 20px;
}
.down-list > a:hover{
    background-color: #1a0e72;
    color: #ffffff;
}
.down-list > a:hover .ulimga{
    display: none;
}
.down-list > a:hover .ulimgb{
    display: block;
}
.ulimga{
    display: block;
}
.ulimgb{
    display: none;
}
.ahovshw{
    background-color: #1a0e72;
    color: #ffffff;
}
.ahovshw .ulimga{
    display: none;
}
.ahovshw .ulimgb{
    display: block;
}

.downshw{
    display: none;
}


/* ---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: #1a0e72;
}

.navcnt{
    padding: 30px 0;
}


/* --footer-- */
.boost-bj {
    /* background-image: url("../images/picbj01.png");
    background-size: 100% 100%; */
    background-color: #280071;
}

.frame-bmtop {
    width: 100%;
}
.footer-logo{
    padding: 40px 0;   
}
.footer-logo img{
    width: auto;
    height: 50px;
}


.footer-cnt{
    display: flex;
    justify-content: space-between;
}
.footer-cnt > div{
    width: 31%;
}

.footer-cle p{
    font-size: 16px;
    color: #ffffff;
}
.footer-cle a{
    background-color: #f2b705;
    border-radius: 10px;
    padding: 10px 30px;
    margin-top: 35px;
}
.footer-cle a img{
    width: 25px;
    height: 25px;
}
.footer-cle a span{
    font-size: 16px;
    color: #1a0e72;
}


.footer-ccnt{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-ccnt a{
    width: 40%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}


.footer-cri h3{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-cri p{
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}
.footer-cri p img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.footer-crfx{
    display: flex;
    align-items: center;
}
.footer-crfx a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    margin-right: 15px;
    position: relative;
}
.footer-crfx a img{
    width: 15px;
    height: 15px;
}
.footer-crfx a img:nth-child(2){
    display: none;
}
.footer-crfx a:hover{
    background-color: #ffffff;
}
.footer-crfx a:hover img:nth-child(1){
    display: none;
}
.footer-crfx a:hover img:nth-child(2){
    display: block;
}
.footer-crfx a:hover .code-img{
    display: block;
}

.code-img{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.code-img img{
    width: 120px !important;
    height: 120px !important;
    display: block !important;
}


.footer-score{
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.footer-score li{
    /* width: 13%; */
    margin-right: 45px;
    padding-right: 45px;
    border-right: 1px solid #312780;
}
.footer-score li:last-child{
    border-right: 0px;
}
.footer-score li img{
    width: auto;
    height: 50px;
}

/* ---- */
/* .frame-bmbtm {
   

} */

.frame-bmcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #312780;
    padding: 35px 0;
}

.frame-cntle ul {
    display: flex;
    align-items: center;
}

.frame-cntle ul li {
    margin-right: 30px;
}

.frame-cntle ul li img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.frame-cntle ul li a {
    color: #ffffff;
    font-size: 12px;
}

.frame-cntri {
    display: flex;
    align-items: center;
}
.frame-cntri a{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.frame-cntri a img{
    width: 20px;
    height: 20px;
}
.frame-cntri a span{
    font-size: 14px;
    margin-right: 5px;
}