.onland,.at-sea{
	height: 65vh;
}
.solution,.case{
	background: #fff;
	padding:5.21% 0;
}
.solution-content,.case-content{
	width: 89.58%;
	margin: auto;
}
.solution-title{
	font-size: 2.34375vw;
	line-height: 2.6vw;
	text-align: center;
	margin-bottom: 3.2vw;
}
.solution-pic{
	
}
.swiper-box{
	display: flex;
	align-items: center;
	position: relative;
}
.swiper{
	width: 80%;
}
.left-arrow,.right-arrow{
	width: 0.52vw;
	padding: 1vw;
	cursor: pointer;
}
.item{
	border-radius:0.625vw;
	background: #f9f9fb;
	overflow: hidden;
	position: relative;
}
.item-pic{
	height: 12.552vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.26vw 0.26vw 0 0;
	overflow: hidden;
}
.item-title{
	font-size: 1.0416vw;
	color: #007bc8;
	line-height: 1.5625vw;
	margin-bottom: 0.52vw;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-content{
	font-size: 0.833vw;
	line-height: 1.1458vw;
}
.item-text{
	padding: 7%;
	box-sizing: border-box;
	word-break: break-all;
}

.swiper a{
	display: block;
}
.item-content{
	color: #666;
}

.pro{
	width: 28%;
	font-size: 1.1vw;
	line-height: 1.5vw;
	color: #999;
	border: 1px solid #aaa;
	box-shadow: 0.2vw 0.2vw 0.5vw #bbb;
	position: absolute;
	top: 93%;
	z-index: 2;
	background: #fff;
	padding: 0.3vw;
	display: none;
}




@media screen and (max-width:1024px) {
	.solution-content,.case-content{
		width: 6.86rem;
	}
	.solution-title{
		font-size: 0.47rem;
		line-height: 0.5rem;
		margin-bottom: 0.45rem;
	}
	.swiper-box{
		display: block;
		position: relative;
	}
	.swiper{
		width: 100%;
	}
	.item{
		border-radius: 0.12rem;
	}
	.item-pic{
		height: 1.9rem;
	}
	.item-text{
		padding: 0.2rem;
	}
	.item-title{
		font-size: 0.23rem;
		line-height: 0.33rem;
		color: #000;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    text-overflow: ellipsis;
		margin-bottom: 0.15rem;
	}
	.item-content{
		font-size: 0.18rem;
		line-height: 0.23rem;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.left-arrow, .right-arrow{
		width: 0.14rem;
		padding: 0.2rem;
		position: absolute;
		top: 50%;
		margin-top: -0.207rem;
	}
	.left-arrow{
		left: -0.43rem;
	}
	.right-arrow{
		right: -0.43rem;
	}
	
	.pro {
	    width: 50%;
	    font-size: 0.2rem;
	    line-height: 0.25rem;
	    padding: 0.1rem;
	}
	
}