@charset "utf-8";
/* CSS Document */

.footer	.top{
	overflow:hidden;
	background-color:#0055a7;
	padding:60px 0 50px;
	}
.footer	.top .left{
	float:left;
	overflow:hidden;
	width:25%;
	}
.footer	.top .left img{
	margin-bottom:30px;
	}
.footer	.top .left .txt p{
	font-size:14px;
	color:rgba(256,256,256,0.8);
	margin-bottom:20px;
    position: relative;
    padding-left: 25px;
	}
.footer	.top .left .txt p img{
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 15px;
}
.footer	.top .left .txt p a{
	font-size:14px;
	color:rgba(256,256,256,0.8);
	}
.footer	.top .left .txt p a:hover{
	color:rgba(256,256,256,1);
	transition: all 0.4s linear;
	}
.footer	.top .cen{
	float:left;
	overflow:hidden;
	width:50%;
	margin-left:5%;
	}
.footer .cen .list{
    float: left;
    width: calc(100%/4);
	text-align:center;
}
.footer .cen .list h2{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:20px;
	display: inline-block;
	}
.footer .cen .list ul li{
	margin-bottom:20px;
	}
.footer .cen .list ul a{
	font-size:15px;
	color:rgba(256,256,256,0.8);
	}		
	
.footer	.top .right{
	float:right;
	width:116px;
	}
.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 #3377b9;
	height:40px;
	background-color:#0055a7;
	}
.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;
	}
}