.wraps{
  background-image: url(../upload/image/new/advantage.png);
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 0;
}
.news-con {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
    margin-left: 20%;
}
.news-con  .list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 194px;
  margin-bottom: 40px;
  margin-right: 40px;
  flex-direction: column;
}
.news-con  .list:first-child{
  margin-left: 100px;
}
.list-ft{
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 14px;
}
.bgimg{
  position: absolute;
}
.news-con  .imgbox{
  position: relative;
  z-index: 1;
}
.foter-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.box-wrap{
  position: relative;
}
.box-wrap::after{
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -10px;
}
.foter-box .box-wrap{
  margin-right: 330px;
}
.foter-box .nums{
  font-size: 46px;
  color: #ffffff;
}
.box-wrap >span{
  font-size: 20px;
  color: #ffffff;
  margin:18px 0;
}
.content .philosophy .tit-introduct .common-tit .chinese{
  color: #fff;
}
@media only all and (max-width: 768px){
  .news-con .list:first-child{
    margin-left: 0;
  }

  .news-con .list{
    width: 50%;
    margin-right: 0;
  }
  .news-con{
    width: 100%;
    margin-left: 0;
  }
  .box-wrap >span{
    font-size: 14px;
  }
  .foter-box{
    margin: 0 auto;
    justify-content: space-between;
  }
  .foter-box .nums{
    font-size: 24px;
  }
  .foter-box .box-wrap{
    margin-right: 0;
  }
}