/* ===================== 首页专属样式 ===================== */
/* 只控制首页内容，不改Header/Footer/公共样式 */
.page-home {
	font-family: 'OPPOSans-L';
	color: #646464;
}

.btn-more {
	background: #009628;
	color: #fff;
	border: none;
	width: 130px;
	height: 42px;
	/* padding: 8px 20px; */
	border-radius: 21px;
	font-family: 'OPPOSans-R';
	cursor: pointer;
	transition: background 0.3s;
}

.btn-more:hover {
	background: #007a2b;
}

.home-banner-section {
	width: 100%;
	height: 418px;
}

.mySwiper {
	width: 100%;
	max-width: 1921px;
	height: 100%;
	margin: 0 auto;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 100%;
	min-width: 100%;
}

.banner-section .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 8px !important;
	/* 圆点之间的间距，可按需微调 */
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #ffffff !important;
}

.banner-section .swiper-pagination {
	bottom: 26px;
	/* 距离图片底部 56px */
}

/* 企业数据 */
.home-info-section {
	width: 100%;
	max-width: 1921px;
	height: 227px;
	background: #f5f9f7;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 110px;
	/* box-sizing: border-box; */
	/* border-bottom: 1px solid #eee;/* 底部下划线 */
	*/
}

.home-info-left {
	/* 保持和设计稿一致的排版 */
	text-align: left;
}

.home-info-en {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 14.67px;
	color: #009628;
	display: flex;
	align-items: center;
	gap: 10px;
}

.home-info-en::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #009628;
}

.home-info-title {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 45px;
	color: #505050;
	font-weight: 500;
	margin: 0;
}

.home-info-list {
	display: flex;
	gap: 80px;
}

.home-info-item {
	/* text-align: center; */
	text-align: left;
}

.home-info-label {
	display: block;
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 24px;
	color: #646464;
	/* margin-bottom: 24px; */
}

.home-info-value {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 65px;
	color: #009628;
	font-weight: bold;
	line-height: 1;
	display: inline-flex;
	/* 让数字和单位在同一行内对齐 */
	align-items: flex-start;
	/* 顶部对齐 */
}

.home-info-unit {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 24.66px;
	color: #009628;
	font-weight: normal;
	margin-left: 5px;
	padding-top: -1px;
}

/* 企业宗旨+公司简介 */
.home-about-section {
	width: 100%;
	max-width: 1921px;
	height: 965px;
	background: #f5f9f7;
	margin: 0 auto;
	display: flex;
	gap: 0;
	/* justify-content: space-between;
	align-items: center;
	padding: 0 110px;
	display: flex;
	padding: 50px 110px; */

}

.home-about-left {
	width: 626px;
	height: 100%;
	position: relative;
	padding: 139px 116px;

	background-image: url("/yurun/img/home/enterprise-tenet.png");
	/* 铺满 */
	background-size: cover;
	/* 居中 */
	background-position: center;
	/* 不重复 */
	background-repeat: no-repeat;
}

.home-purpose-title .home-purpose-en {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 53.83px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	color: #fff;
}

.home-purpose-title .home-purpose-cn {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 34px;
	margin: 0 0 88px 0;
	color: #fff;
}

.home-purpose-list {
	list-style: none;
	padding: 0;
	color: #fff;
}

.home-purpose-item {
	display: flex;
	align-items: center;
	margin-bottom: 44px;
}

.purpose-line {
	width: 23px;
	height: 3px;
	background: #fff;
	margin-right: 15px;
}

.home-purpose-cn-item {
	display: block;
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 24.24px;
	margin-bottom: 5px;
}

.home-purpose-cn-item::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #009628;
}

.home-purpose-en-item {
	display: block;
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 16.83px;
	opacity: 0.8;
}

.home-about-right {
	flex: 1;
}

.home-about-header {
	width: 100%;
	height: 456px;
	background-image: url("/yurun/img/home/company-profile.png");
	background-size: cover;
	/* 铺满 */
	background-position: center;
	/* 居中 */
	background-repeat: no-repeat;
	/* 不重复 */
	color: #fff;
	padding: 140px 145px;
}

.home-about-subtitle {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 53.83px;
	line-height: 1.2;
}

