/* link */
a:hover {
	color: #f60 !important;
}

.link {
	height: 116px;
	border-top: 2px solid #B5CAD7;
	border-bottom: 2px solid #B5CAD7;
	box-sizing: border-box;
	padding: 8px;
	margin-top: 60px;
}

.link span {
	display: inline-block;
	width: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 100px;
	float: left;
}

.link ul {
	float: right;
}

.link ul li a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #07274d;
	line-height: 32px;
	display: inline-block;
	margin: 0 8px;
}

/* 结尾 */
footer {
	position: relative;
	padding-bottom: 30px;
}

footer ul {
	width: 650px;
	height: 46px;
	margin: 0 auto;
	/* margin-bottom: 10px; */
}

footer ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

footer ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #07274d;
	font-family: Microsoft YaHei;
}

footer p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	line-height: 32px;
	color: #07274d;
}

footer div {
	width: 650px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 32px;
}

footer div span {
	font-size: 16px;
	font-weight: bold;
	font-family: Microsoft YaHei;
}

footer div span img {
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
}

.img5 {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 46px;
	right: 25px;
}


.img5 img {
	width: 100%;
	height: 100%;
}

.img4 {
	width: 26px;
	height: 30px;
	position: absolute;
	top: 140px;
	left: 245px;
}
