@charset "UTF-8";
/* 定义动画 */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.38rem);
  }
  60% {
    transform: translateY(-0.19rem);
  }
}
.animate-once {
  animation: bounce 1s alternate;
}

.moudle1 {
  width: 100%;
  height: 8.54rem;
  padding: 0.97rem 3.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.moudle1 .moudle1-txt1 {
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.47rem;
  color: #161B31;
  margin-bottom: 0.17rem;
}
.moudle1 .moudle1-txt2 {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.23rem;
  color: #F40000;
  justify-content: flex-end;
  margin-bottom: 0.35rem;
}
.moudle1 .moudle1-txt2 img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.05rem;
}
.moudle1 .img-box {
  width: 100%;
  height: 5.15rem;
  display: flex;
  justify-content: space-between;
}
.moudle1 .img-box .img-box-l {
  width: 9.15rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
}
.moudle1 .img-box .img-box-l img {
  width: 100%;
  height: 100%;
}
.moudle1 .img-box .img-box-l .none-video img {
  width: 2.36rem;
  height: 1.73rem;
  margin-bottom: 0.26rem;
}
.moudle1 .img-box .img-box-l .none-video text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #969696;
}
.moudle1 .img-box .img-box-r {
  width: 7.92rem;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0.42rem;
  /* 设置行和列之间的间隙 */
}
.moudle1 .img-box .img-box-r .img-link {
  position: relative;
}
.moudle1 .img-box .img-box-r .img-link img {
  width: 3.75rem;
  height: 2.36rem;
}
.moudle1 .img-box .img-box-r .img-link:hover .hover-mask {
  display: flex;
}
.moudle1 .img-box .img-box-r .img-link .hover-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  border-radius: 0.07rem;
  display: none;
}
.moudle1 .img-box .img-box-r .img-link .hover-mask div {
  position: absolute;
  left: 0.35rem;
  top: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moudle1 .img-box .img-box-r .img-link .hover-mask div .hover-icon {
  width: 0.38rem;
  height: 0.38rem;
  margin-bottom: 0.07rem;
}
.moudle1 .img-box .img-box-r .img-link .hover-mask div text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
}

.moudle2 {
  width: 100%;
  background-image: url("../img/headerImg/lndustry_news_bg2x.png");
  background-repeat: no-repeat;
  background-size: 8.82rem 7.1rem;
  background-position: right 1.13rem bottom -0.25rem;
  box-sizing: border-box;
  padding: 0.97rem 3.25rem;
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
}
.moudle2 .moudle2-txt1 {
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.47rem;
  color: #161B31;
  margin-bottom: 0.17rem;
}
.moudle2 .moudle2-txt2 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.3rem;
  color: #323232;
  margin: 0.78rem 0 0.2rem;
}
.moudle2 .moudle2-txt2:hover {
  color: #F40000;
}
.moudle2 .moudle2-txt3 {
  width: 11.5rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.23rem;
  color: #505050;
  text-align: justify;
  margin-bottom: 0.71rem;
}
.moudle2 .moudle2-txt3:hover {
  color: #F40000;
}
.moudle2 span {
  display: flex;
  margin-bottom: 0.53rem;
  align-items: center;
}
.moudle2 span img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.23rem;
}
.moudle2 span text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.25rem;
  color: #323232;
}
.moudle2 span text:hover {
  font-size: 0.25rem;
  color: #F40000;
}
.moudle2 .a-btn .txt1 {
  display: block;
  width: 1.13rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.03rem;
  border: 0.01rem solid #F40000;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.16rem;
  color: #F40000;
}

.moudle3 {
  width: 100%;
  height: 7.09rem;
  padding: 1.35rem 3.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.moudle3 .moudle3-txt1 {
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.47rem;
  color: #161B31;
  margin-bottom: 0.17rem;
}
.moudle3 .moudle3-txt2 {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.23rem;
  color: #F40000;
  justify-content: flex-end;
  margin-bottom: 0.35rem;
}
.moudle3 .moudle3-txt2 img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.05rem;
}
.moudle3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moudle3 ul li {
  position: relative;
}
.moudle3 ul li img {
  width: 4.08rem;
  height: 2.95rem;
}
.moudle3 ul li span {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  box-sizing: border-box;
  padding: 0.13rem 0.23rem;
  border-radius: 0.05rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: justify;
}
.moudle3 ul li:hover span {
  display: block;
}

.moudle4 {
  width: 100%;
  height: 7.53rem;
  padding: 1.35rem 3.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.moudle4 .moudle4-txt1 {
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.47rem;
  color: #161B31;
  margin-bottom: 0.17rem;
}
.moudle4 .moudle4-txt2 {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.23rem;
  color: #F40000;
  justify-content: flex-end;
  margin-bottom: 0.35rem;
}
.moudle4 .moudle4-txt2 img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.05rem;
}
.moudle4 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.97rem;
}
.moudle4 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moudle4 ul li img {
  width: 2.38rem;
  height: 2.38rem;
  margin-bottom: 0.35rem;
}
.moudle4 ul li text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.33rem;
  color: #161B31;
}

.swiper {
  width: 100%;
  height: 8.25rem;
  position: relative;
}
.swiper .swiper-slide {
  width: 100%;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 8.25rem;
}
.swiper .swiper-pagination div {
  display: inline-block;
  /* 添加这一行，确保分页器标记显示为行内块元素 */
  margin: 0 0.06rem;
  /* 添加这一行，为分页器标记添加间隔 */
  width: 0.35rem;
  height: 0.05rem;
  background: #FFFFFF;
  border-radius: 0%;
  transform: skew(-40deg, 0);
}/*# sourceMappingURL=home.css.map */