.banner {
  width: 100%;
  height: auto;
}

.banner .swiper {
  position: relative;
  width: 100%;
}

.banner .swiper .swiper-wrapper{
  width: 100%;
  height: auto;
  position: relative;
}

.banner .swiper .swiper-slide{
  position: relative;
  overflow: hidden;
  z-index: 50;
}

.banner .swiper .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-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 .swiper-wrapper .swiper-slide .banner-content {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 130px;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
  width: 100%;
  height: 47px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  margin-bottom: 2%;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc {
  width: 100%;
  height: 33px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 4%;
}

.banner .swiper .banner-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 210px;
  background: #FFFFFF;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  z-index: 10;
}

.banner .swiper .banner-scroll .scroll-down {
  height: 16px;
  width: 116px;
  margin-top: 117px;
  margin-left: 125px;
}

.banner .swiper .banner-scroll .scroll-down img {
  height: 80%;
  width: 80%;
}

.banner .swiper .banner-scroll .scroll{
  height: 16px;
  width: 116px;
  margin-top: 14px;
  margin-left: 160px;
}

.banner .swiper .banner-scroll .scroll .scroll-line {
  width: 20px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #8E8E8E;
  z-index: 20;
  position: relative;
}
.banner .swiper .banner-scroll .scroll .scroll-line .scroll-line-p {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 7px;
  background: #8E8E8E;
  border-radius: 10px;
  animation: scroll infinite 1.2s;
}
@keyframes scroll {
  0% {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}


.global{
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
  background: #f1f1f1;
  position: relative;
}
.global .global-back-left{
  position: absolute;
  top: 50%;
  left: 0;
}
.global .global-back-right{
  position: absolute;
  top: 50%;
  right: 0;
}

.global .global-inner{
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 60px 0 ;
  z-index: 1;
  position: relative;
}
.global .global-top{
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  gap: 28px;
  margin-bottom: 44px;
}
.global .global-top .global-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
}
.global .global-top .global-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.global .global-top .global-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.global .global-top .global-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.global .global-top .global-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.global .global-top .global-top-line{
  width: 396px;
  height: 2px;
  border-radius: 4px;
  background: #fd7f7b;
}
.global .global-middle{
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background-image: url(../image/connect/global-middle-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.global .global-middle .global-middle-desc{
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.global .global-middle .global-middle-desc p{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.global .global-bottom{
  width: 90%;
  margin: 0 auto;
  border-radius:  0px 0px 24px 24px;
  border-bottom: 4px solid #0000001f;
  border-left: 4px solid #0000001f;
  border-right: 4px solid #0000001f;
  background: #ffffff;
  box-shadow: 0px 6px 3.3px #ffffff40;
      padding: 25px 0 40px 0;
}
.global .global-bottom .global-bottom-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}
.global .global-bottom .global-bottom-top .global-bottom-top-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
.global .global-bottom .global-bottom-top .global-bottom-top-title .num{
  color: #000000;
  font-family: DIN;
  font-weight: 700;
  font-size: 40px;
}
.global .global-bottom .global-bottom-top .global-bottom-top-title .global-bottom-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.global .global-bottom .global-bottom-top .global-bottom-top-line{
  width: 540px;
  height: 2px;
  background: linear-gradient(90deg, #009ed6 0%, #fe706c 100%);
}
.global .global-bottom .global-bottom-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.global .global-bottom .global-bottom-bottom-left{
    width: 45%;
}
.global .global-bottom .global-bottom-bottom-left p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
}
.global .global-bottom .global-bottom-bottom-right{
  width: 25%;
  border-radius: 12px;
  overflow: hidden;
}
.global .global-bottom .global-bottom-bottom-right img{
  width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s; 
}
.global .global-bottom .global-bottom-bottom-right:hover img{
  transform: scale(1.05);
}
.swiper-button-prev:after, 
.swiper-button-next:after {
    display: none;
}
.global .global-bottom-bottom .global-bottom-bottom-prev {
  width: 62px;
  height: 62px;
  background: #FE706C;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.global .global-bottom-bottom .global-bottom-bottom-prev img {
  width: 30px;
  height: auto;
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}

.global .global-bottom-bottom .global-bottom-bottom-prev:hover img {
  transform: rotateY(360deg);
}


.global .global-bottom-bottom .global-bottom-bottom-next {
  width: 62px;
  height: 62px;
  background: #FE706C;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.global .global-bottom-bottom .global-bottom-bottom-next img {
  width: 30px;
  height: auto;
  transform: scaleX(-1);
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}

.global .global-bottom-bottom .global-bottom-bottom-next:hover img {
  transform: scaleX(-1) rotateY(360deg); 
}

.global-bottom-bottom-prev.swiper-button-disabled,
.global-bottom-bottom-next.swiper-button-disabled {
  opacity: 1; 
  filter: none;
  cursor: not-allowed;
  pointer-events: none;
}







.slogan{
  width: 100%;
  position: relative;
  background-image: url(../image/connect/slogan.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.slogan .slogan-inner {
  padding: 100px 0;
  width: 80%;
  margin: 0 auto;
}

.slogan .slogan-inner .slogan-title{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
}
.process{
    background: #f1f1f1;
}
.process .process-inner{
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1440px;
  padding: 75px 0;
}
.process .swiper{ 
  width: 100%;
}
.process .swiper-slide{
    width: 100% ;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.process .process-left{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.process .process-left .process-left-top{
    display: flex;
    flex-direction: column;
    gap: 29px;
}
.process .process-left .process-left-top .process-left-top-title{
    display: flex;
    flex-direction: row;
    gap: 18px;
}
.process .process-left .process-left-top .process-left-top-title span{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
}
.process .process-left .process-left-top .process-left-top-title .process-left-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.process .process-left .process-left-top .process-left-top-title .process-left-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.process .process-left .process-left-top .process-left-top-title .process-left-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.process .process-left .process-left-top .process-left-top-title .process-left-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.process .process-left .process-left-top .process-left-top-line{
  width: 584px;
  height: 2px;
  background: linear-gradient(270deg, #009ed6 0%, #fe706c 100%);
}
.process .process-left .process-left-bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.process .process-left .process-left-bottom .process-left-bottom-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.process .process-left .process-left-bottom .process-left-bottom-top .num{
  color: #000000;
  font-family: DIN;
  font-weight: 700;
  font-size: 40px;
}
.process .process-left .process-left-bottom .process-left-bottom-top .process-left-bottom-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.process .process-left .process-left-bottom .process-left-bottom-middle{
    margin-top: 20px;
}
.process .process-left .process-left-bottom .process-left-bottom-middle p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;

}
.process .process-left .process-left-bottom .process-left-bottom-bottom {
  display: flex ;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 78px;
  margin-right: 3%;
}
.process .process-left .process-left-bottom .process-left-bottom-bottom .process-left-bottom-prev,
.process .process-left .process-left-bottom .process-left-bottom-bottom .process-left-bottom-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #009ed6
}
.process .process-left .process-left-bottom .process-left-bottom-bottom .process-left-bottom-prev img{
  width: 20px;
  height: auto;
  transition: transform 0.5s;
}
.process .process-left .process-left-bottom .process-left-bottom-bottom .process-left-bottom-next img{
  width: 20px;
  height: auto;
  z-index: 10;
  transform: scaleX(-1);
  object-fit: scale-down;
  transition: 0.5s;
}
.process .process-left .process-left-bottom .process-left-bottom-bottom .process-left-bottom-prev:hover img{
  transform: rotateY(360deg);
}
.process .process-left .process-left-bottom .process-left-bottom-bottom .process-left-bottom-next:hover img {
  transform: scaleX(-1) rotateY(360deg);
}
.process .process-right{
  width: 40%;
  border-radius: 12px;
  background: #9f9f9f;
  overflow: hidden;
}
.process .process-right img{
  width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.process .process-right:hover img{
  transform: scale(1.05);
}
.concept{
    display: flex;
    flex-direction: column;
    gap: 58px;
    padding: 50px 0;
}
.concept .concept-top{
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  gap: 8px;
}
.concept .concept-top .concept-top-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.concept .concept-top .concept-top-title span{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
  margin: 0 28px;
}
.concept .concept-top .concept-top-title-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.concept .concept-top .concept-top-title-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.concept .concept-top .concept-top-title-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.concept .concept-top .concept-top-title-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.concept .concept-top .concept-top-desc{
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.concept .concept-top .concept-top-line{
  width: 584px;
  height: 2px;
  background: linear-gradient(270deg, #009ed6 0%, #fe706c 100%);
}
.concept .concept-middle{
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.concept .concept-middle .concept-middle-one{
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  border-radius: 24px;
  border: 4px solid #77777733;
  box-sizing: border-box;
  background: #009ed60d;
}
.concept .concept-middle .concept-middle-one .concept-middle-one-top{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.concept .concept-middle .concept-middle-one .concept-middle-one-top svg{
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.concept .concept-middle .concept-middle-one:hover .concept-middle-one-top svg{
  transform: rotateY(360deg);
}
.concept .concept-middle .concept-middle-one .concept-middle-one-top span{
  color: #2b2b2b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
}
.concept .concept-middle .concept-middle-one .concept-middle-one-bottom span{
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.concept .concept-bottom{
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concept .concept-bottom p{
  color: #2b2b2b;
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
}

.service{
  width: 100%;
  position: relative;
}
.service .service-inner{
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}
.service .service-back{
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.service .service-back img{
  width: 100%;
}
.service .service-top{
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  gap: 28px;
  margin-bottom: 44px;
}
.service .service-top .service-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
  text-align: center;
}
.service .service-top .service-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.service .service-top .service-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.service .service-top .service-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.service .service-top .service-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.service .service-top .service-top-line{
  width: 396px;
  height: 2px;
  border-radius: 4px;
  background: #fd7f7b;
}

.service .service-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.service .service-bottom .service-bottom-left,
.service .service-bottom .service-bottom-right{
  border-radius: 50%;
  overflow: hidden;
}
.service .service-bottom .service-bottom-left img,
.service .service-bottom .service-bottom-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.service .service-bottom .service-bottom-left:hover img,
.service .service-bottom .service-bottom-right:hover img{
  transform: scale(1.05);
}
.service .service-bottom .service-bottom-middle{
  width: 30% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .service-bottom .service-bottom-middle .swiper{ 
  width: 100%;
}
.service .service-bottom .service-bottom-middle .swiper-wrapper{ 
  width: 100%;
  display: flex !important;
  align-items: stretch;
}
.service .service-bottom .service-bottom-middle .swiper-slide{ 
  width: 100%;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: space-between;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  gap: 7px;
  flex-wrap: wrap;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top .num{
  color: #003f55;
  font-family: DIN;
  font-weight: 700;
  font-size: 40px;
}

.service .service-bottom .service-bottom-middle .service-bottom-middle-top .service-bottom-middle-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.service .service-bottom .service-bottom-middle .service-bottom-middle-middle{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 75px;
}

.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom {
  display: flex ;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-prev,
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #FE706C;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-prev img{
  width: 20px;
  height: auto;
  transition: transform 0.5s;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-next img{
  width: 20px;
  height: auto;
  z-index: 10;
  transform: scaleX(-1);
  object-fit: scale-down;
  transition: 0.5s;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-prev:hover img{
  transform: rotateY(360deg);
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-next:hover img {
  transform: scaleX(-1) rotateY(360deg);
}

@media only screen and (max-width: 1280px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 80px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 20px;
  }
  .banner .swiper .banner-scroll {
    width: 211px;
    height: 178px;
  }
  .banner .swiper .banner-scroll .scroll-down {
    margin-top: 98px;
    margin-left: 103px;
  }
  .banner .swiper .banner-scroll .scroll{
    margin-top: 14px;
    margin-left: 140px;
  }
  .concept .concept-middle .concept-middle-one .concept-middle-one-top span {
    font-size: 30px;
}
.concept .concept-middle .concept-middle-one .concept-middle-one-top svg {
    width: 35px;
}
.slogan .slogan-inner .slogan-title {
    font-size: 35px;
}

}
@media only screen and (max-width: 1100px) { 
.service .service-bottom .service-bottom-left{
  position: absolute;
  left: -35%;
}
 .service .service-bottom .service-bottom-right {
  position: absolute;
  right: -25%;
}
.service .service-bottom {
  justify-content: center;
}
.service .service-bottom .service-bottom-middle {
    width: 50% !important;
}
.concept .concept-middle {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
.global .global-middle .global-middle-desc p {
    font-size: 16px;
}
.global .global-bottom .global-bottom-bottom-left p {
    line-height: 35px;
}
.slogan .slogan-inner .slogan-title {
    font-size: 30px;
}
.process .process-left .process-left-bottom .process-left-bottom-top .num {
    font-size: 30px;
}
}
@media only screen and (max-width: 1025px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 24px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 18px;
  }
  .banner-content-btn{
    display: none;
  }
  .banner .swiper .banner-scroll {
    display: none;
  }
  .global .global-bottom .global-bottom-top {
    gap: 10px;
}
  .global .global-bottom .global-bottom-top .global-bottom-top-title .num {
    font-size: 25px;
}
.global .global-bottom .global-bottom-top .global-bottom-top-title {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: column;
}
}
@media only screen and (max-width: 900px) {
.global .global-bottom .global-bottom-bottom {
    display: flex;
    flex-direction: column;
}
.global .global-bottom-bottom .global-bottom-bottom-prev {
    display: none;
}
.global .global-bottom-bottom .global-bottom-bottom-next {
    display: none;
}
.global .global-bottom .global-bottom-bottom-left {
    width: 90%;
}
.global .global-bottom .global-bottom-bottom-right {
    width: 80%;
}
.global .global-inner,
.slogan .slogan-inner,
.process .process-inner,
.concept .concept-top,
.concept .concept-middle,
.concept .concept-bottom {
    width: 85%;
}
  .global .global-bottom .global-bottom-top .global-bottom-top-line {
    display: none;
  }
  .service .service-top .service-top-line{
    display: none;
  }
}
@media only screen and (max-width: 821px) { 
.service .service-bottom .service-bottom-left{
  display: none;
}
 .service .service-bottom .service-bottom-right {
  display: none;
}
.service .service-bottom .service-bottom-middle {
    width: 100% !important;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top {
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-middle {
    margin-bottom: 30px;
}
.service .service-bottom {
  margin-bottom: 0;
}
.slogan .slogan-inner .slogan-title {
    font-size: 25px;
}
.process .swiper-slide {
    flex-direction: column;
    gap: 15px;
}
.process .process-left {
    width: 100%;
}
.process .process-left .process-left-bottom .process-left-bottom-bottom {
    margin-top: 30px;
}
.process .process-right {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 60px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 16px;
  }
  .global .global-top .global-top-title,
  .process .process-left .process-left-top .process-left-top-title span,
  .concept .concept-top .concept-top-title span,
  .service .service-top .service-top-title {
    font-size: 28px;
}
.concept .concept-bottom p,
.concept .concept-top .concept-top-desc {
    font-size: 20px;
}
.concept .concept-middle .concept-middle-one {
    padding: 20px;
    gap: 0;
}
.service .service-top {
    margin-bottom: 10px;
}
.concept {
    gap: 15px;
    padding: 20px 0;
}
  .concept .concept-middle .concept-middle-one .concept-middle-one-top span {
    font-size: 20px;
}
.global .global-middle .global-middle-desc p {
    font-size: 16px;
}
.global .global-bottom .global-bottom-bottom-right {
    width: 90%;
}
    .process .process-left .process-left-bottom .process-left-bottom-top .num {
        font-size: 25px;
    }
.process .process-left .process-left-bottom .process-left-bottom-top .process-left-bottom-title {
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
}
.process .process-left .process-left-bottom .process-left-bottom-middle {
    margin-top: 15px;
}
.process .process-inner {
    padding: 40px 0;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top .num {
    font-size: 30px;
}
}

@media only screen and (max-width: 641px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 40px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one-active {
    width: 28px;
    height: 6px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one {
    width: 22px;
    height: 3px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-num {
    font-size: 14px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 18px;
  }
  .global .global-top .global-top-title,
  .process .process-left .process-left-top .process-left-top-title span,
  .concept .concept-top .concept-top-title span,
  .service .service-top .service-top-title {
      font-size: 24px;
  }
  .concept .concept-bottom p,
  .concept .concept-top .concept-top-desc {
    font-size: 18px;
    text-align: center;
  }
  .global .global-bottom .global-bottom-top {
      margin-bottom: 10px;
  }
  .global .global-bottom .global-bottom-top .global-bottom-top-title .num {
    font-size: 20px;
  }
  .global .global-bottom .global-bottom-top .global-bottom-top-title .global-bottom-top-title {
      font-size: 20px;
  }
  .global .global-bottom .global-bottom-bottom-left p {
      font-size: 14px;
  }
  .concept .concept-middle .concept-middle-one .concept-middle-one-top {
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
  }
  .process .process-left .process-left-bottom .process-left-bottom-top {
    flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}