/* 数据要素联合实验室页面样式 */
.data-factor-section {
  background: url('../images/ecologicalPage/banner.png') no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  height: 40rem; /* 400px */
}

.data-factor-section .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.data-factor-content {
display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

/* 文字内容样式 */

.data-factor-title {
  font-size: 4rem; /* 50px */
  color: white;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}

.data-factor-subtitle {
  font-size: 2.4rem; /* 24px */
  color: white;
  font-weight: 500;
  margin: 0 0 2rem 0;
  line-height: 1.3;
}

.data-factor-description {
  font-size: 1.6rem; /* 16px */
  color: #ffffff;
  line-height: 2.4rem; /* 24px */
  margin: 0 0 3rem 0;
  max-width: 95rem;
}



.training-btn {
  font-size: 1.5rem; /* 16px */
  width: 10rem; /* 121px */
  height:3.6rem; /* 41px */
  border-radius: 0.4rem; /* 4px */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.training-btn.secondary {
  width: 14.1rem;
  height: 4.1rem;
  border-radius: 0.4rem;
  background: #E01927;
  color: #ffffff;
}

/* 导航栏样式 */
.navigation-section {
  background: #FAFAFA;
}

.navigation-section .container {
  display: block;
  align-items: normal;
}

.navigation-nav {
  display: flex;
  justify-content: space-between;
    padding: 0 12rem;
}

.nav-item {
    width: 100%;
    text-align: center;
  font-size: 1.6rem; /* 16px */
 cursor: pointer;
 line-height: 6.8rem;
  position: relative;
  transition: color 0.3s ease;
}

.nav-item-text {
color: #333333;
    text-decoration: none;
   display: inline-block;
}
.nav-item-text:hover {
  color: #E21927;
  text-decoration: none;
}
.nav-item--active {
  color: #E21927;
  border-bottom: 0.2rem solid #E21927;
}

/* 优势内容部分样式 */
.advantages-section {
  background: #ffffff;
}

.advantages-section .container {
  display: block;
  align-items: normal;
}

.advantages-header {
  text-align: center;
  margin-bottom: 4rem;
}

.advantages-title {
  font-size: 4rem; /* 40px */
  color: #333333;
  margin: 0 0 1.5rem 0;
}

.advantages-subtitle {
  font-size: 1.6rem; /* 16px */
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.advantages-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin: 0 auto;
}

.advantage-item {
  text-align: center;
  padding: 2rem;
}

.advantage-item:hover {
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;

}

.advantage-icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-icon img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.advantage-title {
  font-size: 2.2rem; /* 22px */
  color: #333333;
  margin: 0 0 1rem 0;
}

.advantage-description {
  font-size: 1.4rem; /* 14px */
  color: #666666;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

/* 合作内容部分样式 */
.cooperation-content-section {
background: #FAFAFA;
}

.cooperation-content-section .container {
  display: block;
  align-items: normal;
}

.cooperation-content-header {
  text-align: center;
  margin-bottom: 4rem;
}

.cooperation-content-title {
  font-size: 4rem; /* 40px */
  color: #333333;
  margin: 0 0 1.5rem 0;
}

.cooperation-content-subtitle {
  font-size: 1.6rem; /* 16px */
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.cooperation-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 0 auto;
}

.cooperation-item {
  text-align: left;
  padding: 3.5rem 3.6rem 2.8rem;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

.cooperation-item:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
  background: url('../images/ecologicalPage/content_item.png') no-repeat center center;
  background-size: 100% 100%;
}

.cooperation-title {
  font-size: 2.2rem; /* 22px */
  color: #333333;
  margin: 0 0 1rem 0;
}

.cooperation-description {
  font-size: 1.4rem; /* 14px */
  color: #666666;
  line-height: 2.1rem; /* 21px */
  margin: 0;
}

/* 合作价值部分样式 */
.cooperation-value-section {
  background: url('../images/dataFactor/worth_bg.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 5rem 0;
}

.cooperation-value-section .container {
  display: block;
  align-items: normal;
}

.cooperation-value-header {
  text-align: center;
  margin-bottom: 4rem;
}

.cooperation-value-title {
  font-size: 4rem; /* 40px */
  color: #333333;
  margin: 0 0 1.5rem 0;
}

.cooperation-value-subtitle {
  font-size: 1.6rem; /* 16px */
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.cooperation-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 0 auto;
}

.value-item {
  text-align: center;
  padding: 3.5rem 3.6rem 2.8rem;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

.value-item:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
}

.value-icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 3rem;
  display: block;
}

.value-title {
  font-size: 2.2rem; /* 22px */
  color: #333333;
  margin: 0 0 1rem 0;
}

.value-description {
  font-size: 1.4rem; /* 14px */
  color: #666666;
  line-height: 2.1rem; /* 21px */
  margin: 0;
}

/* 合作流程部分样式 */
.cooperation-process-section {
  background: #fff;
}

.cooperation-process-section .container {
  display: block;
  align-items: normal;
}

.cooperation-process-header {
  text-align: center;
  margin-bottom: 4rem;
}

.cooperation-process-title {
  font-size: 4rem; /* 40px */
  color: #333333;
  margin: 0 0 1.5rem 0;
}

.cooperation-process-subtitle {
  font-size: 1.6rem; /* 16px */
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.cooperation-process-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.cooperation-process-image {
  max-width: 100%;
  height: auto;
  display: block;
}
/* 合作咨询 */
.box_5 {
  /* position: absolute;
  left: 0; */
  /* top: 197.1rem; */
  width: 100%;
  height: auto;
  background: url('../images/ecologicalPage/ljzx.png') 100% no-repeat;
  background-size: cover;
}

.text-group_5 {
  width: 25.1rem;
  height: 6.9rem;
  margin: 3.7rem 0 0 55.5rem;
}

.text_33 {
  width: 16.3rem;
  height: 3.8rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 4rem;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 4rem;
}

.text_34 {
  width: 25.1rem;
  height: 1.6rem;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.6rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.6rem;
  margin-top: 2.5rem;
}

.text_35 {
  width: 68rem;
  height: 1.9rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1.8rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.8rem;
  margin: 2.6rem 0 0 55rem;
}

.block_1 {
  width: 68.6rem;
  height: 7.6rem;
  margin: 2.5rem 0 5.2rem 55.8rem;
}

.paragraph_1 {
  width: 36rem;
  height: 7.4rem;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.4rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 3rem;
  margin-top: 0.2rem;
}

.text_36 {
  width: 13.1rem;
  overflow-wrap: break-word;
  color: rgba(220, 57, 49, 1);
  font-size: 2rem;
  font-family: DINAlternate-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  margin-left: -28.8rem;
}

.text-wrapper_10 {
  border-radius: 4px;
  height: 4.1rem;
  border: 1px solid rgba(224, 25, 39, 1);
  width: 14.1rem;
  margin: 0.5rem 0 0 31rem;
}

.text_37 {
  width: auto;
  height: 4.1rem;
  border-radius: 0.4rem;
  border: 0px solid #E01927;
  font-family: Source Han Sans CN;
  
  font-weight: 400;
  font-size: 1.6rem;
  color: #E01927;
  cursor: pointer;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}


/* 平板端适配 */
@media (max-width: 1023px) {
  .data-factor-section {
    height: 30rem; /* 320px */
  }

  
  .container {
    padding: 6rem 1.5rem;
  }
  
  .data-factor-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .data-factor-title {
    font-size: 4rem;
  }
  
  .data-factor-subtitle {
    font-size: 2rem;
  }
  
  .data-factor-description {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
  }
  
 
}

/* 移动端适配 */
@media (max-width: 767px) {
  .data-factor-section {
    height: 20rem; /* 240px */
  }
  .training-btn.secondary{
    font-size: 1.4rem;
    width: 10rem;
    height: 3.6rem;
    line-height: 3.6rem;
}

  
  .container {
    padding: 4rem 1rem;
  }
  
  
  .data-factor-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  
  .data-factor-subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .data-factor-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .data-factor-button {
    width: 12rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
  
  /* 平板端导航栏样式 */
  .navigation-nav {
    padding: 0 6rem;
  }
  
  .nav-item {
    font-size: 1.4rem;
    line-height: 5rem;
  }
  
  /* 平板端优势内容样式 */
  .advantages-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .advantages-title {
    font-size: 3.2rem;
  }
  
  .advantages-subtitle {
    font-size: 1.4rem;
  }
  
  .advantage-item {
    padding: 1.5rem;
  }
  
  .advantage-icon {
    width: 6rem;
    height: 6rem;
  }
  
  .advantage-icon img {
    width: 4rem;
    height: 4rem;
  }
  
  .advantage-title {
    font-size: 2rem;
  }
  
  .advantage-description {
    font-size: 1.3rem;
  }
  
  /* 平板端合作内容样式 */
  .cooperation-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .cooperation-content-title {
    font-size: 3.2rem;
  }
  
  .cooperation-content-subtitle {
    font-size: 1.4rem;
  }
  
  .cooperation-item {
    padding: 2.8rem 2.5rem 2.2rem;
    text-align: center;
  }
  
  .cooperation-title {
    font-size: 2rem;
  }
  
  .cooperation-description {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  
  /* 平板端合作价值样式 */
  .cooperation-value-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .cooperation-value-title {
    font-size: 3.2rem;
  }
  
  .cooperation-value-subtitle {
    font-size: 1.4rem;
  }
  
  .value-item {
    padding: 2.8rem 2.5rem 2.2rem;
  }
  
  .value-icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2.5rem;
  }
  
  .value-title {
    font-size: 2rem;
  }
  
  .value-description {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  
  /* 平板端合作流程样式 */
  .cooperation-process-title {
    font-size: 3.2rem;
  }
  
  .cooperation-process-subtitle {
    font-size: 1.4rem;
  }
  
  .cooperation-process-header {
    margin-bottom: 3rem;
  }
}

/* 移动端适配 */
@media (max-width: 767px) {
  .container {
    padding: 4rem 1rem;
  }
  
  .data-factor-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  
  .data-factor-subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .data-factor-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .data-factor-button {
    width: 12rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
  
  /* 移动端导航栏样式 */
  .navigation-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2rem;
  }
  
  .nav-item {
    font-size: 1.2rem;
    padding: 0.8rem 0.5rem;
    line-height: 4rem;
  }
  
  /* 移动端优势内容样式 */
  .advantages-content {
    /* grid-template-columns: 1fr; */
    gap: 2rem;
    max-width: 100%;
  }
  
  .advantages-title {
    font-size: 2.8rem;
  }
  
  .advantages-subtitle {
    font-size: 1.3rem;
  }
  
  .advantage-item {
    padding: 1.5rem;
  }
  
  .advantage-icon {
    width: 5rem;
    height: 5rem;
  }
  
  .advantage-icon img {
    width: 3rem;
    height: 3rem;
  }
  
  .advantage-title {
    font-size: 1.8rem;
  }
  
  .advantage-description {
    font-size: 1.2rem;
  }
  
  /* 移动端合作内容样式 */
  .cooperation-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 100%;
  }
  
  .cooperation-content-title {
    font-size: 2.8rem;
  }
  
  .cooperation-content-subtitle {
    font-size: 1.3rem;
  }
  
  .cooperation-item {
    padding: 2.2rem 2rem 1.8rem;
  }
  
  .cooperation-title {
    font-size: 1.8rem;
  }
  
  .cooperation-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  
  /* 移动端合作价值样式 */
  .cooperation-value-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 100%;
  }
  
  .cooperation-value-title {
    font-size: 2.8rem;
  }
  
  .cooperation-value-subtitle {
    font-size: 1.3rem;
  }
  
  .value-item {
    padding: 2.2rem 2rem 1.8rem;
  }
  
  .value-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 2rem;
  }
  
  .value-title {
    font-size: 1.8rem;
  }
  
  .value-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  
  .cooperation-process-title {
    color: #333333;
    margin: 0 0 0.6rem 0;
    font-weight: 500;
    text-align: center;
  }
  
  .cooperation-process-subtitle {
    font-size: 1.3rem;
  }
  
  .cooperation-process-header {
    margin-bottom: 2rem;
  }
  
  /* 移动端合作案例样式 */
  .cooperation-section {
    padding: 3rem 0;
  }
  
  .cooperation-section__header {
    margin-bottom: 3rem;
  }
  
  .cooperation-section__title {
    font-size: 3.2rem;
  }
  
  .cooperation-section__subtitle {
    font-size: 1.4rem;
  }
  
  .cooperation-content {
    gap: 1rem;
  }
  
  .cooperation-list {
    height: auto;
  } 
  
  .cooperation-list__header {
    height: 4rem;
  }
  
  .cooperation-list__header-item {
    font-size: 1.2rem;
  }
  
  .cooperation-list__item {
    padding:0 1rem;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  
  .cooperation-list__item-name,
  .cooperation-list__item-region {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  
  .cooperation-list__item-region {
    text-align: center;
  }
}

/* 合作案例部分样式 */
.cooperation-section {
  padding: 4.5rem 0;
  background-color: #FAFAFA;
  width: 100%;
  overflow-x: hidden;
}

.cooperation-section__header {
  text-align: center;
  margin-bottom: 5rem;
}

.cooperation-section__title {
  font-size: 4rem;
  color: #333333;
  margin: 0 0 1.5rem 0;
}

.cooperation-section__subtitle {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.cooperation-content {
  display: grid;
  grid-template-columns:8fr 5fr;
  gap: 2rem;
  align-items: start;
}

.cooperation-map {
  position: relative;
}

.cooperation-map__img {
  width: 100%;
  height: 47rem;
  object-fit: cover;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

.cooperation-list {
background: #FAFAFA;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 47rem;
}

.cooperation-list__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #F5F5F5;
  height: 5rem;
    margin: 1rem;
        border-radius: 0.4rem 1rem 1rem 1rem;
}

.cooperation-list__header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #333333;
  font-weight: 600;
  /* border-right: 0.1rem solid #E0E0E0; */
}

.cooperation-list__header-item:last-child {
  border-right: none;
}

.cooperation-list__items {
  flex: 1;
  overflow-y: auto;
  position: relative;
}

.cooperation-list__page {
  display: none;
}

.cooperation-list__page--active {
  display: block;
}

.cooperation-list__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding:0rem 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cooperation-list__item:hover {
  background-color: #F9F9F9;
}

.cooperation-list__item:last-child {
  border-bottom: none;
}

.cooperation-list__item-name {
  font-size: 1.4rem;
  color: #666666;
  line-height: 3.6rem;
  transition: color 0.3s ease;
  text-align: center;
}

.cooperation-list__item:hover .cooperation-list__item-name {
  color: #E21927;
}

.cooperation-list__item-region {
  font-size: 1.4rem;
  color: #666666;
  line-height: 3.6rem;
  text-align: center;
}

.cooperation-list__pagination {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  padding:0 2rem 1.6rem;
  flex-shrink: 0;
  background: #FAFAFA;
}

.cooperation-list__pagination-btn {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #666;
}

.cooperation-list__pagination-btn i {
  font-size: 1rem;
}


.cooperation-list__pagination-btn:hover {
border: 1px solid #E21927;
}

.cooperation-list__pagination-btn:hover i {
  color: #E21927;
}

/* 合作案例移动端适配 */
@media (max-width: 1023px) {
  .cooperation-section {
    padding: 4rem 0;
  }
  
  .cooperation-section__header {
    margin-bottom: 4rem;
  }
  
  .cooperation-section__title {
    font-size: 3.6rem;
  }
  
  .cooperation-section__subtitle {
    font-size: 1.5rem;
  }
  
  .cooperation-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
   .cooperation-list {
    height: auto;
  } 
  
  .cooperation-list__header {
    height: 4.5rem;
  }
  
  .cooperation-list__header-item {
    font-size: 1.3rem;
  }
  
  .cooperation-list__item {
    padding: 0rem 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
  
  .cooperation-list__item-name,
  .cooperation-list__item-region {
    font-size: 1.3rem;
    line-height: 3rem;
  }
  
  .cooperation-list__pagination {
    padding: 1.5rem;
    gap: 0.8rem;
  }
  
  .cooperation-list__pagination-btn {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1rem;
  }
  
  .cooperation-list__pagination-btn i {
    font-size: 0.8rem;
  }
}

/* 文件上传区域样式 */
.file-upload-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-upload-wrapper .fileInput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.file-upload-icon{
  width: 1.5rem;
  height: auto;
  text-align: center;
  /*margin-left: 30rem;*/
  margin-bottom: 0.7rem;
}

.file-upload-wrapper{
  height: 6.5rem;
  background: #ffffff;
  text-align: center;
  border: 1px dashed #d9d9d9;
}
.file-upload-label{
  width: 100%;
}



.file-name-display {
  font-size: 1.4rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20rem;
}
.file-upload-text{
  font-size: 1.3rem;
}