@charset "UTF-8";
body {
  background: url(/statics/nync/img/kmhz2025/body-bg.png) no-repeat center 580px, #f2eded;
  min-width: 1335px;
}

/* 头部 */
.fl-header {
  min-height: 830px;
}
.fl-header .logo {
  position: relative;
  z-index: 999;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 50px;
}
.fl-header .logo #logo {
  position: absolute;
  display: block;
  width: 440px;
}
.fl-header .logo #logo img {
  width: 100%;
}

.header-swiper {
  min-width: 1335px;
  position: absolute;
  width: 100%;
  top: 0;
  height: 830px;
}
.header-swiper .swiper-slide {
  background: var(--b);
  padding-top: 265px;
}
.header-swiper .swiper-slide h2,
.header-swiper .swiper-slide p {
  display: block;
  width: 100%;
}
.header-swiper .swiper-slide h2 img,
.header-swiper .swiper-slide p img {
  width: 100%;
}
.header-swiper .swiper-slide h2 {
  margin-bottom: 200px;
}
.header-swiper .header-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 5px;
  background: #e1d7d1;
  border-radius: 5px;
}
.header-swiper .header-pagination .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
  background: #9b8883;
}
.header-swiper .header-pagination .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
  background: #83869b;
}
.header-swiper .header-pagination .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
  background: #839b84;
}
.header-swiper .header-pagination .swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active {
  background: #9b839a;
}
.header-swiper .header-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 92px;
}

/* 春城花事 */
.hs-container {
  padding-bottom: 100px;
}
.hs-container h2 {
  margin-bottom: 40px;
}

.hs-swiper {
  height: 575px;
}
.hs-swiper .swiper-slide a {
  display: block;
}
.hs-swiper .swiper-slide div {
  float: left;
  height: 100%;
}
.hs-swiper .swiper-slide div:nth-of-type(1) {
  width: 610px;
  margin-right: 5px;
}
.hs-swiper .swiper-slide div:nth-of-type(1) a:nth-of-type(1) {
  margin-bottom: 5px;
  height: 335px;
}
.hs-swiper .swiper-slide div:nth-of-type(1) a:nth-of-type(2) {
  margin-bottom: 5px;
  height: 235px;
}
.hs-swiper .swiper-slide div:nth-of-type(2) {
  width: 584px;
}
.hs-swiper .swiper-slide div:nth-of-type(2) a:nth-of-type(1) {
  height: 100%;
  width: 378px;
  display: inline-block;
}
.hs-swiper .swiper-slide div:nth-of-type(2) a:nth-of-type(2) {
  height: 100%;
  width: 197px;
  display: inline-block;
}

.swiper-box {
  position: relative;
}
.swiper-box .hs-next,
.swiper-box .hs-prev {
  width: 33px;
  height: 58px;
}
.swiper-box .hs-next::after,
.swiper-box .hs-prev::after {
  display: none;
}
.swiper-box .hs-next {
  right: 0;
  -webkit-transform: translateX(200%);
     -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
       -o-transform: translateX(200%);
          transform: translateX(200%);
  background: url(/statics/nync/img/kmhz2025/next.png) no-repeat;
}
.swiper-box .hs-prev {
  left: 0;
  -webkit-transform: translateX(-200%);
     -moz-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
       -o-transform: translateX(-200%);
          transform: translateX(-200%);
  background: url(/statics/nync/img/kmhz2025/prev.png) no-repeat;
}

/* 一览花展 */
.hz-container {
  margin-top: 80px;
  min-height: 700px;
  background: url(/statics/nync/img/kmhz2025/yl-bg.png) no-repeat center bottom;
}

.hz-main {
  margin-top: 53px;
}
.hz-main a,
.hz-main span {
  color: #fff;
}
.hz-main .hz-sec {
  width: 605px;
  padding: 20px;
}
.hz-main .hz-sec a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.hz-main .hz-sec a img {
  width: 560px;
  height: 290px;
}
.hz-main .hz-sec a h5 {
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  padding-right: 1em;
  position: relative;
  margin-bottom: 5px;
}
.hz-main .hz-sec a h5::before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 34px;
  height: 2px;
  background: #99867c;
}
.hz-main .hz-sec a p {
  font-size: 16px;
  line-height: 2;
}
.hz-main .hz-sec a:hover {
  color: #3f1b7b;
}
.hz-main .hz-sec a:hover h5::before {
  width: -webkit-calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: calc(100% - 1em);
  background: #3f1b7b;
}
.hz-main .hz-list {
  width: 527px;
  padding-top: 90px;
}
.hz-main .hz-list li {
  min-height: 54px;
  border-bottom: 1px dashed #fff;
  position: relative;
  text-indent: 0.5em;
}
.hz-main .hz-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #9b8979;
}
.hz-main .hz-list li:last-of-type {
  border-bottom: none;
}
.hz-main .hz-list li:nth-of-type(1) {
  text-indent: 0;
  padding-bottom: 20px;
}
.hz-main .hz-list li:nth-of-type(1)::before {
  display: none;
}
.hz-main .hz-list li:nth-of-type(1) a {
  position: relative;
  padding-bottom: 10px;
}
.hz-main .hz-list li:nth-of-type(1) a::before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 45px;
  content: "";
  width: 34px;
  height: 2px;
  background: #9b8979;
}
.hz-main .hz-list li:nth-of-type(1) a h5 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.hz-main .hz-list li:nth-of-type(1) a p {
  line-height: 1.8;
  font-size: 16px;
}
.hz-main .hz-list li a {
  line-height: 54px;
  max-width: 80%;
  text-decoration: none;
}
.hz-main .hz-list li span {
  font-size: 16px;
  line-height: 54px;
}
.hz-main .hz-list li:hover::before {
  background: #3f1b7b;
}
.hz-main .hz-list li:hover a {
  color: #3f1b7b;
}
.hz-main .hz-list li:hover a::before {
  width: -webkit-calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: calc(100% - 1em);
  background: #3f1b7b;
}

/* 门票预约 */
.mp-container {
  padding-bottom: 101px;
}
.mp-container h2 {
  margin-bottom: 28px;
}
.mp-container .mp-main li {
  float: left;
}
.mp-container .mp-main li img {
  border-radius: 20px;
}
.mp-container .mp-main li:first-of-type {
  margin-right: 28px;
}
.mp-container .mp-main li:first-of-type img {
  width: 632px;
}
.mp-container .mp-main li:last-of-type img {
  width: 540px;
}

/* 改 */
.fl-header {
  background: url(/statics/nync/img/kmhz2025/top-bg1.png) no-repeat center 0;
}
.fl-header .header-swiper {
  position: relative;
  z-index: 999;
  min-width: 1200px;
  height: 185px;
  margin-top: 200px;
}
.fl-header .header-swiper .swiper-slide {
  padding: 0;
}
.fl-header .header-swiper .swiper-slide img {
  width: 1200px;
}
.fl-header .top-txt {
  margin-top: 225px;
}
