.link {
	width: 100%;
	padding: 20px 0;
	background-color: #f5f5f5;
}
.link .l_line {
	float: left;
	width: 3px;
	height: 37px;
	background-color: #f41317;
}
.link .l_word {
	float: left;
	margin-left: 13px;
	margin-right: 80px;
}
.link .l_word>p {
	font-weight: bold;
	font-size: 24px;
	color: #f41317;
	text-transform: uppercase;
}
.link .l_word>span {
	font-size: 14px;
	color: #333;
}
.link a {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 37px;
	margin-right: 40px;
}
.link a:hover {
	color: #f41317;
}

.footer {
    width: 100%;
    background: #222;
	overflow: hidden;
}
.footer .f_con {
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
	padding-bottom: 30px;
}
.footer .f_con .f_left {
	float: left;
	width: 185px;
	line-height: 0;
}
.footer .f_left>p:nth-of-type(1) {
	font-size: 14px;
	color: #fff;
}
.footer .f_left>p:nth-of-type(2) {
	font-size: 24px;
	color: #fff;
	margin-top: 24px;
}
.footer .f_left>a {
	display: block;
	width: 150px;
	height: 36px;
	border-radius: 4px;
	background-color: #f41317;
	text-align: center;
	margin-top: 43px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.footer .f_left>a:hover {
	background-color: #ca0d10;
	color: #fff;
}

.footer .f_con .f_middle {
	float: left;
	width: 580px;
	margin-left: 150px;
}
.footer .f_middle .f_nav>a {
	float: left;
	margin-right: 42px;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.footer .f_nav>a:nth-last-of-type(1) {
	margin-right: 0;
}
.footer .f_nav>a:hover {
	color: #f41317;
}
.footer .f_middle .f_cat {
	margin-top: 35px;
}
.footer .f_cat>p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.footer .f_cat>p>img {
	position: relative;
	top: 7px;
	margin-right: 10px;
}
.footer .f_con .f_ew {
	float: right;
	line-height: 0;
	text-align: center;
}
.footer .f_ew>div {
	float: left;
	width: 120px;
	text-align: center;
}
.footer .f_ew img {
	width: 100%;
	height: 120px;
}
.footer .f_ew p {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

.f_bottom {
	width: 100%;
	height: 50px;
	background: #131313;
	margin: 0 auto;
	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;
}