.footer {
	padding: 60px 0 0;
	background-color: #1c1c1c;
}

.footer a {
	color: #bdbdbd;
}

.footer a:hover {
	transition: color 0.3s;
}

.footer .main,
.footer .bot {
	width: 1400px;
	max-width: 92%;
	margin: 0 auto;
	display: flex;
}

.footer .main .logo {
	width: 25%;
	flex-shrink: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.footer .main .logo .img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	object-fit: contain;
	margin-bottom: 20px;
}

.footer .main .logo .info {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.footer .main .logo .info img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.footer .main .nav {
	flex: 1;
	display: block;
	display: flex;
	position: relative;
	padding-bottom: 80px;
}

.footer .main .nav li {
	flex: 1;
}

.footer .main .nav li p {
	font-size: 13px;
	margin-bottom: 5px;
	color: #bdbdbd;
}

.footer .main .nav li .tit {
	margin-bottom: 30px;
}

.footer .main .nav li p a:hover {
	color: #fff;
}

.footer .main .nav li p a,
.footer .bot div a:hover {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.footer .main .nav li p a:hover,
.footer .bot div a:hover {
	color: #fff;
}

.footer .main .nav .about {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.footer .main .nav .about .tt {
	margin-right: 20px;
}

.footer .main .fenx {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .main .fenx .box .mbox {
	width: 80px;
	margin: 0;
}

.footer .main .fenx .box .mbox img {
	width: 100%;
}

.footer .main .fenx .box .mbox .tt {
	font-size: 12px;
	text-align: center;
	margin: 5px 0 20px;
	color: #b3b3b3;
	white-space: nowrap;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .bot {
	border-top: 1px solid #6c7073;
	color: #bdbdbd;
	padding: 10px 0 40px;
}

.footer .bot .content {
	margin-left: 25%;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.footer .bot .content .bot_links::before {
	content: '·';
	padding: 0 2px;
}

.footer .bot .content .bot_links:first-child::before {
	content: none;
}

.footer .bot .content span {
	display: flex;
	align-items: center;
	margin-right: 40px;
	font-size: 12px;
}

.footer .bot .lang {
	flex-shrink: 0;
	font-size: 12px;
}



.bot_top {
	width: 30px;
	position: fixed;
	right: 4%;
	bottom: 10%;
	z-index: 11;
}

.bot_top span {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	overflow: hidden;
}

.bot_top span i {
	display: block;
	width: 30px;
	height: 21px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/icon/up.png) center no-repeat;
}

.bot_top div {
	font-size: 16px;
	font-family: 'Proxima Nova', arial;
	text-align: center;
	color: #999;
	line-height: 1;
	margin-top: 8px;
}

.footer-mod {
	display: none;
}

@media screen and (max-width: 767px) {

	.footer,
	.bot_top {
		display: none;
	}

	.footer-mod a {
		color: #bdbdbd;
	}

	.footer-mod {
		flex-shrink: 0;
		display: block;
		background-color: #1c1c1c;
		padding: 40px 5%;
		overflow: hidden;
	}

	.footer-mod .nav-box {}

	.footer-mod .nav-box ._li {
		width: 100%;
		margin: 9px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		padding-bottom: 12px;
	}

	.footer-mod .nav-box ._li .title {
		color: #fff;
		margin-bottom: 0;
		font-size: 15px;
		line-height: 24px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer-mod .nav-box ._li .title a {
		color: #fff;
	}

	.footer-mod .nav-box ._li .title .icon {
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		margin-right: -20px;
		transform: rotate(180deg);
		transition: 0.3s ease;
	}

	.footer-mod .nav-box ._li.active>.title>.icon {
		transform: rotate(0deg);
	}

	.footer-mod .nav-box ._li .child {
		display: none;
		margin-top: 10px;
		padding-left: 15px;
	}

	.footer-mod .nav-box ._li .child .tt {
		display: block;
		font-size: 13px;
		line-height: 1.8;
		color: #888;
		margin-bottom: 4px;
	}

	.footer-mod .nav-bot {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}

	.footer-mod .nav-bot .logo {
		flex-shrink: 0;
		padding: 10px;
		padding-left: 0;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-mod .nav-bot .logo .img {
		width: 24px;
		height: 24px;
		border-radius: 50%;
		object-fit: contain;
	}

	.footer-mod .nav-bot .nav-item {
		padding: 0 5px;
	}

	.footer-mod .bot {
		border-top: 1px solid #6c7073;
		color: #bdbdbd;
		padding-top: 10px;
	}

	.footer-mod .bot .content{
		display: flex;
		flex-wrap: wrap;
	}
	.footer-mod .bot .content span {
		align-items: center;
		margin-right: 20px;
		font-size: 12px;
	}

	.footer-mod .bot .lang {
		flex-shrink: 0;
		font-size: 12px;
	}

}