.foot {
	width: 100%;
	height: 250px;
	background-color: #0866B4;
	border-top: 6px solid #04B19C;
	overflow: hidden;
}

.foot-box {
	width: 1200px;
	height: auto;
	margin: 30px auto;
	overflow: hidden;
}

.foot-box>div {
	float: left;
	display: block;
	height: auto;
    overflow:hidden
}

.footA {
	margin-top: 20px;
	width: 300px;
	height: auto;
	margin-left: 20px;
}

.footA-1 {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	padding-bottom: 20px;
    text-align:center;
}

.footA-1 img {
	display: block;
	float: left;
	width: 70px;
	height: 50px;

}


.footA-1 h3 {
	font-size: 27px;
	color: #FFFFFF;
    margin-top:10px;

}

.footA-1 p {
	font-size: 12px;
	color: #B3B3B3;
}

.footA-2 p {
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}

.footB {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	margin-left: 20px;
}

.footC {
    float: none !important;
    width: 1200+px;
    color: #FFFFFF;
    float: none;
    margin-top: 3px;
    margin: 0 auto;
}
.footC li{
	width: 20%;
	height: 20px;
	text-align: center;
	float: left;
	
}

.footC li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.footC li a:hover{
	cursor: pointer;
	color: #ff5500;
}
