.contain {
  width: 1440px;
  margin: 0 auto;
}
.header_bannerBg:after {
  background: rgba(0, 0, 0, 0);
}
/* .header_bannerBg > div > div p {
  margin-top: 20px;
} */
.service {
  display: flex;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
  /* margin: 0 auto; */
  justify-content: center;
  margin-bottom: 30px;
  background-color: #fff;
  height: 55px;
  line-height: 55px;
}
.service div {
  /* padding: 0px 143px; */
  width: 400px;
  font-size: 20px;
  cursor: pointer;
}
.select {
  background-color: #fff;
  color: #0d52b3;
}
/* 园区咨询规划模块样式 */
.plan {
  background-color: #f3f5f8;
  text-align: left;
  /* padding: 0 5px; */
  box-sizing: border-box;
}
.plan > h4 {
  font-size: 44px;
  padding-top: 30px;
  font-weight: 600;
  box-sizing: border-box;
  margin-bottom: 40px;
  /* padding-left: 10px; */
}
.plan > p {
  /* padding: 40px 0; */
  /* padding-left: 10px; */
  box-sizing: border-box;
}
.plan .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan .list > div {
  width: 48%;
  /* height: 560px; */
  background-color: #fff;
  margin-bottom: 30px;
  margin-right: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.plan .list > div:hover {
  /* transform: translateX(5px) translateY(5px);
  box-shadow: -5px 8px 0px 5px rgb(0 0 0 / 2%); */
  color: #0d52b3;
}
.plan .list > div:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.plan .list > div:nth-child(2n) {
  margin-right: 0;
}
.list div h4 {
  padding-left: 35px;
  padding-top: 50px;
  font-size: 30px;
  font-weight: 500;
}
.list .item-2 .tip {
  height: 85px;
}
.list div .tip {
  width: 0;
  padding-left: 35px;
  color: #96979d;
  height: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  /* align-items: center; */
  margin: 20px 0 15px 0;
}
.list div .tip p {
  padding: 0;
  width: 160px;
  margin-bottom: 10px;
}
.list > div .pic {
  overflow: hidden;
  display: block;
  width: 100%;
  /* height: 336px; */
  padding-left: 0;
  /* background: url(../../img/servicesCenter/item-bg1.png);
  background-size: contain; */
}

/* 智慧集成化模块样式 */
/* 智慧运营服务模块样式 */
/* 两个样式一样 */
.integration,
.ods {
  background-color: #f3f5f8;
  text-align: left;
  box-sizing: border-box;
  display: none;
}
.integration > h4,
.ods > h4 {
  font-size: 44px;
  padding-top: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.integration .list,
.ods .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.integration .list > div,
.ods .list > div {
  width: 31%;
  /* height: 560px; */
  background-color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.5s;
}
.integration .list > div:hover,
.ods .list > div:hover {
  /* transform: translateX(5px) translateY(5px);
  box-shadow: -5px 8px 0px 5px rgb(0 0 0 / 2%); */
  color: #0d52b3;
}
.integration .list > div:hover img,
.ods .list > div:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.integration .list > .item-2,
.ods .list > .item-2 {
  margin: 0 10px 30px 10px;
}
.integration .list > .item-5,
.ods .list > .item-5 {
  margin: 0 10px 30px 10px;
}
.list div .tip.tip-change {
  height: 118px;
}
.list div .tip.tip-ods {
  height: 60px;
  margin: 30px 0 45px 0;
}
.integration .list > div .pic.change,
.ods .list > div .pic.change {
  width: 100%;
  /* height: 300px; */
}
.ods h5.subTitle {
  padding-left: 35px;
  color: #a9aaaf;
  margin-top: 15px;
}
