/*************** 公司简介 特殊 ***************/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.about-jie { font-size:16px;line-height: 30px}

@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.home-profile .row {
  margin-left: 0;
  margin-right: 0;
}
.home-profile .com-pro {
  display: table;
}
@media (max-width: 767px) {
  .home-profile .com-pro {
    display: block;
    margin: 0;
  }
}
