html {
  height: 100%;
  overflow-y: visible
}

@font-face {
  font-family: PingFang SC;
  src: url(../font/PingFangMedium.ttf);
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  margin: 0;
  padding: 0;
}

header,
footer {
  display: block;
}


body {
  min-width: 320px;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei";
  height: 100%;
  color: #242423;
  overflow-x: hidden;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.6
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #090C10;
  cursor: pointer;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../font/Poppins-Bold.ttf')
}

.opacity {
  opacity: 0
}

.flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.container {
  width: 100%;
  box-sizing: border-box;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.header-container {
  height: 120px;
  transition: all 0.15s ease-out;
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #0D683F;
  z-index: 101;
  height: 120px;
  
  transition: all 0.28s ease-out;
}

.nav-header::before {
  content: '';
  background: #ffffff;
  position: absolute;
  width: 6.25%;
  height: 100%;
  z-index: 102;
}

.nav-header .container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
}

.brand-header {
  height: 100%;
  background: #ffffff;
  padding: 18px 30px;
  transition: all 0.3s ease-out;
}

.brand-logo {
  display: block;
  background: url(../image/brand_logo1.png) no-repeat;
  background-size: contain;
  width: 301px;
  height: 100%;
  transition: all 0.2s ease-out;
}

.nav-box {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  z-index: 0;
  box-sizing: border-box;
  padding-left: 30px;
}

.navMenu {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex: 1;
  align-items: center;
}

.navMenu li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  height: 100%;
}

.navMenu .nline {
  width: 1px;
  height: 15px;
  background: #ffffff;
}

.navMenu .menubar {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  padding: 0 10px;
  
  transition: all 0.2s ease-out;
  box-sizing: content-box;
  white-space: nowrap;
}

.mob-navbtn {
  display: none;
}

.mob-navbar-nav {
  display: none;
}

.nav-arrow {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}

.nav-arrow::after {
  content: '';
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  margin-left: 4px;
  transition: all 0.15s ease-out;
}

.navMenu li:hover a,
.navMenu .active a {
  color: #D9B96A;
}

.navMenu li:hover .nav-arrow::after,
.navMenu .active a .nav-arrow::after {
  border-bottom: 1px solid #D9B96A;
  border-right: 1px solid #D9B96A;
}

.navMenu li.nav-lang {
  padding-left: 10px;
  padding-right: 0;
}

.navMenu li.nav-contact {
  padding-left: 10px;
  padding-right: 0;
}

.nav-contact a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #0D683F;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 16px;
  transition: all 0.15s ease-out;
}

.nav-contact a:hover {
  background: rgba(255, 255, 255, 1);
  color: #333333 !important;
}

.nav-lang a {
  display: block;
  background: url(../image/ilang.png) no-repeat left;
  font-size: 14px !important;
  padding-left: 24px !important;
}

.nav-search a {
  display: block;
  background: url(../image/isearch.png) no-repeat center;
  width: 38px;
  height: 38px;
}

.nav-hbg .header-container {
  height: 80px;
}

.header-container .container {
  height: 100%;
}

.nav-hbg .nav-header {
  height: 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.nav-hbg .nav-header .brand-logo {
  height: 50px;
  width: 251px;
}

.nav-hbg .brand-header {
  padding: 15px;
}

.nav-hbg .ncur.menubar {
  color: #f5d53e !important;
}

.banner-box {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.banner-video {
  overflow: hidden;
  height: 798px;
  width: 1920px;
  animation-delay: 0.6s;
}

.banner-checkin-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.i-circle {
  display: block;
  background: url(../image/i_c.png) no-repeat;
  width: 1080px;
  height: 1093px;
  position: absolute;
  top: 0px;
  right: -18%;
  transform: scale(0.9);
  transform-origin: right bottom;
  z-index: 1;
  animation-delay: 1.3s;
  animation-duration: 3s;
}

.vitta1 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 0.15s;
}

.vitta2 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 10%;
  animation-delay: 0.15s;
}

.vitta3 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 20%;
  animation-delay: 0.3s;
}

.vitta4 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 30%;
  animation-delay: 0.3s;
}

.vitta5 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 40%;
  animation-delay: 0.45s;
}

.vitta6 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  animation-delay: 0.45s;
}

.vitta7 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 60%;
  animation-delay: 0.55s;
}

.vitta8 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 70%;
  animation-delay: 0.55s;
  opacity: 0;
}

.vitta9 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 80%;
  animation-delay: 0.65s;
}

.vitta10 {
  background: #0D683F;
  width: 10%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 90%;
  animation-delay: 0.65s;
}

.icir {
  display: block;
  background: url(../image/vid_trc.png) no-repeat;
  background-size: cover;
  transform-origin: right top;
  transform: scale(0.8);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -36px;
  z-index: 1;
  animation-delay: 0.6s;
}

.banner-checkin-info {
  position: absolute;
  top: 0;
  right: 6.25vw;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  color: #ffffff;
  animation-delay: 0.8s;
}

.banner-checkin-tips {
  padding: 30px 0;
  font-size: 17px;
  width: 100%;
  font-weight: lighter;
  margin-bottom: 30px;
}

.banner-checkin-tips h3 {
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1.8;
}

.bar-checkin {
  display: inline-block;
  background: #D9B96A;
  border-radius: 26px;
  padding: 8px 46px 8px 23px;
  font-size: 22px;
  text-align: center;
  position: relative;
  color: #ffffff;
  transition: all 0.15s ease-out;
}

.bar-checkin::after {
  content: '';
  background: url(../image/arrow1.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  transition: all 0.15s ease-out;
}

.bar-checkin:hover {
  transform: scale(0.95);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3)
}

.bar-checkin:hover::after {
  right: 20px;
  transform: scale(0.95);
}

.intro-box {
  padding: 60px 0;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.intro-info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 120px;
}

.intro-video {
  width: 50%;
  text-align: right;
}

.intro-video-player {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.video-player {
  font-size: 0;
  line-height: 0;
}

.intro-video-player::before {
  content: '';
  width: 32px;
  height: 29px;
  position: absolute;
  top: 14px;
  left: 26px;
  z-index: 1;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transition: all 0.15s ease-out;
}

.intro-video-player::after {
  content: '';
  background: url(../image/ico_vic.png) no-repeat left bottom;
  width: 34px;
  height: 31px;
  position: absolute;
  bottom: 14px;
  left: 26px;
  z-index: 1;
  transition: all 0.15s ease-out;
}

.video-player::before {
  content: '';
  width: 32px;
  height: 29px;
  position: absolute;
  top: 14px;
  right: 26px;
  z-index: 1;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: all 0.15s ease-out;
}

.video-player::after {
  content: '';
  width: 32px;
  height: 29px;
  position: absolute;
  bottom: 14px;
  right: 26px;
  z-index: 1;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: all 0.15s ease-out;
}

.vid-bord {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 1;
}

.vid-pwi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.vid-pwi img {
  display: block;
  animation: rotateEffect 15s linear infinite;
}

.intro-video:hover .intro-video-player::before {
  transform: translate(6px, 6px)
}

.intro-video:hover .intro-video-player::after {
  transform: translate(6px, -6px)
}

.intro-video:hover .video-player::before {
  transform: translate(-6px, 6px)
}

.intro-video:hover .video-player::after {
  transform: translate(-6px, -6px)
}

.btn-play {
  position: absolute;
  background: url(../image/vid_play.png) no-repeat;
  width: 88px;
  height: 88px;
  top: 50%;
  left: 50%;
  margin-left: -44px;
  margin-top: -44px;
}

.intro-items {
  align-items: flex-start;
  padding: 40px 0;
  margin-left: -10px;
  margin-right: -10px;
}

.intro-items li {
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}

.intro-items li h3 {
  font-size: 16px;
  color: #465B71;
  display: flex;
  align-items: flex-start;
  line-height: 20px;
  padding-bottom: 24px;
}

.intro-items li h3 img {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.intro-items li h2 {
  font-size: 24px;
  color: #2E3749;
}

.intro-items li:hover h3 img {
  animation: swing 1s linear;
}

.intro-title {
  font-size: 38px;
  color: #090C10;
  padding-bottom: 20px;
}

.intro-desc {
  font-size: 18px;
  color: #090C10;
}

.bar-more {
  display: inline-block;
  background: #D9B96A;
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.bar-more span {
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
  z-index: 10;
  display: block;
}

.bar-more span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0D683F;
  width: 100%;
  height: 100%;
  transform: translateX(-110%) skewX(30deg);
  transition: all 0.3s ease-out;
}

.bar-more:hover span::before {
  transform: translateX(0%) skewX(0deg);
}

.bar-more2 {
  display: inline-block;
  background: #72C5AE;
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.bar-more2 span {
  font-size: 14px;
  padding: 8px 15px;
  position: relative;
  z-index: 10;
  display: block;
}

.bar-more2 span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0D683F;
  width: 100%;
  height: 100%;
  transform: translateX(-110%) skewX(30deg);
  transition: all 0.3s ease-out;
}

.bar-more2:hover span::before {
  transform: translateX(0%) skewX(0deg);
}

.phase-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.phase-inner {
  position: relative;
  padding-top: 0;
  width: 100%;
}

.phase-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 1px;
  background: #ffffff;
  height: 100%;
  z-index: 10;
  transition: all .5s ease;
}

.phase-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 66.666%;
  width: 1px;
  background: #ffffff;
  height: 100%;
  z-index: 10;
  transition: all .5s ease;
}

