﻿:root {
  --idx-green: #006f3f;
  --idx-green-dark: #004f31;
  --idx-orange: #ff8530;
  --idx-orange-soft: #fff0e7;
  --idx-ink: #0d1117;
  --idx-text: #4f5662;
  --idx-muted: #8a929d;
  --idx-line: #e7eaf0;
  --idx-bg: #f5f7fa;
  --idx-white: #ffffff;
}

html,
body {
  color: var(--idx-ink);
  background: var(--idx-white);
}

#app {
  padding-top:0 !important ;
  width: 100%;
  overflow: hidden;
  color: var(--idx-ink);
  background: var(--idx-white);
}

#app .inner {
  width: 80vw;
  max-width: none;
  margin: 0 auto;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #dfe9ed;
}

.banner .swiper,
.banner .swiper-wrapper,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.35) 36%, rgba(255,255,255,0) 68%);
}

.banner .swiper-slide-content {
  position: absolute;
  left: 10%;
  top: 0;
  z-index: 2;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.banner .left {
  position: relative;
  width: 690px;
  padding-left: 24px;
}

.banner .square1,
.banner .square2 {
  position: absolute;
  pointer-events: none;
}

.banner .square1 {
  width: 50px;
  height: 49px;
  left: 0;
  top: -60px;
  border-left: 2px solid var(--idx-orange);
  border-top: 2px solid var(--idx-orange);
}

.banner .square2 {
  width: 124px;
  height: 122px;
  right: 0;
  bottom: -180px;
  border-right: 2px solid var(--idx-orange);
  border-bottom: 2px solid var(--idx-orange);
}

.banner .title p {
  /* color: var(--idx-green); */
  color: rgba(255, 133, 48, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
.banner .title span {
  color: #111820;
}

.banner .desc {
  width: 650px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
}

.banner .desc .line {
  width: 4px;
  height: 69px;
  /* background: #0e6334; */
  background: rgba(255, 133, 48, 1);
}

.banner .desc p {
  color: #26313d;
  font-size: 17px;
  line-height: 30px;
}

.banner .btn {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.banner .btn a {
  height: 44px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 3px;
  color: var(--idx-white);
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.banner .btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

.banner .btn1 {
  background: var(--idx-green);
}

.banner .btn2 {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.banner .middle {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  transform: translateX(-50%);
}

.banner .middle p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.banner .middle .line {
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.8);
}

.banner .middle .dot {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #ff8530;
}

.banner .right {
  position: relative;
  width: 100px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner .page {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.banner .page .item {
  width: 16px;
  height: 16px;
  border-radius: 61px;
  background: #dddddd;
  cursor: pointer;
  transition: height 0.25s ease, background 0.25s ease;
}

.banner .page .item-active {
  background: #ff8530;
}

.oemi {
  position: relative;
  width: 100%;
  padding: 56px 0 66px;
  overflow: hidden;
  background: var(--idx-white);
}

.oemi > img:first-child {
  position: absolute;
  right: 0%;
  top: -5%;
  width: 700px;
  opacity: 0.75;
  transform: translateX(-50%);
  pointer-events: none;
}

.oemi > img:last-child {
  position: absolute;
  left: 30%;
  bottom: -40px;
  width: 860px;
  opacity: 0.82;
  transform: translateX(-50%);
  pointer-events: none;
}

.oemi .inner {
  position: relative;
  z-index: 1;
}

.oemi .section1,
.prosi .section1,
.servicei .section1,
.blogi .section1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.oemi .section1-left,
.prosi .section1-left,
.servicei .section1-left,
.blogi .section1-left {
  flex: 0 0 auto;
}

.oemi .tag,
.prosi .tag,
.applicationi .tag,
.abouti .tag,
.servicei .tag,
.blogi .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--idx-green);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.oemi .tag .line1,
.prosi .tag .line,
.applicationi .tag .line,
.abouti .tag .line1,
.servicei .tag .line1,
.blogi .tag .line1 {
  width: 46px;
  height: 2px;
  background: var(--idx-green);
}

.oemi .title p,
.prosi .title p,
.applicationi .title p,
.abouti .title p,
.servicei .title p,
.blogi .title p {
  margin-top: 8px;
  color: var(--idx-ink);
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
}

.oemi .section1-right p,
.prosi .desc p,
.servicei .section1-right p {
  color: var(--idx-text);
  font-size: 16px;
  line-height: 28px;
}

.oemi .section1-right span {
  color: var(--idx-orange);
  font-weight: 800;
}

.oemi .line2 {
  width: 100%;
  height: 1px;
  margin: 24px 0 28px;
  background: var(--idx-line);
}

.oemi .section2 {
  display: flex;
  gap: 24px;
}

.oemi .section2 .item {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 4px;
  background: #14191f;
}

.oemi .section2 .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.38s ease;
}

.oemi .section2 .item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 100px solid var(--idx-white);
  border-right: 100px solid transparent;
}

.oemi .section2 .item:hover > img {
  transform: scale(1.05);
}

.oemi .section2 .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.82) 100%);
}

.oemi .section2 .content {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 28px;
  color: var(--idx-white);
}

.oemi .section2 .top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.oemi .section2 .top p {
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.oemi .section2 .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 50%;
}

.oemi .section2 .middle p {
  margin-top: 20px;
  color: var(--idx-white);
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}

.oemi .section2 .bottom p {
  margin-top: 14px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 25px;
}

.oemi .section3,
.prosi .section1-right,
.applicationi .section1-right,
.factoryi .section1 a,
.blogi .section1-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--idx-orange);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.oemi .section3 {
  width: fit-content;
  padding: 0 15px;
  height: 42px;
  margin: 28px 0 0 auto;
  border: 1px solid var(--idx-orange);
  border-radius: 22px;
  background: var(--idx-white);
}

.prosi {
  position: relative;
  width: 100%;
  padding: 58px 0 66px;
  background: #f5f7fa;
}

.prosi .section1 {
  margin-bottom: 28px;
}

.prosi .desc {
  width: 430px;
  margin-top: 10px;
}

.prosi .section1-right,
.blogi .section1-right {
  height: 38px;
  padding: 0 18px;
  border: 1px solid var(--idx-orange);
  border-radius: 20px;
  background: var(--idx-white);
}

