.about-solution{
  background-color: #FAFAFA;
}
.about-solution .swiper-wrapper{
  height: auto;
}
.about-solution-titles{
  text-align: center;
}
.about-solution-titles{
  width: 1136px;
  margin: 0 auto;
  text-align: center;
}
.about-solution-descs{
  width: 856px;
  margin: 30px auto 0;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.about-solution-box{
  margin-top: 80px;
}
.about-solution .swiper-slide{
  width: 366px;
  height: auto;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.about-solution .swiper-slide:hover{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
}
.about-solution .swiper-slide:hover .about-solution-more-arrow{
  transform: translateX(8px);
  transition: all 0.2s;
}
.about-solution-item{
  width: 100%;
  height: auto;
 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
}
.about-solution-img{
  width: 100%;
  margin-bottom: 40px;
}
.about-solution-title{
  margin-left: 32px;
  font-size: 32px;
  line-height: 36px;
}
.about-solution-desc{
  width: 302px;
  margin: 12px 0  0 32px;
  font-size: 20px;
  line-height: 24px;
  flex: 1 1;
}
.about-solution-more{
  margin: 42px 0 30px 32px;
}
.about-solution-more span{
  font-size: 18px;
  line-height: 26px;
}
.about-solution-more-arrow{
 font-size: 16px;
  margin-left: 4px;
  color: #00AA76;
}
@media screen and (max-width: 1920px){
  .about-solution-titles{
    width: 1024px;
  }
  .about-solution-descs{
    width: 800px;
    margin: 20px auto 0;
    font-size: 20px;
    line-height: 28px;
  }
  .about-solution-box{
    margin-top: 60px;
  }
  .about-solution .swiper-slide{
    width: 264px;
    border-radius: 22px; 
  }

  .about-solution-img{
    margin-bottom: 28px;
  }
  .about-solution-title{
    margin-left: 22px;
    font-size: 24px;
    line-height: 32px;
  }
  .about-solution-desc{
    width: 219px;
    margin: 12px 0  0 22px;
    font-size: 18px;
    line-height: 24px;
  }
  .about-solution-more{
    margin: 24px 0 24px 22px;
  }
  .about-solution-more span{
    font-size: 16px;
    line-height: 24px;
  }
  .about-solution-more-arrow{
   font-size: 16px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 1200px){
  .about-solution-titles{
    width: 880px;
  }
  .about-solution-descs{
    width: 720px;
    margin: 16px auto 0;
    font-size: 18px;
    line-height: 24px;
  }
  .about-solution-box{
    margin-top: 48px;
  }
  .about-solution .swiper-slide{
    width: 202px;
    border-radius: 17px;  
  }

  .about-solution-img{
    margin-bottom: 24px;
  }
  .about-solution-title{
    margin-left: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .about-solution-desc{
    width: 162px;
    margin: 12px 0  0 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .about-solution-more{
    margin: 12px 0 24px 20px;
  }
  .about-solution-more span{
    font-size: 16px;
    line-height: 24px;
  }
  .about-solution-more-arrow{
   font-size: 16px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 960px){
  .about-solution .swiper-slide:hover{
    box-shadow: none;
  }
  .about-solution-titles{
    width: 688px;
  }
  .about-solution-descs{
    width: 688px;
    margin: 10px auto 0;
    font-size: 16px;
    line-height: 22px;
  }
  .about-solution-box{
    overflow: hidden;
    margin-top: 48px;
    width: 100% !important;
    padding-left: calc((100vw - 688px)/2) !important;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px){
  .about-solution-titles{
    text-align: left;
    padding: 0 40px;
  }
  .about-solution-titles{
    text-align: left;
    width: 100%;
    padding: 0 40px;
  }
  .about-solution-descs{
    text-align: left;
    width: 100%;
    padding: 0 40px;
  }
  .about-solution-box{
    margin-top: 40px;
    padding-left:40px !important;
  }
}
@media screen and (max-width: 580px){
  .about-solution-titles{
    padding: 0 20px;
  }
  .about-solution-descs{
    padding: 0 20px;
  }
  .about-solution-titles{
    padding: 0 20px;
  }
  .about-solution-box{
    margin-top: 40px;
    padding-left:20px !important;
  }
}