.phase-wrapper .phase-inner {
  padding-top: 46%;
  overflow: hidden;
}

.phase-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000;
  transition: opacity 0.15s ease-out;
  opacity: 0;
}

.phase-wrapper .phase-inner .phase-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease;
  opacity: 0;
  background-size: cover;
}

.phase-img.active {
  opacity: 1 !important;
  z-index: 100;
}

.phase-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.phase-list .phase-card {
  width: 33.33%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.phase-list .phase-card:nth-child(2n) {
  animation-delay: 0.15s;
}

.phase-list .phase-card:nth-child(3n) {
  animation-delay: 0.32s;
}

.phase-list .phase-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: opacity 1s ease-in-out;
  background-size: cover;
}

.phase-list .phase-card::before {
  content: '';
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.3s ease-out;
}

.phase-list .is-show.phase-card::before {
  opacity: 0.45;
}

.phase-list-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 201;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.phase-title {
  font-size: 18px;
  transform: scale(0.95);
  transition: all 0.3s ease-out
}

.phase-title h3 {
  font-size: 24px;
  padding-bottom: 6px;
  white-space: nowrap;
}

.phase-title p {
  height: 30px;
}

.phase-more {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 6px 25px;
  margin-top: 20px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.phase-more::before {
  content: '';
  background: #D9B96A;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  transition: all 0.3s ease-out;
  z-index: -1;
  opacity: 0.2
}

.phase-more::after {
  content: '';
  background: #D9B96A;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  transition: all 0.3s ease-out;
  z-index: -1;
  opacity: 0.2
}

.phase-list .phase-card:hover .phase-more::before {
  height: 100%;
}

.phase-list .phase-card:hover .phase-more::after {
  height: 100%;
}

.is-show .phase-list-content {
  opacity: 1;
}

.is-show .phase-title {
  transform: scale(1)
}

.park-service-box {
  margin-top: 1px;
  background: url(../image/severbg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.park-service {
  align-items: flex-start;
  padding: 30px 0;
}

.service-title {
  font-size: 38px;
  color: #ffffff;
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 30px;
  padding-top: 50px;
}

.service-list {
  flex: 1;
  animation-delay: 0.15s;
}

.service-list ul {
  flex-wrap: wrap;
}

.service-list ul li {
  width: 20%;
}

.service-list ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  box-sizing: border-box;
  padding: 60px 15px;
}

.service-list ul li span {
  display: block;
  width: 60px !important;
  height: 60px;
  margin-right: 18px;
  transition: all 0.3s ease-out;
}

.service-list ul li:hover a {
  color: #D9B96A
}

.service-list ul li:hover span {
  margin-right: 8px;
}

.icfw01 {
  background: url(../image/icfw01.png) 0 0 no-repeat;
}

.icfw02 {
  background: url(../image/icfw02.png) 0 0 no-repeat;
}

.icfw03 {
  background: url(../image/icfw03.png) 0 0 no-repeat;
}

.icfw04 {
  background: url(../image/icfw04.png) 0 0 no-repeat;
}

.icfw05 {
  background: url(../image/icfw05.png) 0 0 no-repeat;
}

.icfw06 {
  background: url(../image/icfw06.png) 0 0 no-repeat;
}

.icfw07 {
  background: url(../image/icfw07.png) 0 0 no-repeat;
}

.icfw08 {
  background: url(../image/icfw08.png) 0 0 no-repeat;
}

.icfw09 {
  background: url(../image/icfw09.png) 0 0 no-repeat;
}

.icfw10 {
  background: url(../image/icfw10.png) 0 0 no-repeat;
}

.service-list ul li.over-mv span {
  animation: overmv 0.35s steps(9) forwards;
}

.service-list ul li.out-mv span {
  animation: outmv 0.35s steps(9) forwards;
}

@keyframes overmv {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -540px 0;
  }
}

@keyframes outmv {
  from {
    background-position: -540px 0;
  }

  to {
    background-position: 0 0;
  }
}





.excellent-projects {
  padding: 100px 0;
}

.pro-title-group {
  text-align: center;
  font-size: 18px;
  color: #999999;
  padding-bottom: 45px;
}

.pro-title-group h3 {
  font-size: 32px;
  color: #090C10;
  padding-bottom: 5px;
  font-weight: 400 !important;
}

.enterprises-list {
  flex-wrap: wrap;
  align-items: stretch;
}

.enterprises-list li {
  width: 14.285%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edeff0;
  padding: 10px;
  box-sizing: border-box;
}

.enterprises-list li:nth-child(2n) {
  background: #ffffff;
}

.enterprises-list li img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.15s ease-out;
}

.enterprises-list li:hover img {
  transform: scale(1.05);
}

.enterprise-swiper .swiper-slide {
  height: 100%;
}

.enterprise-image {
  display: flex;
  height: 160px;
  align-items: center;
  justify-content: center;
  background: #F2F4F5;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .enterprise-image {
    height: 100px;
  }
}

.enterprise-swiper .swiper-slide:nth-child(2n) .enterprise-image {
  background-color: #fff;
}

.enterprise-image img {
  max-width: 100%;
  max-height: 100%;
  transition: all .15s ease-out;
}


.enterprise-image:hover img {
  transform: scale(1.05);
}

.news-box {
  background: url(../image/newsbg1.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0 190px 0;
  color: #ffffff !important;
  position: relative;
}

.news-control {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 30%;
  top: 248px;
  bottom: 130px;
  left: 0;
  z-index: 0;
  font-size: 38px;
  box-sizing: border-box;
  padding-left: 6.25%;
  padding-top: 50px;
}

.news-tabs {
  justify-content: center;
  padding-bottom: 99px;
  animation-delay: -0.15s
}

.news-tabs li {
  position: relative;
  padding: 0 40px;
}

.news-tabs li:nth-child(2n) {
  animation-delay: 0.2s;
}

.news-tabs li:nth-child(3n) {
  animation-delay: 0.4s;
}

.news-tabs li:nth-child(4n) {
  animation-delay: 0.6s;
}

.news-tabs li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -3px;
  z-index: 1;
}

.news-tabs li:last-child::after {
  display: none;
}

.news-tabs li a {
  font-size: 24px;
  display: block;
  padding: 2px 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  color: #B3B3B3;
  cursor: pointer;
  transition: all 0.15s ease-out;
}

.news-tabs .active a {
  color: #ffffff;
  border-bottom: 3px solid #D9B96A;
}

.news-swiper {
  display: none;
  padding-left: 25%;
}

.news-swiper .swiper-wrapper {}

.news-swiper .swiper-slide {
  width: 28%;
  padding: 0 20px;
  box-sizing: border-box;
}

.news-swiper .swiper-slide:nth-child(2n) {
  animation-delay: 0.2s;
}

.news-swiper .swiper-slide:nth-child(3n) {
  animation-delay: 0.4s;
}

.news-swiper .swiper-slide:nth-child(4n) {
  animation-delay: 0.6s;
}

.news-swiper .swiper-slide:nth-child(4n) {
  animation-delay: 0.8s;
}

