﻿.right_float_box{
	background: url(../images/float_right.jpg) center no-repeat;
	position: fixed;
	top: 50%;
	margin-top: -106px;
	right: 0px;
	width: 60px;
	height: 212px;
	z-index: 999;
}
.right_float_box > a{
	display: block;
	text-decoration: none;
	height: 70px;
	margin-bottom: 1px;
}
.right_float_box > a:first-child > img{
	display: none;
	position: relative;
	top: 0;
	right: 200px;
	width: 196px;
	height: 212px;	
}

.footer_menu{
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 999;
	background-color: #1971ed;
	height: 46px;
	line-height: 46px;
	display: flex;
}
.footer_menu > a{
	width: 50%;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu > a:first-child{
	border-right: 1px solid #ffffff;
}
.footer_menu > a > img{
	margin-right: 6px;
}
