.she{
   max-width: 1200px;
   margin: 0 auto;
}
.shehui{
   display: flex;
   justify-content: center;
   margin-bottom: 70px;
}
.shehui_p1{
  font-size: 20px;
  padding: 15px 50px;
  margin:0 20px ;
}
.shehui li{
  background-color: white;
  color: black;
  margin:0 20px ;
}

.wai{
   color:#2c8140; 
}

.shehui li:hover,.shehui li.active{
     background-color:#2c8140;
     color: white;
}
.shehui li:hover .wai,.shehui li.active .wai{
     
     color: white;
}
.tu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.tu_img{
  margin:10px 30px 20px 30px;
}
.tu1{
  margin-bottom: 30px;
}
.tu1_p1{
  text-align: left;
  max-width: 320px;
  margin-left: 30px;
}
.fu{
  display: flex;
}
.dib{
    margin-bottom: 40px;
}


@media (max-width: 992px) {
     .shehui{
         margin-bottom: 30px !important;
     }
    .fu{
       display: block;
     }
     .shehui_p1{
  font-size: 20px;
  padding: 5px 20px !important;
  margin:0 0px ;
}
.wai{
    font-size: 20px;
   color:#2c8140; 
}
.tu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
}
.tu_img{
  margin:0px;
  margin-left: 5px;
}
.tu1_p1{
  text-align: left;
  max-width: 320px;
  margin-left: 5px;
}
  }








