.lxfs_top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../images/gsgk_bg1.png);
}
.lxfs_ul {
  width: 90%;
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .lxfs_ul {
    width: 100%;
  }
}
.lxfs_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lxfs_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.lxfs_ul > li:nth-child(n) {
  margin-top: 0;
}
.lxfs_ul > li:nth-child(n)::after {
  display: block;
}
.lxfs_ul > li:nth-child(n + 3) {
  margin-top: 30px;
}
.lxfs_ul > li:nth-child(3) {
  margin-top: 0;
}
.lxfs_ul > li:nth-child(3n)::after,
.lxfs_ul > li:last-child::after {
  display: none;
}
.lxfs_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lxfs_ul li {
  padding: 0 7%;
  position: relative;
}
@media (max-width: 992px) {
  .lxfs_ul li {
    padding: 0 5%;
  }
}
.lxfs_ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 90px;
  background-color: #cbcbcb;
}
.lxfs_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 153px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.lxfs_ul li i {
  margin: 20px 0;
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lxfs_ul li i.s1 {
  background-image: url(../images/lxfs_icon1.png);
}
.lxfs_ul li i.s2 {
  background-image: url(../images/lxfs_icon2.png);
}
.lxfs_ul li i.s3 {
  background-image: url(../images/lxfs_icon3.png);
}
.lxfs_ul li p {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
  color: #383838;
  line-height: 1.5;
}
.lxfs_ul li p:last-child {
  color: #166cb2;
}
.lxfs_ul li .ewm_box {
  display: none;
  position: absolute;
  top: -130px;
  left: 30px;
}
/* .lxfs_ul li:first-child a:hover i,.lxfs_ul li:nth-child(2) a:hover i {
  transform: rotateY(360deg);
} */
.lxfs_ul li a:hover i {
  transform: rotateY(360deg);
}
/* .lxfs_ul li a:hover + .ewm_box {
  display: block;
} */
/* 1. 修改悬停目标为整个li元素 */
.lxfs_ul li:hover .ewm_box {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 2. 添加过渡效果 */
.lxfs_ul li.ewm_box {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

/* 3. 确保二维码弹窗层级最高 */
.lxfs_ul li.ewm_box {
    z-index: 1000;
    position: absolute;
    top: 100%; /* 显示在li下方 */
    left: 50%;
    transform: translateX(-50%);
}

/* 4. 防止transform冲突 */
.lxfs_ul li i.s3 {
    pointer-events: none; /* 禁用鼠标事件 */
}


.map {
  height: 460px;
}
@media (max-width: 992px) {
  .map {
    display: flex;
    justify-content: center;
  }
}