.news-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.news-swiper .swiper-button-prev {
  left: 6.25%;
  margin-top: 50px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.news-swiper .swiper-button-prev::before {
  content: '';
  background: url(../image/arrow21.png) no-repeat;
  width: 18px;
  height: 18px;
  transform: rotate(180deg) translateX(-8px);
  transition: all 0.2s ease-out;
}

.news-swiper .swiper-button-prev::after {
  content: '';
  background: url(../image/arrow21.png) no-repeat;
  width: 18px;
  height: 18px;
  transform: rotate(180deg) translateX(-50px);
  transition: all 0.2s ease-out;
}

.news-swiper .swiper-button-prev:hover::before {
  transform: rotate(180deg) translateX(50px);
}

.news-swiper .swiper-button-prev:hover::after {
  transform: rotate(180deg) translateX(10px);
}

.news-swiper .swiper-button-next {
  left: 6.25%;
  right: auto;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.news-swiper .swiper-button-next:hover,
.news-swiper .swiper-button-prev:hover {
  border: 3px solid #D9B96A;
}

.news-swiper .swiper-button-next::before {
  content: '';
  background: url(../image/arrow21.png) no-repeat;
  width: 18px;
  height: 18px;
  transform: translateX(8px);
  transition: all 0.2s ease-out;
}

.news-swiper .swiper-button-next::after {
  content: '';
  background: url(../image/arrow21.png) no-repeat;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-out;
  transform: translateX(-60px);
}

.news-swiper .swiper-button-next:hover::before {
  transform: translateX(60px);
}

.news-swiper .swiper-button-next:hover::after {
  transform: translateX(-10px);
}

.news-swiper .swiper-pagination {
  width: auto;
  left: 6.25%;
  top: 50%;
  bottom: auto;
  margin-top: 160px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 28px;
  color: rgba(255, 255, 255, 0.2);
  padding: 0 60px 0 10px;
}

.news-swiper .swiper-pagination::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #D9B96A;
  width: 40px;
  z-index: 1;
}

.news-swiper .swiper-pagination .swiper-pagination-current {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
}

.park-news {
  display: block;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  padding: 9px;
  overflow: hidden;
}

.park-news-img {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
}

.park-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.15s ease-out;
}

.park-news-info {
  padding: 20px;
}

.park-news-info h3 {
  font-size: 18px;
  color: #2e2e2e;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.park-news-desc {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  margin: 20px 0;
}

.park-news-other {
  border-top: 1px solid #eaeaea;
  padding: 15px 0;
}

.tips-date {
  background: url(../image/idate.png) no-repeat left;
  padding-left: 20px;
}

.tips-hot {
  background: url(../image/ihot.png) no-repeat left;
  padding-left: 24px;
  margin-left: 40px;
}

.park-news-button {
  background: #D9B96A;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-out;
}

.park-news-button span {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transform: translateY(30px);
  transition: all 0.2s ease-out 0.1s;
  color: #ffffff;
}

.park-news:hover .park-news-img img {
  transform: scale(1.03)
}

.park-news:hover .park-news-button {
  bottom: 0px;
}

.park-news:hover .park-news-button span {
  transform: translateY(0px);
}

.park-news:hover .park-news-info h3 {
  color: #D9B96A;
}

.park-bio-box {
  background: url(../image/ic_bio.png) no-repeat right bottom;
  background-size: 500px auto;
  padding-top: 140px;
}

.park-bio-list {
  align-items: stretch;
  justify-content: space-between;
  padding: 30px 0;
  margin-left: -60px;
  margin-right: -60px;
}

.park-bio-list li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 30px;
}

.park-bio-list li:nth-child(2n) {
  animation-delay: 0.15s;
}

.park-bio-list li:nth-child(3n) {
  animation-delay: 0.25s;
}

.park-bio-list li:nth-child(4n) {
  animation-delay: 0.4s;
}

.park-bio-list li a {
  display: block;
  position: relative;
}

.bio-title-info {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.15s ease-out;
  transform-origin: top
}

@media (max-width: 1400px) {
  .bio-title-info p {
    font-size: 14px !important;
  }

  .bio-title-info h3 {
    font-size: 14px !important;
  }

  .park-bio-list li:nth-last-child(1) {
    display: none;
  }
}

