.arshine2-solution {
  padding: 120px 0 80px;
  background: #fff;
}

.arshine2-solution .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.arshine2-solution .box .pic {
  width: 55%;
}

.arshine2-solution .box .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 60px;
}
.inner-box h5{
  color: #121212;
  font-size: 25px;
  text-align: center;
}
.arshine2-solution .box .txt h3 {
  color: var(--color-primary);
  font-size: 48px;
  line-height: 1;
}

.arshine2-solution .box .txt h3 span {
  color: var(--color-primary);
}

.arshine2-solution .box .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 20px 0 0;
}

.arshine2-solution .box .txt .more {
  margin-top: 40px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}

.arshine2-solution .box .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}


/* swiper */

.arshine2-solution .solutionSwiper {
  margin: 44px -10px 0;
  padding: 0 10px;
  overflow: hidden;
}


.arshine2-solution .swiper-wrapper {
  display: flex;
}


.arshine2-solution .swiper-slide {
  padding: 0 10px;
  box-sizing: border-box;
}


.arshine2-solution .swiper-slide .inner-box {
  width: 100%;
}


.arshine2-solution .swiper-slide .pic {
  width: 100%;
  display: block;
}


.arshine2-solution .swiper-slide .pic img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  display: block;
}


.arshine2-solution .swiper-slide h5 {
  font-size: 24px;
  color: #333;
  margin: 24px 0 0;
  text-align: center;
}


.arshine2-solution .swiper-slide h5 a:hover {
  color: var(--color-primary);
}


/* swiper按钮 */

.arshine2-solution .swiper-button-prev,
.arshine2-solution .swiper-button-next {
  width: 40px;
  height: 40px;
}


.arshine2-solution .swiper-button-prev:after,
.arshine2-solution .swiper-button-next:after {
  font-size: 20px;
}



/* 分页 */

.arshine2-solution .swiper-pagination {
  position: relative;
  margin-top: 30px;
}



/* 1500 */

@media screen and (max-width:1500px) {

  .arshine2-solution .box .txt h3 {
    font-size: 44px;
  }


  .arshine2-solution .swiper-slide h5 {
    font-size: 23px;
  }


  .arshine2-solution {
    padding: 100px 0 80px;
  }

}



/* 1441 */

@media screen and (max-width:1441px) {


  .arshine2-solution .box .txt h3 {
    font-size: 42px;
  }


  .arshine2-solution .box .txt .more {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }


  .arshine2-solution .swiper-slide h5 {
    font-size: 22px;
  }


  .arshine2-solution {
    padding: 80px 0;
  }

}



/* 1367 */

@media screen and (max-width:1367px) {


  .arshine2-solution .box .txt h3 {
    font-size: 40px;
  }


  .arshine2-solution .box .txt p {
    line-height: 28px;
    font-size: 17px;
  }


  .arshine2-solution .swiper-slide h5 {
    font-size: 21px;
  }


  .arshine2-solution {
    padding: 70px 0;
  }

}



/* 1281 */

@media screen and (max-width:1281px) {


  .arshine2-solution .box .txt h3 {
    font-size: 38px;
  }


  .arshine2-solution .box .txt .more {
    height: 42px;
    line-height: 42px;
  }


  .arshine2-solution .swiper-slide h5 {
    font-size: 20px;
  }

}



/* 1171 */

@media screen and (max-width:1171px) {


  .arshine2-solution .box .txt h3 {
    font-size: 36px;
  }


  .arshine2-solution .swiper-slide h5 {
    font-size: 19px;
  }


  .arshine2-solution .box .txt p {
    font-size: 16px;
  }

}



/* 992 */

@media screen and (max-width:992px) {


  .arshine2-solution .box {
    display:block;
  }


  .arshine2-solution .box .pic {
    width:100%;
  }


  .arshine2-solution .box .txt {
    margin:0 0 20px;
    text-align:center;
  }


  .arshine2-solution .box .txt h3 {
    font-size:34px;
  }


  .arshine2-solution .swiper-slide h5 {
    font-size:18px;
  }


  .arshine2-solution .box .txt .more {
    height:40px;
    line-height:40px;
    padding:0 35px;
  }

}



/* 768 */

@media screen and (max-width:768px) {


  .arshine2-solution .box .txt h3 {
    font-size:32px;
  }


  .arshine2-solution .swiper-slide h5 {
    font-size:17px;
  }


  .arshine2-solution .box .txt .more {
    height:38px;
    line-height:38px;
    padding:0 30px;
    font-size:15px;
  }


  .arshine2-solution {
    padding:30px 0;
  }


  .arshine2-solution .box .txt .more {
    margin-top:20px;
  }


  .arshine2-solution .swiper-slide h5 {
    margin:15px 0 0;
  }


}



/* 600 */

@media screen and (max-width:600px) {


  .arshine2-solution .box .txt h3 {
    font-size:28px;
  }


  .arshine2-solution .box .txt p {
    font-size:15px;
  }

}



/* 480 */

@media screen and (max-width:480px) {


  .arshine2-solution .box .txt h3 {
    font-size:24px;
  }

}



/* 430 */

@media screen and (max-width:430px) {


  .arshine2-solution .box .txt h3 {
    font-size:26px;
  }

}