.section-menu1
{
	margin-right:20px;
	display: table;
	position: fixed;
	top: 0;
	right: 10px;
	height: 100%;
	position:absoulte;
	z-index:5555; 
	
}

.section-menu1 ul
{
	display: table-cell;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.section-menu1 li
{
	display: block;
	margin-bottom:5px;
	margin-top:10px;
}

.section-menu1 a
{
	display: block;
	position: relative;
	padding: 3px;
	height: 15px;
	width: 15px;
	color:#000;
	line-height: 25px;
	text-align: right;
	white-space: nowrap;
}

.section-menu1 a:before
{
	content: "";
	display: block;
	position: relative;
	width: 15px;
	height: 15px;
	background:url(../image/huidian.png) center no-repeat ;
	background-size:cover;
}

.section-menu1 a span
{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 25px;
	opacity: 1;
}
.section-menu1 a span2
{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 25px;
	opacity: 1;
}

.section-menu1 a:hover span
{
	background:url(../image/lantiaoL.png) right no-repeat;
	background-size:cover;
	width:120px;
	color:#FFF;
}

.section-lt{
	background:url(../image/lantiaoL.png) right no-repeat;
	background-size:cover;
	width:120px;
	color:#FFF;
}
