@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 235px;
  height: 100%;
  z-index: 99;
}
.header:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 88%;
  height: 200px;
  background: url(../img/circula3.png) left bottom no-repeat;
}
.m-navigate {
  display: none;
}
.m-navigate-right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.navigate-search {
  display: block;
  color: #666666;
  font-size: 24px;
  line-height: 1;
}
.navigate-btn {
  position: relative;
  margin-left: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(50, 159, 222, 0.1);
}
.navigate-btn i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #329fde url(../img/menubtn.png) center no-repeat;
  background-size: 18px;
}
#water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.logo {
  margin-left: 10px;
}
.logo img {
  display: block;
  height: 38px;
}
.header-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.header-wrap iframe {
  margin-left: 47px;
  text-align: center;
}
.navs {
  margin-top: 8.5185vh;
  margin-bottom: 5.5556vh;
  width: 190px;
  text-align: center;
}
.navs li {
  margin-bottom: 1.4815vh;
  text-align: center;
}
.navs li:last-child {
  margin-bottom: 0;
}
.navs li:hover a:before,
.navs li.active a:before {
  opacity: 1;
  transform: rotateY(0deg);
  visibility: visible;
}
.navs li:hover a:after,
.navs li.active a:after {
  transform: scale(1);
  transition-delay: 0.15s;
}
.navs li a {
  display: inline-block;
  position: relative;
  z-index: 3;
  min-width: 43px;
  color: #444444;
  font-size: 18px;
  line-height: 48px;
}
.navs li a:before {
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 0;
  z-index: -1;
  content: "";
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(10, 110, 230, 0.2);
  opacity: 0;
  transform: rotateY(-180deg);
  visibility: hidden;
  transition: 0.48s;
}
.navs li a:after {
  position: absolute;
  left: 50%;
  margin-left: 5px;
  bottom: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(10, 110, 230, 0.06);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: left top;
  transition: 0.45s;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
}
.loader.hide {
  opacity: 0;
  visibility: hidden;
}
.loader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
  -webkit-transform: translateY(-50%);
  text-align: center;
  width: 350px;
}
.loader-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fadeLoading {
  display: inline-block;
  margin-top: 24px;
  font-size: 0px;
  padding: 0px;
}
.fadeLoading span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}
.fadeLoading span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(0, 117, 193, 0.6);
}
.fadeLoading span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(0, 117, 193, 0.8);
}
.fadeLoading span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #0075c1;
}
.fadeLoading span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(0, 117, 193, 0.8);
}
.fadeLoading span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(0, 117, 193, 0.4);
}
@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
.weathers {
  position: relative;
}
.tianq {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100px;
}
.right-navigate {
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 99;
  margin-top: -184px;
  padding-top: 86px;
  animation: infinite move1 5s ease;
}
.right-navigate:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.right-navigate:before {
  position: absolute;
  left: 11px;
  top: 0;
  content: "";
  width: 66px;
  height: 86px;
  background: url(../img/balloon.png) center no-repeat;
  animation: move2 5s infinite alternate ease-in-out;
  transform-origin: center bottom;
}
@keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  66% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  66% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes move1 {
  0% {
    transform: translateY(0) translateZ(0);
  }
  50% {
    transform: translateY(20px) translateZ(0);
  }
  100% {
    transform: translateY(0) translateZ(0);
  }
}
.navigate-list li {
  margin-bottom: 6px;
}
.navigate-list li:last-child {
  margin-bottom: 0;
}

