@charset "utf-8";
/*slidebar*/
.slidebar{width: 40%;height: 100%;background: #e4e8ea;position: fixed;right:-40%;top:0;z-index: 2;}
.slidebar .swiper-slide{height:auto !important}
.slidebar ul{height:auto;overflow:hidden;padding-bottom:0.3rem}
.slidebar ul li{height: 0.65rem;line-height: 0.65rem;font-size: 0.24rem;text-align: center;background: #fff;border-bottom: 1px solid #e4e8ea;}
.slidebar ul li a{color: #333;display: block;}
.slidebar ul li a:active{background: #f0f0f0;}
.slidebar ul li.active{background: #e4e8ea;color: #000;font-size: 0.26rem;height: 0.7rem;line-height: 0.7rem;}
.slidebar ul li.gohome{background: #818c90;margin-top: 0.2rem;font-size: 0.24rem;}
.slidebar ul li.gohome a{color: #fff;}
.slidebar ul li.gohome a:active{background: #8f9b9f}
.slidebar ul li.gohome .icon-gohome{background: url(icon_gohome.png) center no-repeat;width: 15px;height: 15px;background-size: 100%;display: inline-block;position: relative;top:2px;left: 5px;}
.slidebar ul .t400{width: 100%;height: auto;overflow: hidden;margin-top: 20px;display: block;font-size: 0.21rem;}
.slidebar ul .t400 img{display: block;width: 85%;margin: 0 auto;}
.slidebar ul .t400 p{color: #8f9b9f;text-align: center;}

/*伸缩导航*/
.toggle-open{position: absolute;left:-38px;top:0;z-index: 1;cursor: pointer;}
.toggle-close{position: absolute;left:-38px;top:0;z-index: 1;cursor: pointer;display: none;}
