@charset "utf-8";
/* CSS Document */

.footer	.top{
	overflow:hidden;
	background-color:#000;
	padding:40px 0;
	}
.footer	.top .left{
	float:left;
	overflow:hidden;
	width: calc(100% - 230px);
	}
.footer	.top .left h1{
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
	}
.footer	.top .left .txt{
	float:left;
	margin-right:2%;
	}
.footer	.top .left .txt p{
	font-size:14px;
	line-height:24px;
	color:#ccc;
	}	
	
.footer	.top .right{
	float:right;
	overflow:hidden;
	}
.footer	.top .right img{
	margin-right:30px;
	float:left;
	width:100px;
	}
.footer	.top .right img:last-child{
	margin-right:0;
	}
	
.footer	.bot{
	border-top:1px solid #999;
	height:40px;
	background-color:#000;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	}
.footer	.bot p{
	text-align:center;
	font-size:14px;
	line-height:40px;    
	color:#ccc;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.footer	.bot p a{
	font-size:14px;
	line-height:40px;
	color:#ccc;
	}
.footer	.bot p a:hover{
	color: #e6212a;
	transition: all 0.3s linear;
	}

@media (max-width:996px){
.footer	.top .left{
	float:none;
	width:100%;
	text-align:center;
	}
.footer	.top .right{
	float:none;
	width:230px;
	margin:0 auto;
	}
.footer .top .left .txt:last-child{
	margin-bottom:30px;
	}
.footer .top .left .txt{
	margin-bottom:20px;
	margin-right:0;
	width:100%;
	}
}