.link {
	width: 100%;
	padding: 30px 0 22px;
	overflow: hidden;
}
.link>.container>div {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #8e0900;
	line-height: 18px;
}
.link span {
	display: inline-block;
	font-size: 15px;
	color: #333;
	line-height: 18px;
}
.link a {
	display: inline-block;
	font-size: 15px;
	color: #333;
	line-height: 18px;
	margin: 0 18px;
}
.link a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
    background: #2a2727;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	padding-top: 37px;
	padding-bottom: 40px;
}
.footer .f_nav {
	float: left;
	width: 269px;
	border-right: 1px solid #444444;
}
.footer .f_nav>p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-bottom: 32px;
}
.footer .f_nav>div {
	float: left;
	margin-right: 50px;
}
.footer .f_nav a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 1;
	margin-bottom: 23px;
}
.footer .f_mes {
	float: left;
	margin-left: 100px;
}
.footer .f_mes>p:nth-of-type(1) {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-bottom: 32px;
}
.footer .f_mes>p {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	margin-bottom: 23px;
}
.footer .f_ew {
	float: right;
}
.footer .f_ew>p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-bottom: 32px;
}
.footer .f_ew>div {
	float: left;
	text-align: center;
	line-height: 0;
}
.footer .f_ew>div:nth-of-type(2) {
	margin-left: 20px;
}
.footer .f_ew>div>img {
	width: 102px;
	height: 102px;
	padding: 7px;
	border: 1px dashed #a0a0a0;
}
.footer .f_ew>div>p {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
}

.f_bottom {
	width: 100%;
	padding: 19px 0;
	background-color: #1a1818;
	text-align: center;
}
.f_bottom>p:nth-of-type(1) {
	margin-bottom: 10px;
}
.f_bottom>p, .f_bottom>p a, .f_bottom>p span {
	font-size: 14px;
	color: #afafaf;
	line-height: 1;
}