.hoverImg {
  display: block;
  overflow: hidden;
}
.hoverImg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverImg > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.defaultBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textAlign {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.fix-nav-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.fix-nav-style .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.fix-nav-style .main-menu-ul-list .has-child {
  color: #222222;
}
.fix-nav-style .nav-icon-item {
  color: #222222;
}
.fix-nav-style .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.common-header-banner-con .banner-text-con {
  padding-top: 1.4rem;
}
.common-header-banner-con .banner-detail-text {
  width: 12rem;
  max-width: 100%;
}
.img-list {
  margin-top: 0.9rem;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.img-list .img-item-con {
  display: block;
  position: relative;
  height: 5.6rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* 默认动画 */
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /* 默认全部是1列 */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
}
.img-list .img-item-con .abs-bottom-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.3rem 0.3rem 0.3rem;
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-list .img-item-con .abs-bottom-info:after {
  display: none;
  position: absolute;
  right: 0.3rem;
  bottom: 0.34rem;
  content: '\e81a';
  font-family: iconfont;
  font-size: 0.18rem;
}
.img-list .img-item-con.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.img-list .img-item-con.active .abs-bottom-info {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 105, 177, 0.8)), to(rgba(25, 105, 177, 0)));
  background: linear-gradient(to top, rgba(25, 105, 177, 0.8) 0%, rgba(25, 105, 177, 0) 100%);
}
.img-list .img-item-con.active .abs-bottom-info:after {
  display: block;
}
@media screen and (max-width: 760px) {
  .common-header-banner-con {
    height: auto;
    padding-bottom: 1rem;
  }
  .common-header-banner-con .banner-text-con {
    padding-top: 1rem;
  }
  .common-header-banner-con .banner-detail-text {
    width: 100%;
    max-width: 100%;
  }
  .img-list {
    display: block;
    padding-bottom: 0.8rem;
  }
  .img-list .img-item-con {
    margin-top: 0.2rem;
    height: 3.6rem;
  }
  .img-list .img-item-con .abs-bottom-info {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 105, 177, 0.8)), to(rgba(25, 105, 177, 0)));
    background: linear-gradient(to top, rgba(25, 105, 177, 0.8) 0%, rgba(25, 105, 177, 0) 100%);
  }
}
