@charset "utf-8";
/* CSS Document */

.footer	.top{
	overflow:hidden;
	background-color:#0170c1;
	}
.footer	.top .left{
	float:left;
	overflow:hidden;
	margin:40px 0;
	}
.footer	.top .left .img{
	float:left;
}	
.footer	.top .left a{
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
	display:block;
	}
.footer	.top .left .icon{
	float:left;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:40px;
	}
.footer	.top .left .icon a{
	float:left;
	width:35px;
	height:35px;
	margin:0 10px;
	}
.footer	.top .left>p{
	float:left;
	font-size:15px;
	line-height:25px;
	margin-left:150px;
	color:#fff;
	}
.footer	.top .right{
	float:right;
	margin-top:26px;
	}	
	
.footer	.bot{
	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;
	opacity:0.6;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.footer	.bot p a{
	font-size:15px;
	line-height:40px;
	color:#fff;
	}
.footer	.bot p a:hover{
	opacity:1;
	transition: all 0.4s linear;
	}
