.train {
	padding: 1rem 0 2rem;
	margin: 0 auto;
	display: flex;
}

.train .rig {
	width: 7.32rem;
	height: 5.75rem;
}

.train .rig img {
	width: 100%;
	height: 100%;
}

.train .left {
	width: calc(100% - 7.32rem);
	padding-right: .86rem;
}

.train .left .content {
	font-size: 0.18rem;
	line-height: .36rem;
	color: #231815;
	margin-top: .64rem;
}

.care {
	padding: 1rem 0 2rem;
	margin: 0 auto;
}

.care .content {
	margin-top: .4rem;
	margin-bottom: 1rem;
}

.care .content p {
	font-size: 0.18rem;
	color: #333333;
	display: block;
	margin-bottom: .5rem;
	line-height: .36rem;
}

.care .content span {
	font-size: 0.18rem;
	color: #0081CC;
	margin-bottom: .1rem;
}

.care .imgbox {
	display: flex;
	padding: 0 1.17rem;
	justify-content: space-between;
}

.care .imgbox .item {
	padding: .12rem;
	width: 5.09rem;
	height: 3.47rem;
	background: #F0F0F0;
}

.care .imgbox .item img {
	width: 100%;
	height: 100%;
}

.develop {
	padding: 1rem 0 .8rem;
	margin: 0 auto;
}

.develop-content {
	width: 13.2rem;
	margin: .6rem auto 0;
}

.develop-content .infotext .title {
	font-size: 0.18rem;
	color: #0081CC;
	margin-bottom: .1rem;
	display: block;
}

.develop-content .infotext p {
	font-size: 0.18rem;
	color: #333333;
	display: block;
	margin-bottom: .5rem;
	line-height: .36rem;
}

.aisle .info span {
	width: 2rem;
	height: 0.66rem;
	font-size: 0.18rem;
	color: #0081CC;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aisle .info span:nth-of-type(2n) {
	color: #fff;
}

.aisle {
	width: 100%;
	position: relative;
	margin-bottom: .88rem;
}

.aisle .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: .25rem;
}

.aisle span {
	font-size: 0.22rem;
	color: #0E7ABE;
	display: block;
	width: 2rem;
	text-align: center;
}

.aisle .list span {
	font-size: 0.22rem;
	color: #0E7ABE;
	display: block;
	width: 2rem;
	text-align: center;
}

.aisle img {
	width: 100%;
	height: 5.21rem;
}

.aisle .info {
	width: 100%;
	position: absolute;
	top: .5rem;
	left: 0;
	z-index: 11;
}

.aisle .info .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: .47rem;
}

.aisle .info .item1 {
	width: 100%;
	display: flex;
	justify-content: center;
}

.aisle .info .item1 span {
	width: 2.1rem;
	height: 0.6rem;
	font-size: 0.18rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.1rem;
}

.aisle .info .item2 {
	margin-top: 0.56rem;
}

.aisle .info .item2 span {
	margin-top: 0;
}


.cultivate_box1 {
	margin: 0 auto .98rem;
	display: flex;
}

.cultivate_tit {
	position: relative;
	height: .6rem;
	display: flex;
	align-items: flex-end;
}

.cultivate_tit span {
	font-size: 0.36rem;
	color: #005BAC;
	position: absolute;
	left: 0;
	top: 0;
}

.cultivate_tit p {
	font-size: 0.3rem;
	font-weight: bold;
	color: #E9EBF3;
}

.cultivate_box1 .left {
	width: 7.2rem;
}

.cultivate_box1 .left .text {
	margin-top: .79rem;
	width: 100%;
	height: 2.8rem;
	background-color: #F5F7FA;
	padding: 0 .54rem;
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	color: #333333;
	line-height: .36rem;
}

.cultivate_box1 .rig {
	padding-top: .4rem;
	position: relative;
	width: calc(100% - 7.2rem);
}

.cultivate_box1 .rig .img {
	width: 7.2rem;
	height: 4.4rem;
	position: absolute;
	top: .4rem;
	left: 0;
	overflow: hidden;
}

.cultivate_box1 .rig .img img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out 0s;
}

.cultivate_box1 .rig .img img:hover {
	transform: scale(1.1);
}

.cultivate_box1 .rig .bg {
	width: 7rem;
	height: 4.2rem;
	background: #0081CC;
	display: block;
	margin: .3rem 0 0 .3rem;
}

.cultivate_box2 {
	margin: 0 auto 1rem;
}

.cultivate_box2 .info {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: .52rem;
}

.cultivate_box2 .content {
	position: relative;
	display: flex;
	/* align-items: center; */
}

.cultivate_box2 .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.5rem;
	height: 6.13rem;
	background: #F5F7FA;
}

.cultivate_box2 .left {
	width: 7.2rem;
	height: 3.4rem;
	overflow: hidden;
}
.cultivate_box2 .left .img{
	width: 100%;
	height: 100%;
}
.cultivate_box2 .left img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out 0s;
}

.cultivate_box2 .left img:hover {
	transform: scale(1.1);
}

.cultivate_box2 .rig {
	padding: .89rem .6rem 0;
	width: calc(100% - 7.2rem);
}

.cultivate_box2 .rig .p {
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: .5rem;
	line-height: .36rem;
}

.cultivate_box2 .more {
	font-size: 0.48rem;
	color: #0081CC;
	margin-left: .29rem;
}

.cultivate_box3 {
	margin: 0 auto;
}

.cultivate_box3 .info {
	display: flex;
	margin-top: .75rem;
	position: relative;
}

