@charset "utf-8";
/* CSS Document */

.footer	.top{
	overflow:hidden;
	background-color:#000;
	padding:60px 0 50px;
	}
.footer	.top .left{
	float:left;
	overflow:hidden;
	width:47%;
	}
.footer	.top .left ul{
	margin-top:40px;
	}
.footer	.top .left li{
	float:left;
	padding:0 10px;
	border-right:1px solid #fff;
	}
.footer	.top .left li:last-child{
	border:none;
	}
.footer	.top .left li a{
	font-size:14px;
	color:#fff;
	}	
.footer	.top .cen{
	float:left;
	}
	
.footer	.top .right{
	float:right;
	width:33%;
	}
.footer	.top .right h1{
	color:#fff;
	font-size:24px;
	}	
.footer	.top .right span{
	color:#fff;
	font-size:14px;
	display:block;
	margin:5px 0 20px;
	}	
.footer	.top .right p{
	color:#fff;
	font-size:14px;
	line-height:26px;
	}	
	
.footer	.bot{
	border-top:1px solid #999;
	height:40px;
	background-color:#000;
	}
.footer	.bot p{
	margin:0 auto;
	max-width:90%;
	text-align:center;
	font-size:14px;
	line-height:40px;
	color:#fff;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.footer	.bot p a{
	font-size: 14px;
	line-height:40px;
	color:#fff;
	}
.footer	.bot p a:hover{
	opacity:1;
	transition: all 0.4s linear;
	}

@media (max-width: 996px){
.footer	.top{
	display:none;
	}
}