* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

img {
	display: block;
}

.footer-a {
	width: 100%;
	padding: 44px 0;
	background: #f7f7f7;
}

.footer-a-cen ul {
	display: flex;
	justify-content: space-between;
}

.footer-a-cen ul li {
	width: 30%;
	border-right: 1px solid #cccccc;
}

.footer-a-cen ul li:last-child {
	border: 0;
}

.footer-a-cen ul li:nth-child(2) {
	width: 40%;
}

.footer-a-cen ul li:nth-child(2) a {
	/* width: 100%; */
	display: flex;
	justify-content: center;
}

.footer-a-cen ul li:nth-child(3) a {
	/* width: 100%; */
	display: flex;
	justify-content: right;
	justify-content:flex-end;
}

.footer-a-box {
	display: flex;
	align-items: center;
}

.footer-a-left {
	margin-right: 30px;
}

.footer-a-left .iconfont {
	font-size: 40px;
	color: #999999;
	font-weight: bold;
}

.footer-a-right p {
	line-height: 1;
	font-size: 24px;
	color: #333333;
}

.footer-a-right p span {
	font-size: 24px;
	margin-left: 5px;
	/* vertical-align: middle; */
}

.footer-a-right>span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	margin-top: 20px;
}

.footer-a-box {
	width: 350px;
}

.footer-b {
	background: #0074c1;
}

.footer-b-top {
	border-bottom: 1px solid #fff;
}

.footer-b-top ul {
	display: flex;
	justify-content: space-between;
}

.footer-b-top ul li {
	display: flex;
	align-items: center;
	line-height: 95px;
	color: #fff;
}

.footer-b-top ul li span {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-right: 15px;
}

.footer-b-top ul li p {
	color: #fff;
	font-size: 16px;
}

.footer-b-top ul li p a {
	font-size: 16px;
	color: #fff;
}

.footer-b-bom li {
	line-height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-b-bom li {
	font-size: 14px;
	color: #b8cfe7;
}

.footer-b-bom li a {
	font-size: 14px;
	color: #b8cfe7;
	margin-left: 5px;
}

@media screen and (max-width :1370px) {
	.footer-a-box {
		width: 80%;
	}
}

@media screen and (max-width :1170px) {
	.footer-a-box {
		width: 90%;
	}

	.footer-b-top ul {
		flex-wrap: wrap;
	}
}

@media screen and (max-width :980px) {
	.footer-a-box {
		width: 95%;
	}

	.footer-a {
		padding: 30px 0;
	}

	.footer-b-top ul li {
		line-height: 60px;
	}

	.footer-a-left {
		margin-right: 10px;
	}
}

@media screen and (max-width :850px) {
	.footer-a-box {
		width: 98%;
	}

	.footer-a-right p {
		font-size: 20px;
	}

	.footer-a-right p span {
		font-size: 20px;
	}

	.footer-a-right>span {
		display: block;
		font-size: 14px;
		line-height: 20px;
		color: #999999;
		margin-top: 10px;
	}

	.footer-a-left .iconfont {
		font-size: 35px;
	}
}

@media screen and (max-width :810px) {
	.footer-b-bom li {
		flex-wrap: wrap;
		line-height: 30px;
	}

	.footer-b-bom {
		padding: 10px 0;
	}
}

@media screen and (max-width :768px) {
	.footer-a-cen ul {
		flex-wrap: wrap;
		align-items: center;
	}

	.footer-a-cen ul li {
		min-width: 300px;
		border-right: 0;
		margin-bottom: 10px;
	}

	/* .footer-a-cen ul {
		flex-direction: column;
	} */
}

@media screen and (max-width :660px) {
	.footer-a-cen ul li {
		width: 100%;
	}

	.footer-a-cen ul li:nth-child(2) {
		width: 100%;
	}

	.footer-a-cen ul li:nth-child(2) a {
		justify-content: left;
	}

	.footer-a-cen ul li:nth-child(3) a {
		justify-content: left;
	}

	.footer-b-top ul li {
		line-height: 50px;
	}
}

@media screen and (max-width :500px) {
	.footer-b-top ul li p a {
		font-size: 14px;
	}

	.footer-b-top ul li span {
		margin-right: 8px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
	}

	.footer-b-top ul li p {
		font-size: 14px;
	}

	.footer-b-bom li {
		line-height: 20px;
	}

	.footer-b-bom li p {
		font-size: 12px;
	}

	.footer-b-bom li a {
		font-size: 12px;
	}
}