.travel-guide-list {
  padding: 0 6px;
}

.banner-slider {
  width: 100%;
  min-width: 700px;
  height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 10
}

.banner-slider .banner-content {
  width: 1920px;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  overflow: hidden
}

.banner-slider .banner-content>ul>li>a {
  display: table-cell;
  width: 1920px;
  height: 500px;
  vertical-align: middle;
  text-align: center
}

.banner-slider .banner-content>ul>li>a img {
  vertical-align: middle;
  width: 100%
}

.banner-slider .banner-focus {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 30px;
  z-index: 99;
  text-align: center
}

.banner-slider .banner-focus>ul {
  height: 20px
}

.banner-slider .banner-focus>ul>li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  cursor: pointer;
  vertical-align: middle;
  background: rgba(0, 0, 0, .4);
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3);
  -moz-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3);
  -o-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3);
  -ms-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3);
  box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3)
}

.banner-slider .banner-focus>ul>li.on {
  background: #dd6920;
  width: 18px;
  height: 18px;
  border: 1px solid #fff
}

.merit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px
}

.meritlist {
  width: 32.6%;
  float: left;
  display: flex;
  margin-right: 1%
}

.meritlist:last-child {
  margin-right: 0
}

.merit-cont {
  padding-left: 10px
}

.merit-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 7px
}

.h2box {
  padding-top: 20px;
  padding-bottom: 10px
}

.h2box h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700
}

.h2box p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px
}

.bgf5:nth-child(even) {
  background-color: #fff
}

.product-box {
  padding-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px
}

.product-card {
  margin: 0 10px;
  position: relative;
  border-radius: 9px;
  box-shadow: 0 2px 3px -1px #d2d2d2;
  border: 1px solid #eee9e5;
  margin-bottom: 30px
}

.product-card:hover {
  box-shadow: #ccc 0 0 10px
}

.product-card img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px
}

.product-rank {
  background: linear-gradient(45deg, #f98516, #f9aa5e);
  border-bottom-right-radius: 6px;
  border-top-left-radius: 5px;
  top: 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 5px 12px;
  position: absolute;
  text-shadow: 0 1px 2px #e18d0e
}

.product-cont {
  padding: 16px 16px 12px 16px;
  background-color: #fff;
  border-radius: 0 0 9px 9px
}

.product-title {
  color: #222;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  max-height: max-content;
  min-height: 56px
}

.product-title:hover {
  text-decoration: underline
}

.product-point {
  padding-top: 10px;
  font-size: 14px;
  color: #888;
  margin-top: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 40px
}

.product-jingdian {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 22px;
  overflow: hidden
}

.product-jingdian span {
  margin-bottom: 3px;
  display: inline-block;
  margin-right: 2%;
  border-radius: 5px;
  border: 1px dashed #ffca97;
  color: #f98516;
  line-height: 16px;
  padding: 2px 6px;
  font-size: 14px
}

.product-bottom {
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.days {
  margin-right: 10px;
  color: #999
}

.hui {
  color: #999
}

.booking_btn {
  border-radius: 6px;
  background-color: #f98516;
  color: #fff;
  padding: 3px 7px;
  font-size: 15px;
  border: 1px solid #f98516;
  text-align: center
}

.booking_btn:hover {
  color: #fff;
  background-color: #fb9d42;
  border: 1px solid #fb9d42
}

.price {
  color: #f98516
}

.price span {
  font-size: 20px;
  font-weight: 700;
  padding-right: 3px
}

.date {
  position: relative;
  margin-right: 10px;
  color: #555;
  cursor: pointer
}

.product-left img {
  margin-top: -3px;
  margin-left: 4px;
  width: 13px
}

.indent8 {
  text-indent: -8px;
}

.indent10 {
  text-indent: -10px
}

.date-list {
  overflow-y: scroll;
  z-index: 1;
  height: 200px;
  display: none;
  position: absolute;
  width: 270px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px
}

.date-list li {
  padding-bottom: 6px;
  padding-top: 6px;
  display: flex;
  justify-content: space-between
}

.date-list li .select {
  color: #f98516;
  text-decoration: underline
}

.date-list:hover::-webkit-scrollbar-thumb {
  background: #b5b4b4;
  border-radius: 8px
}

.date-list::-webkit-scrollbar {
  width: 6px
}

.more-button {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -20px
}

.more-button a {
  display: inline-block;
  height: 38px;
  line-height: 35px;
  color: #f98516;
  transition: all .3s;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #f98516
}

.more-button a:hover {
  background: #f98516;
  color: #fff;
  border: 1px solid #f98516
}

.tab-nav {
  display: flex;
  font-size: 23px;
  margin-bottom: 30px;
  cursor: pointer;
  justify-content: center
}

.tab-nav-list {
  width: max-content;
  text-align: center
}

.borderline {
  width: 1px;
  height: 28px;
  border-left: 1px solid #d3dbe6;
  margin: 0 15px;
  margin-top: 6px
}

.selected-border {
  display: none;
  height: 4px;
  background-color: #f98516;
  margin-top: 10px;
  border-radius: 10px;
  position: relative
}

.triangle {
  display: none;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 2px;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 0 none;
  border-bottom: 7px solid #f98516;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  overflow: hidden;
  -webkit-transition: all .2s ease-in
}

.tab-nav .active .selected-border,
.tab-nav .active .triangle {
  display: block
}

.seemore {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px
}

.seemore a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  color: #f98516;
  font-size: 17px;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #f98516
}

.seemore a:hover {
  background-color: #f98516;
  color: #fff
}

.cardall,
.cardall2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.card {
  width: 19%;
  position: relative;
  margin-bottom: 30px
}

.card,
.card img {
  border-radius: 10px
}

.vague {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, .2) none repeat scroll 0 0
}

