#app {
  background: #eff0f0;
}
.banner {
  width: 100%;
  margin-top: 75px;
}
.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 {
  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 .content1 {
  position: absolute;
  width: 80%;
  height: 90%;
  margin: 0 auto;
  left: 10%;
  top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-left {
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-left img {
  width: 14px;
  height: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle {
  width: calc(100% - 100px - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 200px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .text2 {
  text-align: left;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  margin-bottom: 30px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .btn {
  border-radius: 60px;
  background: #d7151a;
  padding: 5px 25px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .btn:hover {
  background: #ffffff;
  color: #d7151a;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-right {
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-right img {
  width: 14px;
  height: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-bottom .page {
  width: 23px;
  height: 6px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content1 .content-bottom .page-active {
  width: 15px;
  height: 16px;
  border-radius: 50%;
  background: #d7151a;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 {
  position: absolute;
  width: 80%;
  height: 90%;
  margin: 0 auto;
  left: 10%;
  top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-left {
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-left img {
  width: 14px;
  height: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle {
  width: calc(100% - 100px - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle img {
  width: 166px;
  height: 136px;
  margin-bottom: 25px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text1 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 36px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text2 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
  line-height: 56px;
  margin-bottom: 47px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .btn {
  text-align: center;
  border-radius: 60px;
  background: #d7151a;
  padding: 5px 25px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  transition: 0.5s;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .btn:hover {
  background: #ffffff;
  color: #d7151a;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-right {
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-right img {
  width: 14px;
  height: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-bottom .page {
  width: 23px;
  height: 6px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content2 .content-bottom .page-active {
  width: 15px;
  height: 16px;
  border-radius: 50%;
  background: #d7151a;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 {
  position: absolute;
  width: 80%;
  height: 90%;
  margin: 0 auto;
  left: 10%;
  top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-left {
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-left img {
  width: 14px;
  height: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle {
  width: calc(100% - 100px - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 200px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .text2 {
  text-align: right;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  margin-bottom: 30px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .btn {
  border-radius: 60px;
  background: #d7151a;
  padding: 5px 25px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .btn:hover {
  background: #ffffff;
  color: #d7151a;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-right {
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-right img {
  width: 14px;
  height: 14px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-bottom .page {
  width: 23px;
  height: 6px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .content3 .content-bottom .page-active {
  width: 15px;
  height: 16px;
  border-radius: 50%;
  background: #d7151a;
  cursor: pointer;
}
.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;
}
.producti {
  width: 100%;
  background: #ffffff;
  position: relative;
}
.producti .section1 {
  width: 100%;
  padding: 100px 0 150px 0;
  background: linear-gradient(180deg, #040f22 0%, #5c5c5c 100%);
  display: flex;
  flex-direction: column;
}
.producti .section1 .section1-top {
  margin-bottom: 100px;
}
.producti .section1 .section1-top .inner {
  display: flex;
  justify-content: space-between;
}
.producti .section1 .section1-top .inner .section1-top-left {
  display: flex;
  flex-direction: column;
}
.producti .section1 .section1-top .inner .section1-top-left .desc1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
.producti .section1 .section1-top .inner .section1-top-left .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 80px;
  line-height: 112px;
}
.producti .section1 .section1-top .inner .section1-top-right {
  width: 40%;
}
.producti .section1 .section1-top .inner .section1-top-right .desc2 {
  color: #fcfefd;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.producti .section1 .section1-bottom {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 150px;
  line-height: 110px;
}
.producti .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -285px;
  max-height: 700px;
}
.producti .section2 .section2-top {
  width: 100%;
  position: relative;
}
.producti .section2 .section2-top .prev {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.producti .section2 .section2-top .prev img {
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
}
.producti .section2 .section2-top .swiper {
  width: 100%;
  position: relative;
}
.producti .section2 .section2-top .swiper .swiper-pagination {
  width: 100%;
}
.producti .section2 .section2-top .swiper .swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  top: 61%;
  bottom: auto;
  width: 100%;
  height: 3px;
  background: transparent;
}
.producti .section2 .section2-top .swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D7151A;
  height: 100%;
  transition: width 0.5s ease;
}
.producti .section2 .section2-top .swiper .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
  z-index: 20;
}
.producti .section2 .section2-top .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.producti .section2 .section2-top .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.producti .section2 .section2-top .swiper .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.05);
}
.producti .section2 .section2-top .next {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(-50%, -50%);
  width: 49px;
  max-width: 49px;
  min-width: 49px;
  height: 49px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.producti .section2 .section2-top .next img {
  width: 14px;
  height: 14px;
}
.producti .section2 .section2-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 9px;
  border-radius: 61px;
  background: #f1f5f9;
  box-shadow: 0px 4px 4px #e8ebef inset;
  margin-bottom: 40px;
}
.producti .section2 .section2-nav .item {
  padding: 12px 30px;
  border-radius: 61px;
  background: transparent;
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.producti .section2 .section2-nav .item-active {
  background: #223757;
  color: #ffffff;
}
.producti .section2 .section2-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.producti .section2 .section2-bottom .text1 {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 30px;
}
.producti .section2 .section2-bottom .text1 span {
  color: #D7151A;
}
.producti .section2 .section2-bottom .tag {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 50px;
}
.producti .section2 .section2-bottom .tag .text2 {
  color: #0c2232;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.producti .section2 .section2-bottom .btn {
  border-radius: 61px;
  background: #223757;
  border: 1px solid #223757;
  padding: 8px 30px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  transition: 0.5s;
}
.producti .section2 .section2-bottom .btn:hover {
  background: transparent;
  color: #223757;
}
.servicei {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #ecf5f4 100%);
  padding: 0 0 60px 0;
}
.servicei .inner {
  display: flex;
  flex-direction: column;
}
.servicei .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.servicei .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.servicei .inner .section1 .section1-left .desc1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.servicei .inner .section1 .section1-left .title {
  color: #0c2232;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 60px;
  line-height: 71px;
}
.servicei .inner .section1 .section1-right {
  width: 40%;
}
.servicei .inner .section1 .section1-right .desc2 {
  color: #788894;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.servicei .inner .section2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.servicei .inner .section2 .item {
  width: 180px;
  height: 414px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: relative;
  transition: 0.5s;
}
.servicei .inner .section2 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicei .inner .section2 .item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 28px;
  top: 0;
  flex-direction: column;
  display: none;
  transition: 0.5s;
}
.servicei .inner .section2 .item .content .text1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 6px;
}
.servicei .inner .section2 .item .content .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.servicei .inner .section2 .item .content .btn {
  width: fit-content;
  border-radius: 38px;
  background: #d7151a;
  border: 1px solid #d7151a;
  padding: 3px 17px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  transition: 0.5s;
}
.servicei .inner .section2 .item .content .btn:hover {
  background: transparent;
  color: #d7151a;
}
.servicei .inner .section2 .item-active {
  width: calc(100% - 30px - 540px);
}
.servicei .inner .section2 .item-active .content {
  display: flex;
}
.reasoni {
  width: 100%;
  background: linear-gradient(180deg, #ecf5f4 0%, #cee0ee 100%);
  padding: 60px 0;
  position: relative;
}
.reasoni > img {
  position: absolute;
  bottom: -200px;
  right: 0;
  width: 1452px;
  height: 849px;
  object-fit: cover;
  z-index: 0;
}
.reasoni .inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.reasoni .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}
.reasoni .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reasoni .inner .section1 .section1-left .desc1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.reasoni .inner .section1 .section1-left .title {
  color: #0c2232;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 60px;
  line-height: 71px;
}
.reasoni .inner .section1 .section1-right {
  width: 40%;
}
.reasoni .inner .section1 .section1-right .desc2 {
  color: #788894;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.reasoni .inner .section2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.reasoni .inner .section2 .item {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
  margin-bottom: 40px;
  transition: height 0.5s, margin-bottom 0.5s;
}
.reasoni .inner .section2 .item .item-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.reasoni .inner .section2 .item .item-top > img {
  width: 32px;
  height: 32px;
}
.reasoni .inner .section2 .item .item-top .text1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.reasoni .inner .section2 .item .item-middle {
  margin-bottom: 37px;
}
.reasoni .inner .section2 .item .item-middle .text2 {
  color: #4f6676;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.reasoni .inner .section2 .item .item-bottom {
  align-items: center;
  gap: 7px;
  display: none;
}
.reasoni .inner .section2 .item .item-bottom .text3 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.reasoni .inner .section2 .item .item-bottom > img {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.reasoni .inner .section2 .item:hover {
  height: 270px;
  margin-bottom: 20px;
}
.reasoni .inner .section2 .item:hover .item-bottom {
  display: flex;
}
.abouti {
  width: 100%;
  background: linear-gradient(180deg, #cee0ee 0%, #9fb4d5 100%);
  padding: 60px 0;
}
.abouti .inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.abouti .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.abouti .inner .section1 .section1-left {
  width: 28%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.abouti .inner .section1 .section1-left .title {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 60px;
  line-height: 84px;
  margin-bottom: 23px;
}
.abouti .inner .section1 .section1-left .desc1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 23px;
}
.abouti .inner .section1 .section1-left .desc2 {
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 46px;
}
.abouti .inner .section1 .section1-left .btn {
  width: fit-content;
  border-radius: 61px;
  border: 0.8px solid #223757;
  padding: 8px 30px;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-left .btn:hover {
  background: #223757;
  color: #ffffff;
}
.abouti .inner .section1 .section1-right {
  position: relative;
  width: 70%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 20px;
}
.abouti .inner .section1 .section1-right .side-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0 0, 50% 0, 30% 100%, 0 100%);
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right .side-left .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right .side-left .img-inner .img-poster {
  width: 100%;
  height: 100%;
}
.abouti .inner .section1 .section1-right .side-left .img-inner .img-poster video {
  height: 100%;
}
.abouti .inner .section1 .section1-right .side-left .img-inner .img-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right .side-left .img-inner .img-poster .mask {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: -30%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right .side-left .img-inner .img-poster .mask .play {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.abouti .inner .section1 .section1-right .side-left .img-inner .img-poster .mask .play svg {
  cursor: pointer;
  position: relative;
  left: 2px;
}
.abouti .inner .section1 .section1-right .side-left .img-inner .img-poster .mask .play:hover {
  transform: scale(1.05);
}
.abouti .inner .section1 .section1-right .side-left:hover video {
  transform: scale(1.05);
}
.abouti .inner .section1 .section1-right .side-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 30% 100%);
  cursor: pointer;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right .side-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: -25%;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right .side-right svg {
  position: absolute;
  width: 119px;
  height: 119px;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right .side-right:hover svg {
  animation: scaleAnimation 2s linear infinite;
}
.abouti .inner .section1 .section1-right .side-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0, 51% 0, 31% 100%, 30% 100%);
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
  pointer-events: none;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-right.hover-state .side-left {
  clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
}
.abouti .inner .section1 .section1-right.hover-state .side-left .img-inner img {
  left: -20%;
}
.abouti .inner .section1 .section1-right.hover-state .side-left .img-inner .mask {
  left: -20%;
}
.abouti .inner .section1 .section1-right.hover-state .side-right {
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 50% 100%);
}
.abouti .inner .section1 .section1-right.hover-state .side-right img {
  right: -45%;
}
.abouti .inner .section1 .section1-right.hover-state .side-right svg {
  left: 80%;
}
.abouti .inner .section1 .section1-right.hover-state .side-right::after {
  clip-path: polygon(70% 0, 71% 0, 51% 100%, 50% 100%);
}
.abouti .inner .section2 {
  width: 100%;
  opacity: 0.9;
  border-radius: 10px;
  background: #e7ecf5;
  box-shadow: 0px 7px 5.8px rgba(149, 169, 201, 0.57);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}
.abouti .inner .section2 .item {
  width: 100%;
  padding: 26px 0 14px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  position: relative;
}
.abouti .inner .section2 .item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 25%;
  transform: translateY(-50%);
  width: 1px;
  height: 33px;
  background: #223757;
}
.abouti .inner .section2 .item:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #c2c2c2;
}
.abouti .inner .section2 .item .item-top {
  display: flex;
  justify-content: flex-end;
}
.abouti .inner .section2 .item .item-top .text1 {
  color: #6a8498;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
.abouti .inner .section2 .item .item-top .text1 span {
  color: #465874;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  margin-right: 15px;
}
.abouti .inner .section2 .item .item-bottom .text2 {
  color: #6a8498;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
@keyframes scaleAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.globali {
  width: 100%;
  background: linear-gradient(180deg, #9fb4d5 0%, #4b5c78 50%, #0a1527 100%);
  padding: 60px 0;
  position: relative;
}
.globali > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.globali .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.globali .inner .section1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 78px;
}
.globali .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.globali .inner .section1 .section1-left .desc1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.globali .inner .section1 .section1-left .title {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 60px;
  line-height: 71px;
}
.globali .inner .section1 .section1-right {
  width: 40%;
}
.globali .inner .section1 .section1-right .desc2 {
  color: #d1e0ff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.globali .inner .section2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  margin-bottom: 180px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.globali .inner .section2 .swiper1 {
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
}
.globali .inner .section2 .swiper1 .swiper-wrapper {
  width: 100%;
}
.globali .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.globali .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .el-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.globali .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .el-image:hover {
  transform: scale(1.05);
}
.globali .inner .section2 .swiper2 {
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
}
.globali .inner .section2 .swiper2 .swiper-wrapper {
  width: 100%;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster {
  width: 100%;
  height: 100%;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster video {
  width: 100%;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 0.5s;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster .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;
  transition: 0.5s;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster .mask .play {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster .mask .play svg {
  width: 15px;
  height: 14px;
  cursor: pointer;
  position: relative;
  left: 2px;
}
.globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster .mask .play:hover {
  transform: scale(1.05);
}
.globali .inner .section3 {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.globali .inner .section3 .swiper3 {
  width: 30%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.globali .inner .section3 .swiper3 .swiper-wrapper {
  width: 100%;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text1 {
  width: 100%;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text2 {
  width: 100%;
  color: #e7ecf5;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 32px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #556d79;
  background: #15253f;
  box-shadow: 0px 0px 4px #2d426c inset;
  padding: 20px;
  margin-bottom: 33px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content .text3 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content .text4 {
  color: #5b739e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 35px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .btn {
  width: fit-content;
  border-radius: 61px;
  border: 1px solid #d7151a;
  background: #d7151a;
  padding: 5px 16px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  transition: 0.5s;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .btn:hover {
  background: transparent;
  color: #d7151a;
}
.globali .inner .section3 .swiper4 {
  width: 70%;
  overflow: hidden;
}
.globali .inner .section3 .swiper4 .swiper-wrapper {
  width: 100%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide .content {
  position: absolute;
  display: flex;
  gap: 20px;
  align-items: center;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide .content .dot {
  width: 8px;
  height: 8px;
  background: #d7151a;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: relative;
  animation: breathe 4s infinite ease-in-out;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide .content .text5 {
  padding: 2px 20px;
  border-radius: 28px;
  background: rgba(246, 246, 246, 0.7);
  box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.1), 0px 0px 3px rgba(0, 0, 0, 0.1);
  color: #56657c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(1) .content {
  top: 22%;
  left: 50%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(2) .content {
  top: 32%;
  left: 50%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(3) .content {
  top: 49%;
  left: 54%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(4) .content {
  top: 48%;
  left: 63%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(5) .content {
  top: 39%;
  left: 58%;
}
.globali .inner .section3 > .btn {
  position: absolute;
  right: 10%;
  bottom: 20%;
  padding: 10px 20px;
  border-radius: 48px;
  background: #c9d1db;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.globali .inner .section3 > .btn .prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #223757;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.globali .inner .section3 > .btn .next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #223757;
  background: #223757;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 21, 26, 0.2);
  }
  70% {
    box-shadow: 0 0 0 4px rgba(215, 21, 26, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(215, 21, 26, 0.2);
  }
}
.blogi {
  width: 100%;
  border-radius: 0px 0px 260px 260px;
  background: #0a1527;
  padding: 60px 0 120px 0;
}
.blogi .inner {
  display: flex;
  flex-direction: column;
}
.blogi .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.blogi .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blogi .inner .section1 .section1-left .desc1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.blogi .inner .section1 .section1-left .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 60px;
  line-height: 71px;
}
.blogi .inner .section1 .section1-right {
  width: 40%;
}
.blogi .inner .section1 .section1-right .desc2 {
  color: #a4b5d8;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.blogi .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
.blogi .inner .section2 .item {
  width: calc((100% - 70px ) / 3);
  border-radius: 20px;
  background: #1a2942;
  overflow: hidden;
}
.blogi .inner .section2 .item .item-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blogi .inner .section2 .item .item-top img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.blogi .inner .section2 .item .item-top img:hover {
  transform: scale(1.05);
}
.blogi .inner .section2 .item .item-top .text1 {
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 5px;
  background: #d7151a;
  padding: 2px 8px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.blogi .inner .section2 .item .item-bottom {
  width: 100%;
  padding: 30px;
}
.blogi .inner .section2 .item .item-bottom .item-bottom-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.blogi .inner .section2 .item .item-bottom .item-bottom-top .item-bottom-top-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blogi .inner .section2 .item .item-bottom .item-bottom-top .item-bottom-top-item .text2 {
  color: #8ba2c8;
  font-family: Inter;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
.blogi .inner .section2 .item .item-bottom .text3 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.blogi .inner .section2 .item .item-bottom .text4 {
  color: #a4b5d3;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.blogi .inner .section2 .item .item-bottom .item-bottom-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blogi .inner .section2 .item .item-bottom .item-bottom-bottom .text5 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.blogi .inner .section2 .item .item-bottom .item-bottom-bottom svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.blogi .inner .section2 .item:hover .item-bottom .text3 {
  color: #d7151a;
}
.blogi .inner .section3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogi .inner .section3 .btn {
  border-radius: 61px;
  border: 0.8px solid #7e97bc;
  padding: 11px 26px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  transition: 0.5s;
}
.blogi .inner .section3 .btn:hover {
  background: #7e97bc;
}
.el-dialog .video {
  width: 100%;
  height: 100%;
}
.el-dialog .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .globali .inner .section1 {
    width: 100%;
  }
  .globali .inner .section3 {
    width: 100%;
  }
  .globali .inner .section3 .swiper3 {
    left: 0%;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle img {
    width: 100px;
    height: 85px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text1 {
    color: #ffffff;
    font-family: "Alibaba PuHuiTi 2.0";
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 14px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text2 {
    color: #ffffff;
    font-family: "Alibaba PuHuiTi 2.0";
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .btn {
    border-radius: 60px;
    background: #d7151a;
    padding: 5px 25px;
    color: #ffffff;
    font-family: "Alibaba PuHuiTi 2.0";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    transition: 0.5s;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-bottom .page {
    width: 15px;
    height: 4px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-bottom .page-active {
    width: 10px;
    height: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-bottom .page {
    width: 15px;
    height: 4px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-bottom .page-active {
    width: 10px;
    height: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-bottom .page {
    width: 15px;
    height: 4px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-bottom .page-active {
    width: 10px;
    height: 10px;
  }
  .producti .section1 .section1-top .inner .section1-top-left .title,
  .servicei .inner .section1 .section1-left .title,
  .reasoni .inner .section1 .section1-left .title,
  .globali .inner .section1 .section1-left .title,
  .blogi .inner .section1 .section1-left .title {
    font-size: 40px;
    line-height: 40px;
  }
  .producti .section1 .section1-top .inner .section1-top-left .desc1,
  .servicei .inner .section1 .section1-left .desc1,
  .reasoni .inner .section1 .section1-left .desc1,
  .globali .inner .section1 .section1-left .desc1,
  .blogi .inner .section1 .section1-left .desc1 {
    font-size: 16px;
  }
  .producti .section1 .section1-top .inner .section1-top-right .desc2,
  .servicei .inner .section1 .section1-right .desc2,
  .reasoni .inner .section1 .section1-right .desc2,
  .globali .inner .section1 .section1-right .desc2,
  .blogi .inner .section1 .section1-right .desc2 {
    font-size: 18px;
  }
  .producti .section1 .section1-top .inner,
  .servicei .inner .section1,
  .reasoni .inner .section1,
  .globali .inner .section1,
  .blogi .inner .section1 {
    margin-bottom: 40px;
  }
  .producti .section1 .section1-top {
    margin-bottom: 70px;
  }
  .producti .section1 .section1-bottom {
    font-size: 100px;
  }
  .abouti .inner .section1 .section1-left .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .abouti .inner .section1 .section1-left .desc1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .producti .section2 {
    top: -280px;
    max-height: 500px;
  }
}
@media screen and (max-width: 1280px) {
  .reasoni .inner .section2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text1 {
    font-size: 25px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle {
    padding-bottom: 150px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle {
    padding-top: 150px;
  }
  .producti .section2 {
    max-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle {
    width: calc(100% - 100px) !important;
    padding-bottom: 0px;
    align-items: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle {
    width: calc(100% - 100px) !important;
    padding-top: 0px;
    align-items: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .text1 {
    margin-bottom: 5px;
    line-height: 27px;
    align-items: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .text2 {
    margin-bottom: 15px;
    line-height: 27px;
    text-align: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle img {
    margin-bottom: 0;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text1 {
    margin-bottom: 5px;
    line-height: 27px;
    align-items: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text2 {
    margin-bottom: 15px;
    line-height: 27px;
    text-align: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .text1 {
    margin-bottom: 5px;
    line-height: 27px;
    align-items: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .text2 {
    margin-bottom: 15px;
    line-height: 27px;
    text-align: center;
  }
  .producti .section1 {
    padding: 60px 0;
  }
  .producti .section1 .section1-top {
    margin-bottom: 0px;
  }
  .producti .section1 .section1-bottom {
    font-size: 70px;
  }
  .servicei .inner .section2 .item {
    width: 150px;
  }
  .servicei .inner .section2 .item-active {
    width: calc(100% - 30px - 450px);
  }
  .servicei .inner .section2 .item .content .text1 {
    font-size: 25px;
  }
  .reasoni .inner .section2 .item .item-top {
    gap: 12px;
    margin-bottom: 10px;
  }
  .reasoni .inner .section2 .item .item-top > img {
    width: 24px;
    height: 24px;
  }
  .reasoni .inner .section2 .item .item-top .text1 {
    font-size: 18px;
  }
  .reasoni .inner .section2 .item .item-middle {
    margin-bottom: 20px;
  }
  .reasoni .inner .section2 .item .item-middle .text2 {
    font-size: 15px;
  }
  .abouti .inner .section2 .item {
    gap: 5px;
  }
  .abouti .inner .section2 .item .item-top .text1 span {
    font-size: 25px;
    margin-right: 10px;
  }
  .blogi .inner .section2 .item {
    width: calc((100% - 40px) / 3);
  }
  .blogi .inner .section2 .item .item-bottom {
    padding: 20px;
  }
  .blogi .inner .section2 .item .item-bottom .item-bottom-top {
    margin-bottom: 15px;
  }
  .blogi .inner .section2 .item .item-bottom .text3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .blogi .inner .section2 .item .item-bottom .text4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .banner {
    width: 100%;
    margin-top: 60px;
  }
  .servicei .inner .section2 {
    flex-direction: column;
  }
  .servicei .inner .section2 .item {
    width: 100%;
    height: 270px;
  }
  .servicei .inner .section2 .item-active {
    width: 100%;
    height: 270px;
  }
  .servicei .inner .section2 .item .content {
    display: flex;
    padding: 20px;
  }
  .reasoni .inner .section2 .item {
    padding: 20px;
  }
  .abouti .inner .section1 {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 15px;
  }
  .abouti .inner .section1 .section1-left {
    width: 100%;
    gap: 0px;
  }
  .abouti .inner .section1 .section1-left .title {
    margin-bottom: 15px;
  }
  .abouti .inner .section1 .section1-right {
    width: 100%;
  }
  .globali .inner .section3 {
    padding-bottom: 70px;
    margin-bottom: 0px;
    flex-direction: column;
  }
  .globali .inner .section3 .swiper3 {
    width: 100%;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide {
    height: auto;
    justify-content: space-between;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text1 {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .globali .inner .section3 .swiper4 {
    width: 100%;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text2 {
    margin-bottom: 15px;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content {
    margin-bottom: 15px;
    gap: 10px;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content .text4 {
    line-height: 25px;
  }
  .globali .inner .section3 > .btn {
    right: 5%;
    bottom: 20%;
  }
  .globali > img {
    bottom: 60px;
  }
  .blogi {
    border-radius: 0px 0px 200px 200px;
  }
  .blogi .inner .section2 {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
  }
  .blogi .inner .section2 .item {
    width: 100%;
  }
  .blogi .inner .section2 .item .item-top img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .producti .section1 .section1-top .inner,
  .servicei .inner .section1,
  .reasoni .inner .section1,
  .globali .inner .section1,
  .blogi .inner .section1 {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 0px;
  }
  .producti .section1 .section1-top .inner .section1-top-left,
  .servicei .inner .section1 .section1-left,
  .reasoni .inner .section1 .section1-left,
  .globali .inner .section1 .section1-left,
  .blogi .inner .section1 .section1-left {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .producti .section1 .section1-top .inner .section1-top-left .desc1,
  .servicei .inner .section1 .section1-left .desc1,
  .reasoni .inner .section1 .section1-left .desc1,
  .globali .inner .section1 .section1-left .desc1,
  .blogi .inner .section1 .section1-left .desc1 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: -3px;
  }
  .producti .section1 .section1-top .inner .section1-top-left .title,
  .servicei .inner .section1 .section1-left .title,
  .reasoni .inner .section1 .section1-left .title,
  .globali .inner .section1 .section1-left .title,
  .blogi .inner .section1 .section1-left .title {
    font-size: 18px;
    line-height: normal;
  }
  .producti .section1 .section1-top .inner .section1-top-right,
  .servicei .inner .section1 .section1-right,
  .reasoni .inner .section1 .section1-right,
  .globali .inner .section1 .section1-right,
  .blogi .inner .section1 .section1-right {
    width: 100%;
  }
  .producti .section1 .section1-top .inner .section1-top-right .desc2,
  .servicei .inner .section1 .section1-right .desc2,
  .reasoni .inner .section1 .section1-right .desc2,
  .globali .inner .section1 .section1-right .desc2,
  .blogi .inner .section1 .section1-right .desc2 {
    font-size: 16px;
    line-height: normal;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 {
    width: 90%;
    left: 5%;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 {
    width: 90%;
    left: 5%;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 {
    width: 90%;
    left: 5%;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-left,
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-left,
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-left,
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-right,
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-right,
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-right {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle img {
    width: 60px;
    height: 60px;
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .text1 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .text2 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content1 .content-top .content-top-middle .btn {
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text1 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .text2 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content2 .content-top .content-top-middle .btn {
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .text1 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .text2 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content3 .content-top .content-top-middle .btn {
    display: none;
  }
  .producti .section1 {
    padding: 40px 0;
  }
  .producti .section1 .section1-bottom {
    font-size: 50px;
    line-height: 100px;
  }
  .producti .section2 {
    top: -100px;
    width: 90%;
    margin: 0 auto;
    max-height: 550px;
  }
  .producti .section2 .section2-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .producti .section2 .section2-top .prev {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #223757;
  }
  .producti .section2 .section2-top .next {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #223757;
  }
  .producti .section2 .section2-top .swiper {
    width: calc(100% - 100px);
  }
  .producti .section2 .section2-top .swiper .swiper-pagination.swiper-pagination-progressbar {
    display: none;
  }
  .producti .section2 .section2-nav {
    padding: 7px;
    margin-bottom: 15px;
  }
  .producti .section2 .section2-bottom .text1 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .producti .section2 .section2-nav .item {
    padding: 7px 9px;
    font-size: 12px;
  }
  .producti .section2 .section2-bottom .tag {
    gap: 30px;
    margin-bottom: 15px;
  }
  .producti .section2 .section2-bottom .btn {
    padding: 8px 20px;
    font-size: 16px;
  }
  .producti .section2 .section2-bottom .tag .text2 {
    line-height: 25px;
  }
  .servicei {
    padding: 0 0 40px 0;
  }
  .abouti .inner .section1 {
    margin-bottom: 20px;
  }
  .servicei .inner .section2 .item .content .text1 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .servicei .inner .section2 .item .content .text2 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .reasoni {
    padding: 0;
  }
  .abouti {
    padding: 40px 0;
  }
  .abouti .inner .section1 .section1-left .title {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: normal;
  }
  .abouti .inner .section1 .section1-left .desc1 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .abouti .inner .section1 .section1-left .desc2 {
    margin-bottom: 15px;
  }
  .abouti .inner .section1 .section1-right {
    width: 100%;
  }
  .abouti .inner .section2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .abouti .inner .section2 .item:nth-child(2)::after,
  .abouti .inner .section2 .item:nth-child(2)::before {
    display: none;
  }
  .abouti .inner .section2 .item {
    padding: 14px 0;
    gap: 0px;
  }
  .abouti .inner .section2 .item .item-top .text1 span {
    font-size: 20px;
    margin-right: 5px;
  }
  .globali {
    padding: 0;
  }
  .globali .inner .section1 {
    margin-bottom: 0px;
  }
  .globali .inner .section2 {
    margin-bottom: 0px;
  }
  .blogi {
    border-radius: 0px 0px 150px 150px;
    padding: 0 0 40px 0;
  }
  .blogi .inner .section2 .item .item-bottom .text3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .blogi .inner .section2 .item .item-bottom .text4 {
    font-size: 14px;
  }
  .blogi .inner .section3 .btn {
    padding: 6px 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 521px) {
  .globali .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .img-inner .img-poster video {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .producti .section2 {
    max-height: 500px;
  }
  .producti .section2 .section2-top .prev,
  .producti .section2 .section2-top .next {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .producti .section2 .section2-top .swiper {
    width: calc(100% - 80px);
  }
  .producti .section2 .section2-bottom .tag {
    flex-direction: column;
    gap: 0px;
  }
  .reasoni .inner .section2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .globali .inner .section3 > .btn {
    bottom: 15%;
    padding: 5px 10px;
    gap: 10px;
  }
  .blogi {
    border-radius: 0px 0px 100px 100px;
  }
  .abouti .inner .section1 .section1-right .side-left .img-inner .mask .play {
    width: 50px;
    height: 50px;
  }
  .abouti .inner .section1 .section1-right .side-left .img-inner .mask .play svg {
    width: 20px;
    height: 20px;
    left: 2px;
  }
  .abouti .inner .section1 .section1-right .side-right svg {
    width: 60px;
    height: 60px;
  }
  .reasoni .inner .section2 .item {
    height: auto;
    margin-bottom: 0px;
  }
  .reasoni .inner .section2 .item .item-bottom {
    display: flex;
  }
  .reasoni .inner .section2 .item:hover {
    height: auto;
    margin-bottom: 0px;
  }
}
