.link {
	width: 100%;
	margin: 74px 0 70px;
	line-height: 0;
	overflow: hidden;
}
.link p:nth-of-type(1) {
	display: inline-block;
	font-size: 24px;
	color: #333;
	line-height: 1;
	padding-bottom: 14px;
	border-bottom: 1px solid #e48c02;
}
.link p:nth-of-type(2) {
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
	margin-top: -1px;
}
.link a {
	font-size: 14px;
	color: #999;
	line-height: 1;
	display: inline-block;
	margin-top: 32px;
	margin-right: 20px;
}
.link a:hover {
	color: #333;
}

.footer {
    width: 100%;
	height: 260px;
	padding-top: 60px;
    background: url(../images/f_bg.jpg) no-repeat center;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_mes {
	float: left;
	width: 285px;
}
.footer .f_mes>div, .footer .f_nav>div {
	display: inline-block;
	line-height: 0;
	padding-right: 42px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fefefe;
	margin-bottom: 4px;
}
.footer .f_mes>div>img, .footer .f_nav>div>img {
	float: left;
	margin: 0 7px 0 1px;
}
.footer .f_mes>div>span, .footer .f_nav>div>span {
	float: left;
	font-size: 16px;
	color: #fefefe;
	line-height: 21px;
}
.footer .f_mes>p {
	float: left;
	line-height: 0;
	margin-top: 8px;
}
.footer .f_mes>p>img {
	float: left;
	margin: 4px 13px 0 1px;
}
.footer .f_mes>p>span {
	float: left;
	font-size: 14px;
	color: #fefefe;
	line-height: 26px;
}
.footer .f_mes>p>span:nth-of-type(2) {
	width: 210px;
}

.footer .f_nav {
	float: left;
	width: 240px;
	margin-left: 175px;
}
.footer .f_nav>a {
	display: inline-block;
	margin: 18px 30px 0;
	font-size: 14px;
	color: #fefefe;
	line-height: 1;
}
.footer .f_ew {
	float: right;
	line-height: 0;
}
.footer .f_ew>div {
	float: left;
	width: 126px;
	margin: 0 20px;
	text-align: center;
}
.footer .f_ew>div>div {
	width: 100%;
	height: 126px;
	border-radius: 9px;
	background-color: #fefefe;
}
.footer .f_ew img {
	width: 110px;
	height: 110px;
	margin: 8px;
}
.footer .f_ew>div>p {
	font-size: 14px;
	color: #fefefe;
	line-height: 1;
	margin-top: 20px;
}
.f_bottom {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background-color: #cb6501;
}
.f_bottom div:nth-of-type(1) {
	float: left;
}
.f_bottom div:nth-of-type(2) {
	float: right;
}
.f_bottom span, .f_bottom a {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}