/* Consolidated stylesheet: tourism.css. Generated from legacy CSS files. */

/* ===== index.css ===== */
@charset "UTF-8";


/* ===== tourismHeader.css ===== */



.site-header-tourism .safe-area-top {
  padding-top: calc(constant(safe-area-inset-top) + 1px);
  padding-top: calc(env(safe-area-inset-top) + 1px);
}

.site-header-tourism .safe-area-bottom {
  padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
  padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.site-header-tourism.box-width {
  min-width: 1426px;
  max-width: 1920px;
}

@keyframes moveRight1 {
  0% {
    transform: scale(1) !important
  }

  50% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

.site-header-tourism #header {

  width: 100%;

  height: 700px;

  /* min-height: 450px; */

  background: url(../tourism/bg.jpg) no-repeat;

  background-size: 100% 126%;

  display: block;

  /* flex-direction: column;
    justify-content: space-between; */

  position: relative;
}

.site-header-tourism #header .site-header__top {
  background: url(../images/top.png) no-repeat center top;
  background-size: 100% 100%;
}

.site-header-tourism #header .site-header__top .site-header__inner {
  /*width: 1426px;*/
  width: 1590px;
  height: 87px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header-tourism #header .site-header__top .site-header__inner .logo {
  height: 67px;
}

.site-header-tourism #header .site-header__top .site-header__inner .search-group {
  display: flex;
  align-items: center;
}

.site-header-tourism #header .site-header__top .site-header__inner .search-group .search {
  width: 405px;
  height: 40px;
  border: 1px solid #2f7084;
  border-radius: 100px;
  display: flex;
}

.site-header-tourism #header .site-header__top .site-header__inner .search-group .search input {
  background: none;
  border: none;
  flex: 1;
  padding: 0 16px;
  font-family: 'Gilroy-Light';
}

.site-header-tourism #header .site-header__top .site-header__inner .search-group .search input::placeholder {
  color: #256073;
  font-family: Gilroy-Regular;
}

.site-header-tourism #header .site-header__top .site-header__inner .search-group .search button {
  background: none;
  width: 50px;
  border: 0;
  cursor: pointer;
  background: url(../images/search_btn.png) no-repeat center center;
}

.site-header-tourism #header .site-header__top .site-header__inner .search-group .vertical {
  height: 49px;
  border-left: 1px solid #2f7084;
  margin: 0 30px;
}

.site-header-tourism #header .site-header__top .site-header__inner .search-group .mailbox {
  color: #191e23;
  line-height: 40px;
  font-family: Gilroy-Regular;
  font-weight: bold;
}

.site-header-tourism #header .site-header__top .phone-nav-btn {
  display: none;
}

.site-header-tourism #header .nav {
  width: 100%;
  height: 113px;
  margin: 0 auto;
  position: absolute;

}

.site-header-tourism #header .nav ul {
  width: 1100px;
  height: 100%;
  margin-left: 35%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 10px;
}

.site-header-tourism #header .nav ul li {
  margin-right: 25px;
}

.site-header-tourism #header .nav ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  font-family: Gilroy-Medium;
  padding: 0 2px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin: 0 5px;
}

.site-header-tourism #header .nav ul li:not(.nav-active) a:hover {
  animation-name: rubberBand;
  color: blue;
  padding-bottom: 10px;
  border-bottom: 5px solid blue;
}

.site-header-tourism .header-bottom {
  width: 100%;
  height: 167px;
  background-image: url(../tourism/headerBottom.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8%;
}

.site-header-tourism #footer {
  background: #0b358e;
}

.site-header-tourism #footer .footer-container {
  position: relative;
  width: 1426px;
  margin: 0 auto;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header-tourism #footer .footer-container .footer-logo {
  position: absolute;
  left: 0;
  width: 218px;
  height: 129px;
}

.site-header-tourism #footer .footer-container dl {
  line-height: 40px;
}

.site-header-tourism #footer .footer-container dl dd {
  color: #fff;
  text-align: center;
  font-family: tahoma;
}

.site-header-tourism #js-go-top {
  position: fixed;
  width: 66px;
  height: 66px;
  max-width: 66px;
  max-height: 66px;
  right: 5%;
  bottom: 95px;
  z-index: 999;
  cursor: pointer;
  background: url(../images/icon_top.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
}



@media screen and (max-width: 980px) {
  .site-header-tourism.box-width {
    min-width: auto;
    max-width: initial;
  }

  .site-header-tourism #header {
    background-size: 100% 100%;
    min-height: inherit;
    height: 25vh;
  }

  .site-header-tourism #header .site-header__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    padding: 10px;
  }

  .site-header-tourism #header .site-header__top .site-header__inner {
    width: 100%;
    height: 40px;
  }

  .site-header-tourism #header .site-header__top .site-header__inner .logo {
    height: 30px;
  }

  .site-header-tourism #header .site-header__top .site-header__inner .search-group {
    flex: 1;
    overflow: hidden;
  }

  .site-header-tourism #header .site-header__top .site-header__inner .search-group .search {
    width: auto;
    flex: 1;
    height: 30px;
    min-width: 1%;
    display: none;
  }

  .site-header-tourism #header .site-header__top .site-header__inner .search-group .search input {
    min-width: 1%;
  }

  .site-header-tourism #header .site-header__top .site-header__inner .search-group .vertical {
    display: none;
  }

  .site-header-tourism #header .site-header__top .site-header__inner .search-group .mailbox {
    display: none;
  }

  .site-header-tourism #header .site-header__top .phone-nav-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-header-tourism #header .site-header__top .phone-nav-btn .search {
    width: 250px;
    height: 30px;
    border: 1px solid #2f7084;
    border-radius: 100px;
    display: flex;
  }

  .site-header-tourism #header .site-header__top .phone-nav-btn .search input {
    background: none;
    border: none;
    flex: 1;
    padding: 0 16px;
  }

  .site-header-tourism #header .site-header__top .phone-nav-btn .search input::placeholder {
    color: #256073;
    font-family: Gilroy-Regular;
  }

  .site-header-tourism #header .site-header__top .phone-nav-btn .search button {
    background: none;
    width: 50px;
    border: 0;
    cursor: pointer;
    background: url(../images/search_btn.png) no-repeat center center;
  }



  .site-header-tourism #header .site-header__top .phone-nav-btn span {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Gilroy-Bold;
    font-size: 18px;
    color: #256073;
  }

  .site-header-tourism #header .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: max-content;
    z-index: 9999;
    height: calc(100% - 115px);
    background: #256073;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
  }

  .site-header-tourism #header .nav.navShow {
    transform: translateY(0%);
    opacity: 1;
  }

  .site-header-tourism #header .nav ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: white;
    margin: 0;
  }

  .site-header-tourism #header .nav ul li {
    min-height: 40px;
    display: flex;
    align-items: center;
    z-index: 999;
    margin-right: 0px;
  }

  .site-header-tourism .header-bottom {
    height: 10vh;
    background-size: 100% 100%;
    bottom: 0;
    display: none;
  }

  .site-header-tourism #footer {
    width: 100%;
  }

  .site-header-tourism #footer .footer-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .site-header-tourism #footer .footer-container .footer-logo {
    position: initial;
    width: auto;
    height: 20vw;
    margin: 20px 0;
  }

  .site-header-tourism #js-go-top {
    width: 12vw;
    height: 12vw;
    bottom: 5%;
  }
}

