/*====================================================
					banner 
======================================================*/
.join-us-banner-home {
	position: relative;
/* 	background-image: url('../assets/imgJoinUs/关于奕农-加入我们-banner图@2x.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: 66.83rem; */
	/* 确保元素有足够的高度显示背景图像 */
}
.join-us-banner-home>img {
	width: 100%;
}

.join-us-banner-home .title-box {
	position: absolute;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	bottom: 6.58rem;
}

.join-us-banner-home .title-box .title-bar {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	font-size: 5.79rem;
	color: #FFFFFF;
	text-shadow: 0.43rem 0 0.43rem #505050;
	text-align: left;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0.2em;
}

.join-us-banner-home .title-box .shape-top {
	width: 5.75rem;
	height: 5.92rem;
	border-radius: 50%;
	margin-bottom: -6rem;
	margin-left: -2rem;
}

.join-us-banner-home .title-box .english-title-box {
	position: relative;
}

.join-us-banner-home .title-box .english-title-box .english-title-bar {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	font-size: 2rem;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	display: inline-block;
	flex: 1;
	letter-spacing: 1.2em;
}

.join-us-banner-home .title-box .english-title-box .shape-bottom {
	position: absolute;
	right: 1rem;
	bottom: 3rem;
	width: 3rem;
	height: 3rem;
	background: rgb(104 185 79 / 40%);
	border-radius: 50%;
}

.join-us-banner-home .title-box .join-us-slogan {
	display: flex;
}

.join-us-banner-home .title-box .join-us-slogan>div {
	margin-right: 1.4rem;
}

.join-us-banner-home .title-box .join-us-slogan div {
	background-color: #ffffff;
	border-radius: 1.25rem;
	height: 2.83rem;
	line-height: 2.83rem;
	font-size: 1.75rem;
	color: #68B94F;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding: 0 1.4rem;
	margin-top: 2.68rem;
	letter-spacing: 0.2em;
}


/*====================================================
					招聘岗位
======================================================*/
.job-openings {
	margin-bottom: 6.5rem;
	background-color: #fafafa;
	padding-bottom: 6.5rem;
}

.job-openings .title-box {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 8rem;
	margin-top: 9.83rem;
}

.job-openings .title-box .title-bar {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 3.5rem;
	color: #262626;
	text-align: center;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0.2em;
}

.job-openings .title-box .shape-top {
	margin-left: -0.2rem;
	width: 5.75rem;
	height: 0.67rem;
	background: #68B94F;
	border: 0.04rem solid #68B94F;
	border-radius: 0.75rem;
	opacity: 0.6;
}

.job-openings .title-box .english-title-box .english-title-bar {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.32rem;
	color: rgb(88 209 50 / 60%);
	font-style: normal;
	text-transform: none;
	display: inline-block;
	flex: 1;
	letter-spacing: 0.2em;
}

.job-openings .title-box .english-title-box .shape-bottom {
	float: right;
	width: 4.08rem;
	height: 0.67rem;
	background: #68B94F;
	border: 0.04rem solid #68B94F;
	border-radius: 0.75rem;
	opacity: 0.4;
}


.accordion {
	width: 100%;
}

.accordion-item {
	background-color: white;
	margin-bottom: 1.2rem;
}

.accordion-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.9375rem 5.625rem;
	cursor: pointer;
}

.accordion-title .accordion-title-bar {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.83rem;
	color: #69BA4F;
	line-height: 2.4rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
	border-left: 0.375rem #69BA4F solid;
	padding-left: 0.75rem;
}

.accordion-icon {
	transition: transform 0.3s ease;
	width:2.4rem;
}

.accordion-content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
}

.accordion-content p {
	margin: 0;
}

.active .accordion-content {
	min-height: 40rem;
	padding: 1rem 1rem 1rem 7rem;
}

.active .accordion-icon {
	transform: rotate(-180deg);
}

/* 平板设备 */
@media (max-width: 1024px) {
}

/* 手机设备 */
@media (max-width: 768px) {
	
}

/* 小屏手机设备 */
@media (max-width: 480px) {
	
}