.Solution-title {
  background: #fff;
}

.Solution-banner .Solution-ul .Solution-li a {
  color: #000;
}

.Solution-banner .Solution-ul .Solution-li:last-child a {
  color: #fff;
}

.details1 {
  width: 90%;
  margin: 86px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}

.details1 .details1-left {
  width: 48%;
  font-size: 0;
}

.details1 .details1-left img {
  width: 100%;
}

.details1 .details1-right {
  padding: 0 0.8rem;
  width: 52%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.details1 .details1-right-p1 {
  font-size: 0.3rem;
  /*font-weight: 600;*/
}

.details1 .details-right-line {
  width: 40px;
  height: 2px;
  background: #046fa8;
  margin: 20px 0 40px;
}

.details1 .details1-right-p2 {
  font-size: 16px;
  color: #999;
  letter-spacing: 3px;
  line-height: 30px;
}

.details1 dl {
  margin-top: 60px;
  color: #5f5d5d;
}

.details1 dl p:nth-child(1) {
  font-size: 0.2rem;
  margin-bottom: 40px;
}

.details1 dl p:nth-child(2),.details1 dl p:nth-child(3){
  font-size: 0.14rem;
  color: #999;
  padding-bottom: 15px;
}

.details2 {
  width: 90%;
  margin: 100px auto 0;
}

.details2 .details2-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.details2 .details2-t .details2-t1 {
  font-size: 0.3rem;
}

.details2 .details2-t .details2-t2 {
  width: 40px;
  height: 2px;
  background: #046fa8;
  margin-top: 25px;
}

.details2 .details2-s {
  width: 100%;
  /*height: 520px;*/
  height: auto;
  margin: 62px auto;
  padding-bottom: 100px;
}

.details2 .details2-s.swiper-container .swiper-wrapper{
    height: auto;
}

.details2 .details2-s .swiper-slide {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*width: 100%;*/
}

.details2 .details2-s .swiper-slide-box1 {
  width: 30%;
  text-align: center;
  border: 1px solid #eae4e4ad;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.details2 .details2-s  .swiper-slide-box1 .swiper-slide-img {
  width: 95%;
  margin: 15px auto 30px;
  background: #f7f7f7;
}

.details2 .details2-s .swiper-slide-box1 .swiper-slide-img img {
  width: 100%;
}

.details2 .details2-s .swiper-slide-box1 .swiper-slide-p .swiper-slide-p1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.18rem;
  margin-bottom: 30px;
}
.swiper-slide-p .swiper-slide-p1 p{
  color: #000;
}

.details2 .details2-s .swiper-slide-box1 .swiper-slide-p .swiper-slider-p2 {
  font-size: 0.14rem;
  color: #999;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 30px;
}

.details2 .details2-s .swiper-slide-box1 .swiper-slide-p .swiper-slide-p1 span {
  width: 20px;
  height: 2px;
  background: #666;
  margin: 0 14px;
}

.details2 .details2-s .swiper-slide-box1:hover {
  background: #046fa8;
  color: #fff;
}

.details2 .details2-s .swiper-slide-box1:hover .swiper-slider-p2 {
  color: #fff;
}

.details2 .details2-s .swiper-slide-box1:hover .swiper-slide-p1 span {
  background: #fff;
}
.details2 .details2-s .swiper-slide-box1:hover .swiper-slide-p1 p {
  color: #fff;
}

.swiper-pagination-bullet {
  background: url(../img/product-lb1.png);
  width: 16px;
  height: 16px;
  margin: 0 20px !important;
}

@media only screen and (max-width:1024px) {
  .details1 {
    width: 90%;
    margin: 0px auto 0;
    display: block;
    padding-top: 100px;
  }

  .details1 .details1-left {
    width: 100%;
    font-size: 0;
  }

  .details1 .details1-right {
    padding: 0.25rem 0rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .details1 .details-right-line {
    width: 40px;
    height: 2px;
    background: #046fa8;
    margin: 10px 0 10px;
  }

  .details1 dl {
    margin-top: 10px;
    color: #5f5d5d;
  }

  .details1 dl dt {
    font-size: 0.2rem;
    margin-bottom: 10px;
  }

  .details2 {
    width: 90%;
    margin: 0 auto;
  }

  .details2 .details2-s {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .details2 .details2-s .swiper-slide .swiper-slide-box1 {
    padding-bottom: 20px;
  }

  .swiper-pagination {
    position: static;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 0;
    margin: 20px auto;
  }
}

@media only screen and (max-width:375px) {
  .details1 {
    padding-top: 80px;
  }

  .details1 .details1-right-p2 {
    line-height: 20px;
  }

  .details1 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .details1 dl dd {
    padding: 0 10px;
  }
  .details2 .details2-s .swiper-slide {
    overflow: hidden;
}
  .details2 .details2-s .swiper-slide .swiper-slide-box1{
    width: 49%;
  }
}