.footer{
    width: 100%;
    background: url(../../img/current/bj9.png) no-repeat center;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 46px 0 60px 0;
}
.footcont{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 50px;
}
.wkwlogo{
    margin-bottom: 30px;
}
.dflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.onetext a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.onetext a:hover{
    color: #ff6d0d;
}
.onetext span{
    font-size: 16px;
    color: #FFFFFF; 
    margin: 0 6px;
}
.onetext{
    margin-bottom: 15px;
}
.footer_contact{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 36px;
    display: flex;
    align-items: center;
}
.footer_contact img{
    display: block;
    margin-right: 10px;
}
.gzhimg img{
    margin-left: 30px;
}
.bacont{
    width: 100%;
    height: 40px;
    background: #333333;
    font-size: 14px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bacont a{
    color: #FFFFFF80;
    margin: 0 6px;
}
.cflex{
    display: flex;
    align-items: center;
}
.cflex span{
    margin-left: 3px;
}
.bacont a:hover{
    color: aliceblue;
}