@charset "UTF-8";
.icon, #fixedNav ul li div, #fixedNav::before, .wrapper1 .navs li, .wrapper1 .top-links, .wrapper1 .logo {
  background-repeat: no-repeat;
}

body {
  background-color: #000;
}

.container {
  max-width: 1920px;
  min-width: 1840px;
  margin: 0 auto;
}

.wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 16px;
  position: relative;
}

.wrapper1 {
  background-image: url("https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/1.jpg");
  background-repeat: no-repeat;
  height: 1080px;
}
.wrapper1::before {
  position: absolute;
  content: "";
  background: url("https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/title.png");
  width: 1179px;
  height: 804px;
  z-index: 0;
  left: 0px;
  top: 110px;
  animation-name: fadeInDown;
  animation-duration: 0.6s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.wrapper1 .logo {
  position: absolute;
  width: 313px;
  height: 125px;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/logo.png);
  left: 10px;
  top: 20px;
  z-index: 2;
}
.wrapper1 .top-links {
  display: flex;
  width: 278px;
  height: 86px;
  position: absolute;
  top: 25px;
  right: 100px;
  justify-content: space-between;
}
.wrapper1 .top-links li {
  width: 86px;
  position: relative;
  cursor: pointer;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.6s;
}
.wrapper1 .top-links li a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper1 .top-links li .link-1 {
  animation-delay: 0.2s;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/btn-1.png);
}
.wrapper1 .top-links li .link-2 {
  animation-delay: 0.4s;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/btn-2.png);
}
.wrapper1 .top-links li .link-3 {
  animation-delay: 0.6s;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/btn-3.png);
}
.wrapper1 .navs {
  position: absolute;
  display: flex;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 169px;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/items-bg.png);
  z-index: 2;
  justify-content: space-around;
}
.wrapper1 .navs li {
  width: 298px;
  height: 83px;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/item-bg.png);
  margin: 60px 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 83px;
  color: #e8d39b;
  animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
.wrapper1 .navs li strong {
  font-family: "Source Han Serif SC", "SourceHanSeriFCS", SimSun, "Songti SC", serif;
  font-weight: 900;
}
.wrapper1 .navs li:hover {
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/item-bg-active.png);
  color: #8b2918;
}
.wrapper1 .navs li.active {
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/item-bg-active.png);
  color: #8b2918;
}
.wrapper1 .navs li:nth-of-type(1) {
  animation-delay: 0.4s;
}
.wrapper1 .navs li:nth-of-type(2) {
  animation-delay: 0.6s;
}
.wrapper1 .navs li:nth-of-type(3) {
  animation-delay: 0.8s;
}
.wrapper1 .navs li:nth-of-type(4) {
  animation-delay: 1s;
}
.wrapper1 .navs li:nth-of-type(5) {
  animation-delay: 1.2s;
}
.wrapper1 .navs li:nth-of-type(6) {
  animation-delay: 1.4s;
}

.wrapper2 {
  background: url("https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/2.jpg");
  min-height: 1065px;
  background-color: #272f4f;
}
.wrapper2 .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrapper2 .content .title {
  height: 108px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0px;
  position: relative;
}
.wrapper2 .content .title img {
  height: 100%;
}
.wrapper2 .content .title a {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 0px;
  top: 60px;
  border: 1px solid #e4b76f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper2 .content .title a::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("https://static.web.sdo.com/cqyh/pic/act/2025/0512_NewArea/back-icon.png");
  background-size: cover;
}
.wrapper2 .content .title a:hover {
  background-color: #e4b76f;
}
.wrapper2 .content .title a:hover::before {
  background-image: url("https://static.web.sdo.com/cqyh/pic/act/2025/0512_NewArea/back-icon-hover.png");
}
.wrapper2 .content .detail {
  padding-bottom: 120px;
  color: #f1d1ac;
  margin: 0px auto;
  line-height: 40px;
}
.wrapper2 .content .detail .blank {
  text-align: center;
  padding-top: 200px;
  letter-spacing: 0.6em;
}
.wrapper2 .content .detail img {
  display: inline-block;
  margin: 10px 10px 10px 0px;
  max-width: 80%;
}
.wrapper2 .content .detail p {
  position: relative;
  padding-left: 120px;
}
.wrapper2 .content .detail p strong {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 120px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
.wrapper2 .content .detail p strong::before {
  position: absolute;
  content: "◆";
  left: 0px;
  top: 0px;
  font-size: 24px;
}
.wrapper2 .content .detail table {
  text-align: center;
  font-size: 14px;
  margin: 10px auto 20px auto;
  line-height: 1.4;
  max-width: 100%;
}
.wrapper2 .content .detail table td {
  padding: 6px 0px;
  border: 1px solid #ec6756;
}

#fixedNav {
  position: fixed;
  color: #fff1d7;
  top: 32%;
  right: 0px;
  font-size: 18px;
  z-index: 3;
  height: 425px;
  transition: 0.3s;
  transform: translateX(200%);
  opacity: 0;
}
#fixedNav.show {
  transform: translateX(0%);
  opacity: 1;
}
#fixedNav::before {
  position: absolute;
  content: "";
  width: 84px;
  height: 96px;
  left: 50%;
  margin-left: -42px;
  top: -100px;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/nav-10.png);
}
#fixedNav ul {
  padding-top: 1px;
}
#fixedNav ul li {
  width: 220px;
  height: 75px;
  position: relative;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/nav-bg.png);
}
#fixedNav ul li strong {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 150px;
  display: inline-block;
  left: 80px;
  top: 25px;
}
#fixedNav ul li div {
  position: absolute;
  width: 69px;
  height: 75px;
}
#fixedNav ul li div i {
  font-style: normal;
  position: absolute;
  height: 75px;
  width: 72px;
  text-align: center;
  line-height: 75px;
  color: #6c5139;
  font-weight: bold;
}
#fixedNav ul li.active {
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/nav-bg-active.png);
  background-repeat: no-repeat;
  background-position: 4px 0;
  color: #ffc55a;
}
#fixedNav .gotop {
  position: absolute;
  width: 69px;
  height: 75px;
  left: 70px;
  bottom: -100px;
  z-index: 1;
  cursor: pointer;
  background-image: url(https://static.web.sdo.com/cqyh/pic/act/2026/0127_NewArea/top.png);
}
#fixedNav .gotop:hover {
  transform: scale(1.2);
}
#fixedNav .gotop i {
  font-style: normal;
  position: absolute;
  height: 75px;
  width: 72px;
  text-align: center;
  line-height: 75px;
  color: #6c5139;
  font-weight: bold;
}

@media screen and (min-width: 1920px) {
  #fixedNav {
    right: 50%;
    margin-right: -960px;
  }
}/*# sourceMappingURL=index.css.map */