.slogan{
	overflow:auto;
	position:absolute;z-index:50;
	left:5%;bottom:9%;
	max-height:91%;
}
.slogan .titleLine{
	width:50px;height:3px;
	margin-top:30px;
	background:#fff;
}
.slogan .title{
	padding:30px 0;
	font-size:22px;color:#fff;font-weight:bolc;
}

.slogan .boxBTN{
	position:relative;
	display:inline-block;vertical-align:top;
	height:45px;line-height:39px;
	padding:0 15px;
	color:#fff;text-align:center;
	border:3px solid #fff;border-color:#fff;
	background: transparent;
	transition:border-color 0.3s, background-color 0.3s;
}
.slogan .boxBTN:hover{
	color:#fff;
}
.slogan .boxBTN::before{
	content:"";
	position:absolute;z-index:-1;bottom:0; left:0;
	width:100%;height:0%;
	background:#457277;
	transition:height 0.3s ease-out;
}
.slogan .boxBTN:hover::before{
	height:100%;
}

.slogan .infoBox{
	overflow:hidden;
	width:0px;height:200px;
	margin-top:30px;
	font-size:12px;color:#333333;line-height:18px;
	background:#fff;
	transition:width 0.5s;
}
.slogan .infoBox.VIEW{
	overflow:auto;
	width:450px;
}
.slogan .infoBox .padding{
	padding:10px 15px;
}
.slogan .infoBox .closeBtn{
	float:right;
	cursor:pointer;
}
@media all and (min-height:1px) and (max-height:560px){
	.slogan {overflow:visible;}
	.slogan .infoBox{
		position:absolute;
		bottom:0; left:100%;margin-left:20px;
	}
}