.linkDiv{
	width: 100%;
	height: 35px;
	background-color: #f1eeee;
	overflow: hidden;
}
.link{
	width: 1000px;
	margin: 0 auto;
	font-size: 0px;
}
.link a{
	display: inline-block;
	height: 35px;
	width: 166px;
	line-height: 37px;
	font-size: 13px;
}
.link a:hover{
	color: #0084CB;
	text-decoration: underline;
}
.footerInfo{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	    line-height: 26px;
}
.txt_1 {
    font-size: 13px;
    line-height: 26px;
    color: #0084cb;
}