.owrap {
    width: 91px;
    text-align: center;
    position: fixed;
    z-index: 98;
    right: 13px;
    top:27%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.owrap_zx{
    width: 91px;
    height: 91px;
}
.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(../image/nav_bjzx.png) no-repeat center 0;
}
.owrap .bj_icon01 {
    width: 31px;
    height: 33px;
    background: url(../image/nav_bjzx01.png) no-repeat center 0;
}

.owrap .mf_icon {
    width: 28px;
    height: 26px;
    background: url(../image/nav_mf.png) no-repeat center 0;
}
.owrap .mf_icon01 {
    width: 28px;
    height: 26px;
    background: url(../image/nav_mf01.png) no-repeat center 0;
}
.owrap .phone_icon {
    width: 32px;
    height: 32px;
    background: url(../image/nav_phone.png) no-repeat center 0;
}
.owrap .phone_icon01 {
    width: 32px;
    height: 32px;
    background: url(../image/nav_phone01.png) no-repeat center 0;
}
.owrap .jy_icon {
    width: 29px;
    height: 24px;
    background: url(../image/nav_xie.png) no-repeat center 0;
}
.owrap .jy_icon01 {
    width: 29px;
    height: 24px;
    background: url(../image/nav_xie01.png) no-repeat center 0;
}
.owrap .db_icon {
    width: 31px;
    height: 17px;
    background: url(../image/nav_up.png) no-repeat center 0;
}
.owrap .db_icon01 {
    width: 31px;
    height: 17px;
    background: url(../image/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(../image/nav_duih.png) no-repeat;
    background-size: cover;
    font-size: 16px;
    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;
  }