.link {
	width: 1200px;
	height: 89px;
	margin: 0 auto 40px;
	background: url(../images/link_bg.png) no-repeat center;
	overflow: hidden;
}
.link>div {
	padding-top: 30px;
	padding-left: 21px;
}
.link>div>a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: inline-block;
	margin-right: 15px;
}
.link>div>a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
    background: #333;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_top {
	width: 100%;
	height: 90px;
	text-align: center;
	border-bottom: 1px solid #4f4f4f;
}
.footer .f_top>span {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
.footer .f_top>span:nth-of-type(1) {
	float: left;
}
.footer .f_top>span:nth-last-of-type(1) {
	float: right;
}
.footer .f_top>span>img {
	position: relative;
	top: 18px;
	margin-right: 20px;
}
.footer .f_top>span:hover>img {
	transform: rotateY(360deg);
	transition: all 1s;
}

.footer .f_con {
	width: 100%;
	padding-bottom: 55px;
}
.footer .f_nav {
	float: left;
	max-width: 260px;
}
.footer .f_nav>p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-top: 41px;
	padding-bottom: 8px;
}
.footer .f_nav>a {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #b8b8b8;
}
.footer .f_nav>a>img {
	position: relative;
	top: -3px;
	margin: 0 11px 0 13px;
}
.footer .f_nav2 {
	margin-top: 70px;
	margin-left: 35px;
}
.footer .f_con .f_mes {
	float: left;
	max-width: 380px;
	margin-left: 85px;
}
.footer .f_mes>div {
	line-height: 0;
}
.footer .f_mes>p:nth-of-type(1) {
	font-weight: bold;
	color: #fff;
    padding-top: 41px;
    padding-bottom: 8px;
    margin-top: 0;
}
.footer .f_mes p {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
}
.footer .f_mes p span {
	font-size: 16px;
	color: #b8b8b8;
}
.footer .f_mes p img {
	margin-right: 9px;
}
.footer .f_con .f_ew {
	float: right;
	margin-top: 49px;
	text-align: center;
}
.footer .f_ew>div {
	float: left;
	width: 139px;
	height: 139px;
	line-height: 0;
}
.footer .f_ew>div>img {
	width: 100%;
	height: 100%;
}
.footer .f_ew>div>p {
	margin-top: 11px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.f_bottom {
	background: #242424;
}
.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;
}