/*联系方式*/
.lianx{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 17px;
	overflow: hidden;
}
.lianx i{
	font-size: 30px;
	color: #f89c77;
	margin-right:7px ;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	float: left;
margin-left: 16%;
}
.lianx span{
	float: left;
}
.lianx span em{
	color: #fd5824;
	margin-left: 8px;
}


/*foot部分*/
.font-cha{
	margin-bottom:50px;
	width: 100%;
	height: auto;
	text-align: center;
}
.font-cha p{
	font-family: "微软雅黑";
	font-size: 12px;
	letter-spacing: 2px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
}
.font-cha p a{
	color: #666666;
}
.font-cha p a:hover{
	color: red;
}
