.lx-images {
  width: 1000px;
}

/* About 页 banner 样式，控制文字在设计图指定位置 */
.about-hero {
  padding: 0 !important;
  height: 317px !important;
  min-height: 317px !important;
  background: url('../images/aboutbanner.png') center center/cover no-repeat !important;
  position: relative;
}
.about-hero .hero-content {
  align-items: flex-end !important;
  height: 100%;
}
.about-hero .hero-text {
  position: absolute;
  left: 150px; /* 根据设计图水平位置，可微调 */
  top: 97px;  /* 距离 banner 顶部 97px */
  padding-left: 0;
  margin: 0;
}
.about-hero .hero-text h2 {
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #222;
  margin: 0 0 6px 0;
  position: relative;
}
.about-hero .hero-text h2 { padding-bottom: 8px; }
.about-hero .hero-text h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 47px; /* 覆盖“关于”两字下方 */
  height: 2px;
  background: #6143E3;
  border-radius: 2px;
}
.about-hero .hero-subtitle {
  color: #000000;
  font-size: 24px;
  letter-spacing: 1px;
}

.lx-images .item {
  width: 200px;
  height: 300px;
  background: linear-gradient(to right, #899DFF, #5F29E7);
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.lx-images .item .card-text {
  font-size: 14px;
  margin-left: 25px;
  text-align: left;
  color: #fff;
  line-height: 24px;
  position: relative;
  margin-top: 76px;
  margin-left: 39px;
  transition: margin-left 500ms, font-size 500ms, margin-top 500ms;
}

.lx-images .item .card-text span {
  font-size: 13px;
  display: block;
  line-height: 15px;
  height: 20px;
}

.lx-images .item .card-icon {
  width: 135px;
  position: absolute;
  bottom: 22px;
  left: -25px;
  transition: bottom 500ms, left 500ms, width 500ms;
}

.lx-images .item:hover .card-text {
  margin-top: 56px;
  margin-left: 30px;
  font-size: 18px;
}

.lx-images .item .card-text::after {
  content: "";
  top: 7px;
  left: -10px;
  width: 3px;
  height: 42px;
  background-color: #fff;
  position: absolute;
}

.lx-images .item .card-text p {
  text-align: left;
  font-size: inherit;
  margin: 0;
  line-height: 26px;
}

.lx-images .item .card-icon img {
  width: 100%;
  height: auto;
  background: none;
}

.lx-images .item:hover .icon1 {
  left: 27px;
  width: 150px;
}

.lx-images .item .icon2 {
  width: 150px;
  left: -48px;
}

.lx-images .item .icon2 .qr1 {
  position: absolute;
  background: url(../images//icon-qr1.png) no-repeat center center;
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 11px;
  right: 22px;
  transition: right 500ms, top 500ms, width 500ms, height 500ms;
}

.lx-images .item:hover .icon2 .qr1 {
  width: 78px;
  height: 78px;
  top: 13px;
  right: 45px;
}

.lx-images .item:hover .icon2 {
  width: 170px;
  left: 16px;
}

.lx-images .item .icon3 {
  width: 150px;
  left: -48px;
}

.lx-images .item .icon3 .qr2 {
  position: absolute;
  background: url(../images//icon-qr2.png) no-repeat center center;
  background-size: cover;
  width: 68px;
  height: 68px;
  top: 11px;
  right: 22px;
  transition: right 500ms, top 500ms, width 500ms, height 500ms;
}

.lx-images .item:hover .icon3 .qr2 {
  width: 78px;
  height: 78px;
  top: 13px;
  right: 45px;
}

.lx-images .item:hover .icon3 {
  width: 170px;
  left: 16px;
}

.lx-images .item .card-icon img {
  width: 100%;
  height: auto;
  background: none;
}

.lx-images .item .icon4 {
  width: 100px;
  position: absolute;
  bottom: 20px;
  left: -20px;
  transition: bottom 500ms, left 500ms, width 500ms;
}

.lx-images .item:hover .icon4 {
  left: 37px;
  width: 120px;
  bottom: 25px;
}

.lx-images .item .icon5 {
  width: 90px;
  position: absolute;
  bottom: 15px;
  left: -25px;
  transition: bottom 500ms, left 500ms, width 500ms;
}

.lx-images .item:hover .icon5 {
  left: 50px;
  width: 100px;
}

.services{
  padding-bottom: 0 !important;
}

.culture-images {
  height: auto;
  margin-top: 0;
}

.process{
  margin-top: 100px !important;
  padding-top: 0 !important;
}

.process .container{
  border-top: 1px solid #fff;
}

.process .container h2{
  margin-top: 100px;
  margin-bottom: 90px;
}