/* banner */
.components-banner .detail-banner {
  position: relative;
  height: 4.1198rem;
  overflow: hidden;
  clear: both;
  background:none;
}
.components-banner .detail-banner__pic {
  width: 100%;
  /* height: 4.8854rem; */
}
.components-banner .banner-title {
  font-size: 0.3438rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.5208rem;
  letter-spacing: 0.026rem;
  text-shadow: 2px 14px 18px rgba(35, 24, 21, 0.53);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.2031rem;
  font-family: HarmonyOS_Sans_SC_Bold;
  text-transform: none;
}
.components-banner .banner-title1 {
  font-size: 0.3438rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.5208rem;
  letter-spacing: 0.026rem;
  text-shadow: 2px 14px 18px rgba(35, 24, 21, 0.53);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.6rem;
  white-space: nowrap;
  font-family: HarmonyOS_Sans_SC_Bold;
  text-transform: none;
}
.components-banner .banner-detail .title {
  font-size: 0.2135rem;
  font-weight: 600;
  color: #222222;
  line-height: 0.2083rem;
  letter-spacing: 0.0104rem;
  padding: 0.2083rem 0 0.125rem 0.2604rem;
  height: auto;
}
.components-banner .banner-detail {
  position: relative;
  width: 6.25rem;
  height: 1.25rem;
  background: #ffffff;
  box-shadow: 0.0313rem 0.0313rem 0.224rem 0rem rgba(34, 34, 34, 0.05);
  border-radius: 0.1042rem;
  margin: -0.8rem auto 0;
  z-index: 11;
}
/* banner end */

