@media screen and (max-width: 1024px) {
  .lm-developmenthistory {
    margin-top: 1.1rem;
  }
}
.lm-developmenthistory .banner {
  height: 6rem;
}
.lm-developmenthistory .banner img {
  width: 100%;
  height: 100%;
}
.lm-developmenthistory .title {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  padding-top: 0.6rem;
  padding-bottom: 0.23rem;
  text-align: center;
  background-image: ;
  background-size: 4.78rem 0.06rem;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .lm-developmenthistory .title {
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }
}
.lm-developmenthistory .content .content-img {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lm-developmenthistory .content .content-img {
    width: 100%;
    padding: 0 0.5rem;
  }
}
.lm-developmenthistory .content .content-img .content-img-ul {
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: inherit;
  -webkit-align-items: inherit;
  -o-align-items: inherit;
  flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -o-flex-direction: inherit;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.lm-developmenthistory .content .content-img .content-img-ul .content-img-li {
  width: 2.85rem;
  height: 2.85rem;
  margin-bottom: 0.6rem;
  border: 1px solid #bfbfbf;
  cursor: zoom-in;
}
@media screen and (max-width: 1024px) {
  .lm-developmenthistory .content .content-img .content-img-ul .content-img-li {
    width: 3rem;
  }
}
.lm-developmenthistory .content .content-img .content-img-ul .content-img-li .cli-img {
  /* width: 2.85rem; */
  height: 2.4rem;
  position: relative;
  /* display: flex; */
	/* display: -ms-flex; */
	/* display: -webkit-flex; */
	/* justify-content: center; */
	/* -webkit-justify-content: center; */
	/* -o-justify-content: center; */
	/* align-items: center; */
	/* -webkit-align-items: center; */
	/* -o-align-items: center; */
}
.lm-developmenthistory .content .content-img .content-img-ul .content-img-li .cli-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 95%;
  max-height: 100%;
  width: auto;
  height: auto;
  /* max-height: 100%; */
  /* display: block; */
  /* max-width: 95%; */
  /* height: auto; */
  /* width: auto; */
  /* margin: 0 auto; */
}
.lm-developmenthistory .content .content-img .content-img-ul .content-img-li .cil-p {
  width: 100%;
  height: 0.43rem;
  background-color: #eaeaea;
  line-height: 0.43rem;
  text-align: center;
  font-size: 0.14rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .lm-developmenthistory .content .content-img .content-img-ul .content-img-li .cil-p {
    font-size: 0.24rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
    padding: 0 0.2rem;
  }
  .lm-developmenthistory .content .content-img .content-img-ul .content-img-li .cil-p p {
    display: unset;
  }
}
.lm-developmenthistory .content #biuuu_city {
  text-align: center;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .lm-developmenthistory .content #biuuu_city {
    margin-bottom: 0.3rem;
  }
}
.lm-developmenthistory .content #biuuu_city .laypageskin_default span {
  background-color: #2f55d4;
}
.tankuang {
  text-align: center;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  position: relative;
  width: 100%;
  height: 100%;
}
.tankuang img {
    /* margin: 0 auto; */
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}