.footer-width{
	background: #27323d;
}
.footer-bg {
	height: 360px;
	position: relative;
	background: url(../Images/footer-bg.jpg) center 0 no-repeat
}

.footer {
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 1200px;
	min-height: 50px;
	margin: auto;
	padding-top: 50px;
}

.footer-list {
	width: 22%;
}

.footer-list p {
	font-size: 18px;
	padding-bottom: 16px;
}

.ulList li {
	color: #bfbfbf;
	padding-bottom: 10px;
}

.ulList li a {
	color: #bfbfbf;
}

.copyright {
	text-align: center;
	position: absolute;
	bottom: 18px;
	left: 50%;
	width: 100%;
	color: #BFBFBF;
	font-size: 14px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.footer-bg{
	padding: 0;
	background: url(../Images/about/footer-bg.png)no-repeat center #232d37;
}
.footer{
	padding: 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 1200px;
	height: 316px;
}
.footer-list {
    /* width: 22%; */
/*}
.footer-list p {
    font-size: 18px;
    padding-bottom: 16px;
	position: relative;
}
.footer-list p:after{
	content: url(../Images/about/footer-img02.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
.ulList{
	padding-top: 20px;
}
.ulList:first-child{
	padding: 0;
}
.ulList li {
    color: #bfbfbf;
    padding-bottom: 10px;
}
.ulList li a {
    color: #bfbfbf;
}

.copyright{
	text-align: center;
	padding: 26px 0 26px 0;
	background: #141B24;
	color: #BFBFBF;
}
.copyright p a{
	color: #BFBFBF;
}
*/