@media (max-width: 992px) {
  .bio-title-info {
    bottom: 0;
  }

  .bio-title-info p {
    font-size: 12px !important;
  }

  .bio-title-info h3 {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  .bio-title-info h3 {
    padding-top: 4px !important;
  }

  .park-bio-list li {
    margin-bottom: 30px;
  }
}

.bio-title-info p {
  display: inline-block;
  background: #D9B96A;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 20px;
  transition: all 0.15s ease-out;
}

.bio-title-info h3 {
  font-size: 20px;
  padding-top: 10px;
}

.park-bio-list li:hover .bio-title-info {
  transform: scale(0.9)
}

.park-bio-list li:hover .bio-title-info h3 {
  color: #0D683F
}

.park-bio-list li:hover .bio-title-info p {
  background: #0D683F;
}

.home-title h3 {
  font-size: 38px;
  color: #090C10;
}

.party-build-box {
  position: relative;
  padding-top: 39.3%;
}

.party-build-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

.party-build-map img {
  height: 100%;
  width: auto;
}

.flag {
  position: absolute;
  left: 24%;
  top: 68%;
  z-index: 1;
  display: block;
  width: 8%;
}

.flag img {
  width: 100%;
}

.party-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.party-bg img {
  height: 100%;
  width: auto;
}

.party-build-info {
  position: absolute;
  top: 0;
  right: 6.25%;
  z-index: 10;
  width: 44%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.party-build-title {
  margin-left: 40px;
  margin-bottom: 30px;
}

.party-build-desc {
  font-size: 18px;
  color: #F2D199;
  margin-left: 40px;
  line-height: 2;
}

.party-build-items {
  flex-wrap: wrap;
  padding-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}

.party-build-items li {
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  font-size: 22px;
  color: #F2D199;
  font-weight: lighter;
  padding: 20px 0;
  white-space: nowrap;
}

.party-build-items li a {
  color: #F2D199;
  display: inline-block;
}

.party-build-items li img {
  height: 42px;
  margin-bottom: 12px;
  width: auto;
}

.party-build-items li p {
  transition: all 0.3s ease-out;
}

.party-build-items li:hover p {
  transform: scale(0.95) translateY(-5px);
}

.party-build-items li:hover a {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
}

.party-build-items li:hover img {
  animation: swing 1s linear;
}

.party-decorate {
  background: #F8EFDD;
  height: 88px;
  position: relative;
  z-index: 1;
}

.iflag {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  width: 22.44%;
  object-fit: cover;
  display: block;
}

.idq {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 17.6%;
  object-fit: cover;
  display: block;
}

.park-special-box {
  background: url(../image/topic_bg.jpg) no-repeat bottom;
  background-size: 100% auto;
  padding: 120px 0;
  overflow: hidden;
}

.park-specials {
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
  padding-top: 30px;
}

.park-specials li {
  width: 33.333%;
  box-sizing: border-box;
  padding: 15px 35px;
}

.park-specials li:nth-child(2n) {
  animation-delay: 0.15s;
}

.park-specials li:nth-child(3n) {
  animation-delay: 0.25s;
}

.park-specials li h3 {
  font-size: 18px;
  color: #1B1B1B;
}

.specials-poster {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.specials-poster img {
  width: 100%;
  transition: all 0.3s ease-out;
}

.park-specials li:hover .specials-poster img {
  transform: scale(1.03);
}

.bar-arrow {
  background: #D9B96A;
  display: inline-block;
  border-radius: 30px;
  height: 38px;
  width: 38px;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.bar-arrow span {
  display: block;
  white-space: nowrap;
  padding: 0 6px;
  color: #ffffff;
  transform: translateX(-100px);
  transition: all 0.25s ease-out 0.1s;
  line-height: 18px
}

.bar-arrow::after {
  content: "";
  background: url(../image/arrow21.png) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bar-arrow:hover {
  width: 108px;
}

.bar-arrow:hover span {
  transform: translateX(0px)
}

.park-specials li:hover span {
  width: auto;
}

.bbg {
  background: url(../image/bbg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}

.bbg-icon {
  width: 736px;
  height: 106px;
  overflow: hidden;
  position: absolute;
  bottom: 73px;
  right: 0;
}

.bbg-icon span {
  display: block;
  background: url(../image/b_icon.png) no-repeat;
  width: 736px;
  height: 106px;
  transform-origin: right bottom;
  animation-duration: 2s;
}

.btm-top {
  align-items: flex-start;
  color: #ffffff;
  position: relative;

}

.btm-zszx {
  display: flex;
  align-items: center;
  flex: 1;
  color: #ffffff;
  font-size: 16px;
  padding-top: 44px;
  
  animation-delay: 0.15s;
}

.btm-zszx .btm-menu {
  flex: 1;
}

.btm-menu ul p {
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  opacity: 0.5;
}

.btm-zszx h2 {
  font-size: 28px;
  font-weight: lighter;
  padding-bottom: 30px;
}

.btm-zszx ul {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.btm-zszx ul li {
  padding: 0 15px;
}

.btm-zszx ul li h3 {
  font-size: 18px;
  padding-bottom: 20px;
}

.qrimg {
  margin-left: 10%;
  max-width: 130px;
  flex-shrink: 0;
  text-align: center;
  animation-delay: 0.3s;
}

.qrimg img {
  margin-bottom: 5px;
}

.qrimg>p {
  font-size: 14px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .btm-zszx {
    flex-direction: column;
  }

  .qrimg {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .btm-menu ul {
    flex-direction: column;
  }

  .btm-zszx .btm-menu ul li,
  .btm-zszx ul li h3 {
    padding-bottom: 10px;
  }

  .btm-zszx ul li p {
    font-size: 14px;
  }
}


.copyright {
  color: rgba(255, 255, 255, 0.5);
  padding: 25px 0;
}

.copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.copyright a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.footer {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 30px;
}

.btm-top::after {
  
}

.footer::before {
  
}

.links {
  padding-right: 20%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 2
}

.links a {
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  transition: all 0.15s ease-out;
}

.links a:hover,
.nav-map a:hover {
  color: rgba(255, 255, 255, 1);
}

.links b {
  margin: 0 15px;
  font-weight: normal;
}

.nav-map {
  color: rgba(255, 255, 255, 0.5);
}

.nav-map a {
  color: rgba(255, 255, 255, 0.5);
}

.nav-map b {
  margin: 0 10px;
  font-weight: normal;
}

.center-container {
  display: flex;
  justify-content: center;
}

.tab-links {
  position: relative;
  display: flex;
  margin: 40px 0;
  border-radius: 99px;
  background-color: #EFEFEF;
  overflow: hidden;
  z-index: 1;
}

.tab-links .tab-link {
  position: relative;
  padding: 14px 36px;
  border-radius: 99px;
  cursor: pointer;
}

.tab-links .tab-link.active {
  background-color: #0D683F;
  z-index: 9;
}

.tab-links .tab-link.tab-link--active>span {
  color: #FFFFFF;
}


.tab-links .tab-link.active>span {
  color: #FFFFFF;
}

.tab-link>span {
  font-size: 16px;

  font-weight: 500;
  color: #333333;
  line-height: 1;
  transition: color .2s linear;
}

.tab-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 99px;
  background-color: #0D683F;
  z-index: -1;
}

.tab-content {
  transform: translate3d(0, 0, 0);
  animation: fadeEffect 1s forwards;
}

.btn--outline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 20px 50px;
  border: 1px solid #E2C58B;
  cursor: pointer;
}

.btn--outline:hover {}

.btn--outline>span {
  font-size: 18px;

  font-weight: 500;
  color: #E2C58B;
  line-height: 1;
}


.p-list {
  margin: 60px 0;
}

.p-list .p-pre {
  margin-right: 16px;
}

.p-list .p-next {
  margin-left: 16px;
}

.p-list .p {
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border-radius: 50%;
  transition: all .3s linear;
}

.p-list .p.p--active,
.p-list .p:hover {
  background-color: #DDC278;
}

.p-list .p.p--active a,
.p-list .p:hover a {
  color: #FFFFFF;
}

.p-list .p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;

  font-weight: 400;
  color: #999999;
}

@media (max-width: 1200px) {
  .p-list {
    margin: 40px 0;
  }
}

@media (max-width: 992px) {
  .p-list {
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .p-list {
    margin: 15px;
  }

  .p-list .p {
    width: 30px;
    height: 30px;
  }

  .p-list .p a {
    font-size: 12px;
  }
}


.pb-nav {
  padding: 28px 0;
  background-color: #F6F6F6;
}


.subnav-list {
  justify-content: space-between;
  padding: 0 20%;
}

.subnav-list .subnav {
  position: relative;
}

.subnav-list .subnav::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #DDC278;
  transition: all .3s linear;
}

.subnav-list .subnav:hover::after,
.subnav-list .subnav.subnav--active::after {
  width: 64px;
}


.subnav-list .subnav a {
  font-size: 18px;

  font-weight: 400;
  color: #333333;
  line-height: 1;
  transition: all .3s linear;
}


.subnav-list .subnav.subnav--active a,
.subnav-list .subnav:hover a {
  color: #DDC278;
}

@media (max-width: 1440px) {
  .subnav-list .subnav a {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .pb-nav {
    padding: 2% 0;
  }

  .subnav-list {
    padding: 0;
  }

  .subnav-list .subnav a {
    font-size: 14px;
  }
}


@media (max-width: 480px) {
  .pb-nav {
    padding: 0;
  }

  .subnav-list {
    overflow-x: auto;
    height: 100%;
    padding: 2% 0;
    padding-bottom: 4%;
  }

  .subnav-list .subnav a {
    font-size: 12px;
    white-space: nowrap;
  }

  .subnav-list .subnav {
    padding: 0 12px;
  }

  .subnav-list .subnav::after {
    max-width: 20px;
    border-radius: 4px;
  }
}

li[data-menu] {
  position: relative;
}

li[data-menu]:hover .drop-menu,
li[data-menu]:active .drop-menu {
  display: block;
}

.drop-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 152px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 13px 0px rgba(83, 83, 83, 0.3);
  z-index: 999;
}

.drop-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.drop-menu li {
  padding: 10px 20px;
}

.drop-menu li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #2C2C2C !important;
  white-space: nowrap;
}

.drop-menu li a:hover {
  color: #D9B96A !important;
}

.databig {
  background: #020822;
  height: 1080px;
  height: auto;
  padding-bottom: 40px;
}

.datatitle {
  background: url(../image/datatitleback.png) no-repeat center;
  width: 100%;
  height: 105px;
  position: relative;
}

.datalogo {
  margin-left: 38px;
  display: inline-block;
  margin-top: 22px;
}

.datatitleinfo {
  display: inline-block;
  margin-top: 20px;
  margin-left: 17px;
  font-size: 30px;
  font-family: "Source Han Sans CN";
  color: rgb(39, 246, 238);
}

.datalogo,
.datatitleinfo {
  vertical-align: middle;
}

.backindex {
  position: absolute;
  top: 8px;
  right: 26px;
  color: rgb(39, 246, 238);
  display: inline-block;
  line-height: 1
}

.backindex img,
.backindex span {
  vertical-align: middle;
  margin-right: 6px;
  letter-spacing: 1px;
}

.dataone {
  margin-left: 20px;
  ;
  background: url(../image/databox1.jpg) no-repeat center;
  width: 680px;
  height: 460px;
  position: relative;
  float: left
}

.datatwo {
  background: url(../image/databox2.jpg) no-repeat center;
  width: 599px;
  height: 460px;
  position: relative;
  float: left
}

.datathree {
  background: url(../image/databox3.jpg) no-repeat center;
  width: 580px;
  height: 460px;
  position: relative;
  float: left
}

.datafour {
  background: url(../image/databox4.jpg) no-repeat center;
  width: 495px;
  height: 459px;
  position: relative;
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}

.datafive {
  background: url(../image/databox5.jpg) no-repeat center;
  margin-top: 15px;
  width: 495px;
  height: 459px;
  position: relative;
  float: left
}

.datasix {
  background: url(../image/databox6.jpg) no-repeat center;
  margin-top: 15px;
  width: 886px;
  height: 459px;
  position: relative;
  float: left
}

.datasmtitle {
  font-size: 23px;

  color: rgb(1, 255, 255);
  margin-left: 30px;
  margin-top: 21px;
  line-height: 22px;
}

.datafour .datasmtitle,
.datafive .datasmtitle,
.datasix .datasmtitle {
  margin-top: 13px;
}

.datasmtitle img,
.datasmtitle span {
  vertical-align: middle;
  margin-right: 8px;
}

.datayuan {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

#yuantwo {
  background: #34abff;
}

#yuanthree {
  background: #55c2e4;
}

.dataoneinfo {
  display: inline-block;
  font-size: 18px;
  ;

  color: rgb(133, 146, 189);
}

.dataonesm {
  display: inline-block;
  margin-right: 12px;
}

.datayuan,
.dataoneinfo {
  vertical-align: middle;
}

.dataonelist {
  position: absolute;
  right: 30px;
  top: 25px;
}

.datatwolist {
  width: 85%;
  margin: 0 auto;
  border-bottom: 1px solid #0e1637;
  margin-top: 16px;
}

.datatwosm {
  float: left;
  width: 33%;
  text-align: center;
  height: 114px;
  padding-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.datatwosmtop {
  font-size: 34px;
  font-family: "Arial";
  color: rgb(0, 255, 255);
  font-weight: bold;
  margin-bottom: 17px;
}

.datatwosmbt {
  font-size: 16.267px;

  color: rgb(92, 111, 187);
}

.datatwobtimg {
  display: inline-block;
  width: 101px;
  height: 101px;
}

.datatwobtinfo {
  display: inline-block;
  margin-left: 14px;
}

.datatwobtimg,
.datatwobtinfo {
  vertical-align: middle
}

.dataonetubiao {
  width: 630px;
  height: 332px;
  margin: 0 auto;
  margin-top: 80px;
}

.datatwobtinfo {
  font-size: 20px;

  color: rgb(92, 111, 187);
}

.datatwobtinfo span {
  font-size: 26px;
  font-family: "Arial";
  display: inline-block;
  color: rgb(46, 255, 248);
  margin-bottom: 5px;
  font-weight: bold;
}

#data2info2 span {
  color: rgb(86, 255, 213);
}

#data2info4 span {
  color: rgb(242, 156, 159);
}

.datatwobtsm {
  display: inline-block;
  margin-left: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.data3imgbox {
  width: 477px;
  height: 300px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}

.data3info1 {
  position: absolute;
  top: 60px;
  left: 2px;
  font-size: 24px;
  font-family: "Source Han Sans CN";
  color: rgb(168, 89, 255);
  width: 80px;
  text-align: center;
}

.data3info1sub {
  font-size: 16px;
  color: rgb(201, 203, 255);
  position: absolute;
  left: 10px;
  top: 124px;
}

.data3info2 {
  font-size: 24px;
  font-family: "Source Han Sans CN";
  color: rgb(255, 151, 69);
  position: absolute;
  right: 2px;
  width: 80px;
  text-align: center;
  top: 148px;
}

.data3info2sub {
  font-size: 16px;
  color: rgb(201, 203, 255);
  position: absolute;
  right: -5px;
  top: 212px;
}

.data3info3 {
  font-size: 24px;
  font-family: "Source Han Sans CN";
  color: rgb(52, 171, 255);
  position: absolute;
  left: 2px;
  bottom: -2px;
  width: 80px;
  text-align: center;
}

.data3info3sub {
  font-size: 16px;
  color: rgb(201, 203, 255);
  position: absolute;
  left: -18px;
  bottom: -55px;
}

.data3info4 {
  font-size: 24px;
  font-family: "Source Han Sans CN";
  color: rgb(52, 171, 255);
  position: absolute;
  right: 22px;
  bottom: -7px;
  width: 80px;
  text-align: center;
}

.data3info4sub {
  font-size: 16px;
  color: rgb(201, 203, 255);
  position: absolute;
  right: -19px;
  bottom: -60px;
}

.data3info5 {
  font-size: 24px;
  font-family: "Source Han Sans CN";
  color: #5dd685;
  position: absolute;
  right: 52px;
  top: 27px;
  width: 80px;
  text-align: center;
}

.data3info5sub {
  font-size: 16px;
  color: rgb(201, 203, 255);
  position: absolute;
  left: 356px;
  top: 93px;
}

.data3infomd {
  font-size: 15px;
  color: rgb(255, 255, 255);
  width: 100px;
  line-height: 1.25;
  text-align: center;
  position: absolute;
  left: 185px;
  top: 160px;
}

.data3infomd span {
  font-size: 24px;
  font-weight: bold;
}

.data4smmd {
  font-size: 18px;
  font-family: "Source Han Sans CN";
  color: rgb(192, 195, 255);
  display: inline-block;
  margin-left: 39px;
}

.data4smimg {
  display: inline-block;
}

.data4smmd,
.data4smimg {
  vertical-align: middle;
}

.data4smright {
  font-size: 18px;
  font-family: "Source Han Sans CN";
  color: rgb(192, 195, 255);
  float: right;
  margin-top: 10px;
  margin-right: 25px;
  letter-spacing: 2px;
}

.data4list {
  width: 420px;
  margin: 0 auto;
  margin-top: 70px;
  padding-left: 20px
}

.data4sm {
  margin-bottom: 27px;
}

.data4smright span {
  font-size: 26px;
}

.data4sm:nth-of-type(1) .data4smright span {
  color: #a859ff
}

.data4sm:nth-of-type(2) .data4smright span {
  color: #ff9745
}

.data4sm:nth-of-type(3) .data4smright span {
  color: #34abff
}

.data4sm:nth-of-type(4) .data4smright span {
  color: #6b89ff
}

.data5topinfo {
  width: 400px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: rgb(92, 111, 187);
  margin-left: 45px;
  margin-top: 20px;
}

.data5topinfo span {
  color: #a0aee6
}

.data5btimg {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  margin-top: 40px;
}

.data5btbox {
  width: 400px;
  height: 330px;
  margin: 0 auto;
  margin-top: 32px;
  position: relative;
}

.data5btinfo {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  line-height: 1.3;
  text-align: center;
  position: absolute;
  bottom: 420px;
}

.data5btinfo span {
  font-size: 28px;
}

#data5btinfo1 {
  left: 0px;
  top: 0px;
  color: rgb(217, 62, 117);
}

#data5btinfo2 {
  left: 0px;
  top: 100px;
  color: #1f7654;
}

#data5btinfo3 {
  left: 0px;
  bottom: 70px;
  color: #37ccbc;
}

