.footer {
	background: #282828;
}

.footer-box {
	width: 75%;
	padding-top: 120px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* justify-content: space-between; */
	padding: 17px 0;
}

.content-follow {
	width: 276px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 115px;
}

.follow-text {
	color: #ffffff;
	font-size: 1.8rem;
	margin-bottom: 18px;
	font-family: helvetica-Regular, Arial, Helvetica, sans-serif;
}

.follow-img {
	display: flex;
	align-items: center;
}

.imgbox {
	display: block;
}

.imgbox+.imgbox {
	margin-left: 20px;
}

.imgbox img {
	width: 38px;
	height: 38px;
	overflow: hidden;
	transition: all 0.3s;
}

.imgbox:hover img {
	transform: scale(1.1);
}

.content-middle {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo {
	width: 240px;
	height: 62px;
}

.footer-logo:hover {
	cursor: pointer;
}

.footer-line {
	width: 1px;
	height: 120px;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 24px;
}

.footer-text {
	width: 260px;
	font-weight: 400;
	font-size: 2.3rem;
	color: #ffffff;
}

.ftext-box {
	flex: none;
	width: 395px;
	margin-right: 115px;
}

.text-bottom {
	display: flex;
}

.text-bottom+.text-bottom {
	margin-top: 12px;
}

.ftext-box a {
	font-weight: 400;
	font-size: 1.8rem;
	color: #ffffff;

	display: block;
	flex: 1;
	text-align: left;
}

.ftext-box a:hover {
	color: #f8b62d;
}

.footer-middle {
	margin: 80px 0 50px 0;
	font-weight: 400;
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
}

.footer-contury {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
}

.line {
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 15px;
}

.line:last-child {
	display: none !important;
}

.footer-bottom {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 1.4rem;
	color: #a1a1a1;
}

.copybox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.bottom-lien {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	margin: 18px 0;
}

.btm {
	display: flex;
	align-items: center;
	justify-content: center;
}

.phone-footer {
	display: none;
}

@media screen and (max-width: 1600px) {

	.footer-text {
		width: 233px;
	}
}

@media screen and (max-width: 1480px) {
	.footer-box {
		width: 85%;
		padding-top: 80px;
	}

	.content-follow {
		width: 184px;
	}

	.follow-text {
		/* font-size: 1.3rem; */
		margin-bottom: 15px;
	}

	.imgbox img {
		width: 30px;
		height: 30px;
	}

	.footer-logo {
		width: 173px;
		height: 48px;
	}

	.footer-line {
		height: 100px;
	}

	.footer-text {
		width: 173px;
		font-size: 1.8rem;
	}

	.ftext-box a {
		font-size: 1.6rem;
	}

	.footer-middle {
		font-size: 1.4rem;
		margin: 30px 0 90px 0;
	}

	.footer-bottom {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	.footer:hover {
		background: #282828;
	}

	.footer-box {
		display: none;
	}

	.phone-footer {
		display: block;
		padding: 57px 19px 45px;
	}

	.phone-tbox {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 100px;
	}

	.footer-logo {
		width: 50%;
		display: flex;
		justify-content: flex-end;
		/*width: 160px;*/
		/*height: 42px;*/
	}

	.footer-logo img {
		width: 160px;
		height: 42px;
	}

	.footer-line {
		width: 1px;
		height: 100px;
		background: #ffffff;
		margin: 0 8px;
		opacity: 0.5;
	}

	.footer-text {
		flex: 1;
		font-weight: 400;
		font-size: 1.6rem;
		color: #ffffff;
		line-height: 19px;
		width: 50%;
		padding: 0 13px 0 15px;
	}

	.phone-area {
		margin: 12px 0 16px;
		font-weight: 400;
		font-size: 1.6rem;
		color: #ffffff;
		text-align: center;
	}

	.phone-contury {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-weight: 400;
		font-size: 1.4rem;
		color: #ffffff;
		padding: 0 21px;
		padding-bottom: 40px;
		border-bottom: 1px solid #a3a3a3;
	}

	.phone-citem {
		padding: 0 12px;
		margin-bottom: 12px;
		border-right: 1px solid #a3a3a3;
	}

	.phone-citem:nth-child(5) {
		border-right: none;
	}

	.phone-citem:last-child {
		border-right: none;
	}

	.phone-lianjie {
		padding: 40px 15px;
		border-bottom: 1px solid #a3a3a3;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.text-bottom {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		width: 100%;
	}

	.text-bottom a {
		display: block;
		font-size: 1.6rem;
		color: #ffffff;
		flex: 1;
	}

	.phone-follow {
		padding: 40px 0;
	}

	.phone-follow h6 {
		font-weight: bold;
		font-size: 1.6rem;
		color: #ffffff;
		text-align: center;
		margin-bottom: 24px;
	}

	.pfollow-box {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.follow {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		display: block;
	}

	.follow:last-child {
		margin-right: 0;
	}

	.phone-copyright {
		font-weight: 400;
		font-size: 1.2rem;
		color: #a3a3a3;
		line-height: 14px;
		text-align: center;
		padding-bottom: 12px;
		border-bottom: 1px solid #a3a3a3;
	}

	.phone-name {
		padding: 12px 59px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.phonename-item {
		font-weight: 400;
		font-size: 1.2rem;
		color: #a3a3a3;
		text-align: center;
		padding: 0 8px;
		margin-bottom: 10px;
		border-right: 1px solid #a3a3a3;
	}
}