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