@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	width:640px;
	font-family:"微软雅黑";
	font-size:1.3rem;
	color:#333;
	letter-spacing:1px;
	margin:0 auto;	
}

li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333;
}
img{
	display:inline-block;
	max-width:100%;
	margin:0 auto;
}


.bjzc img{
	display:block;
}

.foot{
	width:640px;
	float:left;
	margin:0 auto;
	background:#2877e3;
	margin-top:56px;
	position:fixed;
	bottom:0;
	z-index: 9999;
	
}
.foot ul{
	width:100%;
}

.foot ul a{
	width:100%;
	float:left;
	font-size:32px;
	line-height:56px;
	margin:10px 0;
	color: #fff;
}

.foot ul fl{
	width:50%;
	float:left;
	font-size: 16px;
    letter-spacing: 1px;
	background:#426ed9;
	text-align:center;
}

.foot ul fr{
	width:50%;
	float:right;
	font-size:16px;
    letter-spacing: 1px;
	background:#d56338;
	text-align:center;
}



