


.head-box{
    position: relative;
}

.headb-top{
    height: 40px;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99;
    display: flex;
    align-items: center;
}
.headb-tp-favor a{
    position: relative;
}
.headb-tp-favor a img{
    width: 20px;
    height: 25px;
}
.headb-tp-favor a span{
    width: 20px;
    height: 20px;
    background-color: #111111;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: -10px;
    right:-10px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    font-size: 12px;
}




.headb-tp-btn{
    margin-left: 40px;
    cursor: pointer;
}
.headb-btnx{
    width: 40px;
    height: 2px;
    background-color: #111111;
    margin: 10px 0;
    transition: all .3s;
}
.headb-tp-btn:hover .headb-btnx{
    margin: 15px 0;
}


/* 背景 */
.headbj{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
}
/* 右侧导航 */
.headrisw{
    display: none;
    transition: all .5s;
}

.headb-right{
    width: 450px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -500px;
    z-index: 999;
    background-color: #111111;
    transition: all .5s;
}

.headb-ri-cnt{
    padding: 50px 35px 50px 65px;
}
.headb-ctdel{
    text-align: right;
}
.headb-ctdel img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.headb-ctlist > li{
    margin-bottom: 40px;
}
.headb-ctlist > li a{
    font-size: 26px;
    color: #ffffff;
}
.headb-ctcol a{
    display: flex;
    align-items: center;
}
.headb-ctcol a img{
    width: 20px;
    height: 25px;
}
.headb-ctcol a span{
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
}

.headb-ctul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.headb-ctul li{
    margin-right: 50px;
    margin-bottom: 30px;
}
.headb-ctul li a{
    font-size: 14px;
    color: #ffffff;
}


.headb-ct-share{
    display: flex;
    align-items: center;
}

.headb-ct-share a{
    margin-right: 30px;
}
.headb-ct-share a img{
    width: 20px;
    height: 20px;
}





/* logo */
.head-logo{
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 99;
}

.head-logo img{
    width: 120px;
    height: 120px;
}




















/* -------------footer------------ */
.foter-box{
    border-top: 1px solid #dddddd;
    padding: 35px 0;
}

.foter-bnam{
    position: relative;
}

.foter-bnam ul{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foter-bnam ul li{
    min-width: 48%;
    padding: 15px 0;
}
.foter-bnam ul li span{
    font-size: 12px;
    color: #999999;
}
.foter-bnam ul li p{
    font-size: 14px;
    color: #111111;
    margin-top: 10px;
}

.foterb-top{
    position: absolute;
    top: 0;
    right: 0;
    
}
.foterb-top a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foterb-top img{
    width: 30px;
    height: 20px;
}
.foterb-top p{
    font-size: 18px;
    margin-top: 5px;
}



.foterb-btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.foterb-btm a{
    font-size: 12px;
    color: #999999;
}
.foterb-btm p{
    font-size: 12px;
    color: #999999;
}




