/*导航 默认缩回
.nav{
	width:80px;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100000;
}
.nav_l{float:left;width:80px;text-align:center;}
.nav_r{float:right;width:152px;display:none;}*/
.nav{
	width:232px;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100000;
}
.nav_l{float:left;width:80px;text-align:center;}
.nav_r{float:right;width:152px;}

#tj .layui-carousel-ind {
    position: relative;
    top: -90px;
    width: 100%;
    line-height: 0!important;
    text-align: center;
    font-size: 0;
}
