.link {
	width: 1200px;
	height: 68px;
	margin: 63px auto 30px;
	border: 1px solid #02296c;
	overflow: hidden;
}
.link span:nth-of-type(1) {
	float: left;
	margin: 0 12px 0 20px;
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	color: #cdcdcd;
	line-height: 68px;
	text-transform: uppercase;
}
.link span:nth-of-type(2) {
	float: left;
	width: 82px;
	height: 24px;
	background: #02296c;
	text-align: center;
	margin-top: 22px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.link>a {
	font-size: 14px;
	color: #333;
	line-height: 68px;
	display: inline-block;
	margin: 0 17px;
}
.link>a:nth-of-type(1) {
	margin-left: 33px;
}
.link>a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
    background: #222;
	padding-top: 34px;
	padding-bottom: 60px;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}

.footer .f_l {
	display: inline-block;
	width: 682px;
}
.footer .f_nav {
	float: left;
	max-width: 105px;
	margin-right: 65px;
}
.footer .f_nav2 {
	margin-top: 29px;
	margin-right: 145px;
}
.footer .f_nav>p {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-bottom: 13px;
}
.footer .f_nav>a {
	display: block;
	font-size: 14px;
	margin-top: 20px;
	color: #bababa;
}

.footer .f_r {
	float: right;
	padding-left: 90px;
	border-left: 1px solid #525252;
}
.footer .f_r .f_ew {
	float: left;
	width: 158px;
	line-height: 0;
	text-align: center;
}
.footer .f_ew>img {
	width: 100%;
	height: 158px;
}
.footer .f_ew>p {
	font-size: 16px;
	color: #fffefe;
	line-height: 16px;
	margin-top: 12px;
}
.footer .f_r .f_mes {
	float: left;
	margin-left: 42px;
	margin-right: 25px;
}
.footer .f_mes>p {
	font-size: 16px;
	color: #fffefe;
	line-height: 32px;
}

.f_bottom {
	width: 100%;
	height: 50px;
	background: #111;
	overflow: hidden;
}
.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;
	max-width: 60%;
}
.f_bottom span:nth-of-type(2) {
	float: right;
}