/* 资质荣誉 */
.honor {
  display: flex;
  padding: 6%;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3rem;
}
.honor-item {
  width: 22%;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.honor-item img:hover{
  transform: scale(1.2);
}
.honor-item p {
  /* overflow: hidden; */
  letter-spacing: 0;
  display: -webkit-box;
  /* text-overflow: ellipsis; */
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  margin-top: 12px
}
.honor-item img {
  max-width: 100%;
}
.arrow-left-top,
.arrow-left-bottom,
.arrow-right-top,
.arrow-right-bottom {
  position: absolute;
  font-size: 50px;
  color: #999;
}

.arrow-left-top {
  left: 0;
  top: 0;
}
.arrow-left-bottom {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}
.arrow-right-top {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
.arrow-right-bottom {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .honor-item {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }
  .icon-jiao {
    display: none;
  }
}

.pm-advantages-item {
  width: 32%;
}
/* 应用 */
.pm-use-item {
  width: 32%;
}
.pm-info {
  margin-top: 20px;
}
.pm-info-item.flex-box {
  display: flex;
}
.pm-info-item .pm-title {
  font-size: 12px;
  margin-bottom: 10px;
}
.pm-info-item .pic img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pm-advantages-item,
  .pm-use-item,
  .pm-info-item {
    width: 100%;
  }
  .pm-info-item .pic img {
    width: 80%;
  }
}