
.headerBanner img{
  width: 100%;
  height: 150px;
}
/* 主营业务 */
.business {
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.business .bcImg {
  width: 48% !important;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  box-sizing: border-box;
}
.business .bcImg img {
  margin: 15px;
  width: 30px;
  height: 30px;
}
.business .bcImg p {
  color: #fff;
  padding-left: 10px;
}
/* 公司主要业绩 */
#results {
  /* background-image: url(../imgs/11.png) ;
  background-repeat: no-repeat; */
  display: flex;
  /* background-size: 200% 26%; */
  /* background-size: auto 100%; */
  flex-direction: column;
  color: #000;
  margin: 30px 0;
  padding: 0 !important;
  border: 0;
}
#results li {
  display: flex;
  align-items: center !important;
  margin: 20px auto;
  margin-left: 10px;
}
#results li span {
  text-align: center;
  width: 11%;
  line-height: 22px;
  font-size: 14px;
  background: #0549d4;
  color: #fff;
  border-radius: 7px;
  padding: 10px;
  margin: 5px;
  margin-right: 20px;
}
#results li p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

