.f_footer{
	margin-top: 100px;
	height: 160px;
	background-color: #cff0f9;
}
.f_footer .f_ul{
	width: 1280px;	
	margin: 0 auto;	
}
.f_footer .f_ul .f_li{
	height: 35px;
	font-size: 14px;
	color: #555555;
	text-align: center;	
}
.f_footer .f_ul .f_li a{
	color: #555555;
}
@media screen and (max-width: 749px){
.f_footer {
    margin-top: 40px;
    height: 160px;
}
.f_footer .f_ul {
    width: 100%;
	font-size: 14px;
}
.f_footer .f_ul .f_li {
    height: auto;
	margin: 10px 0; 
}
}