.btn-border {
  width: 138px;
  height: 60px;
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 29px;
}
.btn-border .btn-border-inner {
  width: 136px;
  height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  z-index: 13;
}
.btn-border .btn-border-main {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 56px;
  z-index: 33;
  background: #ffffff;
}
.btn-border .iconSpan {
  font-size: 14px;
  color: #333333;
  line-height: 58px;
  margin-right: 14px;
  position: relative;
  transform: translateY(0);
  transition: 0.5s;
}
.btn-border .iconSpan::after {
  content: attr(data-word);
  position: absolute;
  left: 0;
  top: 100%;
}
.btn-border .iconP {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #ccc;
}
.btn-border .iconP .iconImg {
  width: 10px;
  transform: translateX(0);
  transition: 0.5s;
  position: relative;
}
.btn-border .iconP .iconImg img {
  width: 10px;
  display: block;
}
.btn-border .iconP .iconImg::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 10px;
  height: 12px;
  background: url(../images/more-icon.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
.btn-border:hover .iconSpan {
  transform: translateY(-100%);
  transition: 0.5s;
}
.btn-border:hover .iconP .iconImg {
  transform: translateX(15px);
  transition: 0.5s;
}
.btn-border::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border: 1px solid #000000;
  border-radius: 29px;
  opacity: 0;
  transition: all 0.5s;
}
.btn-border:hover::before {
  width: 136px;
  height: 58px;
  z-index: 30;
  top: 0;
  left: 0;
  opacity: 1;
  transform-origin: center;
  transform: rotate(360deg);
  transition: all 0.5s;
}
.banner {
  width: 100%;
}
.banner .bannerSwiper {
  position: relative;
  width: 100%;
}
.banner .bannerSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  transition: 0.5s;
  margin: 10px 6px;
}
.banner .bannerSwiper .swiper-pagination-bullet-active {
  background: #bd2122;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .banner-swiper-slide .slide-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img-pc {
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 30;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
  width: 60%;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 1px 1px #000000;
  line-height: 1.6;
  margin-top: 20px;
  transition: all ease 2s 1s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'costomFont-Regular';
  margin-bottom: 20px;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(36px, 3.5vw, 64px);
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #000000;
  margin-top: 20px;
  transition: all ease 2s .7s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  z-index: 4;
  vertical-align: top;
}
.banner .bannerSwiper .banner-swiper-slide video {
  width: 100%;
  z-index: 4;
  vertical-align: top;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more-box {
  width: 100%;
  margin: 40px auto 0;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more {
  width: 200px;
  height: 46px;
  padding: 0px 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-left: 0;
  border-radius: 30px;
  border: 2px solid #bd2122;
  background: #bd2122;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 14px;
  line-height: 46px;
  font-weight: 400;
  overflow: hidden;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-p {
  position: relative;
  height: 100%;
  transition: 0.5s;
  font-family: 'costomFont';
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .bannerRight-more {
  margin-left: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .bannerRight-more img {
  width: 11px;
  height: 13px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more:hover {
  color: #bd2122;
  border: 2px solid #fff;
  background: #fff;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.indexPage {
  width: 100%;
  padding: 80px 0;
}
.indexPage-inner {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
}
.indexPage-desc {
  font-size: 24px;
  color: #bd2122;
  margin-bottom: 10px;
  font-family: 'costomFont-Regular';
}
.indexPage-title {
  font-size: clamp(2rem, 3rem, 5rem);
  font-family: 'costomFont';
  color: #333333;
}
.proi {
  width: 100%;
}
.proi .proiSwiper {
  width: 100%;
  margin-top: 40px;
}
.proi .proiSwiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.proi .swiper-pagination-bullet {
  background: #000000;
}
.proi .swiper-pagination-bullet-active {
  background: #c61a09;
}
.proi .proi-swiper-slide {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  background-color: #efefef;
  padding-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 15px;
  overflow: hidden;
}
.proi .proi-swiper-slide .proi-swiper-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  display: block;
}
.proi .proi-swiper-slide .proi-swiper-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-swiper-slide .proi-swiper-p {
  width: 100%;
  padding: 0 5%;
  font-size: 20px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  color: #555555;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-family: 'costomFont';
}
.proi .proi-swiper-slide:hover .proi-swiper-img {
  overflow: hidden;
}
.proi .proi-swiper-slide:hover .proi-swiper-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.abouti {
  width: 100%;
  font-family: 'costomFont-Regular';
  background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023120121182641665/cms/image/cf5f4299-f736-459e-a875-b29804cd0277.jpg);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  background-attachment: fixed;
  padding: 100px 0;
}
.abouti .abouti-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.abouti .abouti-num .abouti-num-one {
  width: 25%;
  display: flex;
  justify-content: center;
}
.abouti .abouti-num .abouti-num-img {
  width: 60px;
  height: 60px;
}
.abouti .abouti-num .abouti-num-img svg {
  width: 60px;
  max-height: 60px;
}
.abouti .abouti-num .abouti-num-p {
  margin-left: 20px;
}
.abouti .abouti-num .abouti-num-p .abouti-num-main {
  margin-bottom: 10px;
}
.abouti .abouti-num .abouti-num-p .abouti-num-count {
  line-height: 1;
  font-size: 60px;
  font-family: 'costomFont';
}
.abouti .abouti-num .abouti-num-p .abouti-num-unit {
  font-size: 16px;
  line-height: 1.5;
}
.abouti .abouti-num .abouti-num-p .abouti-num-desc {
  line-height: 1.5;
  font-size: 16px;
}
.abouti .abouti-con {
  width: 100%;
  margin-top: 80px;
  z-index: 5;
  position: relative;
  display: flex;
}
.abouti .abouti-con .abouti-con-left {
  width: 35%;
  margin-right: 30px;
}
.abouti .abouti-con .abouti-con-left .abouti-con-left-inner {
  width: 100%;
  background-color: #bd2122;
  border-radius: 10px 10px 0 0;
}
.abouti .abouti-con .abouti-con-left .abouti-con-p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  padding: 80px 40px 60px 40px;
}
.abouti .abouti-con .abouti-con-left .abouti-con-one {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 60px 40px 30px 40px;
}
.abouti .abouti-con .abouti-con-left .abouti-con-index {
  width: 70px;
  height: 70px;
  background-color: rgba(189, 33, 34, 0.13);
  border-radius: 50px;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .abouti-con .abouti-con-left .abouti-con-other {
  padding-left: 20px;
  width: calc(100% - 90px);
}
.abouti .abouti-con .abouti-con-left .abouti-con-other .abouti-con-title {
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: 'costomFont';
  color: #bd2122;
  margin-bottom: 4px;
}
.abouti .abouti-con .abouti-con-left .abouti-con-other .abouti-con-desc {
  line-height: 1.3;
  font-size: 16px;
  color: #666;
}
.abouti .abouti-con .abouti-con-left .abouti-con-one1 {
  border-top-left-radius: 10px;
}
.abouti .abouti-con .abouti-con-right {
  width: calc((100vw - 100%) / 2 + 65% - 30px);
  background-color: #ffffff;
  padding: 80px 50px 30px 50px;
  border-top-left-radius: 10px;
}
.abouti .abouti-con .abouti-con-right .abouti-con-right-inner {
  width: 100%;
}
.abouti .abouti-con .abouti-con-right .abouti-con-right-inner .abouti-con-right-p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin-top: 50px;
}
.abouti .abouti-con .abouti-con-right .abouti-con-right-inner .indexPage-more {
  margin-top: 50px;
}
.abouti::before {
  content: '';
  position: absolute;
  background: #fff;
  bottom: -4px;
  right: 0%;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.advantages .advantages-title {
  padding: 40px 0;
  text-align: center;
}
.advantages .advantages-main {
  width: 100%;
  position: relative;
}
.advantages .advantages-main .advantages-main-img-dom {
  width: 100%;
  opacity: 0;
  height: 700px;
}
.advantages .advantages-main .advantages-main-img-dom img {
  width: 100%;
}
.advantages .advantages-main .advantages-main-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 12;
}
.advantages .advantages-main .advantages-main-img .advantages-main-img-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.advantages .advantages-main .advantages-main-img .advantages-main-img-one {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 700px;
  transition: 0.6s;
}
.advantages .advantages-main .advantages-main-img .advantages-main-img-one img {
  width: 100%;
}
.advantages .advantages-main .advantages-main-img .advantages-main-img-one1 {
  background: url('https://omo-oss-image1.thefastimg.com//portal-saas/new2023120121182641665/cms/image/f6f4bb74-5e34-4ab2-89f7-4e8061074265.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
}
.advantages .advantages-main .advantages-main-img .advantages-main-img-one2 {
  background: url('https://omo-oss-image1.thefastimg.com//portal-saas/new2023120121182641665/cms/image/3d2856b3-b932-45f8-a431-12c1057a4e0b.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
}
.advantages .advantages-main .advantages-main-img .advantages-main-img-oneActive {
  opacity: 1;
  transition: 0.6s;
}
.advantages .advantages-main .advantages-main-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 15;
  display: flex;
}
.advantages .advantages-main .advantages-main-con-one {
  width: 50%;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-main .advantages-main-con-one .advantages-main-con-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80%;
  max-width: 610px;
  margin: 0 auto;
  border-radius: 15px;
}
.advantages .advantages-main .advantages-main-con-one .advantages-main-svg {
  width: 60px;
  height: 60px;
  margin-top: 50px;
}
.advantages .advantages-main .advantages-main-con-one .advantages-main-svg svg {
  max-width: 60px;
  height: 60px;
}
.advantages .advantages-main .advantages-main-con-one .advantages-main-title {
  font-size: 32px;
  color: #ffffff;
  margin-top: 12px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}
.advantages .advantages-main .advantages-main-con-one .advantages-main-desc {
  width: 80%;
  color: #fff;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px;
  word-break: break-word;
  font-family: 'costomFont-Regular';
  line-height: 1.66666;
}
.advantages .advantages-main .advantages-main-con-one .advantages-main-more {
  width: 200px;
  display: block;
  color: #fff;
  text-align: center;
  border: #fff 2px solid;
  margin: auto;
  padding: 15px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 80px;
  transition: all ease .5s;
  border-radius: 6px;
}
.advantages .advantages-main .advantages-main-con-one1 .advantages-main-more:hover {
  border: #bd2122 2px solid;
  background: #bd2122;
  transition: all ease .5s;
}
.advantages .advantages-main .advantages-main-con-one2 {
  border-left: #a5a5a5 1px solid;
}
.advantages .advantages-main .advantages-main-con-one2 .advantages-main-con-inner {
  background: #fff;
}
.advantages .advantages-main .advantages-main-con-one2 .advantages-main-title {
  color: #2a2a2a;
}
.advantages .advantages-main .advantages-main-con-one2 .advantages-main-desc {
  color: #444;
}
.advantages .advantages-main .advantages-main-con-one2 .advantages-main-more {
  color: #444;
  border: #3a3a3a 2px solid;
}
.advantages .advantages-main .advantages-main-con-one2 .advantages-main-more:hover {
  border: #bd2122 2px solid;
  color: #bd2122;
  transition: all ease .5s;
}
.processi {
  padding-bottom: 30px;
}
.processi .processi-main {
  width: 100%;
  margin-top: 40px;
}
.processi .processi-main .processiSwiper {
  width: 100%;
}
.processi .processi-main .processi-swiper-slide {
  width: 25%;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 60px 25px 60px 25px;
  border: 1px solid #efefef;
  border-bottom: none;
  border-radius: 10px;
  background: linear-gradient(0deg, #2a343d, #4d5e6d);
  font-size: 30px;
  color: #ffffff;
  line-height: 1.5;
  font-family: 'costomFont-Regular';
  cursor: pointer;
  transition: all .5s;
}
.processi .processi-main .processi-swiper-slide .processi-swiper-img {
  width: 60px;
  height: 60px;
  margin-bottom: 50px;
}
.processi .processi-main .processi-swiper-slide .processi-swiper-img svg {
  max-width: 60px;
  height: 60px;
}
.processi .processi-main .processi-swiper-slide .processi-swiper-p {
  line-height: 1;
  font-size: 20px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: 'costomFont';
}
.processi .processi-main .processi-swiper-slide .processi-swiper-desc {
  font-size: clamp(0.875rem, 1.004rem, 1rem);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: left;
  font-family: 'costomFont-Regular';
  min-height: 150px;
}
.processi .processi-main .processi-swiper-slide:hover {
  background: linear-gradient(0deg, #911213, #bd2122);
  transition: all .5s;
}
.processi .processi-main .processi-swiper-slide:nth-of-type(2n) {
  margin-top: 50px;
}
.processi .processi-main .processiSwiper-pagination {
  text-align: center;
  margin-top: 30px;
}
.processi .processi-main .processiSwiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  margin: 0 4px;
}
.processi .processi-main .processiSwiper-pagination .swiper-pagination-bullet-active {
  background: #c61a09;
}
.response-animated {
  padding-top: 60px;
  background: url('https://omo-oss-image1.thefastimg.com/portal-saas/new2023120121182641665/cms/image/b6d29f8a-d866-4aca-aa30-c6c67ad62c4d.jpg') no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.response-animated .indexPage-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.response-animated .indexPage-inner img {
  margin-bottom: 20px;
}
.response-animated .indexPage-inner p {
  font-size: clamp(2rem, 3rem, 5rem);
  color: #bd2122;
  line-height: 1.2;
  text-align: center;
  font-family: 'costomFont';
}
.response-animated .indexPage-inner .response-animated-btns {
  margin: 30px auto 0;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.response-animated .indexPage-inner .response-animated-btns .response-animated-a {
  width: 50%;
  font-family: 'costomFont';
}
.response-animated .indexPage-inner .response-animated-btns .response-animated-a a {
  width: 90%;
  border-radius: 6px;
  text-align: center;
  padding: 12px 8px;
  display: inline-block;
  margin: auto;
  font-size: 1.2vw;
  overflow: hidden;
  transition: all .6s ease;
  position: relative;
}
.response-animated .indexPage-inner .response-animated-btns .response-animated-a a:hover {
  border: 2px solid #bd2122;
  color: #fff;
  background: #bd2122;
  transition: all .6s ease;
}
.response-animated .indexPage-inner .response-animated-btns .response-animated-a a::after {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.response-animated .indexPage-inner .response-animated-btns .response-animated-a a:hover:after {
  animation: hovercaret 0.6s ease-in;
}
.response-animated .indexPage-inner .response-animated-btns .response-animated-a1 a {
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: #bd2122;
  position: relative;
}
.response-animated .indexPage-inner .response-animated-btns .response-animated-a2 a {
  border: 2px solid #bd2122;
  color: #fff;
  background: #bd2122;
}
.indexPage-more {
  border-radius: 4px;
  text-align: center;
  width: 200px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #bd2122;
  color: #fff;
  font-size: 16px;
  font-family: 'costomFont';
  background-color: #bd2122;
  transition: all .3s ease;
}
.indexPage-more p {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 12;
  transform: scale(1);
  transition: all .3s ease;
}
.indexPage-more:hover p {
  transform: scale(1.1);
  transition: all .3s ease;
}
.indexPage-more::before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.indexPage-more:hover::before {
  animation: hovercaret 0.6s ease-in;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media only screen and (min-width: 1920px) {
  .response-animated .indexPage-inner .response-animated-btns .response-animated-a a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .abouti .abouti-num .abouti-num-p .abouti-num-count {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1280px) {
  .abouti .abouti-con .abouti-con-left .abouti-con-p {
    font-size: 14px;
    padding: 60px 30px 50px 30px;
  }
  .abouti .abouti-num .abouti-num-p .abouti-num-count {
    font-size: 40px;
  }
  .abouti .abouti-num .abouti-num-img {
    width: 50px;
    height: 50px;
  }
  .abouti .abouti-con .abouti-con-right .abouti-con-right-inner .abouti-con-right-p {
    font-size: 14px;
    margin-top: 30px;
  }
  .indexPage-more {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-other {
    width: calc(100% - 80px);
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-index {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-one {
    padding: 40px 30px 30px 30px;
  }
  .abouti .abouti-con .abouti-con-right .abouti-con-right-inner .indexPage-more {
    margin-top: 40px;
  }
  .abouti .abouti-con .abouti-con-right {
    padding: 60px 30px 30px 30px;
  }
  .abouti .abouti-num .abouti-num-p .abouti-num-desc {
    font-size: 14px;
  }
  .abouti .abouti-num .abouti-num-img svg {
    width: 50px;
    max-height: 50px;
  }
  .processi .processi-main .processi-swiper-slide {
    margin-right: 20px;
    padding: 40px 22px 40px 22px;
    width: 35%;
  }
  .indexPage {
    padding: 70px 0;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-img {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-img svg {
    max-width: 50px;
    height: 50px;
  }
  .proi .proi-swiper-slide .proi-swiper-p {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .proi .proi-swiper-slide {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 1024px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-more-box {
    margin: 22px auto 0;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    width: 70%;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin-top: 50px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-one {
    padding: 22px 20px 22px 20px;
  }
  .abouti .abouti-num .abouti-num-p .abouti-num-count {
    font-size: 28px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-other .abouti-con-title {
    font-size: 18px;
  }
  .abouti .abouti-num .abouti-num-img {
    width: 42px;
    height: 42px;
  }
  .abouti .abouti-con .abouti-con-right {
    padding: 40px 30px 30px 30px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-p {
    padding: 40px 22px 40px 22px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-other .abouti-con-desc {
    font-size: 12px;
  }
  .abouti .abouti-num .abouti-num-img svg {
    width: 42px;
    max-height: 42px;
  }
  .abouti .abouti-num .abouti-num-p .abouti-num-unit {
    font-size: 12px;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-title {
    font-size: 26px;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-con-inner {
    width: 86%;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-desc {
    padding: 20px 0px;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-more {
    padding: 12px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .processi .processi-main .processi-swiper-slide {
    margin-right: 16px;
    width: 40%;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-p {
    font-size: 14px;
  }
  .response-animated .indexPage-inner .response-animated-btns .response-animated-a a {
    font-size: 16px;
  }
  .indexPage {
    padding: 50px 0;
  }
  .indexPage-title {
    font-size: 32px;
  }
  .proi .proiSwiper {
    margin-top: 28px;
  }
  .indexPage-desc {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 820px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    font-size: 16px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-p {
    padding: 30px 22px 30px 22px;
  }
  .abouti .abouti-con .abouti-con-left {
    width: 100%;
    margin-right: 0;
  }
  .indexPage-more {
    height: 45px;
    line-height: 45px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more {
    height: 44px;
    font-size: 14px;
    line-height: 42px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 30px;
    margin-top: 30px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    width: 100%;
  }
  .abouti .abouti-con {
    flex-wrap: wrap;
  }
  .abouti .abouti-con .abouti-con-right .abouti-con-right-inner .indexPage-desc {
    text-align: center;
  }
  .abouti .abouti-con .abouti-con-right .abouti-con-right-inner .abouti-con-right-p {
    font-size: 12px;
    margin-top: 18px;
  }
  .abouti .abouti-con .abouti-con-right .abouti-con-right-inner .indexPage-more {
    margin-top: 24px;
  }
  .abouti .abouti-con .abouti-con-right {
    padding: 30px 24px 30px 24px;
  }
  .indexPage-title {
    font-size: 20px;
  }
  .abouti .abouti-con .abouti-con-right .abouti-con-right-inner .indexPage-title {
    text-align: center;
  }
  .abouti .abouti-con .abouti-con-right {
    width: 100%;
    margin-top: 10px;
  }
  .abouti .abouti-num .abouti-num-p .abouti-num-desc {
    font-size: 12px;
  }
  .abouti .abouti-num {
    flex-wrap: wrap;
  }
  .abouti .abouti-num .abouti-num-one {
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 12px;
    min-width: 190px;
  }
  .abouti .abouti-con {
    margin-top: 30px;
  }
  .advantages .advantages-main .advantages-main-con-one {
    width: 100%;
    height: auto;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-more {
    display: none;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-svg {
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-desc {
    padding: 12px 0px 20px;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-title {
    font-size: 22px;
    margin-top: 8px;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-svg svg {
    max-width: 50px;
    height: 50px;
  }
  .advantages .advantages-main .advantages-main-con {
    flex-wrap: wrap;
  }
  .processi .processi-main .processi-swiper-slide:nth-of-type(2n) {
    margin-top: 30px;
  }
  .processi .processi-main .processi-swiper-slide {
    width: 45%;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-p {
    margin-bottom: 12px;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-desc {
    min-height: 0;
  }
  .processi .processi-main {
    margin-top: 30px;
  }
  .processi .processi-main .processiSwiper-pagination {
    margin-top: 14px;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-img {
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-img svg {
    max-width: 42px;
    height: 42px;
  }
  .proi .proi-swiper-slide .proi-swiper-p {
    font-size: 16px;
  }
  .proi .proi-swiper-slide {
    width: calc((100% - 60px) / 3);
  }
  .response-animated .indexPage-inner p {
    font-size: 32px;
  }
  .response-animated .indexPage-inner .response-animated-btns .response-animated-a a {
    margin: 0 auto;
    width: 100%;
  }
  .response-animated .indexPage-inner .response-animated-btns {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .response-animated .indexPage-inner .response-animated-btns .response-animated-a {
    width: 100%;
    margin-top: 14px;
  }
  .indexPage {
    padding: 40px 0;
  }
  .response-animated {
    padding-top: 40px;
  }
  .response-animated .indexPage-inner .response-animated-btns .response-animated-a a {
    font-size: 14px;
  }
  .response-animated .indexPage-inner img {
    max-width: 100px;
  }
  .banner {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    font-size: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more {
    display: none;
  }
  .processi .processi-main .processi-swiper-slide {
    width: 55%;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 20px;
  }
  .proi .proi-swiper-slide {
    width: calc((100% - 24px) / 3);
    padding-bottom: 12px;
  }
  .proi .proi-swiper-slide .proi-swiper-img {
    margin-bottom: 16px;
  }
  .proi .proi-swiper-slide .proi-swiper-p {
    font-size: 14px;
  }
  .indexPage-title {
    font-size: 26px;
  }
  .indexPage-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .abouti .abouti-con .abouti-con-left .abouti-con-index {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .abouti .abouti-con .abouti-con-left .abouti-con-other {
    width: calc(100% - 70px);
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-title {
    font-size: 20px;
    margin-top: 6px;
  }
  .advantages .advantages-main .advantages-main-con-one .advantages-main-desc {
    font-size: 12px;
  }
  .processi .processi-main {
    margin-top: 20px;
  }
  .processi .processi-main .processi-swiper-slide {
    width: 85%;
  }
  .processi .processi-main .processi-swiper-slide:nth-of-type(2n) {
    margin-top: 0;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-desc {
    min-height: 150px;
  }
  .indexPage-title {
    font-size: 20px;
  }
  .proi .proiSwiper-pagination {
    margin-top: 15px;
  }
  .proi .proi-swiper-slide {
    width: calc((100% - 24px) / 2);
    padding: 6px 6px 12px;
  }
  .proi .proiSwiper {
    margin-top: 20px;
  }
  .indexPage-desc {
    font-size: 12px;
  }
  .indexPage {
    padding: 30px 0;
  }
  .response-animated {
    padding-top: 30px;
  }
  .response-animated .indexPage-inner p {
    font-size: 26px;
  }
  .response-animated .indexPage-inner .response-animated-btns .response-animated-a:nth-of-type(2) {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 415px) {
  .proi .proiSwiper-pagination {
    display: none;
  }
  .proi .proi-swiper-slide {
    width: 90%;
    margin-right: 10px;
    padding: 6px 6px 12px;
  }
  .banner {
    margin-top: 50px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    font-size: 12px;
  }
  .processi .processi-main .processi-swiper-slide .processi-swiper-desc {
    min-height: 170px;
  }
  .processi .processi-main .processi-swiper-slide {
    width: 90%;
  }
}