#data5btinfo4 {
  right: 0px;
  top: 0px;
  color: #8f78f4;
}

#data5btinfo5 {
  right: 0px;
  top: 100px;
  color: #2da2fd;
}

#data5btinfo6 {
  right: 0px;
  bottom: 70px;
  color: #ffcc1c;
}

#data5btinfo7 {
  left: 126px;
  bottom: 70px;
  color: #de8536;
}

.data6map {
  width: 466px;
  height: 375px;
  position: absolute;
  right: 55px;
  top: 56px;
}

.bildding {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bildding .imgmoren,
.bildding .imghover {
  max-width: none;
}

.bildding .imgmoren {
  display: block;
}

.bildding .imghover {
  display: none;
}

.bildding:hover .imgmoren {
  display: none;
}

.bildding:hover .imghover {
  display: block;
}

.bildding .active .imgmoren {
  display: none;
}

.bildding .active .imghover {
  display: block;
}

#data6a0 {
  width: 42px;
  height: 76px;
  top: 105px;
  left: 103px;
  z-index: 99;
}

#data6a1 {
  top: 50px;
  left: 120px;
  width: 67px;
  height: 140px;
}

#data6a2 {
  bottom: 35px;
  left: 110px;
  width: 58px;
  height: 114px;
}

#data6b3 {
  top: 138px;
  right: 175px;
  width: 48px;
  height: 65px;
}

#data6b4 {
  top: 235px;
  right: 175px;
  width: 54px;
  height: 78px;
}

#data6b6 {
  bottom: 55px;
  right: 128px;
  width: 49px;
  height: 62px;
  ;
  z-index: 1
}

#data6b7 {
  bottom: 125px;
  right: 85px;
  width: 49px;
  height: 64px;
  z-index: 1
}

#data6c1 {
  bottom: 30px;
  right: 48px;
  width: 84px;
  height: 127px;
}

.data6news {
  background: url(../image/datasixnewsbox.png) no-repeat center;
  width: 345px;
  height: 358px;
  margin-top: 30px;
  margin-left: 25px;
}

.data6newstitle {
  font-size: 16px;

  color: rgb(38, 245, 239);
  margin: 0 auto;
  width: 280px;
  padding-top: 40px;
}

.data6newstitle img,
.data6newstitle span {
  vertical-align: middle;
}

.data6newstitle span {
  margin-left: 15px;
}

.data6newstitleright {
  display: inline-block;
  ;
  float: right;
  margin-top: 1px;
}

.data6newslist {
  margin: 0 auto;
  width: 280px;
}

.data6newssmtit {
  font-size: 14px;

  color: rgb(242, 156, 159);
  line-height: 1.2;
}

.data6newssminfo {
  font-size: 14px;

  color: rgb(38, 245, 239);
  line-height: 1.714;
  margin-top: 10px;
}

.data6newslist {
  margin-top: 28px;
  height: 234px;
  position: relative;
}

.data6newssm {
  height: 72px;
  margin-bottom: 45px;
  position: relative;
}

.data6newssmrb {
  border-width: 1px;
  border-color: rgb(86, 255, 213);
  border-style: solid;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 4px;
  text-align: center;
  line-height: 19px;
  height: 19px;
  font-size: 14px;
  color: rgb(0, 255, 255);
  font-weight: bold;
}

.data6newslist::-webkit-scrollbar {
  background: transparent;
  width: 6px;
  display: none;
}

.data6newslist::-webkit-scrollbar-thumb {
  background: #121b3f;
  display: none;
}

.data6newslist .swiper {
  height: 100%;
}

.data6newslist .swiper-wrapper {
  flex-direction: column;
}

.data6newslist .swiper-button-next {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0px;
  top: -23px;
  z-index: 2;
  border: none;
  outline: none;
  background: transparent
}

