@import "global.css"; /*全局*/
@import "reset.css";  /*重置*/
@import "layout.css"; /*框架*/
@import "background.css"; /*背景*/
@import "color.css";  /*颜色*/
@import "typography.css"; /*文字*/
@import "button.css"; /*按钮*/
@import "header.css"; /*背景*/
@import "subforum.css"; /*分论坛*/
@import "form.css"; /*表单*/
@import "animation.css";  /*动画*/
@import "countdown.css";  /*倒计时*/
@import "backtotop.css";  /*返回顶部按钮*/
@import "sub.css"; /*二级页面*/
@import "subpage.css"; /*二级页面*/
@import "magnific-popup.css"; /*弹出窗口*/

/*首页主轮换*/

.mainSwiper {
  position: relative;
  z-index: 22;
  width: 100%;
  height: 80vh;
}
.mainSwiper .swiper-slide {
  text-align: left;
  background: var(--color-white);
  justify-content: left;
  align-items: left;
  padding-top: 20vh;
  overflow: hidden;
}
.mainSwiper .swiper-slide video {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 17;
}
.mainSwiper .swiper-slide h2, .mainSwiper .swiper-slide p {
  color: var(--color-white);
}
.mainSwiper .swiper-slide h2 {
  line-height: 18vh;
  margin-bottom: 30px;
}
.mainSwiper .swiper-slide h2 img {
  height: 18vh;
}
.mainSwiper .swiper-slide p {
  line-height: 14vh;
}
.mainSwiper .swiper-slide p img {
  height: 14vh;
}
.mainSwiper .swiper-slide p a {
  font-size: 14px;
  font-weight: 700;
  text-transform: None;
  color: var(--color-dark);
  padding: 12px 30px;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  background-color: var(--color-white);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.mainSwiper .swiper-slide p a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}

/*首页模块标题*/

.section-header {
  position: relative;
  z-index: 1;
  width:100%;
}
.section-header h2 {
  margin-top: 0;
  position: relative;
  color: var(--color-dark);

  font-size: 32px;
  padding-top: 12px;
  margin-bottom: 10px;
}
.section-header h2.invert {
  color: var(--color-white);
}
.section-header h2:after {
  position: absolute;
  content: attr(data-title);
  color: var(--color-gray);

  font-size: 16px;
  text-transform: uppercase;
  top: -32px;
  left: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-header h2.invert:after {
  color: #76c997;
}
.section-header p {
  color: var(--color-gray);
  font-size: 14px;
  line-height: 14px;
  padding: 0;
}
.section-header-separator-outer {
  overflow: hidden;
  margin: 0;
  padding-top: 40px;
}
.section-header-separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
  background-color: var(--color-sub);
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.section-header:hover .section-header-separator {
  height: 3px;
  width: 110px;
}
.section-header-separator-plus {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
  background-color: #76c997;
}

/*首页产品中心*/

.productBox {
  background: var(--color-white);
  border-radius: 3px;
  margin-bottom: 24px;
  padding: 20px;
  transition: all 0.3s var(--easing);
}
.productBox:hover {
  box-shadow: var(--shadow);
}
.productBox h2 {
  font-size: 24px;
  color: var(--color-dark);
}
.productBox .swiper-slide {
  text-align: center;
  background: var(--color-white);
}
.productBox .swiper-slide img {
  height: 100%;
  width: auto;
}
.productBox p {
  color: var(--color-gray);
}
.productBox p a {
  font-size: 12px;
  font-weight: 700;
  text-transform: None;
  border: 1px solid #144477;
  color: var(--color-dark);
  padding: 11px 23px;
  background-color: var(--color-white);
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.productBox p a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}
.proSwiper-a, .proSwiper-b, .proSwiper-c, .proSwiper-d {
  width: 100%;
  height: 200px;
}

/*首页方案轮换*/

.solutionSwiper {
  width: 100%;
  height: 540px;
}
.solutionSwiper .swiper-slide {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 1176px;
  background: var(--color-white);
  overflow: hidden;
}
.solutionSwiper .swiper-slide video {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 17;
}
.solutionSwiper .swiper-slide .mask-bg {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: absolute;
  z-index: 18;
  background: var(--mask);
}
.solutionSwiper .swiper-slide .slide-title {
  width: 100%;
  position: absolute;
  z-index: 19;
  color: var(--color-white);
}
.solutionSwiper .swiper-slide .slide-dec {
  width: 100%;
  padding: 0 100px;
  position: absolute;
  z-index: 19;
  color: var(--color-white);
  font-size: 14px;
}
.solutionSwiper .swiper-slide .slide-dec a {
  font-size: 14px;
  font-weight: 700;
  text-transform: None;
  color: var(--color-dark);
  padding: 12px 30px;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  background-color: var(--color-white);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.solutionSwiper .swiper-slide .slide-dec a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}
.swiper-pagination-solution {
  position: absolute;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-solution .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: var(--color-white);
  opacity: .4;
  transition: all .3s var(--easing);
  transition-delay: .1s;
}
.swiper-pagination-solution .swiper-pagination-bullet-active {
  width: 24px;
  opacity: .8;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  transition-delay: .1s;
}

/*首页案例列表*/

.caseSwiper {
  width: 100%;
  height: 450px;
}
.caseSwiper .swiper-slide {
  width: 100%;
  height: 450px;
  border-radius: 3px 0 0 3px;
}
.cases_area {
  padding: 24px 24px 24px 0;
}
.cases_item {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(111, 111, 111, 0.5) 1%, transparent 79%);
}
.cases_item h4 {
  display: block;
  padding: 20px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 900;
  margin: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
  background: var(--color-white);
}
.cases_item p {
  display: none;
  padding: 0 20px 15px 20px;
  line-height: 18px;
  font-size: 12px;
  margin: 0 1px;
  background: var(--color-white);
}
.cases_item_open p {
  display: block;
}
.cases_item a {
  font-size: 12px;
  font-weight: 700;
  text-transform: None;
  border: 1px solid #144477;
  color: var(--color-dark);
  padding: 11px 23px;
  background-color: var(--color-white);
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.cases_item a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}

