.top {
  height: 68rem;
  background: url('../images/about/top_bg.jpg') no-repeat;
  background-size: cover;
}

.top h1 {
  font-size: 5.2rem;
  font-weight: bold;
  text-shadow: 3px 7px 10px rgba(7,20,45,0.27);
  margin-bottom: 4rem;
}

.top div {
  font-size: 2.4rem;
}

.top div>label {
  margin: 0 1rem;
}

.fht {
  height: 82.4rem;
  position: relative;
}

.fht-info {
  width: 107rem;
  /* height: 55rem; */
  background: #f5f5f5;
  top: 8.2rem;
  right: 0;
  position: absolute;
  padding: 20.9rem 15rem 7.8rem 15rem;
}

.fht-info p {
  font-size: max(1.6rem, 14px);
  color: #333333;
  line-height: 3.6rem;
  text-indent: 3rem;
}

.fht-num {
  white-space: nowrap;
}

.fht-num > sup {
  position: relative;
  top: -0.55em;
  font-size: 0.7em;
  line-height: 0;
  vertical-align: baseline;
}

.fht-name {
  position: absolute;
  z-index: 2;
  left: 15rem;
  top: 7.8rem;
  color: #333;
  font-size: 3.6rem;
  font-weight: bold;
}

.fht-tip {
  position: absolute;
  left: 16.2rem;
  top: 11rem;
  color: #CFD4DD;
  font-size: 2.6rem;
}

.fht-bg {
  position: absolute;
  right: 98.6rem;
  top: 15rem;
  z-index: 2;
  width: 73rem;
  height: 55rem;
  object-fit: cover;
}

.fht-decorate {
  position: absolute;
  top: 22.2rem;
  right: 126rem;
  width: 50rem;
  height: 52rem;
  background: #f5f5f5;
}

/** 区块标题 **/

.title-tip {
  position: absolute;
  left: 0;
  right: 0;
  top: 10.5rem;
  font-size: 4.8rem;
  color: rgba(255,255,255,0.2);
  text-align: center;
  font-family: Arial;
}

h2.title {
  font-family: Microsoft YaHei;
  position: absolute;
  font-size: 4.8rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  top: 8rem;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
}

/** 奖项荣誉 **/

.honor {
  height: 89rem;
  background: url('../images/about/honor_bg.png') no-repeat;
  background-size: cover;
  overflow: hidden;
}

.honor .title-tip {
  color: #E0E3E9;
}

.honor h2 {
  color: #333;
}

.honor-wall {
  width: 124.1rem;
  height: 57.1rem;
  margin: 19.5rem auto 0 auto;
}

.honor-wall img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.honor-wall .carousel-inner {
  height: 100%;
}

.honor-wall .carousel-control-prev-icon {
  height: 3rem;
  width: 3rem;
  background-image: url('../images/ic_arrow_left.svg'); 
}

.honor-wall .carousel-control-prev {
  left: -20rem;
}

.honor-wall .carousel-control-next-icon {
  height: 3rem;
  width: 3rem;
  background-image: url('../images/ic_arrow_right.svg'); 
}

.honor-wall .carousel-control-next {
  right: -20rem;
}

/* 集团资质 */
.qualification {
  height: 89rem;
  background: url('../images/about/aptitude_bg.png?v=2') no-repeat;
  background-size: cover;
  overflow: hidden;
}

.qualification .title-tip {
  color: #E0E3E9;
}

.qualification h2.title {
  color: #333;
}

/* 公司文化 */
.culture {
  height: 87.3rem;
  overflow: hidden;
}

.culture h2 {
  color: #333;
}

.culture .title-tip {
  color: #E0E3E9;
}

.culture ul {
  list-style: none;
  display: flex;
  margin-top: 20rem;
  width: 100%;
  justify-content: center;
}

.culture li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52rem;
  height: 60rem;
  background: #EBEBEB;
  border-radius: 0.8rem;
  margin: 0 10px;
  cursor: pointer;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.culture li:hover {
  background:
    linear-gradient(rgba(49, 49, 49, 0.7), rgba(49, 49, 49, 0.7)),
    url('../images/about/culture_item_bg.png?v=2') no-repeat;
  background-size: cover;
}

.culture li:hover h3{
  color: #fff;
}

.culture li:hover .split-line {
  background-color: #fff;
}

.culture li:hover p {
  display: block;
}

.culture .culture-item-icon {
  height: 7rem;
  width: 7rem;
  /* #CA172D */
  filter: brightness(0) saturate(100%) invert(16%) sepia(89%) saturate(4042%) hue-rotate(341deg) brightness(92%) contrast(96%);
}

.culture li:hover .culture-item-icon {
  filter: none;
}

.culture li:first-child .culture-item-icon {
  background: url('../images/about/culture_ic_1.png') no-repeat;
  background-size: contain;
}

.culture li:first-child:hover .culture-item-icon {
  background: url('../images/about/culture_ic_1_active.png') no-repeat;
  background-size: contain;
}

.culture li:nth-child(2) .culture-item-icon {
  background: url('../images/about/culture_ic_2.png') no-repeat;
  background-size: contain;
}

.culture li:nth-child(2):hover .culture-item-icon {
  background: url('../images/about/culture_ic_2_active.png') no-repeat;
  background-size: contain;
}

.culture li:last-child .culture-item-icon {
  background: url('../images/about/culture_ic_3.png') no-repeat;
  background-size: contain;
}

.culture li:last-child:hover .culture-item-icon {
  background: url('../images/about/culture_ic_3_active.png') no-repeat;
  background-size: contain;
}

.culture h3 {
  color: #333;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: Microsoft YaHei;
  margin: 2rem 0 3.2rem 0;
  text-align: center;
}

.culture .split-line {
  width: 5rem;
  height: 0.2rem;
  background: #CD152E;
}

.culture p {
  display: none;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 3.5rem;
  margin: 10rem 0 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .culture li {
    transition: none !important;
  }

  .culture li.fx-lift:hover {
    transform: none;
  }
}
