/* 数据要素联合实验室页面样式 */
.data-factor-section {
  background: url('../images/peopleChain/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: #333333;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}

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

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

.data-factor-button {
  width: 14.1rem;
  /* 141px */
  height: 4.1rem;
  /* 41px */
  background: #FFFFFF;
  border-radius: 0.4rem;
  /* 4px */
  border: 0.1rem solid #E01927;
  /* 1px */
  color: #E01927;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.data-factor-button:hover {
  background: #E01927;
  color: #ffffff;
}

/* 导航栏样式 */
.navigation-section {
  background: #FAFAFA;
  height: 7rem;
  /* 70px */
  width: 100%;
  position: relative;
  z-index: 100;
}

.navigation-section.sticky {
  position: fixed;
  top: 7rem;
  /* 70px */
  left: 0;
  right: 0;
  width: 100%;
  /* z-index: 1000; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


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

.navigation-nav {
  display: flex;
  justify-content: space-around;
}

.nav-item {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  /* 16px */
  cursor: pointer;
  line-height: 7rem;
  /* 与容器等高，便于点击 */
  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 .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(5, 1fr);
  gap: 3rem;
  margin: 0 auto;
}

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

.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;
}

/* 应用场景css */
.container1-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 0 auto;
  text-align: center;
}

.container1-box .item_img .icon {
  width: 3rem;
  height: auto;
  display: inline-block;
}

.item_img {
  width: auto;
  height: 28.7rem;
  border-radius: 1rem;
  background-size: cover;
  padding-top: 10.3rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.item_img .icon,
.item_img h3,
.item_img p.text {
  transition: transform 0.3s ease;
}

.item_img:hover .icon,
.item_img:hover h3,
.item_img:hover p.text {
  transform: translateY(-30px);
}

.itembg1 {
  background: url('../images/peopleChain/a1.png') no-repeat center center;
}

.itembg2 {
  background: url('../images/peopleChain/a2.png') no-repeat center center;
}

.itembg3 {
  background: url('../images/peopleChain/a3.png') no-repeat center center;
}

.itembg4 {
  background: url('../images/peopleChain/a4.png') no-repeat center center;
}

.itembg5 {
  background: url('../images/peopleChain/a5.png') no-repeat center center;
}

.itembg6 {
  background: url('../images/peopleChain/a6.png') no-repeat center center;
}

.container1-box .item_img>h3 {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 2.2rem;
  color: #FFFFFF;
}

.container1-box .item_img>p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 2.4rem;
  padding: 0 5rem;
}


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

.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(2, 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/dataFactor/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-size: 100% 100%;
  background: #FAFAFA;
}

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

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

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

.cooperation-value-subtitle {
  font-size: 1.6rem;
  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;
  color: #333333;
  margin: 0 0 1rem 0;
}

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

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

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

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

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

.cooperation-process-subtitle {
  font-size: 1.6rem;
  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;
}

/* 定制化解决方案 */
.group_13 {

  width: 100%;
  height: 20rem;
  background: url(../images/peopleChain/lanhuapp.png) 100% no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 4rem;
}


.text_24 {
  width: 71.5rem;
  height: 3.6rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 3.6rem;
  color: #333333;
  line-height: 6rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.text-wrapper_4 {
  width: 12.1rem;
  height: 4.1rem;
  border-radius: 0.4rem;
  border: 1px solid #E01927;
  background: #ffffff;
  cursor: pointer;
  color: #E01927;
}

/* 合作案例部分样式 */
.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: 767px) {
  .data-factor-section{
    height: auto;
  }
  .advantages-content{
    grid-template-columns:repeat(2,1fr);
    gap: 2rem;
  }
  .container1-box{
    grid-template-columns:repeat(3,1fr);
    gap: 1.5rem;
  }
  .item_img{
    padding-top: 3rem;
  }
  .container1-box .item_img>p{
    padding: 1.3rem;
  }
  .container1-box .item_img>h3{
    font-size: 1.8rem;
  }

}

@media (max-width: 1023px) {
  .data-factor-section {
    height: auto;
  }
  .advantages-content{
    grid-template-columns:repeat(3,1fr);
    gap: 0rem;
  }
}