/*
 页脚
 * */
*{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000000;
}

body{
	margin: auto;
	font-family: "microsoft yahei";
}

.pageFooter{
	width:100%;
	height:320px;
	background:#333333;
}

.footerContent{
	width: 1000px;
	margin: auto;
	height: 250px;
}

.fc-contentlist > li{
	font-size: 14px;
	color: #A3A3A3;
}

.fc-contentlist > li a{
	color: #A3A3A3;
}

.fc-contentlist > li a:hover{
	text-decoration: underline;
	color: #EFEFEF;
}

.fc-contentlist > li:first-child{
	font-size: 16px;
	color: #FFFFFF;
}

.footerContent > div:first-child{
	width:22%;
	margin-top: 30px;
	/*margin-left:150PX;*/}

.footerContent > div:nth-child(2){
	width: 34%;
	margin-top: 40px;
}

.footerContent > div:last-child{
	width: 14%;
	margin-top: 30px;
}

.footerContent > div{
	float: left;
}

.fcFirst >li{
	margin-bottom: 20px;
}

.fcSecond > li{
	margin-bottom: 10px;
}

.fcThird >li{
	margin-bottom:15px;
}

.copyRight{
	height: 80px;
	width: 100%;
	background: #000000;
	color: #A3A3A3;
	font-size: 12px;
}

.crContent{
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-top: 8px;
}

.crContent > li{
	margin: 4px 0;
}

/*footer_n*/
.pageFootern{
	width: 100%;
	height: 320px;
	background:#005fb2;
}