@charset "utf-8";
/*footer S*/
footer{
	min-height: 280px;
	background-color: #333;
}
footer .head{
	height: 70px;
	overflow: hidden;
}
footer .head .content{
	width: 33.33%;
	height: 100%;
	float: left;
	line-height: 24px;
	color: #fff;
	text-align: left;
	text-indent: 25px;
}
footer .head .content>p{
	padding: 5px 0px;
}
footer .head .content .font-bg{
	font-size: 16px;
}
footer .head .content.address{
	background-color: #41b3e5;
}
footer .head .content.telphone{
	background-color: #0484cf;
}
footer .head .content.desc{
	background-color: #3156a4;
}
footer .bottom{
	position: relative;
	margin-top: 30px;
	color: #fff;
}
footer .bottom .qcode{
	position: absolute;
	right:0px;
	top: 40px;
	z-index: 9;
}
footer .bottom .cr{
	width: 365px;
	font-size: 12px;
	line-height: 26px;
}
footer .bottom .nav>ul>li{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	text-align: center;
	vertical-align: top;
	padding: 5px 20px;
}
footer .bottom .nav ul li>a:hover{
	color: #1bace0;
}
footer .bottom .nav>ul>li>ul{
	padding: 10px 0px;
}
footer .bottom .nav>ul>li>ul>li{
	line-height: 26px;
}
/*footer E*/