/* ===== tourism.css ===== */



.tourism-home .main1 {
  margin-top: -100px;
  /* z-index: 999; */
  position: relative;
}

.tourism-home .main1 h1 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  text-align: center;
}


.tourism-home .main1 h1 a {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  text-align: center;
}

.tourism-home .main1 .main1-swiper {
  width: 1422px;
  margin: 0 auto;
  margin-top: 60px;
  height: 700px;
  position: relative;
}

.tourism-home .main1 .swiper {
  width: 100%;
  height: 100%;
}

.tourism-home .main1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}

.tourism-home .main1 .swiper-slide .hidenBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tourism-home .main1 .swiper-slide .hidenBg:hover {
  cursor: pointer;
}

.tourism-home .swiper-slide-thumb-active .hidenBg {
  display: none !important;
}

.tourism-home .main1 .swiper-slide .hidenBg span {
  z-index: 30;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.tourism-home .main1 .mySwiper2 {
  height: 503px;
  width: 100%;
  border: 2px solid #DAE9FF;
  margin-bottom: 26px;
}

.tourism-home .main1 .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .swiper-slide a {
  width: 50%;
  height: 100%;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .swiper-slide a:hover {
  color: #1248bb;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: left;
  padding-left: 48px;
  overflow: hidden;
  padding-right: 35px;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body h2 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-top: 66px;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body h2 a {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 18px;
  color: #1F1F1F;
  margin-bottom: 15px;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body h2:hover {
  color: #1575FF;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body .hero-slide__summary:hover {
  color: #1575FF;
}

.tourism-home.content {
  width: 100%;
  margin: 0 auto;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .swiper-slide a img {
  width: 100% !important;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-name: moveRight1;
  animation-name: moveRight1;
}

.tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body .zhanwei {
  width: 31px;
  height: 6px;
  background: #3963AE;
  margin-top: 20px;
  margin-bottom: 42px;
}


.tourism-home .main1 .mySwiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.tourism-home .main1.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.tourism-home .main1 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.tourism-home .main1 .swiper .tourism-next,
.tourism-home .main1 .swiper .tourism-prev {
  position: absolute;
  top: 20px;
  margin: 0;
  width: 24px;
  height: 24px;
  color: #fff;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 2px solid #fff;
}

.tourism-home .main1 .swiper .tourism-next {
  right: calc(100% - 690px + 20px);
  background: #0f5b83;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.tourism-home .main1 .swiper .tourism-prev {
  right: calc(100% - 680px + 50px);
  background: #0f5b83;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.tourism-home .main1 .swiper .tourism-next:hover {
  background: #ff770f;
  background-image: url(../images/right_hover.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.tourism-home .main1 .swiper .tourism-prev:hover {
  background: #ff770f;
  background-image: url(../images/left_hover.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}



.tourism-home .main1 .swiper .swiper-button-next.next:after {
  background: url(../images/right.png) no-repeat center top;
}

.tourism-home .main1 .swiper .swiper-button-prev.prev:after {
  background: url(../images/left.png) no-repeat center top;
}



.tourism-home .swiperText {
  overflow: hidden !important;
}

.tourism-home .bottomPrev {
  left: var(--swiper-navigation-sides-offset, -49px) !important;
}

.tourism-home .bottomNext {
  right: var(--swiper-navigation-sides-offset, -54px) !important;
}

.tourism-home .slidebox {
  width: 268px !important;
}

.tourism-home #main {
  width: 1426px;
  margin: 0 auto;
}

.tourism-home .main2 {
  width: 100%;
  margin-top: 30px;
}

.tourism-home .main2 h1 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  text-align: center;
}

.tourism-home .tourism-feature-grid {
  width: 100%;
  margin-top: 81px;
}

.tourism-home .tourism-feature-grid .tourism-feature-card.tourism-feature-card--top {
  margin-left: 244px;
  display: flex;
  flex-wrap: wrap;
}

.tourism-home .tourism-feature-grid .tourism-feature-card__image a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: all 300ms;
}

.tourism-home .tourism-feature-grid .tourism-feature-card__image {
  width: 414px;
  height: 380px;
  margin-left: 19px;
}

.tourism-home .tourism-feature-grid .tourism-feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.tourism-home .bottomNext,
.tourism-home .bottomPrev {
  top: var(--swiper-navigation-top-offset, 86%) !important;
}

.tourism-home .tourism-feature-grid .tourism-feature-card.tourism-feature-card--top .tourism-feature-card__image:nth-child(1) {
  width: 538px;
  height: 380px;
  margin: 0;
}

.tourism-home .tourism-feature-card.tourism-feature-card--bottom {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
}

.tourism-home .tourism-feature-card.tourism-feature-card--bottom .tourism-feature-card__image:nth-child(1) {
  width: 784px !important;
  height: 381px !important;
  margin: 0;
}

.tourism-home .relativeBox {
  position: relative;
}

.tourism-home .topMore:hover {
  border-color: rgb(21, 117, 255);
  color: rgb(21, 117, 255);
}

.tourism-home .absoluteText {
  position: absolute;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 56px;
  color: #FFFFFF !important;
  z-index: 10;
  top: 30%;
  text-align: left !important;
  width: 329px;
  left: 41%;
}

.tourism-home .absoluteText .absoluteText-more {
  width: 80px;
  height: 23px;
  background: #6EA8FC;
  border-radius: 10px;
  opacity: 0.6;
  font-family: Gilroy;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 30px;
}

.tourism-home .hoverBox {
  position: relative;

}

.tourism-home .hoverBox:hover .beiHoverBox {
  display: block;
  animation: fade-in-out 2s infinite;
}

.tourism-home .hoverBox:hover img {
  transform: scale(1.1);
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.tourism-home .beiHoverBox {
  display: none;
  position: absolute;
  width: 350px;
  height: 315px;
  background-image: url(../tourism/orangeBg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* 50%为自身尺寸的一半 */
  text-align: center;
}

.tourism-home .tourism-feature-card__caption {
  width: 100%;
  height: 100%;
  /* line-height: 315px; */
  display: flex;
  align-items: center;
  color: white;
  font-size: 34px;

}

.tourism-home .main3 {
  width: 100%;
  text-align: center;
  margin-top: 105px;
  height: auto;
  margin-bottom: 50px;
  overflow: hidden;
}

.tourism-home .main3 h1 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  margin-bottom: 50px;
}

.tourism-home .main3 h1 a {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  margin-bottom: 50px;
}


.tourism-home .main-center {
  display: flex;
  width: 1422px;
  margin: 0 auto;
  position: relative;
}

.tourism-home .main3 .mySwiper4 {
  width: 59% !important;
}

.tourism-home .main3 .mySwiper4 .hotel-next,
.tourism-home .main3 .mySwiper4 .hotel-prev {
  position: absolute;
  top: 20px;
  margin: 0;
  width: 24px;
  height: 24px;
  color: #fff;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 2px solid #333;
}

.tourism-home .main3 .mySwiper4 .hotel-next {
  right: calc(100% - 690px + 20px);
  background: #0f5b83;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.tourism-home .main3 .mySwiper4 .hotel-prev {
  right: calc(100% - 680px + 50px);
  background: #0f5b83;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.tourism-home .main3 .mySwiper4 .hotel-next:hover {
  background: #ff770f;
  background-image: url(../images/right_hover.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.tourism-home .main3 .mySwiper4 .hotel-prev:hover {
  background: #ff770f;
  background-image: url(../images/left_hover.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.tourism-home .main3 .mySwiper3 {
  width: 471px !important;
  height: 555px !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.tourism-home .mySwiper3 .swiper-wrapper3 {
  width: 100% !important;
  height: 100% !important;
}

.tourism-home .mySwiper3 .swiper-wrapper3 .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}

.tourism-home .sidePng {
  position: absolute;
  right: 0;
  width: 159px;
  height: 485px;
  bottom: 0;
}

.tourism-home .sidePng img {
  transition: transform 0.5s ease;
  transform: translateX(0);
  width: 100%;
  height: 50%;
  object-fit: cover !important;
}

.tourism-home .mySwiper4 .content {}

.tourism-home .mySwiper4 .swiper-button-next:after {
  content: "→";
  font-size: 10px;
}

.tourism-home .mySwiper4 .swiper-button-next.next {
  position: absolute;
  top: 2px;
  margin: 0;
  width: 21px;
  height: 21px;
  background: #686868;
  border: 2px solid #fff;
  color: #fff;
  opacity: 0.5;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer;
}

.tourism-home .mySwiper4 .swiper-button-next.next:hover,
.tourism-home .mySwiper4 .swiper-button-prev.prev:hover {
  opacity: 1;
}

.tourism-home .mySwiper4 .swiper-button-prev.prev {
  position: absolute;
  top: 2px;
  margin: 0;
  width: 21px;
  height: 21px;
  background: #686868;
  opacity: 0.5;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer;
  /* background-image: url(../tourism/left.png); */
  border: 2px solid #fff;
  /* background-size: 100% 100%; */
  margin-left: 91%;
  background-repeat: no-repeat;

}

.tourism-home .mySwiper4 .swiper-button-prev.prev:after {
  content: "←";
  font-size: 10px;
}

.tourism-home .sidePng img.slide-out {
  transform: translateX(-200%);
}

.tourism-home .mySwiper4 .swiper-slide {
  display: block;
  text-align: left;
}

.tourism-home .mySwiper4 .guide-slide__body h2 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-top: 30px;
}

.tourism-home .mySwiper4 .guide-slide__body .zhanwei {
  width: 31px;
  height: 6px;
  background: #3963AE;
  margin-top: 20px;
  margin-bottom: 42px;
}

.tourism-home .mySwiper4 .content {
  padding-right: 100px;
  font-family: Gilroy;
  font-weight: 300;
  font-size: 16px;
  color: #646464;
  line-height: 30px;
  word-wrap: break-word;
}

.tourism-home .swiper-pagination {
  position: static !important;
}

.tourism-home .main-center .guide-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 10px;
  left: 50.5%;
  z-index: 999;
  width: 30px;
}

.tourism-home .main-center .guide-pagination .guide-pagination__line {
  width: 1px;
  height: 66px;
  background: #B1B0AF;
  opacity: 0.7;
  margin-bottom: 18px;
}

.tourism-home .main-center .guide-pagination .guide-pagination__label {
  margin-bottom: 18px;
  font-family: 'Gilroy-Light';
}

.tourism-home .main-center .swiper-pagination-bullet {
  display: block;
  margin-bottom: 10px;
}

.tourism-home .main4 {
  width: 100%;
  height: 700px;
  background-image: url('../tourism/main4Bg.png');
  text-align: center;
  background-size: 100% 100%;
  padding-top: 30px;
}

.tourism-home .main4 .tourism-tabs__header ul li {
  display: inline-block;
  padding: 0 11px 10px;
  opacity: 0.4;
}


.tourism-home .main4 .tourism-tabs__header ul li.on {
  opacity: 1;
}


.tourism-home .main4-Title {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  cursor: pointer;
}

.tourism-home .main-span {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  margin-left: 73px;
  cursor: pointer;
}

.tourism-home .clickSpan {
  opacity: 0.4;
}



.tourism-home .main4 .tourism-tabs__panel {
  width: 100%;
  height: auto;
  display: flex;
}

.tourism-home .main4 .tourism-card--1 {
  width: 226.1px;
  height: 240px;
  text-align: center;
  margin-left: 326px;
  margin-top: 168px;
}

.tourism-home .main4 .tourism-card--1 span {
  margin-top: 20px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

.tourism-home .main4 .tourism-card--2 {
  width: 226.1px;
  height: 240px;
  text-align: center;
  margin-left: 32px;
  margin-top: 300px;
}

.tourism-home .main4 .tourism-card--2 span {
  margin-top: 20px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

.tourism-home .main4 .tourism-card--3 {
  width: 226.1px;
  height: 240px;
  text-align: center;
  margin-left: 32px;
  margin-top: 168px;
}

.tourism-home .main4 .tourism-card--3 span {
  margin-top: 20px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

.tourism-home .main4 .tourism-card--4 {
  width: 226.1px;
  height: 240px;
  text-align: center;
  margin-left: 32px;
  margin-top: 330px;
}

.tourism-home .main4 .tourism-card--4 span {
  margin-top: 20px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

.tourism-home .main4 .tourism-card--5 {
  width: 226.1px;
  height: 240px;
  text-align: center;
  margin-left: 32px;
  margin-top: 128px;
}

.tourism-home .main4 .tourism-card--5 span {
  margin-top: 20px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

.tourism-home .hoverBox {
  width: 226.1px;
  height: 240px;
  position: relative;
}

.tourism-home .hoverBox:hover .hoverBg {
  display: block;
}

.tourism-home .hoverBox:hover span {
  display: none;
}

.tourism-home .hoverBox .hoverBg {
  display: none;
  width: 100%;
  height: 221px;
  position: absolute;
  background-color: rgba(254, 148, 63, 0.5);
  top: 0;
  border-radius: 50%;
  color: white;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 20px;
  border: 10px solid rgb(240, 153, 76);
}

.tourism-home .hoverBox .hoverBg span {
  color: white;
  font-family: Gilroy;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 214px;
  margin: 0 auto;
}

.tourism-home .tourism-card__thumb {
  height: 220px;
  width: 100%;
  border: 10px solid rgb(240, 153, 76);
  border-radius: 50%;
}

.tourism-home .tourism-card__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.tourism-home .main5 {
  width: 1422px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 70px;
}

.tourism-home .main5 h1 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
}

.tourism-home .main5 h1 a {

  font-family: Gilroy;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
}

.tourism-home .main5 .tourism-service-grid {
  margin-top: 70px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.tourism-home .tourism-service-grid .service-card {
  width: 330px;
  height: 440px;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 300ms;
}

.tourism-home .tourism-service-grid .service-card .service-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tourism-home .tourism-service-grid .service-card .service-card__title {
  text-align: center;
  z-index: 999;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 34px;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  margin-top: 60%;
}

.tourism-home .service-card__icon {
  width: 39px;
  display: none;
  height: 39px;
  position: relative;
  margin: 0 auto;
  margin-top: 41px;
  z-index: 999;
}

.tourism-home .tourism-service-grid .service-card:hover .service-card__icon {
  display: block;
}

.tourism-home .tourism-service-grid .service-card:hover .service-card__title {
  margin-top: 35%;
}

.tourism-home .service-card__overlay--weather {
  display: none;
}

.tourism-home .tourism-service-grid .service-card:hover .service-card__image {
  transform: scale(1.1);
}

.tourism-home .tourism-service-grid .service-card:hover .service-card__overlay--weather {
  display: block;
  background-color: rgba(42, 119, 210, 0.8);
}

.tourism-home .tourism-service-grid .service-card:hover .service-card__overlay--bus {
  display: block;
  background-color: rgba(250, 215, 161, 0.8);
}

.tourism-home .tourism-service-grid .service-card:hover .service-card__overlay--currency {
  display: block;
  background-color: rgba(217, 188, 201, 0.8);
}

.tourism-home .tourism-service-grid .service-card:hover .service-card__overlay--flight {
  display: block;
  background-color: rgba(42, 119, 210, 0.8);
}

.tourism-home .topMore {
  position: absolute;
  width: 70px;
  height: 30px;
  border: 1px solid #f5f5f5;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
  bottom: 15%;
  right: 15%;
}

.tourism-home .topMore:hover {
  border: 1px solid #1248bb;
}

.tourism-home .topMore:hover a {
  color: #1248bb;
}


@media screen and (max-width: 980px) {
  .tourism-home.box-width {
    min-width: auto;
    max-width: initial;
  }

  .tourism-home #header {
    background-size: 100% 100%;
    min-height: inherit;
    height: 25vh;
  }

  .tourism-home #header .site-header__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    padding: 10px;
  }

  .tourism-home #header .site-header__top .site-header__inner {
    width: 100%;
    height: 40px;
  }

  .tourism-home #header .site-header__top .site-header__inner .logo {
    height: 30px;
  }

  .tourism-home #header .site-header__top .site-header__inner .search-group {
    /*flex: 1;
    margin-left: 20px;
    overflow: hidden;
    max-width: 300px;*/
  }

  .tourism-home #header .site-header__top .site-header__inner .search-group .search {
    width: auto;
    flex: 1;
    height: 30px;
    min-width: 1%;
  }

  .tourism-home #header .site-header__top .site-header__inner .search-group .search input {
    min-width: 1%;
  }

  .tourism-home #header .site-header__top .site-header__inner .search-group .vertical {
    display: none;
  }

  .tourism-home #header .site-header__top .site-header__inner .search-group .mailbox {
    display: none;
  }

  .tourism-home #header .site-header__top .phone-nav-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .tourism-home #header .site-header__top .phone-nav-btn span {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Gilroy-Bold;
    font-size: 18px;
    color: #256073;
  }

  .tourism-home #header .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: calc(100% - 115px);
    background: #256073;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
  }

  .tourism-home #header .nav.navShow {
    transform: translateY(0%);
    opacity: 1;
  }

  .tourism-home #header .nav ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: white;
    margin: 0;
  }

  .tourism-home #header .nav ul li {
    min-height: 40px;
    display: flex;
    align-items: center;
    z-index: 999;
  }

  .tourism-home .header-bottom {
    height: 10vh;
    background-size: 100% 100%;
    bottom: 0;
    display: none;
  }

  .tourism-home .main1 {
    height: 65%;
    margin-top: -8vw;
  }

  .tourism-home .main1 h1 {
    font-size: 5vw;
  }

  .tourism-home .main1 .main1-swiper {
    width: 100% !important;
    height: 55% !important;
    margin-top: 2.5vh;
    max-height: 60%;
    overflow: hidden;
  }

  .tourism-home .main1 .mySwiper {
    display: none;
  }

  .tourism-home .main1 .swiper-slide {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .tourism-home .main1 .mySwiper2 {
    border: none;
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }

  .tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .tourism-home .main1 .mySwiper2 .swiper-wrapper .swiper-slide a img {
    height: 23vh;
  }

  .tourism-home .main1 .mySwiper2 .swiper-wrapper .swiper-slide a {
    width: 100% !important;
  }

  .tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body {
    width: 100%;
    padding: 0 20px;
    min-height: 320px;
  }

  .tourism-home .main1 .swiper .tourism-next {
    right: calc(100% - 360px + 20px);
  }

  .tourism-home .main1 .swiper .tourism-prev {
    right: calc(100% - 350px + 50px);
  }


  .tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body h2 {
    margin-top: 20px;
  }

  .tourism-home .main2 {
    margin: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 3vh;


  }

  .tourism-home .main1 .mySwiper2 .swiper-wrapper .hero-slide__body .zhanwei {
    margin: 3vw 0;
  }

  .tourism-home .topMore {
    width: 25vw;
    height: 8vw;
    line-height: 8vw;
    border: 1px solid gray;
    position: revert;
    float: right;
    margin-top: 10px;
  }

  .tourism-home .main2 h1 {
    font-size: 5vw;
  }

  .tourism-home .tourism-feature-grid .tourism-feature-card.tourism-feature-card--top {
    margin: 0;
  }

  .tourism-home .tourism-feature-grid .tourism-feature-card__image {
    margin: 0;

    margin: 0 auto !important;
    margin-bottom: 3vh !important;
    width: 300px !important;
    height: 30vh !important;
  }

  .tourism-home .tourism-feature-grid .tourism-feature-card__image :hover .beiHoverBox {
    display: none;

  }

  .tourism-home .tourism-feature-grid {
    margin-top: 5vh;
  }

  .tourism-home .tourism-feature-card.tourism-feature-card--bottom {
    margin: 0;
  }

  .tourism-home .tourism-feature-card.tourism-feature-card--bottom .relativeBox {
    width: 80vw !important;
    margin: 0 auto;
  }

  .tourism-home .tourism-feature-card.tourism-feature-card--bottom .tourism-feature-card__image:nth-child(1) {
    width: 100% !important;
    height: 100%;
  }

  .tourism-home .absoluteText {
    left: 30%
      /* transform: translate(-50%, -50%); */
  }

  .tourism-home .main3 {
    margin-top: 2vh;

  }

  .tourism-home .main3 h1 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  .tourism-home .main-center .guide-pagination {
    display: none;
  }

  .tourism-home .main-center {
    flex-wrap: wrap;
    width: 100%;
  }

  .tourism-home .main3 .mySwiper4 {
    width: 90% !important;
    height: auto !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
  }

  .tourism-home .main3-banner {
    width: 100% !important;

  }

  .tourism-home .mySwiper4 .swiper-wrapper {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .tourism-home .main3 .mySwiper3 {
    width: 90% !important;
    margin: 0 auto !important;
  }

  .tourism-home .main3 .mySwiper4 .hotel-next {
    right: calc(0% - 0px + 20px);
  }

  .tourism-home .main3 .mySwiper4 .hotel-prev {
    right: calc(0% - 0px + 50px);
  }

  .tourism-home .sidePng {
    display: none;
  }

  .tourism-home .mySwiper4 .swiper-slide {
    width: 100% !important;
    margin-right: 3px;
  }

  .tourism-home .mySwiper4 .content {
    padding-right: 10px;
    word-wrap: break-word;
  }

  .tourism-home .mySwiper4 .swiper-button-prev.prev {
    margin-left: 82%;
  }

  .tourism-home .main-span {
    margin-left: 1vh;
  }

  .tourism-home .main4 {
    background-image: none;
    height: auto !important;
  }

  .tourism-home .tourism-tabs__panel .hoverBox:hover .hoverBg {
    display: none;
  }

  .tourism-home .main4 .tourism-tabs__panel {
    flex-wrap: wrap;
    margin-top: 2vh !important;
  }

  .tourism-home .main4 .tourism-card--1 {
    width: 250px;
    height: auto;
    margin: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .tourism-home .main4 .tourism-card--2 {
    width: 250px;
    height: auto;
    margin: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .tourism-home .main4 .tourism-card--3 {
    width: 250px;
    height: auto;
    margin: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .tourism-home .main4 .tourism-card--4 {
    width: 250px;
    height: auto;
    margin: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .tourism-home .main4 .tourism-card--5 {
    width: 250px;
    height: auto;
    margin: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .tourism-home .main5 {
    width: 100% !important;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .tourism-home .main5 .tourism-service-grid {
    margin: 0 auto !important;
    margin-top: 3vh;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tourism-home .tourism-service-grid .service-card {
    margin-bottom: 2vh;

  }

  .tourism-home .bottomPrev {
    display: none;
  }

  .tourism-home .bottomNext::after {
    display: none;
  }

  .tourism-home .tourism-service-grid .service-card .service-card__image {
    display: inline-block;
  }

  .tourism-home .service-card__overlay--flight {
    display: none;
  }

  .tourism-home .service-card__overlay--currency {
    display: none;
  }

  .tourism-home .service-card__overlay--bus {
    display: none;
  }

  .tourism-home .service-card__overlay--weather {
    display: none;
  }

  .tourism-home #footer {
    width: 100%;
  }

  .tourism-home #footer .footer-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .tourism-home #footer .footer-container .footer-logo {
    position: initial;
    width: auto;
    height: 20vw;
    margin: 20px 0;
  }

  .tourism-home #js-go-top {
    width: 12vw;
    height: 12vw;
    bottom: 5%;
  }

}

/* ===== tourismList.css ===== */



.tourism-list .safe-area-top {
  padding-top: calc(constant(safe-area-inset-top) + 1px);
  padding-top: calc(env(safe-area-inset-top) + 1px);
}

.tourism-list .safe-area-bottom {
  padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
  padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.tourism-list.box-width {
  min-width: 1426px;
  max-width: 1920px;
}

.tourism-list.content {
  width: 100%;
  margin: 0 auto;
}

.tourism-list .breadcrumb {
  width: 1394px;
  margin: 0 auto;
  margin-top: -30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;

}

.tourism-list .article-grid {
  width: 1394px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.tourism-list .article-grid a {
  margin-right: 50px;
}

.tourism-list .article-grid .article-card {
  margin-right: 30px;
  width: 281px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 18px;
  color: #BBC5CC;
  min-height: 300px;
  flex: 0 0 100px;
  margin-bottom: 40px;

}

.tourism-list .article-grid :nth-child(4n) {
  margin-right: 0;
}

.tourism-list .article-grid .article-card:hover .article-card__image {
  transform: scale(1.1);
}

.tourism-list .article-grid .article-card:hover p {
  color: #0b358e;
}

.tourism-list .article-grid .article-card .inSide {
  width: 100%;
  height: 199px;
  transition: all 300ms;
  overflow: hidden;
}

.tourism-list .article-grid .article-card .article-card__image {
  width: 100%;
  height: 100%;
}

.tourism-list .article-grid .article-card p {
  width: 100%;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-top: 19px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tourism-list .pagination {
  text-align: right;
  margin-top: 30px;
  font-size: 12px ! important;
  line-height: 28px;
  margin-bottom: 55px;
}





.tourism-list .pagination {
  width: 1394px;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 980px) {
  .tourism-list.box-width {
    min-width: auto;
    max-width: initial;
  }

  /*.tourism-list  #header {
    background-size: 100% 100%;
    min-height: inherit;
    height: 25vh;
  }

  .tourism-list #header .site-header__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    padding: 10px;
  }

  .tourism-list #header .site-header__top .site-header__inner {
    width: 100%;
    height: 40px;
  }

  .tourism-list #header .site-header__top .site-header__inner .logo {
    height: 30px;
  }

  .tourism-list #header .site-header__top .site-header__inner .search-group {
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
    max-width: 300px;
  }

  .tourism-list #header .site-header__top .site-header__inner .search-group .search {
    width: auto;
    flex: 1;
    height: 30px;
    min-width: 1%;
  }

  .tourism-list #header .site-header__top .site-header__inner .search-group .search input {
    min-width: 1%;
  }

  .tourism-list #header .site-header__top .site-header__inner .search-group .vertical {
    display: none;
  }

  .tourism-list #header .site-header__top .site-header__inner .search-group .mailbox {
    display: none;
  }

  .tourism-list #header .site-header__top .phone-nav-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .tourism-list #header .site-header__top .phone-nav-btn span {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Gilroy-Bold;
    font-size: 18px;
    color: #256073;
  }

  .tourism-list #header .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: calc(100% - 115px);
    background: #256073;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
  } .tourism-list #header .nav.navShow {
    transform: translateY(0%);
    opacity: 1;
  } .tourism-list */
  .main a {
    margin: 0;
    width: 281px;
    margin: 0 auto;
  }

  .tourism-list .article-grid :nth-child(4n) {
    margin: 0 auto !important;
  }

  .tourism-list #header .nav ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: white;
    margin: 0;
  }

  .tourism-list #header .nav ul li {
    min-height: 40px;
    display: flex;
    align-items: center;
    z-index: 999;
  }

  .tourism-list .header-bottom {
    height: 10vh;
    background-size: 100% 100%;
    bottom: 0;
    display: none;
  }

  .tourism-list .breadcrumb {
    width: 100%;
    padding: 0 20px;
  }

  .tourism-list .article-grid {
    width: 100%;
    margin: 0 auto;
  }

  .tourism-list .article-grid .article-card {
    margin: 0 auto;
    margin-bottom: 3vw;
  }

  .tourism-list .pagination {
    width: 100%;

  }

  .tourism-list .pagination {
    text-align: center;
  }

  /*.tourism-list  #footer {
    width: 100%;
  }

  .tourism-list #footer .footer-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .tourism-list #footer .footer-container .footer-logo {
    position: initial;
    width: auto;
    height: 20vw;
    margin: 20px 0;
  }

  .tourism-list #js-go-top {
    width: 12vw;
    height: 12vw;
    bottom: 5%;
  } */
}

/* ===== tourismHotel.css ===== */

.tourism-hotel .safe-area-top {
  padding-top: calc(constant(safe-area-inset-top) + 1px);
  padding-top: calc(env(safe-area-inset-top) + 1px);
}

.tourism-hotel .safe-area-bottom {
  padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
  padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.tourism-hotel.box-width {
  min-width: 1426px;
  max-width: 1920px;
}

.tourism-hotel.content {
  width: 100%;
  margin: 0 auto;
}

.tourism-hotel .hotel-breadcrumb {
  width: 1394px;
  margin: 0 auto;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.tourism-hotel .hotel-breadcrumb span {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 18px;
  color: #BBC5CC;
  z-index: 999;
}

.tourism-hotel .hotel-breadcrumb span a {
  color: #BBC5CC;
  font-family: Gilroy;
  font-weight: bold;
  z-index: 999;
  font-size: 18px;
}

.tourism-hotel .main {
  width: 1394px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: auto;
  margin-bottom: 57px;

}

.tourism-hotel .main .hotel-hero img {
  width: 561px;
  height: 550px;
  border-radius: 12px;
}

.tourism-hotel .main .hotel-detail p img {
  width: 100%;
  height: 100%;
}

.tourism-hotel .hotel-hero__image:hover {
  transform: scale(1.02);
}

.tourism-hotel .hotel-detail .bottomText:hover {
  color: #1575FF;
}

.tourism-hotel .hotel-contact-trigger:hover img {
  animation: move 2s infinite;
  /*infinite无限循环，alternate动画反向执行回到起点*/
}

@keyframes move {
  from {
    transform: translateY(0) rotate(0);
  }

  to {
    transform: translateY(-10px)
  }
}

.tourism-hotel .hotel-detail {
  width: 54%;
}

.tourism-hotel .hotel-detail .hotel-detail__title {
  margin-top: 30px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.tourism-hotel .hotel-detail .hotel-detail__divider {
  width: 31px;
  height: 6px;
  background: #3963AE;
  margin-bottom: 42px;
}

.tourism-hotel .main2 .bottomText {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 16px;
  color: #646464;
  line-height: 60px;
}

.tourism-hotel .leadText {
  margin-top: 39px;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  color: #4F659F;
  margin-bottom: 39px;
}

.tourism-hotel .hotel-contact-trigger {
  width: 515px;
  height: 93px;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background-color: rgb(79, 101, 159);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.tourism-hotel .hotel-contact-trigger img {
  margin-right: 2vw;
}




@media screen and (max-width: 980px) {
  .tourism-hotel.box-width {
    min-width: auto;
    max-width: initial;
  }

  /*.tourism-hotel  #header {
    background-size: 100% 100%;
    min-height: inherit;
    height: 25vh;
  }

  .tourism-hotel #header .site-header__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    padding: 10px;
  }

  .tourism-hotel #header .site-header__top .site-header__inner {
    width: 100%;
    height: 40px;
  }

  .tourism-hotel #header .site-header__top .site-header__inner .logo {
    height: 30px;
  }

  .tourism-hotel #header .site-header__top .site-header__inner .search-group {
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
    max-width: 300px;
  }

  .tourism-hotel #header .site-header__top .site-header__inner .search-group .search {
    width: auto;
    flex: 1;
    height: 30px;
    min-width: 1%;
  }

  .tourism-hotel #header .site-header__top .site-header__inner .search-group .search input {
    min-width: 1%;
  }

  .tourism-hotel #header .site-header__top .site-header__inner .search-group .vertical {
    display: none;
  }

  .tourism-hotel #header .site-header__top .site-header__inner .search-group .mailbox {
    display: none;
  }

  .tourism-hotel #header .site-header__top .phone-nav-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .tourism-hotel #header .site-header__top .phone-nav-btn span {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Gilroy-Bold;
    font-size: 18px;
    color: #256073;
  }

  .tourism-hotel #header .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: calc(100% - 115px);
    background: #256073;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
  }

  .tourism-hotel #header .nav.navShow {
    transform: translateY(0%);
    opacity: 1;
  }

  .tourism-hotel #header .nav ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: white;
    margin: 0;
  }

  .tourism-hotel #header .nav ul li {
    min-height: 40px;
    display: flex;
    align-items: center;
    z-index: 999;
  } .tourism-hotel */
  .header-bottom {
    height: 10vh;
    background-size: 100% 100%;
    bottom: 0;
    display: none;
  }

  .tourism-hotel .hotel-breadcrumb {
    width: 100%;
    margin-top: -8vw;
    margin-bottom: 3vw;
    padding: 0 1vw;
  }

  .tourism-hotel .hotel-breadcrumb span {
    font-size: 3vw;
  }

  .tourism-hotel .hotel-breadcrumb span a {
    font-size: 3vw;
  }

  .tourism-hotel .main {
    width: 100%;
    display: block;
    padding: 0 1vw;
  }

  .tourism-hotel .hotel-hero {
    width: 100%;
    height: 30%;
  }

  .tourism-hotel .main .hotel-hero img {
    width: 100%;
    height: 100%;
  }

  .tourism-hotel .hotel-detail {
    width: 100%;
  }

  .tourism-hotel .hotel-detail .hotel-detail__title {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 8vw;
    text-align: center;
  }

  .tourism-hotel .hotel-detail .hotel-detail__divider {
    margin-bottom: 3vw;
  }

  .tourism-hotel .bottomText {
    font-size: 5vw;
  }

  .tourism-hotel .leadText {
    margin: 3vw 0;
  }

  .tourism-hotel .leadText {
    font-size: 3vw;
  }

  .tourism-hotel .hotel-contact-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 3vw;
    padding-top: 0;
  }

  /*.tourism-hotel  #footer {
    width: 100%;
  }

  .tourism-hotel #footer .footer-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .tourism-hotel #footer .footer-container .footer-logo {
    position: initial;
    width: auto;
    height: 20vw;
    margin: 20px 0;
  }

  .tourism-hotel #js-go-top {
    width: 12vw;
    height: 12vw;
    bottom: 5%;
  } */
}

/* ===== tourismFinall.css ===== */
@font-face {
  font-family: Gilroy-Light;
  src: url(../fonts/Gilroy-Light-11.otf);
}

@font-face {
  font-family: Gilroy-Medium;
  src: url(../fonts/Gilroy-Medium-2.otf);
}

@font-face {
  font-family: Gilroy-Bold;
  src: url(../fonts/gilroy-bold-4.otf);
}

@font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/gilroy-regular-3.otf);
}

.tourism-detail * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  list-style: none;
  outline: none;
  /*-webkit-touch-callout: none;
    touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;*/
}

.tourism-detail .safe-area-top {
  padding-top: calc(constant(safe-area-inset-top) + 1px);
  padding-top: calc(env(safe-area-inset-top) + 1px);
}

.tourism-detail .safe-area-bottom {
  padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
  padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.tourism-detail.box-width {
  min-width: 1426px;
  max-width: 1920px;
}

.tourism-detail.content {
  width: 100%;
  margin: 0 auto;
}

.tourism-detail .tourism-detail__breadcrumb {
  width: 1394px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  margin-top: -10px;
}

.tourism-detail .tourism-detail__breadcrumb span {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 18px;
  color: #BBC5CC;
  z-index: 999;
}

.tourism-detail .tourism-detail__breadcrumb span a {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 18px;
  color: #BBC5CC;
  z-index: 999;
}

.tourism-detail .tourism-detail__breadcrumb-line {
  width: 1050px;
  height: 1px;
  border: 1px solid #C0C9D0;
}

.tourism-detail .tourism-detail__heading {
  width: 1436px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.tourism-detail .tourism-detail__heading h1 {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 34px;
  color: #1F1F1F;
  line-height: 50px;
  margin-bottom: 31px;
}

.tourism-detail .tourism-detail__heading span {

  font-family: Gilroy;
  font-weight: 300;
  font-size: 14px;
  color: #BBC5CD;

}

.tourism-detail .tourism-detail__divider {
  width: 1436px;
  margin: 0 auto;
  border: 2px dashed #D8D8D8;
  margin-top: 30px;
  margin-bottom: 40px;
}

.tourism-detail .tourism-detail__body {
  width: 1394px;
  margin: 0 auto;
}

.tourism-detail .tourism-detail__body * {
  font-family: "tahoma"
}

.tourism-detail .tourism-detail__body img {
  /* width: 500px; */
  /* height: 333px; */
  display: block;
  margin: 20px auto auto;
  /* margin-bottom: 76px; */
}

.tourism-detail .tourism-detail__content {
  width: 1394px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 16px;
  color: #646464;
  line-height: 28px;
  margin-bottom: 5px;
}

.tourism-detail .tourism-detail__inner-divider {
  width: 100%;
  height: 1px;
  border: 1px dashed #D8D8D8;
  margin-bottom: 5px;
}



@media screen and (max-width: 980px) {
  .tourism-detail.box-width {
    min-width: auto;
    max-width: initial;
  }

  .tourism-detail .tourism-detail__body img {
    width: 96% !important;
    height: 100% !important;
  }

  /*.tourism-detail  #header {
    background-size: 100% 100%;
    min-height: inherit;
    height: 25vh;
  }

  .tourism-detail #header .site-header__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    padding: 10px;
  }

  .tourism-detail #header .site-header__top .site-header__inner {
    width: 100%;
    height: 40px;
  }

  .tourism-detail #header .site-header__top .site-header__inner .logo {
    height: 30px;
  }

  .tourism-detail #header .site-header__top .site-header__inner .search-group {
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
    max-width: 300px;
  }

  .tourism-detail #header .site-header__top .site-header__inner .search-group .search {
    width: auto;
    flex: 1;
    height: 30px;
    min-width: 1%;
  }

  .tourism-detail #header .site-header__top .site-header__inner .search-group .search input {
    min-width: 1%;
  }

  .tourism-detail #header .site-header__top .site-header__inner .search-group .vertical {
    display: none;
  }

  .tourism-detail #header .site-header__top .site-header__inner .search-group .mailbox {
    display: none;
  }

  .tourism-detail #header .site-header__top .phone-nav-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .tourism-detail #header .site-header__top .phone-nav-btn span {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Gilroy-Bold;
    font-size: 18px;
    color: #256073;
  }

  .tourism-detail #header .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: calc(100% - 115px);
    background: #256073;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
  }

  .tourism-detail #header .nav.navShow {
    transform: translateY(0%);
    opacity: 1;
  }

  .tourism-detail #header .nav ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: white;
    margin: 0;
  }

  .tourism-detail #header .nav ul li {
    min-height: 40px;
    display: flex;
    align-items: center;
    z-index: 999;
  } .tourism-detail */
  .header-bottom {
    height: 10vh;
    background-size: 100% 100%;
    bottom: 0;
    display: none;
  }

  .tourism-detail .tourism-detail__breadcrumb {
    width: 100%;
    margin-top: -8vw;
    margin-bottom: 3vw;
    padding: 0 1vw;
  }

  .tourism-detail .tourism-detail__breadcrumb span {
    font-size: 3vw;
  }

  .tourism-detail .tourism-detail__breadcrumb span a {
    font-size: 3vw;
  }

  .tourism-detail .tourism-detail__breadcrumb-line {
    margin-left: 1vw;
    min-width: 40%;
    flex: 1;
  }

  .tourism-detail .tourism-detail__heading {
    width: 100%;
    padding: 0 1vw;
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  .tourism-detail .tourism-detail__heading div {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .tourism-detail .tourism-detail__heading .line {
    width: 100%;
  }

  .tourism-detail .tourism-detail__body {
    width: 100%;
    padding: 0 20px;
  }

  .tourism-detail .tourism-detail__body .tourism-detail__image {
    width: 100%;
    height: 40%;
    margin-bottom: 3vw;
  }

  .tourism-detail .tourism-detail__content {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 3vw
  }

  .tourism-detail .tourism-detail__inner-divider {
    margin-bottom: 3vw;
  }

  /*.tourism-detail  #footer {
    width: 100%;
  }

  .tourism-detail #footer .footer-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .tourism-detail #footer .footer-container .footer-logo {
    position: initial;
    width: auto;
    height: 20vw;
    margin: 20px 0;
  }

  .tourism-detail #js-go-top {
    width: 12vw;
    height: 12vw;
    bottom: 5%;
  } */
}