﻿.banner {
  background: #a5dcf2;
}

.con_left p {
  color: #fff;
}

.businessCenter {
  background-color: #fafbfc;
  padding: 90px 0;
}

.businessCenter>div {
  text-align: center;
}

.businessCenter>div img {
  margin-top: 65px;
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
  .businessCenter {
    padding: 0px;
  }
}