﻿@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;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.flexAuto {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
/* 
 * Project Name:玛雅海滩
 * Author:默默
 * Date:2021-05-20
*/
.wrapper {
  overflow: hidden;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.header__wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 90px;
}
.header__logo {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
}
.header__logo a {
  display: block;
  padding: 0 40px 0 25px;
}
.header__logo a img {
  display: block;
  max-width: 200px;
}
.attach {
  position: relative;
  padding-left: 52px;
  padding-right: 60px;
  height: 100%;
  border-right: 1px solid #E5F5FD;
  display: none;
}
.attach:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21px;
  content: "";
  width: 1px;
  height: 43px;
  background: #E5F5FD;
}
.attach img {
  display: block;
  margin-top: 19px;
  width: 50px;
}
.header__navs {
  display: flex;
  display: -webkit-flex;
}
.header__navs > li {
  position: relative;
  z-index: 2;
  margin: 0 26px;
}
.header__navs > li:last-child .menu-down-box {
  right: 0;
  left: auto;
}
.header__navs > li:hover > a,
.header__navs > li.active > a {
  color: #00ADEF;
}
.header__navs > li:hover .menu-down-box {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transition-delay: 0.15s;
}
.header__navs > li > a {
  display: block;
  position: relative;
  height: 90px;
  line-height: 90px;
  color: #333333;
  font-size: 16px;
}
.header__bgs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #00ADEF;
  height: 0;
  transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.menu-down-box {
  position: absolute;
  top: 120%;
  z-index: 3;
  left: 0;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.menus-down {
  margin: auto;
  display: flex;
  display: -webkit-flex;
}
.menus-down li {
  position: relative;
  z-index: 3;
  margin-right: 52px;
}
.menus-down li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.menus-down li:hover,
.menus-down li.active {
  color: #fff;
}
.menus-down li:hover:before,
.menus-down li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.menus-down li:last-child {
  margin-right: 0;
}
.menus-down li a {
  display: block;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
}
#bump {
  position: absolute;
  top: 89px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 400px;
  height: 20px;
  z-index: 200;
  pointer-events: none;
}
.header__serarch a {
  display: block;
  color: #000000;
  font-size: 21px;
}
.header__serarch a:hover {
  color: #00ADEF;
}
.mtop {
  height: 90px;
}
.header_menus {
  display: none;
  width: 32px;
  height: 22px;
  background: url(../images/menu.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-right: 5%;
}
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner:hover .scene-nav.scene-nav--prev {
  left: 40px;
  opacity: 1;
  visibility: visible;
}
.banner:hover .scene-nav.scene-nav--next {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
.swiper-dit {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
}
.swiper-dit span {
  display: block;
  cursor: pointer;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  transition: 1s;
  opacity: 1;
}
.swiper-dit span.swiper-pagination-bullet-active {
  width: 60px;
  background: #00ADEF;
}
.swiper-dit span:last-child {
  margin-right: 0;
}
.banner__swiper {
  position: relative;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.vides {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.scene-nav {
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 20;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.scene-nav:hover {
  color: #00ADEF;
}
.scene-nav.scene-nav--prev {
  left: 0;
}
.scene-nav.scene-nav--next {
  right: 0;
}
.appointment {
  position: absolute;
  left: 50%;
  margin-left: -575px;
  bottom: -42px;
  padding: 25px 46px 140px;
  width: 1150px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.appoint-item {
  position: relative;
  width: 29.35%;
  text-align: center;
}
.appoint-item > strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.appoint-item .sub {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0;
  border: none;
  margin-top: 24px;
  width: 260px;
  max-width: 100%;
  height: 54px;
  line-height: 54px;
  color: #FFFFFF;
  font-size: 18px;
  background: #00ADEF;
  border-radius: 27px;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 173, 239, 0.4);
}
.appoint-item .sub:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.appoint-item .sub:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.appoint-item .sub:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.appoint-item .calendar-modal {
  left: 0 !important;
  top: auto !important;
  bottom: 100% !important;
}
.appoint-item .calendar-modal .calendar-arrow,
.appoint-item .calendar-modal .calendar-display {
  color: #ddd;
}
.appoint-item .calendar ol li {
  color: #333;
}
.calendar .calendar-views .now {
  background: #00ADEF !important;
}
.select,
.appoint-item .text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 26px;
  border: 1px solid #707070;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #333333;
  font-size: 14px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/arrow.png) 90% center no-repeat;
}
.appoint-item .text {
  background: #fff url(../images/time.png) 90% center no-repeat;
}
.wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.wave i.wave1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 100%;
  pointer-events: none;
  background: url(../images/wave1.png) left top repeat-x;
  background-size: auto 100%;
  z-index: 2;
}
.wave i.wave2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 100%;
  pointer-events: none;
  background: url(../images/wave2.png) left center repeat-x;
  animation: bg_move 38s linear infinite alternate;
}
@keyframes bg_move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: right 0;
  }
}
.footer {
  position: relative;
  margin-top: -80px;
  padding-top: 60px;
  overflow: hidden;
  z-index: 5;
}
.footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 200%;
  height: 60px;
  background: url(../images/wave_01.png) left top repeat-x;
  animation: bg_move 38s linear infinite alternate-reverse;
}
.footer__wrap {
  padding-top: 50px;
  background: #fff;
}
.footer__top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer__navs__item {
  display: block;
  float: left;
  margin-right: 99px;
}
.footer__navs__item:last-child {
  margin-right: 0;
}
.footer__navs__item dt {
  display: block;
  margin-bottom: 30px;
}
.footer__navs__item dt a {
  display: inline-block;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
}
.footer__navs__item dt a:hover {
  color: #00ADEF;
}
.footer__navs__item dd p {
  margin-bottom: 5px;
}
.footer__navs__item dd p a {
  display: inline-block;
  color: #555555;
  font-size: 14px;
}
.footer__navs__item dd p a:hover {
  color: #00ADEF;
}
.footer__eq {
  display: flex;
  display: -webkit-flex;
}
.footer__eq__item {
  margin-left: 29px;
}
.footer__eq__item:first-child {
  margin-left: 0;
}
.footer__eq__item:hover img {
  transform: translateY(-6px);
}
.footer__eq__item img {
  display: block;
  width: 103px;
  height: auto;
  transition: 0.38s;
}
.footer__eq__item span {
  display: block;
  margin-top: 13px;
  line-height: 1;
  text-align: center;
  color: #555555;
  font-size: 15px;
}
.footer__address {
  padding-top: 12px;
  padding-bottom: 42px;
  text-align: center;
}
.footer__logo {
  margin-bottom: 16px;
}
.footer__logo img {
  display: block;
  margin: auto;
  width: 92px;
  height: auto;
}
.footer__w {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer__w a {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-left: 15px;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border: 1px solid #707070;
  color: #707070;
  font-size: 22px;
  border-radius: 50%;
}
.footer__w a:hover {
  border-color: #00ADEF;
  color: #fff;
}
.footer__w a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
.footer__w a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #00ADEF;
  border-radius: 50%;
  transform: rotateY(180deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.footer__w a:first-child {
  margin-left: 0;
}
.footer__tel {
  text-align: center;
  margin-top: 20px;
}
.footer__tel a {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
  width: 322px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 23px;
  background: #00ADEF;
  box-shadow: 0 16px 16px rgba(0, 173, 239, 0.3);
  transition: background 0.4s ease-out;
}
.footer__tel a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.footer__tel a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.footer__tel a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.footer__tel a i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.footer__dit {
  margin-top: 20px;
}
.footer__dit p {
  color: #A7A7A7;
  font-size: 14px;
  text-align: center;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.copyright {
  background: #00ADEF;
}
.copyright__wrap {
  position: relative;
}
.copyright__wrap p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 59px;
}
.top {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  text-align: center;
  padding-top: 13px;
  box-sizing: border-box;
  height: 59px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #118FD7;
  cursor: pointer;
  transition: 0.35s;
}
.top:hover i {
  top: -3px;
}
.top i {
  display: block;
  position: relative;
  top: 0;
  margin-bottom: 2px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  transform: scale(0.7);
  transition: 0.38s;
}
.main {
  position: relative;
  z-index: 2;
  padding: 20px 0 50px;
  background: #E5F5FD url(../images/main-bg.png) center top no-repeat;
  background-position: center 0;
  background-size: cover;
  overflow: hidden;
}
.introduct-title {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.introduct-title .ititle {
  margin-left: 34px;
}
.home-title {
  margin-bottom: 22px;
  text-align: center;
}
.home-title .title-hide:first-child {
  margin-bottom: 2px;
}
.home-title strong {
  display: block;
  line-height: 1;
  color: #555555;
  font-size: 35px;
  font-family: "FZHZGBJW";
  font-weight: lighter;
}
.home-title small {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #A7A7A7;
  text-transform: uppercase;
  font-family: "FZHZGBJW";
}
.traffic {
  position: relative;
}
.traffic figure {
  display: block;
  line-height: 1;
}
.traffic figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
}
.traffic__text {
  position: absolute;
  left: 42px;
  top: 50%;
  width: 630px;
  transform: translateY(-50%);
  z-index: 3;
}
.traffic__text p {
  color: #333333;
  font-size: 16px;
}
.traffic__text a {
  display: block;
  position: relative;
  margin-top: 74px;
  width: 177px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #00ADEF;
  border-radius: 30px;
  font-size: 16px;
  font: bold;
}
.traffic__text a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.traffic__text a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.traffic__text a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.traffic__text a i {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
}
.main-content {
  position: relative;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 95px 0 85px;
}
.main-right-people {
  position: absolute;
  right: -116px;
  top: -10px;
  z-index: -1;
  width: 202px;
}
.main-right-people img {
  width: 100%;
  height: auto;
  animation: rolateMove1 8s linear infinite;
}
.main-common-w {
  width: 31.25%;
}
.ticket {
  padding: 46px 8.88% 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
  transition: 0.45s;
  height: 560px;
  overflow: hidden;
}
.ticket:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
.ticket__list li {
  padding: 13.5px 23px 11px;
  margin-bottom: 11px;
  background: #E7F7FD;
  border-radius: 8px;
  transition: 0.45s;
}
.ticket__list li:hover {
  background: #00ADEF;
}
.ticket__list li:hover .ticket__top strong {
  color: #fff;
}
.ticket__list li:hover .ticket__price del {
  color: #fff;
}
.ticket__top {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.ticket__top strong {
  display: block;
  margin-right: 8px;
  color: #333333;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  transition: 0.38s;
}
.ticket__top span {
  display: block;
  margin-right: 5px;
  padding: 0 4px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  font-size: 12px;
  background: #00ADEF;
  border-radius: 5px;
  font-style: normal;
}
.ticket__top span.student {
  background: #F08519;
}
.ticket__top span.code {
  background: #FBC900;
}
.ticket__top span.idcard {
  background: #E62129;
}
.ticket__top b {
  display: block;
  width: 56px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 5px;
  background: #00ADEF;
  font-size: 12px;
  font-weight: normal;
}
.ticket__price {
  margin-top: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.ticket__price b {
  display: block;
  color: #F08519;
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: bold;
  line-height: 1;
}
.ticket__price del {
  display: block;
  margin-left: 8.5px;
  color: #999999;
  font-size: 14px;
  font-family: "Gilroy";
  line-height: 1;
  transition: 0.4s;
}
.online {
  padding-top: 13px;
  text-align: center;
}
.online time {
  display: block;
  margin-bottom: 28px;
  line-height: 1.5;
  color: #999999;
  font-size: 14px;
}
.online a {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 149px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 27px;
  background: #00ADEF;
}
.online a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.online a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.online a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.online a i {
  display: inline-block;
  margin-right: 8px;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
}
.hours-content {
  padding: 39px 20px 56px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
  transition: 0.45s;
}
.hours-content:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
.hours-text {
  margin-bottom: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.hours-text i {
  display: block;
  margin-right: 32px;
  width: 80px;
  height: 80px;
  background: url(../images/time2.png) center no-repeat;
}
.honrs-time {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.honrs-time span {
  display: block;
  width: 45px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #F08519;
  font-size: 24px;
  font-family: "Gilroy";
  border: 1px solid #DDDDDD;
  font-weight: bold;
}
.honrs-time b {
  display: block;
  margin: 0 6px;
  color: #777777;
  font-size: 20px;
}
.honrs-time em {
  display: block;
  margin: 0 7px;
  font-weight: bold;
  font-style: normal;
  color: #777777;
  font-size: 20px;
}
.hours-content p {
  color: #777777;
  font-size: 14px;
  text-align: center;
}
.announcement {
  margin-top: 41px;
}
.announcement-content {
  padding: 12.5px 10.6666% 32px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
  transition: 0.45s;
}
.announcement-content:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
.announcement-slide a {
  position: relative;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}
.announcement-slide a:hover strong {
  color: #00ADEF;
}
.announcement-slide a strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
  width: 100%;
  height: 17px;
  overflow: hidden;
}
.announcement-slide a time {
  display: block;
  line-height: 1.2;
  color: #A7A7A7;
  font-size: 12px;
}
.announcement-slide a i {
  float: right;
  display: inline-block;
  margin-left: 10px;
  width: 26px;
  height: 14px;
  border: 1px solid #00ADEF;
  line-height: 14px;
  border-radius: 4px;
  text-align: center;
  color: #118FD7;
  font-size: 11px;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-style: normal;
}
.announcement-swiper .swiper-pagination {
  position: relative;
  margin-top: 53px;
  bottom: 0;
  text-align: center;
  height: auto;
  line-height: 1;
}
.announcement-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: #B8E4F5;
  margin: 0;
  opacity: 1;
  margin-right: 16px;
}
.announcement-swiper .swiper-pagination .swiper-pagination-bullet:nth-last-child(-n + 2) {
  display: none;
}
.announcement-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00ADEF;
}
.announcement-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.position-map {
  margin-top: 21px;
  height: 213px;
  border-radius: 20px;
  overflow: hidden;
}
.position-map:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.position-map img {
  position: relative;
  left: 50%;
  margin-left: -225px;
  height: 100%;
  border-radius: 20px;
  transition: 0.56s;
}
.anchorBL {
  display: none !important;
}
.BMap_bubble_title {
  margin-bottom: 10px;
  color: #00ADEF;
  font-size: 18px;
}
.maps {
  margin-top: 42px;
}
.maps-item {
  position: relative;
}
.maps-item:hover figure img {
  transform: scale(1.05);
}
.maps-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  border-radius: 20px;
}
.maps-item figure img {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -225px;
  width: auto;
  height: 277px;
  border-radius: 20px;
  transition: 0.6s;
}
.maps-item i {
  display: block;
  position: absolute;
  right: 22px;
  bottom: 19px;
  z-index: 3;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  background: #F08519;
  font-style: normal;
}
.hot-box {
  position: relative;
  z-index: 2;
  padding: 200px 0 146px;
  margin-top: -130px;
  overflow: hidden;
}
.hot-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/wave3.png) center 80px no-repeat;
  background-size: 100% auto;
}
.hot-wave {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 200%;
  height: 387px;
  background: url(../images/wave4.png) left top no-repeat;
  animation: bg_move 20s linear infinite;
  pointer-events: none;
}
.hot-wave.hot-wave1 {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.hot-people {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.hot-people img {
  max-width: 100%;
  height: auto;
}
@keyframes rolateMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rolateMove1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rolateMove2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.hot-people1 {
  left: 56px;
  top: 0;
  width: 7.343%;
  animation: rolateMove1 3s linear infinite;
}
.hot-people2 {
  right: 39px;
  top: 170px;
  width: 8.75%;
  animation: rolateMove 10s linear infinite;
}
.hot-people3 {
  left: 2px;
  bottom: 90px;
  width: 10.625%;
  animation: rolateMove2 6s linear 0.25s infinite reverse;
}
.hot-people4 {
  right: 2px;
  bottom: 90px;
  width: 10.677%;
  animation: rolateMove2 5s linear infinite;
}
.hot-items {
  position: relative;
}
.hot-item-content {
  margin-top: 22px;
}
.hot-item-info {
  float: left;
  position: relative;
  width: 33.05%;
}
.hot-item-info figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  border-radius: 20px;
}
.hot-item-info figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.hot-item-info:hover figure img {
  transform: scale(1.06);
}
.hot-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 352px;
  max-width: 100%;
  height: 160px;
  background: url(../images/showbox.png) center no-repeat;
  border-radius: 0 0 0 20px;
}
.hot-title span {
  position: absolute;
  left: 55px;
  bottom: 42px;
  padding-bottom: 20px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.hot-title span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}
