@charset "UTF-8";
body {
  min-width: 1200px;
  background: url(/statics/nync/img/yzyc/body-bg.png) no-repeat center 1200px/100%;
  --deColor: #45c96a;
}

.header {
  background: url(/statics/nync/img/yzyc/topbg.png) no-repeat center top/100%;
  min-height: 845px;
}
.header #logo {
  padding-top: 48px;
}
.header #logo a {
  display: block;
  width: 401px;
  height: 71px;
}

/* 云南代表团 */
.dt-container {
  background: #fff;
  border: 6px solid var(--deColor);
  border-radius: 10px;
  margin-top: -235px;
}
.dt-container > div {
  width: 50%;
}

.dt-swiper {
  height: 450px;
}
.dt-swiper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.dt-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.dt-swiper .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5em 0 1em;
  color: #fff;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.5);
}
.dt-swiper .swiper-pagination {
  bottom: 0;
  height: 32px;
  line-height: 32px;
  text-align: right;
  padding-right: 0.5em;
}
.dt-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.dt-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #45c96a;
}

.dt-list {
  padding: 35px 50px 20px;
}
.dt-list .list-top {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #a4dfa4;
}
.dt-list .list-top h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--defaultHoverColor);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dt-list .list-top p {
  font-size: 16px;
  color: #5c5c5c;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dt-list .list-top:hover h3,
.dt-list .list-top:hover p {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.dt-list ul {
  padding: 20px 0 0 1em;
}
.dt-list ul li {
  list-style-type: disc;
  height: 38px;
  line-height: 38px;
}
.dt-list ul .list-more {
  font-size: 16px;
  color: var(--defaultHoverColor);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  margin-top: 20px;
}
.dt-list ul .list-more:hover {
  font-weight: bold;
}

/* 非遗茶记 */
.fy-container h2 {
  width: 612px;
  margin: 70px auto 78px;
}
.fy-container li {
  float: left;
  margin-right: 17px;
  width: -webkit-calc((100% - 34px) / 3);
  width: -moz-calc((100% - 34px) / 3);
  width: calc((100% - 34px) / 3);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.fy-container li img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fy-container li:nth-of-type(3n) {
  margin-right: 0;
}
.fy-container li:nth-child(-n+3) {
  margin-bottom: 22px;
}
.fy-container li:hover {
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
.fy-container li:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

/* 云茶博览会 */
.bl-container h2 {
  width: 443px;
  margin: 100px auto 50px;
}

.bl-main {
  width: 100%;
}

.bl-list {
  padding: 15px;
  margin-top: 8px;
  width: 425px;
  height: 375px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.bl-list h3 {
  width: 218px;
  margin-bottom: 10px;
}
.bl-list ul {
  padding: 0 1em;
}
.bl-list ul li {
  height: 62px;
  padding-left: 0.2em;
  border-bottom: 1px solid var(--defaultHoverColor);
}
.bl-list ul li a {
  line-height: 62px;
}

.bl-img {
  width: -webkit-calc(100% - 440px);
  width: -moz-calc(100% - 440px);
  width: calc(100% - 440px);
  position: relative;
}
.bl-img a {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  width: 252px;
}

/* 历届精彩 */
.lj-container h2 {
  width: 197px;
  margin: 40px auto 20px;
}

.lj-swiperBg {
  position: relative;
  height: 569px;
  background: url(/statics/nync/img/yzyc/swiper-bg.png) no-repeat;
  border-radius: 10px;
  padding: 16px 202px;
  overflow: hidden;
}
.lj-swiperBg .lj-prev,
.lj-swiperBg .lj-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 36px;
  height: 64px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.lj-swiperBg .lj-prev::after,
.lj-swiperBg .lj-next::after {
  color: #45c96a;
  font-weight: bold;
  text-align: center;
}
.lj-swiperBg .lj-prev {
  left: 5px;
  -webkit-transform: translateX(-120%);
     -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
       -o-transform: translateX(-120%);
          transform: translateX(-120%);
}
.lj-swiperBg .lj-next {
  right: 5px;
  -webkit-transform: translateX(120%);
     -moz-transform: translateX(120%);
      -ms-transform: translateX(120%);
       -o-transform: translateX(120%);
          transform: translateX(120%);
}
.lj-swiperBg:hover .lj-prev,
.lj-swiperBg:hover .lj-next {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.lj-swiper {
  width: 792px;
  height: 535px;
}
.lj-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.lj-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
}
.lj-swiper .swiper-slide mark,
.lj-swiper .swiper-slide img {
  position: absolute;
}
.lj-swiper .swiper-slide mark {
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.lj-swiper .swiper-slide img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 144px;
  height: 144px;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lj2-swiper {
  padding-top: 20px;
}
.lj2-swiper .swiper-slide {
  width: 382px;
  height: 162px;
}
.lj2-swiper .lj2-prev,
.lj2-swiper .lj2-next {
  top: -webkit-calc(50% + 15px);
  top: -moz-calc(50% + 15px);
  top: calc(50% + 15px);
  width: 50px;
  height: 50px;
  z-index: 999;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.lj2-swiper .lj2-prev::after,
.lj2-swiper .lj2-next::after {
  display: none;
}
.lj2-swiper .lj2-prev {
  background: url(/statics/nync/img/yzyc/prev.png) no-repeat center/100%;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.lj2-swiper .lj2-next {
  background: url(/statics/nync/img/yzyc/next.png) no-repeat center/100%;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.lj2-swiper:hover .lj2-prev,
.lj2-swiper:hover .lj2-next {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* 知道多一点 */
.zd-container h2 {
  width: 443px;
  margin: 58px auto 32px;
}

.zd-main {
  position: relative;
  width: 100%;
  height: 428px;
  background: url(/statics/nync/img/yzyc/cf-bg.png) no-repeat;
  padding: 40px 50px 0;
  overflow: hidden;
}
.zd-main p {
  position: relative;
  width: 100%;
  height: 280px;
  font-size: 30px;
  line-height: 56px;
  color: #fff;
}
.zd-main p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.zd-main a {
  position: absolute;
  right: 50px;
  bottom: 26px;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.zd-main a:hover {
  font-weight: bold;
  -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

/* 底部swiper */
.img-swiper {
  margin: 100px auto 75px;
}
.img-swiper .swiper-slide {
  width: 505px;
  height: 848px;
}
.img-swiper .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.5);
}
.img-swiper .img-prev,
.img-swiper .img-next {
  width: 82px;
  height: 82px;
  z-index: 999;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.img-swiper .img-prev::after,
.img-swiper .img-next::after {
  display: none;
}
.img-swiper .img-prev {
  background: url(/statics/nync/img/yzyc/prev.png);
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.img-swiper .img-next {
  background: url(/statics/nync/img/yzyc/next.png);
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.img-swiper:hover .img-prev,
.img-swiper:hover .img-next {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}