
footer {
	position: relative;
	background-color: #222;
	background--: url(../image/footbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 28px;
}

.footUp {
	position: absolute;
	cursor: pointer;
}

.footer {
	display: flex;
	padding-top: 70px;
	justify-content: space-between;
}

.hotLine>p:nth-child(1) {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.hotLine>p:nth-child(2) {
	color: #fff;
	font-size: 28px;
	font-family: DIN;
	margin-bottom: 50px;
}

.footFlex {
	display: flex;
	justify-content: space-between;
}

.footFlex p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}

.footFlex a {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	margin-bottom: 15px;
	transition: all 0.3s;
}



.footA a {
	display: block;
}
.footA a:hover{
	color: #fff;
}
.footLeft {
	width: 65%;
}

.footRight {
}

.footEwm {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footEwm img {
	width: 110px;
	height: 110px;
}

.footEwm p {
	font-size: 14px;
	color: #fff;
	margin-top: 22px;
}

.footIcon {
	display: flex;
}

.footIcon>div:first-child {
	margin-right: 50px;
}

.foBottom {
	margin-top: 30px;    background: #222;  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foBottom p {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	padding: 15px 0;
	width: 100%;
}

.foFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footUp {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 130px;
	background: rgb(36, 36, 36);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footUp p {
	font-size: 16px;
	color: #fff;
	writing-mode: vertical-lr;
	margin-top: 25px;
}
