.employeesCare {
	position: relative;
}

.employeesCare .headTxt {
	padding: 0.2rem 0.1rem;
	color: #C7A767;
	font-size: 0.24rem;
}

.employeesCare .contentTxt {
	padding: 0 0.1rem;
	width: calc(100% - 3.25rem - 0.85rem);
}

.employeesCare .employImg {
	position: absolute;
	top: -1.58rem;
	right: 0;
	width: auto;
	height: auto;
	max-width: 3.25rem;
	max-height: 4.09rem;
}

.employeesCare .secTxt {
	width: 100%;
	text-align: center;
	margin-top: 1.5rem;
	font-size: 0.24rem;
}

.employeesCare .longImg {
	display: flex;
	justify-content: space-between;
}

.employeesCare .threeTxt {
	padding: 0 3rem;
	text-align: center;
	font-size: 0.18rem;
	margin-top: 1rem;
}

.employeesCare .yellowTxt {
	width: 100%;
	text-align: center;
	font-size: 0.34rem;
	color: #C6A767;
	margin-top: 1rem;
}

.employeesCare .longImg {
	margin-top: 1rem;
}

.employeesCare .imgRow {
	width: 100%;
	display: flex;
	margin-top: 1rem;
	justify-content: space-around;
	align-items: center;
	padding: 0 3.8rem;
}

.employeesCare .imgRow .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.24rem;
	color: #48485C;
	position: relative;
}

.employeesCare .imgRow .item .circleOne {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: black;
	position: absolute;
	top: 0.55rem;
	left: -1.50rem;
}

.employeesCare .imgRow .item .circleSec {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: black;
	position: absolute;
	top: 0.55rem;
	right: -1.50rem;
}

.employeesCare .imgRow .item span {
	margin-top: 0.26rem;
}

.employeesCare .imgRow .item:nth-of-type(1):before {
	content: '';
	width: 1.49rem;
	height: 1px;
	background: black;
	position: absolute;
	top: 0.6rem;
	left: -1.49rem;
}

.employeesCare .imgRow .item:nth-of-type(2):after {
	content: '';
	width: 1.49rem;
	height: 1px;
	background: black;
	position: absolute;
	top: 0.6rem;
	right: -1.49rem;
}

.employeesCare .imgRow .item:nth-of-type(2):before {
	content: '';
	width: 0.98rem;
	height: 1px;
	background: black;
	position: absolute;
	top: 0.6rem;
	left: -0.99rem;
}

.employeesCare .imgRow .item a {
	width: 1.22rem;
	height: 1.22rem;
}
.employeesCare .imgRow .item a.employees0 {
	background: url(../images/employees0.png);
	background-size: 100% 100%;
}
.employeesCare .imgRow .item a.employees0.on {
	background: url(../images/employees0_1.png);
	background-size: 100% 100%;
}
.employeesCare .imgRow .item a.employees1 {
	background: url(../images/employees1.png);
	background-size: 100% 100%;
}
.employeesCare .imgRow .item a.employees1.on {
	background: url(../images/employees1_1.png);
	background-size: 100% 100%;
}


.employeesCare .bottomCon {
	margin-top: 1rem;
	display: flex;
	justify-content: space-around;
	margin-bottom: 0.63rem;
}

.employeesCare .bottomCon .item {
	border: 1px solid #48485c;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.employeesCare .bottomCon .item > p {
	width: 4.3rem;
	height: 2.2rem;
	padding-top: 0.94rem;
	padding-left: 0.28rem;
	padding-right: 0.28rem;
}

.employeesCare .bottomCon .item img {
	position: absolute;
	top: -0.7rem;
	left: 35%;
	z-index: 1;
	width: 1.38rem;
	height: 1.38rem;
	margin: auto;
}