/* CSS Document */
/* CSS Document */
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.in_01_b {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0.9rem;
  z-index: 99;
  text-align: right;
}

.in_01_b .pvideo {
  cursor: pointer;
  display: inline-block;
}

.in_01_b .pvideo img {
  display: block;
  height: 1rem;
}

.layui-layer {
  background-color: #000;
}

.layui-layer-page .layui-layer-content {
  overflow: hidden;
}

.zt2025_01 {
  overflow: hidden;
  background: url("n2025_02.webp") 50% no-repeat;
  background-size: cover;
  padding: 1.6rem 0px 0.6rem 0px;
  cursor: pointer;
}

.zt0510fr {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.zt0510fr .img {
  width: 32.14%;
  overflow: visible;
  position: relative;
}

.zt0510fr .img .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.zt0510fr .img .c img {
  width: 100%;
  display: block;
}

.zt0510fr .img .bg {
  width: calc(100% + 2rem);
  overflow: visible;
  position: absolute;
  left: -1rem;
  top: -1rem;
  z-index: 1;
}

.zt0510fr .img .bg img {
  width: 100%;
  display: block;
}

.zt0510fr .img .bg img.img1 {
  position: relative;
  z-index: 1;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 4.1s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.zt0510fr .img .bg img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 4.1s linear infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.zt0510fr .img .bg img.img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}

.zt0510fr .txt {
  width: calc(67.86% - 1.8rem);
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.zt0510fr .txt .p {
  width: 100%;
  overflow: hidden;
}

.zt0510fr .txt .p1 {
  font-family: albb_bold;
  color: #222;
  line-height: 1.3;
}

.zt0510fr .txt .p2 {
  color: #222;
  margin-top: 0.4rem;
}

.zt0510fr .txt .p2 p {
  line-height: 1.5;
  margin-top: 0.15rem;
}

.zt0510fr .txt .p2 p:first-child {
  margin-top: 0px;
}

.zt0510fr .txt .p3 {
  margin-top: 0.6rem;
}

.zt0510fr .txt .p3 span {
  display: inline-block;
  background: url("n2025_03.webp") 0% 50% no-repeat;
  background-size: 0.6rem;
  padding-left: 0.8rem;
  color: #222;
  font-family: albb_bold;
  line-height: 0.6rem;
  text-transform: uppercase;
}

@media screen and (max-width: 990px) {
  .in_01_b {
    position: relative;
    text-align: left;
    margin-top: 0rem;
    bottom: 0.6rem;
  }
  .zt2025_01 {
    padding: 0.6rem 0px 0.4rem 0px;
  }
  .zt0510fr {
    display: block;
  }
  .zt0510fr .txt {
    width: 100%;
    padding-bottom: 0.6rem;
  }
  .zt0510fr .img {
    width: 50%;
    margin: 0px auto;
    padding: 0px;
  }
}