.foot {
	padding: 36px 0 0;
	text-align: center;
	/* line-height: 34px; */
	background: #000;
	color: #fff;
	margin-bottom: 152px;
}

.foot-in {
	width: 840px;
	margin: 0 auto;
}


.foot-content {
	width: 100%;
	margin-bottom: 0.15rem;
	display: inline-block;
}

.foot-content .foot-logo {
	width: 162px;
	height: 162px;
	/* background: url(../images/logo.png) no-repeat center; */
	background-size: contain;
	float: left;
	margin: 0 33px 0 0;
}

.foot-content .foot-logo img {
	width: 100%;
}

.foot-content .foot-text {
	float: left;
	width: 641px;
}

.foot-content .foot-text p {
	text-align: left;
	line-height: 50px;
	float: left;
}

.foot-content .foot-text p:nth-of-type(odd) {
	width: 420px;
}

.foot-in ul {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-in ul li {
	padding: 0 22px;
}

.foot-in ul li a {
	color: #fff;
}

.beian {
	text-align: center;
	color: #fff;
	line-height: 3em;
}