.navigate-list li:nth-child(1) a {
  background: #4c6fd4;
}
.navigate-list li:nth-child(2) a {
  background: #19b7dd;
}
.navigate-list li:nth-child(3) a {
  background: #46c08e;
}
.navigate-list li a {
  display: block;
  padding-top: 14px;
  padding-bottom: 9px;
  width: 65px;
  border-radius: 4px;
  background: #ffa105;
  text-align: center;
}
.navigate-list li a:hover b {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.navigate-list li a b {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  transition: 0.35s;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.navigate-list li a span {
  display: block;
  margin-top: 9px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
}
.navigate-menu {
  position: fixed;
  top: 60px;
  left: 100%;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #e7e7e7;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.navigate-menu.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: visible;
}
.navigate-m-list {
  margin: 0 6.66666%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  padding-top: 14px;
}
.navigate-m-list li {
  border-bottom: 1px solid #e7e7e7;
}
.navigate-m-list li:nth-child(2) a i {
  color: #eb4840;
}
.navigate-m-list li:nth-child(3) a i {
  color: #ff9d31;
}
.navigate-m-list li:nth-child(4) a i {
  color: #32be98;
}
.navigate-m-list li:nth-child(5) a i {
  color: #d54d9d;
}
.navigate-m-list li:nth-child(6) a i {
  color: #0971ce;
}
.navigate-m-list li:nth-child(7) a i {
  color: #00b1b3;
}
.navigate-m-list li:nth-child(8) a i {
  color: #ea6666;
}
.navigate-m-list li:nth-child(9) a i {
  color: #27aac1;
}
.navigate-m-list li a {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  color: #333333;
}
.navigate-m-list li a i {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 12px;
  line-height: 1;
  color: #0971ce;
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
}
body .widgt {
  color: #333333;
}
body .widgt .name {
  display: none;
}
.home-swiper {
  height: 100vh;
  overflow: hidden;
}
.screen-slide {
  overflow: hidden;
}
.banner-box {
  position: relative;
  height: 100vh;
  overflow: hidden;
  transform: translateZ(0px) !important;
}
.banner {
  height: 100%;
}
.banner .swiper-pagination {
  bottom: 40px;
  line-height: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  opacity: 1;
  background: none;
  transition: 0.35s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fea30b;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  position: relative;
  transform: translateZ(0);
}
.banner-slide figure img.min-img {
  display: none;
}
.common_logo__hidden {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.common_logo {
  position: absolute;
  width: 325px;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 30px 17px 30px 20px;
  box-sizing: border-box;
  text-align: right;
}
.common_logo img {
  display: inline-block;
  max-width: 100%;
}
.common_logo .wave,
.common_logo .wave1,
.common_logo .wave2 {
  z-index: -1;
  position: absolute;
  bottom: 20px;
  width: 300px;
  height: 300px;
  background: linear-gradient(to right, rgba(7, 108, 255, 0.3) 0%, rgba(24, 188, 251, 0.3) 100%);
  border-radius: 45%;
  animation: rotate 6s linear infinite;
}
.common_logo .wave1 {
  transform: translate(-12%, 0) rotate(0deg);
  animation: rotate1 6s linear -4s infinite;
}
.common_logo .wave2 {
  transform: translate(18%, 0) rotate(0deg);
  animation: rotate2 6s linear -2s infinite;
}
.guide-fixs {
  position: relative;
  height: 100%;
}
.common_logo_wrap {
  display: inline-block;
  width: 228px;
  text-align: center;
}
.common_logo_wrap img.hide {
  display: none;
}
.common_logo_wrap strong {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  font-family: "时尚中黑简体";
}
.common_logo_wrap small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-family: "PingFang-SC-Regular";
}
@keyframes rotate {
  50% {
    border-radius: 38%;
    transform: rotate(180deg);
  }
  100% {
    border-radius: 45%;
    transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  50% {
    border-radius: 38%;
    transform: translate(-30%, 8%) rotate(180deg);
  }
  100% {
    border-radius: 45%;
    transform: translate(-20%, 0%) rotate(360deg);
  }
}
@keyframes rotate2 {
  50% {
    transform: translate(30%, 8%) rotate(180deg);
  }
  100% {
    transform: translate(20%, 0%) rotate(360deg);
  }
}
.common__cursor {
  width: 2.60416667vw;
  height: 2.60416667vw;
  position: absolute;
  left: 0;
  top: 0;
  margin: -25px 0 0 -25px;
  z-index: 100;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
.common__cursor.sclas:before {
  transform: scale(1.4) translate(-50%, -50%);
}
.common__cursor:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(10, 110, 230, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.38s cubic-bezier(0.3, 1.83, 0.49, 0.88);
}
.themes {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.themes__content {
  position: absolute;
  left: 150px;
  right: 0;
  bottom: 0;
}
.themes__content__title {
  margin-bottom: 1.2vh;
  text-align: center;
}
.themes__content__title strong {
  display: block;
  line-height: 1;
  color: #1290e8;
  font-weight: normal;
  font-family: "时尚中黑简体";
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.themes__content__title small {
  display: block;
  line-height: 1;
  color: #1290e8;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "PingFang-SC-Regular";
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.screen-slide.swiper-slide-active .themes__content .themes__content__title strong,
.screen-slide.swiper-slide-active .themes__content .themes__content__title small {
  font-size: 38px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.45s;
}
.screen-slide.swiper-slide-active .themes__content .themes__content__title small {
  font-size: 28px;
  transition-delay: 0.65s;
}
.screen-slide.swiper-slide-active .themes__list__wraps {
  transform: translateX(0px);
  transition: 1s 0.5s;
}
.themes__list__wraps {
  transform: translateX(-100%);
  transition: 1s 0.8s;
}
.f54 {
  font-size: 54px;
}
.themes__list {
  display: flex;
  display: -webkit-flex;
}
.themes__list__item {
  margin: 3px 2px;
  position: relative;
  width: 25%;
  overflow: hidden;
  transition: 0.6s;
  border-radius: 15px;
}
.themes__list__item.active {
  width: 25%;
}
.themes__list__item.siblingsd {
  width: 25%;
}
.themes__list__item:hover {
  width: 25%;
}
.themes__list__item:hover figure:before {
  opacity: 0;
  visibility: hidden;
}
.themes__list__item:hover .themes__list__title {
  opacity: 0;
  visibility: hidden;
}
.themes__list__item:hover .themes__list__content {
  opacity: 1;
  visibility: visible;
}
.themes__list__item:hover .themes__mark {
  left: 0;
  opacity: 1;
  visibility: visible;
  border-radius: 0px;
}
.themes__list__item:hover .themes__text__title small,
.themes__list__item:hover .themes__text__title strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.themes__list__item:hover .themes__text__title strong {
  transition-delay: 0.25s;
}
.themes__list__item:hover .themes__text__item li {
  opacity: 1;
  visibility: visible;
  animation: rollIn 1s ease-out;
}
.themes__list__item figure {
  display: block;
  position: relative;
  z-index: 3;
  border-right: 3px solid #fff;
  line-height: 1;
  height: 43vh;
  overflow: hidden;
}
.themes__list__item figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4));
  transition: 0.5s;
  z-index: 2;
}
.themes__list__item figure img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.themes__list__item:last-child figure {
  border-right: none;
}
.themes__list__item:last-child .themes__list__content {
  width: 100%;
}
.themes__list__title {
  position: absolute;
  left: 0;
  bottom: 54px;
  line-height: 1;
  width: 100%;
  z-index: 3;
  transition: 0.48s;
}
.themes__list__title b {
  display: block;
  position: relative;
  margin: auto;
  width: 58px;
  height: 58px;
}
.themes__list__title b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.themes__list__title span {
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
.themes__list__content {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 3px);
  height: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
}
.themes__mark {
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(2, 106, 194, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}
.themes__list__text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.themes__text__title {
  text-align: center;
  margin-bottom: 7.7778vh;
}
.themes__text__title small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  font-family: "PingFang-SC-Regular";
  font-weight: lighter;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.themes__text__title strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  font-family: "时尚中黑简体";
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.theme-hide {
  overflow: hidden;
}
.theme-hide:last-child {
  margin-top: 14px;
}
.themes__text__item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.themes__text__item li {
  margin-left: 20px;
  position: relative;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.themes__text__item li:hover a {
  transform: translateY(-20px);
}
.themes__text__item li:hover a:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
  transition-delay: 0.2s;
}
.themes__text__item li:first-child {
  margin-left: 0;
}
.themes__text__item li a {
  display: block;
  position: relative;
  transition: 0.4s;
}
.themes__text__item li a:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: url(../img/radius1.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: rotate(180deg);
  transition: 0.44s;
}
.themes__text__item li img {
  display: block;
  width: 100px;
  height: auto;
  /* border-radius: 50%; */
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.guide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.guide__mouse {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  z-index: 4;
  pointer-events: none;
  text-align: center;
  display: none;
}
.guide__mouse img {
  position: relative;
  width: 130px;
  height: auto;
  animation: moveDownSpot1 linear 1s infinite;
}
.guide__mouse p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@keyframes moveDownSpot1 {
  from {
    opacity: 1;
    left: 0;
  }
  to {
    opacity: 0;
    left: -20px;
  }
}
.guide__bg {
  position: relative;
}
.guide__list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.guide__bg {
  width: 100%;
  height: auto;
}
.guide__wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.guide__list__item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-160px);
  transition: 0.8s;
}
.guide__list__item.active img {
  opacity: 1;
  visibility: visible;
}
.guide__list__item img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.screen-slide.swiper-slide-active .guide__list__item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.25s;
}
.screen-slide.swiper-slide-active .guide__list__item:nth-child(2n+2) {
  transition-delay: 0.5s;
}
.screen-slide.swiper-slide-active .guide__list__item:nth-child(3n+3) {
  transition-delay: 0.75s;
}
.guide__list__item1 {
  width: 11.3%;
  right: 10.78%;
  bottom: 6.11%;
}
.guide__list__item1 .guide__dit {
  left: 51.6%;
  bottom: 74.5%;
}
.guide__list__item2 {
  width: 16.92%;
  right: 23.28%;
  bottom: 28.98%;
  z-index: 2;
}
.guide__list__item2 .guide__dit {
  left: 51.69%;
  bottom: 75.25%;
}
.guide__list__item3 {
  width: 39.74%;
  left: 34.89%;
  top: 35.92%;
  z-index: 1;
}
.guide__list__item3 .guide__dit1 {
  left: 49.82%;
  bottom: 70.169%;
}
.guide__list__item3_1 {
  width: 5.88%;
  left: 70.57%;
  top: 38.42%;
  z-index: 2;
}
.guide__list__item3_1 .guide__dit2 {
  left: auto;
  left: 44.24%;
  bottom: 37%;
}
.guide__list__item4 {
  width: 18.437%;
  left: 22.86%;
  top: 33.333%;
}
.guide__list__item4 .guide__dit {
  left: 59.32%;
  bottom: 69.3%;
}
.guide__list__item5 {
  width: 14.16%;
  left: 10.8%;
  top: 41.5%;
}
.guide__list__item5 .guide__dit {
  left: 40.44%;
  bottom: 78.65%;
}
.guide__list__item6 {
  width: 17.44%;
  left: 22.8%;
  top: 50.46%;
  z-index: 2;
}
.guide__list__item6 .guide__dit {
  left: 44.47%;
  bottom: 61.93%;
}
.guide__list__item7 {
  width: 11.87%;
  left: 35.26%;
  top: 50%;
  z-index: 3;
}
.guide__list__item7 .guide__dit {
  left: 52.83%;
  bottom: 55.85%;
}
.guide__list__item8 {
  width: 8.854%;
  left: 32.656%;
  top: 48.7%;
  z-index: 2;
}
.guide__list__item8 .guide__dit {
  left: 47.33%;
  bottom: 39.5%;
}
.guide__list__item9 {
  width: 7.5%;
  left: 29.89%;
  top: 47.59%;
}
.guide__list__item9 .guide__dit {
  left: 58.33%;
  bottom: 32.25%;
}
.guide__list__item9 .guide__dit i {
  height: 94px;
}
.guide__list__item10 {
  width: 8.8%;
  left: 26.35%;
  top: 46.2%;
}
.guide__list__item10 .guide__dit {
  left: 36.68%;
  bottom: 47.54%;
}
.guide__list__item10 .guide__dit i {
  height: 44px;
}
.guide__list__item11 {
  width: 17.6%;
  left: 68.07%;
  top: 29.81%;
  z-index: 0;
}
.guide__list__item11 .guide__dit {
  left: 83.43%;
  bottom: 42.3%;
}
.guide__list__item12 {
  width: 10.78%;
  right: 6.51%;
  top: 36.48%;
  z-index: 0;
}
.guide__list__item12 .guide__dit {
  left: 53.14%;
  bottom: 64%;
}
.guide__list__item13 {
  width: 7.135%;
  right: 0.989%;
  top: 37.96%;
}
.guide__list__item13 .guide__dit {
  left: 32.11%;
  bottom: 85.71%;
}
.guide__list__item13 .guide__dit i {
  height: 84px;
}
.guide__dit {
  position: absolute;
  left: 50%;
}
.guide__dit:hover i {
  padding-top: 8px;
}
.guide__dit i {
  display: block;
  position: relative;
  width: 2px;
  height: 34px;
  background: #806acd;
  transition: 0.35s;
}
.guide__dit i:before {
  position: absolute;
  left: -50%;
  margin-left: -2px;
  bottom: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #806acd;
  border-radius: 50%;
}
.guide__dit span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -36px;
  padding: 0 18px;
  white-space: nowrap;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  font-family: "PingFang-SC-Regular";
  background: linear-gradient(to right, #e94ea0 0%, #1b86f7 100%);
}
.tourist-services {
  position: relative;
  z-index: 3;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#waterBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/big_bj2.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
.service__list {
	top:4%;
  position: absolute;
  left: 230px;
  right: 0;
  bottom: 53%;
  z-index: 3;
  text-align: center;
}
.screen-slide.swiper-slide-active .service__item a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition-delay: 0.25s;
}
.screen-slide.swiper-slide-active .service__item:nth-child(2) a {
  transition-delay: 0.5s;
}
.screen-slide.swiper-slide-active .service__item:nth-child(3) a {
  transition-delay: 0.75s;
}
.service__item {
  margin-left: 120px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
  animation: infinite move3 4s linear;
}
.service__item a {
  display: block;
  opacity: 0;
  transform: translateX(-80px);
  visibility: hidden;
  transition: 0.78s;
}
.service__item:first-child {
  margin-left: 0;
}
.service__item:hover {
  animation-play-state: paused;
}
.service__item figure {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.service__item figure img {
  display: block;
  width: 235px;
  border-radius: 35px;
}
div.service__list2{
  top: 54%;
}
/* .service__item:nth-child(2) figure img {
  width: 349px;
} */
/* .service__item:nth-child(2) .service__item__text {
  bottom: 33px;
} */
@keyframes move3 {
  0% {
    transform: translateY(0) translateZ(0);
  }
  50% {
    transform: translateY(-20px) translateZ(0);
  }
  100% {
    transform: translateY(0) translateZ(0);
  }
}
.service__item__text {
  position: absolute;
  left: -77px;
  bottom: 8px;
  background: #fff;
  width: 100%;
  z-index: 3;
  padding: 25px 0;
  border-radius: 30px 0 30px 30px;
}
.service__item__text b {
  display: block;
  float: left;
  position: relative;
  margin-left: 21px;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  background: #cce1ff;
  text-align: center;
}
.service__item__text b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.service__item__info {
  float: left;
  margin-left: 18px;
  padding-top: 12px;
  width: 160px;
  text-align: left;
}
.service__item__info strong {
  display: block;
  margin-bottom: 9px;
  line-height: 22px;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.service__item__info strong i {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-left: 7px;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  background: linear-gradient(to right, #076cff 0%, #18bcfb 100%);
}
.service__item__info p {
  color: #999999;
  font-size: 14px;
  line-height: 1.2;
}
.activity {
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow: hidden;
}
.activity .activity__bottom__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 38.59%;
  height: auto;
}
.activity__bg {
  float: left;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 2s;
}
.activity.show .activity__bg {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition-delay: 0.25s;
}
.activity.show .activity__wrap--hidden {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition-delay: 0.5s;
}
.activity__content {
  float: right;
  height: 100%;
  width: 50%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.activity__wrap {
  margin: auto;
  max-width: 86%;
  width: 482px;
  padding-right: 56px;
  overflow: hidden;
}
.activity__wrap--hidden {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-150%);
  transition: 1.78s;
}
.activity__top {
  margin-bottom: 25px;
}
.activity__top strong {
  text-align: center;
  display: block;
  margin-bottom: 52px;
  padding: 10px 32px;
  color: #5a90e0;
  background: #c9dfff;
  border-radius: 26px;
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
}
.activity__top p {
  color: #333333;
  font-size: 20px;
  font-family: "PingFang-SC-Regular";
}
.activity__enter {
  position: relative;
  margin-bottom: 44px;
}
.activity__enter:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  background: #b2b2b2;
}
.activity__enter a {
  display: block;
  text-align: center;
  width: 130px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: #5a90e0;
  font-size: 16px;
}
.activity__swiper {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  height: 386px;
}
.activity__info {
  width: 50%;
  float: left;
}
.activity__info:nth-child(2) .activity__text {
  background: linear-gradient(to right, rgba(54, 192, 190, 0.8) 0%, rgba(44, 216, 174, 0.8) 100%);
}
.activity__info:nth-child(3) .activity__text {
  background: linear-gradient(to right, rgba(27, 147, 249, 0.8) 0%, rgba(18, 164, 218, 0.8) 100%);
}
.activity__info a {
  display: block;
  position: relative;
  margin: 12px;
}
.activity__info a:Hover figure img {
  transform: scale(1.08);
}
.activity__info a figure {
  position: relative;
  display: block;
  padding-bottom: 75.1%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.activity__info a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.activity__info a figure img {
  display: block;
  transition: 0.6s;
}
.activity__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 8px 10px 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  background: linear-gradient(to right, rgba(248, 81, 119, 0.8) 0%, rgba(233, 125, 88, 0.8) 100%);
}
.activity__text span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.activity-fix {
  position: relative;
}
.activity-btn {
  position: absolute;
  right: -56px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  transition: 0.4s;
  color: #fff;
  font-size: 15px;
  background: #b3b2b2;
}
.activity-btn:hover {
  background: #646465;
}
.activity-btn.prev {
  top: 50%;
  margin-top: -52px;
}
.activity-btn.next {
  bottom: 50%;
  margin-bottom: -52px;
}
.footer {
  padding: 58px 0 30px;
  background: url(../img/footerbg.png) center bottom no-repeat;
}
.footer__share {
  margin-bottom: 36px;
  text-align: center;
  font-size: 0;
}
.footer__share a {
  display: inline-block;
  margin-left: 19px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 2px solid #1290e8;
  border-radius: 50%;
  color: #1290e8;
  font-size: 22px;
}
.footer__share a:first-child {
  margin-left: 0;
}
.footer-list {
  margin-bottom: 52px;
  text-align: center;
  font-size: 0;
}
.footer-list > li {
  display: inline-block;
  position: relative;
  padding: 0 24px;
  border-right: 1px solid #666666;
  line-height: 1;
}
.footer-list > li:last-child {
  border-right: none;
}
.footer-list > li > a {
  display: inline-block;
  line-height: 1;
  color: #444444;
  font-size: 15px;
}
.last-slide {
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden;
}
.last-slide .footer {
  transform: translateY(0) !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.last-slide.swiper-slide-active {
  overflow: visible;
}
.last-slide.swiper-slide-active .footer {
  opacity: 1;
  visibility: visible;
}
.footer-list li:hover .footer-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0px);
}
.footer-menu {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding-bottom: 20px;
  width: 100%;
  line-height: 0;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
  pointer-events: none;
  transform: translateY(-30px);
}
.footer-menu:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 14px;
  content: "";
  border-top: 6px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
.footer-menu-list {
  background: #fff;
  border-radius: 6px;
  padding: 10px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
.menu-item {
  text-align: center;
  line-height: 0;
  padding: 5px 0;
}
.menu-item a {
  color: #444444;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
.menu-item a:hover {
  color: #1290e8;
}
.footer__wrap p {
  text-align: center;
}
.footer__wrap p a {
  display: inline-block;
  margin-right: 18px;
  color: #888888;
  font-size: 15px;
}
.footer__wrap p a:last-child {
  margin-right: 0;
}
.paradise-swiper {
  position: relative;
  height: 100vh;
}
.paradise-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.paradise-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 39.35%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.paradise-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.paradise-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  filter: blur(10px);
  z-index: 3;
}
.paradise__wrap {
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  padding-left: 150px;
  width: 100%;
  box-sizing: border-box;
  z-index: 4;
}
.paradise__wrap .slick-dots {
  position: absolute;
  left: 50%;
  margin-left: -10%;
  width: auto;
  bottom: 11px;
  display: flex;
  -webkit-display: flex;
}
.paradise__wrap .slick-dots li {
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
}
.paradise__wrap .slick-dots li button {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.paradise__wrap .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #fff;
}
.paradise__item {
  float: left;
  position: relative;
  padding-top: 88px;
  padding-bottom: 64px;
  width: 100%;
}
.paradise__imgs__wr {
  position: relative;
}
.imgPlaceholder {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s ease;
}
.paradise__item.swiper-slide-active .imgPlaceholder {
  width: 0;
  transition-delay: 0.3s;
}
.water-img {
  position: absolute;
  right: -17.6%;
  bottom: -56px;
  width: 69%;
}
.sea-img {
  position: absolute;
  right: -11.2%;
  top: -56px;
  width: 38.8%;
}
.sports-img {
  position: absolute;
  right: -42px;
  top: 45px;
  width: 47%;
}
.paradise__imgs {
  width: 56.49%;
  position: relative;
  margin: auto;
}
.paradise__imgs .paradise-max {
  display: block;
  width: 100%;
  height: auto;
}
.paradise__imgs .paradise-park {
  position: absolute;
  width: 49.6%;
  right: -15.4%;
  top: -15.65%;
  z-index: 2;
}
.paradise__texts {
  position: absolute;
  left: -106px;
  bottom: -52px;
  z-index: 10;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
}
.paradise__texts .imgPlaceholder {
  background: #fff;
}
.paradise__texts strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #ffffff;
  font-size: 36px;
}
.paradise__texts strong b {
  font-size: 48px;
}
.paradise__texts p {
  letter-spacing: 5px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.paradise__more {
  position: absolute;
  right: -49px;
  bottom: -49px;
}
.paradise__more:hover i {
  right: -23px;
}
.paradise__more span {
  display: block;
  padding-top: 38px;
  height: 50px;
  line-height: 1;
  width: 88px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.paradise__more i {
  display: block;
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -15px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  transition: 0.38s;
}
.paradise__list {
  position: fixed;
  left: 150px;
  right: 0;
  bottom: 38px;
  padding: 0 7.8%;
  z-index: 20;
  display: flex;
  display: -webkit-flex;
}
.paradise__items {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  margin-right: 58px;
  padding-top: 20px;
  cursor: pointer;
}
.paradise__items:last-child {
  margin-right: 0;
}
.paradise__items:hover i:before,
.paradise__items.active i:before {
  width: 80px;
}
.paradise__items i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.paradise__items i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  width: 0;
  transition: 0.5s;
}
.paradise__items span {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.paradise__items b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.eden {
  position: relative;
  height: 100vh;
}
.eden-slide {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.eden-slide figure {
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eden-slide figure img {
  display: block;
  position: relative;
}
.eden-btn {
  position: absolute;
  left: 150px;
  right: 0;
  bottom: 42px;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  width: 100%;
}
.eden-btn-item {
  margin-right: 20px;
  width: 200px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eden-btn-item:last-child {
  margin-right: 0;
}
.eden-btn-item img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  transition: 0s;
}
.eden-btn-item.active {
  width: 288px;
  border-radius: 8px;
  border: 4px solid #fff;
}
.common_logo_wrap .lahd {
  margin-top: -18px;
  max-height: 99px;
}
.resort {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.resort-wrap {
  position: relative;
  margin-left: 150px;
  height: 100%;
}
.resort-fix {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1200px;
}
.resort-title {
  margin-bottom: 44px;
  text-align: center;
}
.resort-title strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #129de8;
  font-size: 44px;
  font-family: "时尚中黑简体";
  font-weight: normal;
}
.resort-title small {
  display: block;
  line-height: 1;
  color: #129de8;
  font-size: 22px;
  font-family: "PingFang-SC-Regular";
  text-transform: uppercase;
}
.resort-title p {
  margin: auto;
  margin-top: 26px;
  max-width: 100%;
  color: #555555;
  font-size: 16px;
}
.resort-title1 strong,
.resort-title1 small {
  color: #fff;
}
.resort-tt {
  display: inline-block;
  position: relative;
  padding: 0 80px;
  margin: auto;
}
.resort-tt img {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  max-height: 100%;
}
.resort-tt img.icon1 {
  left: 0;
}
.resort-tt img.iconleft {
  left: -50px;
}
.resort-tt img.icon2 {
  right: 0;
}
.resort__btns {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
}
.resort__btns__item {
  position: relative;
  margin-right: 26px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.resort__btns__item:last-child {
  margin-right: 0;
}
.resort__btns__item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.resort__btns__item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.58s;
}
.resort__btns__item:hover figure img,
.resort__btns__item.active figure img {
  transform: scale(1.05);
}
.resort__btns__item:hover .resort__btn__text,
.resort__btns__item.active .resort__btn__text {
  height: 100%;
}
.resort__btns__item:hover .resort__btn__text span,
.resort__btns__item.active .resort__btn__text span {
  padding-bottom: 20px;
}
.resort__btns__item:hover .resort__btn__text span:before,
.resort__btns__item.active .resort__btn__text span:before {
  opacity: 1;
  visibility: visible;
}
.resort__btn__text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 36px;
  background: rgba(18, 157, 232, 0.8);
  transition: 0.58s;
}
.resort__btn__text span {
  display: block;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transition: 0.4s;
}
.resort__btn__text span:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.34s;
  opacity: 0;
  visibility: hidden;
}
.resort__content {
  position: relative;
}
.resort__content .slick-list {
  max-height: 420px;
  min-height: 100% !important;
}
.resort__item {
  position: relative;
}
.resort__menu {
  float: left;
  margin-top: -12px;
  width: 170px;
  height: 366px;
  overflow: hidden;
}
.resort__wr {
  position: relative;
}
.resort__menu__item {
  padding-right: 7px;
  width: 170px;
  position: relative;
  padding: 12px 7px 12px 0;
  cursor: pointer;
}
.resort__menu__item.slick-current i,
.resort__menu__item:hover i {
  opacity: 1;
  visibility: visible;
}
.resort__menu__item.slick-current i:before,
.resort__menu__item:hover i:before {
  opacity: 1;
  visibility: visible;
  right: -7px;
}
.resort__menu__item:hover figure img {
  transform: scale(1.05);
}
.resort__menu__item i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #1290e8;
  border-radius: 9px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.36s;
}
.resort__menu__item i:before {
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -7px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #1290e8;
  transition: 0.36s;
  opacity: 0;
  visibility: hidden;
}
.resort__menu__item figure {
  border-radius: 9px;
  cursor: pointer;
  position: relative;
  display: block;
  padding-bottom: 61.76%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.resort__menu__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.resort__menu__item figure img {
  display: block;
  transition: 0.45s;
}
.resort__menu__item span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 40px;
  padding-bottom: 9px;
  width: 100%;
  text-align: center;
  border-radius: 0 0 9px 9px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.resort__swiper {
  position: relative;
}
.resort__swiper .slick-arrow {
  position: absolute;
  right: 38.51%;
  bottom: 28px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #1290e8;
  border-radius: 50%;
  color: #1290e8;
  font-size: 16px;
  z-index: 5;
  cursor: pointer;
}
.resort__swiper .slick-arrow.slick-prev {
  transform: rotate(-180deg) translateX(-36px);
}
.resort__swiper .slick-arrow.slick-next {
  transform: translateX(86px);
}
.resort__view {
  position: relative;
  margin-left: 190px;
  height: 352px;
  overflow: hidden;
}
.resort__texts {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
.resort__imgs {
  float: left;
  width: 57.42%;
  height: 351px;
  border-radius: 10px 0 0 10px;
  background-position: center;
  background-size: cover;
}
.resort__info {
  float: right;
  padding-top: 44px;
  margin-right: 4.35%;
  width: 34.16%;
}
.resort__info__top {
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
.resort__info__top strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.star {
  margin-top: 18px;
}
.star span {
  display: block;
  float: left;
  color: #888888;
  font-size: 16px;
  line-height: 18px;
}
.star-list {
  position: relative;
  margin-left: 15px;
}
.star-list img {
  display: block;
  float: left;
  margin-right: 4px;
  width: 19px;
}
.resort-f {
  margin-top: 20px;
}
.resort-f p {
  color: #888888;
  font-size: 14px;
  height: 100px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cruise {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.sunac {
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}
.sunac:before {
  position: absolute;
  left: 50%;
  margin-left: -695px;
  top: 19px;
  z-index: -1;
  content: "";
  width: 1390px;
  height: 5px;
  background: url(../img/line1.png) center no-repeat;
}
.sunac-slide {
  float: left;
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
}
.sunac-slide.active .sunac-slide-btn i:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.sunac-slide-btn {
  display: inline-block;
  cursor: pointer;
  padding-top: 9px;
}
.sunac-slide-btn i {
  position: relative;
  display: block;
  z-index: 3;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #1290e8;
}
.sunac-slide-btn i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  background: rgba(18, 157, 232, 0.2);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.4s;
}
.sunac-slide-btn span {
  display: block;
  margin-top: 23px;
  line-height: 1.2;
  color: #888888;
  font-size: 18px;
  transition: 0.34s;
}
.sunac-hidden {
  width: 100%;
  overflow: hidden;
  margin-top: -40px;
}
.sunac-swiper {
  position: relative;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
}
.sunac-item {
  position: relative;
  padding: 76px 0 106px;
  transform: scale(0.9);
  transition: 0.5s !important;
}
.sunac-item.swiper-slide-active {
  transform: scale(1.2);
  z-index: 5;
}
.sunac-item.swiper-slide-active .sunac-text {
  opacity: 1;
  visibility: visible;
}
.sunac-item.swiper-slide-active figure {
  opacity: 1;
}
.sunac-item figure {
  display: block;
  position: relative;
  line-height: 1;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0.7;
  transition: 0.5s;
}
.sunac-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
}
.sunac-text {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 46px;
  padding: 28px 38px 30px;
  z-index: 3;
  background: #fff;
  border-radius: 15px;
  transform: scale(1);
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
}
.sunac-text-map {
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.sunac-text-map strong {
  display: block;
  float: left;
  line-height: 1;
  color: #222222;
  font-size: 22px;
  font-weight: normal;
}
.sunac-text-map p {
  float: right;
  margin-top: 2px;
  color: #666666;
  font-size: 14px;
  line-height: 1;
}
.sunac-text-map p span {
  color: #333333;
}
.sunac-text-map p span i {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 5px;
  color: #1290e8;
  font-style: normal;
  font-size: 24px;
}
.sunac-content {
  margin-top: 12px;
}
.sunac-content p {
  color: #666666;
  font-size: 12px;
}
.notice {
  position: relative;
  padding: 0 80px 66px;
  border-radius: 3px 22px 90px 90px;
  background: #fff;
}
.notice:before {
  position: absolute;
  left: 0;
  top: -79px;
  content: "";
  width: 100%;
  height: 80px;
  background: url(../img/conbg.png) left center no-repeat;
}
.notice-hidden {
  overflow-y: auto;
  font-family: "PingFang-SC-Regular";
  -webkit-overflow-scrolling: touch;
  height: 315px;
}
.notice-text p {
  color: #666666;
  font-size: 16px;
}
.notice-text-hide {
  display: none;
}
.notice-arrow {
  margin: auto;
  margin-top: 36px;
  width: 18px;
  height: 17px;
  cursor: pointer;
  background: url(../img/show.png) center no-repeat;
  transition: 0.36s;
}
.notice-arrow.on {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.mask .bottom_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.45%;
}
.mask .bottom_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35.83%;
}
.waves1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 98px;
  pointer-events: none;
  background: url(../img/wave.png) left center repeat-x;
  animation: bg_move 15s linear infinite alternate;
}
.waves2 {
  background: url(../img/wave1.png) left center repeat-x;
  animation: bg_move 22s linear infinite alternate;
}
.waves3 {
  background: url(../img/wave2.png) left center repeat-x;
  animation: bg_move 28s linear infinite alternate-reverse;
}
@keyframes bg_move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: right 0;
  }
}
@keyframes bg_move2 {
  0% {
    background-position: right 0;
  }
  100% {
    background-position: 0 0;
  }
}
.foods {
  margin-left: -200px;
  margin-right: -200px;
}
.foods .slick-track {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.foods-slide {
  float: left;
  text-align: center;
}
.foods-slide span {
  display: block;
  position: relative;
  margin-top: 40px;
  padding-bottom: 32px;
  line-height: 1;
  color: #1290e8;
  font-size: 44px;
  font-family: "时尚中黑简体";
  opacity: 0;
  visibility: hidden;
  transition: 0.58s;
}
.foods-slide span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: url(../img/line2.png) center no-repeat;
  background-size: 100% auto;
}
.foods-slide.slick-current .food-imgs {
  width: 90%;
}
.foods-slide.slick-current .food-imgs:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.foods-slide.slick-current .food-imgs:after {
  transform: scale(0.9);
  transition-delay: 0.15s;
}
.foods-slide.slick-current span {
  opacity: 1;
  visibility: visible;
}
.food-imgs {
  position: relative;
  z-index: 3;
  margin: auto;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  width: 246px;
  transition: 0.5s;
}
.food-imgs figure {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 50%;
}
.food-imgs figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.food-imgs:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(22, 158, 232, 0.1) 0%, #169ee8 100%);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.65s;
}
.food-imgs:after {
  position: absolute;
  left: 50%;
  margin-left: -282px;
  bottom: 34px;
  z-index: -1;
  content: "";
  width: 564px;
  height: 239px;
  background: url(../img/drop.png) center no-repeat;
  background-size: 100% 100%;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.food-imgs b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding-top: 176px;
  padding-bottom: 38px;
  background: linear-gradient(to bottom, rgba(22, 158, 232, 0) 0%, rgba(13, 83, 200, 0.9) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.food-imgs1 {
  overflow: hidden;
}
.food-wr {
  width: 100%;
  margin-left: -50%;
}
.food-arrow {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  bottom: 30px;
  width: 500px;
  z-index: 10;
  cursor: pointer;
}
.food-arrow span {
  display: block;
  position: absolute;
  bottom: 0;
  line-height: 1;
  color: #1290e8;
  font-size: 30px;
  cursor: pointer;
}
.food-arrow span.food-prev {
  left: 0;
}
.food-arrow span.food-next {
  right: 0;
}
.waterWdqp {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9;
  display: none;
}
.waterWdqp dd {
  position: relative;
  -webkit-animation: sway 8s ease-in-out infinite;
  animation: sway 8s ease-in-out infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.waterWdqp dd span {
  width: 66px;
  height: 66px;
  background: url(../img/qp.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  animation-name: qipao;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.waterWdqp dd.dd1 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd2 span {
  -webkit-animation: rise 6s linear infinite;
  animation: rise 6s linear infinite;
  height: 19px;
  left: 7%;
  top: calc(100%);
  width: 19px;
}
.waterWdqp dd.dd3 span {
  -webkit-animation: rise 7s linear infinite;
  animation: rise 7s linear infinite;
  height: 32px;
  left: 13%;
  top: calc(100%);
  width: 32px;
}
.waterWdqp dd.dd4 span {
  -webkit-animation: rise 5s linear infinite;
  animation: rise 5s linear infinite;
  height: 33px;
  left: 17%;
  top: calc(100%);
  width: 33px;
}
.waterWdqp dd.dd5 span {
  -webkit-animation: rise 4s linear infinite;
  animation: rise 4s linear infinite;
  height: 38px;
  left: 46%;
  top: calc(100%);
  width: 38px;
}
.waterWdqp dd.dd6 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 48px;
  left: 10%;
  top: calc(100%);
  width: 48px;
}
.waterWdqp dd.dd7 span {
  -webkit-animation: rise 3.5s linear infinite;
  animation: rise 3.5s linear infinite;
  height: 14px;
  left: 65%;
  top: calc(100%);
  width: 14px;
}
.waterWdqp dd.dd8 span {
  -webkit-animation: rise 7s linear infinite;
  animation: rise 7s linear infinite;
  height: 36px;
  left: 85%;
  top: calc(100%);
  width: 36px;
}
.waterWdqp dd.dd9 span {
  -webkit-animation: rise 7.5s linear infinite;
  animation: rise 7.5s linear infinite;
  height: 39px;
  left: 20%;
  top: calc(100%);
  width: 39px;
}
.waterWdqp dd.dd10 span {
  -webkit-animation: rise 5.5s linear infinite;
  animation: rise 5.5s linear infinite;
  height: 16px;
  left: 71%;
  top: calc(100%);
  width: 16px;
}
.waterWdqp dd.dd11 span {
  -webkit-animation: rise 6.5s linear infinite;
  animation: rise 6.5s linear infinite;
  height: 42px;
  left: 20%;
  top: calc(100%);
  width: 42px;
}
.waterWdqp dd.dd12 span {
  -webkit-animation: rise 5s linear infinite;
  animation: rise 5s linear infinite;
  height: 46px;
  left: 97%;
  top: calc(100%);
  width: 46px;
}
.waterWdqp dd.dd13 span {
  -webkit-animation: rise 7.5s linear infinite;
  animation: rise 7.5s linear infinite;
  height: 30px;
  left: 87%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd14 span {
  -webkit-animation: rise 3.5s linear infinite;
  animation: rise 3.5s linear infinite;
  height: 39px;
  left: 26%;
  top: calc(100%);
  width: 39px;
}
.waterWdqp dd.dd15 span {
  -webkit-animation: rise 3.5s linear infinite;
  animation: rise 3.5s linear infinite;
  height: 38px;
  left: 49%;
  top: calc(100%);
  width: 38px;
}
.waterWdqp dd.dd16 span {
  -webkit-animation: rise 6s linear infinite;
  animation: rise 6s linear infinite;
  height: 28px;
  left: 99%;
  top: calc(100%);
  width: 28px;
}
.waterWdqp dd.dd17 span {
  -webkit-animation: rise 3.5s linear infinite;
  animation: rise 3.5s linear infinite;
  height: 46px;
  left: 34%;
  top: calc(100%);
  width: 46px;
}
.waterWdqp dd.dd18 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 32px;
  left: 50%;
  top: calc(100%);
  width: 32px;
}
.waterWdqp dd.dd19 span {
  -webkit-animation: rise 3.5s linear infinite;
  animation: rise 3.5s linear infinite;
  height: 48px;
  left: 67%;
  top: calc(100%);
  width: 48px;
}
.waterWdqp dd.dd20 span {
  -webkit-animation: rise 3s linear infinite;
  animation: rise 3s linear infinite;
  height: 37px;
  left: 50%;
  top: calc(100%);
  width: 37px;
}
.waterWdqp dd.dd21 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd22 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd23 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd24 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd25 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd26 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd27 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd28 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd29 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd30 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd31 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd32 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd33 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd34 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd35 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd36 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd37 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd38 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd39 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
.waterWdqp dd.dd40 span {
  -webkit-animation: rise 4.5s linear infinite;
  animation: rise 4.5s linear infinite;
  height: 30px;
  left: 93%;
  top: calc(100%);
  width: 30px;
}
@-webkit-keyframes rise {
  0% {
    margin-top: 300%;
  }
  70% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    margin-top: -300px;
    opacity: 0.3;
  }
}
@keyframes rise {
  0% {
    margin-top: 300%;
  }
  70% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    margin-top: -300px;
    opacity: 0.3;
  }
}
@-webkit-keyframes sway {
  20% {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
  }
  25% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }
  70% {
    -webkit-transform: translate(28px);
    transform: translate(28px);
  }
  75% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
}
@keyframes sway {
  20% {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
  }
  25% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }
  70% {
    -webkit-transform: translate(28px);
    transform: translate(28px);
  }
  75% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
}
/* 气泡效果组 end */
.sunacstar {
  position: absolute;
  left: -150px;
  top: 0;
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.sea .food-imgs:after {
  display: none;
}
.sea-texts {
  position: relative;
  left: 50%;
  margin-left: -340px;
  margin-top: 32px;
  padding-bottom: 22px;
  width: 680px;
  background: url(../img/line3.png) center bottom no-repeat;
  background-size: 100% auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.56s;
}
.sea-texts p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
.foods-slide.slick-current .food-imgs b {
  opacity: 1;
  visibility: visible;
}
.foods-slide.slick-current .sea-texts {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.food-arrow1 {
  width: 860px;
  margin-left: -430px;
  bottom: 46px;
}
.food-arrow1 span {
  color: #fff;
}
.sunac1:before {
  background: url(../img/line4.png) center no-repeat;
}
.sunac1 .sunac-slide-btn span {
  color: #fff;
  opacity: 0.5;
}
.sunac1 .active .sunac-slide-btn span {
  opacity: 1;
}
.common_logo1 .wave,
.common_logo1 .wave1,
.common_logo1 .wave2 {
  background: linear-gradient(to right, rgba(248, 81, 119, 0.3) 0%, rgba(233, 125, 88, 0.3) 100%);
}
.common_logo2 .wave,
.common_logo2 .wave1,
.common_logo2 .wave2 {
  background: rgba(142, 110, 53, 0.3);
}
.common_logo3 .wave,
.common_logo3 .wave1,
.common_logo3 .wave2 {
  background: rgba(37, 162, 145, 0.3);
}
.common_logo4 .wave,
.common_logo4 .wave1,
.common_logo4 .wave2 {
  background: linear-gradient(to right, rgba(214, 74, 213, 0.3) 0%, rgba(103, 23, 234, 0.3) 100%);
}
.common_logo5 .wave,
.common_logo5 .wave1,
.common_logo5 .wave2 {
  background: rgba(198, 158, 106, 0.3);
}
.business {
  position: absolute;
  top: 50%;
  right: 7.55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 71.25%;
}
.business-imgs {
  float: right;
  position: relative;
  width: 56%;
}
.business-wr img {
  display: block;
  width: 100%;
  height: auto;
}
.busine-crile {
  position: absolute;
  left: 21px;
  bottom: 42px;
  width: 130px;
  height: 131px;
  background: url(../img/turn1.png) center no-repeat;
  background-size: cover;
  animation: truns 5s linear infinite;
}
.busine-crile1 {
  left: -40px;
  bottom: 20.75%;
  width: 60px;
  height: 61px;
  background-size: cover;
  animation: truns 8s linear infinite alternate-reverse;
}
@keyframes truns {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.business-content {
  padding-top: 96px;
  float: left;
  width: 31.53%;
}
.business-top {
  margin-bottom: 66px;
}
.business-top strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1;
  color: #333333;
  font-size: 38px;
  font-weight: normal;
}
.business-top p {
  color: #e40638;
  font-size: 28px;
}
.business-top small {
  display: block;
  margin-top: 45px;
  line-height: 1;
  color: #e40638;
  font-size: 72px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "FelixTitlingMT";
}
.business-box {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.business-texts p {
  color: #333333;
  font-size: 15px;
  line-height: 2;
}
.delicious-fix {
  position: absolute;
  left: 150px;
  top: 50%;
  right: 0;
  height: 670px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
}
.delicious {
  position: relative;
  left: 50%;
  margin-left: -1200px;
  width: 2400px;
}
.delicious-slide {
  position: relative;
  transform: scale(0.8);
  transition: 0.7s !important;
  transform-origin: center top;
  margin-top: 266px;
}
.delicious-slide.swiper-slide-active {
  transform: scale(1);
  margin-top: 90px;
}
.delicious-slide.swiper-slide-next {
  margin-top: 0px;
}
.delicious-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.delicious-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.delicious-samll {
  position: absolute;
  right: 0;
  bottom: 35.7%;
  line-height: 1;
  color: #e40638;
  white-space: nowrap;
  font-size: 8.8021vw;
  font-family: "FelixTitlingMT";
  text-transform: uppercase;
  z-index: -1;
  opacity: 0.2;
  animation: move2 30s linear infinite alternate;
}
@keyframes move2 {
  0% {
    right: 0;
  }
  100% {
    right: 80%;
  }
}
.delicious-food {
  position: absolute;
  left: 18.95%;
  top: 8%;
  z-index: 3;
}
.delicious-food:before {
  position: absolute;
  left: 0;
  top: -40px;
  content: "";
  width: 1px;
  height: 100%;
  background: #e40638;
  opacity: 0.2;
  transform: rotate(45deg);
}
.delicious-food small {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #e40638;
  font-size: 56px;
  font-family: "Constantia";
}
.delicious-food strong {
  display: block;
  padding-left: 36px;
  color: #e40638;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 11px;
  line-height: 1.4;
}
.delicious-btn {
  position: absolute;
  left: 50%;
  margin-left: 350px;
  top: 530px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 10;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background: linear-gradient(to right, #f85177 0%, #e97d58 100%);
}
.delicious-btn span {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
  text-align: center;
}
.delicious-btn span:first-child {
  margin-right: 17px;
}
.delicious-btn span:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid #fff;
}
.delicious-btn span.next:before {
  border-right: none;
  border-left: 7px solid #fff;
}
.floor-guide {
  padding-top: 72px;
}
.floor-guide .delicious-food {
  left: 0;
  top: 0;
}
.floor-guide .delicious-food strong {
  padding-left: 0;
  letter-spacing: 0;
}
.floor-swiper {
  position: relative;
  padding-left: 164px;
}
.floor-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.floor-menu-list {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.floor-menu-list li {
  position: relative;
  z-index: 3;
  margin-bottom: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #999999;
  font-size: 18px;
  font-family: "Constantia";
  cursor: pointer;
  transition: 0.38s;
}
.floor-menu-list li:last-child {
  margin-bottom: 0;
}
.floor-menu-list li:hover,
.floor-menu-list li.active {
  color: #fff;
}
.floor-menu-list li:hover:before,
.floor-menu-list li.active:before {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
.floor-menu-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #f85177 0%, #e97d58 100%);
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.5s;
}
.floor-text {
  position: absolute;
  left: 0;
  bottom: 18px;
  padding-right: 60px;
}
.floor-text:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 46px;
  height: 1px;
  background: #222222;
}
.floor-text span {
  display: block;
  line-height: 1;
  color: #222222;
  font-size: 20px;
  font-family: "Constantia";
}
.floor-tabs {
  position: relative;
}
.floor-item {
  float: left;
  width: 100%;
  height: auto;
}
.floor-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.floor-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.floor-btns {
  position: absolute;
  right: -68px;
  bottom: 18px;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
}
.floor-btn-prev {
  cursor: pointer;
}
.floor-btn-prev:hover span,
.floor-btn-prev:hover i {
  color: #222222;
}
.floor-btn-prev span {
  display: block;
  float: left;
  margin-right: 32px;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  font-family: "Constantia";
  transition: 0.35s;
}
.floor-btn-prev i {
  display: inline-block;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  font-style: normal;
  transition: 0.35s;
}
.floor-btn-prev.next {
  margin-left: 28px;
}
.floor-btn-prev.next span {
  float: right;
  margin-right: 0;
  margin-left: 32px;
}
.floor-btn-prev.next i {
  float: left;
}
.hotel {
  position: relative;
  height: 100vh;
  z-index: 3;
}
.hotel:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 45.41%;
  height: 50%;
  background: #ecdabd;
  height: 0;
  transition: 1s;
}
.hotel-wr {
  position: relative;
  height: 100vh;
}
.hotel-wr:before {
  position: absolute;
  right: -225px;
  bottom: -225px;
  content: "";
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(236, 218, 189, 0) 0%, #ecdabd 100%);
}
.hotel-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.swiper-slide.swiper-slide-active .hotel:before {
  height: 50%;
  transition-delay: 0.5s;
}
.hotel-swiper {
  float: left;
  position: relative;
  padding-bottom: 65px;
  width: 52.18%;
  height: 32.55vw;
  overflow: hidden;
}
.hotel-swiper .slick-dots {
  left: auto;
  bottom: 0;
  right: 48px;
  width: auto;
}
.hotel-swiper .slick-dots li {
  position: relative;
  margin-left: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: none;
  opacity: 1;
  cursor: pointer;
}
.hotel-swiper .slick-dots li button {
  display: none;
}
.hotel-swiper .slick-dots li.slick-active:after {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
.hotel-swiper .slick-dots li:first-child {
  margin-left: 0;
}
.hotel-swiper .slick-dots li:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #8e6e35;
  border-radius: 50%;
}
.hotel-swiper .slick-dots li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #8e6e35;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.38s;
}
.hotel-swiper .slick-list {
  padding: 0 !important;
}
.hotel-slide {
  overflow: hidden;
  float: left;
}
.hotel-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.hotel-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.hotel-content {
  float: right;
  position: relative;
  margin-right: 5.2%;
  padding-top: 50px;
  width: 35.83%;
}
.hotel-img {
  float: right;
  line-height: 1;
  width: 254px;
}
.hotel-img img {
  display: block;
  width: 100%;
  height: auto;
}
.hotel-img-item {
  float: left;
}
.hotel-icon {
  margin-bottom: 60px;
}
.hotel-icon img {
  display: block;
  max-height: 173px;
}
.hotel-tt strong {
  display: inline-block;
  padding: 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  background: #8e6e35;
}
.hotel-tt h4 {
  margin-top: 25px;
  color: #8e6e35;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 7px;
}
.hotel-info {
  margin-top: 95px;
  width: 450px;
  padding-top: 28px;
  border-top: 1px solid #c9c1b4;
}
.hotel-info p {
  color: #8e6e35;
  font-size: 16px;
  line-height: 2.2;
}
.theme__swiper {
  left: 50%;
  top: 50%;
  margin-left: -1500px;
  width: 3000px;
}
.theme__swiper .slick-dots {
  margin-left: -30px;
}
.theme__swiper .paradise__item {
  padding-top: 0;
}
.theme__swiper .paradise__item.swiper-slide-active .paradise__imgs {
  transform: scale(1);
}
.theme__swiper .paradise__item.swiper-slide-active .paradise__imgs .paradise__more {
  opacity: 1;
  visibility: visible;
}
.theme__swiper .paradise__item.swiper-slide-active .paradise__imgs .imgPlaceholder {
  opacity: 1;
  visibility: visible;
  width: 0;
  transition-delay: 0.35s;
}
.theme__swiper .paradise__item .paradise__imgs {
  width: 800px;
  transform: scale(0.75);
  transition: 0.66s !important;
}
.theme__swiper .paradise__item .paradise__imgs .paradise__texts {
  transition: 0.58s;
  left: -42px;
}
.theme__swiper .paradise__item .paradise__imgs .paradise__texts strong {
  font-size: 36px;
}
.theme__swiper .paradise__item .paradise__imgs .paradise__texts p {
  font-size: 28px;
}
.theme__swiper .paradise__item .paradise__imgs .paradise__more {
  bottom: auto;
  top: 32px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.theme__swiper .paradise__item .imgPlaceholder {
  display: none;
}
.park-menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 20;
  text-align: center;
  box-sizing: border-box;
  padding-left: 150px;
}
.park-menu-list {
  position: relative;
  z-index: 4;
  display: inline-flex;
  display: -webkit-inline-box;
  justify-content: center;
  -webkit-justify-content: center;
  margin: auto;
}
.park-menu-list li {
  margin-right: 217px;
  opacity: 1;
  visibility: visible;
  width: 100px;
  margin-left: 0;
}
.park-menu-list li.active {
  width: 100px;
}
.park-menu-list li.active a {
  padding-top: 0;
  width: 100%;
}
.park-menu-list li.active a:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.park-menu-list li:nth-child(2) {
  margin-top: 12px;
}
.park-menu-list li:nth-child(3) {
  margin-top: 24px;
}
.park-menu-list li:nth-child(4) {
  margin-top: 36px;
}
.park-menu-list li a {
  width: 80px;
  margin: auto;
  padding-top: 10px;
}
.park-menu-list li img {
  width: 100%;
  height: auto;
}
.park-menu-list li:last-child {
  margin-right: 0;
}
#sineCanvas,
#sineCanvas1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.paradise-section {
  overflow: hidden;
}
.theme-common {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.paradise-bann {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.parslide {
  height: 100vh !important;
}
.parslide figure {
  height: 100vh;
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: blur(8px);
}
.introduce {
  position: relative;
  z-index: 3;
  padding-left: 150px;
  height: 100vh;
  background: linear-gradient(to right, #eef6f5 0%, rgba(251, 252, 253, 0.5) 50%, #eef6f5 100%);
  overflow: hidden;
}
.introduce-wrap {
  position: relative;
  top: 50%;
  width: 1200px;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.introduce-left {
  float: left;
  width: 33.3333%;
}
.introduct-minimg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.introduce-title {
  position: relative;
  margin-top: 25vh;
}
.introduce-title:before {
  position: absolute;
  left: -226px;
  top: 20px;
  content: "";
  width: 180px;
  height: 1px;
  background: #25a291;
  z-index: 10;
}
.introduce-title strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #25a291;
  font-size: 42px;
  font-family: "时尚中黑简体";
  font-weight: normal;
}
.introduce-title small {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #25a291;
  font-family: Arial;
  text-transform: uppercase;
}
.introduce-title b {
  display: inline-block;
  padding: 0 15px 0 20px;
  margin-top: 18px;
  color: #fff;
  font-size: 24px;
  background: #25a291;
  font-weight: normal;
  letter-spacing: 5px;
}
.introduct-content {
  float: right;
  width: 66.6667%;
}
.introduct-info {
  padding-left: 13.75%;
  padding-top: 12px;
  margin-bottom: 46px;
}
.introduct-info p {
  color: #444444;
  font-size: 16px;
  line-height: 2;
}
.introduce-imgs img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.frand-small {
  position: absolute;
  right: 20%;
  top: 37.963vh;
  white-space: nowrap;
  z-index: -1;
  line-height: 1;
  color: #25a291;
  font-size: 8.8021vw;
  text-transform: uppercase;
  font-family: "FelixTitlingMT";
  opacity: 0.34;
  animation: move2 30s linear infinite alternate-reverse;
}
.sitting {
  position: relative;
  border-radius: 118px;
}
.sitting img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.sitting .dit {
  position: absolute;
  left: 100px;
  top: 58px;
  line-height: 1;
  color: #999999;
  font-size: 22px;
}
.landscape {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.landscape-left {
  float: left;
  margin-left: 17.62%;
}
.landscape-title {
  position: relative;
  left: -30px;
  top: 0;
}
.landscape-title small,
.landscape-title strong {
  color: #49c9b8;
}
.landscape-title:before {
  background: #49c9b8;
}
.landscape-btn {
  margin-top: 80px;
}
.landscape-btn li {
  position: relative;
  margin-bottom: 22px;
  cursor: pointer;
  padding-left: 12px;
  width: 142px;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  transition: 0.4s;
}
.landscape-btn li:hover:before,
.landscape-btn li.active:before {
  transform: scaleX(1);
}
.landscape-btn li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #49c9b8 0%, rgba(73, 201, 184, 0) 100%);
  z-index: -1;
  transform: scaleX(0);
  transition: 0.45s;
  transform-origin: left center;
}
.landscape-arrow {
  margin-top: 62px;
  position: relative;
  width: 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.landscape-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  opacity: 0.5;
}
.landscape-arrow span {
  display: block;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  font-size: 20px;
  cursor: pointer;
  transition: 0.38s;
}
.landscape-arrow span:hover {
  opacity: 1;
}
.landscape-swiper {
  float: right;
  width: 57.62%;
  margin-right: -10.17%;
  padding-top: 36px;
  height: 570px;
}
.landscape-slide {
  transform: scale(0.8);
  transition: 0.5s;
  opacity: 0.6;
  float: left;
}
.landscape-slide.slick-current {
  transform: scale(1);
  opacity: 1;
}
.landscape-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.landscape-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperate-list {
  float: left;
  padding-top: 36px;
  padding-left: 40px;
  height: 542px;
  width: 36.91%;
  box-sizing: border-box;
  background: url(../img/line5.png) 20px center no-repeat;
}
.cooperate-item {
  position: relative;
  margin-bottom: 42px;
  z-index: 3;
  margin-left: 7px;
  padding: 15px 0 12px 28px;
  cursor: pointer;
}
.cooperate-item:last-child {
  margin-bottom: 0;
}
.cooperate-item strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.cooperate-item i {
  display: block;
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #49c9b8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.3s;
}
.cooperate-item:hover i,
.cooperate-item.active i {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cooperate-item:hover:before,
.cooperate-item.active:before {
  opacity: 1;
  visibility: visible;
}
.cooperate-item:hover:after,
.cooperate-item.active:after {
  transform: scaleX(1);
}
.cooperate-item:hover time,
.cooperate-item.active time {
  font-size: 34px;
}
.cooperate-item:hover span,
.cooperate-item.active span {
  font-size: 24px;
}
.cooperate-item:before {
  position: absolute;
  left: -7px;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #49c9b8;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cooperate-item:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #49c9b8 0%, rgba(73, 201, 184, 0) 100%);
  transform-origin: left center;
  transform: scaleX(0);
  transition: 0.5s;
}
.cooperate-item time {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  transition: 0.35s;
  font-family: "Constantia";
}
.cooperate-item span {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 18px;
  transition: 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cooperate-swiper {
  float: right;
  margin-top: 40px;
  padding-top: 40px;
  margin-right: -40px;
  padding-right: 40px;
  width: 56.6666%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 97.22% auto;
}
.cooperate-img {
  position: absolute;
  right: -58px;
  top: 60px;
  z-index: 3;
  width: 242px;
  height: 57px;
  background: url(../img/en.png) center no-repeat;
}
.cooperate-slide {
  float: left;
}
.cooperate-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.welcome-coopecate {
  position: relative;
  margin-left: 21.5%;
  width: 700px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.welcomes {
  position: absolute;
  left: 12.86%;
  top: 50%;
  transform: translateY(-50%);
  width: 74.28%;
}
.welcomes .delicious-food small {
  white-space: nowrap;
}
.welcome-text {
  margin-top: 54px;
}
.welcome-img img {
  display: block;
  width: 100%;
  height: auto;
}
.we-address {
  margin-top: 52px;
}
.we-address strong {
  display: block;
  margin-bottom: 24px;
  padding-left: 18px;
  width: 226px;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  background: linear-gradient(to right, #49c9b8 0%, rgba(73, 201, 184, 0) 100%);
}
.we-address p {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}
.sports-box {
  background: linear-gradient(to right, #dbedfa 0%, #fdfeff 50%, #dbecf9 100%);
}
.sports-small {
  color: #87cdf3;
  opacity: 0.34;
  top: 12vh;
}
.people {
  position: absolute;
  right: -27.6%;
  top: 0;
  z-index: -1;
  width: 27.6%;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}
.people img {
  display: block;
  width: 100%;
  height: auto;
}
.screen-slide.swiper-slide-active .people {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: 1.2s 0.3s ease;
}
.sports-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 140px;
  background: url(../img/wave3.png) center bottom no-repeat;
}
.sports-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sports-imgs {
  float: left;
  line-height: 1;
  overflow: hidden;
  width: 45.19%;
}
.sports-imgs img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.sports-content {
  float: left;
  margin-left: 134px;
  padding-top: 52px;
  width: 30.5%;
}
.sports-top {
  margin-bottom: 44px;
}
.sports-top strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #129de8;
  font-size: 46px;
  font-weight: normal;
  font-family: "时尚中黑简体";
}
.sports-top small {
  display: block;
  line-height: 1;
  color: #129de8;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.sports-top b {
  display: inline-block;
  margin-top: 42px;
  padding: 0 18px;
  color: #fff;
  font-size: 26px;
  background: #5fa840;
  font-weight: normal;
}
.sports-info p {
  color: #444444;
  font-size: 16px;
  line-height: 2;
}
.sprot-img-min {
  position: absolute;
  right: 0;
  bottom: 84px;
  width: 250px;
}
.sprot-img-min img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.match {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 100%;
  width: 1200px;
}
.match-left {
  float: left;
}
.match-title small,
.match-title strong {
  color: #129de8;
}
.match-total {
  margin-top: 10.7407vh;
  margin-bottom: 7.963vh;
}
.match-total time {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #ffffff;
  font-size: 34px;
  font-family: "Constantia";
}
.match-total strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}
.match-next {
  position: relative;
  padding-right: 178px;
  display: inline-block;
  cursor: pointer;
}
.match-next:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 160px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.match-next:hover span {
  color: #129de8;
}
.match-next:hover span:before {
  background: #129de8;
}
.match-next span {
  display: block;
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Constantia";
  line-height: 1.4;
  transition: 0.35s;
}
.match-next span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transition: 0.35s;
}
.sprots-bg:before,
.sprots-bg:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 29.25%;
  z-index: 2;
  pointer-events: none;
}
.sprots-bg:before {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.sprots-bg:after {
  top: 0;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.match-rights {
  float: right;
  width: 54%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.match-rights::-webkit-scrollbar {
  display: none;
}
.match-list {
  width: 100%;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.match-list li {
  padding: 25px;
  cursor: url("../images/mouse.ico"), auto;
}
.match-list li:first-child {
  margin-top: 140px;
}
.match-list li figure {
  display: block;
  position: relative;
  line-height: 1;
  border-radius: 20px;
  overflow: hidden;
}
.match-list li figure:hover:before {
  opacity: 0;
  visibility: hidden;
}
.match-list li figure:hover img {
  transform: scale(1.06);
}
.match-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  z-index: 2;
}
.match-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: 0.6s;
}
.undertake {
  position: relative;
  top: 50%;
  width: 1200px;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.undertake-left {
  float: left;
  margin-left: 38px;
}
.undertake-address {
  margin-top: 7.5926vh;
}
.undertake-address strong {
  display: block;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 26px;
  line-height: 1;
  color: #129de8;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 3px;
}
.undertake-address strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 26px;
  height: 2px;
  background: #129de8;
}
.undertake-address p {
  margin-bottom: 6px;
  color: #333333;
  font-size: 16px;
}
.undertake-right {
  float: right;
  width: 54.16%;
  padding-left: 50px;
  background-position: center 46px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.undertake-item {
  float: left;
  position: relative;
}
.undertake-item figure {
  display: block;
  line-height: 1;
  border-radius: 30px;
}
.undertake-item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.undertake-texts {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 30px 0;
  width: 152px;
  height: 100px;
  background: url(../img/circular1.png) center no-repeat;
  background-size: cover;
}
.undertake-texts span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 22px;
}
.bar-boxs {
  position: relative;
  z-index: 3;
}
.bar-boxs:before {
  position: absolute;
  right: -38px;
  top: -44px;
  z-index: -1;
  content: "";
  width: 106px;
  height: 107px;
  background: url(../img/bar1.png) center no-repeat;
  animation: rolates 8s linear infinite;
}
@keyframes rolates {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bar {
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 3;
}
.bar .bar-img {
  display: block;
  width: 339px;
  height: auto;
}
.bar strong {
  display: inline-block;
  position: relative;
  margin-top: 46px;
  z-index: 3;
  padding-bottom: 4px;
  line-height: 1;
  color: #fff;
  font-size: 42px;
  font-family: "时尚中黑简体";
  font-weight: normal;
}
.bar strong:before {
  position: absolute;
  left: -8px;
  right: -16px;
  bottom: 0;
  z-index: -1;
  height: 13px;
  content: "";
  background: linear-gradient(to right, #d649d5 0%, #6717ea 100%);
}
.bar p {
  margin-top: 22px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 5px;
}
.bar-swiper {
  position: relative;
  z-index: 1;
  margin-left: 16.6666%;
}
.bar-swiper .slick-dots {
  width: auto;
  left: 28px;
  bottom: auto;
  top: 68%;
  z-index: 10;
}
.bar-swiper .slick-dots li {
  margin-right: 12px;
}
.bar-swiper .slick-dots li bottom {
  background: #949497;
}
.bar-swiper .slick-dots li.slick-active button {
  background: #fada2a;
}
.bar-item {
  float: left;
}
.bar-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  border-radius: 21px 21px 0 0;
}
.bar-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.bar-content {
  padding: 27px 40px 24px;
  background: #fff;
  border-radius: 0 0 21px 21px;
}
.bar-content p {
  color: #444444;
  font-size: 16px;
  line-height: 2;
}
.coope-itme1:hover span,
.coope-itme1.active span {
  font-size: 18px;
}
.coope-itme1 {
  margin-bottom: 34px;
}
.coope-itme1:before {
  background: linear-gradient(to bottom, #6717ea 0%, #d649d5 100%);
}
.coope-itme1 i {
  background: linear-gradient(to bottom, #6717ea 0%, #d649d5 100%);
}
.coope-itme1:after {
  background: url(../img/line6.png) left center no-repeat;
}
.cooperate-img1 {
  width: 205px;
  height: 61px;
  background: url(../img/en1.png) center no-repeat;
}
.internates .sports-imgs {
  width: 49.2%;
}
.internates-small {
  top: 75vh;
  color: #d3be9f;
}
.internates-text {
  width: 28.73%;
}
.internates-text .sports-top strong {
  color: #cfb26c;
}
.internates-text .sports-top small {
  color: #d3be9f;
}
.internates-text .sports-top p {
  margin-top: 25px;
  padding-bottom: 44px;
  line-height: 1.2;
  border-bottom: 1px solid #cfb26c;
  line-height: 1;
  color: #000000;
  font-size: 30px;
}
.conference {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: 150px;
}
.conference-wrap {
  margin: auto;
  width: 1200px;
}
.conference-top {
  margin-bottom: 64px;
}
.conference-top .delicious-food {
  float: left;
}
.conference-top .delicious-food:before {
  background: #cfb26c;
}
.conference-top .delicious-food small {
  margin-bottom: 26px;
  color: #cfb26c;
  font-size: 56px;
}
.conference-top .delicious-food strong {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
}
.conference-top .delicious-food p {
  margin-left: 33px;
  margin-top: 15px;
  color: #222222;
  font-size: 24px;
  line-height: 1;
}
.conference-btn {
  float: right;
  margin-top: 42px;
}
.conference-btn-item {
  float: left;
  position: relative;
  z-index: 2;
  width: 113px;
  height: 102px;
  padding-top: 33px;
  height: 69px;
  text-align: center;
  cursor: pointer;
}
.conference-btn-item:hover:before,
.conference-btn-item.active:before {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
.conference-btn-item:hover span,
.conference-btn-item.active span {
  font-weight: bold;
}
.conference-btn-item:hover span:before,
.conference-btn-item.active span:before {
  opacity: 1;
  visibility: visible;
}
.conference-btn-item:hover small,
.conference-btn-item.active small {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.conference-btn-item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/circular2.png) center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.5s;
}
.conference-btn-item span {
  display: block;
  position: relative;
  padding-bottom: 11px;
  width: 100%;
  line-height: 1;
  color: #333333;
  font-size: 18px;
}
.conference-btn-item span:before {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
  opacity: 0;
  visibility: hidden;
  transition: 0.38s;
}
.conference-btn-item small {
  display: block;
  margin-top: 4px;
  line-height: 1;
  color: #333333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;
  transition: 0.4s;
}
.conference-tab {
  position: relative;
  margin-top: 40px;
}
.conference-slide {
  float: left;
}
.conference-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.conference-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.conferences-btn {
  position: absolute;
  left: -54px;
  bottom: -22px;
  width: 220px;
  z-index: 10;
  background: #cfb26c;
  overflow: hidden;
}
.conferences-btn span {
  display: block;
  float: left;
  text-align: center;
  width: 50%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  transition: 0.4s;
  font-size: 26px;
  cursor: pointer;
  opacity: 0.66;
}
.conferences-btn span.prev {
  transform: rotate(180deg);
}
.conferences-btn span:hover {
  opacity: 1;
  font-size: 30px;
}
.service-box {
  position: relative;
  
  overflow: hidden;
}
.service-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  transition: 0.68s;
}
.service-bg.blur {
  filter: blur(10px);
}
.service-margin {
  /* margin-left: 200px; */
  padding-top: 55px;
  padding-bottom: 55px;
}
.container {
  margin: auto;
  width: 93%;
}
.service-navs {
  margin-bottom: 30px;
}
.service-navs-list {
  margin-bottom: 25px;
  margin-left: -26px;
}
.service-navs-list li {
  float: left;
  position: relative;
  padding: 0 26px;
}
.service-navs-list li:before {
  position: absolute;
  right: 0;
  bottom: 3px;
  content: "";
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.5);
}
.service-navs-list li:last-child:before {
  display: none;
}
.service-navs-list li:hover a,
.service-navs-list li.active a {
  opacity: 1;
}
.service-navs-list li:hover a b,
.service-navs-list li.active a b {
  color: #fda61e;
}
.service-navs-list li.active a {
  font-size: 48px;
  padding-top: 0;
}
.service-navs-list li a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-family: "时尚中黑简体";
  font-weight: normal;
  opacity: 0.8;
  transition: 0.35s;
  padding-top: 16px;
}
.service-navs-list li a b {
  font-weight: normal;
  transition: 0.35s;
}
.service-dit {
  position: relative;
  margin-top: 24px;
  padding-bottom: 25px;
}
.service-dit:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
}
.service-dit p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.service-time {
  padding: 80px 5.2% 86px;
  background: #fff;
  border-radius: 10px;
}
.service-time-list li {
  margin-bottom: 80px;
}
.service-time-list li:last-child {
  margin-bottom: 0;
}
.service-time-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 38px 3.8%;
  border: 1px solid #129de8;
  border-radius: 10px;
}
.service-time-list a:hover img {
  transform: scale(1.05);
}
.service-time-list time {
  display: block;
  position: absolute;
  left: 300px;
  top: -35px;
  padding: 20px 30px;
  border-radius: 10px;
  background: #39aae7;
  line-height: 40px;
  color: #fff;
  font-size: 28px;
}
.service-time-list li a figure {
  display: block;
  float: left;
  line-height: 1;
  width: 43%;
  overflow: hidden;
}
.service-time-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.service-content {
  float: left;
  margin-left: 6.45%;
  height: 100%;
}
.service-content p {
  color: #000;
  font-size: 20px;
}
.service-buy {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -23px;
  width: 133px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  background: #39aae7;
}
.service-buy i {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 7px;
  color: #fff;
  font-size: 26px;
  font-style: normal;
}
.maps {
  height: 400px;
  border-radius: 8px;
}
.traffic-item {
  margin-top: 74px;
}
.traffic-top {
  padding-bottom: 18px;
  border-bottom: 1px solid #f3f3f3;
}
.traffic-top b {
  display: block;
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ecf0f4;
  text-align: center;
}
.traffic-top b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.traffic-top span {
  display: block;
  float: left;
  margin-left: 20px;
  color: #3f505f;
  font-size: 24px;
  line-height: 60px;
  transition: 0.35s;
}
.traffic-text {
  margin-top: 22px;
}
.traffic-text p {
  color: #6e777e;
  font-size: 16px;
  line-height: 2;
}
.problem-item {
  padding: 34px 0;
  border-bottom: 1px solid #f3f3f3;
}
.problem-box {
  padding: 42px 10% 60px;
}
.problem-top {
  position: relative;
  padding-left: 70px;
  cursor: pointer;
}
.problem-top.active b {
  transform: rotate(180deg);
}
.problem-top i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: #ffffff;
  border-radius: 3px 3px 3px 0px;
  background: #129de8;
  font-style: normal;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.problem-top i:before {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  border-right: 6px solid transparent;
  border-top: 6px solid #129de8;
}
.problem-top strong {
  display: block;
  line-height: 32px;
  color: #3f505f;
  font-size: 20px;
  font-weight: bold;
}
.problem-top b {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
  color: #afafaf;
  font-size: 16px;
  font-weight: bold;
  transition: 0.38s;
}
.problem-texts {
  display: none;
  padding-top: 20px;
  padding-left: 72px;
}
.problem-texts p {
  color: #6e777e;
  font-size: 16px;
  line-height: 2;
}
.contact-us {
  position: relative;
}
.contact-us:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 195px;
  height: 156px;
  background: url(../img/contact.png) center no-repeat;
  border-radius: 0 0 10px 0;
}
.contact-map {
  float: left;
  height: 335px;
  width: 51%;
}
.anchorBL {
  display: none !important;
}
.contact-content {
  float: right;
  width: 37.84%;
}
.contact-tt {
  padding-top: 48px;
  position: relative;
}
.contact-tt small {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
  color: #f2f8fb;
  font-size: 4.1667vw;
  font-family: "Constantia";
}
.contact-tt strong {
  display: block;
  position: relative;
  padding-bottom: 34px;
  line-height: 1;
  color: #2b333e;
  font-size: 28px;
  font-weight: normal;
}
.contact-tt strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 3px;
  background: #108fd6;
}
.contact-fix {
  margin-top: 43px;
}
.contact-fix p {
  margin-bottom: 14px;
  color: #3f505f;
  font-size: 16px;
}
.discount-info {
  background-color: #fff;
  border-radius: 12px;
}
.discount-info a {
  display: block;
  overflow: hidden;
  padding: 30px 30px;
}
.discount-info a figure {
  float: left;
  display: block;
  line-height: 1;
  width: 52.17%;
  border-radius: 5px;
  overflow: hidden;
}
.discount-info a figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: 0.68s;
}
.discount-info a:hover figure img {
  transform: scale(1.06);
}
.discount-info a:hover .discount-texts strong {
  color: #28a7e1;
}
.discount-texts {
  float: right;
  margin-right: 4.782%;
  padding-top: 62px;
  width: 36.34%;
}
.discount-texts strong {
  display: block;
  margin-bottom: 30px;
  color: #444444;
  font-size: 26px;
  line-height: 1.4;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.38s;
}
.discount-texts p {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.discount-texts span {
  display: inline-block;
  margin-top: 50px;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
}
.discount-texts span i {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #28a7e1;
  border-radius: 50%;
  font-size: 12px;
  font-style: normal;
}
.discount-list {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.discount-list li {
  float: left;
  margin-bottom: 30px;
  width: 33.333%;
}
.discount-list li a {
  display: block;
  margin: 0 15px;
  border-radius: 10px;
}
.discount-list li a:hover figure img {
  transform: scale(1.1);
}
.discount-list li a:hover .discount-texts span i {
  transform: translateX(4px);
}
.discount-list li a figure {
  border-radius: 10px 10px 0 0;
  position: relative;
  display: block;
  padding-bottom: 62.36%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.discount-list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.discount-list li a figure img {
  transition: 0.68s;
}
.discount-list li a .discount-texts {
  padding: 34px 7.89% 30px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.discount-list li a .discount-texts strong {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discount-list li a .discount-texts p {
  -webkit-line-clamp: 2;
}
.discount-list li a .discount-texts span {
  margin-top: 28px;
}
.discount-list li a .discount-texts span i {
  transition: 0.38s;
}
.pagelist {
  padding-top: 50px;
  text-align: center;
  font-size: 0;
}
.pagelist a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
.pagelist a:last-child {
  margin-right: 0;
}
.pagelist a.prev:before,
.pagelist a.next:before {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.pagelist a.prev:before {
  border-right: 7px solid #fff;
}
.pagelist a.next:before {
  border-left: 7px solid #fff;
}
.pagelist a:hover,
.pagelist a.active {
  background: #fff;
  color: #28a7e1;
}
.pagelist a:hover.prev:before,
.pagelist a.active.prev:before {
  border-right: 7px solid #28a7e1;
}
.pagelist a:hover.next:before,
.pagelist a.active.next:before {
  border-left: 7px solid #28a7e1;
}
.discount-title {
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
  margin-bottom: 56px;
  text-align: center;
}
.discount-title:before {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  content: "";
  width: 80px;
  height: 2px;
  background: #1290e8;
}
.discount-title small {
  display: block;
  position: absolute;
  right: 0;
  top: -58px;
  z-index: -1;
  line-height: 1;
  color: #f6fbfd;
  font-size: 7.2917vw;
  font-family: "Constantia";
}
.discount-title strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #333333;
  font-size: 38px;
  font-weight: normal;
}
.discount-title time {
  display: block;
  line-height: 1.2;
  color: #999999;
  font-size: 16px;
}
.discount-view {
  padding-bottom: 68px;
  color: #444444;
  font-size: 16px;
}
.discount-view img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.pageprev {
  padding-top: 34px;
  border-top: 2px solid #e7e7e7;
}
.pageprev-next:first-child {
  margin-bottom: 12px;
}
.pageprev-next a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.pageprev-next a:hover {
  color: #1290e8;
}
.views {
  padding-top: 140px;
}
.guide-boxs {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.guide-margin {
  position: relative;
  height: 100%;
  margin-left: 150px;
}
.guide-wraps {
  position: relative;
  top: 50%;
  width: 1200px;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.guide-slide {
  position: relative;
  float: left;
}
.guide-slide figure {
  display: block;
  line-height: 1;
  border-radius: 36px;
}
.guide-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.bed {
  position: absolute;
  left: -150px;
  bottom: -28px;
  z-index: 5;
  width: 300px;
  height: 347px;
  background: url(../img/bed.png) center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.guide-btns {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  text-align: center;
}
.guidelist {
  display: inline-block;
}
.guidelist li {
  float: left;
  margin-right: 20px;
  width: 170px;
  position: relative;
  cursor: pointer;
}
.guidelist li:last-child {
  margin-right: 0;
}
.guidelist li:nth-child(2) span {
  background: rgba(61, 173, 195, 0.9);
}
.guidelist li:nth-child(3) span {
  background: rgba(126, 164, 26, 0.9);
}
.guidelist li:nth-child(4) span {
  background: rgba(26, 86, 167, 0.9);
}
.guidelist li figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  border-radius: 8px;
}
.guidelist li figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.guidelist li:hover span,
.guidelist li.active span {
  height: 100%;
  border-radius: 8px;
}
.guidelist li span {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 26px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  background: rgba(255, 174, 0, 0.8);
  transition: 0.4s;
}
.recuite-box {
  margin-top: 70px;
  background: #fff;
  border-radius: 10px;
}
.recuite-wrap {
  padding: 70px 6.6666% 106px;
}
.recuite-title {
  background: #e9e9e9;
}
.recuite-title span {
  display: block;
  float: left;
  color: #444444;
  font-size: 16px;
  line-height: 50px;
  width: 20%;
  text-align: center;
}
.recuite-list li {
  border-bottom: 1px dashed #dddddd;
}
.recuite-name {
  cursor: pointer;
  transition: 0.56s;
}
.recuite-name:hover,
.recuite-name.active {
  background: #39aae7;
}
.recuite-name:hover span,
.recuite-name.active span {
  color: #fff;
}
.recuite-name:hover span b,
.recuite-name.active span b {
  background: #fff;
}
.recuite-name:hover span b:before,
.recuite-name.active span b:before,
.recuite-name:hover span b:after,
.recuite-name.active span b:after {
  background: #39aae7;
}
.recuite-name.active span b:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.recuite-name span {
  float: left;
  width: 20%;
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #444444;
  font-size: 14px;
  transition: 0.4s;
}
.recuite-name span b {
  display: block;
  position: relative;
  margin: auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #39aae7;
  transition: 0.4s;
}
.recuite-name span b:before {
  position: absolute;
  left: 6px;
  top: 12px;
  content: "";
  width: 13px;
  height: 1px;
  background: #fff;
  transition: 0.38s;
}
.recuite-name span b:after {
  position: absolute;
  left: 12px;
  top: 6px;
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  transition: 0.38s;
}
.recuite-texts {
  padding: 30px 6.34% 54px;
  background: #f7f7f7;
  display: none;
}
.recuite-texts strong {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.recuite-texts p {
  color: #777777;
  font-size: 14px;
  line-height: 2.2;
}
.venue-photo {
  margin-top: 78px;
}
.venue-title {
  margin-bottom: 38px;
  text-align: center;
}
.venue-title strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #1290e8;
  font-size: 28px;
  font-weight: normal;
}
.venue-title small {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.venue-swiper {
  position: relative;
  margin: 0 35px;
}
.venue-slide figure {
  display: block;
  position: relative;
  height: 0;
  line-height: 0;
  padding-bottom: 61.29%;
  overflow: hidden;
}
.venue-slide figure:hover img {
  transform: scale(1.05);
}
.venue-slide figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.venue__wrap {
  position: relative;
}
.venue-prev {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  line-height: 1;
  color: #adadad;
  font-size: 24px;
  cursor: pointer;
  transition: 0.4s;
}
.venue-prev:hover {
  color: #1290e8;
}
.venue-prev.prev {
  left: -5px;
}
.venue-prev.next {
  right: -5px;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
.fancybox-nav span {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../img/ab-arrow-left.png) no-repeat;
}
.fancybox-nav {
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../img/join-arrow.png) no-repeat;
}
.fancybox-prev {
  left: -70px;
}
.fancybox-next {
  right: -70px;
  background-position: right center;
}
.fancybox-close {
  width: 20px;
  height: 20px;
  top: 20px;
  bottom: auto;
  right: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: cover;
  transition: 350ms;
}
.fancybox-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.fancybox-nav:hover span {
  background: none;
  opacity: 0.8;
}
.equipment .swiper-prev {
  left: 30px;
}
.equipment .swiper-next {
  right: 30px;
}