.prosi .section2 {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.prosi .section2-left {
  min-width: 0;
  flex: 53 1 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 14px;
  background: var(--idx-white);
  box-shadow: 0 16px 36px rgba(12, 22, 34, 0.08);
}

.prosi .section2-left .item {
  height: 68px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  background: var(--idx-white);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.prosi .section2-left .item:hover,
.prosi .section2-left .item.item-active {
  border-color: var(--idx-orange);
  background: var(--idx-orange-soft);
  transform: translateX(4px);
}

.prosi .section2-left .left {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.prosi .section2-left .left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.prosi .section2-left .img-active {
  opacity: 0;
}

.prosi .section2-left .item:hover .img-active,
.prosi .section2-left .item.item-active .img-active {
  opacity: 1;
}

.prosi .section2-left .item:hover .img-default,
.prosi .section2-left .item.item-active .img-default {
  opacity: 0;
}

.prosi .section2-left .middle {
  flex: 1;
}

.prosi .section2-left .text1 {
  color: var(--idx-ink);
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
}

.prosi .section2-left .text2 {
  margin-top: 2px;
  color: var(--idx-muted);
  font-size: 12px;
  line-height: 18px;
}

.prosi .section2-left .right {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #aeb5bf;
  transition: background 0.25s ease;
}

.prosi .section2-left .item:hover .right,
.prosi .section2-left .item.item-active .right {
  background: var(--idx-orange);
}

.prosi .section2-right {
  min-width: 0;
  flex: 142 1 0;
  overflow: hidden;
}

.prosi .swiper {
  width: 100%;
  padding-bottom: 24px;
  overflow: hidden;
}

.prosi .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.prosi .swiper-slide {
  position: relative;
  width: 190px;
  height: 220px;
  flex: 0 0 190px;
  margin-right: 18px;
  padding: 18px 16px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--idx-white);
  box-shadow: 0 12px 28px rgba(12, 22, 34, 0.08);
}
.prosi .swiper-slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.prosi .swiper-slide .content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prosi .swiper-slide .content img {
  width: 118px;
  height: 120px;
  object-fit: contain;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.prosi .swiper-slide:hover .content img {
  transform: translateY(-8px) scale(1.05);
}

.prosi .swiper-slide .content p {
  margin-top: 18px;
  color: var(--idx-ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
}

.prosi .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e1e5eb;
}

.prosi .swiper-scrollbar-drag {
  background: var(--idx-orange);
}

.applicationi {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: #111820;
}

.applicationi .swiper,
.applicationi .swiper-wrapper,
.applicationi .swiper-slide {
  width: 100%;
  height: 100%;
}

.applicationi .swiper-slide {
  position: relative;
  overflow: hidden;
}

.applicationi .swiper-slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.applicationi .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 196px;
  background: linear-gradient(180deg, #00000000 34.2%, #fbfbfb59 67.42%, #fbfbfb 100%);
}

.applicationi .content {
  position: relative;
  z-index: 1;
  width: 80vw;
  height: 100%;
  margin: 0 auto;
  padding: 70px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--idx-white);
}

.applicationi .section1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 42px;
}

.applicationi .tag,
.applicationi .title p {
  color: var(--idx-white);
}

.applicationi .tag .line {
  background: var(--idx-orange);
}

.applicationi .section1-middle {
  width: 470px;
  margin-top: 12px;
}

.applicationi .section1-middle p {
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 27px;
}

.applicationi .section1-right {
  /* width: 118px; */
  height: 38px;
  margin-top: 8px;
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 20px;
  color: var(--idx-white);
  padding: 0 18px;
}

.applicationi .section2 {
  width: 620px;
}

.applicationi .section2 .text1 p {
  color: var(--idx-white);
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.applicationi .section2 .text1 span {
  margin-right: 14px;
  color: var(--idx-orange);
  font-size: 20px;
}

.applicationi .section2 .text2 p {
  margin-top: 14px;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 27px;
}

.applicationi .section3 p {
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 24px;
}

.applicationi .section3 span {
  color: var(--idx-orange);
  font-size: 22px;
  font-weight: 800;
}

.applicationi > .swiper > .btn {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: 58px;
  margin-right: -40vw;
  display: flex;
  align-items: center;
  gap: 12px;
}

.applicationi .prev,
.applicationi .next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--idx-orange);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.applicationi .prev:hover,
.applicationi .next:hover {
  background: var(--idx-green);
  transform: translateY(-2px);
}

.applicationi .prev svg,
.applicationi .next svg {
  width: 13px;
  height: 22px;
}

.abouti {
  position: relative;
  width: 100%;
  padding: 68px 0 86px;
  overflow: hidden;
  background: var(--idx-white);
}

.abouti > img {
  position: absolute;
  left: 50%;
  bottom: -64px;
  width: 1000px;
  opacity: 0.74;
  transform: translateX(-50%);
  pointer-events: none;
}

.abouti .inner {
  position: relative;
  z-index: 1;
}

.abouti .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.abouti .tag .line1 {
  order: 2;
}

.abouti .section2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

.abouti .section2 > .section2-left {
  width: 560px;
  flex: 0 0 auto;
}

.abouti .section2-left-top p {
  color: var(--idx-text);
  font-size: 15px;
  line-height: 30px;
}

.abouti .section2-left-top span {
  color: var(--idx-green);
  font-weight: 800;
}

.abouti .section2-left-middle {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.abouti .line2 {
  width: 4px;
  height: 70px;
  background: var(--idx-green);
}

.abouti .section2-left-middle p {
  color: #0e6334;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}

.abouti .section2-left-bottom {
  position: relative;
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.abouti .btn {
  height: 44px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--idx-orange);
  color: var(--idx-orange);
  background: var(--idx-white);
  font-size: 14px;
  font-weight: 800;
}

.abouti .square {
  width: 74px;
  height: 44px;
  margin-left: 14px;
  border-right: 2px solid var(--idx-orange);
  border-bottom: 2px solid var(--idx-orange);
}

.abouti .section2-right {
  position: relative;
  width: 555px;
  height: 350px;
  flex: 0 0 auto;
}

.abouti .section2-right .img-wrap:first-child {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 450px;
  height: 284px;
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(12, 22, 34, 0.14);
  z-index: 1;
}

.abouti .section2-right .img-wrap:last-child {
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  height: 178px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(12, 22, 34, 0.16);
}

.abouti .section2-right .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.abouti .section2-right .img-wrap:hover img {
  transform: scale(1.05);
}

.factoryi {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #10151d;
}

.factoryi > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}


.factoryi .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--idx-white);
}

.factoryi .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.factoryi .section1 .title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.factoryi .section1 .line {
  width: 54px;
  height: 2px;
  background: rgba(255,255,255,0.62);
}

.factoryi .section1 .title p {
  color: var(--idx-white);
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
}

.factoryi .desc p {
  margin-top: 12px;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 26px;
}

.factoryi .section1 .icon {
  width: 74px;
  height: 74px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}

.factoryi .section1 a {
  height: 34px;
  margin-top: 22px;
  padding: 0 16px;
  border: 1px solid var(--idx-orange);
  border-radius: 18px;
  background: rgba(0,0,0,0.22);
}

.factoryi .section2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 760px;
  transform: translateX(-50%);
}

.factoryi .section2 > .item {
  display: flex;
  align-items: stretch;
  background: var(--idx-green);
}

.factoryi .section2 > .item > .item {
  flex: 1;
  padding: 22px 24px;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.factoryi .section2 > .item > .item:last-child {
  border-right: 0;
}

.factoryi .text1 {
  color: var(--idx-white);
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
}

.factoryi .text1 span {
  font-size: 34px;
}

.factoryi .text2 p {
  margin-top: 4px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 20px;
}

.servicei {
  position: relative;
  width: 100%;
  padding: 70px 0 64px;
  background: var(--idx-white);
}

.servicei .section1 {
  align-items: flex-start;
  margin-bottom: 64px;
}

.servicei .section1-right {
  width: 520px;
  padding-top: 6px;
  text-align: left;
}

.servicei .section2 {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--idx-line);
}

.servicei .section2 .item {
  min-height: 184px;
  display: flex;
  align-items: center;
  gap: 56px;
  padding-left: 34px;
  border-left: 5px solid transparent;
  border-bottom: 1px solid var(--idx-line);
  color: var(--idx-ink);
  background: var(--idx-white);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.servicei .section2 .item.item-active,
.servicei .section2 .item:hover {
  background: var(--idx-white);
  border-left-color: var(--idx-orange);
}

.servicei .item-left {
  width: 110px;
  flex: 0 0 auto;
  color: #cdcdcd;
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
}

.servicei .section2 .item:first-child .item-left,
.servicei .section2 .item:hover .item-left {
  color: var(--idx-orange);
}

.servicei .item-middle {
  flex: 1;
}

.servicei .text1 p {
  color: var(--idx-ink);
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.servicei .section2 .item:first-child .text1 p,
.servicei .section2 .item:hover .text1 p {
  color: var(--idx-green);
}

.servicei .text2 p {
  width: 640px;
  max-width: 100%;
  margin-top: 16px;
  color: var(--idx-text);
  font-size: 14px;
  line-height: 26px;
}

.servicei .item-right {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: var(--idx-white);
  transition: background 0.25s ease;
}

.servicei .section2 .item.item-active .item-right,
.servicei .section2 .item:first-child .item-right,
.servicei .section2 .item:hover .item-right {
  border-color: var(--idx-green);
  background: var(--idx-green);
}

.servicei .section2 .item.item-active .item-right path,
.servicei .section2 .item:first-child .item-right path,
.servicei .section2 .item:hover .item-right path {
  stroke: var(--idx-white);
}

.blogi {
  position: relative;
  width: 100%;
  padding: 70px 0 78px;
  background: #f5f7fa;
}

.blogi .section1 {
  align-items: flex-start;
  margin-bottom: 42px;
}

.blogi .section1-right {
  min-width: 162px;
}

.blogi .section2 {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 1fr);
  align-items: stretch;
  gap: 24px;
}

.blogi .item1 {
  overflow: hidden;
  border-radius: 0;
  background: var(--idx-white);
  box-shadow: none;
}

.blogi .item1 .top {
  height: 38px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--idx-white);
}

.blogi .top-left p {
  color: var(--idx-orange);
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.blogi .top-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blogi .top-right .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--idx-orange);
}

.blogi .item1 .img {
  height: 350px;
  overflow: hidden;
}

