﻿.index-content{
    padding-top: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px #999999;
}
.home_web{
    position: fixed;
    width: 125px;
    height: 70px;
    right: 140px;
    top: 38%;
    z-index: 100;
}
.home_web ul li{
    width: 60px;
    float: left;
    position: relative;
}
.boxf{
    background: url("../images/wx0.png") no-repeat;
}
.logo{
    /*height: 116px;*/
    /*width: 500px;*/
}
.slider_bar{
    position: fixed;
    top: 90%;
    right: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
    z-index: 9999;
    transition: all .5s;
    cursor: pointer;
}
.slider_bar:hover{
    transform: scale(1.1);
}

.home_web{
    position: fixed;
    right: -57px;
    top: 80%;
    cursor: pointer;
}

.home_web .home_con{
    position: fixed;
    right: -125px;
    top: 40%;
    transition: all .3s;
}
.home_web .home_con div{
    width: 122px;
    text-align: center;
    color: #006dac;
    box-shadow: 0 0 5px #b6b6b6;
    margin-top: 10px;
    background-color: #FFFFFF;
}

.home_web:hover .home_con{
    right: 0px;
}