header .announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
}

.page_content {
  padding-top: 400px;
}

.specialBlk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto 90px;
}

.specialBlk_title .t1 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #101010;
  font-family: "Cinzel", "cwtexfangsong", serif;
  font-size: 24px;
  line-height: 1.1em;
  text-shadow: 0 0.01em 0.01em black;
}

.specialBlk_title .t2 {
  letter-spacing: 0.4em;
  font-family: "cwtexfangsong", serif;
  font-size: 20px;
  color: #0c0445;
}

.mobile_special {
  display: none;
}

.specialList {
  position: relative;
  overflow: hidden;
}

.specialList .swiper-slide {
  margin-right: 8px;
  background-color: gray;
  width: 200px;
  height: 325px;
}

.web_special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 323px;
  width: 100%;
  max-width: 1040px;
}

.tweendown.tweendown {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}

.maskItem {
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  width: 200px;
  height: 325px;
}

.maskItem:nth-child(3n+1) {
  background-color: #1d164e;
}

.maskItem:nth-child(3n+2) {
  background-color: #0c0445;
}

.maskItem:nth-child(3n+3) {
  background-color: #202165;
}

.special_item {
  position: relative;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  width: 200px;
  height: 325px;
}

.special_item:nth-child(3n+1):after {
  background-color: #1d164e;
}

.special_item:nth-child(3n+2):after {
  background-color: #0c0445;
}

.special_item:nth-child(3n+3):after {
  background-color: #202165;
}

.bigBanner {
  position: relative;
  margin-top: 90px;
  margin-bottom: 110px;
}

.bigBanner .swiper-slide {
  position: relative;
  width: 100%;
  height: calc((100vw - 130px)/ 5 * 2);
}

