/* 为了页面效果添加背景，可以删除 */

body {
    background: #011456
}


/* 飘窗 */

.leftsidenav {
    width: 42px;
    text-align: center;
    height: 156px;
    position: fixed;
    left: 0;
    z-index: 999;
    top:45%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.leftsidenav .zhiye {
    width: 106px;
    height: 91px;
    display: inline-block;
    background: url(../images/piao01.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    z-index: 9;
}

.leftsidenav .zhiye img,
.rightsidenav .zhiye img {
    margin-top: 5px;
}

.leftsidenav .zhiye a,
.rightsidenav .zhiye a {
    color: #fff;
    display: block;
}

.leftsidenav .zhiye p,
.rightsidenav .zhiye p {
    font-size: 13px;
    letter-spacing: 1px;
}

.leftsidenav ul.tnav {
    width: 92px;
    height: 242px;
    background: url(../images/piao03.png) 0 0px no-repeat;
    position: absolute;
    top: 48px;
    padding-top: 55px;
    left: 7px;
}

.leftsidenav ul.tnav li a {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    font-family: Microsoft YaHei;
}

.leftsidenav ul.bnav {
    position: absolute;
    top: 288px;
    left: 7px;
}

.leftsidenav ul.bnav li {
    width: 92px;
    height: 52px;
    background: url(../images/piao04.png) 0 0 no-repeat;
    text-align: center;
    margin-bottom: 1px;
}

.leftsidenav ul.bnav li.bggreen {
    width: 92px;
    height: 52px;
    background: url(../images/piao05.png) 0 0 no-repeat;
}

.leftsidenav ul.bnav li a,
.rightsidenav ul.bnav li a {
    width: 92px;
    height: 52px;
    font-size: 13px;
    color: rgba(66, 189, 248, 1);
    display: inline-block;
}

.leftsidenav ul.bnav li.bggreen a,
.rightsidenav ul.bnav li.bggreen a {
    color: #fff;
}

.leftsidenav ul.bnav li a span.ico,
.rightsidenav ul.bnav li a span.ico {
    width: 92px;
    height: 24px;
    background: url(../images/piao08.png) 38px 8px no-repeat;
    display: block;
    margin-bottom: 2px;
}

.leftsidenav ul.bnav li a span.totop {
    background: url(../images/piao09.png) 38px 8px no-repeat;
}


/* 1-10收起 */

.leftsidenav ul.bnav .pack_left {
    background: url(../images/piao10.png)0 0 no-repeat;
    width: 92px;
    height: 44px;
    cursor: pointer;
    /* 01-24修改 */
    display: flex;
    align-items: center;
    font-size: 16px;
    color:#fff;
    justify-content: center;
}
/* 01-24修改 */
.leftsidenav ul.bnav .pack_left img{
    margin-right: 6px;
}

.left_pack_up {
    background: url(../images/pack.png) center no-repeat;
    width: 42px;
    text-align: center;
    height: 156px;
    position: fixed;
    left: 0;
    z-index: 999;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color:#fff;
    justify-content: center;
    padding-top: 12px;
    box-sizing: border-box;
}
.left_pack_up img{
    margin-top: 6px;
}
/* 01-24 end */
.left_pack_up:hover {
    background: url(../images/pack_hover.png) center no-repeat;
}

.leftsidenav ul.bnav .pack_left:hover {
    background: url(../images/piao10_hover.png) 0 0 no-repeat;
}


/* 右侧飘窗 */

.rightsidenav {
    width: 42px;
    text-align: center;
    height: 156px;
    position: fixed;
    right: 0;
    z-index: 999;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.rightsidenav .zhiye {
    width: 106px;
    height: 91px;
    display: inline-block;
    background: url(../images/piao06.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    z-index: 9;
}

.rightsidenav ul.tnav li a {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    font-family: Microsoft YaHei;
}

.rightsidenav ul.tnav {
    width: 92px;
    height: 242px;
    background: url(../images/piao12.png) 0 0px no-repeat;
    position: absolute;
    top: 48px;
    padding-top: 55px;
    right: 7px;
}

.rightsidenav ul.bnav {
    position: absolute;
    top: 288px;
    right: 7px;
}

.rightsidenav ul.bnav li {
    width: 92px;
    height: 52px;
    background: url(../images/piao04.png) 0 0 no-repeat;
    text-align: center;
    margin-bottom: 1px;
}

.rightsidenav ul.bnav li.bggreen {
    width: 92px;
    height: 52px;
    background: url(../images/piao05.png) 0 0 no-repeat;
}

.rightsidenav ul.bnav li a span.ico {
    width: 92px;
    height: 24px;
    background: url(../images/piao13.png) 38px 8px no-repeat;
    display: block;
    margin-bottom: 2px;
}

.rightsidenav ul.bnav li a span.totop {
    background: url(../images/piao09.png) 38px 8px no-repeat;
}


/* 1-10收起 */

.rightsidenav ul.bnav .pack_right {
    background: url(../images/piao11.png)0 0 no-repeat;
    width: 92px;
    height: 44px;
    cursor: pointer;
    /* 01-24修改 */
    display: flex;
    align-items: center;
    font-size: 16px;
    color:#fff;
    justify-content: center;
}
.rightsidenav ul.bnav .pack_right img{
    margin-left: 6px;
}
.rightsidenav ul.bnav .pack_right:hover {
    background: url(../images/piao11_hover.png)0 0 no-repeat;
}

.right_pack_up {
    background: url(../images/right_pack.png) center no-repeat;
    width: 42px;
    text-align: center;
    height: 156px;
    position: fixed;
    right: 0;
    z-index: 999;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color:#fff;
    justify-content: center;
    padding-top: 12px;
    box-sizing: border-box;
}
.right_pack_up img{
    margin-top: 6px;
}
/* 01-24 end */
.right_pack_up:hover {
    background: url(../images/right_pack_hover.png) center no-repeat;
}