.hot-item-info2 {
  float: right;
  width: 65.69%;
}
.hot-item-info3 {
  float: right;
  margin-top: 1.142%;
}
.hot-item-info4 {
  float: right;
  margin-top: 1.142%;
  margin-right: 1.5%;
  width: 31.2%;
}
.hot-item-info5 {
  float: left;
  margin-top: 1.142%;
  width: 65.69%;
}
.hot-more {
  margin-top: 45px;
  text-align: center;
}
.hot-more a {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 147px;
  height: 52px;
  border: 1px solid #00ADEF;
  color: #00ADEF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  border-radius: 27px;
}
.hot-more a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.hot-more a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.hot-more a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.hot-more a:hover {
  background: #00ADEF;
  color: #fff;
}
.wonderful {
  padding: 228px 0 320px;
  background-position: center;
  background-size: cover;
  margin-top: -128px;
}
.comments {
  float: left;
  width: 65.69%;
}
.wonderful-swiper {
  position: relative;
}
.wonderful-swiper .swiper-pagination {
  bottom: 39px;
  line-height: 1;
  overflow: hidden;
}
.wonderful-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 16px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #B8E4F5;
}
.wonderful-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.wonderful-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00ADEF;
}
.wonderful-slide {
  overflow: hidden;
}
.wonderful-slide:hover .wonderful-boxs {
  opacity: 1;
  visibility: visible;
}
.wonderful-slide:hover .wonderful-text .water,
.wonderful-slide:hover .wonderful-text .comment-d,
.wonderful-slide:hover .wonderful-text strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.wonderful-slide:hover .wonderful-text .comment-d {
  transition-delay: 0.15s;
}
.wonderful-slide:hover .wonderful-text strong {
  transition-delay: 0.3s;
}
.wonderful-hidden {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  height: 430px;
  text-align: center;
}
.wonderful-hidden figure {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.wonderful-boxs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}
.wonderful-text {
  position: absolute;
  left: 0;
  top: 44px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 5%;
}
.wonderful-text .water {
  display: block;
  margin: auto;
  width: 96px;
  height: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.4s;
}
.wonderful-text strong {
  display: block;
  margin: auto;
  margin-top: 32px;
  width: 632px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.4s;
}
.comment-d {
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.4s;
}
.comment-d span {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}
.comment-d img {
  display: inline-block;
  height: 12px;
  width: auto;
}
.common-problem {
  float: right;
  width: 31.25%;
}
.problem-text {
  margin-top: 20px;
  padding: 10px 34px 0 44px;
  background: #fff;
  border-radius: 20px;
  height: 420px;
  box-shadow: 0 32px 32px rgba(0, 173, 239, 0.16);
}
.problem-list li {
  padding: 14px 0;
  border-bottom: 1px solid #DDDDDD;
}
.problem-list li:hover .problem-w strong {
  color: #00ADEF;
}
.problem-w {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.problem-w span {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00ADEF;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}
.problem-w strong {
  display: block;
  flex: 1;
  -webkit-flex: 1;
  margin-left: 18px;
  color: #333333;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.problem-d {
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.problem-d span {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E62129;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}
.problem-d p {
  margin-left: 18px;
  flex: 1;
  -webkit-flex: 1;
  color: #555555;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sure-more {
  margin-top: 28px;
  text-align: center;
}
.sure-more a {
  display: block;
  margin: auto;
  position: relative;
  z-index: 3;
  width: 149px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #00ADEF;
  border-radius: 27px;
}
.sure-more a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.sure-more a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.sure-more a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.container {
  position: relative;
  z-index: 1;
  padding: 0 0 208px;
  background: #E5F5FD url(../images/main-bg.png) center -8% no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.content-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.content-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
}
.inenrContent {
  margin: auto;
  width: 1200px;
  padding-top: 80px;
}
.inner-title {
  margin-bottom: 70px;
}
.rides-select {
  position: relative;
  z-index: 2;
  padding: 28px 0 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.48s;
}
.rides-select:hover {
  box-shadow: 0 16px 16px rgba(0, 173, 239, 0.16);
}
.rides-select:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 157px;
  height: 100%;
  background: #00ADEF;
  border-radius: 10px 0 0 10px;
}
.rides-item {
  margin-bottom: 25px;
  display: flex;
  display: -webkit-flex;
}
.rides-item:last-child {
  margin-bottom: 0;
}
.rides-item .rides-name {
  display: block;
  width: 120px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.rides-list {
  margin-left: 90px;
  flex: 1;
  -webkit-flex: 1;
}
.rides-list a {
  display: block;
  position: relative;
  float: left;
  margin-right: 52px;
  color: #A7A7A7;
  font-size: 15px;
  line-height: 2;
}
.rides-list a:last-child {
  margin-right: 0;
}
.rides-list a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #00ADEF;
  transition: 0.4s;
  width: 0;
}
.rides-list a:hover,
.rides-list a.active {
  color: #00ADEF;
}
.rides-list a:hover:before,
.rides-list a.active:before {
  width: 100%;
}
.rides-li {
  margin-top: 86px;
}
.rides-li .paging {
  padding-bottom: 0;
}
.ride-down li {
  float: left;
  margin-bottom: 43px;
  width: 48.333%;
}
.ride-down li:nth-child(2n+2) {
  float: right;
}
.ride-down li a {
  display: block;
}
.ride-down li figure {
  position: relative;
  display: block;
  padding-bottom: 55.68%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 20px 20px 0 0;
}
.ride-down li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.ride-down li a:hover {
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
}
.ride-down li a:hover figure img {
  transform: scale(1.05);
}
.ride-down li a:hover .ride-tops strong {
  color: #00ADEF;
}
.adelay1 {
  transition: 500ms;
}
.adelay2 {
  transition: 500ms 100ms;
}
.adelay3 {
  transition: 500ms 200ms;
}
.adelay4 {
  transition: 500ms 300ms;
}
.adelay5 {
  transition: 500ms 400ms;
}
.adelay6 {
  transition: 500ms 500ms;
}
.adelay7 {
  transition: 500ms 600ms;
}
.adelay8 {
  transition: 500ms 700ms;
}
.adelay9 {
  transition: 500ms 800ms;
}
.adelay10 {
  transition: 500ms 900ms;
}
.adelay11 {
  transition: 500ms 1000ms;
}
.adelay12 {
  transition: 500ms 1100ms;
}
.animate {
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.shown {
  opacity: 1;
  visibility: visible;
}
.rides-down {
  padding: 32.5px 40px 18px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.ride-tops {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  height: 58px;
}
.ride-tops strong {
  display: block;
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  transition: 0.45s;
}
.exponent {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.exponent span {
  display: block;
  color: #555555;
  font-size: 16px;
}
.exponent-star {
  margin-left: 10px;
  overflow: hidden;
}
.exponent-star i {
  display: block;
  float: left;
  margin-right: 7px;
  width: 17px;
  height: 16px;
  background: url(../images/star.png) center no-repeat;
}
.exponent-star i:last-child {
  margin-right: 0;
}
.rides-text {
  margin-top: 26px;
  margin-bottom: 32px;
}
.rides-text p {
  color: #555555;
  font-size: 14px;
  min-height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.rides-ico {
  display: flex;
  display: -webkit-flex;
}
.rides-ico span {
  display: block;
  margin-right: 46px;
  color: #555555;
  font-size: 12px;
  line-height: 25px;
}
.rides-ico span:last-child {
  margin-right: 0;
}
.rides-ico span i {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FBC900;
  color: #fff;
  font-size: 16px;
}
.rides-ico span i.icon2 {
  background: #E62129;
}
.rides-ico span i.icon3 {
  background: #00ADEF;
}
.rode-more {
  position: relative;
  margin-top: 37px;
  text-align: center;
  display: none;
}
.rode-more:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 0.3;
}
.rode-more a {
  display: block;
  position: relative;
  margin: auto;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: #00ADEF;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
.rode-more a:hover {
  line-height: 59px;
}
.introduct-title.article-block .people {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: 0.8s;
}
.introduct-title.article-block .people:last-child {
  transform: translateX(80px);
}
.introduct-title.article-block .ititle {
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px);
  transition: 0.66s;
}
.introduct-title.articleShow .people {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.introduct-title.articleShow .people:last-child {
  transform: translateX(0px);
}
.introduct-title.articleShow .ititle {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.title-hide {
  overflow: hidden;
}
.home-title.article-block strong,
.home-title.article-block small {
  transform: translateY(120%);
  transition: 0.56s;
}
.home-title.article-block small {
  transition-delay: 0.2s;
}
.home-title.articleShow strong,
.home-title.articleShow small {
  transform: translateY(0);
}
.traffic.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.86s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.traffic.articleShow {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(140px);
  transition: 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slidetop.article-block.detay1 {
  transition-delay: 0.25s;
}
.slidetop.articleShow {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-content.article-block .ticket-price,
.main-content.article-block .business-hours,
.main-content.article-block .announcement,
.main-content.article-block .position,
.main-content.article-block .maps {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.main-content.article-block .main-right-people {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: 0.7s;
}
.main-content.article-block .business-hours {
  transition-delay: 0.25s;
}
.main-content.article-block .announcement {
  transition-delay: 0.5s;
}
.main-content.article-block .position {
  transition-delay: 0.75s;
}
.main-content.article-block .maps {
  transition-delay: 1s;
}
.main-content.articleShow .ticket-price,
.main-content.articleShow .business-hours,
.main-content.articleShow .announcement,
.main-content.articleShow .position,
.main-content.articleShow .maps {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.main-content.articleShow .main-right-people {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: 0.7s;
}
.hot-item-content.article-block {
  perspective: 500px;
}
.hot-item-content.article-block .hot-item-info {
  opacity: 0;
  visibility: hidden;
  transform: rotateX(45deg);
  transform-origin: left center;
  transition: 0.65s;
}
.hot-item-content.article-block .hot-item-info.hot-item-info2 {
  transition-delay: 0.2s;
}
.hot-item-content.article-block .hot-item-info.hot-item-info4 {
  transition-delay: 0.4s;
}
.hot-item-content.article-block .hot-item-info.hot-item-info3 {
  transition-delay: 0.6s;
}
.hot-item-content.article-block .hot-item-info.hot-item-info5 {
  transition-delay: 0.8s;
}
.hot-item-content.articleShow .hot-item-info {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.project-view {
  padding-top: 24px;
  width: 1200px;
  margin: auto;
  max-width: 90%;
}
.proback {
  margin-bottom: 52px;
}
.proback a {
  display: block;
  position: relative;
  z-index: 3;
  width: 116px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "思源黑体 CN";
  background: #00ADEF;
  border-radius: 17px;
}
.proback a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.proback a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.proback a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.slideway {
  padding: 49px 37px 59px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
}
.slideway-title {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.slideway-title strong {
  display: block;
  color: #000000;
  font-size: 36px;
}
.slideway-title span {
  display: block;
  width: 126px;
  height: 40px;
  border: 1px solid #DDDDDD;
  color: #777777;
  font-size: 13px;
  border-radius: 21px;
  text-align: center;
  cursor: pointer;
}
.slideway-title span i {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: #E62129;
  font-size: 20px;
  font-style: normal;
}
.slideway-title span em {
  font-style: normal;
  display: inline-block;
  margin-left: 4px;
}
.slideway-swiper {
  margin-top: 40px;
  position: relative;
}
.slideway-swiper .swiper-pagination {
  line-height: 1;
  bottom: 33px;
}
.slideway-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 23px;
  width: 14px;
  height: 14px;
  background: #B8E4F5;
  opacity: 1;
  transition: 0.45s;
}
.slideway-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slideway-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00ADEF;
}
.slideway-slide {
  overflow: hidden;
}
.slideway-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.slideway-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.slideprev {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  z-index: 10;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.45s;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
}
.slideprev.prev {
  left: 10px;
}
.slideprev.next {
  right: 10px;
}
.slideprev:hover {
  background: #00ADEF;
}
.slideprev:hover.prev {
  text-indent: -4px;
}
.slideprev:hover.next {
  text-indent: 4px;
}
.slideway-content {
  margin-top: 53px;
}
.slideway-text {
  float: left;
  width: 60.92%;
}
.slideway-info {
  color: #555555;
  font-size: 15px;
}
.notices {
  margin-top: 63px;
  padding: 32px 40px 48px;
  background: rgba(0, 173, 239, 0.1);
  border-radius: 20px;
}
.notices strong {
  display: block;
  color: #555555;
  font-size: 16px;
}
.notices p {
  color: #555555;
  font-size: 14px;
  line-height: 2;
}
.opening-hours {
  float: right;
  width: 34.9%;
}
.openTime {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.opening-left strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #555555;
  font-size: 30px;
  font-weight: normal;
}
.opening-left time {
  display: block;
  line-height: 1;
  color: #F08519;
  font-size: 20px;
}
.open-alltime {
  position: relative;
  z-index: 2;
  width: 149px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #00ADEF;
  cursor: pointer;
  transition: 0.38s;
  border-radius: 27px;
}
.open-alltime:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.open-alltime:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.open-alltime:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.open-map {
  margin-top: 30px;
}
.open-map strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #555555;
  font-size: 30px;
  font-weight: normal;
}
.open-map img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.recommends {
  margin-top: 130px;
}
.recommends .recommend-title {
  margin-bottom: 57px;
  text-align: center;
  color: #000000;
  font-size: 36px;
  line-height: 1.2;
}
.pop-time {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.pop-time.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.pop-time.show .pop-hidden {
  opacity: 1;
  visibility: visible;
  left: 50%;
}
.pop-time .pop-bgs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.pop-hidden {
  position: absolute;
  padding: 78px 30px 60px 0;
  box-sizing: border-box;
  left: 80%;
  margin-left: -600px;
  top: 110px;
  bottom: 0;
  width: 1200px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
  background: #fff;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s;
}
.pop-contents {
  padding: 0 36px 0 66px;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pop-close {
  display: block;
  position: absolute;
  right: -160px;
  top: -84px;
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  color: #00ADEF;
  background: #fff;
  font-size: 26px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.48s;
}
.pop-close:hover {
  transform: rotate(180deg);
}
.pop-title {
  margin-bottom: 38px;
  color: #00ADEF;
  line-height: 1.2;
  font-size: 30px;
  text-align: center;
}
.pop-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.pop-table thead tr th {
  background: #00ADEF;
  color: #fff;
  line-height: 58px;
  font-weight: normal;
  font-size: 16px;
}
.pop-table thead tr th.span1 {
  width: 108px;
}
.pop-table thead tr th.span2 {
  width: 16%;
}
.pop-table thead tr th.span3 {
  width: 17.5%;
}
.pop-table thead tr th.span4 {
  width: 37.3%;
}
.pop-table tbody tr td {
  border: 1px solid #DDDDDD;
  color: #777777;
  font-size: 16px;
  height: 60px;
  text-align: center;
}
.pop-table tbody tr td:first-child {
  border-left: none;
}
.pop-table tbody tr td:last-child {
  border-right: none;
}
.remarks {
  margin-top: 31px;
  text-align: center;
  color: #00ADEF;
  font-size: 14px;
}
.wonderful-fix li {
  position: relative;
  overflow: hidden;
  margin-bottom: 38px;
  border-radius: 20px;
  transition: 0.5s;
}
.wonderful-fix li:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wonderful-swiper1 {
  float: left;
  width: 50%;
}
.wonderful-swiper1 .swiper-pagination {
  bottom: 29px;
  line-height: 1;
}
.wonderfuls-slide {
  overflow: hidden;
}
.wonderfuls-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.wonderfuls-slide figure img {
  width: 100%;
  height: auto;
  border-radius: 20px 0 0 20px;
}
.wonderful-contents {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  background: #fff;
}
.wonderful-contents:hover .sline:before {
  width: 100%;
}
.wonderful-wr {
  padding: 32px 54px 0 36px;
}
.wonderful-wr .slideway-title {
  position: relative;
  padding-top: 29px;
}
.wonderful-wr .slideway-title strong {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.wonderful-wr .sline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: #DDDDDD;
  border-radius: 12px;
}
.wonderful-wr .sline:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  content: "";
  width: 0;
  height: 100%;
  background: #00ADEF;
  transition: 0.5s;
}
.wonderful-info {
  margin-top: 38px;
  margin-bottom: 10%;
}
.wonderful-info p {
  width: 464px;
  max-width: 100%;
  color: #777777;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wonderful-address p {
  margin-bottom: 10px;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}
.wonderful-address p i {
  display: inline-block;
  margin-right: 16px;
  color: #F08519;
  font-size: 19px;
  font-style: normal;
}
.wonderful-address p:nth-child(2) i {
  color: #00ADEF;
}
.wonderful-address p:nth-child(3) i {
  color: #E62129;
}
.wonderMore {
  margin-top: 68px;
}
.shoppings-box {
  border-radius: 20px;
}
.shoppinf-btn {
  overflow: hidden;
}
.shoppinf-btn a {
  display: block;
  position: relative;
  float: left;
  height: 78px;
  line-height: 78px;
  width: 50%;
  color: #333333;
  font-size: 26px;
  text-align: center;
  background: #DDDDDD;
  border-radius: 20px 20px 0 0;
  transition: 0.4s;
}
.shoppinf-btn a:before {
  position: absolute;
  right: -12px;
  top: 0;
  content: "";
  width: 24px;
  height: 100%;
  background: #DDDDDD;
  border-radius: 0 20px 0 0;
  transform: skewX(8deg);
  transition: 0.4s;
}
.shoppinf-btn a:first-child {
  position: relative;
  z-index: 2;
}
.shoppinf-btn a:last-child:before {
  right: auto;
  left: -12px;
  border-radius: 20px 0 0 0;
  transform: skewX(-8deg);
}
.shoppinf-btn a:hover,
.shoppinf-btn a.active {
  background: #fff;
}
.shoppinf-btn a:hover:before,
.shoppinf-btn a.active:before {
  background: #fff;
}
.shopping-in {
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 85px 40px 64px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
}
.shopping-wr {
  padding: 66px 34px 0 60px;
}
.shopping-wr .slideway-title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDEF;
}
.shopping-wr .slideway-title:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #00ADEF;
  width: 0;
  transition: 0.68s;
}
.shopping-wr .slideway-title strong {
  font-size: 21px;
  font-weight: bold;
}
.wonderful-contents {
  transition: 0.78s;
}
.shopping-fix li {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.shopping-fix li:nth-child(2n+2) .wonderful-swiper1 {
  float: right;
}
.shopping-fix li:nth-child(2n+2) .wonderful-swiper1 .wonderfuls-slide figure img {
  border-radius: 0 20px 20px 0;
}
.shopping-fix li:nth-child(2n+2) .wonderful-contents {
  right: auto;
  left: 0;
}
.shopping-fix li:hover .wonderful-contents {
  background: #E5F7FE;
}
.shopping-fix li:hover .slideway-title:before {
  width: 100%;
}
.shopping-texts {
  margin-top: 34px;
  margin-bottom: 15%;
}
.shopping-texts p {
  width: 434px;
  max-width: 100%;
  color: #777777;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.shopping-address p {
  color: #777777;
  font-size: 14px;
}
.shopping-address p i {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  color: #00ADEF;
  font-size: 20px;
  font-style: normal;
}
.tiket-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.tiket-list li {
  float: left;
  margin-bottom: 53px;
  width: 30.5%;
  margin-right: 4.25%;
  text-align: center;
}
.tiket-list li:nth-child(3n+3) {
  margin-right: 0;
}
.tiket-list li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 29px 12% 85px;
  background: #F3FCFF;
  transition: 0.5s;
  border-radius: 20px;
}
.tiket-list li a:hover {
  box-shadow: 0 6px 6px rgba(17, 143, 215, 0.16);
}
.tiket-list li a:hover b {
  transform: translateY(-6px);
}
.tiket-list li a .tiket-btn {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 30px;
}
.tiket-list li a b {
  display: block;
  margin: auto;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  color: #F08519;
  border-radius: 50%;
  border: 2px solid #F08519;
  font-size: 45px;
  font-weight: normal;
  transition: 0.38s;
}
.tiket-list li a strong {
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1;
  color: #777777;
  font-size: 26px;
}
.tiket-list li a span {
  display: block;
  margin-bottom: 12px;
  color: #F08519;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.tiket-list li a i {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  color: #777777;
  font-size: 15px;
  font-style: normal;
}
.tiket-list li a p {
  margin-bottom: 30px;
  color: #777777;
  font-size: 15px;
}
.tiket-btn {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 149px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #00ADEF;
  font-size: 15px;
  font-weight: bold;
  border-radius: 27px;
}
.tiket-btn:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.tiket-btn:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.tiket-btn:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.tiket-btn em {
  display: inline-block;
  margin-right: 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
.cozy {
  padding: 56px 40px 60px;
  background: #F3FCFF;
  border-radius: 20px;
}
.cozy strong {
  display: block;
  margin-bottom: 26px;
  color: #777777;
  font-size: 26px;
}
.cozy p {
  color: #777777;
  font-size: 15px;
  line-height: 2;
}
.pswp__counter {
  display: none !important;
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background: none !important;
}
/*tt*/
.trs6T {
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.scaleOt:hover .imgw-tt {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.ellipsisT {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ells-tt2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ells-tt3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pos-tt {
  position: relative;
  overflow: hidden;
}
.linkA-tt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/w0.png) no-repeat;
}
.imgw-tt {
  width: 100%;
  display: block;
}
.nav-tt {
  text-align: center;
  margin-bottom: 90px;
}
.nav-tt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-size: 24px;
  border-radius: 45px;
  color: #777777;
  margin: 0 30px;
  width: 260px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.nav-tt a::before {
  content: "";
  display: block;
  background-color: #00ADEF;
  width: 220%;
  height: 220%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.nav-tt a:hover,
.nav-tt a.active {
  color: #fff;
}
.nav-tt a:hover::before,
.nav-tt a.active::before {
  transform: translate(-50%, 50%) scale(1);
}
.nav-tt a .txt {
  position: relative;
}
.news-listTT {
  margin-left: -2.5%;
}
.news-listTT li {
  float: left;
  display: block;
  width: 30.83%;
  background-color: #fff;
  color: #555555;
  border-radius: 20px;
  font-size: 14px;
  margin-left: 2.5%;
  margin-bottom: 42px;
  transition: 0.3s;
}
.news-listTT li:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.news-listTT li:hover .time,
.news-listTT li:hover .ellipsisT,
.news-listTT li:hover .btn-moreT {
  color: #00ADEF;
}
.news-listTT li:hover .btn-moreT .arw-1st {
  opacity: 0;
  transform: translate3d(15px, 0, 0);
}
.news-listTT li:hover .btn-moreT .arw-2nd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.news-listTT .desc {
  padding: 20px 35px 60px;
  border: 1px solid #DDDDDD;
  border-top: 0 none;
  border-radius: 0 0 20px 20px;
}
.news-listTT .desc .time {
  color: #A7A7A7;
  transition: 0.3s;
}
.news-listTT .desc .ellipsisT {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin: 8px 0 18px;
  transition: 0.3s;
}
.news-listTT .btn-moreT {
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.btn-moreT {
  position: relative;
  display: block;
  width: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #A7A7A7;
}
.btn-moreT:hover {
  color: #00ADEF;
}
.arw-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.arw-prev i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  font-size: 18px;
  width: 100%;
  height: 18px;
  font-style: inherit;
  text-align: center;
}
.arw-prev .arw-1st {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s, transform 0.4s;
}
.arw-prev .arw-2nd {
  opacity: 0;
  transform: translate3d(15px, 0, 0);
  transition: opacity 0.4s, transform 0.4s;
}
.arw-prev:hover .arw-1st {
  opacity: 0;
  transform: translate3d(-15px, 0, 0);
}
.arw-prev:hover .arw-2nd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.arw-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.arw-next i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  font-size: 18px;
  width: 100%;
  height: 18px;
  font-style: inherit;
  text-align: center;
}
.arw-next .arw-1st {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s, transform 0.4s;
}
.arw-next .arw-2nd {
  opacity: 0;
  transform: translate3d(-15px, 0, 0);
  transition: opacity 0.4s, transform 0.4s;
}
.arw-next:hover .arw-1st {
  opacity: 0;
  transform: translate3d(15px, 0, 0);
}
.arw-next:hover .arw-2nd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.paging {
  text-align: center;
  padding: 25px 0 280px;
}
.paging a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  overflow: hidden;
  color: #A7A7A7;
  margin: 0px 15px;
}
.paging a.active,
.paging a:hover {
  color: #00ADEF;
}
.paging .item {
  width: 54px;
  background-color: #00ADEF;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.paging .item:hover {
  color: #fff;
  background-color: #333333;
}
.paging .item.prev {
  margin-left: 0;
}
.paging .item.next {
  margin-right: 0;
}
.notice-listT li {
  margin-bottom: 30px;
  background-color: #fff;
  color: #777777;
  padding: 40px 50px 25px 135px;
  border-radius: 20px;
  transition: 0.3s;
}
.notice-listT .timebox {
  position: absolute;
  width: 113px;
  text-align: center;
  left: 24px;
  color: #00ADEF;
}
.notice-listT .timebox span {
  display: block;
}
.notice-listT .timebox .day {
  line-height: 1;
  font-size: 50px;
}
.notice-listT .timebox .year {
  font-size: 14px;
}
.notice-listT .desc {
  border-left: 1px solid #EDEDEF;
  padding-left: 32px;
}
.notice-listT .title {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 28px;
  transition: 0.3s;
}
.notice-listT .c {
  font-size: 14px;
  margin-bottom: 50px;
}
.notice-listT .btn-moreT {
  margin-left: -12px;
}
.notice-listT li:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.notice-listT li:hover .title {
  color: #00ADEF;
}
.notice-listT li:hover .btn-moreT {
  color: #00ADEF;
}
.notice-listT li:hover .btn-moreT .arw-1st {
  opacity: 0;
  transform: translate3d(15px, 0, 0);
}
.notice-listT li:hover .btn-moreT .arw-2nd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.proback a:before {
  -webkit-transform: scale3d(0.5, 0.4, 1);
  transform: scale3d(0.5, 0.4, 1);
}
.w1200-tt {
  width: 1200px;
  margin: 0 auto;
}
.page-ptt {
  padding-top: 24px;
}
.info-pagett {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 52px 100px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
}
.info-Ttt {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333333;
}
.info-timett {
  color: #777777;
  font-size: 14px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 56px;
}
.info-timett .num {
  margin-left: 22px;
}
.info-sharptt {
  float: right;
  display: inline-block;
  color: #B1B1B1;
  margin-left: 20px;
  font-size: 14px;
  line-height: 34px;
  color: #777777;
}
.info-sharptt a:link,
.info-sharptt a:visited {
  color: #B1B1B1;
}
.info-sharptt a:active,
.info-sharptt a:hover {
  color: #366CB4;
}
.info-sharptt .dis-item {
  float: left;
}
.info-sharptt.bdsharebuttonbox a {
  background: none #E32525 !important;
  padding: 0 !important;
  margin: 0 6px 0 0 !important;
  font-size: 14px !important;
  text-align: center;
  line-height: 34px !important;
  position: relative;
  width: 34px;
  height: 34px !important;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
}
.info-sharptt.bdsharebuttonbox a:nth-child(2) {
  background: none #43A30E !important;
}
.info-sharptt.bdsharebuttonbox a:hover {
  color: #fff;
  background: none #333 !important;
}
.pageCTT {
  overflow: hidden;
  text-align: justify;
  color: #777777;
  font-size: 16px;
}
.pageCTT a:link,
.pageCTT a:visited {
  color: #333;
}
.pageCTT a:active,
.pageCTT a:hover {
  color: #00A2E9;
}
.pageCTT img {
  max-width: 100% !important;
  height: auto !important;
}
.previous-tt {
  border-top: 1px solid #DDDDDD;
  margin-top: 100px;
  padding-top: 40px;
  font-size: 16px;
}
.previous-tt a:link,
.previous-tt a:visited {
  color: #666666;
}
.previous-tt a:active,
.previous-tt a:hover {
  color: #00ADEF;
}
.previous-tt .previous-desc {
  float: left;
  display: block;
  width: 70%;
  margin-bottom: 5px;
}
.previous-tt .backlist-tt {
  float: right;
  display: inline-block;
}
.previous-tt .backlist-tt a {
  display: block;
  margin: auto;
  position: relative;
  z-index: 3;
  width: 150px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #00ADEF;
  border-radius: 27px;
}
.previous-tt .backlist-tt a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.previous-tt .backlist-tt a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.previous-tt .backlist-tt a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.j-notice-banner {
  overflow: hidden;
}
.j-notice-banner img {
  display: block;
  width: 100%;
}
.j-w1200 {
  width: 1200px;
  margin: 0 auto;
}
.j-nbot {
  padding: 44px 0 100px 0;
}
.j-nleft {
  float: left;
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  transition: 0.45s;
}
.j-nleft:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.j-link {
  display: block;
  color: #555555 !important;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  padding: 10px 11px;
  border-radius: 20px;
  transition: 0.45s;
  margin-bottom: 10px;
}
.j-link.active,
.j-link:hover {
  color: #fff !important;
  background-image: linear-gradient(#00ADEF, #118FD7);
}
.j-link.active i,
.j-link:hover i {
  color: #fff;
}
.j-link i {
  display: block;
  color: #00ADEF;
  font-size: 34px;
  line-height: 1.1;
  transition: 0.4s;
}
.j-nright {
  float: right;
  width: 84%;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 32px 32px rgba(17, 143, 215, 0.16);
  box-sizing: border-box;
}
.j-nr1 {
  padding: 50px;
}
.j-nrlist1 li {
  margin-bottom: 55px;
}
.j-nrtitle {
  color: #555555;
  font-size: 24px;
}
.j-nrnum {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 36px;
  background: url(../img/j-pic2.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.j-nrcont {
  color: #777777;
  font-size: 14px;
  margin-top: 15px;
  padding-left: 57px;
  line-height: 30px;
}
.j-nrlist2 li {
  padding: 50px 0 16px 0;
  border-bottom: 1px solid #DDDDDD;
  transition: 0.45s;
}
.j-nrlist2 li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.j-nl2label {
  float: left;
  color: #F89328;
  font-size: 16px;
}
.j-nl2icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}
.j-nl2desc {
  float: right;
  width: 75%;
  color: #707070;
  font-size: 14px;
  line-height: 34px;
}
.j-nr2 {
  padding: 28px 63px 150px 63px;
}
.j-bot1 {
  position: relative;
}
.j-maps {
  height: 526px;
}
.BMap_Marker div {
  animation: scals 4s linear infinite !important;
}
@keyframes scals {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.anchorBL {
  display: none;
}
.j-mbcover {
  position: absolute;
  width: 640px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
}
.j-mcadr {
  float: left;
  width: 80%;
  height: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
}
.j-mcadr i {
  display: inline-block;
  vertical-align: middle;
  color: #E62129;
  font-size: 24px;
  margin-right: 6px;
}
.j-mcdh {
  display: block;
  float: right;
  color: #F89328 !important;
  font-size: 14px;
}
.j-nrlist3 {
  padding: 17px 62px 62px 62px;
}
.j-nrlist3 li {
  background: #F3FCFF;
  border-radius: 20px;
  padding: 25px 65px 35px 25px;
  margin-top: 30px;
  transition: 0.5s;
}
.j-nrlist3 li:hover {
  box-shadow: 0 3px 5px rgba(0, 173, 239, 0.16);
}
.j-nl3title {
  color: #00ADEF;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9E0E2;
}
.j-nl3dl {
  margin-top: 20px;
}
.j-nl3dl p {
  color: #707070;
  font-size: 14px;
}
.j-nr4 {
  padding: 10px 60px 150px 60px;
}
.j-nrlist4 li {
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
}
.j-nrlist4 li:hover .j-bt {
  color: #00ADEF;
}
.j-wt {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #00ADEF;
  color: #fff;
  font-size: 14px;
}
.j-bt {
  display: block;
  float: left;
  width: 80%;
  margin-left: 28px;
  color: #333333;
  font-size: 17px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.j-jt {
  display: block;
  float: right;
  transform: rotate(90deg);
  color: #A7A7A7;
  font-size: 16px;
}
.j-nl4nr {
  display: none;
  margin-top: 22px;
}
.j-nrd {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #E62129;
  color: #fff;
  font-size: 14px;
}
.j-nl4txt {
  float: left;
  margin-left: 28px;
  width: 92%;
  color: #555555;
  font-size: 14px;
  line-height: 30px;
}
.j-nl4bt {
  cursor: pointer;
}
.pageC a:link,
.pageC a:visited {
  color: #00ADEF;
}
.pageC a:active,
.pageC a:hover {
  color: #333;
}
.pageC img {
  max-width: 100% !important;
  height: auto !important;
}
.pageC {
  overflow: hidden;
}
.j-about {
  padding: 0 60px 150px 60px;
}
.j-abtitle {
  color: #555555;
  font-size: 30px;
}
.j-abcont {
  margin-top: 20px;
  color: #777777;
  font-size: 16px;
}
.j-ablist li {
  position: relative;
  background: #F3FCFF;
  border-radius: 16px;
  padding: 80px 40px 60px 25px;
  margin-top: 55px;
  transition: 0.4s;
}
.j-ablist li:hover {
  box-shadow: 0 3px 6px rgba(0, 173, 239, 0.16);
}
.j-ablist li:hover .j-alrs {
  transform: translateY(-8px);
}
.j-altitle {
  position: absolute;
  top: 0;
  left: -15px;
  background: #00ADEF;
  border-radius: 0 50px 50px 0;
  padding: 2px 40px;
  color: #fff;
  font-size: 24px;
  min-width: 266px;
  box-sizing: border-box;
}
.j-altitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  border-right: 1px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #118FD7;
}
.j-aldesc {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
}
.j-alitem {
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}
.j-aititle {
  color: #F08519;
  font-size: 16px;
}
.j-aitxt {
  padding-left: 57px;
  color: #777777;
  font-size: 14px;
  margin-top: 15px;
  line-height: 30px;
}
.j-alrs {
  position: absolute;
  top: -15px;
  right: 15px;
  width: 58px;
  height: 67px;
  text-align: center;
  background: url(../img/j-pic5.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  box-sizing: border-box;
  padding-top: 15px;
  transition: 0.4s;
}
.j-alrs strong {
  display: block;
  font-size: 18px;
}
.j-azitem {
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}
.j-azbt {
  color: #F08519;
  font-size: 20px;
}
.j-aznr {
  color: #777777;
  font-size: 16px;
  margin-top: 10px;
}
.j-anl {
  margin-bottom: 15px;
}
.j-anl .j-nrnum {
  margin-right: 10px;
}
.error {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.error-text {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  bottom: 16.42%;
  width: 90%;
  text-align: center;
}
.error-text strong {
  display: block;
  margin-bottom: 60px;
  line-height: 1;
  color: #118FD7;
  font-size: 322px;
  font-family: "FZHZGBJW";
}
.error-text h4 {
  margin-bottom: 5px;
  color: #fff;
  line-height: 1;
  font-size: 59px;
  font-family: "FZHZGBJW";
  font-weight: normal;
}
.error-text p {
  color: #fff;
  font-size: 16px;
}
.error-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: #1ab2e3;
}
.error-btn {
  margin-top: 40px;
  text-align: center;
}
.error-btn a {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-left: 24px;
  width: 149px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #118FD7;
  border-radius: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.error-btn a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.error-btn a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.error-btn a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.error-btn a:first-child {
  margin-left: 0;
  background: #00ADEF;
}
#hero--waves {
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0;
}
.waves-wrapper {
  position: relative;
  background: 0 0;
}
@media all and (-ms-high-contrast: none) {
  .waves-wrapper .waves-iehack {
    background-image: url(../images/wave.svg);
    width: 100%;
    height: 100px;
    position: absolute;
    background-size: 1000px 200px;
    left: 0;
    bottom: 0;
    -webkit-animation: waves-iehack 20s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: waves-iehack 20s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    z-index: 2;
  }
  .waves-wrapper .waves-iehack:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    opacity: 0.7;
    bottom: 0;
  }
  .waves-wrapper .waves-iehack:nth-child(2) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    opacity: 0.5;
    bottom: -4px;
  }
  .waves-wrapper .waves-iehack:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 0.3;
    bottom: -7px;
  }
  .waves-wrapper .waves-iehack:nth-child(4) {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    opacity: 1;
    bottom: -10px;
  }
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  z-index: 2;
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  #hero--waves {
    top: -40px;
  }
}
@media all and (-ms-high-contrast: none) {
  .waves {
    display: none;
  }
}
.parallax > use {
  -webkit-animation: waves 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: waves 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  fill: rgba(26, 178, 227, 0.7);
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  fill: rgba(26, 178, 227, 0.5);
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  fill: rgba(26, 178, 227, 0.3);
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  fill: rgba(26, 178, 227, 0.7);
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  100% {
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
  }
}
@keyframes waves {
  0% {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  100% {
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
  }
}
@-webkit-keyframes waves-iehack {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes waves-iehack {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
.j-notice-banner {
  position: relative;
}
.search-text {
  position: absolute;
  left: 50%;
  margin-left: -466px;
  top: 50%;
  margin-top: -86px;
  width: 932px;
  z-index: 5;
}
.search-title {
  text-align: center;
  margin-bottom: 26px;
  color: #fff;
  font-size: 41px;
  font-weight: normal;
  line-height: 1;
}
.search-sub {
  display: flex;
  display: -webkit-flex;
}
.search-sub .text {
  box-sizing: border-box;
  flex: 1;
  -webkit-box-flex: 1;
  padding-left: 24px;
  height: 61px;
  line-height: 61px;
  background: #fff;
  color: #777777;
  font-size: 14px;
  border: none;
  outline: none;
}
.search-sub .sub {
  margin-left: 6px;
  width: 151px;
  height: 61px;
  line-height: 61px;
  border: none;
  background: #00ADEF;
  color: #fff;
  font-size: 22px;
  outline: none;
  transition: 0.45s;
  cursor: pointer;
}
.search-sub .sub:hover {
  background: #118FD7;
}
.hot-wrok {
  margin-top: 12px;
  display: flex;
  display: -webkit-flex;
}
.hot-wrok span,
.hot-wrok a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.hot-wrok a {
  padding: 0 12px;
  border-right: 1px solid #fff;
}
.hot-wrok a:hover {
  color: #00ADEF;
}
.hot-wrok a:first-of-type {
  padding-left: 0;
}
.hot-wrok a:last-child {
  border-right: none;
}
.search-realt {
  background: #fff;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  margin-top: 44px;
  min-height: 100px;
  border-right: 20px;
}
.search-wr {
  padding: 51px 84px 3px 65px;
}
.search-wr .paging {
  padding: 66px 0;
}
.search-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  display: -webkit-flex;
}
.search-top strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
}
.search-top p {
  margin-left: 20px;
  margin-top: 18px;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
}
.search-top p b {
  font-weight: normal;
  color: #00ADEF;
}
.search-list li {
  padding: 43px 0 27.5px;
  border-bottom: 1px solid #DDDDDD;
}
.search-list li a:hover span {
  background: #00ADEF;
}
.search-list li strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.search-list li strong b {
  color: #00ADEF;
  font-weight: normal;
}
.search-list li p {
  color: #777777;
  font-size: 14px;
}
.search-list li span {
  display: block;
  margin-top: 22px;
  width: 121px;
  height: 44px;
  line-height: 44px;
  background: #777777;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: 0.4s;
}
.t-buylist {
  border-bottom: 1px solid #D9E0E2;
  padding: 18px 0;
  color: #707070;
}
.t-buylist .pageCTT {
  padding: 10px 0;
  font-size: 14px;
  display: none;
}
.t-buydt {
  position: relative;
  padding-right: 80px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.t-buydt:hover .t-buybtn,
.t-buydt.active .t-buybtn {
  background-color: #118FD7;
}
.t-buydt.active .t-buybtn i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.t-buydt.active .t-buybtn i.i2 {
  opacity: 0;
  visibility: hidden;
}
.t-buybtn {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #333333;
  border-radius: 50%;
  right: 28px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.t-buybtn i {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.t-buybtn i.i1 {
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
}
.t-buybtn i.i2 {
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
}
.join-list {
  color: #777777;
  font-size: 14px;
  margin-bottom: 80px;
}
.join-list .hspan {
  cursor: pointer;
  width: 18%;
  padding: 0 2%;
  display: block;
  float: left;
  line-height: 60px;
  overflow: hidden;
  height: 60px;
  text-align: center;
  position: relative;
}
.join-list .hspan1 {
  width: 24%;
}
.join-list .joindt .hspan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #D5D5D5;
}
.join-list .joindt .hspan1::before {
  display: none;
}
.join-list .hspan2 {
  width: 24%;
}
.join-list .joindt {
  background-color: #F6F7FB;
  border-radius: 20px 20px 0 0;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
}
.join-list .joindd {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #E7E7E7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.join-list .joindd:hover {
  background-color: #E7F7FD;
}
.paging2 {
  padding-bottom: 100px;
}
.pageCH {
  color: #777777;
  font-size: 14px;
}
.pageCH a:hover,
.pageCH a:visited {
  color: #00ADEF;
}
.pageCH a:active,
.pageCH a:hover {
  color: #333;
}
.jpage-title {
  position: relative;
  padding: 45px 295px 35px 5%;
  background-color: #F6F7FB;
  border-radius: 20px 20px 0 0;
  color: #333;
}
.jpage-title .zw {
  font-size: 30px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.jpage-title .xl {
  padding-right: 20px;
}
.jpage-btnsq {
  position: absolute;
  right: 5%;
  top: 50px;
  background-color: #00ADEF;
  box-shadow: 0 8px 16px rgba(0, 173, 219, 0.4);
  width: 260px;
  height: 54px;
  display: block;
  line-height: 54px;
  border-radius: 27px;
  text-align: center;
}
.jpage-btnsq:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.jpage-btnsq:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.jpage-btnsq:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.jpage-btnsq span {
  color: #fff;
  background: url(../images/join_sq.png) no-repeat scroll left center;
  padding-left: 63px;
  font-size: 18px;
  display: inline-block;
}
.jpage-C {
  padding: 66px 0 96px;
  width: 90%;
  margin: 0px auto;
}
.jpage-C .pageCTT {
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 60px;
  margin-bottom: 70px;
  color: #333;
}
.black-join {
  display: block;
  width: 150px;
  height: 54px;
  border-radius: 27px;
  background-color: #DDDDDD;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
}
.black-join:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.black-join:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.black-join:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.black-join span {
  color: #777777;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.black-join:hover {
  background-color: #00ADEF;
}
.black-join:hover span {
  color: #fff;
}
