.aboutus_box{
  width: 1190px;
  margin: 64px auto 0;
}
.aboutus_box .ABOUT {
  font-size: 32px;
  font-weight: bold;
  color: rgba(38, 38, 45, 1);
}
.aboutus_box .xian {
  width: 48px;
  height: 3px;
  background: rgba(229, 26, 26, 1);
  margin-top: 20px;
  margin-bottom: 37px;
}
.aboutus_box .box div{
    margin-bottom: 20px;
}
.aboutus_box .enterpriseCulture_box{
  margin-top: 40px;
  display: flex;
  /* grid-gap: 20px; */
  /* grid-template-columns: repeat(3,1fr); */
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutus_box .enterpriseCulture_box .enterpriseCulture_item{
  width: 360px;
  height: 194px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.aboutus_box .enterpriseCulture_box .enterpriseCulture_item img{
  width: 40px;
  height: 40px;
}
.aboutus_box .enterpriseCulture_box .enterpriseCulture_item .title{
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #E51A1A;
  margin: 10px 0;
}
.aboutus_box .enterpriseCulture_box .enterpriseCulture_item .content{
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}