/* agriculture-content */
.agriculture-content {
  background: #fff;
  overflow: hidden;
}
.agriculture-content .intro {
  width: 100%;
  height: 3.4948rem;
  background:url(../images/agriculture_intro_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.7448rem 1.9271rem 0.5208rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.agriculture-content .intro .intro-text {
  font-size: 0.125rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.2396rem;
  letter-spacing: 0.0052rem;
  text-align: justify;
  width: 100%;
  word-break: break-all;
}
.agriculture-content .intro .advantages {
  width: 100%;
  height: 1.1615rem;
  box-sizing: border-box;
  padding: 0.1667rem 0.2188rem;
  background: url(../images/agriculture_advantages_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2083rem;
}
.agriculture-content .intro .advantages .advantages-title {
  font-size: 0.1354rem;
  color:#000;
  font-weight: 600;
  margin-bottom: 0.085rem;
}
.agriculture-content .intro .advantages .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1667rem;
  box-sizing: border-box;
}
.agriculture-content .intro .advantages .box .item {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.agriculture-content .intro .advantages .box .item img {
  width: 0.3125rem;
  height: 0.3125rem;
  margin-bottom: 0.0833rem;
}
.agriculture-content .intro .advantages .box .item:nth-child(2) img {
  width: 0.3385rem;
  height: 0.3385rem;
}
.agriculture-content .intro .advantages .box .item:nth-child(4) img {
  width: 0.3646rem;
  height: 0.3594rem;
}
.agriculture-content .intro .advantages .box .item:nth-child(5) img {
  width: 0.3333rem;
  height: 0.3021rem;
}
.agriculture-content .intro .advantages .box .item p {
  color:#000;
  font-size: 0.1042rem;
}

.agriculture-content .core-company {
  width: 100%;
  height: 3.0052rem;
  margin: 0.5rem 0;
  display: flex;
  background: url(../images/core_company_bg1.png) no-repeat center;
  background-size: cover;
}
.agriculture-content .core-company.switch-second {
  background-image: url(../images/core_company_bg2.png);
}
.agriculture-content .core-company .core-company-switch {
  width: 2.6198rem;
  height: 100%;
}
.agriculture-content .core-company .core-company-switch-item {
  height: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.1875rem 0 0.2083rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 15, 23, 0.62);
  cursor: pointer;
}
.agriculture-content .core-company .core-company-switch-item.active {
  background: #4c8f47;
}
.agriculture-content .core-company .company-index {
  font-size: 0.5313rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1;
}
.agriculture-content .core-company .company-label {
  margin-left: 0.1458rem;
  font-size: 0.1563rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.25rem;
}
.agriculture-content .core-company .company-arrow {
  margin-left: auto;
  width: 0.3385rem;
  height: 0.3385rem;
  background: url(../images/company_arrow.png) no-repeat center;
  background-size: 100% 100%;
}
.agriculture-content .core-company .core-company-content {
  flex: 1;
  height: 100%;
  padding: 0 0.2917rem 0 0.2604rem;
  box-sizing: border-box;
}
.agriculture-content .core-company .core-company-panel {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.agriculture-content .core-company .core-company-panel.active {
  display: flex;
}
.agriculture-content .core-company .core-company-intro {
  color: #fff;
}
.agriculture-content .core-company .core-company-panel[data-company-panel='1'] .core-company-intro {
  width: 100%;
}
.agriculture-content .core-company .core-company-intro h3 {
  width: 2.3698rem;
  height: 0.2292rem;
  background: url(../images/core_company_intro_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-left: 0.099rem;
  box-sizing: border-box;
  font-size: 0.1563rem;
  line-height: 0.2292rem;
  font-weight: 400;
  margin-bottom: 0.1458rem;
}
.agriculture-content .core-company .core-company-intro p {
  font-size: 0.125rem;
  line-height: 0.2188rem;
  color: rgba(255, 255, 255, 0.95);
}
.agriculture-content .core-company .core-company-intro li {
  font-size: 0.1042rem;
  line-height: 0.2188rem;
  color: rgba(255, 255, 255, 0.95);
}
.agriculture-content .core-company .core-company-intro .core-title {
  margin-top: 0.0625rem;
}
.agriculture-content .core-company .core-company-intro .core-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.125rem;
  font-weight: 600;
}
.agriculture-content .core-company .core-company-intro .core-tag::before {
  content: "";
  width: 0.0729rem;
  height: 0.1198rem;
  background: url(../images/core_company_intro_right_arrow.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.0417rem;
}
.agriculture-content .core-company .core-company-intro .core-position .core-tag {
  font-weight: 700;
}
.agriculture-content .core-company .core-company-intro ul {
  margin-top: 0.0417rem;
}
.agriculture-content .core-company .core-company-intro li {
  position: relative;
  padding-left: 0.2083rem;
}
.agriculture-content .core-company .core-company-intro li::before {
  content: "";
  width: 0.0521rem;
  height: 0.0625rem;
  background: url(../images/core_company_intro_right_tran.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.1198rem;
  top: 0.0781rem;
}
.agriculture-content .core-company .core-company-video-box {
  width: 3.2813rem;
  height: 1.9375rem;
  background: #000000;
  border-radius: 0.0313rem;
  overflow: hidden;
}
.agriculture-content .core-company .core-company-video-box .core-company-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* agriculture-content end */

@media (max-width: 750px) {
  .agriculture-content .core-company {
    height: auto;
    flex-direction: column;
  }
  .agriculture-content .core-company .core-company-switch {
    width: 100%;
    display: flex;
  }
  .agriculture-content .core-company .core-company-switch-item {
    height: 0.8333rem;
    width: 50%;
  }
  .agriculture-content .core-company .core-company-content {
    padding: 0.2083rem;
  }
  .agriculture-content .core-company .core-company-panel,
  .agriculture-content .core-company .core-company-panel.active {
    align-items: flex-start;
  }
  .agriculture-content .core-company .core-company-panel[data-company-panel='0'],
  .agriculture-content .core-company .core-company-panel[data-company-panel='0'].active {
    flex-direction: row;
    justify-content: space-between;
  }
  .agriculture-content .core-company .core-company-panel[data-company-panel='0'] .core-company-intro {
    width: calc(100% - 3.55rem);
    min-width: 0;
    padding-right: 0.0708rem;
    box-sizing: border-box;
  }
  .agriculture-content .core-company .core-company-panel[data-company-panel='0'] .core-company-video-box {
    width: 3.35rem !important;
    height: 2.15rem !important;
    margin-top: 0;
    flex-shrink: 0;
  }
  .agriculture-content .core-company .core-company-panel[data-company-panel='1'] .core-company-intro {
    width: 100%;
  }
  .agriculture-content .core-company .core-company-intro h3 {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0 0.099rem;
    line-height: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
