.about-company-section {
	width: 100%;
	max-width: 1921px;
	height: 973px;
	margin: 0 auto;

	background-image: url("/yurun/img/about-yr/about-yr-company-bg.png");
	/* 铺满 */
	background-size: cover;
	/* 居中 */
	background-position: center;
	/* 不重复 */
	background-repeat: no-repeat;

	display: flex;
	/* align-items: flex-start; */

	padding: 116px 112px 116px 112px;
}

.about-company-left {
	width: 833px;
	height: 100%;
	margin-right: 252px;
}

.about-company-text-desc {
	width: 100%;
	height: 460px;
	font-size: 20px;
	color: #646464;
	line-height: 1.8;
	margin-bottom: 20px;
}

.about-companyinfo-list {
	display: flex;
	gap: 80px;
}

.about-companyinfo-item {
	/* text-align: center; */
	text-align: left;
}

.about-companyinfo-label {
	display: block;
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 20px;
	color: #646464;
}

.about-companyinfo-value {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 39.53px;
	color: #009628;
	font-weight: bold;
	line-height: 1;
	/* 让数字和单位在同一行内对齐 */
	display: inline-flex;
	/* 顶部对齐 */
	align-items: flex-start;
}

.about-companyinfo-unit {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 18px;
	color: #009628;
	font-weight: normal;
	margin-left: 8px;
	padding-top: 1px;
}

.about-companyinfo-img {
	/* padding-left:252px; */
	width: 610px;
	height: 741px;
	border-radius: 12px;
}

.about-honor-section {
	width: 100%;
	max-width: 1921px;
	height: 885px;
	margin: 0 auto;

	background-image: url("/yurun/img/about-yr/about-yr-honor-bg.png");
	/* 铺满 */
	background-size: cover;
	/* 居中 */
	background-position: center;
	/* 不重复 */
	background-repeat: no-repeat;

	padding: 116px 85px 142px 85px;
}

.about-honor-header {
	width: 100%;
	padding: 0 27px;
}

.about-honor-list {
	width: 100%;
	display: flex;
	justify-content: start;
	gap: 46px;
}

.about-honor-item {
	width: calc(25% - 50px);
	height: 441px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	padding: 82px 29px 0 29px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.about-honor-img {
	width: 100%;
	height: auto;
	margin-bottom: 95px;
}

.about-honor-name {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 20px;
	color: #646464;
	line-height: 1;
	margin: 0;
}

.about-honor-name.active {
	color: #009628;
}

.about-history-section {
	width: 100%;
	max-width: 1921px;
	height: 974px;
	margin: 0 auto;
	background-image: url("/yurun/img/about-yr/about-yr-history-bg.png");
	/* 铺满 */
	background-size: cover;
	/* 居中 */
	background-position: center;
	/* 不重复 */
	background-repeat: no-repeat;

	display: flex;
	position: relative;
	/* 关键：让底部条可以绝对定位 */
	overflow: hidden;
}

.about-history-left {
	width: 1023px;
	height: 100%;
	padding: 116px 112px 0 112px;
	box-sizing: border-box;
}

.about-history-text-cn {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 45px;
	color: #505050;
	line-height: 1;
	margin-bottom: 226px;
}

.about-history-time {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 45px;
	color: #009628;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 73px;
}

.about-history-label {
	display: block;
	font-family: 'OPPOSans-R', sans-serif;
	font-size: 20px;
	color: #646464;
	line-height: 1.8;
}

.about-history-img {
	width: calc(100% - 1023px);
	height: 100%;
	object-fit: cover;
}

.about-history-bottom {
	width: 1391px;
	height: 111px;
	background: #009628;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	box-sizing: border-box;
	/* gap: 60px; */
	/* padding: 0 100px; */
}

.about-history-nav-list {
	/* background: blue; */
	margin-left: 160px;
	/* width: 100%; */
	/* height: 100%; */
	/* gap: 60px; */
}

.about-history-nav-item {
	width: 100px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s;
}

.about-history-nav-item.active {
	opacity: 1;
	font-weight: bold;
}

.about-history-slider-btn {
	background: transparent;
	border: none;
}

.about-culture-section {
	width: 100%;
	max-width: 1921px;
	height: 1391px;
	margin: 0 auto;

	background-image: url("/yurun/img/about-yr/about-yr-culture-bg.png");
	/* 铺满 */
	background-size: cover;
	/* 居中 */
	background-position: center;
	/* 不重复 */
	background-repeat: no-repeat;

	padding: 116px 112px 95px 112px;
}

.about-culture-header {
	width: 100%;
	margin-bottom: 100px;
}

.about-culture-content {
	width: 100%;
	height: calc(100% - 176px);
	background: #fff;
	border-radius: 12px;

	padding: 65px 125px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* 上半部分：左右布局 */
.about-culture-top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-culture-left-img {
	width: 600px;
}

.about-culture-left-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.about-culture-list-right {
	width: 613px;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.culture-item {
	display: flex;
	align-items: center;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}

.culture-item:last-child {
	border-bottom: none;
}

/* 高亮的“企业愿景”样式 */
.culture-item.active .culture-title {
	color: #009628;
}

.culture-item.active .culture-desc {
	color: #009628;
}

.culture-title {
	font-size: 30px;
	color: #505050;
	width: 150px;
	margin-right: 17px;
	line-height: 1;
}

.culture-desc {
	font-size: 20px;
	color: #646464;
	margin: 0;
	line-height: 1;
}

/* 下半部分：左右布局 */
.about-culture-bottom-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-culture-list-left {
	width: 613px;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.culture-line-item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}

.culture-line-item:last-child {
	border-bottom: none;
}

.culture-line-desc {
	font-size: 20px;
	color: #646464;
	margin: 0;
	margin-right: 20px;
	line-height: 1;
}

.culture-line-title {
	font-size: 30px;
	color: #505050;
	margin: 0;
	line-height: 1;
}

.about-culture-right-img {
	width: 600px;
}

.about-culture-right-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}