.link {
	width: 1200px;
	margin: 0 auto;
}
.link p {
	font-size: 21px;
	font-weight: bold;
	color: #555;
	line-height: 21px;
	padding-bottom: 12px;
	border-bottom: 1px solid #c5c5c5;
}
.link>a {
	font-size: 14px;
	color: #555;
	display: inline-block;
	margin: 20px 12px 30px;
}
.link>a:nth-of-type(1) {
	margin-left: 0;
}
.link>a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
    background: #0160b8;
}
.footer a:hover, .f_bottom a:hover {
	color: #f46d00;
}
.footer .f_con {
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}
.footer .f_con>.f_left {
	display: inline-block;
	font-size: 0;
	width: 1030px;
}
.footer  .f_left>p:nth-of-type(1) {
	font-size: 34px;
	color: #fff;
	line-height: 34px;
	margin-top: 40px;
}
.footer .f_left>p:nth-of-type(2) {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	width: 930px;
	margin-top: 26px;
}
.footer .f_left>.f_mes {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}
.footer .f_mes div {
	float: left;
	line-height: 0;
}
.footer .f_mes div>p {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-left: 17px;
}
.footer .f_mes div>p:nth-of-type(2) {
	font-weight: bold;
	margin-top: 16px;
}

.footer .f_con .f_ew {
	float: right;
	width: 120px;
	text-align: center;
	margin-top: 110px;
	line-height: 0;
}
.footer .f_ew>img {
	width: 120px;
	height: 120px;
}
.footer .f_ew>p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 14px;
	margin-top: 12px;
}

.f_bottom {
	width: 100%;
	height: 50px;
	background: #00488a;
}
.f_bottom span, .f_bottom span>a {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}
.f_bottom span:nth-of-type(1) {
	display: inline-block;
}
.f_bottom span:nth-of-type(2) {
	float: right;
}