@media screen and (max-width: 1024px) {
  .lm-compangprofile {
    padding-top: 1.1rem;
  }
}
.lm-compangprofile .banner {
  height: 6rem;
}
.lm-compangprofile .banner img {
  width: 100%;
  height: 100%;
}
.lm-compangprofile .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.4rem;
}
@media screen and (max-width: 1024px) {
  .lm-compangprofile .title {
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }
}
.lm-compangprofile .content {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lm-compangprofile .content {
    width: 100%;
    padding: 0 0.2rem;
  }
}
.lm-compangprofile .content-p {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.36rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .lm-compangprofile .content-p {
    font-size: 0.26rem;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 0.4rem;
  }
}
.lm-compangprofile .content-p img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lm-compangprofile .content-img {
  margin-bottom: 0.6rem;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .lm-compangprofile .content-img {
    flex-direction: column;
  }
}
.lm-compangprofile .content-img-1 {
  width: 6rem;
  height: 3.38rem;
}
@media screen and (max-width: 1024px) {
  .lm-compangprofile .content-img-1 {
    width: 100%;
  }
}
.lm-compangprofile .content-img-1 img {
  width: 100%;
  height: 100%;
}
.lm-compangprofile .content-img-2 {
  width: 6rem;
  height: 3.38rem;
}
@media screen and (max-width: 1024px) {
  .lm-compangprofile .content-img-2 {
    width: 100%;
  }
}
.lm-compangprofile .content-img-2 img {
  width: 100%;
  height: 100%;
}
