@charset "utf-8";

/*footer*/
footer{
	width: 100%;
	height: 110px;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	background: #303136;
}
footer .menu{
	position: absolute;
	width: 100%;
	z-index: 99;
	top: -60px;
}
footer .menu ul{
	height: 96px;
	background: #161616;
	display: block;
	min-width: 1200px;
	max-width: 80%;
	padding: 0 2%;
	margin:0 auto;	
}
footer .menu ul li{
	width: 33.33%;
	display: block;
	float: left;
	font-size: 12px;
	list-style: none;
	padding-top: 26px;
}
footer .menu ul li .icon-add{
	display: block;
	float: left;
	height: 125px;
	width: 99px;
	background: url(../img/foot_icon.png) no-repeat 0 0;
}
footer .menu ul li .icon-email{
	display: block;
	float: left;
	height: 125px;
	width: 99px;
	background: url(../img/foot_icon.png) no-repeat -99px 0;
}
footer .menu ul li .icon-tel{
	display: block;
	float: left;
	height: 125px;
	width: 99px;
	background: url(../img/foot_icon.png) no-repeat -198px 0;
}
footer .menu ul li h3{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
}
footer .menu ul li i{
	float: left;
	font-style: normal;
	color: #757575;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
footer .menu ul li a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #757575;
}
footer .menu ul li a:hover{
	color: #fff;
}


footer .cop{
	display: block;
	position: absolute;
	width: 100%;
	top: 55px;
	text-align: center;
	left: 0;
	color: #fff;
	line-height: 18px;
	letter-spacing:0;
	font-size: 12px;
}
/*footer .cop p{
	position: relative;
	left: 0;
	color: #fff;
	line-height: 18px;
	letter-spacing:0;
	font-size: 12px;
	top: 0;
}*/