﻿/*ul {
	margin: 0;
	list-style: none;
	padding: 0;
}*/
.eyou-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/*background-color: #ea3516;*/
	background-color: #ea3516;
	z-index: 10;
	/*display: none;*/
	height:100px;
}
.eyou-footer-fix li {
	float: left;
	width: 25%;
}
.eyou-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 14px 0;
	font-size: 24px;
	line-height: 1;
}
.eyou-footer-fix li i {
	display: block;
	height: 40px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.eyou-footer-fix li i.i1 {
	background-image: url(../image/f_01.png);
}
.eyou-footer-fix li i.i2 {
	background-image: url(../image/f_02.png);
}
.eyou-footer-fix li i.i3 {
	background-image: url(../image/f_03.png);
}
.eyou-footer-fix li i.i4 {
	background-image: url(../image/f_04.png);
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

