.link {
	width: 100%;
	height: 104px;
	border-top: 1px solid #cb1a20;
	font-size: 0;
	overflow: hidden;
}
.link .l_tit {
	float: left;
}
.link .l_tit>p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	margin-top: 29px;
}
.link .l_tit>p:nth-of-type(2) {
	font-size: 14px;
	color: #333;
	line-height: 14px;
	margin-top: 11px;
}
.link a {
	font-size: 14px;
	color: #333;
	line-height: 14px;
	float: left;
	margin-top: 44px;
	margin-right: 22px;
}
.link a:nth-of-type(1) {
	margin-left: 65px;
}
.link a:hover {
	color: #cb1a20;
}

.footer {
    width: 100%;
    background: #222;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	margin-top: 53px;
	padding-bottom: 45px;
}
.footer .f_con .f_nav {
	float: left;
	height: 206px;
	margin-right: 31px;
	padding-left: 33px;
	border-left: 1px solid #383838;
}
.footer .f_con .f_nav:nth-of-type(1) {
	padding-left: 0;
	border-left: 0;
}
.footer .f_nav>p {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}
.footer .f_nav>div {
	width: 14px;
	height: 2px;
	background-color: #a9a9a9;
	margin-top: 12px;
}
.footer .f_nav>a {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.footer .f_con .f_nav2 {
	margin-top: 32px;
	border-left: 0;
	padding-left: 0;
}

.footer .f_mes {
	float: left;
	max-width: 270px;
	padding-left: 64px;
	border-left: 1px solid #383838;
}
.footer .f_mes>p:nth-of-type(1) {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	margin-bottom: 31px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-bottom: 23px;
}
.footer .f_ew {
	float: right;
	text-align: center;
}
.footer .f_ew>div {
	float: left;
	width: 125px;
	text-align: center;
	line-height: 0;
}
.footer .f_ew img {
	width: 100%;
	height: 125px;
}
.footer .f_ew p {
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	margin-top: 20px;
}

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