@charset "utf-8";



.solutions-items li{
		display:inline-block;
		margin-right:19px;
		margin-bottom:24px;
		width:384px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21);
		vertical-align:top;
	}
	.solutions-items li:nth-child(3n){
		margin-right:0;
	}
	.solutions-items h5{
		padding:0 22px;
		width:100%;
		height:97px;
		line-height:97px;
		font-size:18px;
		color:#fff;
		box-sizing:border-box;
	}
	.solutions-items p{
		padding:27px 16px;
		height:160px;
		box-sizing:border-box;
		font-size:14px;
		color:#A5ACB7;
		line-height: 24px;
	}
	.solutions-items a{
		display:inline-block;
		width:100%;
		height: 52px;
		line-height:52px;
		background: linear-gradient(91deg, #2B86FF 0%, #0000FF 100%, #164380 100%);;
		font-size:16px;
		color:#fff;
		text-align:center;
	}
	.solutions-items li:nth-child(1) h5{
		background:url(../images/hrsolutions/st1.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(2) h5{
		background:url(../images/hrsolutions/st2.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(3) h5{
		background:url(../images/hrsolutions/st3.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(4) h5{
		background:url(../images/hrsolutions/st4.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(5) h5{
		background:url(../images/hrsolutions/st5.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(6) h5{
		background:url(../images/hrsolutions/st6.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(7) h5{
		background:url(../images/hrsolutions/st7.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(8) h5{
		background:url(../images/hrsolutions/st8.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(9) h5{
		background:url(../images/hrsolutions/st9.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(10) h5{
		background:url(../images/hrsolutions/st10.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(11) h5{
		background:url(../images/hrsolutions/st11.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(12) h5{
		background:url(../images/hrsolutions/st12.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(13) h5{
		background:url(../images/hrsolutions/st13.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(14) h5{
		background:url(../images/hrsolutions/st14.png) no-repeat center;
		background-size:cover;
	}
	.solutions-items li:nth-child(15) h5{
		background:url(../images/hrsolutions/st15.png) no-repeat center;
		background-size:cover;
	}



/*适用对象*/
.solutions-fit-items li{
	position:relative;
	display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
	padding:25px 26px 25px 0;
	width: 577px;
	height: 167px;
	background:#fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
	vertical-align:top;
	box-sizing:border-box;
}
.solutions-fit-items li:nth-child(2n){
	margin-right:0;
}
.solutions-fit-items li .iconfont{
	position:absolute;
	left:26px;
	top:45px;
	display:inline-block;
	width:61px;
	height: 61px;
	line-height:61px;
	border-radius:100%;
	font-size:30px;
	color:#fff;
	text-align:center;
}
.solutions-fit-items li div{
	padding-left:109px;
}
.solutions-fit-items li div span{
	margin-bottom: 16px;
	font-size:16px;
	font-weight:bold;
	color:#383D41;
}
.solutions-fit-items li div p{
	font-size:14px;
	color: #878888;
	line-height:28px;
}
.solutions-fit-items li:nth-child(1) .iconfont{
	background:#03ABFF;
}
.solutions-fit-items li:nth-child(2) .iconfont{
	background:#FCA211;
}
.solutions-fit-items li:nth-child(3) .iconfont{
	background:#FF5656;
}
.solutions-fit-items li:nth-child(4) .iconfont{
	background:#0045A8;
}