.bigBanner .swiper-slide:hover .banner_ctext,
.bigBanner .swiper-slide:hover .banner_progressbar,
.bigBanner .swiper-slide:hover .banner_text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.bigBanner .swiper-slide:hover .banner_progressbar {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  -ms-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.bigBanner .swiper-slide:hover .banner_ctext {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  -o-transition: all 1s ease 0.6s;
  -ms-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.bigBanner .banner_img {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bigBanner .bigBanner_Content {
  position: absolute;
  top: 30%;
  right: 20%;
  width: 512px;
}

.bigBanner .banner_text {
  position: relative;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  color: transparent;
  background: -moz-linear-gradient(80deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: -webkit-linear-gradient(80deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: -webkit-linear-gradient(10deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: -o-linear-gradient(10deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: linear-gradient(80deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 150%;
  font-family: "Cinzel", "cwtexfangsong", serif;
  font-size: 65px;
  font-weight: 700;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.bigBanner .banner_ctext {
  margin-top: 30px;
  letter-spacing: 0.4em;
  color: #fff;
  font-family: "cwtexfangsong", serif;
  font-size: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.bigBanner .banner_progressbar {
  position: relative;
  margin-top: 30px;
  background-color: #434343;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  opacity: 0;
}

.bigBanner .banner_progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}

.bigBanner .swiper-container-horizontal > .swiper-pagination-bullets,
.bigBanner .swiper-pagination-custom,
.bigBanner .swiper-pagination-fraction {
  bottom: 50px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet {
  background-color: #c6c6c6;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
}

.poem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 95px;
  letter-spacing: 0.1em;
  color: #959595;
  font-family: 'Playfair Display', serif;
  font-size: 12px;
  line-height: 2em;
  opacity: 0;
}

.watermark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 240px;
}

.unit_blk {
  position: relative;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  width: 350px;
  height: auto;
}

.unit_blk.active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.unit_blk:nth-child(1) .unit_img {
  left: -16px;
}

.unit_blk:hover .unit_progress:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.unit_blk:hover .unit_progress:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 1.5s ease 2s;
  -moz-transition: all 1.5s ease 2s;
  -o-transition: all 1.5s ease 2s;
  -ms-transition: all 1.5s ease 2s;
  transition: all 1.5s ease 2s;
}

.unit_title {
  position: relative;
  overflow: hidden;
  padding-bottom: 28px;
}

.unit_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #888;
  width: 100%;
  height: 2px;
}

.unit_progress:after, .unit_progress:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #1e017e;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

.unit_img {
  position: relative;
  width: 366px;
  height: 430px;
  margin-bottom: 80px;
}

.unit_img img {
  font-size: 0;
}

.unit_ename {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #101010;
  font-family: "Cinzel", "cwtexfangsong", serif;
  font-size: 20px;
}

.unit_cname {
  letter-spacing: 0.2em;
  color: #0c0445;
  font-size: 18px;
}

@media only screen and (max-width: 1500px) {
  .page_content {
    padding-top: 370px;
  }
  .specialBlk {
    max-width: 1200px;
  }
  .specialList {
    max-width: 890px;
  }
  .bigBanner .bigBanner_Content {
    right: 10%;
  }
  .web_special {
    height: 276px;
  }
  .maskItem,
  .special_item {
    width: 170px;
    height: 276px;
  }
}

@media only screen and (max-width: 1350px) {
  .specialBlk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  header .announcement {
    width: 100%;
  }
  .page_content {
    padding-top: 300px;
  }
  .specialBlk {
    margin-bottom: 55px;
  }
  .specialBlk_title {
    margin-bottom: 25px;
    padding-left: 40px;
  }
  .web_special {
    display: none;
  }
  .mobile_special {
    position: relative;
    display: block;
  }
  .mobile_special .swiper-container {
    padding-left: 40px;
  }
  .mobile_special .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 140px;
    height: 230px;
  }
  .mobile_special .specialList-next, .mobile_special .specialList-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mobile_special .swiper-button-disabled.specialList-next, .mobile_special .swiper-button-disabled.specialList-prev {
    opacity: 0.3;
  }
  .mobile_special .specialList-next:after, .mobile_special .specialList-prev:after {
    content: '';
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
  }
  .mobile_special .specialList-next:after {
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile_special .specialList-prev:after {
    border-top: 2px solid #231815;
    border-left: 2px solid #231815;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .specialList {
    max-width: none;
  }
  .mb_ctrlbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    margin: 30px auto 0;
  }
  .mb_ctrlbar .line {
    position: relative;
    background-color: #d6d6d6;
    width: 70px;
    height: 1px;
  }
  .bigBanner {
    margin-top: 55px;
    margin-bottom: 165px;
  }
  .bigBanner .swiper-slide {
    height: auto;
  }
  .bigBanner .banner_img {
    position: relative;
    background-size: cover;
    background-position: left center;
    height: calc(100vw / 8 * 5);
  }
  .bigBanner .bigBanner_Content {
    position: relative;
    top: initial;
    right: initial;
    padding: 30px 40px;
    background-color: #0c0445;
    width: calc(100% - 55px);
  }
  .bigBanner .banner_text {
    font-size: 20px;
    margin-bottom: 15px;
    background-size: 100%;
  }
  .bigBanner .swiper-slide .banner_ctext,
  .bigBanner .swiper-slide .banner_progressbar,
  .bigBanner .swiper-slide .banner_text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .bigBanner .swiper-container-horizontal > .swiper-pagination-bullets,
  .bigBanner .swiper-pagination-custom,
  .bigBanner .swiper-pagination-fraction {
    bottom: -30px;
    text-align: left;
    padding-left: 30px;
  }
  .bigBanner .swiper-container {
    overflow: visible;
  }
  .bigBanner .swiper-pagination-bullet {
    background-color: #0c0445;
  }
  .poem {
    position: relative;
    padding-left: 40px;
    margin-bottom: 50px;
  }
  .watermark {
    display: none;
  }
  .unit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 120px;
  }
  .unit_blk {
    width: 200px;
    margin: 0 auto 40px;
  }
  .unit_blk:last-child {
    margin-bottom: 0;
  }
  .unit_img {
    width: 220px;
    height: 258px;
    margin-bottom: 30px;
  }
  .unit_ename {
    font-size: 18px;
  }
  .unit_title {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 650px) {
  .specialBlk_title .t1 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .specialBlk_title .t2 {
    letter-spacing: 0.2em;
  }
}

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