@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textShow {
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1800px) {
  .inner {
    width: 81.25vw;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 80px;
  }
  .travel__en {
    font-size: 10.4167vw;
  }
  .btext strong {
    font-size: 2.9167vw;
  }
  .travel__row strong,
  .landscape__info strong,
  .recommend__info strong,
  .satisfacte__title,
  .explore__title strong {
    font-size: 2.5vw;
  }
  .footer__logo img {
    height: 12.1875vw;
  }
  .footer__right {
    width: 9rem;
  }
  .step {
    padding-right: 5.9375vw;
  }
  .customized__btn {
    margin-left: 5.7292vw;
  }
  .step__arrow {
    margin: 0.36rem 2.0833vw 0;
  }
  .provide__ico li {
    margin-right: 3vw;
  }
  .contact__item {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
  .menubtn {
    display: block;
  }
  .navs__box {
    position: fixed;
    right: -100%;
    transition: 0.88s;
    top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    background: #fff;
  }
  .navs__box.show {
    right: 0;
  }
  .header {
    padding: 0 5%;
    height: 0.8rem;
  }
  .logo img {
    height: 0.4rem !important;
  }
  .navs {
    flex-direction: column;
  }
  .navs li {
    margin-bottom: 0.1rem;
  }
  .navs li:last-child {
    margin-bottom: 0;
  }
  .navs li a {
    padding: 0 0.1rem;
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 0.5rem;
  }
  .navs li:hover a,
  .navs li.active a {
    color: #32d296;
  }
  .header__box.scroll .header .navs li a {
    line-height: 0.5rem;
  }
  .header__box.scroll .menubtn span {
    background: #333333;
  }
  .header__box.scroll .menubtn span:before,
  .header__box.scroll .menubtn span:after {
    background: #333;
  }
  .header__box.scroll .menubtn.active span {
    background: none;
  }
  .recommend {
    padding: 1rem 5%;
    display: block;
  }
  .recommend__left {
    width: 100%;
  }
  .recommend__info strong {
    font-size: 0.4rem;
  }
  .recommend__info {
    margin-bottom: 6.25vw;
  }
  .recommend__swiper {
    margin-top: 0.4rem;
    margin-left: 0;
    padding-right: 5vw;
    margin-right: -5vw;
    width: auto;
  }
  .travel {
    margin: 0 5%;
  }
  .travel__wrap {
    padding: 0 4.1667vw;
  }
  .travel__top {
    display: block;
  }
  .travel__btn {
    margin-top: 0.4rem;
  }
  .travel__list li {
    margin-right: 2%;
    width: 32%;
  }
  .travel__list li:nth-child(4n+4) {
    margin-right: 2%;
  }
  .travel__list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .scheme {
    padding: 0.5rem 5% 1.4rem;
  }
  .scheme__info {
    position: relative;
    width: 100%;
    margin-top: 0.2rem;
    padding: 0.6rem 5%;
    border-radius: 0.28rem;
    background: rgba(0, 0, 0, 0.5);
  }
  .video__btn {
    left: 50%;
    top: 50%;
  }
  .satisfacte__item {
    display: block;
  }
  .satisfacte__water {
    border-right: none;
    width: auto;
  }
  .satisfacte__fix {
    margin-left: 0;
    width: auto;
  }
  .satisfacte__tab {
    border-radius: 0.5rem;
  }
  .satisfacte {
    padding: 1rem 5%;
  }
  .explore {
    padding: 0.8rem 5%;
    display: block;
  }
  .explore__left {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .explore__right {
    width: 100%;
  }
  .footer {
    padding: 0.6rem 5% 0;
    display: block;
  }
  .footer__top {
    display: none;
  }
  .footer__middle {
    margin-bottom: 0.8rem;
  }
  .footer__right {
    width: 100%;
  }
  .product__box {
    padding: 0.8rem 5%;
    display: block;
  }
  .product__left {
    width: 100%;
  }
  .product__cooperate {
    display: none;
  }
  .product__view {
    padding: 0 5% 0.8rem;
  }
  .product__tops {
    display: block;
  }
  .product__tab {
    width: 100%;
  }
  .product__right {
    margin-left: 0;
    margin-top: 0.4rem;
    width: auto;
  }
  .product__main {
    display: block;
  }
  .profix {
    width: 100%;
  }
  .product__contacts {
    margin-left: 0;
    width: auto;
  }
  .cost__list {
    display: block;
  }
  .cost__item {
    margin-bottom: 0.24rem;
    width: 100%;
  }
  .cost__item:last-child {
    margin-bottom: 0;
  }
  .mtop {
    height: 0.8rem;
  }
  .customized {
    padding: 0.7rem 5%;
  }
  .customized__wrap {
    margin-top: 0.4rem;
    display: block;
  }
  .step {
    padding-right: 0;
    border-right: none;
  }
  .customized__btn {
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .popular {
    padding: 0.8rem 5%;
  }
  .provide__top {
    margin-bottom: 0.5rem;
    display: block;
  }
  .provide__ico {
    margin-top: 0.4rem;
  }
  .provide__contact {
    padding-top: 0.6rem;
    display: block;
  }
  .contact__list {
    margin-bottom: 0.4rem;
  }
  .posite__box {
    padding: 0 5%;
  }
  .about__box {
    padding: 0.55rem 5%;
  }
  .about__wrap {
    display: block;
  }
  .about__left {
    width: 100%;
  }
  .about__main {
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .contact__us {
    padding: 0.5rem 5% 0.7rem;
  }
  .contact__top figure {
    padding-bottom: 4rem;
  }
  .contact__li {
    flex-wrap: wrap;
  }
  .contact__li li {
    flex: none;
    width: 33.333%;
    box-sizing: border-box;
  }
  .message__box {
    padding: 0.6rem 5%;
  }
  .message__row .birth {
    width: 66%;
  }
  .news__box {
    padding: 0.6rem 5% 1rem;
  }
  .news__top {
    display: block;
  }
  .news__swiper {
    width: 100%;
  }
  .news__search {
    margin-left: 0;
    width: auto;
  }
  .news__wraps {
    display: block;
  }
  .strategy {
    width: 100%;
  }
  .news__where {
    margin-left: 0;
    width: auto;
    margin-top: 0.4rem;
  }
  .news__flex {
    display: block;
  }
  .news__view {
    padding: 0 5% 0.6rem;
    width: auto;
  }
  .news__compelete {
    margin-left: 0;
    margin-top: 0.4rem;
    width: auto;
  }
}
@media screen and (max-width: 751px) {
  .banner-slide figure {
    padding-bottom: 150%;
  }
  .btext {
    box-sizing: border-box;
    padding: 0 5%;
  }
  .btext strong {
    font-size: 0.32rem;
  }
  .recommend {
    padding: 0.7rem 5% 1.5rem;
  }
  .recommend__info strong {
    font-size: 0.35rem;
  }
  .recommend-slide {
    width: 38vw;
    height: 74vw;
  }
  .recommend-slide.swiper-slide-active {
    width: 48vw;
  }
  .recommend {
    position: relative;
  }
  .recommend__left .common__btn {
    position: absolute;
    left: 5%;
    bottom: 0.7rem;
  }
  .recommend__texts {
    left: 5%;
    right: 5%;
    bottom: 0.22rem;
  }
  .travel__row strong,
  .landscape__info strong,
  .recommend__info strong,
  .satisfacte__title,
  .explore__title strong {
    font-size: 0.32rem;
  }
  .landscape__info strong {
    font-size: 0.28rem;
  }
  .landscape__imgs {
    width: 3.2rem;
  }
  .travel {
    margin: 0;
  }
  .travel__list li {
    margin-right: 4%;
    width: 48%;
  }
  .travel__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .travel__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .travel__infos {
    padding: 0.22rem 0.2rem;
  }
  .travel__infos strong {
    font-size: 0.22rem;
  }
  .travel__top {
    padding: 0.7rem 0 0.5rem;
  }
  .travel__btn span {
    margin-right: auto;
  }
  .scheme__top strong {
    font-size: 0.22rem;
  }
  .scheme__top {
    margin-bottom: 0.4rem;
  }
  .scheme__fix figure {
    padding-bottom: 60%;
  }
  .scheme__info {
    padding: 0.42rem 5%;
  }
  .scheme__info strong {
    margin-bottom: 0.32rem;
  }
  .scheme {
    padding-bottom: 1rem;
  }
  .satisfacte {
    padding: 0.8rem 5%;
  }
  .satisfacte__title {
    margin-bottom: 0.4rem;
  }
  .satisfacte__tab {
    padding: 0.4rem 5%;
  }
  .satisfacte__water strong {
    font-size: 0.22rem;
  }
  .satisfacte__fix {
    padding: 0 0.44rem;
  }
  .satisfacte__hide {
    margin-top: 0.3rem;
    width: 100%;
  }
  .satisfacte__water {
    padding-top: 0;
  }
  .explore__text {
    left: 5%;
    right: 5%;
    bottom: 0.32rem;
  }
  .explore__fixs p {
    -webkit-line-clamp: 1;
  }
  .explore__fixs span {
    margin-top: 0.12rem;
  }
  .explore__fixs {
    margin-left: 0.28rem;
  }
  .footer__logo img {
    height: 0.86rem;
  }
  .footer__middle {
    display: block;
    margin: 0.4rem 0;
  }
  .address__item:last-child {
    margin-bottom: 0.3rem;
  }
  .address__item {
    margin-bottom: 0.3rem;
  }
  .footer__eq--item {
    margin-right: 0.5rem;
  }
  .footer__copy b {
    display: none;
  }
  .product__class {
    padding-bottom: 0;
  }
  .product__list li a {
    padding: 0.32rem 0;
    display: block;
  }
  .product__imgs {
    width: 100%;
  }
  .product__infos {
    margin-left: 0;
    width: auto;
    margin-top: 0.3rem;
  }
  .product__price {
    margin-top: 0.34rem;
  }
  .product__tops {
    padding-bottom: 0.8rem;
    padding-top: 0.5rem;
  }
  .queste {
    padding: 0.22rem 0.22rem 1px;
  }
  .queste__row {
    display: block;
  }
  .queste__item {
    margin-right: 0;
  }
  .online {
    padding: 0.22rem;
  }
  .product__menu li {
    min-width: auto;
    flex: 1;
  }
  .posite__box {
    padding: 0.16rem 5%;
    min-height: auto;
  }
  .customized {
    padding: 0.5rem 5%;
  }
  .step {
    flex-wrap: wrap;
  }
  .step__item {
    width: 30%;
    margin-bottom: 0.2rem;
  }
  .step__arrow {
    margin-left: 0;
    margin-right: 0;
    width: 5%;
  }
  .step__item b {
    margin: auto;
  }
  .customized__btn a {
    font-size: 0.2rem;
  }
  .popular__imgs {
    display: none;
  }
  .popular__list {
    margin-left: 0;
  }
  .popular__list li a {
    padding: 0;
  }
  .popular__list li {
    margin-right: 0;
    width: 100%;
  }
  .provide {
    padding: 0.6rem 0;
  }
  .popular__top strong {
    font-size: 0.3rem;
  }
  .provide__ico {
    flex-wrap: wrap;
  }
  .provide__ico li {
    margin-bottom: 0.3rem;
    margin-right: 0;
    width: 33.333%;
    text-align: center;
  }
  .provide__list li {
    margin-right: 0;
    width: 100%;
  }
  .contact__item {
    margin-bottom: 0.36rem;
  }
  .contact__item strong {
    font-size: 0.3rem;
  }
  .contact__list {
    display: block;
  }
  .contact__eq--item {
    margin-right: 4.6875vw;
  }
  .contact__eq--item figure {
    width: 1.4rem;
  }
  .provide__top {
    margin-bottom: 0.3rem;
  }
  .provide__contact {
    padding-top: 0.3rem;
  }
  .popular {
    padding: 0.5rem 5%;
  }
  .about__main {
    padding: 0 5% 0.5rem;
  }
  .about__sub:before {
    left: -6%;
  }
  .contact__mask {
    left: 5%;
    right: 5%;
    display: block;
  }
  .contact__title h3 {
    font-size: 0.44rem;
  }
  .contact__title strong {
    font-size: 0.22rem;
  }
  .contact__ico {
    height: 2rem;
  }
  .contact__top figure {
    padding-bottom: 6rem;
  }
  .contact__wid {
    margin-top: 0.4rem;
    width: 100%;
  }
  .contact__li li {
    margin-left: 0;
    padding: 0.3rem 5% 0.22rem;
    width: 100%;
  }
  .message__row .queste__item {
    margin-right: 0;
    width: 100%;
  }
  .strategy {
    padding: 0.32rem 5% 0.6rem;
  }
  .news__list li a {
    padding: 0.3rem 0;
    display: block;
  }
  .news__imgsf {
    width: 100%;
  }
  .news__fixs {
    margin-left: 0;
    margin-top: 0.3rem;
    width: auto;
  }
  .news__page {
    flex-wrap: wrap;
  }
  .news__page a {
    margin-bottom: 0.1rem;
  }
  .news__where {
    padding: 0.32rem 0.14rem 0.5rem 5%;
  }
  .news-slide figure {
    padding-bottom: 50vw;
  }
  .news-slide strong {
    left: 5%;
    right: 1rem;
  }
  .flex__menu {
    top: auto;
    transform: translateY(0);
    bottom: 0.3rem;
    right: -0.74rem;
    transition: 0.4s;
  }
  .flex__menu:hover {
    right: 0.13rem;
  }
}
