#introduce {
  background-size: 100%;
  position: relative;
}
#introduce .introduce-wrapper {
  box-sizing: border-box;
}
#introduce .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/intro-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#introduce .introduce-wrapper .intro-block {
  padding: 0.2666666667rem 0.72rem;
}

.clearfix {
  clear: both;
  zoom: 1;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: "Noto Sans SC";
}

body {
  max-width: 10rem;
  margin: 0 auto;
}

/* index */
.container {
  position: relative;
  height: 100%;
  background: #f28c1e;
}
.container .content {
  position: relative;
  height: 100%;
}
.container .content > .swiper-container > .swiper-wrapper > .swiper-slide {
  padding-top: 7.8133333333rem;
  background: url("../img/index-banner.jpg?t=2") no-repeat top center/100% !important;
}
.container .content > .swiper-container > .swiper-wrapper > .swiper-slide .introduce-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 9.2266666667rem !important;
  height: calc(
                            100vh - 7.8133333333rem - 1.7333333333rem
                        ) !important;
  top: 9.0666666667rem !important;
  background: #fff !important;
  z-index: 10;
}
.container .content > .swiper-container > .swiper-wrapper > .swiper-slide .introduce-wrapper .intro-block {
  padding: 0.1333333333rem;
  height: calc(100% - 0.8rem);
  overflow: auto;
  margin-top: 0.8rem;
  box-sizing: border-box;
}
.container .content .music {
  display: block;
  position: absolute;
  right: 0.2666666667rem;
  top: 0.2666666667rem;
  width: 0.72rem;
  height: 0.72rem;
  background-size: 0.72rem;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  animation: musics 3s infinite linear;
  -webkit-animation: musics 3s infinite linear;
  background-image: url(../img/off.png);
  animation-play-state: paused;
}
.container .content .music.active {
  background-image: url(../img/on.png);
  animation-play-state: running;
}
.container .content .next {
  width: 0.8133333333rem;
  height: 0.8266666667rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6666666667rem;
  z-index: 10;
  animation: myfirst 1s infinite ease-in-out;
  -webkit-animation: myfirst 1s infinite ease-in-out;
}
.container .content .next > img {
  width: 100%;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.9375rem;
  }
  100% {
    opacity: 0.1;
    bottom: 0.9rem;
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.9375rem;
  }
  100% {
    opacity: 0.1;
    bottom: 0.9rem;
  }
}
@keyframes musics {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes musics {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  box-sizing: border-box;
}
.container .swiper-slide .btn-wrapepr {
  width: 1.12rem;
  height: 2.9333333333rem;
  position: absolute;
  top: 7.52rem;
  right: 0;
  z-index: 9999;
}
.container .swiper-slide .vote-btn {
  display: block;
  width: 1.12rem;
  height: 1.4666666667rem;
  background-image: url("../img/daohang.png");
  background-size: 1.12rem 1.4666666667rem;
  text-decoration: none;
}
.container .swiper-slide .register-btn {
  display: block;
  width: 1.1066666667rem;
  height: 1.3866666667rem;
  background-image: url("../img/watchLive.png");
  background-size: 1.1066666667rem 1.3866666667rem;
  text-decoration: none;
  margin: 0.2666666667rem 0;
}
.container .swiper-slide .historyBtn {
  display: block;
  width: 1.1066666667rem;
  height: 1.3866666667rem;
  background-image: url("../img/haistory.png");
  background-size: 1.1066666667rem 1.3866666667rem;
  text-decoration: none;
  margin-bottom: 0.2666666667rem;
}
.container .swiper-slide .backHome {
  display: block;
  width: 1.1066666667rem;
  height: 1.3866666667rem;
  background-image: url("../img/backHome.png");
  background-size: 1.1066666667rem 1.3866666667rem;
  text-decoration: none;
}
.container .swiper-slide > img {
  width: 100%;
}
.container .swiper-slide.pre {
  background-color: #ececec;
}
.container .swiper-slide .nav-bar {
  width: 10rem;
  height: 1.7333333333rem;
  text-align: center;
  position: relative;
}
.container .swiper-slide .nav-bar .menu-label {
  position: absolute;
  left: 0;
  top: 0;
}
.container .swiper-slide .nav-bar > img {
  width: 100%;
}
.container .swiper-slide .main-content {
  margin: 0 0.5333333333rem;
  background-color: #fff;
  padding: 0.2666666667rem 0.2666666667rem 0.1333333333rem;
  text-align: justify;
  z-index: 4;
  height: 13.3333333333rem;
}
.container .swiper-slide .main-content > p {
  margin: 0.5333333333rem 0;
  line-height: 1.5;
  font-size: 0.3733333333rem;
}
.container .swiper-slide .main-content > h2 {
  text-align: center;
  font-size: 0.5333333333rem;
  padding-top: 0.5333333333rem;
}
.container .swiper-slide .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.container .swiper-slide .footer > img {
  width: 100%;
}

#index {
  position: relative;
}
#index .btn-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.8666666667rem;
  margin: 0 auto;
  width: 9.24rem;
  background: #fff;
  padding-top: 0.2666666667rem;
  padding-bottom: 0.5333333333rem;
}
#index .btn-list .btn-item {
  background-image: url("../img/index-btn.png");
  background-size: 5.8933333333rem 1.12rem;
  width: 5.8933333333rem;
  height: 1.12rem;
  line-height: 0.96rem;
  margin: 0.2666666667rem auto;
}
#index .btn-list .btn-item > a {
  display: block;
  font-size: 0.4rem;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.jiesaotext {
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: justify;
  padding-bottom: 1.3333333333rem;
  font-size: 0.3733333333rem;
}
.jiesaotext div {
  margin-bottom: 0.2666666667rem;
}

