/* solution-service-lists style */
.solution-container{
	margin-top: 4.1rem;
	margin-bottom: 4.4rem;
}
.solution-head{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.solution-head li{
	width: 16.666%;
}
.solution-head li a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	border: 1px solid #f2f2f2;
	background: #ffffff;
	height: 2.7rem;
	line-height: 1.2rem;
	font-size: 0.9rem;
	color: #0060af;
	font-weight: bold;
}
.solution-head li.active a{
	border: 1px solid #0060af;
	background: #0060af;
	color: #fff;
}
.solution-head li a i .icon{
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 1.5rem;
}
.solution-swiper{
	padding: 1.8rem 2.5rem;
	background: #ececec;
}
.solution-swiper .swiper-slide .pic{
	float: left;
	width: 35%;
	height: 18rem;
	overflow: hidden;
}
.solution-swiper .swiper-slide .pic img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.solution-swiper .swiper-slide .pic:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.solution-swiper .swiper-slide .con{
	float: right;
	width: 61.8%;
	min-height: 18rem;
	line-height: 200%;
	font-size: 0.9rem;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.solution-swiper .swiper-slide .con>div{
	width: 100%;
}
.solution-swiper .swiper-slide .con p{
	text-indent: 2em;
	text-align: left;
}
@media (max-width:1200px) {
	.solution-container{
		margin-top: 6.75vw;
		margin-bottom: 7.25vw;
	}
	.solution-head li a{
		height: 4.5vw;
		line-height: 2vw;
		font-size: 1.5vw;
	}
	.solution-head li a i .icon{
		width: 2.25vw;
		height: 2.25vw;
		margin-right: 2.5vw;
	}
	.solution-swiper{
		padding: 3vw 4.25vw;
	}
	.solution-swiper .swiper-slide .pic{
		height: 30vw;
	}
	.solution-swiper .swiper-slide .con{
		min-height: 30vw;
		font-size: 1.5vw;
	}
}
@media (max-width:768px) {
	.solution-container{
		margin-top: 10vw;
		margin-bottom: 10vw;
	}
	.solution-head {
		flex-wrap: wrap;
	}
	.solution-head li{
		width: 33.3333%;
	}
	.solution-head li a{
		height: 12vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
	}
	.solution-head li a i .icon{
		width: 5vw;
		height: 5vw;
		margin-right: 2vw;
	}
	.solution-swiper{
		padding: 4.8vw;
	}
	.solution-swiper .swiper-slide .pic{
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 4vw;
	}
	.solution-swiper .swiper-slide .pic img{
		height: auto;
	}
	.solution-swiper .swiper-slide .con{
		width: 100%;
		min-height: unset;
		line-height: 200%;
		font-size: 3.6vw;
	}
}