/* 关于我们页面样式 */
/* 页面横幅 */
section,header,footer,.page-banner{
  max-width: 1920px;
  margin: 0 auto;
}

.page-banner {
  height: 920px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1920px;
  }
}

.banner-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.banner-subtitle {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 简介部分 */
.introduction {
  box-sizing: border-box;
  padding: 20px 0;
  background: linear-gradient(0deg, #bee9f8, #ffffff);
  height: auto;
}


.intro-text {
  height: 100% ;
  font-size: 20px;
  color: #000;
  text-indent: 2em;
}

.intro-text p {
  line-height: 1.8;
  color: #000;
}

.farm-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.stat-item {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-value {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4caf50;
  display: block;
  margin-bottom: 5px;
}

.stat-name {
  font-size: 1rem;
  color: #666;
}

.business{
  width: 100%;
  padding: 50px;
  margin-top: 40px;
  box-sizing: border-box;
}
.mainBss{
  width: 100%;
  display: flex;
  border: 2px solid #6fd1f0;
  border-radius: 20px;
  padding-top: 24px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #bee9f8, #ffffff);
}
.topName{
  width: 300px;
  text-align: center;
  padding-bottom: 20px;
}
.topName img{
 width: 50px; 
 height: 50px;
 display: block;
 position: relative;
 margin: 0 auto;
 top: -52px;
 left: -100px;
}
.topName span{
  width: 150px; 
  height: 38px;
  position: relative;
  color: #08b1e5;
  font-size: 30px;
  font-weight: 600;
  background-color: #d7f2fa;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  line-height: 38px;
  top: -94px;
 }
.ridioBtn{
  width: 100%;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.ridioItem{
  width: 33%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.radio-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #999;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}

/* 选中状态的radio图标 */
.radio-icon.checked {
  border-color: #07b0e5;
}

/* 选中状态的内圈点 */
.radio-icon.checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #07b0e5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
/* 发展历程 */
.history {
  padding:  0;
  position: relative;
  color: #079d63;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.history h2{
  text-align: center;
  padding-top: 180px;
  font-size: 50px;
}

.history h6{
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 16px;
}
.history .lineOne{
 width: 374px;
 border-bottom: 1px solid #b4eb93;
}
.history .lineTwo{
 width: 48px;
 height: 5px;
 border: 1px solid #8a8b8a;
 background-color: #b4eb93;
 margin-top: -3px;
}
.history p{
  text-align: center;
  margin-top: 16px;
}
.history p span{
  display: flex;
  justify-content:flex-start
}

.historyBox{
  width: 100%;
  height: 496px;
  padding-top: 60px;
  background: linear-gradient(0,#c0eaf7, #ffffff);
}
.scroll-container {
  width: 100%;
  height: 690px; 
  overflow: hidden;
  position: relative;
  background-color: white;
  padding-top: 60px;
}

.scroll-list, .scroll-list1 {
  width: 100%;
  height: 300px; 
  display: flex;
  position: relative;
  transition: transform 0.1s linear;
  margin-bottom: 20px; 
}

.scroll-list .scroll-item,.scroll-list1 .scroll-item1 {
  width: 360px;
  height: 240px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.scroll-item img, .scroll-item1 img {
  width: 360px;
  height: 240px;
  object-fit: cover; 
  display: block;
  transition: transform 0.3s ease;
}

/* 添加文字样式 */
.scroll-item p, .scroll-item1 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px;
  margin: 0;
  box-sizing: border-box;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden; 
}

/* 鼠标悬停时显示文字 */
.scroll-item:hover p, .scroll-item1:hover p {
  transform: translateY(0);
  opacity: 1;
}

/* 鼠标悬停时的图片效果 */
.scroll-item:hover img, .scroll-item1:hover img {
  transform: scale(1.05);
}


/* 荣誉资质 */

.honors {
  padding: 40px 0;
  position: relative;
  color: #c99859;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.honors h2{
  text-align: center;
  padding-top: 180px;
  font-size: 50px;
}

.honors h6{
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 16px;
}
.honors .lineOne{
 width: 374px;
 border-bottom: 1px solid #d4ad7c;
}
.honors .lineTwo{
 width: 48px;
 height: 5px;
 border: 1px solid #cc9d62;
 background-color: #cc9d62;
 margin-top: -3px;
}
.honors p{
  text-align: center;
  margin-top: 16px;
}
.honorsBox{
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
  box-sizing: border-box;
}
.honorsBox .honorsItem{
  width: calc(25% - 10px); 
  padding: 10px;
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}

.honorsItem .contentShow{
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center
}
.contentShow .one{
  font-size: 24px;
}
.contentShow .two{
  border-top: 1px solid #d4ad7c;
  width: 200px;
}
.contentShow .three{
  font-size: 24px; 
  font-weight: 600;
}
.contentShow .four{
  font-size: 20px; 
  font-weight: 600;
}
/*企业合作 */
.cooperation {
  box-sizing: border-box;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cooperation h2{
  text-align: center;
  padding-top: 50px;
  font-size: 50px;
}

.cooperation h6{
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 16px;
}
.cooperation .lineOne{
 width: 374px;
 border-bottom: 1px solid #000;
}
.cooperation .lineTwo{
 width: 48px;
 height: 5px;
 border: 1px solid #000;
 background-color: #000;
 margin-top: -3px;
}
.cooperation p{
  text-align: center;
  margin-top: 16px;
}
.cooperationBox{
  width: 100%;
  height: 180px;
  background-color: #d7f2fa;
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cooperationBox img{
  width: 210px;
  height: 80px;
}
/* 响应式调整 */
@media (max-width: 992px) {
  .timeline::before {
    left: 30px;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    width: calc(100% - 80px);
    margin-left: 80px;
    margin-right: 0;
    text-align: left;
  }

  .timeline-dot {
    left: 30px;
  }
}

@media (max-width: 768px) {
  .page-banner {
    height: 200px;
  }

  .banner-title {
    font-size: 2.2rem;
  }

  .banner-subtitle {
    font-size: 1rem;
  }

  .intro-content {
    flex-direction: column;
  }

  .farm-stats {
    justify-content: center;
  }

  .stat-item {
    min-width: 140px;
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 576px) {
  .culture-grid,
  .honors-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .timeline-content {
    padding: 15px;
  }

  .stat-item {
    flex: 0 0 100%;
  }
}
 @media (max-width: 1360px) {
            .mainBss {
                flex-direction: column; 
            }
            .topName {
                margin-right: 0;
            }
            .ridioItem {
                width: 50%;
            }
}
 @media (max-width: 768px) {
            .mainBss {
                flex-direction: column;
            }
            .topName {
                margin-right: 0; 
            }
            .ridioItem {
                width: 100%; 
}
}
        @media (max-width: 1272px) {
            .honors h2 {
                font-size: 36px;
            }
            .honors .lineOne {
                width: 80%; 
            }
            .honors .lineTwo {
                width: 30px; 
            }
            .honorsBox .honorsItem {
                width: 50%; 
            }
            .contentShow .one {

                font-size: 20px; 
            }
            .contentShow .three {
                font-size: 20px; 
            }
            .contentShow .four {
                font-size: 18px; 
            }
        }

        @media (max-width: 900px) {
            .cooperationBox img {   
                width: 100px; 
                height: 50px; 

            }
        }
        @media (max-width: 640px) {
            .honors h2 {
                font-size: 28px; 
            }
            .honorsBox .honorsItem {
                width: 100%; 
            }
        }