	/*底部样式,为了适配搜索页面*/
	
	.width_1440{
	width: 1440px;
	margin: 0 auto;
}.clearfix {
    display: block;
}
.lf {
    float: left;
}
.rf {
    float: right;
}
	
	
	#footer {
	background-color: #0475D0;
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 35px 0;
}

.footer_p {
	line-height: 28px;
	color: white;
}

.footer_p a {
	color: white;
}

.footer_ewm {
	text-align: right;
}

.footer_ewm ul li {
	margin-left: 20px;
	color: white;
}

.footer_ewm ul li a {
	color: white;
}

.footer_ewm ul li img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}