video {
  background: #333;
}

#news {
  background-size: 100%;
  position: relative;
}
#news .swiper-slide {
  background-color: initial;
}
#news .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/news-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#news .introduce-wrapper .JQQD {
  position: absolute;
  bottom: 1.0666666667rem;
  width: 5.3333333333rem;
  left: 1.9733333333rem;
  z-index: 999;
  color: #666;
}
#news .introduce-wrapper .intro-block {
  padding: 0 0.2666666667rem;
  overflow: hidden;
  box-sizing: border-box;
  margin: auto !important;
  height: calc(100vh - 7.8133333333rem - 1.7333333333rem);
}
#news .introduce-wrapper .intro-block .swiper-wrapper {
  box-sizing: border-box;
}
#news .introduce-wrapper .intro-block .swiper-wrapper .bangdan {
  width: 100%;
}

#guest {
  height: 17.75rem;
  background-size: 100%;
  position: relative;
}
#guest .swiper-slide {
  background-color: initial;
}
#guest .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/guest-title.png?t=1") no-repeat center/cover;
  transform: translateX(-50%);
}
#guest .introduce-wrapper .intro-block {
  padding-left: 0;
  padding-right: 0;
}
#guest .introduce-wrapper .intro-block img {
  display: block;
  width: 100%;
}

#news1 .swiper-slide {
  background-color: initial;
}
#news1 .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/news1-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#news1 .introduce-wrapper .intro-block .news-inner-list .news-item {
  width: 8.4rem;
  margin: 0 auto 0.2666666667rem;
}
#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0.1066666667rem;
}
#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .news-desc {
  font-size: 0.32rem;
  color: #8c8c8c;
  text-align: justify;
  line-height: 1.25;
  padding: 0.4rem 0 0.2133333333rem;
}
#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .news-time {
  padding-top: 0.2133333333rem;
  color: #b2b2b2;
  font-size: 0.2666666667rem;
  text-align: right;
}
#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper {
  display: flex;
  justify-content: flex-start;
  border-bottom: 0.0133333333rem solid #f4f4f4;
  padding-bottom: 0.2666666667rem;
  width: 100%;
  box-sizing: border-box;
}
#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper > img {
  display: block;
  width: 2.72rem;
  margin-right: 0.4rem;
}
#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper p {
  width: 4rem;
  font-size: 0.3466666667rem;
  color: #333333;
  text-align: justify;
  line-height: 1.25;
  margin-left: 0.1333333333rem;
}

