#Footer {
	width: 100%;
}

@media (min-width:1530px) {
	#Footer .container {
		width: 1530px;
	}
}

#Footer .footer-box {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 50px;
}

#Footer .footer_copyright {
	line-height: 80px;
	border-top: 1px solid rgba(187, 187, 187, .2);
	color: #C8C8C8;
}

#Footer .f_title {
	position: relative;
	padding-bottom: 40px;
}

#Footer .f_title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: ' ';
	width: 8px;
	height: 1px;
	background-color: #005972;
}

#Footer .f_body>li {
	margin-top: 20px;
	font-size: 14px;
}

#Footer .f_body>li>a {
	position: relative;
	color: #888888;
}
#Footer .f_body>li>a:hover {
	color: #005972;
}

#Footer .footer_copyright a:hover {
	color: #900b09;
}

#Footer .logo {
	height: 80px;
}

.code_pos_sty {
	display: none;
	position: absolute;
	top: 50%;
	right: -240px;
	width: 214px;
	height: 214px;
	z-index: 5;
	margin-top: -107px;
}

#Footer .f_body>li>a:hover .code_pos_sty {
	display: block;
}

.code_1 {
	width: 214px;
	height: 214px;
	background: url(/img/icon_code_1.jpg) no-repeat;
	background-size: 214px;
}
.code_2 {
	width: 214px;
	height: 214px;
	background: url(/img/icon_code_dy.jpg) no-repeat;
	background-size: 214px;
}
.code_3 {
	width: 214px;
	height: 214px;
	background: url(/img/icon_code_3.jpg) no-repeat;
	background-size: 214px;
}

.hover_href_cor { color: #C8C8C8; }

.hover_href_cor:hover {
  color: #45d1f2 !important;
}
