.link {
	width: 100%;
	padding-bottom: 36px;
	font-size: 0;
	overflow: hidden;
}
.link p {
	font-size: 26px;
	color: #333;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c6c6;
}
.link .container>div {
	width: 105px;
	height: 1px;
	background-color: #f33366;
	position: relative;
	top: -1px;
}
.link a {
	font-size: 14px;
	color: #666;
	line-height: 1;
	display: inline-block;
	margin-top: 35px;
	margin-right: 18px;
}
.link a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
	background-color: #2e2e2e;
	border-top: 1px solid #f33366;
	overflow: hidden;
}
.footer .container {
	margin-top: 45px;
	margin-bottom: 50px;
}
.footer .f_mes {
	float: left;
	width: 310px;
	margin-right: 210px;
}
.footer .f_mes div, .footer .f_nav div, .footer .f_ew div {
	width: 34px;
	height: 3px;
	background-color: #fff;
}
.footer .f_mes p:nth-of-type(1), .footer .f_nav p:nth-of-type(1), .footer .f_ew p:nth-of-type(1) {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-top: 21px;
	margin-bottom: 32px;
}
.footer .f_mes p:nth-of-type(2), .footer .f_mes p:nth-of-type(3) {
	font-size: 24px;
	color: #f33366;
	line-height: 30px;
}
.footer .f_mes p:nth-of-type(4) {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 12px;
}
.footer .f_nav {
	float: left;
	margin-right: 98px;
}
.footer .f_nav a {
	font-size: 14px;
	color: #999;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}
.footer .f_nav a:hover {
	text-decoration: underline;
}
.footer .f_ew {
	float: right;
	line-height: 0;
}
.footer .f_ew>img {
	width: 110px;
	height: 110px;
}

.f_bottom {
	width: 100%;
	padding: 10px 0;
	background: #1f1f1f;
}
.f_bottom span, .f_bottom span>a {
	font-size: 13px;
	color: #ababab;
	line-height: 24px;
}
.f_bottom span>a:hover {
	color: #fff;
}
.f_bottom>.container>span {
	display: block;
	text-align: center;
}