.flow_right_content_us{
	z-index: 990;
	position: fixed;
	height: 240px;
	width: 60px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	/*background-color: rgba(255,255,255,0.5);*/
}
.flow_box{
	display: block;
	transition: 300ms;
	height: 60px;
	width: 260px;
	background-color: rgba(255,255,255,0.6);
	/*transform: translateX(-200px);*/
	/*margin-left: 60px;*/

	transform: translateX(0px);
}
.flow_box:hover{
	/*margin-left: 60px;*/
	transform: translateX(-200px);
	background-color: rgba(0,0,0,0.5);
}
.flow_box .flix_img_box{
	position: relative;
	float: left;
	height: 60px;
	width: 60px;
}
.flow_box .flix_img_box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 30px;
	height: 30px;
	transition: 300ms;
	opacity: 1;
}
.flow_box .flix_img_box img:first-child{
	z-index: 10;
}
.flow_box:hover .flix_img_box img:first-child{
	opacity: 0;
}
.detail_data{
	/*display: flex;*/
	/*background-color: #aaa;*/
	width: 200px;
	height: 60px;
	overflow: hidden;
}
.detail_data a{
	display: flex;

	justify-content: space-around;
	text-decoration: none;
	color: #ffffff;
}
.detail_data p{
	/*width: 100%;*/
	font-size: 12px;
	line-height: 60px;
	margin: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wa:hover{
	transform: translateX(0px);
}