/*
 * @Author: fegq
 * @Description: This is a header comment.
 * @version: v0.0.1
 * @Date: 2021-01-13 16:47:43
 * @LastEditors: fegq
 * @LastEditTime: 2021-04-23 10:29:22
 */
/*
common property
*/
/*
common methods
*/
.img {
  display: inline-block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
table {
  width: 100%;
}

@-webkit-keyframes circleMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes circleMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.banner {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #d8d8d8;
  overflow: hidden;
}
.banner ul li {
  width: 100% !important;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner ul li a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.banner .banner-mid {
  position: relative;
  top: -100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  height: 100%;
}
.banner .banner-mid .banner-page {
  position: absolute;
  bottom: 50px;
}
.banner .banner-mid .banner-page span.swiper-pagination-bullet {
  margin-right: 30px;
  width: 82px;
  height: 14px;
  background-color: white;
  border-radius: 6.5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.banner .banner-mid .banner-page span.swiper-pagination-bullet-active {
  width: 82px !important;
  background-color: #478567;
}

.about-intro {
  padding: 70px 0 120px 0;
}
.about-intro .block-content {
  margin-top: 70px;
  width: 100%;
  height: 435px;
}
.about-intro .about-left {
  float: left;
  width: 665px;
}
.about-intro .about-left small {
  font-family: 'sszhjt';
  font-size: 40px;
  color: #666;
  text-transform: uppercase;
}
.about-intro .about-left h4 {
  margin: 30px 0;
  font-family: 'sszhjt';
  font-size: 60px;
  color: #224534;
  font-weight: normal;
}
.about-intro .about-left .about-des {
  margin-bottom: 30px;
  font-size: 18px;
  color: #333;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5;
}
.about-intro .about-right {
  position: relative;
  float: right;
  width: 488px;
  border: 4px solid #224534;
}
.about-intro .about-right .intro-ls li {
  width: 489px;
  height: 435px;
}
.about-intro .about-right .intro-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-intro .about-right .intro-ls li a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.about-intro .about-right .intro-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 160px;
  height: 50px;
}
.about-intro .about-right .intro-btn .swiper-button-next,
.about-intro .about-right .intro-btn .swiper-button-prev {
  position: absolute;
  width: 59px;
  height: 50px;
  background-color: white;
  border-radius: 10px;
}
.about-intro .about-right .intro-btn .swiper-button-next i,
.about-intro .about-right .intro-btn .swiper-button-prev i {
  color: #224534;
  font-size: 18px;
}
.about-intro .about-right .intro-btn .swiper-button-next::after,
.about-intro .about-right .intro-btn .swiper-button-prev::after {
  display: none;
}

.pro {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 815px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.pro .pro-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid white;
}
.pro .pro-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 0;
  border-right: 1px solid white;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.pro .pro-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #224534;
}
.pro .pro-nav li a span {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  height: 46px;
  font-size: 40px;
}
.pro .pro-nav li a small {
  font-size: 18px;
  text-transform: capitalize;
}
.pro .pro-nav li:last-child {
  border-right: none;
}
.pro .pro-nav li:hover, .pro .pro-nav li.active {
  position: relative;
  background-color: #224534;
}
.pro .pro-nav li:hover a, .pro .pro-nav li.active a {
  color: white;
}
.pro .pro-nav li:hover::after, .pro .pro-nav li.active::after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -15px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #224534;
}
.pro .pro-content {
  width: 100%;
  height: 100%;
}
.pro .pro-content li {
  display: none;
  width: 100%;
  height: 100%;
}
.pro .pro-content li img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.pro .pro-content li.active {
  display: block;
}