@media (max-width: 1850px) {
  .datalist {
    width: 1342px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .datatwo {
    width: 570px;
    float: right;
    margin-right: 40px;
  }

  .dataone {
    width: 670px;
    margin-left: 40px;
  }

  .datathree {
    width: 564px;
    margin-left: 142px;
  }

  .datafour {
    width: 465px;
    height: 460px;
    margin-left: 0px;
    margin-top: 0px;
    float: right;
    margin-right: 144px;
  }

  .datafive {
    width: 467px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .datasix {
    margin-left: 0px;
    margin-top: 0px;
    width: 874px;
    float: right;
    margin-right: -10px;
  }

  .datasmtitle {
    text-align: left;
    margin-left: 20px;
  }

  .backindex {
    top: 22px;
  }

  .data4sm {
    text-align: left;
  }
}

.video-wrapper {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgba(0, 0, 0, 0.9);
}

.video-wrapper-close {
  position: absolute;
  top: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
  background-color: #0D683F;
  font-size: 20px !important;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 480px) {
  .video-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-wrapper-close {
    font-size: 14px !important;
    padding: 10px;
  }
}

.videoel-player {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
}

.video-text {
  cursor: pointer;
}

.banner-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9;
}

.banner-search .banner-s-inner {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 602px;
}

.banner-s-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 58px;
}

.banner-search .iconfont {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}

.banner-search .s-inner-t {
  font-size: 28px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.banner-search .banner-s-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 58px;
  padding: 0 10px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.banner-s-input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
}

.banner-s-input .s-icon {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
}

.s-icon a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/b-search.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.search-container {
  margin-top: 70px;
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .banner-s-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-s-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  .nav-s-input input {
    width: 100%;
    height: 35px;
    outline: none;
    border-radius: 4px;
    border: 0;
    margin-right: 10px;
  }

  .nav-s-input .s-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }

  .nav-s-input .s-icon a {
    padding: 0 !important;
  }
}


@media (max-width: 480px) {
  .banner-search {}

  .banner-s-inner {
    max-width: 100% !important;
  }

  .banner-s-title {
    margin-bottom: 15px;
  }

  .banner-s-title .iconfont {
    font-size: 12px;
  }

  .s-inner-t {
    font-size: 14px !important;
  }

  .banner-s-input {
    height: 35px !important;
  }

  .banner-s-input input {
    font-size: 12px;
  }

  .banner-s-input .s-icon {
    width: 14px;
    height: 14px;
  }

  .search-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-s-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  .nav-s-input input {
    width: 100%;
    height: 35px;
    outline: none;
    border-radius: 4px;
    border: 0;
    margin-right: 10px;
  }

  .nav-s-input .s-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
  }

  .nav-s-input .s-icon a {
    padding: 0 !important;
  }
}


.title-container {
  position: relative;
}

.title-inner {
  position: absolute;
  bottom: 0;
  right: 0;
}

.inner-left {
  position: absolute;
  left: -25px;
  bottom: 100%;
  width: 25px;
  height: 25px;
  background-color: #146E4B;
}

.inner-right {
  width: 25px;
  height: 25px;
  background-color: #EBB687;
}

.p3 .inner-left {
  background-color: #fff;
}

.p3 .inner-right {
  background-color: #EBB687;
}

.sup-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 60px;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.sup-container.phase1 {
  background-image: url(../image/sup-bg-01.jpg);
  background-repeat: no-repeat;
}