.card {
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.vague .show {
  width: 85%;
  margin: auto
}

.vg1 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 15px
}

.va2,
.vg1 {
  color: #fff;
  text-align: center;
  width: 100%
}

.card2 {
  width: 24%;
  margin-bottom: 30px
}

.card2 img {
  border-radius: 10px
}

.card2:hover {
  transform: translateY(-4px);
  transition: all .3s;
  transform-style: preserve-3d
}

.travel-guide-list h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px
}

.travel-guide-list h3 img {
  width: 26px;
  height: 26px;
  margin-top: -4px;
  margin-right: 6px
}

.travel-guide-list li {
  font-size: 16px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px
}

.travel-guide-list li i {
  padding-right: 4px;
  font-size: 14px
}

.travel-guide-list li a:hover {
  text-decoration: underline
}

.more-guide {
  margin-bottom: 40px
}

.more-guide h3 {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700
}

.more-guide .tab-nav {
  font-size: 18px;
  color: #666;
  justify-content: flex-start
}

.more-guide .tab-nav-list {
  width: auto;
  margin-right: 20px
}

.more-guide .tab-nav-list span:hover {
  color: #f88518
}

.more-guide .tab-nav .active {
  color: #f88518
}

.more-guide-list {
  border-radius: 4px;
  box-shadow: #ccc 0 0 4px;
  margin-bottom: 30px;
  background-color: #fff
}

.more-guide-img {
  border-radius: 4px 0 0 4px;
  width: 40%;
  float: left
}

.more-guide-box {
  float: left;
  width: 60%;
  height: 126px;
  padding: 0 10px
}

.more-guide-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 25px;
  color: #000
}

.more-guide-unit {
  color: #666
}

.more-guide-unit span {
  float: right
}

.more-guide-unit span i {
  padding-right: 3px
}

.more-guide-list a:hover .more-guide-title {
  text-decoration: underline
}

.tab-nav-content {
  margin: 0 -10px
}

.tab-nav-content .col-lg-4 {
  padding: 0 10px
}

.pc-news .cont {
  position: relative;
  margin-bottom: 40px
}

.pc-news .cont>.row {
  margin-right: -10px;
  margin-left: -10px;
  overflow-x: clip
}

.pc-news .row .dis {
  position: relative
}

.pc-news .row .list {
  float: left;
  position: relative;
  padding: 0 10px
}

.pc-news .line .deg {
  font-size: 14px;
  border: 1px solid #eee9e5;
  border-top: none;
  color: #333;
  position: relative;
  box-shadow: #e3e3e3 0 0 10px;
  border-radius: 10px;
  padding: 25px;
  height: auto;
  background-color: #fff;
  overflow: hidden
}

.pc-news .line .deg .desp {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  max-height: 45px;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap
}

.pc-news .line .deg .desp:hover {
  color: #f78600
}

.pc-news .line .deg .dest {
  font-size: 12px;
  color: #555;
  font-style: italic;
  margin: 10px 0;
  display: block
}

.pc-news .line .deg .desg {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.6
}

.pc-news .pc-news-btn {
  top: 50%
}

.pc-news .pc-news-next {
  right: -40px
}

.pc-news .pc-news-prev {
  left: -40px
}

.pc-news .pc-news-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  color: #757575;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 99
}

.hide {
  display: none !important
}

.pc-cap {
  padding-bottom: 40px
}

.col-lg-0 {
  width: 12.5%;
  float: left;
  position: relative;
  min-height: 1px;
  text-align: center
}

.teamimg {
  max-width: 100%;
  width: 100%;
  position: relative
}

.imgname {
  font-size: 16px;
  padding: 6px;
  bottom: 0;
  left: 0;
  position: static;
  color: #333;
  margin-top: 2px;
  width: 100%;
  text-align: center
}

.teamimg img {
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 50%;
  width: 120px
}

.pc-foot-p {
  border-bottom: solid 1px #595f61;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 25px;
  clear: both
}

.pc-foot-p .wt {
  margin-right: 10px;
  float: left !important
}

.pc-foot-p .u .list {
  float: left;
  margin-right: 10px;
  position: relative;
  padding-right: 10px
}

.travel-guide-list li .fmar8 {
  margin-left: -8px;
}

@media (max-width:1599px) {
  .banner-slider {
    height: 416px
  }

  .banner-slider .banner-content {
    width: 1600px;
    height: 416px;
    margin-left: -800px
  }

  .banner-slider .banner-content>ul>li>a {
    width: 1600px;
    height: 416px
  }

  .price,
  .product-left,
  .va2 {
    font-size: 12px
  }

  .price span {
    font-size: 18px
  }
}

@media (max-width:1199px) {
  .banner-slider {
    height: 312px
  }

  .banner-slider .banner-content {
    width: 1200px;
    height: 312px;
    margin-left: -600px
  }

  .banner-slider .banner-content>ul>li>a {
    width: 1200px;
    height: 312px
  }

  .merit-title {
    font-size: 16px;
    margin-bottom: 6px
  }

  .merit-desc {
    line-height: 20px
  }

  .more-guide-unit {
    display: none
  }

  .more-guide-title {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .more-guide-box {
    height: 85px
  }

  .vague .show {
    width: 100%
  }
}

@media (max-width:1199px) {
  .card {
    width: 32%
  }

  .price,
  .product-left,
  .va2 {
    font-size: 14px
  }

  .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }

  .col-lg-4 {
    width: 50%
  }

  .pc-news .line .deg {
    padding: 12px
  }

  .pc-cap .col-lg-0 {
    width: 25%
  }

  .pc-news .row .list {
    padding: 0 5px
  }
}

@media (max-width:659px) {
  .banner-slider {
    min-width: 200px;
    height: 300px
  }
}