article {
	color: #333333;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.headhunter-des {
	margin-top: 25px;
	font-size: 14px;
	font-weight: 400;
}

.product-introduce {
	padding: 86px 45px;
}

.product-introduce h2 {
	margin-bottom: 33px;
	font-size: 30px;
	font-weight: 400;
	line-height: 22px;
}

.product-introduce p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.mt-130 {
	margin-bottom: 130px;
}

.service-advantages {
	position: relative;
}

.center-text{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-48%, -48%);
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}

.center-text div:nth-child(1){
	margin-bottom: 10px;
	font-size: 14px;
}
.center-text div:nth-child(4){
	margin-top: 20px;
	font-size: 14px;
}

.service-advantages img {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.service-advantages-row {
	display: flex;
	justify-content: space-between;
	margin-top: 82px;
}
.service-advantages-box {
	width: 337px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
}

.service-advantages-box p:nth-child(1) {
	font-size: 26px;
	color: #023EAC;
}
.service-advantages-box p:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}
.service-advantages-box p:nth-child(3) {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #333333;
}

.customer-case{
	margin-top: 76px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.customer-case-box{
	margin-bottom: 86px;
	box-sizing: border-box;
	width: 379px;
	height: 497px;
	padding: 30px;
	border: 2px solid #107BFF;
	border-radius: 20px;
	position: relative;
}

.customer-case-name{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 27px;
	background-color: #FFFFFF;
	font-size: 28px !important;
	font-weight: bold;
	color: #FF7200  !important;
}
.customer-case-row{
	padding: 10px;
	border-bottom: 1px dashed #999;
	display: flex;
	justify-content: space-between;
}
.customer-case-row p{
	color: #333333 !important;
	font-size: 14px !important;
}
.customer-case-row p:nth-child(1){
	font-weight: bold;
}

