.footer-bottom {
	background: rgb(27, 27, 27);
	padding: 40px 0px 20px;
	border-radius: 0px;
}

.footer-bottom p {
	color: rgb(211, 211, 211);
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0px;
}

.footer-bottom .left img {
	margin-bottom: 10px;
}

.footer-nav {
	margin-bottom: 5px;
}

.website img {
	height: 100px;
	display: block;
	margin: 0 0 5px auto;
}

.website p {
	text-align: right;
}

.copyright {
	text-align: right;
	color: rgb(223, 223, 223);
}

.footer-nav .p_MatteIcon .iconfont::before {
	content: "Ã®Ëœâ€š";
}

.footer-nav>div {
	animation-fill-mode: both;
}

.footer-nav a {
	color: rgb(51, 51, 51);
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

.footer-nav .top-nav-a1:hover {
	color: rgb(38, 174, 97);
}

.footer-nav .top-nav-wrap {
	display: flex;
	font-size: 14px;
	color: rgb(51, 51, 51);
	justify-content: right;
}

.footer-nav .top-nav-wrap .clear {
	clear: both;
}

.footer-nav .top-nav {
	width: auto;
	margin-left: 15px;
	line-height: 36px;
}

.footer-nav .btlink1 {
	display: none;
}

.footer-nav .top-nav-a1 {
	display: block;
	font-size: 16px;
	color: rgb(223, 223, 223);
}

.footer-nav .top-nav-a2 {
	display: block;
	font-size: 15px;
	line-height: 36px;
	margin-bottom: 0px;
	color: rgb(205, 206, 209);
}

.footer-nav .top-nav-a2:hover {
	color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1024px) {
	.footer-nav .top-nav {
		margin-right: 10px;
	}

	.footer-nav .top-nav-wrap {
		justify-content: center;
	}

	.social-icon {
		justify-content: center;
		margin-top: 20px;
	}

	.copyright {
		text-align: center;
	}

	.footer-bottom .content {
		text-align: center;
	}

	.footer-bottom .left img {
		margin: 0px auto 20px;
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.website img {
		margin: 0 auto;
	}

	.website p {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.footer-nav .top-nav-wrap {
		display: flex;
		flex-wrap: wrap;
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.footer-nav .top-nav {
		flex: 0 0 100%;
		margin-right: 0px;
	}

	.footer-nav .top-nav-a1 {
		font-size: 15px;
		line-height: 50px;
		margin-bottom: 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		background-image: url("/img/btlink_jia.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: initial;
		background-size: 13px !important;
		text-align: center;
	}

	.footer-nav .footer-sub-hides {
		display: none;
		padding: 10px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footer-nav .top-nav-a2 {
		font-size: 13px;
		color: rgba(255, 255, 255, 0.8);
		background: url("/img/btlink_ico.png") left center / 3px no-repeat;
		line-height: 36px;
		margin-bottom: 0px;
		padding-left: 15px;
	}

	.footer-nav .top-nav.cur .top-nav-a1 {
		background: url("/img/btlink_jian.png") right center no-repeat;
	}
}