@charset "UTF-8";
.banner_header{background: url(/images/260211_fz_barbg.jpg) no-repeat center;background-size: cover;}
.index_bg{background-image: url(/images/260211_fz_bg.jpg);z-index: 0;padding-top: 0;}
.newyear_con{ position: absolute; left: 0; top: 0; right: 0; z-index: -1; height: 100%; overflow: hidden;}
.newyear_wm_l,.newyear_wm_r{ position: absolute; width: 14.6484375vw; height: 15.9375vw; z-index: 2; top: -0.46875vw;}
.newyear_wm_l{ left: 0; background: url(/images/260211_fz_cd.png) no-repeat left top; background-size: contain;}
.newyear_wm_r{ right: 0; background: url(/images/260211_fz_cd1.png) no-repeat right top; background-size: contain;}
.newyear_dl_l,.newyear_dl_r{ position: absolute; width: 10.7421vw; height:19.2578vw; z-index: 1; top: -2.03125vw; animation: leftRight 3s linear infinite; transform-origin: top center;}
.newyear_dl_l{ background: url(/images/260211_fz_dl.png) no-repeat left top; background-size: contain; left: 2.734375vw;}
.newyear_dl_r{ background: url(/images/260211_fz_dl1.png) no-repeat right top; background-size: contain; right: 2.734375vw; animation-delay: 1.5s;}

.newyear_con1{ position: relative;}
.newyear_tit{ display: flex; align-items: center; justify-content: center;}
.newyear_tit img{ width: 5.24rem;}
.newyear_yh1,.newyear_yh2{ position: absolute; bottom: 0; width:8.71vw; background: url(/images/260211_fz_yh.png) no-repeat center 1.171875vw; text-align: center; opacity: .6; height: 3.515625vw; animation: scale2 3s infinite linear;}
.newyear_fw1,.newyear_fw2{position: absolute;bottom: 0;height: 100%;}
.newyear_fw1 img, .newyear_fw2 img{ max-height:100%;}
.newyear_fw1{ left: 5.9765625vw;}
.newyear_fw2{ right: 5.9765625vw;}
.newyear_yh1{ left: 2.578125vw; transform: rotateY(180deg);}
.newyear_yh2{ right: 2.578125vw;}
.newyear_yh,.newyear_yh_2{ position: absolute; top:1.015625vw; width: 10.234375vw; height: 7.8125vw;}
.newyear_yh{ left: 12.3046875vw;}
.newyear_yh_2{ right: 12.3046875vw;}
.newyear_yh em,.newyear_yh_2 em{ background: url(/images/260211_fz_yh1.png) no-repeat; background-size: contain; position: absolute; animation: scale 3s linear infinite;}
.newyear_yh em:nth-child(1),.newyear_yh_2 em:nth-child(1){ width:2.34375vw; height:2.34375vw; left:1.171875vw; top: 5vw; animation-delay: 1s;}
.newyear_yh em:nth-child(2),.newyear_yh_2 em:nth-child(2){ width: 4.53125vw; height: 4.53125vw; left:4.53125vw; top: 0.625vw;}
.newyear_yh em:nth-child(3),.newyear_yh_2 em:nth-child(3){ width: 2.265625vw; height:2.265625vw; left: 8.1640625vw; top: 5.4296875vw; animation-delay: 1s;}
.newyear_fu{ position: absolute; width: 7.734375vw; height: 8.7890625vw; background: url(/images/260211_fz_fu.png) no-repeat; background-size: contain; left: 11.9921875vw; top: 7.5vw; animation: updown 3s linear infinite;}
.newyear_fw{ position: absolute; width: 9.53125vw; height:11.328125vw; background: url(/images/260211_fz_fw2.png) no-repeat; background-size: contain; top:5.3515625vw; right:11.6796875vw; animation: gallop 5s linear infinite;}
@keyframes scale{
    0%{ opacity: 0; transform: scale(0) rotate(-30deg);}
    70%,100%{ opacity: 1; transform: scale(1) rotate(30deg);}
}
.newyear_yh_1{ position: absolute; width:8.7109375vw; height: 4.5703125vw; background: url(/images/260211_fz_yh.png) no-repeat; background-size: contain; left:18.359375vw; top:1.5625vw;animation: scale1 3s ease-in-out infinite;}
@keyframes scale1{
    0%,100%{opacity: 0;transform: scale(0.8); transform-origin: 50% 50%;}
    50%{opacity: .5;transform: scale(1);}
}
@keyframes scale2{
    0%,100%{ transform: scale(0.9);}
    50%{ transform: scale(1);}
}
@keyframes leftRight{
      0%,100%{
        transform: rotate(-6deg);
      }
      50% {
        transform: rotate(6deg);
      }
}
@keyframes gallop {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(10px) translateY(-20px);
  }
  50% {
    transform: translateX(0) translateY(0);
  }
  75% {
    transform: translateX(-10px) translateY(-20px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes updown{ 
    0%,100%{ transform: translateY(-10px);}
    50%{ transform: translateY(0);}
}


@media screen and (max-width:2100px) {
  .newyear_dl_l{ left: 1.5vw;}
  .newyear_dl_r{ right: 1.5vw;}
  .newyear_fu{ left: 7vw;}
  .newyear_fw{ right: 8vw;}
}
@media screen and (max-width:1920px) {
 
  .newyear_fu,.newyear_fw{ display:none;}

}
@media screen and (max-width:1024px) {
  .index_bg{ top:-1px;}
}
@media screen and (max-width:992px) {
  .index_bg{ background-size: 150% auto;}
  .newyear_con1{ display: flex; align-items: center; justify-content: center;}
  .newyear_tit img{max-width: 100%;}
  .newyear_fw1,.newyear_fw2{position: relative;left: auto;right: auto;flex-shrink: 0; width:.46rem}
}