/* .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%;
	height: 280px;
    background: url(../images/f_bg.jpg) no-repeat center;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	color: #f00000 !important;
}
.footer .f_con {
	height: 190px;
	margin-top: 47px;
}
.footer .f_con .f_nav {
	float: left;
	margin-left: 28px;
	padding-left: 28px;
	border-left: 1px solid #383838;
}
.footer .f_con .f_nav:nth-of-type(1) {
	width: 135px;
	text-align: right;
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.footer .f_nav>a {
	display: block;
	margin-top: 15px;
	font-size: 13px;
	color: #fff;
	line-height: 13px;
}
.footer .f_nav>a:nth-of-type(1) {
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	margin-top: 3px;
}
.footer .f_nav>a:nth-of-type(2) {
	margin-top: 27px;
}
.footer .f_nav .f_logo {
	line-height: 0;
	margin-top: 47px;
	position: relative;
	left: -47px;
}
.footer .f_con .f_nav2>a {
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	margin-top: 31px;
}
.footer .f_con .f_nav2>a:nth-of-type(1) {
	margin-top: 3px;
}

.footer .f_mes {
	float: left;
	max-width: 330px;
	padding-left: 30px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-bottom: 43px;
}
.footer .f_mes>p>img {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 14px;
	position: relative;
	top: -8px;
}
.footer .f_ew {
	float: right;
	text-align: center;
}
.footer .f_ew>div {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 0;
}
.footer .f_ew>div:nth-of-type(2) {
	margin-left: 22px;
}
.footer .f_ew img {
	width: 100%;
	height: 100px;
}
.footer .f_ew p {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-top: 17px;
}

.f_bottom {
	text-align: center;
	border-top: 1px solid #383838;
}
.f_bottom span, .f_bottom span>a {
	display: inline-block;
	font-size: 14px;
	color: #777;
	line-height: 40px;
}
.f_bottom span:nth-of-type(1) {
	margin-right: 60px;
}