.sidebar-nav {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -230px;
    z-index: 100;
    background: none;
    box-shadow: none;
}
.sidebar-nav .sidebar-nav-content {
    width: 100px;
    height:auto;
    background: #177DF6;
    border: 6px solid #177DF6;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-img {
    width: 100%;
    height: 80px;
    background: #177DF6;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-img .sidebar-img1 {
    width: 100%;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-img .sidebar-img1 {
    width: 88px;
    position: absolute;
    top: -47px;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-img .sidebar-img2 {
    width: 88px;
    margin-top: 33px;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-lists {
    margin: 0;
    padding: 0;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-lists .sidebar-nav-list {
    list-style: none;
    height: auto;
    line-height: 1;
    text-align: center;
    margin-bottom: 1px;
    background: #fff;
    padding: 9px 0;
    font-size: 0;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-lists .sidebar-nav-list:last-child {
    margin-bottom: 0;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-list > a {
    font-size: 14px;
    color: #2D2D2D;
    font-family: PingFang SC;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 23px;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-list > a:hover {
    color: #177CF6;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-list.active > a {
    color: #177DF6;
    position: relative;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-list.active > a:before {
    content: '';
    background: url(../img/sidebar_icon3.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6.5px;
    z-index: 2;
    width: 7px;
    height: 13px;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-backTop {
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
}
.sidebar-nav .sidebar-nav-content .sidebar-nav-backTop > img,
.sidebar-nav .sidebar-nav-content .sidebar-nav-backTop > span{
    vertical-align: middle;
}


.sidebar-nav-right {
    position: fixed;
    top: 50%;
    right: 5px;
    margin-top: -265px;
    z-index: 200;
    background: none;
    box-shadow: none;
}
.sidebar-nav-right .sidebar-nav-list {
    margin: 40px 0;
    position: relative;
}
.sidebar-nav-right .sidebar-nav-list > a{
    width: 85px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #337ab7;
}
.sidebar-nav-right .sidebar-nav-list > a > img{
    width: 66px;
    display: block;
    margin: 0 auto;
}
.sidebar-nav-right .sidebar-nav-list > a > span {
    line-height: 21px;
    display: block;
}

.sidebar-nav-right .sidebar-tsCZSC > a > img,
.sidebar-nav-right .sidebar-nav-consult > a > img,
.sidebar-nav-right .sidebar-nav-phone > a > img {
    width: 60px;
}

.sidebar-nav-right .sidebar-nav-phone .sidebar-nav-showPhone {
    display: none;
    position: absolute;
    top: 35px;
    right: 75px;
}
.sidebar-nav-right .sidebar-nav-phone:hover .sidebar-nav-showPhone,
.sidebar-nav-right .sidebar-nav-phone .sidebar-nav-showPhone:hover {
    display: block;
}
.sidebar-nav-right .sidebar-nav-complain .sidebar-nav-showComplain {
    display: none;
    position: absolute;
    top: -58px;
    right: 70px;
}
.sidebar-nav-right .sidebar-nav-complain:hover .sidebar-nav-showComplain,
.sidebar-nav-right .sidebar-nav-complain .sidebar-nav-showComplain:hover {
    display: block;
}
.sidebar-nav-right .sidebar-nav-complain .sidebar-nav-showComplain img {
    width: 463px;
}
