/*功能导航*/
#floatDivBoxs {
    width: 80px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 999;
    background: rgba(62, 62, 62, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#73e3e3e, endcolorstr=#73e3e3e);
    bottom: 0px;
}

#floatDivBoxs .floatDqq {
    padding: 180px 0px;
}

#floatDivBoxs .floatDqq li {
    width: 80px;
    /* height: 90px; */
    padding: 10px 0px;
}

#floatDivBoxs .floatDqq li a {
    display: block;
    width: 80px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font: normal 14px/20px microsoft yahei, smihei;
    position: relative;
}

#floatDivBoxs .floatDqq li a:hover {
    background-color: #2d8fff;
}

#floatDivBoxs .floatDqq li .iconfont {
    display: block;
    margin: 10px 15px;
    fill: #fff;
    font-size: 24px;
}

#rightArrow {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 400px;
    right: 120px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 80px;
    background: url(../images/nav/s.png) no-repeat;
}

.floatDqq li span.nav-content {
    display: none;
    width: 90px;
    position: absolute;
    top: -20px;
    right: 125px;
    z-index: 9999999;
}

.floatDqq li:hover span.nav-content {
    display: block;
}

.floatDqq li span.nav-content img {
    width: 134px;
    height: auto;
    /* height: 120px; */
}

i {
    font-style: normal
}

@media (max-width: 1024px) {
    #rightArrow,
    #floatDivBoxs {
        display: none;
    }
}

.span-tre{
    display: block;
    height: 35px;
}
