.intro {
  width: 100%;
  position: relative;
  top: -150px;
  z-index: 50;
}
.intro .inner {
  display: flex;
  flex-direction: column;
}
.intro .inner .section1 {
  width: 100%;
  padding: 32px 74px;
  border-radius: 16px;
  border: 3px solid rgba(243, 244, 249, 0.45);
  background-image: url(../img/process/intro-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 48px;
}
.intro .inner .section1 .section1-left {
  width: 65%;
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.intro .inner .section1 .section1-left .section1-left-top {
  overflow: hidden;
  width: 100%;
  padding: 19px 0;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  justify-content: space-evenly;
}
.intro .inner .section1 .section1-left .section1-left-top img {
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.intro .inner .section1 .section1-left .section1-left-top img:hover {
  transform: scale(1.05);
}
.intro .inner .section1 .section1-left .section1-left-bottom {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}
.intro .inner .section1 .section1-right {
  width: 33%;
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.intro .inner .section1 .section1-right .section1-right-top {
  width: 100%;
  padding: 35px 0 20px 0;
  border-radius: 8px;
  background: #015caf;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.intro .inner .section1 .section1-right .section1-right-top .btn1 {
  border-radius: 0px 8px 0px 8px;
  background: #ffcc48;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 13px 38px;
}
.intro .inner .section1 .section1-right .section1-right-top .btn1 p {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
.intro .inner .section1 .section1-right .section1-right-top .btn1 svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.intro .inner .section1 .section1-right .section1-right-top .btn1:hover svg {
  transform: rotateY(360deg);
}
.intro .inner .section1 .section1-right .section1-right-top .section1-right-top-bottom {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.intro .inner .section1 .section1-right .section1-right-top .section1-right-top-bottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  z-index: 1;
}
.intro .inner .section1 .section1-right .section1-right-top .section1-right-top-bottom .item .img {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 63px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .inner .section1 .section1-right .section1-right-top .section1-right-top-bottom .item .img svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.intro .inner .section1 .section1-right .section1-right-top .section1-right-top-bottom .item p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.intro .inner .section1 .section1-right .section1-right-top .section1-right-top-bottom .item:hover svg {
  transform: rotateY(360deg);
}
.intro .inner .section1 .section1-right .section1-right-top .section1-right-top-bottom::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 10%;
  width: 80%;
  height: 1px;
  border-top: 1px dashed #cccccc;
}
.intro .inner .section1 .section1-right .section1-right-bottom {
  padding: 10px 33px;
  border-radius: 8px;
  background: #015caf;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.intro .inner .section1 .section1-right .section1-right-bottom p {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
.intro .inner .section1 .section1-right .section1-right-bottom svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.intro .inner .section1 .section1-right .section1-right-bottom:hover svg {
  transform: rotateY(360deg);
}
.intro .inner .section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
}
.intro .inner .section2 .title {
  text-align: center;
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.intro .inner .section2 .line {
  width: 143px;
  height: 4px;
  background: #015caf;
}
.intro .inner .section3 {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.intro .inner .section3 .section3-left {
  width: 60%;
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
}
.intro .inner .section3 .section3-left .text {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
.intro .inner .section3 .section3-left .text span {
  font-weight: 700;
}
.intro .inner .section3 .section3-left .btn2 {
  display: flex;
  justify-content: center;
  gap: 76px;
}
.intro .inner .section3 .section3-left .btn2 a {
  gap: 10px;
  padding: 17px 79px;
  border-radius: 8px;
  background: #015caf;
  display: flex;
  align-items: center;
}
.intro .inner .section3 .section3-left .btn2 a p {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
.intro .inner .section3 .section3-left .btn2 a svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.intro .inner .section3 .section3-left .btn2 a:hover svg {
  transform: rotateY(360deg);
}
.intro .inner .section3 .section3-right {
  width: 38%;
  border-radius: 10px;
  overflow: hidden;
}
.intro .inner .section3 .section3-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.intro .inner .section3 .section3-right img:hover {
  transform: scale(1.05);
}
.step {
  width: 100%;
  background-image: url(../img/process/intro-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.step .inner {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  padding: 65px 0;
}
.step .inner .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}
.step .inner .section1 .title {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.step .inner .section1 .line {
  width: 143px;
  height: 4px;
  background: #015caf;
}
.step .inner .section2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}
.step .inner .section2 .swiper-wrapper {
  width: 100%;
}
.step .inner .section2 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .top {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .top img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .top img:hover {
  transform: scale(1.05);
}
.step .inner .section2 .swiper-wrapper .swiper-slide .top::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(47, 156, 255, 0.64) 100%);
  opacity: 0;
  transition: 0.5s;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .bottom {
  padding: 26px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 8px 8px 8px rgba(0, 0, 0, 0.5), inset -8px -8px 8px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: 0.5s;
  min-height: 400px;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .bottom .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.step .inner .section2 .swiper-wrapper .swiper-slide .bottom .title svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .bottom .title p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .bottom .desc {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .bottom .desc .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.step .inner .section2 .swiper-wrapper .swiper-slide .bottom .desc .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.step .inner .section2 .swiper-wrapper .swiper-slide:hover .bottom .title svg {
  transform: rotateY(360deg);
}
.step .inner .section2 .swiper-wrapper .swiper-slide:hover .top::after {
  opacity: 1;
  transition: 0.5s;
}
.step .inner .section2 .swiper-wrapper .swiper-slide:hover .bottom {
  background: rgba(1, 92, 175, 0.67);
  box-shadow: none;
}
.step .inner .section2 .swiper-wrapper .swiper-slide-active .top::after {
  opacity: 1;
  transition: 0.5s;
}
.step .inner .section2 .swiper-wrapper .swiper-slide-active .bottom {
  background: rgba(1, 92, 175, 0.67);
  box-shadow: none;
}
.step .inner .section3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.step .inner .section3 .prev,
.step .inner .section3 .next {
  width: 66px;
  min-width: 66px;
  max-width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ffcc48;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.step .inner .section3 .swiper2 {
  width: 18%;
  min-width: 288px;
}
.step .inner .section3 .swiper2 .swiper-wrapper .swiper-slide {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.step .inner .section3 .swiper2 .swiper-wrapper .swiper-slide .dot {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.step .inner .section3 .swiper2 .swiper-wrapper .first-thumb-active {
  border: 1px solid #015caf;
}
.step .inner .section3 .swiper2 .swiper-wrapper .first-thumb-active .dot {
  background: #015caf;
  border: 1px solid rgba(0, 0, 0, 0);
}
.material {
  width: 100%;
}
.material .inner {
  display: flex;
  flex-direction: column;
  padding: 65px 0;
}
.material .inner .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}
.material .inner .section1 .title {
  text-align: center;
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.material .inner .section1 .line {
  width: 143px;
  height: 4px;
  background: #015caf;
}
.material .inner .section2 {
  width: 100%;
  padding-bottom: 65px;
}
.material .inner .section2 .swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.material .inner .section2 .swiper-wrapper .swiper-slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid transparent;
  transition: 0.5s;
  cursor: pointer;
}
.material .inner .section2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.material .inner .section2 .swiper-wrapper .swiper-slide .text1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.material .inner .section2 .swiper-wrapper .swiper-slide-thumb-active {
  border: 3px solid #4d8ec8;
}
.material .inner .section3 {
  width: 100%;
  overflow: hidden;
}
.material .inner .section3 .swiper-wrapper {
  width: 100%;
}
.material .inner .section3 .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-left {
  width: 40%;
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-left img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-left:hover img {
  transform: scale(1.05);
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right {
  width: 58%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-top {
  display: flex;
  flex-direction: column;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-top .text2 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-top .text3 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-line {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: #000000;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-bottom {
  display: flex;
  flex-direction: column;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-bottom .content {
  display: flex;
  flex-direction: column;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-bottom .content .text2 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-bottom .content .text3 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-bottom .btn {
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  gap: 50px;
}
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-bottom .btn .prev,
.material .inner .section3 .swiper-wrapper .swiper-slide .section3-right .section3-right-bottom .btn .next {
  width: 49px;
  height: 49px;
  border-radius: 34px;
  background: #015caf;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.equipment {
  width: 100%;
  background: #f3f4f9;
}
.equipment .inner {
  width: 90%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
  right: -5%;
}
.equipment .inner .section1 {
  width: 100%;
  height: 470px;
  display: flex;
  margin-bottom: 44px;
}
.equipment .inner .section1 .section1-left {
  width: 27%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.equipment .inner .section1 .section1-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.equipment .inner .section1 .section1-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.equipment .inner .section1 .section1-left .desc {
  color: #666666;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.equipment .inner .section1 .section1-right {
  width: 73%;
}
.equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide {
  height: 235px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide .img {
  height: 90%;
  overflow: hidden;
  margin-right: 5px;
}
.equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide p {
  width: 110px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-decoration-line: underline;
  text-underline-offset: 30%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  position: absolute;
  bottom: 0%;
  left: 0;
}
.equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(odd) {
  align-items: flex-end;
  position: relative;
  top: 50%;
}
.equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(even) {
  align-items: flex-start;
  position: relative;
}
.equipment .inner .section2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.equipment .inner .section2 .prev,
.equipment .inner .section2 .next {
  width: 49px;
  height: 49px;
  border-radius: 34px;
  background: #015caf;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.casePC {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.casePC .inner {
  width: 90%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 72px 0;
  position: relative;
  right: -5%;
}
.casePC .inner .section1 {
  width: 12%;
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.casePC .inner .section1 .item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid transparent;
}
.casePC .inner .section1 .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}
.casePC .inner .section1 .item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(1, 92, 175, 0.45), rgba(1, 92, 175, 0.45));
  opacity: 0;
  transition: 0.5s;
}
.casePC .inner .section1 .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
  z-index: 1;
}
.casePC .inner .section1 .item-active {
  border: 3px solid #015caf;
}
.casePC .inner .section1 .item-active::after {
  opacity: 0.7;
}
.casePC .inner .section1 .item-active p {
  font-weight: 700;
}
.casePC .inner .section2 {
  width: 85%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 50px;
}
.casePC .inner .section2 .section2-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.casePC .inner .section2 .section2-top .section2-top-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.casePC .inner .section2 .section2-top .section2-top-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.casePC .inner .section2 .section2-top .section2-top-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.casePC .inner .section2 .section2-top .section2-top-left .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.casePC .inner .section2 .section2-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.casePC .inner .section2 .section2-bottom .swiper-wrapper {
  width: 100%;
}
.casePC .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide {
  width: 261px !important;
  height: 209px;
  border-radius: 12px;
  border: 1px solid rgba(23, 73, 153, 0.12);
  background: #f3f4f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 0 7px 0;
}
.casePC .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img {
  width: 80%;
  height: 80%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.casePC .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.05);
}
.casePC .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.caseMobile {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  display: none;
}
.caseMobile .inner {
  padding: 72px 0;
}
.caseMobile .inner .section2 {
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 50px;
}
.caseMobile .inner .section2 .section2-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.caseMobile .inner .section2 .section2-top .section2-top-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.caseMobile .inner .section2 .section2-top .section2-top-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.caseMobile .inner .section2 .section2-top .section2-top-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.caseMobile .inner .section2 .section2-top .section2-top-left .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
}
.caseMobile .inner .section2 .section2-middle {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}
.caseMobile .inner .section2 .section2-middle .item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid transparent;
}
.caseMobile .inner .section2 .section2-middle .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}
.caseMobile .inner .section2 .section2-middle .item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(1, 92, 175, 0.45), rgba(1, 92, 175, 0.45));
  opacity: 0;
  transition: 0.5s;
}
.caseMobile .inner .section2 .section2-middle .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
  z-index: 1;
}
.caseMobile .inner .section2 .section2-middle .item-active {
  border: 3px solid #015caf;
}
.caseMobile .inner .section2 .section2-middle .item-active::after {
  opacity: 0.7;
}
.caseMobile .inner .section2 .section2-middle .item-active p {
  font-weight: 700;
}
.caseMobile .inner .section2 .section2-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.caseMobile .inner .section2 .section2-bottom .swiper-wrapper {
  width: 100%;
}
.caseMobile .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide {
  width: 261px;
  height: 209px;
  border-radius: 12px;
  border: 1px solid rgba(23, 73, 153, 0.12);
  background: #f3f4f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 0 7px 0;
}
.caseMobile .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img {
  width: 80%;
  height: 80%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.caseMobile .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.05);
}
.caseMobile .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.FAQ .inner .section1 .section1-right {
  background: #f3f4f9;
}
.FAQ .inner .section1 .section1-right .section1-right-top .item-active {
  background: #fff;
}
.FAQ .inner .section1 .section1-right.expanded {
  background: #f3f4f9 !important;
}
.FAQ .inner .section1 .section1-right.expanded .section1-right-top .item-active {
  background: #fff !important;
  margin-bottom: 10px;
}
.flow {
  background: #fff;
}
@media only screen and (max-width: 1280px) {
  .intro {
    top: -100px;
  }
  .intro .inner .section1 {
    padding: 32px 40px;
  }
  .intro .inner .section3 .section3-left .btn2 {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  .intro .inner .section3 .section3-left .btn2 a {
    width: calc((100% - 50px)/2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0;
  }
  .step .inner .section2 .swiper-wrapper .swiper-slide .bottom {
    min-height: 450px;
  }
  .material .inner .section2 .swiper-wrapper .swiper-slide .text1 {
    font-size: 14px;
  }
  .equipment .inner {
    width: 100% !important;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 72px 0;
    position: relative;
    right: -7%;
  }
  .casePC .inner {
    width: 100% !important;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 72px 0;
    position: relative;
    right: -7%;
  }
}
@media only screen and (max-width: 900px) {
  .intro {
    top: 0px;
  }
  .intro .inner {
    padding: 0 0 40px 0;
  }
  .intro .inner .section1 {
    flex-wrap: wrap;
    gap: 20px;
  }
  .intro .inner .section1 .section1-left {
    width: 100%;
    gap: 10px;
  }
  .intro .inner .section1 .section1-right {
    width: 100%;
    gap: 10px;
  }
  .intro .inner .section3 {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .intro .inner .section3 .section3-left {
    width: 100%;
    gap: 10px;
  }
  .intro .inner .section3 .section3-right {
    width: 100%;
    height: 300px;
  }
  .step .inner .section2 .swiper-wrapper .swiper-slide .bottom {
    padding: 20px;
    min-height: 400px;
  }
  .material .inner .section2 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    row-gap: 15px;
  }
  .material .inner .section2 .swiper-wrapper .swiper-slide {
    width: 60% !important;
  }
  .material .inner .section3 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 20px;
  }
  .material .inner .section3 .swiper-wrapper .swiper-slide .section3-left {
    width: 100%;
    height: 300px !important;
  }
  .material .inner .section3 .swiper-wrapper .swiper-slide .section3-right {
    width: 100%;
    min-height: 330px;
  }
  .equipment .inner .section1 {
    flex-direction: column;
    gap: 20px;
  }
  .equipment .inner {
    width: 100% !important;
    right: -5%;
  }
  .equipment .inner .section1 {
    height: 360px;
    margin-bottom: 0;
  }
  .equipment .inner .section1 .section1-left {
    width: 100%;
  }
  .equipment .inner .section1 .section1-left .desc {
    width: 70%;
  }
  .equipment .inner .section1 .section1-right {
    width: 100%;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(odd) {
    height: 235px;
    align-items: flex-start;
    flex-direction: column;
    top: 0;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(even) {
    height: 235px;
    align-items: flex-start;
    flex-direction: column;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:first-child p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(2) p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(3) p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(4) p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(5) p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(6) p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(7) p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide:nth-child(8) p {
    bottom: 0%;
    right: 0;
    left: 1%;
    top: auto;
  }
  .casePC {
    display: none;
  }
  .caseMobile {
    display: block;
  }
  .caseMobile .inner .section2 {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .intro .inner .section1 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .intro .inner .section1 .section1-left .section1-left-top img:nth-child(3) {
    display: none;
  }
  .intro .inner .section2 {
    gap: 0px;
    margin-bottom: 20px;
  }
  .intro .inner .section2 .title {
    font-size: 20px;
  }
  .intro .inner .section3 .section3-left .text {
    font-size: 15px;
    line-height: 30px;
  }
  .intro .inner .section3 .section3-left .btn2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
  }
  .step .inner {
    padding: 40px 0;
  }
  .step .inner .section1 {
    gap: 0px;
    margin-bottom: 20px;
  }
  .step .inner .section1 .title {
    font-size: 20px;
  }
  .step .inner .section2 .swiper-wrapper .swiper-slide .bottom .title p {
    font-size: 16px;
  }
  .step .inner .section3 {
    gap: 25px;
  }
  .step .inner .section3 .prev,
  .step .inner .section3 .next {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .step .inner .section3 .prev svg,
  .step .inner .section3 .next svg {
    width: 25px;
    height: 25px;
  }
  .step .inner .section3 .swiper2 {
    min-width: 220px;
  }
  .material .inner {
    padding: 40px 0;
  }
  .material .inner .section1 {
    gap: 0px;
    margin-bottom: 20px;
  }
  .material .inner .section1 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .material .inner .section2 {
    padding-bottom: 20px;
  }
  .material .inner .section2 .swiper-wrapper {
    row-gap: 10px;
  }
  .material .inner .section2 .swiper-wrapper .swiper-slide {
    width: 90% !important;
  }
  .equipment .inner {
    padding: 40px 0;
  }
  .equipment .inner .section1 .section1-left .title svg {
    height: 25px;
  }
  .equipment .inner .section1 .section1-left .title p {
    font-size: 20px;
    line-height: 25px;
  }
  .equipment .inner .section1 .section1-left .desc {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
  }
  .caseMobile .inner {
    padding: 40px 0;
  }
  .caseMobile .inner .section2 .section2-top .section2-top-left .title svg {
    height: 25px;
  }
  .caseMobile .inner .section2 .section2-top .section2-top-left .title p {
    font-size: 20px;
    line-height: 30px;
  }
  .caseMobile .inner .section2 .section2-top .section2-top-left .desc {
    line-height: 20px;
  }
  .caseMobile .inner .section2 .section2-middle {
    height: 63px;
  }
  .caseMobile .inner .section2 .section2-middle .item {
    height: 100%;
  }
  .caseMobile .inner .section2 .section2-middle .item p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 521px) {
  .intro .inner .section1 .section1-left .section1-left-top img:nth-child(2) {
    display: none;
  }
  .intro .inner .section3 .section3-right {
    height: auto;
  }
  .intro .inner .section3 .section3-left .btn2 a {
    width: 100%;
    padding: 15px 0;
  }
  .step .inner .section2 .swiper-wrapper .swiper-slide .bottom {
    padding: 20px;
    min-height: 450px;
  }
  .step .inner .section3 {
    gap: 10px;
  }
  .step .inner .section3 .swiper2 {
    min-width: 180px;
  }
  .material .inner .section2 .swiper-wrapper .swiper-slide {
    width: 95% !important;
  }
  .material .inner .section3 .swiper-wrapper .swiper-slide .section3-right {
    width: 100%;
    min-height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .equipment .inner .section1 .section1-right .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
}
@media screen and (max-width: 431px) {
  .material .inner .section3 .swiper-wrapper .swiper-slide .section3-left {
    width: 100%;
    height: auto !important;
  }
  .material .inner .section3 .swiper-wrapper .swiper-slide .section3-right {
    width: 100%;
    min-height: 370px;
  }
}
