* {
	margin: 0;
	padding: 0;
	text-decoration: none!important;
}
.content {
}

.bannerText {
	width: 100%;
	background-color: #f5f6fa;
	height: 200px;
	padding-top: 50px;
}

.bannerText p {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.bannerText p:nth-child(1) {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #3E3A39;
}

.bannerText p:nth-child(2) {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #3E3A39;
	margin-bottom: 20px;
}

.bannerText p:nth-child(3) {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #222222;
	line-height: 25px;
	height: 75px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
}
.solutionsList{
	min-width: 1200px;
	background-color: #f5f6fa;
	padding-top: 50px;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
}
.solutionsList .listTitle{
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #6B6B6B;
	margin-bottom: 50px;
}
.solutionsList .listItem{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.solutionsList .listItem .item{
	width: 360px;
	height: 154px;
	background-color: #e4e5eb;
	margin-bottom: 60px;
}
.solutionsList .listItem .item:nth-child(3n-1){
	margin: 0 60px;
}
.solutionsList .listItem .item>a{
	width: 360px;
	height: 154px;
	display: flex;
}
.solutionsList .listItem .item>a .text{
	width: 129px;
	height: 154px;
}
.solutionsList .listItem .item>a .text p:nth-child(1){
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
	display: block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.solutionsList .listItem .item:hover>a .text p:nth-child(1){
	font-weight: bold;
}
.solutionsList .listItem .item>a .text p:nth-child(2){
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #222222;
	margin-left: 30px;
}
.solutionsList .listItem .item:hover>a .text p:nth-child(2){
	color: #0d6efd;
}
.solutionsList .listItem .item>a .img{
	width: 230px;
	overflow: hidden;
}
.solutionsList .listItem .item>a .img img{
	width: 230px;
	margin-left: 0;
	transition: 1s;
}
.solutionsList .listItem .item:hover>a .img img{
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: 1s;
}

@media screen and (max-width: 998px){
	.bannerText {
		width: 100%;
		background-color: #f5f6fa;
		/* height: 200px; */
		padding-top: 50px;
		padding-left: 10%;
		padding-right: 10%;
		height: auto;
	}
	.bannerText p{
		width: auto;
	}

	.bannerText p:nth-child(3) {
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 300;
		color: #222222;
		line-height: 25px;
		/* height: 100px; */
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		/* -webkit-line-clamp: 3; */
		overflow: auto;
		text-align: justify;
		width: auto;
	}
	.solutionsList{
		min-width: auto;
		padding-left: 5%;
	}
	.solutionsList .listTitle{
		width: auto;
	}
	.solutionsList .listItem{
		width: auto;
		/*margin-bottom: 60px;*/
		justify-content: space-around;
	}
	.solutionsList .listItem .item:nth-child(3n-1){
		margin: 0 0 0 0;
		margin-bottom: 60px;

	}

}