.blogi .item1 .img img,
.blogi .item2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blogi .item1:hover .img img,
.blogi .item2:hover .img img {
  transform: scale(1.04);
}

.blogi .item1 .content {
  padding: 34px 32px 36px;
}

.blogi .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.blogi .content .tag {
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  color: var(--idx-white);
  background: var(--idx-green);
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

.blogi .date p {
  color: var(--idx-orange);
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.blogi .content-middle p {
  margin-top: 26px;
  color: var(--idx-ink);
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

.blogi .item1 .content-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--idx-orange);
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}

.blogi .line2 {
  width: 42px;
  height: 2px;
  background: var(--idx-orange);
}

.blogi .item2 {
  overflow: hidden;
  border-radius: 0;
  background: var(--idx-white);
  box-shadow: none;
}

.blogi .item2-list {
  display: grid;
  gap: 24px;
}

.blogi .item2 .img {
  height: 170px;
  overflow: hidden;
}

.blogi .item2 .content {
  padding: 24px 24px 22px;
}

.blogi .item2 .content-middle p {
  min-height: 56px;
  font-size: 16px;
  line-height: 26px;
}

.blogi .item2 .content-bottom {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777f8b;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.blogi .item2 .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e2e5ea;
  background: var(--idx-white);
}

.prosi .swiper-scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26%;
  height: 100%;
  background: var(--idx-orange);
}

.banner .swiper-slide-content {
  left: 50%;
  width: 80vw;
  transform: translateX(-50%);
}

.banner .swiper-slide > img {
  object-position: center center;
}

.prosi .tag,
.applicationi .tag {
  color: var(--idx-orange);
}

.prosi .tag .line,
.applicationi .tag .line {
  background: var(--idx-orange);
}

.prosi .section2-left .item {
  position: relative;
  height: 76px;
  padding: 0 12px 0 14px;
  border-color: #e8edf2;
  background: var(--idx-white);
  transform: none;
  border-left: 3px solid transparent;
}

.prosi .section2-left .item:hover,
.prosi .section2-left .item.item-active {
  border-color: var(--idx-orange);
  background: #fff8f3;
  transform: none;
}

.prosi .section2-left .middle {
  padding-left: 0;
  border-left: 0;
}
.prosi .section2-left .item:hover,
.prosi .section2-left .item.item-active {
  border-left: 3px solid #ff8530;
}

.prosi .section2-left .item:hover .text1,
.prosi .section2-left .item.item-active .text1 {
  color: var(--idx-orange);
}

.prosi .section2-left .item:hover .img-active,
.prosi .section2-left .item.item-active .img-active {
  opacity: 1;
}

.prosi .section2-left .item:hover .img-default,
.prosi .section2-left .item.item-active .img-default {
  opacity: 0;
}

.prosi .section2-left .right {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid #d8e0e8;
  border-radius: 4px;
  background: #f4f7fa;
}

.prosi .section2-left .right svg path {
  stroke: #8c98a6;
}
.prosi .section2-left .right{
  opacity: 0;
}
.prosi .section2-left .item:hover .right,
.prosi .section2-left .item.item-active .right {
  border-color: var(--idx-orange);
  background: var(--idx-orange);
  opacity: 1;
}

.prosi .section2-left .item:hover .right svg path,
.prosi .section2-left .item.item-active .right svg path {
  stroke: var(--idx-white);
}

.prosi .section2-right {
  position: relative;
  overflow: hidden;
}

.prosi .swiper {
  height: 440px;
  padding: 0 14px 0 0;
}

.prosi .swiper-wrapper {
  align-items: stretch;
}

