/* 企业简介 */
.enterprise {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  padding-top: 20px;
}
.enterprise-info {
  width: 40%;
}
.enterprise-word {
  width: 60%;
  font-size: 14px;
  text-indent: 28px;
  line-height: 26px;
}
.enterprise-info > :nth-child(2) {
  font-size: 22px;
  font-weight: 200;
  color: #595757;
  margin-bottom: 10px;
}
.enterprise-img {
  display: block;
  width: 80%;
  margin: 3rem auto;
}
.enterprise-address {
  font-size: 20px;
  font-weight: 900;
  color: #95866e;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 5px;
}
.enterprise-address span {
  border-top: 2px solid #95866e;
}
@media screen and (max-width: 768px) {
  .enterprise-img {
    width: 100%;
  }
  .enterprise,
  .enterprise-info,
  .enterprise-word {
    width: 100%;
  }
}
