.owrap {
    width: 91px;
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 13px;
    top:27%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.owrap ul{
    display: flex;
    flex-direction:column;
}
.owrap ul li {
    width: 72px;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #E5EAF1;
    display: flex;
}
.owrap ul li a,.goTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.owrap ul li a span,.goTop span{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #9E9FAD;
}
.owrap .kczx_icon {
    width:40px;
    height:40px;
    background: url(../images/nav_right-zx.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .kczx_icon01 {
    width:40px;
    height:40px;
    background: url(../images/nav_right-zx01.png) no-repeat;
    background-size: 100% 100%;
}

.owrap .xyfw_icon {
    width:40px;
    height:40px;
    background: url(../images/nav_right-xyfw.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .xyfw_icon01 {
    width:40px;
    height:40px;
    background: url(../images/nav_right-xyfw01.png)  no-repeat;
    background-size: 100% 100%;
}
.owrap .phone_icon {
    width:40px;
    height:40px;
    background: url(../images/nav_right-dhzx.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .phone_icon01 {
    width:40px;
    height:40px;
    background: url(../images/nav_right-dhzx01.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .gzh_icon {
    width:40px;
    height:40px;
    background: url(../images/nav_right-gzh.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .gzh_icon01 {
    width:40px;
    height:40px;
    background: url(../images/nav_right-gzh01.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .wx_icon {
    width:40px;
    height:40px;
    background: url(../images/nav_right-wxzx.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .wx_icon01 {
    width:40px;
    height:40px;
    background: url(../images/nav_right-wxzx01.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .db_icon {
    width:40px;
    height:40px;
    background: url(../images/nav_right-zd.png) no-repeat;
    background-size: 100% 100%;
}
.owrap .db_icon01 {
    width:40px;
    height:40px;
    background: url(../images/nav_right-zd01.png) no-repeat;
    background-size: 100% 100%;
}
.nav_active{
    background-color: #06348A !important;
}
.nav_active a span{
    color: #FFFFFF !important;
}
.nav_active span{
    color: #FFFFFF !important;
}
.dh_icon{
    width: 200px;
    height: 66px;
    background: url(../images/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,.float_nav_1:hover .gzh_img{
    opacity: 1;
    cursor: pointer;
}
.gzh_img{
    width: 150px;
    position: absolute;
    top: -27px;
    left: -162px;
    z-index: 999;
    opacity: 0;
}
.float_nav_1{
    position: relative;
}
.float_nav_2{
    position: relative;
}
