@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth {
  clear: both;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.clear {
  clear: both;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
html {
  font-size: 100px;
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.topWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
/* .header {
  position: fixed;
} */

.banner {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper,
.banner .wapBanner {
  position: relative;
  overflow: hidden;
  cursor: grab !important;
}
.banner .bannerSwiper ul li,
.banner .wapBanner ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img,
.banner .wapBanner img {
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: grab !important;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active img,
.banner .wapBanner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .bannerSwiper .banner-prev,
.banner .wapBanner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 80%;
  right: 10%;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.webp) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  z-index: 99;
}
.banner .bannerSwiper .banner-next,
.banner .wapBanner .banner-next {
  position: absolute;
  z-index: 30;
  top: 72%;
  right: 10%;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.webp) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  z-index: 99;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 130px;
  z-index: 3;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .banner .banner-pagination {
    bottom: 100px;
  }
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px transparent solid;
  opacity: 1;
  padding: 3px;
  border-radius: 100%;
  background: none;
  width: auto;
  height: auto;
  margin: 0 8px !important;
  cursor: pointer !important;
  outline: none;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #1c8851;
  width: 100%;
  height: 100%;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #1c8851;
}
@media screen and (max-width: 980px) {
  .banner .banner-pagination span {
    margin: 0 4px !important;
    width: 10px;
    height: 10px;
    padding: 2px;
  }
}
.banner .wapBanner {
  display: none;
}
@media screen and (max-width: 750px) {
  .banner .bannerSwiper {
    display: none;
  }
  .banner .wapBanner {
    display: block;
  }
  .banner .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 50px;
    z-index: 3;
    text-align: center;
  }
  .banner .mbanner-pagination span {
    display: inline-block;
    border: 2px #fff solid;
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin: 0 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
  }
  .banner .mbanner-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
.about {
  position: relative;
}
.about::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/aboutBg1.webp) no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}
.about::after {
  content: "";
  width: 100%;
  height: 127px;
  background: #fcfcfd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about .aboutBox {
  position: relative;
  z-index: 3;
}
.about .aboutBox .aboutTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 155px;
}
.about .aboutBox .aboutTop h3 {
  position: relative;
}
.about .aboutBox .aboutTop h3 a {
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 61px;
  position: relative;
  z-index: 2;
}
.about .aboutBox .aboutTop h3::after {
  content: "";
  background: url(../images/title_Bg.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: -20px;
  width: 358px;
  height: 58px;
}
.about .aboutBox .aboutTop .aboutText {
  position: relative;
}
.about .aboutBox .aboutTop .aboutText p {
  margin-top: 40px;
}
.about .aboutBox .aboutTop .aboutText p::after {
  content: "”";
  color: rgba(28, 136, 81, 0.2);
  display: block;
  font-size: 220px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1000;
  position: absolute;
  right: -60px;
  line-height: 1;
  top: -60px;
}
.about .aboutBox .aboutTop .aboutText p i {
  display: block;
  text-align: right;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-family: BadScript, Arial, Helvetica, sans-serif;
}
.about .aboutBottom {
  position: relative;
  z-index: 3;
  padding-top: 68px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBottom .aboutText {
  width: 31.9%;
  padding-left: 8.1%;
}
.about .aboutBottom .aboutText .text {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #757575;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: 234px;
}
.about .aboutBottom .aboutText p{
  line-height: 26px;
}
.about .aboutBottom .aboutText .aboutMore {
  width: 143px;
  height: 43px;
  display: block;
  border-radius: 43px;
  background-image: linear-gradient(to right, #a9cd18, #2eab5e);
  text-align: center;
  line-height: 43px;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  margin-top: 94px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBottom .aboutText .aboutMore:hover {
  transform: translateY(-5px);
}
.about .aboutBottom .aboutVideo {
  position: relative;
  display: block;
  width: 55.625%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.about .aboutBottom .aboutVideo .aboutVideoImg {
  width: 100%;
  display: block;
  height: 100%;
}
.about .aboutBottom .aboutVideo .aboutVideoImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aboutBottom .aboutVideoButton {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  background: url(../images/aboutVideoButton.webp) no-repeat center;
  transform: translate(-50%, -50%);
}
.video {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
.video video,
.video iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  object-fit: contain;
}
.video .videoClose {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/videoClose.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.founder {
  padding-top: 88px;
  background: url(../images/founderBg.webp) no-repeat center bottom;
  background-size: cover;
}
.founder h3 {
  position: relative;
}
.founder h3 a {
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 61px;
  position: relative;
  z-index: 2;
}
.founder h3::after {
  content: "";
  background: url(../images/title_Bg.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 42px;
  left: -17px;
  width: 358px;
  height: 58px;
}
.founder h3 p {
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  padding-top: 20px;
}
.founder h3 p i {
  display: block;
}
.founder .founderBox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.founder .founderBox .founderImg {
  width: 40.625%;
  display: block;
  position: relative;
}
.founder .founderBox .founderImg .founderImgPic {
  display: block;
  width: 100%;
  margin-left: 25px;
}
.founder .founderBox .founderImg .founderTitle {
  display: block;
  width: 53.1vw;
  position: absolute;
  bottom: 0;
  transform: translateX(-112px);
}
.founder .founderBox .founderText {
  width: 47.9875%;
  padding-bottom: 114px;
}
.founder .founderBox .founderText h4 {
  font-family: MarckScript, Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 40px;
  color: #1c8851;
  letter-spacing: -2px;
}
.founder .founderBox .founderText .footerCenter {
  text-align: right;
  margin-top: 20px;
}
.founder .founderBox .founderText .footerCenter p {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 26px;
  color: #646464;
  font-style: italic;
}
.founder .founderBox .founderText .viewFounder {
  text-align: right;
  margin-top: 20px;
}
.founder .founderBox .founderText .viewFounder .fouderMore {
  width: 143px;
  height: 43px;
  border-radius: 43px;
  background-image: linear-gradient(to right, #a9cd18, #2eab5e);
  text-align: center;
  line-height: 43px;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  margin-top: 34px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.founder .founderBox .founderText .viewFounder .fouderMore:hover {
  transform: translateY(-5px);
}
.route {
  padding-top: 138px;
  position: relative;
}
.route::before {
  content: "";
  width: 100%;
  height: 359px;
  background-image: linear-gradient(to right, #a9cd18, #2eab5e);
  position: absolute;
  bottom: 0;
  left: 0;
}
.route h3 {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.route h3 a {
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 74px;
  position: relative;
  z-index: 2;
  display: block;
}
h3{
  line-height: 1.5;
}
.route h3::after {
  content: "";
  background: url(../images/title_Bg.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  width: 358px;
  height: 58px;
}
.route h3 p {
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  padding-top: 20px;
}
.route h3 p i {
  display: block;
}
.route .routeBox .routeList{
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  display: none;
}

.route .routeBox .routeList.active{
  display: flex;
}
.route .routeBox .routeImg {
  position: absolute;
  display: block;
  width: 58.95%;
  height: 100%;
  top: 0;
  left: 0;
}
.route .routeBox .routeImg a {
  display: block;
  width: 100%;
  height: 100%;
}
.route .routeBox .routeImg a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route .routeBox .routeText {
  width: 32.7%;
  margin-right: 8.35%;
  position: relative;
  margin-left: 58.95%;
}
.route .routeBox .routeText .routeTextTop {
  background: #fff;
  box-shadow: 10px -6px 12px 8px rgba(0, 0, 0, 0.11);
  padding: 0 27px;
  box-sizing: border-box;
}
.route .routeBox .routeText .routeTextTop h4 {
  padding-top: 72px;
}
.route .routeBox .routeText .routeTextTop h4 a {
  text-align: center;
  display: block;
  font-size: 47px;
  line-height: 1;
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.route .routeBox .routeText .routeTextTop h4::after {
  content: "";
  width: 53px;
  height: 3px;
  display: block;
  background: #0aa272;
  margin-top: 24px;
}
.route .routeBox .routeText .routeTextTop ul li {
  border-bottom: 1px solid #efefef;
}
.route .routeBox .routeText .routeTextTop ul li a {
  padding: 30px 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 50px;
  background: url(../images/routeMore.webp) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.route .routeBox .routeText .routeTextTop ul li a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.route .routeBox .routeText .routeTextTop ul li a i {
  display: block;
  font-size: 22px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.route .routeBox .routeText .routeTextTop ul li a em {
  display: block;
  font-size: 16px;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.route .routeBox .routeText .routeTextTop ul li a:hover {
  background: url(../images/routeMore2.webp) no-repeat center right;
}
.route .routeBox .routeText .routeTextTop ul li a:hover::after {
  height: 3px;
  background: rgba(28, 136, 81, 0.5);
}
.route .routeBox .routeText .routeTextTop ul li a:hover i {
  color: #1c8851;
}
.route .TouristRoutesIn {
  height: 130px;
}
.route .TouristRoutesIn .inContent {
  background-image: linear-gradient(to right, #9fca1d, #38ae58);
  display: block;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 130px;
}
.route .TouristRoutesIn .inContent .swiper-container {
  width: calc(100% - 160px);
  margin-left: 0;
}
.route .TouristRoutesIn .inContent .swiper-container ul li span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.route .TouristRoutesIn .inContent .swiper-container ul li p {
  font-size: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.route .TouristRoutesIn .inContent .TouristRoutesInOperate {
  width: 150px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.route .TouristRoutesIn .inContent .TouristRoutesInOperate .TouristRoutesInOperatePrev {
  width: 52px;
  height: 52px;
  display: block;
  background: rgba(255, 255, 255, 0.15) url(../images/TouristRoutesInOperatePrev.webp) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
}
.route .TouristRoutesIn .inContent .TouristRoutesInOperate .TouristRoutesInOperateNext {
  width: 52px;
  height: 52px;
  display: block;
  background: rgba(255, 255, 255, 0.15) url(../images/TouristRoutesInOperateNext.webp) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
}


.team {
  padding-top: 138px;
  position: relative;
}
.team h3 {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.team h3 a {
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 74px;
  position: relative;
  z-index: 2;
  display: block;
  text-transform: uppercase;
  line-height: 1.5;
}
.team h3 b {
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 33px;
}
.team h3::after {
  content: "";
  background: url(../images/title_Bg.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  width: 358px;
  height: 58px;
}
.team h3 p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 30px;
  padding-top: 20px;
}
.team h3 p i {
  display: block;
  font-size: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8a8a8a;
}
.team .teamBox {
  margin-top: 50px;
}
.team .teamBox ul {
  width: 100%;
  gap: 1.3%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.team .teamBox ul li {
  width: 24%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .teamBox ul li a {
  position: relative;
  display: block;
}
.team .teamBox ul li a i {
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 40.3% 0;
  overflow: hidden;
}
.team .teamBox ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .teamBox ul li a i em {
  position: absolute;
  line-height: 2;
  bottom: -38px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .teamBox ul li a i b {
  font-size: 101px;
  line-height: 0.5;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .teamBox ul li a i::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .teamBox ul li a span {
  display: block;
  width: 47px;
  height: 47px;
  background: url(../images/teamMore.webp) no-repeat center;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .teamBox ul li:nth-child(1) a {
  transform: translateY(40px);
}
.team .teamBox ul li:nth-child(2) a {
  transform: translateY(90px);
}
.team .teamBox ul li:nth-child(3) a {
  transform: translateY(0px);
}
.team .teamBox ul li:nth-child(4) a {
  transform: translateY(60px);
}
.team .teamBox ul li:hover:nth-child(1) a {
  transform: translateY(20px);
}
.team .teamBox ul li:hover:nth-child(2) a {
  transform: translateY(60px);
}
.team .teamBox ul li:hover:nth-child(3) a {
  transform: translateY(20px);
}
.team .teamBox ul li:hover:nth-child(4) a {
  transform: translateY(30px);
}
.team .teamBox ul li:hover a i img {
  transform: scale(1.1);
}
.team .teamBox ul li:hover a i em {
  bottom: 38px;
}
.team .teamBox ul li:hover a i b {
  opacity: 1;
}
.team .teamBox ul li:hover a i::after {
  opacity: 1;
}
.team .teamBox ul li:hover a span {
  opacity: 1;
}
.line {
  margin-top: 78px;
  background: url(../images/line.webp) no-repeat center;
}
.line em {
  padding: 0 30px;
  background: #fff;
  margin: 0 auto;
  display: table;
}
.line em span {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 3px solid #eaeaea;
  background: #fbfbfb;
}
.line em span i {
  width: 24px;
  height: 24px;
  display: block;
  background: #333;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 17px;
  overflow: hidden;
}
.line em span i b {
  width: 10px;
  height: 12px;
  display: block;
  margin: 0 auto;
  background: url(../images/lenePrev.webp) no-repeat center;
  animation: lines 0.8s linear infinite alternate;
}
@keyframes lines {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(80%);
  }
}
.message {
  padding-top: 134px;
  background: url(../images/message.webp) no-repeat center top;
  padding-bottom: 132px;
  background-size: cover;
}
.message h3 {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.message h3 a {
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 74px;
  position: relative;
  z-index: 2;
  display: block;
  text-transform: uppercase;
  line-height: 79px;
}
.message h3 a i {
  display: block;
  text-transform: uppercase;
}
.message h3 b {
  font-family: AbhayaLibre, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 33px;
}
.message h3::after {
  content: "";
  background: url(../images/title_Bg.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 117px;
  left: 47%;
  transform: translateX(-50%);
  width: 358px;
  height: 58px;
}
.message h3 p {
  line-height: 30px;
  padding-top: 20px;
  display: block;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
}
.message h3 p i {
  display: block;
}
.message .nycontact-message-content {
  margin-top: 88px;
}
.message .nycontact-message-content form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message .nycontact-message-content p {
  width: 32.25%;
}
.message .nycontact-message-content p:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message .nycontact-message-content p label {
  box-sizing: border-box;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 12px;
  line-height: 60px;
  display: flex;
  padding-left: 20px;
}
.message .nycontact-message-content p:first-of-type label {
  width: 100%;
}
.message .nycontact-message-content p label input {
  padding: 18px 24px 18px 11px;
  border-radius: 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #6a6a6a;
  background-position: 0 center;
  background-repeat: no-repeat;
  background: transparent;
}
.message .nycontact-message-content p label br {
  display: none;
  width: 0;
}
.message .nycontact-message-content p label span {
  position: relative;
  width: 100%;
  display: block;
}
.message .nycontact-message-content p label span span {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}
.message .nycontact-message-content p:nth-child(5) {
  width: 100%;
}
.message .nycontact-message-content p:nth-child(5) span {
  display: block;
  font-size: 16px;
  color: #999999;
}
.message .nycontact-message-content p:nth-child(5) textarea {
  background: transparent;
  width: 100%;
  padding: 18px 24px;
  border-radius: 10px;
  height: 126px;
  font-size: 16px;
  color: #6a6a6a;
  display: block;
}
.message .nycontact-message-content p .nycontact-message-input {
  width: 100%;
  padding: 24px 30px;
  font-size: 16px;
  color: #999999;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.message .nycontact-message-content p .nycontact-message-input::placeholder {
  color: #999;
}
.message .nycontact-message-content p .nycontact-message-input.nycontact-message-name {
  background-image: url(../images/nycontact-message-name.png);
}
.message .nycontact-message-content p .nycontact-message-input.nycontact-message-phone {
  background-image: url(../images/nycontact-message-phone.png);
}
.message .nycontact-message-content p .nycontact-message-input.nycontact-message-email {
  background-image: url(../images/nycontact-message-email.png);
}
.message .nycontact-message-content .nycontact-message-textarea {
  margin-top: 33px;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 24px 52px;
  border-radius: 10px;
  height: 126px;
  font-size: 16px;
  background: url(../images/nycontact-message-textarea.png) 20px 28px no-repeat;
  color: #999999;
}
.message .nycontact-message-content .nycontact-message-textarea::placeholder {
  color: #999;
}
.message .nycontact-message-content p:nth-child(6) {
  width: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 16px 60px;
  background-image: linear-gradient(to left, #25aa62, #25aa62);
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin-top: 12px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.message .nycontact-message-content p:nth-child(6) .wpcf7-spinner {
  display: none;
}
.message .nycontact-message-content p:nth-child(6) input {
  font-size: 16px;
  color: #fff;
  background: transparent;
}
.message .nycontact-message-content .nycontact-message-submit {
  width: 230px;
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 16px 60px;
  background: #1f5eff;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  margin-top: 56px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.message .nycontact-message-content .nycontact-message-submit:active {
  transform: translateY(-3px);
}
@media screen and (max-width: 980px) {
  .nycontact-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nycontact-message h3 {
    font-size: 30px;
  }
  /* .nycontact-message p {
    font-size: 16px;
    margin-top: 10px;
  } */
  .message .nycontact-message-content ul li {
    padding: 0 10px;
  }
  .message .nycontact-message-content .nycontact-message-textarea {
    padding: 20px 40px;
    background-position: 10px 24px;
  }
    
  .message .nycontact-message-content p:first-of-type .message .nycontact-message-content p:first-of-type label {
    width: 100%;
    margin-bottom: 20px;
  }
  .message .nycontact-message-content p {
    width: 100%;
  }
  .message .nycontact-message-content p:first-of-type label {
    width: 100%;
    margin-bottom: 30px;
  }
  .message .nycontact-message-content p:first-of-type {
    margin-bottom: 0;
  }
  .message .nycontact-message-content p:nth-child(3) {
    margin-top: 0;
  }
  .message .nycontact-message-content p:nth-child(4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .message .nycontact-message-content ul {
    flex-wrap: wrap;
  }
  .message .nycontact-message-content ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .message .nycontact-message-content ul li .nycontact-message-input {
    padding: 15px 30px;
  }
  .message .nycontact-message-content .nycontact-message-textarea {
    margin-top: 0;
  }
  .message .nycontact-message-content .nycontact-message-submit {
    padding: 16px 0;
    width: 50%;
    margin-top: 10px;
  }
  .message .nycontact-message-content p:nth-child(4) {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .nav_bg .logo a {
    font-size: 32px;
  }
  .nav_bg .menu > ul > li {
    padding: 0 6px;
  }
  .about .aboutBox .aboutTop {
    padding-top: 80px;
    display: table;
    margin: 0 auto;
  }
  .about .aboutBox .aboutTop h3 {
    text-align: center;
  }
  .about .aboutBox .aboutTop h3 a {
    text-align: center;
  }
  .about .aboutBox .aboutTop .aboutText p {
    margin-top: 20px;
    text-align: center;
  }
  .about .aboutBox .aboutTop .aboutText p i {
    text-align: center;
  }
  .about .aboutBox .aboutTop h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .about .aboutBottom .aboutText {
    padding-left: 2%;
    width: 38%;
  }
  .founder h3 {
    text-align: center;
  }
  .founder h3 a {
    text-align: center;
  }
  .founder h3 p {
    margin-top: 0px;
    text-align: center;
  }
  .founder h3 p i {
    text-align: center;
  }
  .founder h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .founder h3 p i {
    display: inline-block;
  }
  .founder .founderBox .founderText {
    padding-bottom: 80px;
  }
  .route {
    padding-top: 40px;
  }
  .route .routeBox .routeText {
    width: 41.05%;
    margin-right: 0;
  }
  .route .routeBox .routeText .routeTextTop {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #f2f2f2;
  }
  .route .routeBox .routeText .routeTextTop h4 a {
    font-size: 30px;
  }
  .route .routeBox .routeText .routeTextTop ul li a i {
    font-size: 18px;
  }
  .route .routeBox .routeText .routeTextTop ul li a em {
    font-size: 12px;
    line-height: 1.5;
  }
  .route .routeBox .routeText .routeTextTop h4 {
    padding-top: 40px;
  }
  .team {
    padding-top: 50px;
  }
  .team .teamBox ul li a {
    transform: translateY(0) !important;
  }
  .team .teamBox ul {
    padding-bottom: 0;
  }
  .message {
    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .about .aboutBox .aboutTop .aboutText p::after {
    display: none;
  }
  .banner .bannerSwiper .banner-next,
  .banner .wapBanner .banner-next {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 62%;
  }
  .banner .bannerSwiper .banner-prev,
  .banner .wapBanner .banner-prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .banner .mbanner-pagination {
    bottom: 20px;
  }
  .about .aboutBox .aboutTop h3 a {
    line-height: 1;
    font-size: 30px;
  }
  .about .aboutBox .aboutTop h3::after {
    background-size: 150px;
  }
  .about .aboutBox .aboutTop .aboutText p i {
    font-size: 12px;
  }
  .about .aboutBottom .aboutText {
    width: 100%;
    padding-right: 2%;
  }
  .about .aboutBox .aboutTop {
    padding-top: 40px;
  }
  .about .aboutBottom {
    padding-top: 30px;
  }
  .about .aboutBottom .aboutText .aboutMore {
    margin: 30px auto 0;
  }
  .about .aboutBottom .aboutVideo {
    margin-top: 30px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .founder {
    padding-top: 40px;
    background: #fafafc url(../images/founderBg.webp) no-repeat center bottom;
  }
  .founder .founderBox {
    flex-direction: column-reverse;
  }
  .founder h3 a {
    line-height: 1;
    font-size: 30px;
  }
  .founder h3::after {
    background-size: 150px;
    top: 0;
  }
  .founder h3 p i {
    font-size: 12px;
  }
  .founder .founderBox .founderImg {
    width: 100%;
  }
  .founder .founderBox .founderImg .founderImgPic {
    margin-left: 0;
  }
  .founder .founderBox .founderImg .founderTitle {
    width: 100%;
    transform: translateX(0);
  }
  .founder .founderBox .founderText {
    width: 100%;
  }
  .founder .founderBox .founderText h4 {
    font-size: 32px;
    text-align: center;
  }
  .founder .founderBox .founderText .footerCenter p {
    text-align: left;
  }
  .founder .founderBox .founderText .viewFounder {
    text-align: center;
  }
  .route h3 a {
    line-height: 1;
    font-size: 30px;
  }
  .route h3::after {
    background-size: 150px;
    top: 0;
  }
  .route h3 p i {
    font-size: 12px;
  }
  .route .routeBox {
    margin-top: 30px;
  }
  .route .routeBox .routeImg {
    width: 100%;
    position: relative;
  }
  .route .routeBox .routeText {
    width: 100%;
    margin-left: 0;
  }
  .route .routeBox .routeText .routeTextTop h4 a {
    font-size: 24px;
  }
  .route .routeBox .routeText .routeTextTop ul li a {
    padding: 18px 30px 18px 0;
  }
  .route .routeBox .routeText .routeTextTop ul li a em {
    margin-top: 10px;
  }
  .route .TouristRoutesIn .inContent .swiper-container {
    width: 100%;
  }
  .route .TouristRoutesIn .inContent .TouristRoutesInOperate .TouristRoutesInOperatePrev,
  .route .TouristRoutesIn .inContent .TouristRoutesInOperate .TouristRoutesInOperateNext {
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
  .route .TouristRoutesIn .inContent .TouristRoutesInOperate {
    justify-content: center;
    width: 100%;
  }
  .route .TouristRoutesIn {
    padding: 20px 0;
    height: auto;
  }
  .team h3 a {
    line-height: 1;
    font-size: 30px;
  }
  .team h3::after {
    background-size: 150px;
    top: 0;
  }
  .team h3 p i {
    font-size: 12px;
  }
  .team h3 b {
    font-size: 14px;
    line-height: 1.5;
  }
  .team .teamBox ul li {
    width: 47%;
    margin-bottom: 5px;
  }
  .team .teamBox ul li:hover a span {
    display: none;
  }
  .team .teamBox ul li a i b {
    font-size: 30px;
  }
  .team .teamBox ul li a i em {
    font-size: 16px;
    padding: 0 10px;
  }
  .line {
    margin-top: 40px;
  }
  .message h3 a {
    font-size: 30px;
    line-height: 1;
  }
  .message h3::after {
    background-size: 150px;
    top: 0;
  }
  .message h3 p {
    font-size: 12px;
    line-height: 1.5;
  }
  .message h3 p i {
    display: inline-block;
  }
  .message .nycontact-message-content {
    margin-top: 30px;
  }
  .message {
    padding-bottom: 50px;
    background: transparent;
  }
  .message .nycontact-message-content p label {
    background: rgba(0, 0, 0, 0.1);
  }
  .message .nycontact-message-content p:first-of-type label {
    margin-bottom: 0;
  }
}

.header{
  position: fixed;
  z-index: 999999;
  width: 100%;
}
.header .nav_bg {
  background: none;
}
.header .fixedNav {
  background: #1c8851;
}