.service-section .bg-color {
	height: 40rem;
	background-color: #2c5dc6;
}

.service-img {
	transform: scale(0.9);
	transition: transform 0.6s;
}

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

.service-text {
	line-height: 2;
}

.service-btn {
	margin-top: 2rem;
}

.project-section .content {
	padding: 0 5rem;
}


.counter-box:hover h1 {
	transform: scale(1.3);
	transform: 0.7s;
}

.counter-box:hover h1:last-child {
	margin-left: 1.4rem;
}

.honeycomb {
	height: 41rem;
	overflow-x: auto;
}

.scroll-content {
	height: 100%;
	width: 100%;

}

.project-section .item .img {
	width: 85%;
}

.brand {
	background-color: rgb(251, 251, 251);
	padding: 50px 0 45px;
}

.brand-single-box {
	display: inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 25px 0 25px;
	z-index: 1;
}

.brand-single-box::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .45;
	background: #1f40885f;

	z-index: -1;
	transition: .5s;
	transform: skew(-90deg) translateY(100%);
	border-radius: 5px;
}

.bg-brand {
	padding: 35px 0 0px;
}

.brand-single-box:hover:before {
	transform: skew(0deg) translateY(0);
}

.swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper .swiper-slide img {
	display: block;
	width: 100%;
}


/* 平板及以下（小屏幕） */
@media (max-width: 768px) {
	.scroll-content {
		width: 350%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.scroll-content {
		width: 140%;
	}
}


/* Normal desktop :1300px. */
@media (min-width: 1200px) and (max-width: 1399px) {
.scroll-content {
		width: 120%;
	}
}

/* 服务容器样式 */
.service-container {
	margin-top: -350px;
}
