.knowjj .image {
  transition: all 0.3s ease;
  opacity: 1;
  /* transform: translate(-0, 200px); */
}
.knowjj .image.move-in {
  /* opacity: 1;
  transform: translate(0, 0px); */
}

.news .newslist_1 > .newlist_1 {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 0.8s ease;
}
.news .newslist_1 > .newlist_1:nth-child(3n + 1) {
  transition-delay: 0.08s;
}
.news .newslist_1 > .newlist_1:nth-child(3n + 2) {
  transition-delay: 0.16s;
}
.news .newslist_1 > .newlist_1:nth-child(3n + 3) {
  transition-delay: 0.24s;
}
/* .news.move-in .newslist_1 > .newlist_1 {
  opacity: 01;
  transform: translate(0px, 0px);
} */

.newlist_1.move-in {
  opacity: 1!important;
  transform: translate(0px, 0px)!important;
}

.chuangxin .swiper-container {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 0.8s ease;
}
.chuangxin .swiper-container:nth-child(1) {
  transition-delay: 0.08s;
}
.chuangxin .swiper-container:nth-child(2) {
  transition-delay: 0.16s;
}
.chuangxin.move-in .swiper-container {
  opacity: 01;
  transform: translate(0px, 0px);
}

.jjfc .swiper-container {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.8s ease;
}
.jjfc .swiper-container {
  transition-delay: 0.08s;
}
.jjfc.move-in .swiper-container {
  opacity: 1;
  transform: translate(0px, 0px);
}

.notice .swiper-container .tznew_2 {
  opacity: 0;
  transform: translate(150px, 0px);
  transition: all .8s ease;
}
.notice .swiper-container .tznews .tznew_2:nth-of-type(1) {
  transition-delay: 0.08s;
}
.notice .swiper-container .tznews .tznew_2:nth-of-type(1) {
  transition-delay: 0.16s;
}
.notice .swiper-container .tznews .tznew_2:nth-of-type(1) {
  transition-delay: 0.24s;
}
.notice .swiper-container .tznews .tznew_2:nth-of-type(1) {
  transition-delay: 0.32s;
}
.notice.move-in .swiper-container .tznew_2{
  opacity: 1;
  transform: translate(0px, 0px);
}

