.services-container {
	width: 100%;
	height: 100vh;
	min-width: 520px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../img/index-service.png) repeat 0% 0%;
	background-size: cover;
	background-position: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	
	position: relative;
/*            margin: 60px 0;
	background: rgba(10, 20, 40, 0.3); */
	/* border-radius: 20px; */
	padding: 30px;
	border: 1px solid rgba(64, 156, 255, 0.2);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

/* BxSlider 样式 */
.bxslider-container {
	position: relative;
	padding: 0 220px;
	height: 400px;
	top: 50%;
}


.bxslider {
	margin: 0;
	padding: 0;
	height: 400px;
	list-style: none;
}


.bxslider li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(10, 20, 40, 0.4);
	border-radius: 16px;
	padding: 10px;
	height: 300px;
	transition: all 0.4s ease;
	border: 1px solid rgba(64, 156, 255, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
	margin: 10px 15px;
}

.bxslider li:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 25px rgba(0, 114, 255, 0.3);
	border-color: rgba(64, 156, 255, 0.4);
	background: rgba(10, 20, 40, 0.6);
}

.bx-logo {
	max-width: 100%;
	max-height: 90px;
	object-fit: contain;
	filter: grayscale(0.3) brightness(1.2);
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

.bxslider li:hover .bx-logo {
	filter: grayscale(0) brightness(1.5);
	transform: scale(1.05);
}

.bx-name {
	font-size: 1.1rem;
	color: #c2d4f8;
	text-align: center;
	font-weight: 500;
}

.bx-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	left: 0;
	transform: translateY(-50%);
	padding: 0 15px;
}

.bx-prev, .bx-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0, 114, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00c6ff;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(64, 156, 255, 0.3);
}

.bx-prev:hover, .bx-next:hover {
	background: rgba(0, 114, 255, 0.4);
	transform: scale(1.1);
}

/* 联系我们 */
/* .contact-container {
	width: 100%;
	height: 100vh;
	min-width: 520px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../img/index-contact.png) no-repeat 0% 0%;
	background-size: cover;
	background-position: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	z-index: 1;
} */