#guest1 {
  position: relative;
}
#guest1 .swiper-slide {
  background-color: initial;
}
#guest1 .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/guest1-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#guest1 .introduce-wrapper .intro-block .guest-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#guest1 .introduce-wrapper .intro-block .guest-list .guest-item {
  width: 1.9733333333rem;
  margin: 0 0.4266666667rem 0.5333333333rem;
}
#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .img-wrapper {
  width: 1.9733333333rem;
  height: 2rem;
  border-radius: 0.1066666667rem;
  overflow: hidden;
}
#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .img-wrapper > img {
  width: 100%;
}
#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .name {
  font-size: 0.3466666667rem;
  color: #f28c1e;
  text-align: center;
  margin: 0.16rem 0 0.24rem;
}
#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .desc {
  font-size: 0.2666666667rem;
  line-height: 1.25;
  color: #616161;
  text-align: left;
}

#zuzhi {
  position: relative;
}
#zuzhi .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/zuzhi-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#zuzhi .introduce-wrapper .intro-block {
  padding-top: 0 !important;
}
#zuzhi .introduce-wrapper .intro-block img {
  width: 100%;
}

#dhlocation .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/dhlocation-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#dhlocation .introduce-wrapper .intro-block {
  padding: 0 0.2666666667rem;
  box-sizing: border-box;
  margin: 1.0666666667rem auto 0;
  height: calc(100% - 1.0666666667rem);
}
#dhlocation .introduce-wrapper .intro-block .address-box {
  display: flex;
  justify-content: center;
  margin-top: 0.5333333333rem;
}
#dhlocation .introduce-wrapper .intro-block .address-box::before {
  content: "";
  width: 1px;
  background: #4c4c4c;
}
#dhlocation .introduce-wrapper .intro-block .address-box::after {
  content: "";
  width: 1px;
  background: #4c4c4c;
}
#dhlocation .introduce-wrapper .intro-block .address {
  padding: 0rem 0.2666666667rem;
}
#dhlocation .introduce-wrapper .intro-block .address > div {
  color: #4c4c4c;
  font-size: 0.3466666667rem;
}
#dhlocation .introduce-wrapper .intro-block .address > div:nth-child(1) {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.1333333333rem;
}
#dhlocation .u-mapBox {
  width: 100%;
  height: 5.6rem;
  margin: 0 auto;
  overflow: hidden;
}

#history .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/history-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#history .introduce-wrapper .intro-block .item {
  position: relative;
  margin-bottom: 0.32rem !important;
}
#history .introduce-wrapper .intro-block .item:nth-child(1) {
  width: 8.44rem;
  margin: auto;
}
#history .introduce-wrapper .intro-block .item:nth-child(1) img {
  border-radius: 0.1333333333rem;
  overflow: hidden;
}
#history .introduce-wrapper .intro-block .item:nth-child(1) .year {
  bottom: 0.2rem;
  left: 0.2rem;
}
#history .introduce-wrapper .intro-block .item .totalImg {
  width: 100%;
}
#history .introduce-wrapper .intro-block .item .year {
  position: absolute;
  bottom: 0.2666666667rem;
  left: 0.4666666667rem;
  font-size: 0.2133333333rem;
  z-index: 90;
}
#history .introduce-wrapper .intro-block .item .year span {
  position: absolute;
  left: 0.0533333333rem;
  color: #000;
  top: 0.0533333333rem;
  font-size: 0.3466666667rem;
  font-weight: 600;
}
#history .introduce-wrapper .intro-block .item .year img {
  width: 1.0666666667rem;
}

#watch .introduce-wrapper::before {
  content: "";
  position: absolute;
  width: 2.7066666667rem;
  height: 1.2266666667rem;
  top: -0.5333333333rem;
  left: 50%;
  background: url("../img/watch-title.png") no-repeat center/cover;
  transform: translateX(-50%);
}
#watch .introduce-wrapper .intro-block img {
  width: 8.7733333333rem;
  display: block;
  margin: auto;
}

.bannerSwiper-slide {
  width: 8.8rem;
}
.bannerSwiper-slide img {
  width: 100%;
}

#zbfaBanner {
  position: relative;
  height: 7.3333333333rem;
}
#zbfaBanner .swiper-slide {
  height: 6.4rem;
  margin-top: calc((100vh - 9.0666666667rem) / 2 - 3.3333333333rem);
}
#zbfaBanner .swiper-pagination {
  position: absolute;
  bottom: 0;
}

/*# sourceMappingURL=index.css.map */
