* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
	font-family: "poppins";
}

.footer {
	background: url(../img/footer-bj.png);
	background-size: 100% 100%;

}

.fot-top {
	padding: 45px 0;
	border-bottom: 1px solid #4f5873;
}

.fot-top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fot-box {
	display: flex;
	color: #fff;
}

.fot-box-a {
	margin-right: 25px;
}

.fot-box-b {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fot-box-b p {
	font-size: 16px;
	font-family: "Poppins";
	line-height: 1;
}

.fot-box-b a {
	font-size: 16px;
	color: #fff;
	line-height: 1;
}

.fot-top li {
	display: flex;
}

.fot-top li>a {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 4px;
	text-align: center;
	line-height: 46px;
	background: rgba(255, 255, 255, 0.2);
	font-family: "Myriad Pro";
	margin-left: 15px;
}

.fot-top li>a:first-child {
	margin-left: 0;
}

.fot-top .iconfont {
	color: #fff;
	font-size: 25px;
}

.fot-mind {
	padding: 60px 0 140px;
	border-bottom: 1px solid #4f5873;
}

.fot-mind>ul {
	display: flex;
	justify-content: space-between;
}

.ftr-box ul {
	display: flex;
	flex-direction: column;
}

.ftr-box ul p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-bottom: 25px;
}

.ftr-box ul li a {
	display: block;
	line-height: 1;
	color: #b4b9c5;
	margin-bottom: 15px;
	font-size: 14px;
}

.fot-bom {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.fot-bom p {
	color: #b4b9c5;
	font-size: 14px;
}

.fot-bom p a {
	color: #b4b9c5;
	font-size: 14px;
}
@media (max-width: 1024px) {
	.fot-mind{
		display: none;
	}
	.fot-top li:last-child{
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}
	.fot-top ul{
		flex-wrap: wrap;
	}
	.fot-box-a{
		margin-right: 10px;
	}
}
@media (max-width: 768px) {
	.fot-top li:first-child{
		width: 100%;
		justify-content: center;
		margin-bottom: 30px;
	}
	.fot-top{
		padding: 30px 0;
	}
	.fot-top li:first-child img{
		height: 40px;
	}
	.fot-box-a img{
		height: 35px;
	}
	.fot-top li>a{
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.fot-bom{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.fot-box-b p,
	.fot-box-b p a{
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	.fot-top li{
		width: 100%;
	}
	.fot-top li:not(:last-child){
		margin-bottom: 20px;
	}
	.fot-top li:last-child{
		margin-top: 0;
	}
	#toTop span{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.fot-top .iconfont{
		font-size: 20px;
	}
}