.menuBg_box{
	position: fixed;
	right: 0;
	width: 80px;
	z-index: 2;
	top: 60%;
}
.mOnLine{
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 0;
	width: 100%;
	color: #FFF;
	font-family: Arial, "Î¢ÈíÑÅºÚ";
	text-align: center;
}
.mOnLine li{
	position: relative;
	margin-bottom: 2px;
}
.mOnLineIco{
	position: relative;
	z-index: 1;
	padding-bottom: 1px;
	background: #015cb5;
	font-size: 14px;
	/* line-height: 70px; */
	height: 80px;
	cursor: pointer;
	text-align: center;
}
.mOnLineIco img {
	width: 35%;
	padding-top: 14px;
}
.mOnLineIco dd{
	line-height:30px;
	text-transform: uppercase;
	margin: 0;
        color: #fff;
	}
.mOnLineCon {
	position: absolute;
	top: 0;
	right: 80px;
	z-index: 0;
	padding: 20px 20px;
	background: #015cb5;
	white-space: nowrap;
	line-height: 50%;
	transform: translate(180%, 0);
}
.mOnLineCon a{
        color:#fff;
}
.mOnLine li:hover .mOnLineCon {
	transition: all .5s ease 0s;
	transform: translate(0, 0)
}
