.owrap {
    width: 91px;
    text-align: center;
    position: fixed;
    z-index: 98;
    right: 13px;
    top:50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.owrap_zx{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:22px;
}
.float_nav_2:hover .dh_icon{
    opacity: 1;
    cursor: pointer;
}
.owrap_zx_active{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    opacity: .2;
    background: #2469f3;
    border-radius: 50%;
    animation: avatar-shadow-twinkle 1s ease-in-out infinite alternate;
    z-index: -1;
}
@-webkit-keyframes avatar-shadow-twinkle {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
}

@keyframes avatar-shadow-twinkle {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
}
.owrap_logo{
    width: 90px;
}
.owrap_zx_span{
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 72px;
    transform: translate(-50%,-50%);
    height: 30px;
    background: #2469f3;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}
.owrap ul{
    display: flex;
    flex-direction:column;
}
.owrap ul li {
    width: 72px;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #E5EAF1;
    display: flex;
    cursor: pointer;
}
.owrap ul li a,.goTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.owrap ul li a div,.goTop div{
    margin-bottom: 7px;
}
.owrap ul li a span,.goTop span{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #9E9FAD;
}
.owrap .bj_icon {
    width: 31px;
    height: 33px;
    background: url(../images/nav_bjzx.png) no-repeat center 0;
}
.owrap .bj_icon01 {
    width: 31px;
    height: 33px;
    background: url(../images/nav_bjzx01.png) no-repeat center 0;
}

.owrap .phone_icon {
    width: 32px;
    height: 32px;
    background: url(../images/nav_phone.png) no-repeat center 0;
}
.owrap .phone_icon01 {
    width: 32px;
    height: 32px;
    background: url(../images/nav_phone01.png) no-repeat center 0;
}

.owrap .db_icon {
    width: 31px;
    height: 17px;
    background: url(../images/nav_up.png) no-repeat center 0;
}
.owrap .db_icon01 {
    width: 31px;
    height: 17px;
    background: url(../images/nav_up01.png) no-repeat center 0;
}
.nav_active{
    background-color: #2469F3 !important;
}
.nav_active a span{
    color: #FFFFFF !important;
}
.nav_active span{
    color: #FFFFFF !important;
}
.dh_icon{
    width: 200px;
    height: 66px;
    background: url(../images/consulting-fixed-bg.png) no-repeat;
    background-size: cover;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9px;
    left: -200px;
    z-index: 999;
    opacity: 0;
}
.float_nav_1:hover .dh_icon{
    opacity: 1;
    cursor: pointer;
}
.float_nav_1{
    position: relative;
}
.float_nav_2{
    position: relative;
}
.red_icon{
    width: 6px;
    height: 6px;
    background: #EF001E;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 9;
}
.da_ewm{
    width: 100px;
    position: absolute;
    right: 82px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .365s;
    opacity: 0;
}
.owrap ul li a:hover .da_ewm{
    opacity: 1;
    transition: all .365s;
    cursor: pointer;
  }