.page-foot{
	padding: 50px 156px;
	background-color: #333333;
	color:#FFFFFF;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}

.page-foot h2{
	line-height: 90px;
	font-size: 20px;
	font-weight: 600;
}

.page-links{
	/* height: 52px; */
	background-color: #ff001c;
	padding:0 156px;
}

.page-links span{
	line-height: 52px;
	font-size: 18px;
	color:#FFFFFF;
}

.page-links span a{
	color:#FFFFFF;
	text-decoration: none;
}

.page-foot-1{
	/* width: 33.3%; */
}

.page-foot-1 ul li{
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


.page-foot-2{
	/* width: 33.3%; */
}

.page-foot-2 ul li{
	line-height: 40px;
	font-size: 18px;
}

.page-foot-2 ul li span{
	/* padding: 0px 10px; */
	padding-right: 10px;
}

.page-foot-2 ul li a{
	font-size: 18px;
	color:#FFFFFF;
	text-decoration: none;
}

.page-foot-3{
	/* width: 33.3%; */
	/* background-color: #1E7E34; */
	padding-top: 35px;
}

.page-foot-3 img{
	width: 200px;
	height: 200px;
	margin: auto;
}

.page-foot-3 p{
	font-size: 16px;
	margin-top: 25px;
}

@media screen and (max-width: 1600px) {
	
	.page-links span{
		line-height: 30px;
   		font-size: 12px;
	}
	
	.page-foot h2{
		font-size: 16px;
		line-height: 30px;
	}

	.page-foot-1 ul li,
	.page-foot-2 ul li,
	.page-foot-2 ul li span a{
		line-height: 30px;
		font-size: 12px;
	}

	.page-foot-2 ul li span{
		/* padding: 0px 5px; */
	}
	
	.page-foot-3{
		padding-top: 5px;
	}

	.page-foot-3 img{
		width: 120px;
		height: 120px;
	}

	.page-foot-3 p{
		font-size: 12px;
   	 	margin-top: 5px;
	}

	.page-foot{
		padding: 20px 156px;
	}
}