.link {
	width: 1200px;
	margin: 60px auto 20px;
	line-height: 0;
	overflow: hidden;
}
.link>div {
	float: left;
	margin-right: 26px;
}
.link>div>p {
	font-size: 30px;
	color: #1149ab;
	line-height: 23px;
}
.link>div>span {
	display: block;
	font-size: 15px;
	color: #1149ab;
	line-height: 1;
	margin-top: 8px;
}
.link>a {
	font-size: 15px;
	color: #555;
	line-height: 1;
	display: inline-block;
	margin-right: 16px;
}
.link>a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
    background: #1149ab;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	margin: 60px 0;
}
.footer .f_con .f_nav {
	float: left;
}
.footer .fn_tit {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.footer .f_nav .fn_con {
	margin-top: 26px;
}
.footer .fn_con>div {
	float: left;
	width: 80px;
	margin-right: 6px;
}
.footer .fn_con>div>a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
}
.footer .f_con .f_nav2 {
	margin-left: 140px;
}
.footer .f_mes {
	float: left;
	margin-left: 100px;
}
.footer .f_mes .fm_con {
	margin-top: 26px;
}
.footer .f_mes .fm_con>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
}
.footer .f_ew {
	float: right;
	width: 130px;
	line-height: 0;
	text-align: center;
}
.footer .f_ew>img {
	width: 100%;
	height: 130px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
}

.f_bottom {
	background-color: #0f3a86;
}
.f_bottom span, .f_bottom span a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	line-height: 50px;
}
.f_bottom span:nth-of-type(1) {
	max-width: 60%;
}
.f_bottom span:nth-of-type(2) {
	float: right;
}