.banner {
  width: 100%;
  height: auto;
  position: relative;
}
.banner .swiper {
  width: 100%;
}
.banner .swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  z-index: 50;
  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 .content {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 10%;
  top: 30%;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .title {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 29px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 60px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 15px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 4px 4px 10px #bcbcbc, inset -4px -4px 10px #ffffff;
  backdrop-filter: saturate(90%) blur(2.6px);
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: 0.5s;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn p {
  color: #015caf;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn svg {
  min-width: 24px;
  max-width: 24px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn:hover {
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn:hover svg {
  transform: rotateY(360deg);
}
.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;
}
.banner .swiper-pagination {
  position: absolute;
  left: 10% !important;
  bottom: 20% !important;
  display: flex;
  gap: 80px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.banner .swiper-pagination .swiper-pagination-bullet .num {
  opacity: 0;
  transition: 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet .dot {
  transition: 0.5s;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
}
.banner .swiper-pagination .swiper-pagination-bullet-active .num {
  opacity: 1;
  transition: 0.5s;
  text-align: center;
  color: #015caf;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active .dot {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #015caf;
  background: #ffcc48;
}
.banner .swiper-pagination::before {
  content: '';
  position: absolute;
  width: 200px;
  top: 75%;
  transform: translateY(-50%);
  height: 1px;
  background: #f9f9f9;
  z-index: 1;
  pointer-events: none;
}
.banner .banner-back {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.banner .banner-back::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #ffffff;
  border-radius: 50%;
}
.processi {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  position: relative;
  top: -40px;
  z-index: 2;
}
.processi .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
}
.processi .inner .section1 .title {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 4px;
}
.processi .inner .section1 .line {
  width: 94px;
  height: 4px;
  border-radius: 2px;
  background: #015caf;
  margin-bottom: 18px;
}
.processi .inner .section1 .text1 {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
}
.processi .inner .section1 .text2 {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.processi .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.processi .inner .section2 .item {
  width: 32%;
  padding: 235px 0 27px 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.5s;
}
.processi .inner .section2 .item .text3 {
  padding: 5px 22px;
  border-radius: 35px;
  background: rgba(1, 92, 175, 0.59);
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  max-width: 90%;
}
.processi .inner .section2 .item .text4 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
}
.processi .inner .section2 .item:hover {
  border-radius: 0px 0px 0px 0px;
}
.processi .inner .section2 .item1 {
  background-image: url(../img/index/processi-back1.png);
  border-radius: 34px 0px 34px 0px;
}
.processi .inner .section2 .item2 {
  background-image: url(../img/index/processi-back2.png);
  border-radius: 0px 34px 0px 34px;
}
.processi .inner .section2 .item2 .text3 {
  background: rgba(255, 204, 72, 0.59);
}
.processi .inner .section2 .item3 {
  background-image: url(../img/index/processi-back3.png);
  border-radius: 34px 0px 34px 0px;
}
.processi .inner .section3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  margin-bottom: 75px;
}
.processi .inner .section3 .btn {
  padding: 14px 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.processi .inner .section3 .btn1 {
  background: #ffcc48;
  color: #202020;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.processi .inner .section3 .btn2 {
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.proiPC {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.proiPC .inner {
  width: 90%;
  max-width: 1440px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 28px 0 72px 0;
  position: relative;
  right: -5%;
}
.proiPC .inner .section1 {
  width: 15%;
  height: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.proiPC .inner .section1 .proi-button-prev,
.proiPC .inner .section1 .proi-button-next {
  cursor: pointer;
}
.proiPC .inner .section1 .swiper {
  height: 330px;
  overflow: hidden;
}
.proiPC .inner .section1 .swiper .swiper-wrapper .swiper-slide {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 1;
}
.proiPC .inner .section1 .swiper .swiper-wrapper .swiper-slide .dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d1d5dc;
  transition: 0.5s;
}
.proiPC .inner .section1 .swiper .swiper-wrapper .swiper-slide .dot .dot1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #99a1af;
  transition: 0.5s;
}
.proiPC .inner .section1 .swiper .swiper-wrapper .swiper-slide p {
  color: #4a5565;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
}
.proiPC .inner .section1 .swiper .swiper-wrapper .active-custom .dot {
  background: #015caf;
  border: 2px solid #ffcc48;
}
.proiPC .inner .section1 .swiper .swiper-wrapper .active-custom .dot .dot1 {
  background: #ffffff;
}
.proiPC .inner .section1 .swiper .swiper-wrapper .active-custom p {
  color: #101828;
  font-weight: 500;
}
.proiPC .inner .section1 .swiper .swiper-wrapper::before {
  content: '';
  position: absolute;
  width: 2px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 500%;
  background: #ffcc48;
  z-index: 1;
  pointer-events: none;
}
.proiPC .inner .section2 {
  width: 85%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
}
.proiPC .inner .section2 .section2-top {
  width: 87%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proiPC .inner .section2 .section2-top .section2-top-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.proiPC .inner .section2 .section2-top .section2-top-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.proiPC .inner .section2 .section2-top .section2-top-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.proiPC .inner .section2 .section2-top .section2-top-left .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.proiPC .inner .section2 .section2-top .section2-top-right {
  display: flex;
  align-items: center;
  min-width: 148px;
}
.proiPC .inner .section2 .section2-top .section2-top-right p {
  min-width: 108px;
  text-align: center;
  padding: 4px 22px;
  border-radius: 100px;
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.proiPC .inner .section2 .section2-top .section2-top-right .icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background: #174999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proiPC .inner .section2 .section2-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.proiPC .inner .section2 .section2-bottom .swiper-wrapper {
  width: 100%;
}
.proiPC .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;
}
.proiPC .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img {
  width: 80%;
  height: 80%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proiPC .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.05);
}
.proiPC .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;
}
.proiMobile {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  display: none;
}
.proiMobile .inner {
  padding: 28px 0 72px 0;
}
.proiMobile .inner .section2 {
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 20px;
}
.proiMobile .inner .section2 .section2-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proiMobile .inner .section2 .section2-top .section2-top-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.proiMobile .inner .section2 .section2-top .section2-top-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.proiMobile .inner .section2 .section2-top .section2-top-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.proiMobile .inner .section2 .section2-top .section2-top-left .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
}
.proiMobile .inner .section2 .section2-top .section2-top-right {
  display: flex;
  align-items: center;
  min-width: 148px;
}
.proiMobile .inner .section2 .section2-top .section2-top-right p {
  min-width: 108px;
  text-align: center;
  padding: 4px 22px;
  border-radius: 100px;
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.proiMobile .inner .section2 .section2-top .section2-top-right .icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background: #174999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proiMobile .inner .section2 .section2-middle {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: start;
  row-gap: 10px;
}
.proiMobile .inner .section2 .section2-middle .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.proiMobile .inner .section2 .section2-middle .item .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d1d5dc;
  transition: 0.5s;
}
.proiMobile .inner .section2 .section2-middle .item .dot .dot1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #99a1af;
  transition: 0.5s;
}
.proiMobile .inner .section2 .section2-middle .item p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.proiMobile .inner .section2 .section2-middle .item-active .dot {
  background: #015caf;
  border: 2px solid #ffcc48;
}
.proiMobile .inner .section2 .section2-middle .item-active .dot .dot1 {
  background: #ffffff;
}
.proiMobile .inner .section2 .section2-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.proiMobile .inner .section2 .section2-bottom .swiper-wrapper {
  width: 100%;
}
.proiMobile .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;
}
.proiMobile .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img {
  width: 80%;
  height: 80%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proiMobile .inner .section2 .section2-bottom .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.05);
}
.proiMobile .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;
}
.abouti {
  width: 100%;
  background: #f3f4f9;
}
.abouti .inner {
  width: 100%;
  padding-bottom: 75px;
}
.abouti .inner .swiper {
  width: 100%;
  height: 930px;
}
.abouti .inner .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left {
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left .content {
  padding: 35px 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left .content .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left .content .item .dot {
  transition: 0.5s;
  opacity: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left .content .item p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left .content .item-active .dot {
  opacity: 1;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left1 {
  background-image: url(../img/index/abouti-left1.png);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left2 {
  background-image: url(../img/index/abouti-left2.png);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left3 {
  background-image: url(../img/index/abouti-left3.png);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d9d9d9;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-top .num {
  color: #174999;
  font-family: Inter;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-top .line {
  width: 20px;
  height: 1px;
  background: #174999;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-top .title {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-bottom {
  width: 100%;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-bottom p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  line-height: 32px;
  font-weight: 400;
  font-size: 18px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-bottom p span {
  font-weight: 700;
  font-size: 24px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-top .abouti-right-top-bottom {
  padding-top: 45px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom {
  width: 90%;
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
  right: -5%;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-left {
  min-width: 148px;
  display: flex;
  align-items: center;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-left p {
  min-width: 108px;
  text-align: center;
  padding: 4px 22px;
  border-radius: 100px;
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-left .icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background: #174999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-right {
  height: 177px;
  width: calc(100% - 148px - 70px);
  overflow: hidden;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-right .swiper-wrapper {
  width: 100%;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-right .swiper-wrapper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-right .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-right .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-top .abouti-right-top-bottom {
  display: flex;
  justify-content: center;
  padding-top: 7px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  right: -5%;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-left {
  width: calc(100% - 240px - 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-left .item {
  width: 100%;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-right {
  width: 240px;
  overflow: hidden;
  border-radius: 5px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-right:hover img {
  transform: scale(1.05);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom {
  width: 100%;
  display: flex;
  align-items: self-end;
  justify-content: space-between;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom .abouti-right-bottom-bottom-left {
  min-width: 148px;
  display: flex;
  align-items: center;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom .abouti-right-bottom-bottom-left p {
  min-width: 108px;
  text-align: center;
  padding: 4px 22px;
  border-radius: 100px;
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom .abouti-right-bottom-bottom-left .icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background: #174999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom .abouti-right-bottom-bottom-right {
  display: flex;
  gap: 15px;
  overflow: hidden;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom .abouti-right-bottom-bottom-right img {
  width: 240px;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom .abouti-right-bottom-bottom-right img:hover {
  transform: scale(1.05);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
  right: -5%;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top {
  overflow: hidden;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide {
  border-radius: 12px;
  background: #bbbbbb;
  width: 450px;
  margin-bottom: 27px;
  aspect-ratio: 1.77695167;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide .img-inner .mask {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide .img-inner .mask .play {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide .img-inner .mask .play svg {
  width: 40%;
  height: 40%;
  cursor: pointer;
  position: relative;
  left: 4px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide .img-inner .mask .play:hover {
  transform: scale(1.05);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide:hover video {
  transform: scale(1.05);
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-bottom {
  min-width: 148px;
  display: flex;
  align-items: center;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-bottom p {
  min-width: 108px;
  text-align: center;
  padding: 4px 22px;
  border-radius: 100px;
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-bottom .icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background: #174999;
  display: flex;
  align-items: center;
  justify-content: center;
}
video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.coopi {
  width: 100%;
  background: #f3f4f9;
}
.coopi .inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.coopi .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.coopi .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
}
.coopi .inner .section1 .section1-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.coopi .inner .section1 .section1-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.coopi .inner .section1 .section1-right p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-decoration-line: underline;
  text-underline-offset: 36%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}
.coopi .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #174999;
}
.coopi .inner .section2 .section2-top {
  width: 100%;
  display: flex;
}
.coopi .inner .section2 .section2-top .item {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.coopi .inner .section2 .section2-top .item img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  filter: brightness(50%);
}
.coopi .inner .section2 .section2-top .item .content {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  gap: 10px;
}
.coopi .inner .section2 .section2-top .item .content .dot {
  width: 11px;
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.5s;
}
.coopi .inner .section2 .section2-top .item .content p {
  color: #ffffff;
}
.coopi .inner .section2 .section2-top .item:hover img {
  filter: brightness(100%);
}
.coopi .inner .section2 .section2-top .item:hover .content {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
}
.coopi .inner .section2 .section2-top .item:hover .content .dot {
  background: #000000;
}
.coopi .inner .section2 .section2-top .item:hover .content p {
  color: #000000;
}
.coopi .inner .section2 .section2-top .item.active img {
  filter: brightness(100%);
}
.coopi .inner .section2 .section2-top .item.active .content .dot {
  background: #000000;
}
.coopi .inner .section2 .section2-top .item.active .content p {
  color: #000000;
}
.coopi .inner .section2 .section2-bottom {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 75px 0;
}
.coopi .inner .section2 .section2-bottom .section2-bottom-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.coopi .inner .section2 .section2-bottom .section2-bottom-left .swiper {
  width: 100%;
  overflow: hidden;
}
.coopi .inner .section2 .section2-bottom .section2-bottom-left .swiper .swiper-wrapper .swiper-slide .text1 {
  color: #f3f4f9;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 3px;
}
.coopi .inner .section2 .section2-bottom .section2-bottom-left .text2 {
  color: #f3f4f9;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
}
.coopi .inner .section2 .section2-bottom .section2-bottom-right {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  padding: 17px 60px;
  background: #ffffff;
}
.coopi .inner .section2 .section2-bottom .section2-bottom-right p {
  color: #414141;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}
.coopi .inner .section2 .section2-bottom .section2-bottom-right .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 32px;
  background: rgba(23, 73, 153, 0.29);
}
.coopi .inner .section2 .section2-bottom .section2-bottom-right .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.newi {
  width: 100%;
  background: #f3f4f9;
  position: relative;
}
.newi .inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  z-index: 1;
  position: relative;
}
.newi .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.newi .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
}
.newi .inner .section1 .section1-left .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.newi .inner .section1 .section1-left .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.newi .inner .section1 .section1-right {
  display: flex;
  align-items: center;
}
.newi .inner .section1 .section1-right p {
  min-width: 108px;
  text-align: center;
  padding: 4px 22px;
  border-radius: 100px;
  background: #174999;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.newi .inner .section1 .section1-right .icon {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background: #174999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newi .inner .section2 {
  display: flex;
  justify-content: space-between;
}
.newi .inner .section2 .item {
  width: calc((100% - 20px) / 2);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.newi .inner .section2 .item img {
  width: 100%;
  filter: brightness(50%);
}
.newi .inner .section2 .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.newi .inner .section2 .item .content .top {
  width: 100%;
  color: #e4e4e4;
  font-family: Inter;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  text-decoration-line: underline;
  text-underline-offset: 35%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}
.newi .inner .section2 .item .content .middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.newi .inner .section2 .item .content .middle .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.newi .inner .section2 .item .content .middle .desc {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newi .inner .section2 .item .content .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.newi .inner .section2 .item .content .bottom p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
}
.newi .inner .section2 .item .content .bottom .icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newi .inner .section2 .item:hover .content .middle .title {
  color: #015caf;
}
.newi .banner-back {
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.newi .banner-back::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 1380px) {
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-left {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1280px) {
  .banner .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 29px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .desc {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .processi .inner .section2 .item {
    padding: 200px 0 27px 0;
  }
  .processi .inner .section2 .item .text4 {
    font-size: 20px;
    line-height: 34px;
  }
  .proiPC .inner {
    width: 100% !important;
    right: -7%;
  }
  .abouti .inner {
    width: 100% !important;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-top .title {
    font-size: 20px;
    line-height: 20px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-bottom p {
    font-size: 16px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-bottom p span {
    font-size: 20px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-left {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom .abouti-right-bottom-bottom-right {
    display: flex;
    gap: 15px;
    overflow: hidden;
    flex-direction: column;
  }
  .newi .inner .section2 .item .content .top {
    font-size: 20px;
  }
  .newi .inner .section2 .item .content .middle .title {
    font-size: 25px;
  }
  .coopi .inner .section2 .section2-top .item .content p {
    font-size: 14px;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-right p {
    font-size: 20px;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-right {
    width: 36%;
    gap: 40px;
    padding: 17px 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 90px;
  }
  .banner .banner-back {
    height: 150px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    top: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .banner .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: 10%;
  }
  .banner .swiper-pagination {
    position: absolute;
    left: 5% !important;
    bottom: 25% !important;
    display: flex;
    gap: 50px;
  }
  .banner .swiper-pagination::before {
    content: '';
    position: absolute;
    width: 145px;
    top: 75%;
    transform: translateY(-50%);
    height: 1px;
    background: #f9f9f9;
    z-index: 1;
    pointer-events: none;
  }
  .processi .inner .section2 .item {
    padding: 180px 0 27px 0;
  }
  .proiPC {
    display: none;
  }
  .proiMobile {
    display: block;
  }
  .abouti .inner .swiper {
    width: 100%;
    height: 700px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left {
    width: 100%;
    height: 300px;
    background-position: center;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right {
    width: 100%;
  }
  .coopi .inner .section2 .section2-bottom {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 20px 0;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-left {
    width: 100%;
    gap: 10px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left {
    width: 100%;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-right {
    width: fit-content;
    gap: 40px;
    padding: 20px;
    min-width: 265px;
  }
  .newi .inner .section2 {
    flex-direction: column;
    gap: 20px;
  }
  .newi .inner .section2 .item {
    width: 100%;
    height: 300px;
  }
  .newi .banner-back {
    height: 150px;
  }
}
@media only screen and (max-width: 821px) {
  .banner {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .btn {
    display: none;
  }
  .banner .banner-back {
    height: 100px;
  }
  .processi .inner .section1 {
    margin-bottom: 20px;
  }
  .processi .inner .section1 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .processi .inner .section1 .line {
    margin-bottom: 10px;
  }
  .processi .inner .section1 .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .processi .inner .section1 .text2 {
    line-height: 20px;
  }
  .processi .inner .section3 {
    gap: 15px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .processi .inner .section2 {
    margin-bottom: 20px;
    gap: 15px;
    flex-direction: column;
  }
  .processi .inner .section2 .item {
    width: 100%;
  }
  .proiMobile .inner {
    padding: 0 0 40px 0;
  }
  .proiMobile .inner .section2 .section2-top .section2-top-left .title svg {
    height: 25px;
  }
  .proiMobile .inner .section2 .section2-top .section2-top-left .title p {
    font-size: 20px;
    line-height: 30px;
  }
  .abouti .inner {
    width: 100%;
    padding-bottom: 40px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 {
    gap: 15px;
    width: 100%;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom {
    width: 90%;
    -webkit-mask-position-y: top;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    position: relative;
    right: 0;
    flex-direction: column-reverse;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-top .abouti-right-top-bottom {
    padding-top: 2px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right1 .abouti-right-bottom .abouti-right-right {
    height: 177px;
    width: 100%;
    overflow: hidden;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top {
    gap: 15px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-bottom {
    display: none;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-left .item {
    font-size: 14px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    position: relative;
    left: 0;
  }
  .abouti .inner .swiper .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper {
    width: 100%;
    height: 180px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-top .title {
    font-size: 16px;
    line-height: 20px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-bottom p {
    font-size: 14px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right .abouti-right-top .abouti-right-top-bottom p span {
    font-size: 16px;
  }
  .coopi .inner {
    padding-bottom: 40px;
  }
  .coopi .inner .section1 {
    margin-bottom: 20px;
  }
  .coopi .inner .section1 .section1-left .title svg {
    height: 25px;
  }
  .coopi .inner .section1 .section1-left .title p {
    font-size: 20px;
    line-height: 30px;
  }
  .coopi .inner .section1 .section1-right p {
    font-size: 14px;
  }
  .coopi .inner .section2 .section2-top {
    flex-direction: column;
  }
  .coopi .inner .section2 .section2-top .item {
    width: 100%;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-left .text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-left .text2 {
    font-size: 14px;
    line-height: 24px;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-right {
    gap: 20px;
    padding: 10px;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-right p {
    font-size: 18px;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-right .icon {
    width: 40px;
    height: 40px;
  }
  .newi .inner .section1 .section1-left .title svg {
    height: 25px;
  }
  .newi .inner .section1 .section1-left .title p {
    font-size: 20px;
    line-height: 30px;
  }
  .newi .inner {
    padding-bottom: 20px;
  }
  .newi .inner .section2 .item {
    height: auto;
  }
  .newi .inner .section2 .item .content {
    padding: 20px;
  }
  .newi .inner .section2 .item .content .top {
    font-size: 16px;
  }
  .newi .inner .section2 .item .content .middle .title {
    font-size: 20px;
  }
  .newi .inner .section2 .item .content .bottom .icon {
    width: 50px;
    height: 50px;
  }
  .newi .banner-back {
    height: 100px;
  }
}
@media only screen and (max-width: 521px) {
  .banner .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .desc {
    font-size: 16px;
  }
  .processi .inner .section2 .item {
    padding: 160px 0 27px 0;
  }
  .applicationi .inner .section1 .section1-left .desc {
    display: none;
  }
  .abouti .inner {
    padding-bottom: 0px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left {
    height: auto;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left .content {
    padding: 35px;
    gap: 10px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-left .content .item p {
    font-size: 15px;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right2 .abouti-right-bottom .abouti-right-bottom-top .abouti-right-bottom-top-left {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
    left: 0;
  }
  .abouti .inner .swiper .swiper-wrapper .swiper-slide .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 170px;
  }
  .abouti .inner .swiper .abouti-right3 .abouti-right-bottom .abouti-right-bottom-top .swiper-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .proiMobile .inner .section2 .section2-middle {
    grid-template-columns: repeat(2, 1fr);
  }
  .newi .inner .section2 .item img {
    width: 100%;
    height: 270px;
  }
}
@media only screen and (max-width: 431px) {
  .processi .inner .section3 .btn {
    padding: 10px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .coopi .inner .section2 .section2-bottom .section2-bottom-right {
    width: 100%;
  }
}
