/*==================== 右侧划入菜单 =====================*/
.popup {
  /* position: fixed; */
}
.popup-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 30px;
  z-index: 9999;
  overflow: hidden;
  overflow-y: scroll;
  min-width: 270px;
  background-color: #2d333a;
  transform: translateX(100%);
  transition: all .5s ease-in-out;
}
.popup:target .popup-content {
  transform: translateX(0);
  transition: all .5s ease-in-out;
}
.canvas-title {
  margin-bottom: 30px;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Raleway",sans-serif;
  letter-spacing: .5px;
  word-spacing: 2px;
  margin-left: 22px;
  position: relative;
  font-weight: 500;
}
.canvas-title::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #10B765;
  transform: none;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  left: -24px;
}
.slide-sidebar {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.slide-sidebar > li:hover > a {
  color: #10B765;
}
.slide-sidebar > li > a {
  font-size: 12px;
  line-height: 25px;
  color: #ddd;
  display: block;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(225,225,225,.15);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.popup-close:link, .popup-close:visited {
  color: #555;
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 32px;
  background-color: transparent;
  z-index: 100;
}
.popup-close:hover {
  color: #16A085;
}
.popup-open:hover,
.popup-open {
  background-color: #16A085;
  color: #fff;
  font-size: 20px;
  padding: 2.1rem 5rem;
  line-height: 1;
  text-decoration: none !important;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 50px;
  font-family: "Raleway",sans-serif;
}

/*=====================================================
       Banner轮播
=======================================================*/
.topBanner{
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.indexcontactWay{
  position: absolute;
  bottom: -40px;
  right: 0;
  background: #e4e4e4;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
}
.indexcontactWay:hover{
  opacity: 1;
  position: absolute;
  bottom: -40px;
  right: 0;
  background: #e4e4e4;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-animation-name: fadeIn; /*动画名称*/
  -webkit-animation-duration: 0.8s; /*动画持续时间*/
  -webkit-animation-iteration-count: 1; /*动画次数*/
  -webkit-animation-delay: 0s; /*延迟时间*/
}
.indexcontactWay a{
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
/* .indexcontactWay a img{
  margin-left: 4px;
  margin-bottom: 4px;
  width: 20px;
  height: 21px;
} */
/* 媒体查询定义移动端屏幕显示大小 */
@media screen and (max-width: 550px){
  .indexcontactWay{
    position: absolute;
    bottom: -35px;
    right: 0;
    background: #e4e4e4;
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    opacity: 1;
  }
  .indexcontactWay:hover{
    position: absolute;
    bottom: -35px;
    right: 0;
    background: #e4e4e4;
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    opacity: 1;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
  }
  .indexcontactWay a{
    color: #333333;
    font-size: 12px;
    font-weight: 400;
  }
  /* .indexcontactWay a img{
    margin-left: 2px;
    width: 15px;
    height: 15px;
  } */
}




.topBanner .bannerPlay img{
  width: 100%;
}
.topBanner .slick-prev, .topBanner .slick-next { z-index: 999; position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; font-weight: bold; cursor: pointer; background: transparent; color: transparent;bottom: -6%; padding: 0; border: none; outline: none; }
.topBanner .slick-prev:focus, .topBanner .slick-next:focus { outline: none; }
.topBanner .slick-prev.slick-disabled:before, .topBanner .slick-next.slick-disabled:before { opacity: 0.25; }

.topBanner .slick-prev:before, .topBanner .slick-next:before { font-family: "slick"; font-size: 30px; line-height: 1; color: red; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.topBanner .slick-prev { left: 45%; }
.topBanner .slick-prev:before { content: "\2039"; }

.topBanner .slick-next { right:45%; }
.topBanner .slick-next:before { content: "\203A"; }

@media screen and (max-width: 550px){
  .topBanner .slick-prev, .topBanner .slick-next {display: none !important; z-index: 999; position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; font-weight: bold; cursor: pointer; background: transparent; color: transparent;bottom: -4%; padding: 0; border: none; outline: none; }
}
@media screen and (min-width: 1960px) and (max-width: 2560px){
  .topBanner .slick-prev, .topBanner .slick-next { z-index: 999; position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; font-weight: bold; cursor: pointer; background: transparent; color: transparent;bottom: -4%; padding: 0; border: none; outline: none; }
  .topBanner .slick-prev:before, .topBanner .slick-next:before { font-family: "slick"; font-size: 30px; line-height: 0; color: red; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

}
/*=====================================================
05.popular packajge section css goes here       为企业采购销售提供数字化转型
=======================================================*/

.popular-packages {
  background: #ffffff;
  padding: 40px 0;
  padding-bottom: 80px;
}
.popular-packages .single-package {
  -moz-box-shadow:2px 2px 5px #C2C2C2;
  -webkit-box-shadow:2px 2px 5px #C2C2C2;
  box-shadow:2px 2px 5px #C2C2C2;
}
.popular-packages .single-package {
  cursor: pointer;
}
.popular-packages .single-package:hover .package-image a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.popular-packages .single-package .package-image {
  overflow: hidden;
}
.popular-packages .single-package .package-image a img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.popular-packages .single-package .package-contents {
  padding: 20px;
}
.popular-packages .single-package .package-calto-action .ct-action li a{
  color:red;
}
.popular-packages .single-package .package-contents h3 {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 20px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.popular-packages .single-package .package-contents p {
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.popular-packages .single-package .package-calto-action {
  padding: 0 20px 20px;
  font-size: 14px;
}
.popular-packages .single-package .package-calto-action .ct-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popular-packages .single-package .package-calto-action .ct-action li:before
{
  content:"\2192";
  vertical-align: middle;
  color: red;
  font-size: 18px;
}

/*=====================================================
08.Choose us strat section css goes here      新闻资讯
=======================================================*/

.travelsers-bg {
  background-color: #e7e7e7;
  position: relative;
  padding: 40px 0;
}
.travelsers-bg .single-package {
  /* height: 390px;
  padding-top: 55px; */
  overflow: hidden;
  position: relative;
}

/* 轮播图 */
.carouselContainer{
  max-width: 800px;
  margin: 0 auto;
}
.slideContent{
  width: 100%;
  min-height: 180px;
  overflow: hidden;
  position: relative;

}
.slideContent .img{
  overflow: hidden;
  position: absolute;
  transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slideContent .img img{
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.slideContent .img1{
  width: 40%;
  height: 40%;
  top: 30%;
  left: -50%;
  z-index: 1;
}
.slideContent .img2{
  width: 40%;
  height: 40%;
  top: 30%;
  left: -10%;
  z-index: 2;
}
.slideContent .img3{
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  z-index: 3;
  -moz-box-shadow:3px 3px 10px #333333;
  -webkit-box-shadow:3px 3px 10px #333333;
  box-shadow:3px 3px 10px #333333;
}
.slideContent .img4{
  width: 40%;
  height: 40%;
  top: 30%;
  left: 70%;
  z-index: 2;
}
.slideContent .img5{
  width: 40%;
  height: 40%;
  top: 30%;
  left: 110%;
  z-index: 1;
}
.slide-bt{
  position: absolute;
  left: 50%;
  bottom: 13%;
  z-index: 10;
}
.slide-bt span{
  width: 24px;
  height: 8px;
  background: #c9caca;
  float: left;
  margin: 5px;
  border-radius: 4px;
}
.slideContent .slide-bt .on{
  background: #ffd200;
}
.prev-next{
  position: absolute;
  bottom: 0%;
  left: 40%;
}
.carouselContainer button{
  width: 45px;
  background: none;
  cursor: pointer;
  outline: none;
  /* margin: 5px; */
}
/* 轮播图结束 */


.travelsers-bg .single-package .package-content {
  padding: 20px;
  padding-top: 70px
}

.travelsers-bg .single-package .package-content .timeShow{
  font-size: 14px;
  font-family: "微软雅黑";
  margin-left: 20px;
}

.moreNews{
  margin-top: 0;
}
.moreNews .package-calto-action .ct-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.moreNews .package-calto-action .ct-action li {
  background: #d51d1a;
  border-radius: 20px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 8%;
}
.moreNews .package-calto-action .ct-action li .travel-booking-btn{
  color:#fff;
  font-size: 16px;
}
.moreNews .package-calto-action .ct-action li .travel-booking-btn img{
  width: 25px;
  height: 31px;
}
/* 媒体查询定义移动端屏幕显示大小 */
@media screen and (max-width: 550px){
  .travelsers-bg .single-package {
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  .travelsers-bg .single-package .package-content{
    padding: 20px;
    padding-top: 35px;
  }
  .travelsers-bg .single-package .package-content h4{
    font-size: 1.2rem;
  }
  .moreNews{
    margin-top: 10px;
  }
}

/*=====================================================
07.popular destination strat section css goes here    活动展示
=======================================================*/

.destinations_1 {
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
}

.destinationsButton{
  margin-bottom: 60px;
}

/* 轮播图 */

/* 样式在myswiper.css里 */


/* 更多活动按钮 */
.moreActive{
  float: right;
  margin-top: -40px;
}
.moreActive .package-calto-action .ct-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.moreActive .package-calto-action .ct-action li {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #000;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 8%;
}
.moreActive .package-calto-action .ct-action li .travel-booking-btn{
  color: #000;
  font-size: 16px;
}
.moreActive .package-calto-action .ct-action li .travel-booking-btn img{
  width: 24px;
  height: 30px;
  margin-top: -4px;
}

/*=====================================================
                    生态资源
 =======================================================*/
.zoologyResource{
  background: #e7e7e7;
  padding-bottom: 70px;
}
.zoologyResource .resourceImg {
  width: 60%;
  margin-left: 20%;
  margin-top: 50px;
  position: relative;
}
.zoologyResource .resourceImg .myResourceImg{
  cursor: pointer;
}
.zoologyResource .resourceModules img{
  width: 40%;
  opacity: 0;
}

.myResourceImg:hover .resourceModules img{
  opacity: 1;
  -webkit-animation-name: fadeIn; /*动画名称*/
  -webkit-animation-duration: 1s; /*动画持续时间*/
  -webkit-animation-iteration-count: 1; /*动画次数*/
  -webkit-animation-delay: 0s; /*延迟时间*/
}

.zoologyResource .resourceImg .resourceModules1 {
  position: absolute;
  top: 5%;
  left: -22%;
}
.zoologyResource .resourceImg .resourceModules2 {
  position: absolute;
  bottom: 5%;
  left: -28%;
}
.zoologyResource .resourceImg .resourceModules3 {
  position: absolute;
  top: -8%;
  right: -6%;
}
.zoologyResource .resourceImg .resourceModules4 {
  position: absolute;
  bottom: 50%;
  right: -33%;
}
.zoologyResource .resourceImg .resourceModules5 {
  position: absolute;
  bottom: -4%;
  right: -10%;
}
/*=====================================================
                    友情链接
 =======================================================*/
.friendHref{
  background: url(../images/strategyBackground.png) no-repeat;
  background-size: cover;
  height: 150px;
  line-height: 150px;
}
.friendHref .friendHref-title{
  font-size: 20px;
  color: #b32222;
  font-weight: bold;
}
/* 轮播图 */

.friendHref .content{margin:auto;padding:22px;width:100%}
.friendHref .content:after,.buttons::after{clear:both;content:"";display:table;}

.friendHref .slick-prev{
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: url(../images/slick-prev.png) no-repeat;
  transform: scale(0.75);
  top: 25%;
  padding: 0;
  border: none;
  outline: none;
}
.friendHref .slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: url(../images/slick-next.png) no-repeat;
  transform: scale(0.75);
  color: transparent;
  top: 25%;
  padding: 0;
  border: none;
  outline: none;
}
.friendHref .slick-prev:focus, .friendHref .slick-next:focus { outline: none; }

.friendHref .slick-prev { left: -90px; }

.friendHref .slick-next { right: -70px; }


@media screen and (max-width: 550px){
  .friendHref .content{margin:auto;padding: 40px 50px 40px 0;width:100%}

  .friendHref .slick-prev, .friendHref .slick-next {
    transform: scale(0.55);
    top: 10%;
  }

  .friendHref .slick-prev { left: -50px; }

  .friendHref .slick-next { right: -60px; }
}

