
	.submenu{position:absolute;width:100%;bottom:80px;}
	.submenu li{width:80px;text-align:center;}
	.submenu .moveicon{
		top:-105px;margin-left:-49px;
		font-size:0;line-height:0;
		text-align:center;
		background-image:url('../images/infoIcon_text.png');
		background-position:center 22px;
		background-repeat:no-repeat;
	}
	#infoOpen{
		cursor:pointer;
		 animation: keyMove 5s linear 0s infinite normal forwards;
	}
	@keyframes keyMove { 
		00.00%{transform: rotate(0deg)}  
		18.18%{transform: rotate(40deg)}  
		54.55%{transform: rotate(-40deg)}  
		80.73%{transform: rotate(360deg)}  
		100.00%{transform: rotate(360deg)}  
	}
	.mid_wrap{
		position:absolute;z-index:50;
		width:100%;top:50%;height:50%;
		text-align:center;
	}
	.infoObj{
		position:absolute;z-index:50;top:0;margin-top:-192px;
		width:100%;min-width:1200px;height:385px;padding:0 5%;
		text-align:center;font-size:0;
		white-space:nowrap;word-break:keep-all;
		background-repeat:no-repeat;
		background-position:center top;
		background-size:0% 100%;
	}
	.infoObj li{
		display:inline-block;*display:inline;_display:inline;
		vertical-align:middle;
	}
	.infoObj .slogan{
		padding-top:55px;
		width:37%;max-width:525px;
	}
	.infoObj .slogan span{
		display:inline-block;*display:inline;_display:inline;
		padding:0 20px;margin-top:20px;
		font-size:12px;line-height:45px;color:#fff;
		border:3px solid #fff;
	}
	.infoObj .wing{
		overflow:hidden;
		width:0%;max-width:445px; height:262px;
		margin-top:60px;
		font-size:13px;text-align:left;
		background-size:cover;
		background-position:center center;
		white-space:pre-line;word-break:break-all;
	}
	.infoObj #get_len{
		background:url(../images/travel/car.png) no-repeat left top;
		height:27px;line-height:27px;
		padding-left:38px;
	}
	#infoBG{
		position:relative;
		background:#F7F7F8;
		width:0%;min-width:0%;height:100%;
	}
	#info_close{
		display:none;
		position:absolute;z-index:99;
		height:28px;line-height:28px;bottom:-28px;
		right:0px; padding:0 15px;
		color:#fff;font-size:14px;font-weight:bold;
		background:black;
		cursor:pointer;
	}
