@charset "UTF-8";
/* CSS Document */


/*页脚*/
footer{
	margin-top: 50px;
	width: 100%;
	padding: 20px 0 67px;
	background-color: #333;
}
footer .bottomxx{
	width: 92%;
	margin: auto;
	overflow: hidden;
}
footer .bottomxx .fleft{
	overflow: hidden;
	padding: 10px 0;
}
footer .bottomxx .fleft img{
	width: 128px;
	float: left;
}
footer .bottomxx .ewm{
	float: right;
	width: 135px;
	height: 135px;
	margin-top: 6px;
	background-image: url("../images/code.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
footer .bottomxx .fcenter{
	width: 100%;
	height: 180px;
}
footer .bottomxx .fcenter>div{
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0;
	overflow: hidden;
}
footer .bottomxx .fcenter>div a{
	color: #fff!important;
}
footer .bottomxx .fcenter>div .dz{
	float: left;
	width: 12%;
	max-width: 45px;
}
footer .bottomxx .fcenter>div .address{
	float: left;
	width: 88%;
}
footer .copyright{
	border-top: 1px solid #666;
	color: #fff;
	text-align: center;
}
footer .copyright div{
	width: 98%;
	margin: auto;
	line-height: 40px;
}
.footnav{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #ed1c24;
	z-index: 99;
}
.footnav li{
	float: left;
	width: 25%;
	height: 58px;
	padding: 4px 0;
	text-align: center;
}
.footnav li div{
	color: #fff;
}