/*首页新闻列表*/

.news_item {
  position: relative;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  background-color: var(--color-white);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.news_item:hover {
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}
.news_item .news_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}
.news_item .news_thumb img {
  width: 100%;
  max-width: 100%;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.news_item:hover .news_thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news_item .news_thumb .news_sort {
  position: absolute;
  background: var(--color-dark);
  color: var(--color-white);
  font-size: 12px;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.news_item .news_content {
  padding: 30px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}
.news_item .news_title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 16px;
}
.news_item .news_title a {
  color: var(--color-dark);
}
.news_item .news_desc {
  font-size: 14px;
  margin-bottom: 22px;
}
.news_item .btn_link {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.news_item .btn_link span {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.news_item .btn_link span:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-dark);
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.news_item:hover .btn_link {
  padding: 0 15px;
  color: var(--color-white);
  background-color: var(--color-dark);
}
.news_item:hover .btn_link span:after {
  opacity: 0;
}
.pricing_content a, .news_more a {
  font-size: 14px;
  font-weight: 700;
  text-transform: None;
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  padding: 11px 60px;
  background-color: var(--color-white);
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.pricing_content a {
  padding: 15px 30px;
}
.pricing_content a:hover, .news_more a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}

/*关于我们布局*/

.about_item {
  width: 100%;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  overflow: hidden;
}
.about_item_bg {
  display: block;
  height: 100%;
  background: rgba(48, 107, 85, 0);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.about_item:hover .about_item_bg {
  background: rgba(48, 107, 85, 0.3);
}
.about_item_bg span {
  display: inline-block;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 180px;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.about_item:hover .about_item_bg span {
  font-size: 22px;
}
.about_item .about_item_frame {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.about_item:hover .about_item_frame {
  position: absolute;
  top:5%;
  left:5%;
  width:90%;
  height:90%;
  border:2px solid #fff;
}

/*页尾布局*/

.footer {
  padding: 40px 0;
  background: var(--color-footer);
  color: var(--color-white);
  font-size: 12px;
}
.footer ul {
  list-style: none;
}
.footer a {
  color: var(--color-white);
}
.footer a:hover {
  color: var(--color-gray);
}
.menulist-footer, .menulist-footer ul, .menulist-footer li {
  margin: 0;
  padding: 0;
}
.menulist-footer li {
  line-height: 2.5;
}
.menulist-footer li.menu-title {
  font-size: 14px;
  font-weight: 900;
  margin: 10px 0;
}
.footer-info {
  line-height: 1.2;
}
.footer-info img {
  height: 24px;
}
.footer-logo {
  padding: 10px 0;
}
.footer-logo img {
  height: 40px;
}
.footer-info-copyright {
  border-top: 1px solid #444;
  padding-top: 40px;
  margin-top: 40px;
}




.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  color: var(--swiper-navigation-color);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.8);
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: calc(var(--swiper-navigation-size) / 2.5);
}
.swiper-button-prev {
  left: 24px;
}
.swiper-button-next {
  right: 24px;
}

.swiper-button-prev-sm, .swiper-button-next-sm {
  width: var(--swiper-navigation-size-sm);
  height: var(--swiper-navigation-size-sm);
  background: rgba(200, 200, 200, 0.4);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.productBox:hover .swiper-button-prev-sm, .productBox:hover .swiper-button-next-sm {
  opacity: 1;
}
.swiper-button-prev-sm:hover, .swiper-button-next-sm:hover {
  background: rgba(200, 200, 200, 0.8);
}
.swiper-button-prev-sm:after, .swiper-button-next-sm:after {
  font-size: calc(var(--swiper-navigation-size-sm) / 2.5);
}
.swiper-button-prev-sm {
  left: 0;
}
.swiper-button-next-sm {
  right: 0;
}



#aboutIndex .videoArea {
  width: 85%;
  height: 90%;
  border-radius: 3px;
  background: linear-gradient(to left, #3b895a 0%, #ffa800 100%);
}
#aboutIndex .videoImg {
  position:absolute;
  width:85%;
  height:85%;
  top:15%;
  left:10%;
  border-radius: 3px;
  overflow:hidden;
}

.videoCircle {
  position: absolute;
  background: var(--color-white);
  left: 50%;
  top: 50%;
}
.videoCirclea {
  width: 100px;
  height: 100px;
  opacity: 0.2;
  border-radius: 50px;
  margin-left: -50px;
  margin-top: -50px;
}
.videoCircleb {
  width: 80px;
  height: 80px;
  opacity: 0.4;
  border-radius: 40px;
  margin-left: -40px;
  margin-top: -40px;
}
.button-video {
  position: absolute;
  width: 64px;
  height: 64px;
  background: #ffa800;
  border-radius: 320px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
.button-video i {
  line-height: 64px;
  font-size: 32px;
  color: var(--color-white);
}

/*-------------------------
    Footer
--------------------------*/
.footer {
  background: #3b895a url("../img/bg-footer.jpg") center bottom no-repeat;
  background-size: 100% auto;
}

.footer li::selection {
  background: #ffa800;
}

.footer .footer-primary {
  padding-top: 60px;
  padding-bottom: 120px;
}

.footer .footer-widget {
  margin-bottom: 20px;
}

.footer .footer-widget_title {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.footer .footer-widget_title:before {
  font-family: 'icomoon';
  content: "\e91b";
  font-size: 14px;
  font-weight: normal;
  margin-right: 4px;
  margin-left: -4px; 
}
/*.footer .footer-widget_content li {
  padding-left: 11px;
}*/
.footer .footer-widget_content li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.footer .footer-widget_content li span i {
  font-size: 12px;
  line-height: 20px;
  color: var(--color-dark);
}
.footer .footer-widget_content li.nameline {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border-left: 3px solid #ffa800;
  padding-left: 8px;
}
.footer .contact-list li {
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.footer .contact-list li a {
  color: rgba(255, 255, 255, 1);
}

.footer .footer-form {
  position: relative;
}

.footer .footer-form .form-control {
  border-color: transparent;
  background-color: #00243b;
  color: #8097a1;
  font-size: 14px;
  border-radius: 4px;
}

.footer .footer-form .form-control:focus {
  border-color: #8097a1;
}

.footer .footer-form .form-control::-webkit-input-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control:-moz-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control::-moz-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control:-ms-input-placeholder {
  color: #8097a1;
}

.footer .footer-form .footer-form__submit {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  border-radius: 50%;
  color: #ffa800;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer .footer-form .footer-form__submit:hover {
  color: #fff;
  background-color: #3b895a;
}

.footer .custom-control-label:before,
.footer .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  border-color: rgba(230, 233, 235, 0.1) !important;
}

.footer .footer-widget-nav li,.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 11px;
}

.footer .footer-widget-nav li a:hover {
  color: #ffa800;
}

.footer .social-icons li {
  margin-right: 25px;
}

.footer .social-icons li a {
  font-size: 18px;
  color: #fff;
}

.footer .social-icons li a:hover {
  color: #3b895a;
}

.footer .btn_download {
  min-width: 125px;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}

.footer .btn_download i {
  margin-right: 10px;
}

.footer .btn_download:before {
  background-color: #3b895a !important;
}

.footer .footer-secondary {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 2px solid rgba(230, 233, 235, 0.1);
}

.footer .footer-secondary .footer_copyrights {
  color: #f9f9f9;
}

.footer-light {
  background-color: #fff;
}

.footer-light #scrollTopBtn,
.footer-light .social-icons li a,
.footer-light .footer-widget_title,
.footer-light .footer-secondary .footer_copyrights {
  color: #ffa800;
}

.footer-light .footer-widget-nav li a {
  color: #9b9b9b;
}

.footer-light .custom-control-label:before,
.footer-light .custom-control-input:checked~.custom-control-label::before {
  border-color: #e7ebef !important;
}

.footer-light .footer-form .form-control {
  color: #8097a1;
  background-color: #e6e9eb;
}

.footer-light .footer-form .form-control:focus {
  border-color: #8097a1;
}

.footer-light .footer-form .footer-form__submit {
  color: #fff;
  background-color: #ffa800;
}

.footer-light .footer-secondary {
  border-color: #e5e8ea;
}

.footer-light .btn_download {
  border: 1px solid #e5e8ea;
}

.footer-light .btn_download:hover {
  border-color: #3b895a;
}

/* Scroll Top Button */
#scrollTopBtn {
  line-height: 1;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  color: #3b895a;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .footer .footer-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .footer .footer-widget {
    margin-bottom: 20px;
  }

  .footer .footer-widget_title {
    margin-bottom: 14px;
  }

  .footer .footer-widget-nav li a {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer_copyrights {
    margin-bottom: 10px;
  }

  .footer .social-icons {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }

  .footer .btn_download {
    margin-top: 10px;
  }

  .footer .quicklink {
    display: none;
  }

  .footer .justify-content-end {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: start !important;
  }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .footer .footer-widget {
    margin-bottom: 10px;
  }

  .footer .footer-widget.footer-widget-nav ul {
    margin-bottom: 0;
  }

  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  #scrollTopBtn.actived {
    right: 20px;
  }
}



/*--------------------------
        pricing
--------------------------*/
.page-title-layout4+.pricing {
  margin-top: -265px;
  z-index: 2;
}

.pricing-item {
  position: relative;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(40, 40, 40, 0.05);
  box-shadow: 0px 5px 50px 0px rgba(40, 40, 40, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-item .pricing_top {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e8ea;
  color: #3b895a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-item .pricing_top i {
  font-size: 36px;
  padding: 10px;
  background:linear-gradient(to top right, #3b895a 0%, #3b895a 30%, #ffa800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-item .pricing__header {
  margin-bottom: 10px;
}

.pricing-item .pricing__title {
  color: #3b895a;
  font-size: 16px;
  margin-bottom: 0;
}

.pricing-item .pricing__currency {
  font-size: 45px;
  font-weight: 400;
}

.pricing-item .pricing__price {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #ffa800;
  line-height: 1;
}

.pricing-item .pricing__time {
  font-size: 15px;
  font-weight: 700;
}

.pricing-item .pricing_desc {
  font-size: 14px;
  margin-bottom: 25px;
}

.pricing-item .pricing__list {
  margin-bottom: 34px;
}

.pricing-item .pricing__list li {
  margin-bottom: 12px;
}

.pricing-item .pricing__list li:before {
  font-size: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.pricing-item .pricing__header,
.pricing-item .pricing_content,
.pricing-item .pricing__footer {
  padding-right: 30px;
  padding-left: 30px;
}

.pricing-item .pricing__footer {
  padding-bottom: 50px;
}

.pricing .btn.btn_secondary.btn_bordered {
  min-width: 180px;
  height: 60px;
  line-height: 60px;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .page-title-layout4+.pricing {
    margin-top: 0;
  }

  .pricing-item {
    height: auto;
  }

  .pricing-item .pricing__list {
    margin-bottom: 20px;
  }

  .pricing-item .pricing_desc {
    font-size: 14px;
  }

  .pricing-item .pricing__price {
    font-size: 40px;
  }

  .pricing-item .pricing__currency {
    font-size: 25px;
  }

  .pricing-item .pricing_top {
    padding: 15px;
    margin-bottom: 30px;
  }

  .pricing-item .pricing__header,
  .pricing-item .pricing_content,
  .pricing-item .pricing__footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-item .pricing__footer {
    padding-bottom: 20px;
  }
}
.icpArea {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 14px;
}



/*首页方案轮换*/

.guestSwiper {
  width: 100%;
  height: 360px;
}
.guestSwiper .swiper-slide {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.guestSwiper h6 {
  padding: 0;
  margin: 12px 0;
  font-size: 16px;
  line-height: 16px;
  color: var(--color-white);
}
.guestSwiper p {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: var(--color-white);
}
.guestSwiper img  {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; 
  box-shadow: var(--shadow);
}
.swiper-pagination-guest {
  position: absolute;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-guest .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: var(--color-white);
  opacity: .4;
  transition: all .3s var(--easing);
  transition-delay: .1s;
}
.swiper-pagination-guest .swiper-pagination-bullet-active {
  width: 24px;
  opacity: .8;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  transition-delay: .1s;
}


#mapArea {
  position: relative;
  background: linear-gradient(to top right, #3b895a 0%, #3b895a 30%, #ffa800 100%);
}

.contact-layout1 .contact-form {
  padding: 60px;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.contact-layout1 .contact-form textarea.form-control {
  min-height: 120px;
}

.contact-layout1 .contact-info {
  overflow: hidden;
  border-radius: 3px;
  padding: 50px;
  height: 100%;
}

.contact-layout1 .contact-info .contact-info__title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-layout1 .contact-info .contact-info_desc {
  color: #fff;
  margin-bottom: 18px;
}

.contact-layout1 .contact-info .contact-block__title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-layout1 .contact-info .contact-block__list {
  margin-bottom: 30px;
}

.contact-layout1 .contact-info .contact-block__list li {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.contact-layout1 .contact-info .btn {
  margin-top: 30px;
}


/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title {
  margin-top: -100px;
}
.pagetitle_heading {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 700;
}
.pagetitle_subheading {
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  display: inline-block;
  margin-bottom: 15px;
}
.pagetitle_heading .text-underlined {
  border-bottom: 4px solid #fff;
}
.pagetitle_desc {
  font-size: 17px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 34px;
}
.page-title {
  padding: 240px 0 120px 0;
  height: 450px;
}
.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.page-title .breadcrumb-item.active {
  color: #fff;
}
.page-title .breadcrumb-item a {
  position: relative;
  color: #fff;
}
.page-title .breadcrumb-item a:hover {
  color: #ffa800;
}
.page-title-layout1,
.page-title-layout3 {
  padding-bottom: 35px;
}
.page-title-layout1 .breadcrumb,
.page-title-layout3 .breadcrumb {
  margin-top: 90px;
}
.page-title-layout2 {
  padding-top: 230px;
  padding-bottom: 130px;
}
.page-title-layout2 .pagetitle_heading {
  font-size: 37px;
  line-height: 1.5;
}
.page-title-layout4 .pagetitle_desc {
  max-width: 480px;
  margin: auto;
}
.page-title-layout5 {
  padding-bottom: 240px;
}
.page-title-layout5 .pagetitle_heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.5;
}
.page-title-layout5+.pricing .pricing-wrapper {
  position: relative;
  margin-top: -93px;
  z-index: 3;
}
.page-title-layout6 {
  padding-top: 250px;
}
.page-title-layout8 {
  padding-top: 240px;
  padding-bottom: 35px;
}
.page-title-layout8 .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}
.page-title-layout8 .breadcrumb {
  margin-top: 80px;
}
.page-title-layout9 {
  padding-bottom: 35px;
}
.page-title-layout9 .breadcrumb {
  margin-top: 90px;
}
.page-title-layout10 {
  padding-bottom: 170px;
}
.page-title-layout11 {
  padding-top: 250px;
}
.page-title-layout11 .pagetitle_heading {
  font-size: 36px;
  line-height: 1.3;
}
.page-title-layout11 .pagetitle_subheading {
  padding: 10px 15px;
  border-radius: 2px;
  color: #fff;
  background-color: #3b895a;
}
.page-title-layout12 {
  padding-top: 250px;
  padding-bottom: 160px;
}
.page-title-layout12 .pagetitle_heading {
  font-size: 50px;
}
.page-title-layout13 {
  padding-top: 250px;
  padding-bottom: 35px;
}
.page-title-layout13 .pagetitle_desc {
  max-width: 500px;
  margin: auto;
}
.page-title-layout13 .breadcrumb {
  margin-top: 100px;
}
.page-title-layout14 {
  padding-top: 290px;
  padding-bottom: 190px;
}
.page-title-layout14 .pagetitle_desc {
  max-width: 480px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-title .pagetitle_heading {
    font-size: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-title .pagetitle_subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page-title .pagetitle_desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .page-title .pagetitle_heading {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-left: 20px;
}

.widget {
  position: relative;
  padding: 40px 40px 20px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  background-color: #f4f4f4;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 30px;
  height: 3px;
  background-color: #3b895a;
}

.widget .widget__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 26px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  height: 60px;
  border: 2px solid #eaeaea;
}

.widget-search .widget__form-search .form-control:focus {
  border-color: #3b895a;
}

.widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  min-width: 0;
  line-height: 60px;
  height: 60px;
  width: 40px;
  color: #ffa800;
}

.widget-search .widget__form-search .btn:before {
  display: none;
}

.widget-search .widget__form-search .btn:hover {
  color: #3b895a;
}

.widget-categories ul li {
  margin-bottom: 11px;
}

.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.widget-categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #222;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a:hover {
  color: #3b895a;
}

.widget-categories ul li a.active {
  color: #ffa800;
}

.widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  color: #3b895a;
  margin-left: 10px;
  border: 2px solid rgba(14, 44, 62, 0.1);
  background-color: #fff;
}

.widget-tags ul li a {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #ffa800;
  border: 1px solid #ffa800;
  background-color: #fff;
  padding: 7px 10px;
  margin: 0 10px 10px 0;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #fff;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}

.widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-post-item .widget-post__title {
  font-size: 16px;
  margin-bottom: 0;
}

.widget-post-item .widget-post__title a {
  color: #ffa800;
}

.widget-post-item:hover .widget-post__title a {
  color: #3b895a;
}

.widget-post-item .widget-post__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 15px;
}

.widget-post-item .widget-post__img img {
  border-radius: 3px;
}

.widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

/* Widget Download */
.widget-download .btn {
  padding: 0 25px;
  height: 75px;
  text-align: left;
}

.widget-download .btn span {
  display: block;
  margin-top: 20px;
}

.widget-download .btn img {
  position: absolute;
  top: 0;
  left: 25px;
  width: 22px;
  height: 24px;
}

.widget-contact .btn:hover {
  color: #ffa800;
}

.widget-contact .btn:before {
  background-color: #fff !important;
}

.widget-contact__info .widget-contact__title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 12px;
}

.widget-contact__info .widget-contact__list {
  margin-bottom: 30px;
}

.widget-contact__info .widget-contact__list li {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .sidebar {
    margin-left: 0;
  }

  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }

  .widget .widget__title {
    margin-bottom: 20px;
  }

  .widget-categories ul {
    padding: 0;
  }

  .widget-categories ul li a {
    font-size: 13px;
    padding: 10px;
  }

  .widget-download .btn {
    height: 60px;
  }
}
#downloadarea  p a, #hotel p a {
  font-size: 12px;
  font-weight: 700;
  text-transform: None;
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  padding: 11px 23px;
  background-color: var(--color-white);
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#downloadarea  p a:hover, #hotel p a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}
