.footer {
	width: 100%;
	background-color: #f2f2f2;
}

.footer .fotter-box {
	padding-top: 40px;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	;
	margin-bottom: 20px;
	position: relative;
}

.footer .fotter-box .footer-lf {
	display: flex;
}

.footer .fotter-box .footer-lf .item {
	display: flex;
	flex-direction: column;
	padding-right:100px;
}

.footer .fotter-box .footer-lf .item:last-child {
	padding-right: 5rem;
}

.footer .fotter-box .footer-lf .item .tit {
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #121418;
	line-height: 19px;
	margin-bottom: 38px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer .fotter-box .footer-lf .item-r {
	text-align: right;
}

.footer .fotter-box .footer-lf .item-r .tit {
	margin-bottom: 13px;
}

.footer .fotter-box .footer-lf .item .tel {
	font-family: D-DIN-PRO, D-DIN-PRO;
	font-weight: 500;
	font-size: 24px;
	color: #4e4e4e;
	line-height: 28px;
	margin-top: 4px;
}

.footer .fotter-box .line-f {
	width: 100%;
	border-bottom: 1px solid #D9D9D9;
	position: absolute;
	top: 73px;
	/* margin-top: 13px;
	margin-bottom: 25px; */
}

.footer .fotter-box .footer-lf .item a {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin-bottom: 15px;
}

.footer .bottom {
	width: 100%;
	background-color: #e6e6e6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .bottom>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .bottom .text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 11px;
	color: #686A70;
	line-height: 13px;
}


.footer .footer-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.footer .footer-img .logo-g img {
	width: 120px;
	height: 24px;
}

.footer .footer-img .lf-icon img {
	width: 20px;
	height: 20px;
	margin-left: 15px;
}

/* 代表 */
.represent {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #ffffff;
}

.represent .tit {
	margin-bottom: 40px;
}

.represent-box {
	width: 100%;
	display: flex;
	overflow: hidden;

}

.represent-box .item {
	overflow: hidden;
	width: calc(100% / 6);
}

.represent-box .item  img {
	/* 	width: 14.34rem;
	height: 8.4rem; */
	width: 100%;
	height: 100%;
	border-right: 0;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease !important;
}

.represent-box .item img:hover{
	transform: scale(1.1) !important;
}
.footer-swiper-container .swiper-wrapper{
    transition-timing-function: linear !important;
	justify-content: center !important;
}
/* .item .swiper-slide .swiper-slide-active{
	overflow: hidden !important;
}

.item .swiper-slide .swiper-slide-active img{
	transition: transform 0.3s ease !important;
}
.item .swiper-slide .swiper-slide-active img:hover{
	transform: scale(1.1) !important;
} */
@media (max-width: 1700px) {}

@media (max-width: 1680px) {
	.represent {
		padding-bottom: 30px;
		padding-top: 80px !important;
	}

}

@media (max-width: 1360px) {


	.footer .fotter-box .footer-lf .item,
	.footer .fotter-box .footer-lf .item:last-child {
		padding-right: 20px;
	}

	.footer .fotter-box .footer-lf .item .tit {
		font-size: 14px;
	}

	.footer .fotter-box .footer-lf .item .tel {
		font-size: 18px;
	}

	.represent {
		padding-top: 60px !important;
	}

	.represent .tit {
		margin-bottom: 20px;
	}

	.represent-box {
		flex-wrap: wrap;
	}

	.represent-box .item {
		width: calc(100% / 3);
		padding: 10px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}


}

@media (max-width: 1152px) {
	.represent {
		padding-top: 40px !important;
	}
}

@media (max-width: 1000px) {

	.footer .fotter-box .footer-lf .item,
	.footer .fotter-box .footer-lf .item:last-child {
		padding-right: 10px;
	}
}

@media (max-width: 900px) {
	.footer .fotter-box {
		padding-top: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}

	.footer .fotter-box .footer-lf {
		width: 100%;
		justify-content: space-between;
	}

	.footer .fotter-box .footer-lf .item-r {
		text-align: left;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.footer .fotter-box .footer-lf .item .tel {
		font-size: 14px;
		margin-left: 10px;
		line-height: normal;
	}

	.footer .fotter-box .line-f {
		top: 47px;
	}

	.footer .fotter-box .footer-lf .item .tit {
		line-height: 16px;
		margin-bottom: 20px;
	}

	.footer .fotter-box .footer-lf .item-r .tit {
		margin-bottom: 0 !important;
	}

	.footer .footer-img {
		margin-bottom: 10px;
	}

	.footer .bottom {
		padding: 10px 0;
	}
}

@media (max-width: 750px) {

	.footer .fotter-box {
		padding-top: 0;
	}

	.footer .fotter-box .footer-lf .item,
	.footer .fotter-box .footer-lf .item:last-child {
		padding-right: 5px;
	}

	.footer .fotter-box .footer-lf,
	.footer .fotter-box .line-f {
		display: none;
	}
}

@media (max-width: 650px) {
	.represent {
		padding-top: 20px !important;
		padding-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.represent-box .item {
		width: 50%;
	}

	.represent-box .item img {
		min-width: 110px;
	}
}