.scroll {
	height: 480px;
	color: #fff;
}

.scroll-title h1 {
	font-size: 50px;
	margin-bottom: 30px;
}

.scroll-title h2 {
	font-size: 30px;
}

.swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.slide1 {
	background-image: url('/static/imgs/bg-imgs/home-scroll-1.png');
}

.slide2 {
	background-image: url('/static/imgs/bg-imgs/home-scroll-2.png');
}

.slide3 {
	background-image: url('/static/imgs/bg-imgs/home-scroll-3.png');
}

.content-solution-wrap {
	display: flex;
	color: #fff;
}

.content-solution-li {
	display: flex;
	align-items: center;
	flex-grow: 1;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.content-solution-li:nth-child(1) {
	background-image: url('/static/imgs/bg-imgs/home-conetnt-solution-1.png');
}

.content-solution-li:nth-child(2) {
	background-image: url('/static/imgs/bg-imgs/home-content-solution-2.png');
}

.content-solution-li:nth-child(3) {
	background-image: url('/static/imgs/bg-imgs/home-content-solution-3.png');
}

.content-solution-li:nth-child(4) {
	background-image: url('/static/imgs/bg-imgs/home-content-solution-5.png');
}

.content-solution-li {
	width: 100%;
	height: 600px;
}

.content-solution-li .solution-li-wrap {
	width: 100%;
	height: 100%;
}

.content-solution-li:nth-child(5) {
	background-image: url('/static/imgs/bg-imgs/home-content-solution-4.png');
}

.content-solution-li:nth-child(even)>div.solution-li-wrap {
	background: rgba(255, 255, 255, 0.6);
	color: #000;
}

.content-solution-li:nth-child(even)>div.solution-li-wrap:hover {
	background: rgba(255, 255, 255, 0.82);
}

.content-solution-li:nth-child(odd)>div.solution-li-wrap:hover {
	background: rgba(0, 0, 0, 0.7);
}

.btn-border {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 6px;
	width: 270px;
	font-size: 22px;
}

.btn-border:hover {
	border-color: var(--global-light-blue-color);
}

.content-solution-li:nth-child(even)>div.solution-li-wrap .btn-border {
	border-color: #000;
}

.content-solution-li:nth-child(even)>div.solution-li-wrap .btn-border:hover {
	border-color: var(--global-light-blue-color);
}

.btn-border span {
	font-size: 30px;
}

.content-case-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.content-case-li {
	width: 380px;
	height: 300px;
	box-shadow: 0 0 10px 0 rgb(189, 189, 189);
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-size: 16px;
}

.content-case-wrap .case-1 {
	background-image: url('/static/imgs/bg-imgs/home-content-case-1.png');
}

.content-case-wrap .case-2 {
	background-image: url('/static/imgs/bg-imgs/home-content-case-2.png');
}

.content-case-wrap .case-3 {
	background-image: url('/static/imgs/bg-imgs/home-content-case-3.png');
}

.content-case-wrap .case-4 {
	background-image: url('/static/imgs/bg-imgs/home-content-case-4.png');
}

.content-case-wrap .case-5 {
	background-image: url('/static/imgs/bg-imgs/home-content-case-5.png');
}

.content-case-wrap .case-6 {
	background-image: url('/static/imgs/bg-imgs/home-content-case-6.png');
}

.case-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.content-case-li p {
	width: 84%;
	margin: 80px auto 0;
	line-height: 28px;
}

.case-title span:nth-child(1) {
	color: #000;
	font-weight: bold;
}

.case-title span:nth-child(2) {
	font-size: 14px;
	color: var(--global-light-blue-color);
}

.content-partner-wrap {
	padding: 0 40px 50px;
	margin-bottom: 30px;
	text-align: center;
}

.content-partner-wrap div {
	display: inline-block;
	overflow: hidden;
	margin: 20px 30px;
}

.content-partner-wrap>div {
	width: 206px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	background-color: #fff;
	margin: 10px;
	padding: 20px;
}

.content-partner-wrap>div>img {
	max-width: 100%;
	max-height: 100%;
}

/* 页面自适应 begin */
@media screen and (max-width: 1199px) {
	div.swiper {
		height: 300px;
	}
	div.content-solution-wrap {
		display: block;
		padding: 0 20px;
	}
	
	div.content-solution-li {
		height: 260px;
		margin: 10px 0;
	}
	
	div.content-solution-li h1 {
		font-size: 20px;
	}
	
	.solution-description-wrap {
		position: unset;
		height: auto;
	}
	
	.solution-description,
	.solution-description-bg {
		position: unset;
		width: 100%;
	}
	
	.solution-description {
		box-shadow: unset;
	}
	
	.solution-description-bg {
		height: 200px;
	}
	
	div.btn-border {
		font-size: 14px;
		padding: 10px 14px;
	}
	
	div.btn-border span {
		font-size: 14px;
	}

	
	div.content-case-li p,
	div.case-title span:nth-child(1) {
		font-size: 14px;
	}
	
	div.content-case-li {
		width: 100%;
		height: 230px;
		margin-bottom: 20px;
	}
	
	div.content-case-li p {
		font-size: 12px;
		position: absolute;
		top: 0;
		bottom: 60px !important;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		align-items: center;
		margin: 0;
		width: 100%;
		padding: 30px;
	}
	
	div.content-partner-wrap {
		padding: 0 20px;
	}
	
	div.content-partner-wrap>div {
		width: 32%;
		height: 60px;
		line-height: 60px;
		margin: 0.2%;
		padding: 10px;
	}
	footer .footer-title {
		font-size: 14px;
	}
	footer .footer-li a {
		font-size: 14px;
	}
}

/* 页面自适应 end */