.cultivate_box3 .left {
	width: 10.91rem;
	height: 4.04rem;
	background: #F5F7FA;
	padding: .46rem 1.46rem 0 .72rem;
}

.cultivate_box3 .left .p {
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: .7rem;
	line-height: .36rem;
}

.cultivate_box3 .left .more {
	font-size: 0.48rem;
	color: #0081CC;
	margin-left: .23rem;
}

.cultivate_box3 .rig {
	width: 5.75rem;
	height: 4rem;
	overflow: hidden;
}
.cultivate_box3 .rig .img{
	width: 100%;
	height: 100%;
}
.cultivate_box3 .rig img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out 0s;
}

.cultivate_box3 .rig img:hover {
	transform: scale(1.1);
}

.cultivate_box4 {
	margin: 0 auto;
	display: flex;
}

.cultivate_box4 .left {
	width: 7.2rem;
	height: 4rem;
	overflow: hidden;
}
.cultivate_box4 .left .img{
	width: 100%;
	height: 100%;
}
.cultivate_box4 .left img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out 0s;
}

.cultivate_box4 .left img:hover {
	transform: scale(1.1);
}

.cultivate_box4 .rig {
	width: calc(100% - 7.2rem);
	padding: 1rem 0 0 .6rem;
}

.cultivate_box4 .rig .p {
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: .2rem;
	line-height: .36rem;
}

.cultivate_box4 .rig .more {
	font-size: 0.48rem;
	color: #0081CC;
	margin-left: 1.03rem;
}

.cultivate_box4 .rig .text {
	padding: .5rem 0 0 .7rem;
}

.cultivate_box5 {
	margin: 0 auto 1.3rem;
	display: flex;
}

.cultivate_box5 .rig {
	width: 6rem;
	height: 4rem;
	overflow: hidden;
}

.cultivate_box5 .rig img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out 0s;
}

.cultivate_box5 .rig img:hover {
	transform: scale(1.1);
}

.cultivate_box5 .left {
	width: calc(100% - 6rem);
	padding-top: .89rem;
}

.cultivate_box5 .left .p {
	margin-top: .3rem;
	font-size: 0.18rem;
	color: #333333;
	line-height: .36rem;
	padding: .45rem .7rem;

	height: 2.22rem;
	background: #F5F7FA;
}



/* 工作机会 */
.invite-wrap {
	margin: 0.9rem auto;
}

.invite-box {
	margin-top: 0.46rem;
	display: flex;
	align-items: flex-start;
}

.invite-left {
	width: 2.7rem;
	flex-shrink: 0;
	margin-right: 0.4rem;
	border-right: 0.01rem solid #F5F7FA;
	padding: 0 0.4rem 0 0.8rem;
}

.invite-nav {
	padding-bottom: 0.07rem;
	margin-bottom: 0.14rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	border-bottom: 0.01rem solid #F5F7FA;
	cursor: pointer;
}

.invite-left .active {
	color: #0081CC;
	border-bottom: 0.02rem solid #0081CC;
}

.invite-right {
	flex: 1;
}

.invite-select-box {
	display: flex;
	justify-content: flex-end;
}

.invite-select {
	display: flex;
	align-items: center;
	width: 2.6rem;
	height: 0.5rem;
	background: #F6F6F6;
	border-radius: 0.08rem;
	padding: 0 0.2rem;
	margin-bottom: 0.1rem;
}

.invite-select img {
	width: 0.2rem;
	flex-shrink: 0;
}


.invite-select select {
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin-left: 0.2rem;
	border: 0;
	background: transparent;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.invite-table {
	display: flex;
	align-items: center;
	padding: 0 0.8rem;
	height: 0.8rem;
	border-bottom: 0.01rem solid #F5F7FA;
}

.invite-th {
	flex: 2;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0081CC;

}

.invite-th:nth-child(3) {
	flex: 1;
}

.invite-th-zhan {
	width: 0.13rem;
	flex-shrink: 0;
}

/* ////////////////////////////////////////////// */

.invite-list {}

.invite-item {
	/* padding: 0.3rem 0.6rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1; */
	border-bottom: 0.01rem solid #F5F7FA;
	transition: all .365s;
	position: relative;
}

.invite-item-box {
	display: flex;
	align-items: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0 0.8rem;
	height: 0.8rem;
	/* border-bottom: 0.01rem solid #F5F7FA; */
}

.invite-item-title {
	flex: 2;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.invite-item-title:nth-child(3) {
	flex: 1;
}

.invite-shrink {
	width: 0.13rem;
	/* height: 0.23rem; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.invite-shrink img {
	width: 100%;
	height: 100%;
}


.shrink-img2 {
	display: none;
}


.invite-item-content {
	/* display: none; */
	height: 0;
	overflow: hidden;
	padding: 0 0.8rem;

}

.invite-item-content-p {
	font-size: 0.14rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.29rem;
}

.invite-item-content-bt {
	margin-top: 0.45rem;
	width: 1.5rem;
	height: 0.5rem;
	background: #0081CC;
	border-radius: 0.08rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-align: center;
}


.invite-item-active {
	/* box-shadow: 0rem 0rem 0.3rem 0rem rgba(40, 65, 134, 0.15); */
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	opacity: 1;

}

.invite-item-active .invite-item-box {
	background: #F5F7FA;
}

.invite-item-active .shrink-img1 {
	display: none;
	transition: all .365s;
}

.invite-item-active .shrink-img2 {
	display: block;
	transition: all .365s;
}

.invite-item-active .invite-item-content {
	height: auto;
	transition: all .365s;
	padding: 0.4rem 0.8rem;
}

