:root{
	--swiper-theme-color: #ffffff;
}
.amap-icon img,
.amap-marker-content img{
	width: 25px;
	height: 34px;
}
.page-cover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.call-module{
	margin-top: var(--top-height);
	display: flex;
	flex-direction: column;
	height: calc(100vh - var(--top-height));
	z-index: 1;
}
.company-module{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 7rem;
	color: #ffffff;
	margin-top: -1rem;
}
.company-module .company-title{
	width: 26%;
	padding: 0 3%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.company-module .company-title .logo-txt{
	height: 1.5rem;
	display: flex;
	object-fit: cover;
	margin-bottom: 0.5rem;
}
.company-module .company-info{
	width: 67%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.company-module .company-info .info-item{
	width: 100%;
	height: 2rem;
	background: rgba(255,255,255,0.1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.company-module .company-info .info-item img{
	height: 1rem;
	margin: 0 1rem;
}
#container{
	/* position: absolute;
	left: 0;
	bottom: 4rem; */
	width: 100%;
	height: 18rem;
	margin-top: 1rem;
}
footer{
	position: absolute;
	left: 0;
	bottom: 0;
}
@media (max-width: 1600px) {
	
}