.home-about-title {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.home-about-tag {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 24.24px;
}

.home-about-content {
	width: 100%;
	height: 509px;
	margin: 0 auto;
	padding: 125px 110px 100px 144px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-about-text {
	font-family: 'OPPOSans-R', sans-serif;
	color: #646464;
	font-size: 20px;
	line-height: 1.6;
	height: 180px;
	margin: 0;
	overflow: hidden;
}

/* 农药生产 */
.home-pesticide-section {
	width: 100%;
	max-width: 1921px;
	height: 926px;
	background: #fff;
	margin: 0 auto;
	display: flex;
}

.home-pesticide-left {
	width: 1113px;
	height: 100%;
	position: relative;
	padding: 197px 110px;
}

.home-pesticide-header {
	display: flex;
	align-items: flex-start;
	gap: 37px;
	margin-bottom: 44px;
}

.home-pesticide-icon {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-pesticide-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-pesticide-subtitle {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 29px;
	color: #646464;
	line-height: 1;
	margin: 0 0 14px 0;
}

.home-pesticide-title {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 34px;
	color: #009628;
	line-height: 1;
	margin-bottom: 30px;
}

.home-pesticide-bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 110px;
	width: 100%;
	box-sizing: border-box;
}

.home-pesticide-desc {
	line-height: 1.8;
	font-size: 20px;
	color: #646464;
	margin-bottom: 132px;
}

.home-pesticide-tabs {
	margin-top: 173px;
	display: flex;
	gap: 10px;
}

.home-pesticide-tab-item {
	font-size: 20px;
	color: #646464;
}

.home-pesticide-tab-item.active {
	color: #009628;
}

.home-pesticide-right {
	width: 818px;
	height: 100%;
	position: relative;
	padding: 104px 110px 85px 110px;
}

.home-pesticide-slider {
	width: 582px;
	height: 100%;
	position: relative;
}

.home-pesticide-slider img {
	width: 100%;
	height: auto;
	border-radius: 11px;
}

.home-pesticide-slider-controls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* padding: 0 20px; */
}

.home-pesticide-slider-btn {
	width: 49px;
	height: 124px;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border: none;
	cursor: pointer;
}

/* 产品中心 */
.home-product-section {
	/* background-image: url("/yurun/img/home/product-center.png"); */
	background: url('/yurun/img/home/product-center.png') center/cover no-repeat;
	width: 100%;
	max-width: 1920px;
	height: 925px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.home-product-header {
	padding: 95px 0 95px 115px;
}

.home-product-subtitle {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 53.83px;
	color: #646464;
	line-height: 1.2;
	margin: 0 0 12px 0;
}

.home-product-title {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 34px;
	color: #646464;
	line-height: 1;
	margin: 0;
}

.home-product-list {
	display: flex;
	justify-content: space-evenly;
	gap: 30px;
	margin: 0 30px 110px 30px;
}

.home-product-item {
	width: calc(25% - 22.5px);
	text-align: center;
}

.home-product-item img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 12px;
}

.home-product-name {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 20px;
	color: #646464;
	margin: 0;
}

.home-product-name.active {
	color: #009628;
}

.home-product-section .btn-more {
	display: block;
	margin: 0 auto;
}

/* 合作伙伴 */
.home-partner-section {
	width: 100%;
	max-width: 1921px;
	height: 993px;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.home-partner-header {
	padding: 95px 115px 95px 115px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-partner-title-wrap {}

.home-partner-subtitle {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 53.83px;
	color: #646464;
	line-height: 1.2;
	margin: 0 0 0 0;
}

.home-partner-title {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 34px;
	color: #646464;
	line-height: 1;
	margin: 0;
}

.home-partner-list {
	display: flex;
	justify-content: space-evenly;
	gap: 215px;
	margin: 0 112px 96px 112px;
}

.home-partner-item {
	width: 422px;
	/* width: calc(25% - 22.5px); */
	text-align: center;
}

.home-partner-item img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	margin-bottom: 55px;
}

.home-partner-name {
	text-align: left;
	font-size: 24.24px;
	color: #009628;
	line-height: 1;
	margin-bottom: 30px;
}

.home-partner-desc {
	text-align: left;
	font-size: 20px;
	color: #646464;
	line-height: 1;
	margin-bottom: 15px;
}

.home-partner-date {
	text-align: left;
	font-size: 17.5px;
	color: #C8C8C8;
	padding-bottom: 28px;
	border-bottom: 2px solid #eee;
}

.home-partner-pagination {
	display: flex;
	justify-content: center;
	gap: 9px;
}

/* 联系我们 */
.home-contact-section {
	width: 100%;
	max-width: 1921px;
	height: 672px;
	background: #f8fff9;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 95px 192px;
	box-sizing: border-box;
}

.home-contact-left {
	width: 572px;
	flex-shrink: 0;
}

.home-contact-subtitle {
	font-family: 'OPPOSans-H', sans-serif;
	font-size: 53.83px;
	color: #646464;
	line-height: 1;
	margin-bottom: 29px;
}

.home-contact-title {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 24.24px;
	color: #646464;
	line-height: 1;
	margin-bottom: 79px;
}

.home-contact-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 47px;
}

.home-form-input {
	width: 287px;
	height: 49px;
	padding: 0 37px;
	border: 1px solid #eee;
	border-radius: 24.5px;
	font-family: 'OPPOSans-R', sans-serif;
}

.home-btn-submit {
	width: 122px;
	height: 48px;
	background: #009628;
	color: #fff;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	font-family: 'OPPOSans-B', sans-serif;
}

.home-contact-info {
	width: 100%;
	display: flex;
	/* 让二维码和文字水平排列 */
	align-items: flex-start;
	/* 二维码和文字顶部对齐，和图中效果一致 */
	gap: 14px;
	/* 二维码和文字之间的间距，可按需调整 */
	height: auto;
	/* 高度随文字内容自动撑开，不限制 */
	/* background: transparent; */
	flex-direction: row !important;
}

.home-contact-qrcode {
	width: 69px;
	height: 69px;
	flex-shrink: 0;
	/* 固定二维码大小，不被挤压 */
}

.home-contact-details {
	text-align: left;
	font-size: 12px;
	color: #646464;
}

.home-contact-details p {
	margin: 3px 0 3px 0;
	/* 段落之间的间距，最后一段会自动消除下边距 */
}

/* .contact-details p:last-child {
	margin-bottom: 0;
} */

.home-contact-right {
	margin-left: auto;
}

.home-contact-map img {
	width: 100%;
	height: auto;
	flex-shrink: 0;
}