.page .page-header {
  font-weight: bold;
  font-size: 30px;
 
  text-align: center;
  line-height: 1;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 60px;
}

.page .page-header::before {
  content: '';
  width: 93px;
  margin: 0 auto;
  height: 3px;
  background: #7fa55f;
  position: absolute;
  left: calc(50% - 3.5%);
  bottom: 0;
}
.page .smtitle{
     
    font-weight: 400;
    font-size: 20px;
   
    margin-bottom: 20px;
}.page .text{
  font-size: 18px;
}
.imgs-3{
  width: 100%;max-width: 900px;margin: 20px auto;
  display: flex;
  justify-content: space-between;    flex-wrap: wrap;
}
.imgs-3 div{
  width: 31%;
}
.imgs-3 div img{
  width: 100%;
}
.imgs-4{
  width: 100%;max-width: 1200px;margin: 20px auto;
  display: flex;
  justify-content: space-between;    flex-wrap: wrap;
}
.imgs-4 div{
  width: 23%;
}
.ont_img div{
  border: 2px solid #ddd; position: relative;
}

/* .ont_img div::before{
  content: "+";                 
  font-size: 50px;  
  font-weight: 700;            
  color: #7fa55f;               
  position: absolute;            
  top: 50%;                      
  left: 50%;                      
  transform: translate(-50%, -50%); 
   
} */

.imgs-4 div img{
  width: 100%;
}
.wangaing .text strong{
  font-size: 18px;
}
.wangaing .bottom-img{
  margin: 25px auto;text-align: center;
}
.wangaing .bottom-img img{
 max-width: 100%;
}


.imgs-two{
  width: 100%;max-width: 1200px;margin: 20px auto;
  display: flex;
  justify-content: space-between;flex-wrap: wrap;
}
.imgs-two div{
  width: 49%;margin: 1% 0;
}
.imgs-two div img{
  width: 100%;
}







.customer-container {
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 30px
}

.customer-container .customer_detail {
    display: flex;
    align-items: center
}

.customer-container .customer_detail .ll {
    width: 19.7%;
    border-radius: 50%;
    overflow: auto;
    width: 187px;
    height: 187px;
    position: relative;
}

.customer-container .customer_detail .ll img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.customer-container .customer_detail .ll .img {
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%
}

.customer-container .customer_detail .rr {
    width: 80.3%;
    padding-left: 45px
}

.customer-container .rr .title {
    font-family: OpenSans-Bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px
}

.customer-container .rr .star img {
    width: 15px;
    height: auto
}

.customer-container .rr .dd {
    font-family: OpenSans;
    color: #666;
    margin-top: 12px
}






@media screen and (max-width: 950px) {
    .customer-container .customer_detail .ll {
        /* width: 100% */
    }

    .customer-container .customer_detail .ll img {
        /* max-width: 54px;
        height: auto */
    }

    .customer-container .customer_detail {
        display: block
    }

    .customer-container .customer_detail .rr {
        width: 100%;
        padding-left: 0;
        margin-top: 10px
    }

    .customer-container .rr .title {
        font-size: 16px;
        margin-bottom: 0
    }

    .customer-container .rr .star img {
        width: 9px;
        height: auto
    }
}

@media screen and (max-width: 550px){
  .imgs-3 div , .imgs-4 div , .imgs-two div{
    width: 100%;margin-bottom: 20px;
  }



}


.s_about_txt {
    align-items: center;
    display: flex
;
    justify-content: space-between;
    margin-bottom: 25px;
}
.s_about_pic {
    width: 29%;
}.s_about_pic .about_pic {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
}.c_pub_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.s_about_con {
    width: 68%;
}
.innerContent p{
  line-height: 32px;
  padding: 0 0 15px 0;
}
@media only screen and (max-width: 950px) {
    .s_about_txt {
        flex-wrap: wrap;
    }
        .s_about_pic {
        width: 100%;
       
    }    .s_about_pic .about_pic {
        padding-bottom: 70%;
    }    .s_about_con {
        width: 100%;
       
        margin-top: 20px;
    }
}