.html-style img {
  width: 100%;
  height:auto;
}

.news-details {
  padding-top: 156px;
  padding-bottom: 70px;
}
.news-details h1 {
  font-size: 28px;
  
  font-weight: 500;
  color: #000000;
  text-align: left;
}
.news-details>p {
  font-size: 18px;
  
  font-weight: 500;
  color: #1cbb75;
  text-align: left;
  margin-bottom: 20px;
}
.news-details .line-style {
  width: 100%;
  padding-top: 36px;
  margin-bottom: 9px;
  border-bottom: 1px solid #979797;
}
.news-details .details-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6d7278;
  margin-bottom: 17px;
}
.news-details .details-back img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1560px) {
  .wrapper {
    width: 100%;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.solution-left{
  display:flex;
  justify-content:center;
   align-items:center;
  }
    .solution-left div{
    display:flex;
    align-items:center;
    padding:50px;
box-sizing:border-box;
  width:50%;
    }


   .solution-right{
   display:flex;
   justify-content:center;
    align-items:center;
   }
     .solution-right div{
     display:flex;
     align-items:center;
     padding:50px;
 box-sizing:border-box;
     width:50%
     }
      .swiper-container {
           width: 100%;
           height: 300px;
           margin-left: auto;
           margin-right: auto;
         }
         .swiper-slide {
           background-size: 100% 100%;
           background-position: center;
         }
         .gallery-top {
           height: 80%;
           width: 100%;
         }
         .gallery-thumbs {
           height: 25%;
           box-sizing: border-box;
           padding: 10px 0;
         }
         .gallery-thumbs .swiper-slide {
           width: 25%;
           height: 100%;
           opacity: 0.4;
         }
         .gallery-thumbs .swiper-slide-thumb-active {
           opacity: 1;
         }
h2{
color: rgba(54, 175, 71, 1);
font-weight: bolder;
font-size: 20px;}
.rich-text{
width:100%}
.rich-text img{
width:100%}
.swiper-button-next{
  color: rgb(28, 187, 117,.8) !important;}
  .swiper-button-prev{
    color: rgb(28, 187, 117,.8) !important;}
    .swiper-slide{
    background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }