/*关于我们*/
.bg-introduce {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(172, 185, 193, 0.85);
    transition: height 0.4s ease;
    z-index: 10;
    overflow: hidden;
}
.culture-item {
    position: relative;
    overflow: hidden;
}

.culture-item img {
    display: block;
}

/*用人理念*/
.article-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/*取消点击效果*/
.no-tap-highlight {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.no-tap-highlight:active,
.no-tap-highlight:focus {
    outline: none;
    background: transparent;
}