.r1 {
  width: 100vw;
  height: 5.8rem;
  background: url('../assets/about1.png') no-repeat;
  background-size: cover;
}
.r1 .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 0.52rem;
  color: #FFFFFF;
  line-height: 5.8rem;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.59rem;
}
.templateSelect {
  background: #F1F4FB;
  height: 1.46rem;
  padding: 0 1.59rem;
  display: flex;
  align-items: center;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #333333;
}
.templateSelect .img {
  width: 0.65rem;
  height: 0.65rem;
}
.templateSelect > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.46rem;
  flex: 1;
  text-align: center;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1;
  gap: 0.12rem;
  box-sizing: border-box;
}
.templateSelect > a.active {
  color: #1B4DB3;
  border-bottom: 2px solid #1B4DB3;
}
.r2 {
  padding: 1.3rem 1.59rem;
  background: url('../assets/greenManufacturing1.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.3rem 1.25rem;
}
.r2 .left {
  display: flex;
  flex-direction: column;
  width: 6.9rem;
}
.r2 .left .content {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 1rem;
}
.r2 .right {
  width: 6.42rem;
  height: 3.08rem;
  position: relative;
}
.r2 .right .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r3 {
  padding: 1.3rem 1.59rem;
  background: #F1F4FB;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.r3 .left {
  width: 8rem;
  height: 5.2rem;
  position: relative;
  flex-shrink: 0;
}
.r3 .left .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r3 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 5.2rem;
}
.r3 .right ul li {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.32rem;
  color: #666666;
  display: flex;
  gap: 0.14rem;
}
.r3 .right ul li + li {
  margin-top: 0.36rem;
}
.r3 .right ul li .flex {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.r3 .right ul li .flex .name {
  font-size: 0.32rem;
  color: #060B0F;
  line-height: 1;
}
.r3 .right ul li .flex .val {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}
.r3 .right ul li::before {
  content: '';
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #1B4DB3;
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(0.1rem);
}
.r4 {
  padding: 1.3rem 1.59rem;
}
.r4 .header {
  display: flex;
  justify-content: space-between;
}
.r4 .header .right {
  width: 3.21rem;
  height: 1.54rem;
  position: relative;
}
.r4 .header .right .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r4 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem 1.54rem;
  margin-top: 0.56rem;
}
.r4 ul li {
  width: calc(50% - 0.77rem);
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.32rem;
  color: #666666;
  display: flex;
  gap: 0.15rem;
}
.r4 ul li .flex {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.r4 ul li .flex .name {
  font-size: 0.32rem;
  color: #060B0F;
  line-height: 1;
}
.r4 ul li .flex .val {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}
.r4 ul li::before {
  content: '';
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #1B4DB3;
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(0.1rem);
}
.r5 {
  padding: 1.3rem 1.59rem;
}
.r5 .list {
  display: flex;
  margin-top: 0.88rem;
}
.r5 .list .item {
  width: 3.03rem;
  background: #FFFFFF;
  padding: 0.57rem 0 0 0.26rem;
  min-height: 2.91rem;
  box-sizing: border-box;
  --color: #F1F4FB;
  --width: 0.25rem;
}
.r5 .list .item .title {
  font-size: 0.26rem;
  color: #060B0F;
  font-family: HarmonyOS_Sans_SC;
}
.r5 .list .item .options {
  margin-top: 0.35rem;
}
.r5 .list .item .options .option {
  line-height: 0.42rem;
  font-size: 0.2rem;
  color: #666666;
}
.r5 .list .item .options .option::before {
  content: '';
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #1B4DB3;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.r6 {
  padding: 1.3rem 1.59rem;
}
.r6 .list {
  margin-top: 0.87rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.r6 .list .item {
  flex: 1;
  max-width: 50%;
  min-width: 40%;
  display: flex;
  box-sizing: border-box;
  padding: 0.26rem 0.33rem 0.4rem;
  height: 2.8rem;
  --color: #fff;
  overflow: hidden;
  cursor: pointer;
  background: #F1F4FB;
  gap: 0.25rem;
}
.r6 .list .item:hover .img {
  opacity: 1;
}
.r6 .list .item .public-imgBox {
  width: 1.89rem;
  height: 0.78rem;
}
.r6 .list .item .box {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.2rem;
  color: #060B0F;
  flex: 1;
}
.r6 .list .item .box .title {
  font-size: 0.26rem;
  color: #060B0F;
  line-height: 1;
  margin-bottom: 0.33rem;
  margin-top: 0.06rem;
}
.r6 .list .item .box .options {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}
.r6 .list .item .img {
  width: 0.47rem;
  height: 0.47rem;
  opacity: 0;
  margin-top: auto;
  transition: all 0.5s;
  position: absolute;
  bottom: 0.4rem;
  right: 0.33rem;
}
@media (max-width: 1024px) {
  .r2 {
    padding: 1.3rem 20px;
    gap: 0.65rem;
  }
  .r2 .left .content {
    margin-top: 0.5rem;
  }
  .r3 {
    padding: 1.3rem 20px;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .r3 .left {
    width: 100%;
  }
  .r4 {
    padding: 1.3rem 20px;
  }
  .r4 .list {
    gap: 0.48rem 0.4rem;
  }
  .r4 .list li {
    width: calc(50% - 0.2rem);
  }
  .r5 {
    padding: 1.3rem 20px;
  }
  .r6 {
    padding: 1.3rem 20px;
  }
  .r6 .list .item {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .r6 .list .item .img {
    opacity: 1;
  }
}