.prosi .swiper-slide {
  width: 196px;
  height: 440px;
  flex: 0 0 196px;
  margin-right: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.prosi .swiper-slide > img {
  display: none;
}

.prosi .swiper-slide.is-hidden {
  display: none !important;
}

.prosi .prosi-empty {
  display: none;
  padding: 70px 0;
  color: var(--idx-muted);
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.prosi .prosi-empty.is-show {
  display: block;
}

.prosi .swiper-slide .content {
  position: relative;
  z-index: 1;
  height: 211px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 12px;
  background: var(--idx-white) url("../img/index/prosi11.png") center center / cover no-repeat;
  box-shadow: 0px 20px 40px -10px #0036460a;
}

.prosi .swiper-slide .content img {
  width: 126px;
  height: 128px;
  object-fit: contain;
}

.prosi .swiper-slide .content p {
  margin-top: 12px;
  color: var(--idx-ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.prosi .swiper-scrollbar {
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: #ffd9c2;
}

.prosi .swiper-scrollbar::before {
  display: none;
}

.prosi .swiper-scrollbar-drag {
  width: 100% !important;
  border-radius: 3px;
  background: var(--idx-orange);
}

.applicationi .section1-right {
  border-color: var(--idx-orange);
  color: var(--idx-orange);
}

.applicationi .section1-right svg path {
  stroke: var(--idx-orange);
}
.applicationi .section2 {
    width: 100%;
}
.applicationi .section2 .text1 p {
  color: #ff8530;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-transform: uppercase;
}

.applicationi .section2 .text1 span {
  color: var(--idx-orange);
}

.applicationi .section2 .text2 p {
  margin-top: 60px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-decoration-line: underline;
  text-underline-offset: 50%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  text-transform: uppercase;
}

.abouti .section1 {
  align-items: flex-start;
  text-align: left;
}

.abouti .tag {
  color: var(--idx-orange);
}

.abouti .tag .line1 {
  order: 0;
  background: var(--idx-orange);
}

.abouti .section2 {
  margin-top: 34px;
  align-items: flex-start;
}

.abouti .section2-left-top span {
  display: inline;
  color: var(--idx-green);
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  background: linear-gradient(180deg, transparent 58%, rgba(0,111,63,0.14) 0);
}

.abouti .line2 {
  width: 4px;
  height: 108px;
  flex: 0 0 auto;
  background: var(--idx-green);
}

.abouti .square {
  position: absolute;
  left: 170px;
  top: -18px;
  width: 92px;
  height: 62px;
  margin-left: 0;
  border-right: 2px solid var(--idx-orange);
  border-bottom: 2px solid var(--idx-orange);
}

.factoryi .section1 .line {
  background: var(--idx-orange);
}

.factoryi .section1 a {
  height: 38px;
  padding: 0 18px;
  border-color: var(--idx-orange);
  border-radius: 20px;
  color: var(--idx-orange);
  background: rgba(255,255,255,0.1);
}

.factoryi .section2 {
  bottom: 0;
  width: 720px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 20px 44px rgba(0,0,0,0.18);
}

.factoryi .section2 > .item {
  background: var(--idx-green);
}

.factoryi .section2 > .item > .item {
  min-height: 104px;
  padding: 22px 26px;
}

.factoryi .text1 {
  font-size: 24px;
  line-height: 30px;
}

.factoryi .text1 span {
  font-size: 32px;
}

.servicei .section2 .item {
  position: relative;
  min-height: 118px;
  padding-left: 0;
  border-left: 4px solid transparent;
  transition: background 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
}

.servicei .section2 .item.item-active,
.servicei .section2 .item:hover {
  padding-left: 0px;
  border-left-color: var(--idx-orange);
  background: #fbfbfc;
}

.servicei .item-left {
  width: 78px;
  color: #c8cdd5;
  font-size: 34px;
  line-height: 42px;
  font-weight: 300;
}

.servicei .section2 .item.item-active .item-left,
.servicei .section2 .item:first-child .item-left,
.servicei .section2 .item:hover .item-left {
  color: var(--idx-orange);
}

.servicei .text1 p {
  color: var(--idx-ink);
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
}

.servicei .section2 .item.item-active .text1 p,
.servicei .section2 .item:first-child .text1 p,
.servicei .section2 .item:hover .text1 p {
  color: var(--idx-green);
}

.servicei .item-right svg {
  transition: transform 0.25s ease;
}

.servicei .section2 .item.item-active .item-right svg,
.servicei .section2 .item:first-child .item-right svg,
.servicei .section2 .item:hover .item-right svg {
  transform: rotate(-45deg);
}

.blogi .section2 {
  align-items: stretch;
  gap: 24px;
  flex-wrap: nowrap;
}

.blogi .item1 {
  width: 560px;
  flex: 0 0 560px;
}

.blogi .item1 .top {
  background: var(--idx-green);
}

.blogi .item1 .content-top {
  justify-content: flex-start;
  gap: 14px;
}

.blogi .item1 .date {
  margin-left: auto;
}

.blogi .item2 {
  width: 100%;
  flex: 1;
  min-height: 212px;
  display: flex;
  align-items: stretch;
}

.blogi .item2 + .item2 {
  margin-left: 0;
  margin-top: 0;
}

.blogi .item2-list {
  width: 616px;
  flex: 1;
  height: 448px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blogi .item2 .img {
  width: 220px;
  height: 100%;
  flex: 0 0 220px;
}

.blogi .item2 .content {
  flex: 1;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
}

.blogi .item2 .content-top {
  order: 1;
  justify-content: flex-start;
  gap: 12px;
}

.blogi .item2 .content-middle {
  order: 2;
}

.blogi .item2 .content-middle p {
  min-height: auto;
  margin-top: 18px;
  font-size: 18px;
  line-height: 28px;
}

.blogi .item2 .content-bottom {
  order: 3;
  margin-top: auto;
}

.oemi .title p,
.prosi .title p,
.applicationi .title p,
.abouti .title p,
.servicei .title p,
.blogi .title p {
  color: #3b3b3b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 35px;
  line-height: 48px;
}

.oemi .section1-right p,
.prosi .desc p,
.servicei .section1-right p {
  color: #3b3b3b99;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

.oemi .section2 .content {
  position: absolute;
}

.oemi .section2 .icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ff8530;
  margin-left: 10px;
}

.oemi .section2 .icon svg path {
  stroke: #fff;
}

.prosi .section2-left {
  background: #f6f6f6;
}

.prosi .swiper-slide .content {
  box-sizing: border-box;
}

.prosi .swiper-slide {
  box-sizing: border-box;
}

.applicationi .section1-right {
  border-color: #FF8530;
  color: #fff;
  background: #FF8530;
}

.applicationi .title p {
  color: #fff;
}

.applicationi .section1-right svg path {
  stroke: #fff;
}

.applicationi .section2 .text1 span {
  font-size: 85px;
}

.applicationi .section2 .text2 p {
  padding-left: 0;
  border-left: 0;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.applicationi .section3 span {
  font-size: 40px;
}

.applicationi .section3 p {
  font-size: 30px;
}

.applicationi .prev,
.applicationi .next {
  width: 71px;
  height: 71px;
}

.abouti .section2-left-top span {
  background: none;
  font-size: 24px;
}

.abouti .section2-right .img-wrap:first-child {
  z-index: 2;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.abouti .section2-right .img-wrap:last-child {
  z-index: 1;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.abouti .line2 {
  width: 4px;
  height: 33px;
  background: #0e6334;
}

.abouti .btn {
  border-radius: 36px;
}

.abouti .square {
  position: relative;
  left: auto;
  top: auto;
  margin-left: auto;
}

.factoryi .section1 a {
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.factoryi .section2 {
  border-radius: 16px;
}

.factoryi .section2 > .item > .item {
  border-right: 0;
}

.servicei .section2 .item.item-active .item-left,
.servicei .section2 .item:first-child .item-left,
.servicei .section2 .item:hover .item-left {
  color: #ff8530;
}

.servicei .section2 .item.item-active .item-left p,
.servicei .section2 .item:first-child .item-left p,
.servicei .section2 .item:hover .item-left p {
  color: #ff8530;
  font-family: "Space Mono";
  font-weight: 400;
  font-size: 96px;
  line-height: normal;
}

.blogi .item1 .top {
  background: #ffffff;
  border: 0.6px solid #f6f6f6;
}

.blogi .item1 .top-left p {
  color: #09090b;
}

.blogi .content .tag {
  color: #ffffff;
  background: #004f3b;
}

.blogi .item1 .content-top {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
}

.blogi .item1 .date {
  margin-left: 0;
}

.blogi .item1 .date p {
  color: #09090b;
  font-family: "Space Mono";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.blogi .item1 .content-bottom p {
  color: #09090b;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.blogi .item2 .date p {
  color: #ff8530;
  font-family: "Space Mono";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.blogi .item2 .content-bottom {
  color: #71717a;
}

.blogi .item2 .icon {
  width: 40px;
  height: 40px;
  border: 0.6px solid #e4e4e7;
  box-sizing: border-box;
}

.servicei {
  padding: 70px 0 64px;
}

.servicei .section1 {
  align-items: flex-start;
  margin-bottom: 64px;
}

.servicei .section1-right {
  width: 520px;
  padding-top: 6px;
  text-align: left;
}

.servicei .section2 .item {
  min-height: 184px;
  align-items: center;
  gap: 56px;
  padding-left: 34px;
  border-left: 5px solid transparent;
  background: #ffffff;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.servicei .section2 .item.item-active,

.servicei .section2 .item:hover {
  border-left-color: #ff8530;
  background: #ffffff;
}

.servicei .item-left {
  width: 110px;
  color: #cdcdcd;
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
}

.servicei .item-left p {
  color: #3b3b3b40;
  font-family: "Space Mono";
  font-weight: 400;
  font-size: 96px;
  line-height: normal;
}

.servicei .section2 .item .item-left,
.servicei .section2 .item-active .item-left p,
.servicei .section2 .item:hover .item-left p {
  color: #ff8530;
}

.servicei .text1 p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.servicei .section2 .item.item-active .text1 p,
.servicei .section2 .item:first-child .text1 p,
.servicei .section2 .item:hover .text1 p {
  color: #0e6334;
}

.servicei .text2 p {
  width: 640px;
  max-width: 100%;
  margin-top: 16px;
  font-size: 14px;
  line-height: 26px;
}

.servicei .item-right {
  width: 46px;
  height: 46px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
}

.servicei .section2 .item.item-active .item-right,
.servicei .section2 .item:first-child .item-right,
.servicei .section2 .item:hover .item-right {
  border-color: #0e6334;
  background: #0e6334;
}

.blogi {
  padding: 70px 0 78px;
  background: #f5f7fa;
}

.blogi .section1 {
  align-items: flex-start;
  margin-bottom: 42px;
}

.blogi .section1-right {
  min-width: 162px;
}

.blogi .section2 {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.blogi .item1,
.blogi .item2 {
  width: auto;
  flex: initial;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
}

.blogi .item1 .top {
  height: 38px;
  padding: 0 24px;
  background: #ffffff;
  border: 0.6px solid #f6f6f6;
}

.blogi .item1 .top-left p {
  color: #ff8530;
}

.blogi .item1 .img {
  height: 350px;
}

.blogi .item1 .content {
  padding: 34px 32px 36px;
}

.blogi .item1 .content-middle p {
  margin-top: 26px;
  font-size: 30px;
  line-height: 40px;
}

.blogi .item1 .content-bottom {
  margin-top: 30px;
}

.blogi .item2-list {
  width: auto;
  height: auto;
  flex: initial;
  display: grid;
  gap: 24px;
}

.blogi .item2 {
  min-height: auto;
  display: block;
}

.blogi .item2 + .item2 {
  margin-top: 0;
}

.blogi .item2 .img {
  width: 100%;
  height: 170px;
  flex: none;
}

.blogi .item2 .content {
  padding: 24px 24px 22px;
  display: block;
}

.blogi .item2 .content-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blogi .item2 .content-middle p {
  min-height: 56px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 26px;
}

.blogi .item2 .content-bottom {
  margin-top: 22px;
  color: #71717a;
  text-transform: uppercase;
}

.blogi .item2 .icon {
  width: 32px;
  height: 32px;
  border: 0.6px solid #e4e4e7;
  background: #ffffff;
  box-sizing: border-box;
}

.banner {
  overflow: hidden;
}

.banner .swiper-slide > img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

.banner .swiper-slide.banner-slide-animate > img,
.banner .swiper-slide.banner_slide_active > img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.banner .swiper-slide-content .title,
.banner .swiper-slide-content .desc,
.banner .swiper-slide-content .btn,
.banner .swiper-slide-content .square1,
.banner .swiper-slide-content .middle,
.banner .swiper-slide-content .right {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.banner .swiper-slide-content .square1,
.banner .swiper-slide-content .right {
  transform: translateX(22px);
}

.banner .swiper-slide.banner-slide-animate .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.banner .swiper-slide.banner-slide-animate .desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.22s;
}

.banner .swiper-slide.banner-slide-animate .btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.34s;
}

.banner .swiper-slide.banner-slide-animate .square1,
.banner .swiper-slide.banner-slide-animate .middle,
.banner .swiper-slide.banner-slide-animate .right {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0.42s;
}

.banner a,
.oemi a,
.prosi a,
.applicationi a,
.abouti a,
.factoryi a,
.servicei .section2 .item,
.blogi a,
.blogi .item1,
.blogi .item2,
.section1-right,
.btn,
button,
[role="button"] {
  cursor: pointer;
}

.banner .btn a,
.oemi .section2 .item,
.prosi .section2-left .item,
.prosi .swiper-slide .content,
.applicationi .section1-right,
.abouti .btn,
.factoryi .section1 .icon,
.factoryi .section1 a,
.servicei .section2 .item,
.prosi .section1-right,
.blogi .section1-right,
.blogi .item1,
.blogi .item2,
.blogi .content-bottom,
.blogi .item2 .icon {
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* Keep inline button icons in sync with their text color. */
.prosi .section1-right svg path,
.abouti .btn svg path,
.blogi .section1-right svg path {
  transition: stroke 0.25s ease, fill 0.25s ease;
}

.prosi .section1-right svg path {
  stroke: currentColor;
}

.abouti .btn svg path,
.blogi .section1-right svg path {
  fill: currentColor;
}

.banner .btn1:hover,
.applicationi .section1-right:hover,
.abouti .btn:hover,
.prosi .section1-right:hover,
.blogi .section1-right:hover {
  color: #ffffff;
  background: #0e6334;
  border-color: #0e6334;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(14, 99, 52, 0.22);
}

.banner .btn2:hover {
  color: #ffffff;
  background: #ff8530;
  border-color: #ff8530;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(255, 133, 48, 0.22);
}

.abouti .section2-left-middle p {
  color: #0e6334;
}

.factoryi {
  overflow: visible;
}

.factoryi .section1 .icon {
  cursor: pointer;
}

.factoryi .section1 .icon:hover {
  background: rgba(255, 133, 48, 0.18);
  border-color: #ff8530;
  transform: scale(1.08);
  box-shadow: 0 16px 34px rgba(255, 133, 48, 0.2);
}

.factoryi .section1 .icon:focus-visible {
  outline: 2px solid #ff8530;
  outline-offset: 6px;
}

.factoryi .section2 {
  width: 820px;
  bottom: -10%;
    overflow: hidden;
  border-radius: 16px;
      z-index: 10;
}

.factoryi .section2 > .item {
  background: #0e6334;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
}

.factoryi .section2 > .item > .item {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicei {
  padding-top: 120px;
}

.servicei .section2 .item,
.servicei .section2 .item.item-active,
.servicei .section2 .item:first-child {
  border-left-color: transparent;
  background: #ffffff;
  border-left: 7px solid transparent;
}

.servicei .section2 .item .item-left,
.servicei .section2 .item.item-active .item-left,
.servicei .section2 .item:first-child .item-left,
.servicei .section2 .item .item-left p,
.servicei .section2 .item.item-active .item-left p,
.servicei .section2 .item:first-child .item-left p {
  color: #3b3b3b40;
  font-family: "Space Mono";
  font-weight: 400;
  font-size: 96px;
  line-height: normal;
}

.servicei .section2 .item .text1 p,
.servicei .section2 .item.item-active .text1 p,
.servicei .section2 .item:first-child .text1 p {
  color: var(--idx-ink);
}
.servicei .section2 .item .item-right,
.servicei .section2 .item.item-active .item-right,
.servicei .section2 .item:first-child .item-right {
  border-color: #d8d8d8;
  background: #ffffff;
}

.servicei .section2 .item .item-right path,
.servicei .section2 .item.item-active .item-right path,
.servicei .section2 .item:first-child .item-right path {
  stroke: #3b3b3b;
}

.servicei .section2 .item .item-right svg,
.servicei .section2 .item.item-active .item-right svg,
.servicei .section2 .item:first-child .item-right svg {
  transform: rotate(0);
}

.servicei .section2 .item:hover {
  padding-left: 34px;
  border-left-color: transparent;
  background: #ffffff;
  border-left: 7px solid #FF8530;
}

.servicei .section2 .item:hover .item-left,
.servicei .section2 .item:hover .item-left p {
  color: #ff8530;
}

.servicei .section2 .item:hover .text1 p {
  color: #0e6334;
}

.servicei .section2 .item:hover .item-right {
  border-color: #0e6334;
  background: #0e6334;
}

.servicei .section2 .item:hover .item-right path {
  stroke: #ffffff;
}

.servicei .section2 .item:hover .item-right svg {
  transform: rotate(-45deg);
}



.blogi .content-middle p {
  transition: color 0.25s ease;
}

.blogi .item1:hover,
.blogi .item2:hover {
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(12, 22, 34, 0.12);
}

.blogi .item1:hover .content-middle p,
.blogi .item2:hover .content-middle p {
  color: #ff8530;
}

.blogi .item2:hover .icon {
  background: #ff8530;
  border-color: #ff8530;
  transform: translateX(4px);
}

.blogi .item2:hover .icon path {
  stroke: #ffffff;
}

.factoryVideoPopup {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0.3s ease;
}

.factoryVideoPopup-show {
  z-index: 4000;
  opacity: 1;
  visibility: visible;
}

.factoryVideoPopup-inner {
  position: relative;
  width: min(980px, 88vw);
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #10151d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  transform: scale(0.94);
  transition: transform 0.3s ease;
}

.factoryVideoPopup-show .factoryVideoPopup-inner {
  transform: scale(1);
}

.factoryVideoPopup video,
.factoryVideoPopup-empty {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.factoryVideoPopup video {
  display: block;
  object-fit: contain;
  background: #000000;
}

.factoryVideoPopup-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  text-align: center;
}

.factoryVideoPopup-empty p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.factoryVideoPopup-empty span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 22px;
}

.factoryVideoPopup-close {
  position: absolute;
  right: -16px;
  top: -54px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.factoryVideoPopup-close:hover {
  background: #ff8530;
  transform: rotate(90deg);
}


  .servicei .section2 .item .item-left, .servicei .section2 .item.item-active .item-left, .servicei .section2 .item:first-child .item-left, .servicei .section2 .item .item-left p, .servicei .section2 .item.item-active .item-left p, .servicei .section2 .item:first-child .item-left p {
      min-width: 120px;
  }

@media (max-width: 1280px) {
  #app .inner,
  .banner .swiper-slide-content,
  .applicationi .content {
    width: 94%;
  }
  .applicationi > .swiper > .btn {
    right: 3%;
    margin-right: 0;
  }
  .banner .swiper-slide-content {
    left: 50%;
    width: 94%;
    transform: translateX(-50%);
  }
  .banner {
    margin-top: 60px;
  }

  .banner .title p {
    font-size: 32px;
    line-height: 40px;
  }
  .oemi .title p,
  .prosi .title p,
  .abouti .title p,
  .servicei .title p,
  .blogi .title p {
    font-size: 28px;
    line-height: 38px;
  }
  .applicationi .title p {
    font-size: 28px;
    line-height: 38px;
  }
  .factoryi .section1 .title p {
    font-size: 30px;
    line-height: 40px;
  }

  .oemi .section2 .middle p {
    font-size: 18px;
    line-height: 26px;
  }
  .applicationi .section2 .text1 p {
    font-size: 32px;
    line-height: 44px;
  }
  .servicei .text1 p {
    font-size: 22px;
    line-height: 30px;
  }
  .blogi .item1 .content-middle p {
    font-size: 24px;
    line-height: 34px;
  }
  .blogi .item2 .content-middle p {
    font-size: 15px;
    line-height: 24px;
  }

  .banner .desc p {
    font-size: 15px;
    line-height: 26px;
  }
  .oemi .section1-right p,
  .prosi .desc p,
  .servicei .section1-right p {
    font-size: 13px;
    line-height: 22px;
  }
  .applicationi .section1-middle p {
    font-size: 13px;
    line-height: 24px;
  }
  .oemi .section2 .bottom p {
    font-size: 13px;
    line-height: 22px;
  }
  .applicationi .section2 .text2 p {
    font-size: 18px;
    line-height: 28px;
  }
  .abouti .section2-left-top p {
    font-size: 14px;
    line-height: 26px;
  }
  .factoryi .desc p {
    font-size: 13px;
    line-height: 24px;
  }
  .servicei .text2 p {
    font-size: 13px;
    line-height: 24px;
  }
  .servicei .section2 .item .item-left, .servicei .section2 .item.item-active .item-left, .servicei .section2 .item:first-child .item-left, .servicei .section2 .item .item-left p, .servicei .section2 .item.item-active .item-left p, .servicei .section2 .item:first-child .item-left p {
      color: #3b3b3b40;
      font-family: "Space Mono";
      font-weight: 400;
      font-size: 50px;
      line-height: normal;
      min-width: auto;
  }
  .servicei .section2 .item .item-left,
.servicei .section2 .item.item-active .item-left,
.servicei .section2 .item:first-child .item-left,
.servicei .section2 .item .item-left p,
.servicei .section2 .item.item-active .item-left p,
.servicei .section2 .item:first-child .item-left p {
      color: #3b3b3b40;
      font-family: "Space Mono";
      font-weight: 400;
      font-size: 50px;
      line-height: normal;
}

.servicei .section2 .item.item-active .item-left p, .servicei .section2 .item:first-child .item-left p, .servicei .section2 .item:hover .item-left p{
      color: #3b3b3b40;
      font-family: "Space Mono";
      font-weight: 400;
      font-size: 50px;
      line-height: normal;
}
  .oemi .tag, .prosi .tag, .applicationi .tag,
  .abouti .tag, .servicei .tag, .blogi .tag {
    font-size: 12px;
  }
  .prosi .swiper-slide .content p {
    font-size: 13px;
  }
  .abouti .section2-left-middle p {
    font-size: 14px;
    line-height: 22px;
  }
  .blogi .top-left p,
  .blogi .date p,
  .blogi .content .tag p {
    font-size: 11px;
  }
  .blogi .item2 .content-bottom {
    font-size: 12px;
  }

  .oemi .section2 .top p {
    font-size: 24px;
    line-height: 32px;
  }
  .applicationi .section2 .text1 span {
    font-size: 60px;
  }
  .applicationi .section3 span {
    font-size: 30px;
  }
  .applicationi .section3 p {
    font-size: 22px;
  }
  .servicei .item-left p {
    font-size: 70px;
    line-height: 70px;
  }
  .factoryi .text1 {
    font-size: 22px;
    line-height: 28px;
  }
  .factoryi .text1 span {
    font-size: 28px;
  }

  .banner .btn a {
    font-size: 13px;
  }
  .oemi .section3 p,
  .prosi .section1-right p,
  .applicationi .section1-right p,
  .blogi .section1-right p,
  .abouti .btn p {
    font-size: 12px;
  }

  .applicationi {
    height: 480px;
  }
  .applicationi .section2 .text2 p {
    margin-top: 30px;
  }
  .applicationi .prev,
  .applicationi .next {
    width: 52px;
    height: 52px;
  }
  .factoryi .section2 {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  /* ===== 真正的大标题保持不变 ===== */
  .oemi .title p,
  .prosi .title p,
  .applicationi .title p,
  .abouti .title p,
  .servicei .title p,
  .blogi .title p {
    font-size: 20px;
    line-height: 30px;
  }

  /* ----- 小标题类 16px ----- */
  .oemi .section2 .middle p,
  .prosi .section2-left .text1,
  .applicationi .section2 .text1 p,
  .servicei .text1 p,
  .blogi .content-middle p {
    font-size: 16px;
    line-height: 1.4;
  }

  /* ----- 正文 / 描述类 14px ----- */
  .oemi .section1-right p,
  .prosi .desc p,
  .servicei .section1-right p,
  .applicationi .section1-middle p,
  .oemi .section2 .bottom p,
  .prosi .section2-left .text2,
  .applicationi .section2 .text2 p,
  .abouti .section2-left-top p,
  .abouti .section2-left-middle p,
  .factoryi .desc p,
  .servicei .text2 p,
  .blogi .item1 .content-bottom p,
  .blogi .item2 .content-bottom p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* ----- 小标签 / 辅助文字 12px ----- */
  .oemi .tag p, .prosi .tag p, .applicationi .tag p,
  .abouti .tag p, .servicei .tag p, .blogi .tag p,
  .prosi .swiper-slide .content p,
  .applicationi .section3 p,
  .abouti .btn p,
  .factoryi .text2 p,
  .blogi .top-left p,
  .blogi .date p,
  .blogi .content .tag p {
    font-size: 12px;
    line-height: 1.4;
  }

  /* ----- 数字序号适度缩小但不突兀 ----- */
  .oemi .section2 .top p {
    font-size: 22px;
    line-height: 1.2;
  }
  .servicei .item-left,
  .servicei .item-left p {
    font-size: 40px;
    line-height: 1;
  }
  .applicationi .section3 span {
    font-size: 26px;
  }
  .factoryi .text1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .factoryi .text1 span {
    font-size: 26px;
  }

  /* 按钮文字适当调整 */
  .oemi .section3 p,
  .prosi .section1-right p,
  .applicationi .section1-right p,
  .blogi .section1-right p,
  .abouti .btn p {
    font-size: 13px;
  }

  /* 布局调整部分沿用之前的设置 */
  .banner {
    height: 500px;
  }
  .banner .swiper-slide > img {
    object-position: 58% center;
  }
  .banner .left {
    width: 560px;
  }
  .banner .title p {
    font-size: 30px;
    line-height: 38px;
  }
  .banner .desc {
    width: 520px;
    margin-bottom: 56px;
  }
  .banner .desc p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner .btn a {
    font-size: 14px;
  }

  .oemi .section2 .item {
    /* section2 目前只有两个卡片，平板端按两列等分展示 */
    flex: 0 0 calc((100% - 24px) / 2);
  }
  .oemi .section2 .content {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }

  .prosi .section2 {
    flex-direction: column;
    gap: 20px;
  }
  .prosi .section2-left {
    flex: 0 0 auto;
    flex-direction: row;
    overflow-x: auto;
    padding: 10px;
    gap: 10px;
  }
  .prosi .section2-left .item {
    flex: 0 0 210px;
    height: auto;
    min-width: 200px;
  }
  .prosi .section2-right {
    flex: 0 0 auto;
  }
  .prosi .swiper {
    height: 380px;
  }
  .prosi .swiper-slide {
    width: 170px;
    height: 380px;
    flex-basis: 170px;
    gap: 14px;
  }
  .prosi .swiper-slide .content {
    height: 183px;
    padding: 14px 10px;
  }
  .prosi .swiper-slide .content img {
    width: 110px;
    height: 112px;
  }

  .applicationi {
    height: 500px;
  }
  .applicationi .content {
    padding: 50px 0 60px;
  }
  .applicationi .section1-middle {
    width: 100%;
  }
  .applicationi .section2 {
    width: 100%;
  }

  .abouti .section2 {
    flex-direction: column;
    gap: 34px;
    align-items: center;
  }
  .abouti .section2 > .section2-left {
    width: 100%;
    flex: 0 0 100%;
  }
  .abouti .section2-right {
    width: 100%;
    height: 300px;
    flex: 0 0 auto;
  }
  .abouti .section2-right .img-wrap:first-child {
    width: 70%;
    height: auto;
    max-height: 250px;
  }
  .abouti .section2-right .img-wrap:last-child {
    width: 45%;
    height: auto;
    max-height: 160px;
  }

  .factoryi .section2 {
    width: 94%;
    margin: 0 auto;
  }
  .factoryi .section2 > .item > .item {
    min-height: 90px;
    padding: 16px 18px;
  }

  .servicei .section2 .item {
    gap: 30px;
    min-height: 140px;
    padding-left: 20px;
  }
  .servicei .item-left {
    width: 60px;
  }

  .blogi .section2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blogi .item1 {
    width: 100%;
    flex: 0 0 100%;
  }
  .blogi .item2-list {
    width: 100%;
    height: auto;
  }
  .blogi .item2 {
    flex-direction: row;
  }
  .blogi .item2 .img {
    width: 200px;
    height: auto;
    flex: 0 0 200px;
  }
  .blogi .item2 .content {
    flex: 1;
    padding: 16px 20px;
  }
}

@media (max-width: 768px) {
  /* 大标题 */
  .oemi .title p,
  .prosi .title p,
  .applicationi .title p,
  .abouti .title p,
  .servicei .title p,
  .blogi .title p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }

  /* 小标题 15px */
  .oemi .section2 .middle p,
  .prosi .section2-left .text1,
  .applicationi .section2 .text1 p,
  .servicei .text1 p,
  .blogi .content-middle p {
    font-size: 15px;
  }

  /* 正文 13px */
  .oemi .section1-right p,
  .prosi .desc p,
  .servicei .section1-right p,
  .applicationi .section1-middle p,
  .oemi .section2 .bottom p,
  .prosi .section2-left .text2,
  .applicationi .section2 .text2 p,
  .abouti .section2-left-top p,
  .abouti .section2-left-middle p,
  .factoryi .desc p,
  .servicei .text2 p,
  .blogi .item1 .content-bottom p,
  .blogi .item2 .content-bottom p {
    font-size: 13px;
  }

  /* 小标签 11px */
  .oemi .tag p, .prosi .tag p, .applicationi .tag p,
  .abouti .tag p, .servicei .tag p, .blogi .tag p,
  .prosi .swiper-slide .content p,
  .applicationi .section3 p,
  .abouti .btn p,
  .factoryi .text2 p,
  .blogi .top-left p,
  .blogi .date p,
  .blogi .content .tag p {
    font-size: 11px;
  }

  /* 数字序号 */
  .oemi .section2 .top p {
    font-size: 20px;
  }
  .servicei .item-left,
  .servicei .item-left p {
    font-size: 28px;
    line-height: 1;
  }
  .applicationi .section3 span {
    font-size: 22px;
  }
  .factoryi .text1 {
    font-size: 18px;
  }
  .factoryi .text1 span {
    font-size: 22px;
  }

  /* 按钮文字 */
  .oemi .section3 p,
  .prosi .section1-right p,
  .applicationi .section1-right p,
  .blogi .section1-right p,
  .abouti .btn p {
    font-size: 12px;
  }

  /* 通用间距和布局 */
  .oemi,
  .prosi,
  .abouti,
  .servicei,
  .blogi {
    padding: 46px 0;
  }
  .oemi .section1,
  .prosi .section1,
  .applicationi .section1,
  .servicei .section1,
  .blogi .section1 {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .oemi .section1-right,
  .prosi .desc,
  .servicei .section1-right,
  .applicationi .section1-middle,
  .applicationi .section2 {
    width: 100%;
  }
  .prosi .desc {
    margin-top: 0;
  }

  .banner {
    height: 260px;
  }
  .banner .swiper-slide::after {
    background: linear-gradient(90deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.42) 58%, rgba(255,255,255,0.05) 100%);
  }
  .banner .swiper-slide-content {
    width: 94%;
    padding-top: 0px;
    align-items: center;
  }
  .banner .left {
    width: 72%;
    padding-left: 0;
  }
  .banner .title p {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .banner .desc {
    width: 100%;
    margin: 10px 0 0;
    gap: 8px;
  }
  .banner .desc .line {
    width: 3px;
    height: 42px;
    display: none ;
  }
  .banner .desc p {
    font-size: 12px;
    line-height: 20px;
    display: none;
  }
  .banner .btn {
    margin-top: 14px;
    gap: 8px;
    flex-wrap: nowrap;
    display: none;
  }
  .banner .btn a {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
  .banner .btn svg {
    width: 14px;
    height: 14px;
  }
  .banner .right,
  .banner .middle,
  .banner .square1,
  .banner .square2 {
    display: none;
  }
  .oemi > img:first-child {
      position: absolute;
      right: auto;
      left: 50%;
      top: 0%;
      width: 700px;
      opacity: 0.75;
      transform: translateX(-50%);
      pointer-events: none;
}
  .oemi .section2 {
    flex-direction: column;
    gap: 10px;
  }
  .oemi .section2 .item {
    flex: 0 0 auto;
    height: 320px;
  }
  .oemi .section2 .icon {
    width: 30px;
    height: 30px;
  }
  .prosi .section1 {
      margin-bottom: 10px;
  }
  .prosi .section2-left {
    flex-direction: column;
    overflow-x: visible;
    padding: 10px 0;
  }
  .prosi .section2-left .item {
    flex: 0 0 auto;
    width: 100%;
    padding: 10px;
  }
  .prosi .swiper {
    height: 340px;
  }
  .prosi .swiper-slide {
    width: 156px;
    height: 340px;
    flex-basis: 156px;
    gap: 12px;
  }
  .prosi .swiper-slide .content {
    height: 164px;
    padding: 12px 8px;
  }
  .prosi .swiper-slide .content img {
    width: 100px;
    height: 104px;
  }

  .applicationi {
    height: 400px;
  }

  .applicationi .inner{
    gap: 20px;
  }

  .applicationi .content {
    padding: 40px 0 60px;
  }

  .applicationi .section2 .text1 span {
    font-size: 20px;
  }
  .applicationi > .swiper > .btn {
        left: auto;
        right: 3%;
        bottom: 20px;
  }
  .applicationi .prev, .applicationi .next {
    width: 30px;
    height: 30px;
  }
  .applicationi .prev svg, .applicationi .next svg {
    width: 20px;
    height: 20px;
  }
  .applicationi .section2 {
    width: 100%;
  }
  .applicationi .section2 .text2 p{
      margin-top: 10px;
      line-height: 25px;
  }
  .abouti .section1 {
    align-items: flex-start;
    text-align: left;
  }
  .abouti > img{
    display: none;
  }
  .abouti .section2 {
    margin-top: 24px;
  }
  .abouti .section2-left-top span {
    font-size: 18px;
}
  .abouti .section2-right {
    height: 260px;
  }
  .abouti .section2-right .img-wrap:first-child {
    width: 82%;
    height: auto;
    max-height: 220px;
  }
  .abouti .section2-right .img-wrap:last-child {
    width: 48%;
    height: auto;
    max-height: 140px;
  }
  .abouti .section2-left-middle {
    gap: 10px;
}
  .abouti .line2 {
    height: 25px;
  }
  .abouti .square {
    left: 130px;
    top: -14px;
    width: 70px;
    height: 45px;
  }

  .factoryi {
    height: auto;
    min-height: 480px;
    padding: 60px 0;
    overflow: hidden;
  }
  .factoryi .section2 {
    width: 100%;
    bottom: 0;
    position: relative;
    margin-top: 20px;
  }

  .factoryi .section2 > .item {
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
  }
  .factoryi .section2 > .item > .item {
    flex: 0 0 50%;
    min-height: 80px;
    padding: 14px 16px;
  }

  .servicei {
    padding-top: 46px;
  }
  .servicei .section2 .item {
    align-items: flex-start;
    gap: 14px;
    padding: 22px 0;
    min-height: auto;
  }
  .servicei .item-left {
    width: 46px;
  }
  .servicei .text2 p {
    margin-top: 8px;
  }
  .servicei .item-right {
    width: 34px;
    height: 34px;
  }
  .servicei .section1 {
    margin-bottom: 20px;
}
  .servicei .section1 {
      margin-bottom: 20px;
  }
.servicei .section2 .item, .servicei .section2 .item.item-active, .servicei .section2 .item:first-child{
  padding-left: 0px;
}
.servicei .section2 .item .item-left, .servicei .section2 .item.item-active .item-left, .servicei .section2 .item:first-child .item-left, .servicei .section2 .item .item-left p, .servicei .section2 .item.item-active .item-left p, .servicei .section2 .item:first-child .item-left p {
    font-size: 30px;
    line-height: normal;
}
  .servicei .section2 .item .item-left,
.servicei .section2 .item.item-active .item-left,
.servicei .section2 .item:first-child .item-left,
.servicei .section2 .item .item-left p,
.servicei .section2 .item.item-active .item-left p,
.servicei .section2 .item:first-child .item-left p {
    font-size: 30px;
    line-height: normal;
}
.servicei .section2 .item.item-active .item-left p, .servicei .section2 .item:first-child .item-left p, .servicei .section2 .item:hover .item-left p{
      font-size: 30px;
    line-height: normal;
}
.servicei .section2 .item:hover {
  padding-left: 0px;
}
.blogi .section1 {
    margin-bottom: 20px;
}
  .blogi .item1 .img {
    height: 220px;
  }
  .blogi .item1 .content {
    padding: 20px 18px;
  }
  .blogi .item1 .content-middle p {
    min-height: 56px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
}
  .blogi .item2 {
    flex-direction: column;
  }
  .blogi .item2 .img {
    width: 100%;
    height: 180px;
    flex: 0 0 auto;
  }
  .blogi .item2 .content {
    padding: 16px;
  }
  .blogi .item2 .content-middle p {
    min-height: auto;
  }

  .factoryVideoPopup {
    padding: 20px;
  }
  .factoryVideoPopup-close {
    right: 0;
  }
}

@media (max-width: 480px) {
  /* 大标题 */
  .oemi .title p,
  .prosi .title p,
  .applicationi .title p,
  .abouti .title p,
  .servicei .title p,
  .blogi .title p {
    font-size: 18px;
    line-height: 26px;
  }

  /* 小标题 */
  .oemi .section2 .middle p,
  .prosi .section2-left .text1,
  .applicationi .section2 .text1 p,
  .servicei .text1 p,
  .blogi .content-middle p {
    font-size: 14px;
  }

  /* 正文 */
  .oemi .section1-right p,
  .prosi .desc p,
  .servicei .section1-right p,
  .applicationi .section1-middle p,
  .oemi .section2 .bottom p,
  .prosi .section2-left .text2,
  .applicationi .section2 .text2 p,
  .abouti .section2-left-top p,
  .abouti .section2-left-middle p,
  .factoryi .desc p,
  .servicei .text2 p,
  .blogi .item1 .content-bottom p,
  .blogi .item2 .content-bottom p {
    font-size: 12px;
  }

  /* 小标签 */
  .oemi .tag p, .prosi .tag p, .applicationi .tag p,
  .abouti .tag p, .servicei .tag p, .blogi .tag p,
  .prosi .swiper-slide .content p,
  .applicationi .section3 p,
  .abouti .btn p,
  .factoryi .text2 p,
  .blogi .top-left p,
  .blogi .date p,
  .blogi .content .tag p {
    font-size: 10px;
  }

  /* 数字序号 */
  .oemi .section2 .top p {
    font-size: 18px;
  }
  .servicei .item-left,
  .servicei .item-left p {
    font-size: 24px;
  }
  .applicationi .section3 span {
    font-size: 18px;
  }
  .applicationi .section3 p {
    font-size: 16px;
  }
  .factoryi .text1 {
    font-size: 16px;
  }
  .factoryi .text1 span {
    font-size: 20px;
  }

  /* 按钮文字 */
  .oemi .section3 p,
  .prosi .section1-right p,
  .applicationi .section1-right p,
  .blogi .section1-right p,
  .abouti .btn p {
    font-size: 11px;
  }

  /* 布局微调 */
  .banner {
    height: 225px;
  }
  .banner .left {
    width: 78%;
  }
  .banner .title p {
    font-size: 20px;
    line-height: 27px;
  }
  .banner .desc p {
    font-size: 11px;
    line-height: 18px;
    display: none;
  }
  .banner .btn a {
    width: auto;
    min-width: 78px;
    font-size: 11px;
  }
  .banner .btn svg {
    width: 12px;
    height: 12px;
  }

  .oemi .section2 .item {
    height: 280px;
  }
  .oemi .section2 .content {
    left: 14px;
    right: 14px;
    bottom: 16px;
  }

  .prosi .swiper {
    height: 300px;
  }
  .prosi .swiper-slide {
    width: 140px;
    height: 300px;
    flex-basis: 140px;
    gap: 10px;
  }
  .prosi .swiper-slide .content {
    height: 145px;
    padding: 10px 6px;
  }
  .prosi .swiper-slide .content img {
    width: 90px;
    height: 94px;
  }

  .abouti .section2-right {
    height: 220px;
  }
  .abouti .section2-right .img-wrap:first-child {
    width: 80%;
    max-height: 180px;
  }
  .abouti .section2-right .img-wrap:last-child {
    width: 50%;
    max-height: 120px;
  }

  .factoryi {
    padding-bottom: 60px;
  }
  .factoryi .section1 .title p {
    font-size: 24px;
    line-height: 34px;
  }
  .factoryi .section2 > .item > .item {
    flex: 0 0 100%;
    min-height: 70px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .servicei .section2 .item {
    gap: 10px;
    padding: 16px 0;
  }
  .servicei .item-left {
    width: 40px;
  }

  .blogi .item1 .img {
    height: 180px;
  }
  .blogi .item2 .img {
    height: 160px;
  }
}
.prosi .section2-right {
  min-width: 0;
  flex: 142 1 0;
  overflow: hidden;
}

.prosi .section2-right .swiper {
  height: 440px;
  padding: 0 12px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.prosi .section2-right .swiper::-webkit-scrollbar {
  width: 3px;
}

.prosi .section2-right .swiper::-webkit-scrollbar-track {
  background: #ffd9c2;
  border-radius: 3px;
}

.prosi .section2-right .swiper::-webkit-scrollbar-thumb {
  background: #ff8530;
  border-radius: 3px;
}

.prosi .section2-right .swiper-wrapper {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  transform: none !important;
}

.prosi .section2-right .swiper-slide {
  width: auto !important;
  height: 211px !important;
  flex: none;
  margin: 0 !important;
  display: block;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.prosi .section2-right .swiper-slide .content {
  width: 100%;
  height: 100%;
}

.prosi .section2-right .swiper-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .prosi .section2-right {
    flex: 0 0 auto;
  }

  .prosi .section2-right .swiper {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .prosi .section2-right .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .prosi .section2-right .swiper {
    height: 360px;
  }

  .prosi .section2-right .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}
/* ========== servicei 响应式优化 ========== */

/* 平板设备 (≤1024px) */
@media (max-width: 1024px) {
  .servicei .section2 .item {
    gap: 24px;
  }
  .servicei .text2 p {
    width: auto;
    max-width: 100%;
    word-break: break-word;
  }
}

/* 手机横屏 / 小屏 (≤768px) */
@media (max-width: 768px) {
  .servicei .section2 .item {
    flex-wrap: wrap;
    gap: 0px;
    padding: 10px 0;
    min-height: auto;
    border-bottom: 1px solid var(--idx-line);
  }

  /* 序号区域：保持左侧显示，宽度自适应 */
  .servicei .item-left {
    width: auto;
    flex: 0 0 auto;
  }

  /* 中间内容区域：独占一行，保证文本完整换行 */
  .servicei .item-middle {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
  }

  /* 右侧箭头：移到右上角（与序号同行） */
  .servicei .item-right {
    order: 1;
    margin-left: auto;
    flex-shrink: 0;
  }

  /* 标题文字大小调整 */
  .servicei .text1 p {
    font-size: 18px;
    line-height: 1.4;
  }

  /* 描述文本强制换行 + 全宽 */
  .servicei .text2 p {
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-top: 12px;
  }

  /* 左右间距微调 */
  .servicei .section1 {
    margin-bottom: 32px;
  }
}

/* 手机竖屏 (≤480px) */
@media (max-width: 480px) {
  .servicei .section2 .item {
    gap: 12px;
    padding: 20px 0;
  }

  .servicei .text1 p {
    font-size: 16px;
  }

  .servicei .text2 p {
    font-size: 13px;
    line-height: 1.5;
  }

  .servicei .item-left p {
    font-size: 28px !important;
    line-height: 1.2;
  }

  .servicei .item-right {
    width: 32px;
    height: 32px;
  }

  .servicei .item-right svg {
    width: 18px;
    height: 18px;
  }

  .servicei .section1-right {
    width: auto;
  }
    .oemi > img{
        display: none;
    }
    #app { display: flex; flex-direction: column; }
    .prosi { order: 1; }
    .oemi { order: 2; }
    .applicationi,
    .abouti,
    .factoryi,
    .servicei,
    .blogi,
    #app > :nth-last-child(-n + 2) { order: 3; }
}
.servicei .section2 .item:first-child:hover {
  padding-right: 0 !important;
}
.banner .middle .line,
.banner .middle .dot {
  animation: verticalMove 1.5s ease-in-out infinite;
}

/* 优化后的垂直移动关键帧，更顺滑且无突变 */
@keyframes verticalMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.factoryi .section1 .icon {
  animation: breathe 10s ease-in-out infinite;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 133, 48, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 133, 48, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 133, 48, 0);
  }
}
