.footer{
	width: 100%;
	/*background-color: #2d4358;*/
	min-width: 1200px;
	background:url('../img/index/footer.png') right bottom no-repeat #1C375C;
	background-size: 250px;
}
.footer-top{
	width: 995px;
	margin: 0 auto;
	height: 274px;
	border-bottom: 1px solid #6081b5;
	position: relative;
}
.footer-top dl{
	float: left;
	width: 110px;
	padding: 45px 0 0 32px;
}
.footer-top dt{
	font-style: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 21px;
}
.footer-top dd{
	line-height: 26px;
}
.footer-top dd a{
	font-size: 12px;
	color: #b7b7b7;
}
.footer-top dd a:hover{
	color: #5a9fe0;
}
.footer-bot{
	height: 56px;
	width: 995px;
	margin: 0 auto;
	position: relative;
}
.footer-bot p{
	font-size: 12px;
	color: #a0a0a0;
	line-height: 56px;
}
.footer-bot p a{
	color: #a0a0a0;
}
.footer-bot p a:hover{
	color: #e7931a;
}
.footer-bot p.fl a{
	margin-right: 25px;
}

.footer-bot .link-con{
	position: relative;
	float: left;
	margin: 16px 0 0 13px;
}
.footer-bot .link{
	float: left;
	width: 147px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #6081b5;
	padding:0 25px 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #a6a6a6;
	font-size: 12px;
	position: relative;
}
.footer-bot .link:hover{
	color: #5a9fe0;
}
.footer-bot .link .line{
	position: absolute;
	width: 1px;
	height: 24px;
	background: #6081b5;
	top: 0px;
	right: 24px;
}
.footer-bot .link i{
	position: absolute;
	width: 0;
	height: 0;
	border-color: #393939 transparent transparent transparent;
	border-width: 5px;
	border-style: solid;
	right: 7px;
	top: 10px;
}


.footer-bot .link-list{
	position: absolute;
	left: 0;
	bottom: 26px;
	display: none;
}
.footer-bot .link-list a{
	width: 147px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #393939;
	border-bottom: none;
	padding:0 25px 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #a6a6a6;
	font-size: 12px;
	display: block;
	background: #2d2d2d;
}
.footer-bot .link-list a:hover{
	color: #5a9fe0;
}
