/* 测导航 */

.nav_float {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.nav_float li {
    text-align: center;
    background: #fff;
    width: 93px;
    height: 93px;
    padding-top: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
    line-height: 1.2;
    position: relative;
    box-sizing: border-box;
}

.nav_float li+li {
    margin-top: 5px;
}

.nav_float li.first {
    color: #fff;
    background-color: #a70f0b;
    border-color: #a70f0b;
}

.nav_float li.first .icon {
    background-image: url(../images/nicon1_a.png);
}

.nav_float li:hover {
    background-color: #a11b21;
    color: #fff;
    border-color: #a11b21;
}

.nav_float li:hover .DownApp {
    display: block;
}

.nav_float li a {
    display: block;
    height: 100%;
    font-size: 14px;
}

.nav_float li i {
    display: block;
    margin: auto;
}

.nav_float li .icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.nav_float .l3,
.nav_float .l4 {
    padding-top: 12px;
}

.nav_float .l1 .icon {
    background-image: url(../images/nicon1.png);
    width: 26px;
    height: 26px;
}

.nav_float .l2 .icon {
    background-image: url(../images/nicon2.png);
    width: 28px;
    height: 28px;
}

.nav_float .l3 .icon {
    background-image: url(../images/nicon3.png);
    width: 19px;
    height: 28px;
}

.nav_float .l4 .icon {
    background-image: url(../images/nicon4.png);
    width: 34px;
    height: 29px;
}

.nav_float .l5 .icon {
    background-image: url(../images/nicon5.png);
    width: 28px;
    height: 28px;
}

.nav_float .l6 .icon {
    background-image: url(../images/nicon6.png);
    width: 21px;
    height: 28px;
}

.nav_float .l2:hover .icon {
    background-image: url(../images/nicon2_a.png);
}

.nav_float .l3:hover .icon {
    background-image: url(../images/nicon3_a.png);
}

.nav_float .l4:hover .icon {
    background-image: url(../images/nicon4_a.png);
}

.nav_float .l5:hover .icon {
    background-image: url(../images/nicon5_a.png);
}

.nav_float .l6:hover .icon {
    background-image: url(../images/nicon6_a.png);
}

.nav_float .DownApp {
    position: absolute;
    background: #f2f0f0;
    width: 130px;
    height: 164px;
    right: 98px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: none;
}

.nav_float .DownApp img {
    display: block;
    margin: 10px auto 0;
}

.nav_float .DownApp span.textDown {
    display: block;
    font-family: "微软雅黑";
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.nav_float li.l2:hover .DownApp {
    display: block;
}

.nav_float li.l3:hover .sysApp {
    display: block;
}
