.homePage .fragment {
  width: 100%;
}

.homePage .fragment .title-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
}

.homePage .fragment .title-con .title {
  height: 0.56rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #1a2026;
  line-height: 0.56rem;
  text-align: center;
}

.homePage .fragment .title-con .sub-title {
  font-weight: 400;
  font-size: 0.18rem;
  color: #707070;
  line-height: 0.26rem;
  text-align: center;
  margin-top: 0.16rem;
}

.homePage.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.homePage.about .top-banner {
  width: 100%;
  height: 4.2rem;
  background: url("/image/about/about-page.png") no-repeat center center;
  background-size: cover;
  padding: 1.88rem 0 0.33rem 0;
}

.homePage.about .top-banner .banner-title-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homePage.about .top-banner .banner-title-con .title {
  height: 0.76rem;
  font-weight: bold;
  font-size: 0.54rem;
  color: #ffffff;
  line-height: 0.76rem;
  text-align: center;
}

.homePage.about .top-banner .banner-title-con .sub-title {
  margin-top: 0.08rem;
  height: 0.36rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.36rem;
  text-align: center;
}

.about-gkd {
  height: calc(4.15rem + 6.8rem);
  position: relative;
  padding-top: 0.37rem;
  margin-bottom: -1.85rem;
}

.about-gkd .main-img {
  width: 6.86rem;
  height: 4.15rem;
  object-fit: cover;
  z-index: 60;
}

.about-gkd .main-tex {
  height: 6.3rem;
  position: relative;
  background-color: #1ebd73;
  padding: 2.25rem 0.32rem 0 0.32rem;
  border-radius: 0.16rem 0.16rem 0 0;
  top: -1.9rem;
  z-index: 59;
}

.about-gkd .main-tex .title-tex-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-gkd .main-tex .title-tex-con .title {
  height: 0.56rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.56rem;
}

.about-gkd .main-tex .title-tex-con .about-us {
  width: 2.9rem;
  height: 0.64rem;
  object-fit: contain;
}

.about-gkd .main-tex .content {
  margin-top: 0.24rem;
  padding-bottom: 0.32rem;
}

.about-gkd .main-tex .content p {
  width: 100%;
  font-weight: 400;
  font-size: 0.18rem;
  color: #f0f1f1;
  line-height: 0.26rem;
  text-align: left;
  text-indent: 0.36rem;
}

.select-us {
  background-color: #f9fafb !important;
  padding: 0 0.31rem;
  padding-bottom: 0.72rem;
}

.select-us .select-us-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 0.24rem;
  margin-top: 0.56rem;
}

.select-us .select-us-con .tex-con {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.24rem;
}

.select-us .select-us-con .tex-con p {
  width: 100%;
  font-weight: 400;
  font-size: 0.18rem;
  color: #808080;
  line-height: 0.26rem;
  text-align: left;
  text-indent: 0.36rem;
}

.select-us .select-us-con .img {
  width: 3.15rem;
  height: 3.07rem;
  object-fit: contain;
}

.select-us .img-grid {
  margin-top: 0.24rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  row-gap: 0.2rem;
  column-gap: 0.24rem;
}

.select-us .img-grid .item {
  position: relative;
  width: 100%;
  height: 1.43rem;
  border-radius: 0.06rem;
  overflow: hidden;
}

.select-us .img-grid .item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.select-us .img-grid .item .title-con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 32, 38, 0) 0%, #1a2026 100%);
}

.select-us .img-grid .item .title-con .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.22rem;
  text-align: center;
}

.all-service {
  background-color: white !important;
  padding-bottom: 0.72rem;
}

.all-service .service-con {
  margin-top: 0.56rem;
  width: 100%;
  display: grid;
  padding: 0 0.32rem;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  row-gap: 0.28rem;
  column-gap: 0.26rem;
}

.all-service .service-con .item {
  width: 3.3rem;
  height: 2.88rem;
  background: #f9fafb;
  border-radius: 0.08rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
}

.all-service .service-con .item img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: cover;
}

.all-service .service-con .item .title {
  height: 0.36rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #1a2026;
  line-height: 0.36rem;
  text-align: center;
}

.culture {
  background-color: #f0f6f4 !important;
  padding: 0 0.32rem;
  padding-bottom: 0.72rem;
}

.culture .culture-con {
  width: 100%;
  margin-top: 0.56rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.24rem;
}

.culture .culture-con .info-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 0.08rem;
  padding: 0.24rem;
  gap: 0.49rem;
}

.culture .culture-con .info-item .col-con {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.08rem;
}

.culture .culture-con .info-item .col-con .info-title {
  height: 0.36rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #1a2026;
  line-height: 0.36rem;
  text-align: left;
}

.culture .culture-con .info-item .col-con .info-title .high {
  color: #1ebd73;
}

.culture .culture-con .info-item .col-con .info-sub-title {
  font-weight: 400;
  font-size: 0.18rem;
  color: #808080;
  line-height: 0.26rem;
  text-align: left;
}

.culture .culture-con .info-item img {
  width: 0.98rem;
  height: 0.64rem;
  object-fit: cover;
}

.team {
  width: 100%;
  background-color: white !important;
  padding: 0 0.32rem;
  padding-bottom: 0.48rem;
}

.team .team-con {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(2, auto);
  row-gap: 0.24rem;
  column-gap: 0.26rem;
  margin-top: 0.56rem;
}

.team .team-con .item {
  width: 100%;
  height: 2rem;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}

.team .team-con .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