.sup-container.phase1 .sup-right {
  background-image: url(../image/sup-right-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
}

.sup-container.phase2 {
  background-image: url(../image/sup-bg-02.jpg);
  background-repeat: no-repeat;
}

.sup-container.phase2 .sup-right {
  background-image: url(../image/sup-right-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
}

.sup-container.phase3 {
  background-image: url(../image/sup-bg-03.jpg);
  background-repeat: no-repeat;
}

.sup-container.phase3 .sup-right {
  background-image: url(../image/sup-right-03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
}

.sup-right {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.sup-right>img {
  display: block;
  width: 100%;
  height: 100%;
}

.sup-right .sup-nav {
  padding: 15px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sup-nav li {
  display: flex;
  font-size: 0;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 190px;
  margin: 2% 0;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  transition: all .3s linear;
}

.empty-nav {
  background-color: transparent !important;
}

.sup-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sup-nav li a span {
  margin-top: 20px;
  font-size: 18px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  transition: all .3s linear;
}

.sup-nav li a img {
  display: block;
  transition: all .3s linear;
}

.sup-nav li:hover:not(.empty-nav) {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.sup-nav li:hover a img {
  transform: scale(1.05);
}

.sup-nav li:hover a span {
  transform: scale(1.05) translateY(-2px);
}

@media (max-width: 1800px) {
  .sup-nav li {
    height: 160px;
  }

  .sup-right {
    min-height: 595px !important;
  }
}

@media (max-width: 1600px) {
  .sup-nav li {
    height: 140px;
  }

  .sup-right {
    min-height: 524px !important;
  }
}

@media (max-width: 1400px) {
  .sup-right .sup-nav {
    padding: 10px 35px;
  }

  .sup-nav li {
    height: 120px;
  }

  .sup-nav li a span {
    font-size: 14px;
  }

  .sup-right {
    min-height: 452px !important;
  }
}

@media (max-width: 1200px) {
  .sup-right .sup-nav {
    padding: 10px 20px;
  }

  .sup-nav li {
    height: 120px;
  }

  .sup-nav li a span {
    font-size: 13px;
  }

  .sup-right {
    min-height: 445px !important;
  }
}

@media (max-width: 992px) {
  .sup-container {
    margin-top: 40px;
  }

  .sup-right {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .sup-container {
    border-radius: 12px;
  }

  .title-inner {
    display: none;
  }

  .sup-right {
    width: 100%;
  }

  .sup-nav li a span {
    font-size: 12px;
  }

  .sup-nav li {
    height: 100px;
  }

  .sup-right {
    min-height: auto !important;
  }

  .sup-nav {
    padding: 15px !important;
  }

  .sup-nav li {
    width: 32%;
    margin: 1% 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
  }

  .sup-nav li a img {
    display: block;
    height: 35px;
    width: auto;
  }

  .sup-nav li a span {
    padding: 0 4px;
    margin-top: 8px;
    line-height: 1.5;
    text-align: center;
  }
}

.home-line {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.a-page {
  display: flex;
  padding: 15px 0;
}

.a-page .page-i::after {
  content: '>';
  padding: 0 8px;
}

.a-page .page-i a {
  font-size: 18px;
  color: #333333;
  font-weight: 500;

}

.a-page .page-i:nth-last-child(1)::after {
  display: none;
}

.a-page .page-i:hover a {
  color: #0D683F;
}

.page-i--active a {
  color: #0D683F;
}

@media (max-width: 992px) {
  .a-page {
    padding: 10px 0;
  }

  .a-page .page-i::after {
    padding: 0 4px;
  }

  .a-page .page-i a {
    font-size: 14px;
  }
}


.links-wrap {
  padding: 120px 0;
}

.links-wrap h3 {
  font-size: 38px;
  color: #090C10;
}

.links-wrap .links-swiper {
  margin-top: 50px;
}

.links-wrap .links-swiper .swiper-slide {
  width: auto;
  padding: 0 20px;
}

.links-wrap .links-swiper .swiper-slide>a {
  display: block;
}

.links-wrap .links-swiper .swiper-wrapper {
  align-items: center;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}


.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 20px 50px;
  background-color: #E2C58B;
  cursor: pointer;
  transition: all .3s linear;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  left: -150%;
  top: 50%;
  width: 150%;
  height: 150%;
  border-radius: 99px;
  transform: translateY(-50%);
  background-color: #0D683F;
  transition: all .4s linear;
  z-index: -1;
}

.button>span {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
}

.button:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
}

.button:hover::after {
  left: -10%;
}



.btn--outline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 20px 50px;
  border: 1px solid #E2C58B;
  cursor: pointer;
}

.btn--outline:hover {}

.btn--outline>span {
  font-size: 18px;
  font-weight: 500;
  color: #E2C58B;
  line-height: 1;
}



























@media (max-width: 1800px) {
  .navMenu .menubar {
    font-size: 16px;
  }

  .nav-contact a {
    font-size: 14px;
    padding: 7px 15px;
  }

  .tit01 img {
    height: 170px;
    object-fit: contain;
  }

  .banner-checkin-tips h3 {
    font-size: 32px;
  }

  .banner-checkin-tips {
    font-size: 14px;
  }

  .park-news-img {
    height: 160px;
  }

  .intro-items {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .intro-items li {
    text-align: center;
    padding: 15px 0;
    width: auto;
  }

  .intro-items li h3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
  }

  .intro-items li h3 img {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .intro-items li h2 {
    font-size: 20px;
  }
  
}

@media (max-width: 1600px) {
  .banner-checkin-tips h3 {
    font-size: 26px;
  }

  .banner-checkin-tips {
    font-size: 14px;
  }


  .service-title {
    font-size: 32px;
  }

  .service-list ul li a {
    font-size: 20px;
    padding: 50px 15px;
  }

  .banner-video {
    overflow: hidden;
    height: 667px;
    width: 1600px;
  }

  .news-swiper .swiper-slide {
    padding: 0 15px;
  }

  .park-news-img {
    height: 150px;
  }

  .park-news-info {
    padding: 15px;
  }

  .news-control {
    font-size: 32px;
  }
}

@media (max-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-header::before {
    width: 30px;
  }

  .header-container {
    height: 100px;
  }

  .nav-header {
    height: 100px;
  }

  .brand-header {
    padding: 24px 20px 24px 0;
  }

  .brand-logo {
    width: 260px;
    height: 52px;
  }

  .nav-box {
    padding-left: 15px;
  }

  .banner-checkin-box {
    width: 21%;
  }

  .banner-checkin-info {
    right: 30px;
  }

  .banner-video {
    width: 1440px;
    height: 597px;
  }

  .bar-checkin {
    font-size: 18px;
    padding-right: 40px;
  }

  .bar-checkin::after {
    width: 14px;
    height: 16px;
    margin-top: -8px;
  }

  .intro-title {
    font-size: 28px;
  }

  .home-title h3,
  .links-wrap h3 {
    font-size: 26px;
  }


  .news-tabs li a {
    font-size: 20px;
  }

  .pro-title-group {
    font-size: 16px;
  }

  .pro-title-group h3 {
    font-size: 28px;
  }

  .phase-title {
    font-size: 16px;
  }

  .phase-title h3 {
    font-size: 20px;
  }

  .service-title {
    font-size: 26px;
    padding-top: 30px;
  }

  .service-list ul li a {
    font-size: 18px;
    padding: 30px 10px;
  }

  .bio-title-info h3 {
    font-size: 18px;
  }

  .party-build-title img {
    height: 28px;
    width: auto
  }

  .party-build-desc {
    font-size: 16px;
  }

  .party-build-items li {
    font-size: 16px;
    padding: 15px 0;
  }

  .party-build-items li img {
    height: 32px;
  }

  .party-decorate {
    height: 50px;
  }

  .btm-zszx {
    font-size: 14px;
  }

  .btm-zszx h2 {
    font-size: 26px;
  }

  .btm-zszx ul li h3 {
    font-size: 16px;
    line-height: 1.4
  }

  .bbg-icon {
    transform: scale(0.8)
  }

  .park-special-box,
  .links-wrap {
    padding: 90px 0;
  }

  .park-news-img {
    height: 136px;
  }

  .park-news-info {
    padding: 10px 0 16px 0;
  }

  .park-news-desc {
    margin: 12px 0;
  }

  .park-news-other {
    padding: 12px 0;
  }

  .park-specials {
    margin-left: -20px;
    margin-right: -20px;
  }

  .park-specials li {
    padding: 10px 20px;
  }

  .banner-checkin-box::before {
    transform: scale(0.6)
  }

  .intro-info {
    padding-right: 60px;
  }

  .intro-items {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }

  .news-control {
    font-size: 28px;
    padding-left: 30px;
  }

  .news-swiper .swiper-button-next {
    left: 30px;
  }

  .news-swiper .swiper-button-prev {
    left: 30px;
  }

  .news-swiper .swiper-pagination {
    left: 30px;
  }

  .news-swiper {
    padding-left: 20%;
  }

  .news-swiper .swiper-slide {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-header::before {
    width: 15px;
  }

  .nav-box {
    padding-left: 0;
  }

  .nav-lang a {
    font-size: 12px !important;
    background-size: 16px 16px;
    padding-left: 20px !important;
  }

  .nav-search a {
    width: 24px;
    height: 24px;
    background-size: 18px 18px;
  }

  .nav-contact a {
    padding: 2px 10px;
    font-size: 12px;
  }

  .header-container {
    height: 70px;
  }

  .nav-header {
    height: 70px;
  }

  .brand-header {
    padding: 15px 20px 15px 0;
  }

  .brand-logo {
    width: 200px;
    height: 40px;
  }

  .nav-hbg .header-container {
    height: 70px;
  }

  .nav-hbg .nav-header {
    height: 70px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
  }

  .nav-hbg .nav-header .brand-logo {
    width: 200px;
    height: 40px;
  }

  .nav-hbg .brand-header {
    padding: 15px 20px 15px 0;
  }

  .navMenu .menubar {
    font-size: 14px;
  }

  .banner-video {
    width: 1200px;
    height: 499px;
  }

  .banner-checkin-box {
    width: 18%;
  }

  .bar-checkin {
    font-size: 16px;
  }

  .tit01 img {
    height: 100px
  }

  .banner-checkin-tips {
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .banner-checkin-tips h3 {
    font-size: 18px;
  }

  .intro-items {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-items li {
    padding: 0 8px;
  }

  .news-swiper .swiper-slide {
    width: 30%;
  }

  .park-bio-list {
    margin-left: -30px;
    margin-right: -30px;
  }

  .park-bio-list li {
    padding: 0 15px !important;
  }

  .party-build-info {
    width: 48%;
  }

  .park-specials {
    margin-left: -10px;
    margin-right: -10px;
  }

  .park-specials li {
    padding: 0 10px;
  }

  .party-build-title {
    margin-bottom: 20px;
  }

  .party-build-items {
    padding-top: 10px;
  }

  .party-build-items li {
    padding: 10px 0;
  }

  .service-title {
    font-size: 22px;
  }

  .service-list ul li a {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-header .container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-box {
    display: none;
  }

  .nav-header::before {
    display: none;
  }

  .header-container {
    height: 60px;
  }

  .nav-header {
    height: 60px;
  }

  .brand-header {
    padding: 10px;
  }

  .brand-logo {
    width: 201px;
    height: 40px;
  }

  .mob-navbtn {
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 10;
  }

  .nav-hbg .header-container {
    height: 60px;
  }

  .nav-hbg .nav-header {
    height: 60px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
  }

  .nav-hbg .brand-header {
    padding: 10px;
  }

  .nav-hbg .nav-header .brand-logo {
    width: 201px;
    height: 40px;
  }

  .navbtn {
    
    width: 40px;
    height: 30px;
    border: none;
    box-sizing: border-box;
    position: relative;
    z-index: 10000;
  }

  .navbtn i {
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    height: 2px;
    width: 30px;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

  .navbtn i:nth-child(2n) {
    top: 10px;
  }

  .navbtn i:nth-child(3n) {
    top: 20px;
  }

  .navbtn:hover i {
    width: 30px !important;
  }

  .navbtn.cur i {
    width: 28px;
    background: #ffffff;
  }

  .navbtn.cur i:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbtn.cur i:nth-child(2) {
    opacity: 0;
  }

  .navbtn.cur i:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mob-navbar-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 8;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    z-index: 9999;
  }

  .mob-navbar-nav::before {
    content: "";
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: -1;
  }

  @media (max-width: 992px) {
    .mob-navbar-nav::before {
      top: 60px;
    }
  }

  @media (max-width: 480px) {
    .mob-navbar-nav::before {
      top: 46px;
    }
  }

  .mob-navbar-nav ul {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
  }

  .mob-navbar-nav ul li {
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }

  .mob-navbar-nav ul li a {
    color: #242423
  }

  .mob-navbar-nav ul li h3::after {
    content: '+';
    position: absolute;
    top: 18px;
    right: 15px;
    color: #242423;
    font-size: 26px;
    line-height: 26px;
    margin-top: -10px;
    font-weight: lighter;
    transition: all 0.2s ease-out;
    z-index: 0;
  }

  .mob-navbar-nav ul li h3 {
    position: relative;
    z-index: 10;
  }

  .mob-navbar-nav ul li a {
    display: block;
    padding: 15px;
    color: #242423;
    font-size: 14px;
  }

  .mob-navbar-nav ul li a:active {
    background: rgba(245, 211, 37, 0.95);
  }

  .mob-navbar-nav ul .active h3 a {
    background: #faaf06;
  }

  .mob-sub {
    display: none;
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .mob-navbar-nav ul li .mob-sub a {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 8px;
    font-size: 12px;
  }

  .mob-nav-open .mob-sub {
    display: block;
  }

  .mob-nav-open h3::after {
    transform: rotate(-45deg);
  }

  .intro-box {
    flex-direction: column;
  }

  .intro-info {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  }

  .intro-video {
    width: 100%;
    padding: 15px;
  }

  .banner-video {
    width: 992px;
    height: 411px;
  }

  .enterprises-list li {
    padding: 10px;
  }

  .news-control {
    width: 25%;
  }

  .news-swiper {
    padding-left: 20%;
  }

  .news-swiper .swiper-slide {
    width: 38%;
    padding: 0 10px;
  }

  .park-news-img {
    height: 120px;
  }

  .park-news-button {
    bottom: 0;
  }

  .park-news-button span {
    transform: translateY(0)
  }

  .park-bio-box {
    background-size: 300px auto;
    padding-top: 60px;
  }

  .park-bio-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .park-bio-list li {
    padding: 0 15px;
  }

  .party-build-title {
    margin-bottom: 10px;
  }

  .party-build-title img {
    height: 16px;
  }

  .party-build-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-left: 30px;
  }

  .party-build-items {
    padding-top: 10px;
  }

  .party-build-items li {
    font-size: 12px;
    padding: 6px 0;
  }

  .party-build-items li img {
    height: 16px;
    margin-bottom: 2px;
  }

  .excellent-projects {
    padding: 60px 0;
  }

  .news-box {
    padding: 60px 0;
  }

  .news-control {
    top: 120px;
    bottom: 20px;
    font-size: 24px;
  }

  .news-tabs {
    padding-bottom: 50px
  }

  .park-service {
    flex-direction: column;
  }

  .service-title {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .intro-items li h3 {
    padding-bottom: 12px;
  }

  .service-list ul li {
    width: 20%;
    padding: 15px;
    flex-direction: column;
  }

  .news-swiper .swiper-pagination {
    font-size: 20px;
    padding-right: 20px;
  }

  .news-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 32px;
  }

  .park-special-box,
  .links-wrap {
    padding: 50px 0;
  }

  .bbg {
    padding-top: 40px;
  }

  .btm-zszx {
    padding: 0 20px 0 0;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .btm-zszx h2 {
    font-size: 20px;
  }

  .btm-zszx ul li h3 {
    font-size: 16px;
  }

  .qrimg {
    font-size: 12px;
    width: 110px;
    white-space: nowrap;
    text-align: center;
    margin-top: 46px;
  }

  .btm-top::after {
    display: none;
  }

  .links {
    padding-right: 0;
  }

  .footer {
    padding: 20px 0;
    border-top: 1px solid #ffffff;
  }

  .footer::before {
    display: none;
  }

  .bbg-icon {
    transform: scale(0.5);
  }

  .f-logo {
    display: none;
  }

  .bar-more {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    height: 46px;
  }

  .nav-header {
    height: 46px;
  }

  .brand-header {
    padding: 8px;
  }

  .brand-logo {
    width: 151px;
    height: 30px;
  }

  .nav-hbg .header-container {
    height: 46px;
  }

  .nav-hbg .nav-header {
    height: 46px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
  }

  .nav-hbg .brand-header {
    padding: 8px;
  }

  .nav-hbg .nav-header .brand-logo {
    width: 151px;
    height: 30px;
  }

  .mob-navbtn {
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 10;
  }

  .navbtn {
    
    width: 30px;
    height: 20px;
    border: none;
    box-sizing: border-box;
    position: relative;
    z-index: 10000;
  }

  .navbtn i {
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    height: 2px;
    width: 22px;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

  .navbtn i:nth-child(2n) {
    top: 8px;
  }

  .navbtn i:nth-child(3n) {
    top: 16px;
  }

  .navbtn:hover i {
    width: 22px !important;
  }

  .navbtn.cur i {
    width: 20px;
    background: #FFF;
  }

  .navbtn.cur i:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbtn.cur i:nth-child(2) {
    opacity: 0;
  }

  .navbtn.cur i:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mob-navbar-nav {
    top: 46px;
  }

  .enterprises-list li {
    width: 33.333%;
    padding: 10px;
    height: 80px;
  }

  .banner-video {
    width: 480px;
    height: 199px;
  }

  .banner-checkin-box {
    display: none;
  }

  .intro-box {
    padding: 0px 0;
  }

  .intro-title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .intro-desc {
    font-size: 14px;
  }

  .intro-items {
    flex-wrap: wrap;
  }

  .intro-items li {
    width: 50%;
    padding: 10px;
  }

  .phase-wrapper .phase-inner {
    padding-top: 0;
    width: 100%;
    position: relative;
  }

  .phase-bg {
    display: none;
  }

  .phase-inner::before {
    display: none;
  }

  .phase-inner::after {
    display: none;
  }

  .phase-list {
    flex-direction: column;
    position: relative;
  }

  .phase-list .phase-card {
    width: 100%;
  }

  .phase-list .phase-card-bg {
    position: relative;
    height: 30vh;
  }

  .news-control {
    display: none;
  }

  .news-swiper {
    padding-left: 0;
  }

  .news-swiper .swiper-slide {
    width: 65%;
  }

  .service-title {
    font-size: 20px;
  }

  .service-list ul li {
    width: 25%;
    font-size: 14px;
    padding: 10px 5px;
    white-space: nowrap;
  }

  .pro-title-group {
    padding-bottom: 20px;
    font-size: 12px;
  }

  .pro-title-group p {
    padding: 0 15%;
    line-height: 1.4
  }

  .pro-title-group h3 {
    font-size: 20px;
  }

  .pro-title-group h3 span {
    display: block;
    margin: 0 auto;
  }

  .excellent-projects {
    padding: 30px 15px 15px 15px;
  }

  .news-box {
    padding: 15px 0 80px 0;
  }

  .news-tabs {
    padding-bottom: 20px;
  }

  .news-tabs li {
    padding: 0 12px;
  }

  .news-tabs li a {
    font-size: 16px;
  }

  .news-swiper .swiper-pagination {
    left: auto;
    right: 15px;
    bottom: 15px;
    top: auto;
    font-size: 16px;
  }

  .news-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 26px
  }

  .news-swiper .swiper-button-next {
    left: 60px;
    top: auto;
    bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0);
    width: 40px;
    height: 40px;
  }

  .news-swiper .swiper-button-prev {
    left: 15px;
    top: auto;
    bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0);
    width: 40px;
    height: 40px;
  }

  .news-swiper .swiper-button-next:hover,
  .news-swiper .swiper-button-prev:hover {
    border: 2px solid rgba(255, 255, 255, 0);
  }

  .park-bio-box {
    padding: 30px 15px;
  }

  .park-bio-list {
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    padding: 10px 0;
  }

  .park-bio-list li {
    width: 50%;
    padding: 8px;
  }

  .bio-title-info h3 {
    font-size: 14px;
  }

  .party-build-box {
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .party-build-map {
    position: relative;
  }

  .party-bg {
    display: none;
  }

  .party-build-info {
    position: relative;
    background: url(../image/party_bg.png) no-repeat right;
    background-size: 120% 100%;
    width: 100%;
    padding: 15px;
    right: 0;
    z-index: 0;
    box-sizing: border-box;
  }

  .party-decorate {
    height: 40px;
  }

  .party-build-title {
    margin-left: 0;
  }

  .party-build-desc {
    margin-left: 0;
  }

  .idq {
    width: 22%;
  }

  .iflag {
    display: none;
  }

  .party-build-items {
    margin-left: 0;
    margin-right: 0;
  }

  .party-build-items li {
    width: 33.333%;
  }

  .park-special-box,
  .links-wrap {
    padding: 15px;
  }

  .home-title h3,
  .links-wrap h3 {
    font-size: 18px;
  }

  .park-specials {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
  }

  .park-specials li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
  }

  .park-specials li .bar-arrow {
    display: none;
  }

  .specials-poster {
    margin-bottom: 10px;
  }

  .park-specials li h3 {
    font-size: 14px;
  }

  .btm-top {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .btm-zszx ul {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .btm-zszx ul li {
    width: 100%;
    padding: 0;
  }

  .bbg-icon {
    transform: scale(0.3)
  }

  .intro-video-player::before {
    top: 6px;
    left: 6px;
    width: 20px;
    height: 16px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }

  .video-player::before {
    width: 20px;
    height: 16px;
    top: 6px;
    right: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .video-player::after {
    width: 20px;
    height: 16px;
    bottom: 6px;
    right: 6px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .intro-video-player::after {
    width: 20px;
    height: 16px;
    bottom: 6px;
    left: 6px;
    background-size: cover;
  }

  .btn-play {
    transform: scale(0.5)
  }

  .vid-pwi {
    transform: translate(-50%, -50%) scale(0.5)
  }

  .bar-more {
    transform: scale(0.9)
  }

  .bar-more2 {
    transform: scale(0.9)
  }

  .intro-items li h2 {
    font-size: 18px;
  }

  .phase-title h3 {
    font-size: 18px;
  }

  .phase-more {
    padding: 3px 15px;
  }

  .bbg {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .qrimg {
    margin-top: 15px;
  }

  .bbg-icon {
    display: none;
  }

  .service-list ul li {
    width: 25%;
    padding: 0;
  }

  .service-list ul li span {
    transform: scale(0.8)
  }

  .service-list ul li a {
    flex-direction: column;
    padding: 10px;
  }

  .service-title {
    padding-bottom: 0;
  }
}


@keyframes rotateEffect {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.pb-service {
  width: 100%;
  height: 724px;
  background-image: url(../image/pb_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}