#app {
  background-color: #f8fafc;
}
.banner {
  width: 100%;
}
.banner .swiper {
  width: 100%;
  overflow: hidden;
}
.banner .swiper .swiper-wrapper {
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 4;
  transition: all 1.4s ease;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1440px;
  height: 60%;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .tag {
  width: fit-content;
  padding: 5px 13px;
  border-radius: 52px;
  background: rgba(235, 110, 33, 0.3);
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 24px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .tag p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .tag .line {
  width: 1px;
  height: 9px;
  border: 1px solid #ffffff;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 24px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .title span {
  color: #eb6e21;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .desc {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 {
  width: fit-content;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 30px 28px;
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 70px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 .item .text1 {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 43px;
  line-height: 36px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 .item .text2 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #aeaeae;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 75px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 .btn {
  padding: 6px 15px;
  border-radius: 100px;
  backdrop-filter: blur(19.6px);
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 .btn .icon {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 .btn1 {
  background: #eb6e21;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 .btn1 .icon {
  background: #ffffff;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 .btn2 {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 .btn2 .icon {
  background: #eb6e21;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section4 .item {
  width: 53px;
  height: 4px;
  border-radius: 9px;
  background: #cfcfcf;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section4 .item-active {
  width: 88px;
  height: 8px;
  border-radius: 9px;
  background: #eb6e21;
}
.banner .swiper .swiper-wrapper .swiper-slide-active img {
  opacity: 1;
  z-index: 21;
  transition: all 1.2s ease 0.5s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.oemi {
  width: 100%;
  position: relative;
  top: -85px;
  z-index: 1;
}
.oemi .back {
  width: 100%;
  height: 85px;
  border-radius: 64px 64px 0px 0px;
  background: #f8fafc;
}
.oemi .inner {
  display: flex;
  justify-content: space-between;
}
.oemi .inner .section1 {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.oemi .inner .section1 .tag {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 30px;
}
.oemi .inner .section1 .tag .left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.oemi .inner .section1 .tag .left .icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ffedd4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oemi .inner .section1 .tag .left p {
  color: #171717;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.oemi .inner .section1 .tag .right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.oemi .inner .section1 .tag .right .line {
  width: 48px;
  height: 1px;
  background: #ff6900;
}
.oemi .inner .section1 .tag .right p {
  color: #ff6900;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.oemi .inner .section1 .title {
  color: #171717;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 55px;
}
.oemi .inner .section1 .title span {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, #ff6900 0%, #ff8904 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.oemi .inner .section1 .text1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 78px;
}
.oemi .inner .section1 .btn {
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #eb6e21;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oemi .inner .section1 .btn .text2 {
  width: calc(100% - 27px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.oemi .inner .section1 .btn .icon {
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #eb6e21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oemi .inner .section2 {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.oemi .inner .section2 .item1 {
  width: 100%;
  padding: 20px 32px;
  border-radius: 24px;
  border-bottom: 3px solid rgba(235, 110, 33, 0.9);
  background: #ffffff;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: space-between;
}
.oemi .inner .section2 .item1 .img {
  width: 43%;
  border-radius: 24px;
  overflow: hidden;
}
.oemi .inner .section2 .item1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.oemi .inner .section2 .item1 .img img:hover {
  transform: scale(1.05);
}
.oemi .inner .section2 .item1 .content {
  width: 57%;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.oemi .inner .section2 .item1 .content .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.oemi .inner .section2 .item1 .content .title .icon {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(235, 110, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.oemi .inner .section2 .item1 .content .title p {
  color: #0f172b;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.oemi .inner .section2 .item1 .content .desc {
  color: #62748e;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}
.oemi .inner .section2 .item1:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.oemi .inner .section2 .item2 {
  width: calc((100% - 30px) / 2);
  padding: 17px 12px;
  border-radius: 24px;
  border-bottom: 3px solid rgba(235, 110, 33, 0.9);
  background: #ffffff;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
}
.oemi .inner .section2 .item2 .img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.oemi .inner .section2 .item2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.oemi .inner .section2 .item2 .img img:hover {
  transform: scale(1.05);
}
.oemi .inner .section2 .item2 .content {
  width: 100%;
  padding: 10px 17px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.oemi .inner .section2 .item2 .content .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.oemi .inner .section2 .item2 .content .title .icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(235, 110, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.oemi .inner .section2 .item2 .content .title p {
  color: #0f172b;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.oemi .inner .section2 .item2 .content .desc {
  color: #62748e;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
.oemi .inner .section2 .item2:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.proi {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
  padding: 0 0 100px 0;
  margin-top: 100px;
}
.proi .section1 {
  position: relative;
  z-index: 2;
}
.proi .section1 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .section1 .inner .section1-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.proi .section1 .inner .section1-left .tag {
  display: flex;
  align-items: center;
}
.proi .section1 .inner .section1-left .tag .icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ffedd4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.proi .section1 .inner .section1-left .tag p {
  color: #171717;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-right: 26px;
}
.proi .section1 .inner .section1-left .tag .line {
  width: 48px;
  height: 1px;
  background: #ff6900;
}
.proi .section1 .inner .section1-left .title {
  color: #171717;
  font-family: Inter;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
}
.proi .section1 .inner .section1-left .title span {
  color: #f54900;
}
.proi .section1 .inner .section1-right {
  width: fit-content;
  min-width: 190px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #eb6e21;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .section1 .inner .section1-right .text {
  width: calc(100% - 27px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.proi .section1 .inner .section1-right .icon {
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #eb6e21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .section2 {
  position: relative;
  z-index: 2;
}
.proi .section2 .inner {
  width: 90%;
}
.proi .section2 .inner .swiper {
  width: 100%;
  position: relative;
}
.proi .section2 .inner .swiper .swiper-button-next {
  left: auto;
  right: 150px;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .section2 .inner .swiper .swiper-button-next::after {
  display: none;
}
.proi .section2 .inner .swiper .swiper-wrapper {
  width: 100%;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
  background: #9b9b9b;
  position: relative;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .title .line {
  width: 48px;
  height: 1px;
  background: #ff6900;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .title p {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .text2 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
}
.proi .section2 .inner .swiper .swiper-button-prev {
  left: 150px;
  right: auto;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ff6900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .section2 .inner .swiper .swiper-button-prev::after {
  display: none;
}
.proi .section3 {
  position: relative;
  z-index: 2;
}
.proi .section3 .inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.proi .section3 .inner .section3-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.proi .section3 .inner .section3-left .section3-left-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.proi .section3 .inner .section3-left .section3-left-top .item {
  width: 100%;
  height: 50px !important;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.proi .section3 .inner .section3-left .section3-left-top .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proi .section3 .inner .section3-left .section3-left-top .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  transition: 0.5s;
}
.proi .section3 .inner .section3-left .section3-left-top .item .content p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}
.proi .section3 .inner .section3-left .section3-left-top .item .content .icon {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eb6e21;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: 0.5s;
  cursor: pointer;
}
.proi .section3 .inner .section3-left .section3-left-top .item-active {
  height: 350px !important;
}
.proi .section3 .inner .section3-left .section3-left-top .item-active .content {
  align-items: flex-end;
  padding: 35px 20px;
}
.proi .section3 .inner .section3-left .section3-left-top .item-active .content p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.proi .section3 .inner .section3-left .section3-left-top .item-active .content .icon {
  display: flex;
}
.proi .section3 .inner .section3-left .section3-left-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
.proi .section3 .inner .section3-left .section3-left-bottom .prev svg {
  transform: rotate(180deg);
}
.proi .section3 .inner .section3-right {
  width: 68%;
}
.proi .section3 .inner .section3-right .swiper {
  width: 100%;
  position: relative;
}
.proi .section3 .inner .section3-right .swiper .swiper-scrollbar {
  width: 100%;
  height: 6px;
  background: #979797;
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.proi .section3 .inner .section3-right .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #212121;
  border-radius: 13px;
  height: 100%;
  cursor: pointer;
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper {
  height: 100%;
  padding-top: 42px;
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  padding: 25px 25px 35px 25px;
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #fafafa;
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper .swiper-slide .item .img img:hover {
  transform: scale(1.05);
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper .swiper-slide .item .text1 {
  color: #171717;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.proi .section3 .inner .section3-right .swiper .swiper-wrapper .swiper-slide .item .text2 {
  color: #62748e;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.proi .section4 {
  position: relative;
  z-index: 2;
  display: none;
}
.proi .section4 .inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.proi .section4 .inner .section4-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .section4 .inner .section4-top .prev {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  cursor: pointer;
}
.proi .section4 .inner .section4-top .prev svg {
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
}
.proi .section4 .inner .section4-top .next {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  cursor: pointer;
}
.proi .section4 .inner .section4-top .next svg {
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
}
.proi .section4 .inner .section4-top .swiper {
  width: calc(100% - 100px);
}
.proi .section4 .inner .section4-top .swiper .swiper-wrapper {
  width: 100%;
}
.proi .section4 .inner .section4-top .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 50px !important;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.proi .section4 .inner .section4-top .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proi .section4 .inner .section4-top .swiper .swiper-wrapper .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  transition: 0.5s;
}
.proi .section4 .inner .section4-top .swiper .swiper-wrapper .swiper-slide .content p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  transition: 0.5s;
}
.proi .section4 .inner .section4-bottom {
  width: 100%;
}
.proi .section4 .inner .section4-bottom .swiper {
  width: 100%;
  position: relative;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-scrollbar {
  width: 100%;
  height: 6px;
  background: #979797;
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #212121;
  border-radius: 13px;
  height: 100%;
  cursor: pointer;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper {
  height: 100%;
  padding-top: 30px;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  padding: 17px 12px;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #fafafa;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item .img img:hover {
  transform: scale(1.05);
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item .text1 {
  color: #171717;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item .text2 {
  color: #62748e;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.proi::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url(../img/index/proi-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transition: 0.5s;
}
.abouti {
  width: 100%;
  position: relative;
  padding: 50px 0 200px 0;
}
.abouti .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.abouti .inner .section1 {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.abouti .inner .section1 .section1-top {
  display: flex;
  flex-direction: column;
}
.abouti .inner .section1 .section1-top .tag {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.abouti .inner .section1 .section1-top .tag .icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 105, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.abouti .inner .section1 .section1-top .tag p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin-right: 26px;
}
.abouti .inner .section1 .section1-top .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 33px;
}
.abouti .inner .section1 .section1-top .title span {
  color: #f54900;
}
.abouti .inner .section1 .section1-top .desc {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.abouti .inner .section1 .section1-top .desc span {
  font-weight: 700;
  font-size: 22px;
}
.abouti .inner .section1 .section1-middle {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.abouti .inner .section1 .section1-middle .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.abouti .inner .section1 .section1-middle .item .dot {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6900;
}
.abouti .inner .section1 .section1-middle .item p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.abouti .inner .section1 .section1-bottom {
  width: fit-content;
  min-width: 160px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #eb6e21;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.abouti .inner .section1 .section1-bottom .text {
  width: calc(100% - 27px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f47920;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.abouti .inner .section1 .section1-bottom .icon {
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #eb6e21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section2 {
  position: absolute;
  top: 34px;
  right: 0;
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.abouti .inner .section2 .section2-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
.abouti .inner .section2 .section2-top .item {
  width: 50%;
  height: auto !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 33px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 8px;
}
.abouti .inner .section2 .section2-top .item .item-top {
  display: flex;
  align-items: self-end;
  gap: 14px;
}
.abouti .inner .section2 .section2-top .item .item-top .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}
.abouti .inner .section2 .section2-top .item .item-top .text2 {
  color: #ff8904;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.abouti .inner .section2 .section2-top .item .item-bottom {
  color: #a1a1a1;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.abouti .inner .section2 .section2-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.abouti .inner .section2 .section2-bottom .item {
  width: 100%;
  height: 188px;
  border-radius: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.abouti .inner .section2 .section2-bottom .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .inner .section2 .section2-bottom .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 20px;
  padding: 23px 37px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.abouti .inner .section2 .section2-bottom .item .content .item-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.abouti .inner .section2 .section2-bottom .item .content .item-left .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.abouti .inner .section2 .section2-bottom .item .content .item-left .text2 {
  color: #d4d4d4;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.abouti .inner .section2 .section2-bottom .item .content .item-right {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 18454920px;
  background: #ff6900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section2 .section2-bottom .item .content .item-right svg {
  transition: 0.5s;
}
.abouti .inner .section2 .section2-bottom .item:hover img {
  transform: scale(1.05);
}
.abouti .inner .section2 .section2-bottom .item:hover .content svg {
  transform: rotate(-45deg);
}
.abouti::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  transform: rotate(4.242313deg) scale(1, 0.999391) skew(1.998784deg, 0deg);
  background: url(../img/index/abouti-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transition: 0.5s;
}
.servicei {
  width: 100%;
  height: 1000px;
  position: relative;
  padding: 50px 0 0 0;
}
.servicei .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.servicei .inner .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.servicei .inner .section1 .tag {
  display: flex;
  align-items: center;
  gap: 12px;
}
.servicei .inner .section1 .tag .line {
  width: 48px;
  height: 1px;
  background: #ff6900;
}
.servicei .inner .section1 .tag .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ffedd4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicei .inner .section1 .tag p {
  color: #171717;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.servicei .inner .section1 .title {
  color: #171717;
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}
.servicei .inner .section1 .title span {
  color: #f54900;
}
.servicei .inner .section2 {
  position: relative;
  width: 100%;
  height: 500px;
  display: block;
  overflow: hidden;
}
.servicei .inner .section2 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  border-radius: 24px;
  border-left: 6px solid #ff6900;
  background: #fafafa;
  box-shadow: 0px 3px 12.6px 5px rgba(0, 0, 0, 0.14);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  opacity: 1;
  will-change: transform;
}
.servicei .inner .section2 .item:nth-child(1) {
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
}
.servicei .inner .section2 .item:nth-child(2) {
  z-index: 2;
  transform: translate(-50%, -50%);
}
.servicei .inner .section2 .item:nth-child(3) {
  z-index: 3;
  transform: translate(-50%, -50%);
}
.servicei .inner .section2 .item .num1 {
  position: absolute;
  top: -50%;
  left: 40%;
  color: rgba(255, 105, 0, 0.05);
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 277px;
}
.servicei .inner .section2 .item .item-left {
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.servicei .inner .section2 .item .item-left .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.servicei .inner .section2 .item .item-left .title .num2 {
  color: #ff6900;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 60px;
}
.servicei .inner .section2 .item .item-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.servicei .inner .section2 .item .item-left .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.servicei .inner .section2 .item .item-left .tag {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.servicei .inner .section2 .item .item-left .tag .one {
  display: flex;
  align-items: center;
  gap: 10px;
}
.servicei .inner .section2 .item .item-left .tag .one .dot {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eb6e21;
  box-shadow: 0px 0px 8px #eb6e21;
}
.servicei .inner .section2 .item .item-left .tag .one p {
  color: #1d293d;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.servicei .inner .section2 .item .item-right {
  width: 34%;
  border-radius: 12px;
  overflow: hidden;
}
.servicei .inner .section2 .item .item-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.servicei .inner .section2 .item .item-right img:hover {
  transform: scale(1.05);
}
.servicei .inner .section3 {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: none;
}
.servicei .inner .section3 .item {
  width: 100%;
  border-radius: 24px;
  border-left: 6px solid #ff6900;
  background: #fafafa;
  box-shadow: 0px 3px 12.6px 5px rgba(0, 0, 0, 0.14);
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.servicei .inner .section3 .item .num1 {
  position: absolute;
  top: -40%;
  left: 40%;
  color: rgba(255, 105, 0, 0.05);
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 170px;
}
.servicei .inner .section3 .item .item-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.servicei .inner .section3 .item .item-left .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.servicei .inner .section3 .item .item-left .title .num2 {
  color: #ff6900;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
}
.servicei .inner .section3 .item .item-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.servicei .inner .section3 .item .item-left .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.servicei .inner .section3 .item .item-left .tag {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.servicei .inner .section3 .item .item-left .tag .one {
  display: flex;
  align-items: center;
  gap: 10px;
}
.servicei .inner .section3 .item .item-left .tag .one .dot {
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #eb6e21;
  box-shadow: 0px 0px 4px #eb6e21;
}
.servicei .inner .section3 .item .item-left .tag .one p {
  color: #1d293d;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.servicei .inner .section3 .item .item-right {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
}
.servicei .inner .section3 .item .item-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.servicei .inner .section3 .item .item-right img:hover {
  transform: scale(1.05);
}
.servicei .inner .section4 {
  width: fit-content;
  min-width: 160px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #171c1c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servicei .inner .section4 .text {
  width: calc(100% - 27px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.servicei .inner .section4 .icon {
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #eb6e21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicei::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url(../img/index/servicei-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transition: 0.5s;
}
.servicei-circ {
  width: 120%;
  height: 190px;
  transform: rotate(4.209089deg);
  border-top: 4px solid rgba(255, 255, 255, 0.1);
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
  background: #0f172b;
  position: relative;
  left: -10%;
  overflow: hidden;
  z-index: 2;
}
.servicei-circ .marquee-track {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  width: max-content;
  animation: marqueeScroll 40s linear infinite;
}
.servicei-circ .marquee-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.servicei-circ .marquee-item .dot {
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
}
.servicei-circ .marquee-item p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  white-space: nowrap;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.blogi {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 50px 0 0 0;
}
.blogi .section1 {
  width: 100%;
}
.blogi .section1 .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.blogi .section1 .inner .section1-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blogi .section1 .inner .section1-left .tag {
  display: flex;
  align-items: center;
}
.blogi .section1 .inner .section1-left .tag .icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ffedd4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.blogi .section1 .inner .section1-left .tag p {
  color: #171717;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-right: 26px;
}
.blogi .section1 .inner .section1-left .tag .line {
  width: 48px;
  height: 1px;
  background: #ff6900;
}
.blogi .section1 .inner .section1-left .title {
  color: #171717;
  font-family: Inter;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
}
.blogi .section1 .inner .section1-left .title span {
  color: #f54900;
}
.blogi .section1 .inner .section1-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.blogi .section1 .inner .section1-right .prev,
.blogi .section1 .inner .section1-right .next {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-radius: 100px;
  border: 1px solid #eb6e21;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blogi .section2 {
  width: 100%;
}
.blogi .section2 .swiper {
  width: 100%;
}
.blogi .section2 .swiper .swiper-wrapper {
  width: 100%;
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide .img img:hover {
  transform: scale(1.05);
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide .content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide .content .tag {
  border-radius: 16777200px;
  background: #000000;
  padding: 4px 24px;
  color: #d4d4d8;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide .content .date {
  color: #71717b;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.blogi .section2 .swiper .swiper-wrapper .swiper-slide .title {
  color: #000000;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 32.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.blogi .section3 {
  width: fit-content;
  min-width: 160px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #171c1c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogi .section3 .text {
  width: calc(100% - 27px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.blogi .section3 .icon {
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #eb6e21;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 {
    margin-bottom: 40px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .banner {
    margin-top: 75px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    width: 85%;
    height: 70%;
    justify-content: space-between;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .tag {
    margin-bottom: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 {
    margin-bottom: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 {
    padding: 25px;
    margin-bottom: 40px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 .item .text1 {
    font-size: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 {
    margin-bottom: 40px;
  }
  .oemi .inner .section1 .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;
  }
  .oemi .inner .section1 .tag .left p {
    font-size: 25px;
  }
  .oemi .inner .section1 .text1 {
    margin-bottom: 60px;
  }
  .proi .section1 .inner .section1-left .tag p {
    font-size: 25px;
  }
  .proi .section1 .inner .section1-left .title {
    font-size: 35px;
    line-height: 45px;
  }
  .proi .section2 .inner .swiper .swiper-button-prev {
    left: 70px;
  }
  .proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content {
    width: 60%;
  }
  .proi .section2 .inner .swiper .swiper-button-next {
    right: 70px;
  }
  .abouti .inner .section1 .section1-top .tag p {
    font-size: 25px;
  }
  .abouti .inner .section1 .section1-top .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .abouti .inner .section2 .section2-top .item .item-top .text1 {
    font-size: 30px;
  }
  .servicei .inner .section1 {
    gap: 0px;
  }
  .servicei .inner .section1 .tag p {
    font-size: 25px;
  }
  .servicei .inner .section1 .title {
    font-size: 30px;
  }
  .blogi .section1 .inner .section1-left {
    gap: 0px;
  }
  .blogi .section1 .inner .section1-left .tag p {
    font-size: 25px;
  }
  .blogi .section1 .inner .section1-left .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    width: 90%;
    justify-content: space-between;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .title {
    font-size: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section2 {
    display: none;
  }
  .oemi {
    top: -50px;
  }
  .oemi .back {
    height: 50px;
  }
  .oemi .inner .section1 .tag {
    gap: 5px;
  }
  .oemi .inner .section1 .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .oemi .inner .section1 .text1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .banner {
    margin-top: 60px;
    z-index: 100;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .tag {
    margin-bottom: 0px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .title {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 .btn {
    font-size: 15px;
  }
  .oemi .inner {
    flex-direction: column;
    gap: 20px;
  }
  .oemi .inner .section1 {
    width: 100%;
  }
  .oemi .inner .section1 .tag {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .oemi .inner .section1 .tag .left .icon {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .oemi .inner .section1 .tag .left .icon svg {
    width: 20px;
    height: 20px;
  }
  .oemi .inner .section1 .tag .left p {
    font-size: 18px;
  }
  .oemi .inner .section1 .title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .oemi .inner .section1 .text1 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .oemi .inner .section1 .btn {
    padding: 8px;
  }
  .oemi .inner .section2 {
    width: 100%;
    gap: 20px;
  }
  .oemi .inner .section2 .item1 .content .title .icon {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .oemi .inner .section2 .item1 .content .title p {
    font-size: 16px;
    line-height: 28px;
  }
  .oemi .inner .section2 .item1 .content .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .oemi .inner .section2 .item2 .content .title p {
    font-size: 16px;
    line-height: 28px;
  }
  .oemi .inner .section2 .item2 .content .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .proi {
    gap: 20px;
  }
  .proi .section1 .inner .section1-left {
    gap: 5px;
  }
  .proi .section1 .inner .section1-left .tag .icon {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .proi .section1 .inner .section1-left .tag .icon svg {
    width: 20px;
    height: 20px;
  }
  .proi .section1 .inner .section1-left .tag p {
    font-size: 18px;
    line-height: 36px;
    margin-right: 12px;
  }
  .proi .section1 .inner .section1-left .title {
    font-size: 20px;
    line-height: normal;
  }
  .proi .section1 .inner .section1-right {
    padding: 8px;
  }
  .proi .section2 .inner .swiper .swiper-button-prev {
    left: 20px;
  }
  .proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content {
    width: 75%;
  }
  .proi .section2 .inner .swiper .swiper-button-next {
    right: 20px;
  }
  .proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .title p {
    font-size: 18px;
  }
  .proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .text2 {
    font-size: 16px;
  }
  .proi .section2 .inner .swiper .swiper-button-prev {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .proi .section2 .inner .swiper .swiper-button-prev svg {
    width: 20px;
    height: 20px;
  }
  .proi .section2 .inner .swiper .swiper-button-next {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .proi .section2 .inner .swiper .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }
  .proi .section3 {
    display: none;
  }
  .proi .section4 {
    display: flex;
  }
  .proi .section4 .inner .section4-top .swiper .prev,
  .proi .section4 .inner .section4-top .swiper .next {
    pointer-events: auto;
  }
  .proi .section4 .inner .section4-bottom .swiper .swiper-wrapper {
    padding-top: 15px;
  }
  .proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide {
    gap: 10px;
  }
  .abouti .inner {
    flex-direction: column;
    gap: 20px;
  }
  .abouti .inner .section1 {
    width: 100%;
    gap: 20px;
  }
  .abouti .inner .section1 .section1-top .tag {
    margin-bottom: 0px;
  }
  .abouti .inner .section1 .section1-top .tag .icon {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .abouti .inner .section1 .section1-top .tag .icon svg {
    width: 20px;
    height: 20px;
  }
  .abouti .inner .section1 .section1-top .tag p {
    font-size: 18px;
  }
  .abouti .inner .section1 .section1-top .title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .abouti .inner .section1 .section1-top .desc {
    font-size: 15px;
    line-height: 25px;
  }
  .abouti .inner .section1 .section1-top .desc span {
    font-size: 17px;
  }
  .abouti .inner .section1 .section1-middle {
    gap: 10px;
  }
  .abouti .inner .section1 .section1-middle .item p {
    font-size: 16px;
    line-height: normal;
  }
  .abouti .inner .section1 .section1-bottom {
    padding: 8px;
  }
  .abouti .inner .section2 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    gap: 20px;
  }
  .abouti .inner .section2 .section2-top {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
  }
  .abouti .inner .section2 .section2-top .item {
    width: calc((100% - 10px) / 2);
    padding: 20px;
    gap: 0px;
  }
  .abouti .inner .section2 .section2-top .item .item-top {
    gap: 5px;
  }
  .abouti .inner .section2 .section2-top .item .item-top .text1 {
    font-size: 22px;
    line-height: normal;
  }
  .abouti .inner .section2 .section2-top .item .item-top .text2 {
    font-size: 16px;
  }
  .abouti .inner .section2 .section2-bottom {
    gap: 10px;
  }
  .abouti .inner .section2 .section2-bottom .item {
    height: 150px;
  }
  .abouti .inner .section2 .section2-bottom .item .content {
    padding: 20px;
    gap: 10px;
  }
  .abouti .inner .section2 .section2-bottom .item .content .item-left {
    gap: 0px;
  }
  .abouti .inner .section2 .section2-bottom .item .content .item-left .text1 {
    font-size: 16px;
  }
  .abouti .inner .section2 .section2-bottom .item .content .item-left .text2 {
    font-size: 13px;
  }
  .abouti .inner .section2 .section2-bottom .item .content .item-right {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .abouti .inner .section2 .section2-bottom .item .content .item-right svg {
    width: 20px;
    height: 20px;
  }
  .servicei {
    height: fit-content;
    padding: 50px 0;
  }
  .servicei .inner {
    gap: 20px;
  }
  .servicei .inner .section1 .tag {
    gap: 8px;
  }
  .servicei .inner .section1 .tag .icon {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .servicei .inner .section1 .tag .icon svg {
    width: 20px;
    height: 20px;
  }
  .servicei .inner .section1 .tag p {
    font-size: 18px;
  }
  .servicei .inner .section1 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .servicei .inner .section2 {
    display: none;
  }
  .servicei .inner .section3 {
    display: flex;
  }
  .servicei .inner .section4 {
    padding: 8px;
  }
  .servicei-circ {
    height: 70px;
  }
  .servicei-circ .marquee-track {
    gap: 15px;
  }
  .servicei-circ .marquee-item {
    gap: 15px;
  }
  .servicei-circ .marquee-item .dot {
    width: 8px;
    min-width: 8px;
    max-width: 8px;
    height: 8px;
  }
  .servicei-circ .marquee-item p {
    font-size: 16px;
  }
  .blogi {
    gap: 20px;
  }
  .blogi .section1 .inner .section1-left .tag .icon {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .blogi .section1 .inner .section1-left .tag p {
    font-size: 18px;
    margin-right: 10px;
  }
  .blogi .section1 .inner .section1-left .title {
    font-size: 20px;
    line-height: 30px;
  }
  .blogi .section1 .inner .section1-right {
    gap: 20px;
  }
  .blogi .section1 .inner .section1-right .prev,
  .blogi .section1 .inner .section1-right .next {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .blogi .section1 .inner .section1-right .prev svg,
  .blogi .section1 .inner .section1-right .next svg {
    width: 15px;
  }
  .blogi .section2 .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
    gap: 10px;
  }
  .blogi .section2 .swiper .swiper-wrapper .swiper-slide .content {
    gap: 10px;
  }
  .blogi .section2 .swiper .swiper-wrapper .swiper-slide .content .tag {
    padding: 4px 12px;
  }
  .blogi .section2 .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    line-height: 20px;
  }
  .blogi .section3 {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .proi {
    padding: 0;
  }
  .abouti {
    padding: 40px 0;
  }
  .servicei {
    padding: 40px 0;
  }
  .blogi {
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 641px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .title {
    font-size: 20px;
    line-height: normal;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section3 {
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section4 {
    gap: 6px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section4 .item {
    width: 30px;
    height: 2px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section4 .item-active {
    width: 40px;
    height: 4px;
  }
}
@media screen and (max-width: 521px) {
  .proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section1 .tag {
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .section4 {
    display: none;
  }
  .servicei .inner .section4 {
    width: 100%;
  }
  .oemi {
    top: -25px;
  }
  .oemi .back {
    height: 25px;
  }
  .oemi .inner .section2 .item1 {
    padding: 17px 12px;
    flex-direction: column;
  }
  .oemi .inner .section2 .item1 .img {
    width: 100%;
    height: 150px;
  }
  .oemi .inner .section2 .item1 .content {
    width: 100%;
    padding: 10px 0px;
  }
  .oemi .inner .section2 .item2 {
    width: 100%;
  }
  .oemi .inner .section2 .item2 .img {
    height: 150px;
  }
  .oemi .inner .section2 .item2 .content {
    padding: 10px 0px;
  }
  .proi .section1 .inner .section1-right {
    display: none;
  }
  .proi .section2 .inner .swiper .swiper-wrapper .swiper-slide {
    height: 350px;
  }
  .proi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content {
    width: calc(100% - 120px);
    padding: 20px 0;
  }
  .proi .section4 .inner .section4-bottom .swiper .swiper-wrapper .swiper-slide .item {
    height: auto;
  }
  .blogi .section3 {
    width: 95%;
  }
  .abouti .inner .section1 .section1-bottom {
    width: 100%;
  }
  .blogi .section1 .inner .section1-right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #app {
    display: flex;
    flex-direction: column;
  }
  .proi {
    order: 1;
  }
  .oemi {
    order: 2;
  }
  .abouti,
  .servicei,
  .servicei-circ,
  .blogi,
  .contacti,
  .footer {
    order: 3;
  }
  .proi {
    margin-top: 20px;
  }
  .proi .section1 {
    order: 1;
  }
  .proi .section4 {
    order: 2;
  }
  .proi .section2 {
    order: 3;
  }
  .oemi .back {
    display: none;
  }
  .oemi {
    top: 0px;
    padding: 60px 0;
  }
  .oemi .inner .section1 .tag .right {
    display: none;
  }
  .abouti {
    padding: 40px 0 150px 0;
  }
  .servicei {
    padding: 0 0 40px 0;
  }
  .blogi .section1 .inner .section1-left .tag .line {
    display: none;
  }
}