.case {
  padding-top: 70px;
  padding-bottom: 110px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.case .case-nav {
  height: 110px;
  text-align: center;
}
.case .case-nav a {
  display: inline-block;
  width: 286px;
  height: 110px;
  line-height: 110px;
  color: #224534;
  background-color: white;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case .case-nav a.active {
  background-color: #224534;
  color: white;
}
.case .case-ls {
  margin-top: 70px;
  height: 515px;
}
.case .case-ls .case-item {
  position: relative;
  display: none;
  width: 100%;
  height: 500px;
}
.case .case-ls .case-item .case-item-img {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.case .case-ls .case-item .case-item-img img {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.case .case-ls .case-item .case-item-img::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 69, 52, 0.07);
  z-index: 2;
}
.case .case-ls .case-item .case-item-bot {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  z-index: 6;
}
.case .case-ls .case-item .case-item-bot .case-item-txt1 {
  width: 100%;
  height: 100%;
}
.case .case-ls .case-item .case-item-bot .case-item-txt1 span,
.case .case-ls .case-item .case-item-bot .case-item-txt1 small {
  display: inline-block;
  width: 100%;
}
.case .case-ls .case-item .case-item-bot .case-item-txt1 span {
  position: relative;
  margin-top: 200px;
  padding-top: 45px;
  margin-bottom: 25px;
  font-size: 55px;
}
.case .case-ls .case-item .case-item-bot .case-item-txt1 span::after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24.5px;
  content: '';
  display: block;
  width: 49px;
  height: 5px;
  background-color: white;
}
.case .case-ls .case-item .case-item-bot .case-item-txt1 small {
  font-size: 30px;
  text-transform: uppercase;
}
.case .case-ls .case-item .case-item-bot .case-item-txt2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.case .case-ls .case-item .case-item-bot .case-item-txt2 a {
  font-size: 22px;
  color: #224534;
  font-weight: bold;
  line-height: 3;
}
.case .case-ls .case-item .case-item-bot .case-item-txt1 a {
  color: #fff;
}
.case .case-ls .case-item .case-item-bot a {
  display: block;
  width: 100%;
  height: 100%;
}
.case .case-ls .case-item .case-item-bot a:hover small {
  text-decoration: underline;
}
/* .case .case-ls .case-item .case-item-bot:hover .case-item-txt1 {
  display: none;
} */
/* .case .case-ls .case-item .case-item-bot:hover .case-item-txt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */
.case .case-ls .case-item.active {
  display: block;
}

.team {
  margin-bottom: 80px;
  width: 100%;
  height: 100%;
  max-height: 728px;
  overflow: hidden;
}
.team .team-left {
  float: left;
  width: 43%;
  height: 100%;
}
.team .team-left .team-left-con {
  margin: 20% auto 0 auto;
  width: 480px;
  height: 400px;
}
.team .team-left .team-left-con h3 {
  font-size: 48px;
  color: #333;
  font-weight: normal;
}
.team .team-left .team-left-con small {
  display: block;
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
}
.team .team-left .team-left-con .team-des {
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 10;
}
.team .team-right {
  float: right;
  width: 57%;
  height: 100%;
}
.team .team-right img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.channel {
  margin-bottom: 80px;
}
.channel .block-content {
  margin-top: 55px;
  width: 100%;
  height: 746px;
}
.channel .block-content .channel-left {
  float: left;
  width: 50%;
  height: 100%;
}
.channel .block-content .channel-left .channel-left-con {
  margin: 15% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  width: 500px;
  height: 460px;
  color: white;
}
.channel .block-content .channel-left .channel-left-con h3 {
  font-weight: normal;
  font-size: 50px;
}
.channel .block-content .channel-left .channel-left-con small {
  margin: 30px 0 50px 0;
  display: block;
  width: 100%;
  font-size: 36px;
}
.channel .block-content .channel-left .channel-left-con .channel-des {
  max-width: 500px;
  font-size: 24px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6;
}
.channel .block-content .channel-right {
  float: right;
  width: 50%;
  height: 100%;
}
.channel .block-content .channel-right .channel-img {
  width: 100%;
  height: 511px;
  overflow: hidden;
}
.channel .block-content .channel-right .channel-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.channel .block-content .channel-right .channel-txt {
  width: 100%;
  height: 235px;
  text-align: center;
}
.channel .block-content .channel-right .channel-txt span {
  margin-top: 75px;
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 36px;
}

.act .block-content {
  margin-top: 55px;
}
.act .block-content .act-inner {
  position: relative;
  padding-bottom: 55px;
}
.act .block-content .act-inner .act-ls {
  width: auto;
  height: 695px;
}
.act .block-content .act-inner .act-ls .swiper-slide {
  margin-right: 40px;
  width: 580px !important;
  height: 500px;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-img {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-img .act-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -168.5px;
  margin-top: -134px;
  width: 339px;
  height: 278px;
  border: 3px solid white;
  border-radius: 10px;
  -webkit-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-img .act-txt::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -154px;
  margin-top: -126.5px;
  content: '';
  width: 308px;
  height: 253px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.44);
}
.act .block-content .act-inner .act-ls .swiper-slide .act-img .act-txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -75px;
  margin-top: -32.5px;
  padding-top: 20px;
  display: block;
  width: 150px;
  height: 65px;
  font-size: 36px;
  color: #224534;
  text-align: center;
  z-index: 4;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-img .act-txt span::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20.5px;
  display: block;
  width: 41px;
  height: 4px;
  background-color: #224534;
  border-radius: 1.5px;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-bot {
  padding: 40px 0;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-bot h4 span {
  float: left;
  display: block;
  max-width: 420px;
  font-size: 25px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-bot h4 a {
  float: right;
  margin: 0;
}
.act .block-content .act-inner .act-ls .swiper-slide .act-bot .act-bot-des {
  margin-top: 5px;
  max-width: 420px;
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2;
}
.act .block-content .act-inner .act-ls .swiper-slide:hover .act-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.act .block-content .act-inner .act-ls .swiper-slide:hover .act-img .act-txt {
  -webkit-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}
.act .block-content .act-inner .act-page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 10px;
  background-color: #999;
  border-radius: 4.5px;
}
.act .block-content .act-inner .act-page .swiper-pagination-bullet {
  width: 300px;
  border-radius: 4.5px;
  background-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.act .block-content .act-inner .act-page .swiper-pagination-bullet-active {
  width: 300px;
  border-radius: 4.5px;
  background-color: #224534;
}

.forest .forest-inner {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 840px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d8d8d8;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.forest .forest-inner::before {
  content: 'FOREST WEDDING';
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #efeeee;
  font-size: 124px;
  z-index: -1;
}
.forest .forest-inner .forest-mid {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -600px;
  margin-top: -150px;
  width: 1200px;
  height: 300px;
  text-align: center;
  color: white;
}
.forest .forest-inner .forest-mid h4 {
  margin-bottom: 45px;
  font-size: 72px;
  font-weight: normal;
  text-shadow: 0 0 5px white;
}
.forest .forest-inner .forest-mid p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  max-height: 160px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4;
}
.forest .forest-inner .forest-mid .forest-qrcode {
  text-align: center;
}
.forest .forest-inner .forest-mid .forest-qrcode img, .forest .forest-inner .forest-mid .forest-qrcode span {
  display: inline-block;
}
.forest .forest-inner .forest-mid .forest-qrcode img {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 65px;
  height: 65px;
}
.forest .forest-inner .forest-mid .forest-qrcode span {
  width: 100%;
}
.forest .forest-inner .forest-mid .forest-pot {
  margin: 65px auto 0 auto;
  width: 60px;
  height: 9px;
}
.forest .forest-inner .forest-mid .forest-pot span,
.forest .forest-inner .forest-mid .forest-pot strong {
  display: inline-block;
  height: 9px;
  background-color: white;
}
.forest .forest-inner .forest-mid .forest-pot span {
  float: left;
  width: 9px;
  border-radius: 50%;
}
.forest .forest-inner .forest-mid .forest-pot strong {
  float: right;
  width: 41px;
  border-radius: 4px;
}
.forest .forest-inner .forest-ls {
  position: absolute;
  bottom: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.forest .forest-inner .forest-ls li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 120px;
  width: 98px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  border-right: 50%;
  border-radius: 50%;
  border: 3px solid white;
}
.forest .forest-inner .forest-ls li i {
  color: white;
  font-size: 50px;
}
.forest .forest-inner .forest-ls li:last-child {
  margin-right: 0;
}
.forest .forest-inner .forest-ls li.active {
  border-color: #224534;
  -webkit-box-shadow: 0 0 10px white;
          box-shadow: 0 0 10px white;
  background-color: rgba(34, 69, 52, 0.25);
}
.forest .forest-inner .forest-ls li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -120%;
  display: inline-block;
  width: 110%;
  height: 1px;
  border-top: 1px dashed white;
}
.forest .forest-inner .forest-ls li:last-child::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 120%;
  display: inline-block;
  width: 110%;
  height: 1px;
  border-top: 1px dashed white;
}

.news {
  padding-bottom: 80px;
}
.news .news-ls {
  padding: 50px 0;
}
.news .news-ls li {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 180px;
  background: #f5f5f5;
}
.news .news-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .news-ls li a .news-ls-left {
  float: left;
  margin-right: 30px;
  width: 255px;
  height: 146px;
  border-radius: 24px;
  overflow: hidden;
}
.news .news-ls li a .news-ls-left img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.news .news-ls li a .news-ls-right {
  float: right;
  width: 870px;
}
.news .news-ls li a .news-ls-right .news-ls-title {
  margin-top: 10px;
  margin-bottom: 30px;
}
.news .news-ls li a .news-ls-right .news-ls-title strong {
  display: inline-block;
  width: 730px;
  font-weight: normal;
  font-size: 22px;
  color: #666;
}
.news .news-ls li a .news-ls-right .news-ls-title span {
  display: inline-block;
  width: 135px;
  font-size: 18px;
  color: #646a67;
}
.news .news-ls li a .news-ls-right .news-ls-des {
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2;
}
.news .news-ls li:last-child {
  margin-bottom: 0;
}
.news .news-ls li:hover {
  background: #e4e8e6;
}
.news .news-ls li:hover a .news-ls-right .news-ls-title strong, .news .news-ls li:hover a .news-ls-right .news-ls-title span {
  color: #224534;
}
.news .news-ls li:hover a .news-ls-right .news-ls-des {
  color: #4c5450;
}
