.icon, .wrapper .links li a, .wrapper .top-links {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/1022_NewArea/icon.png");
  background-repeat: no-repeat;
}

.container {
  min-width: 1900px;
}

.wrapper {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/1022_NewArea/1.jpg?v=1");
  background-repeat: no-repeat;
  height: 1080px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.wrapper .top-links {
  position: absolute;
  z-index: 2;
  display: flex;
  right: 60px;
  top: 30px;
  justify-content: space-between;
  width: 299px;
  background-position: 0px 0px;
}
.wrapper .top-links li a {
  display: block;
  width: 92px;
  height: 92px;
}
.wrapper .links {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 2;
  left: 50%;
  top: 570px;
  margin-left: -616px;
}
.wrapper .links li {
  animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.wrapper .links li a {
  display: block;
  width: 134px;
  height: 414px;
  margin: 0px 20px;
}
.wrapper .links li:nth-of-type(1) {
  animation-delay: 0.3s;
}
.wrapper .links li:nth-of-type(1) a {
  background-position: 0px -128px;
}
.wrapper .links li:nth-of-type(2) {
  animation-delay: 0.6s;
}
.wrapper .links li:nth-of-type(2) a {
  background-position: -162px -128px;
}
.wrapper .links li:nth-of-type(3) {
  animation-delay: 0.9s;
}
.wrapper .links li:nth-of-type(3) a {
  background-position: -327px -128px;
}
.wrapper .links li:nth-of-type(4) {
  animation-delay: 1.2s;
}
.wrapper .links li:nth-of-type(4) a {
  background-position: -492px -128px;
}

@media screen and (max-width: 1200px) {
  .copyright {
    display: none;
  }
  .wrapper .links {
    margin-left: -400px;
  }
}/*# sourceMappingURL=index.css.map */