@import url(./bootstrap.min.css);
@import url(./fancybox.css);
@import url(./animate.css);
@import url(./swiper-bundle.min.css);
@import url(../icon/iconfont.css);
@font-face {
  font-family: "阿里妈妈数黑体";font-weight: 700;
  src: url("../font/AlimamaShuHeiTi-Bold.woff2") format("woff2"),
  url("../font/AlimamaShuHeiTi-Bold.woff") format("woff");
  font-display: swap;
}
html{
  scroll-behavior: smooth;
}
:root{
  --primary-1:#006a37;
  --primary-2:#dab96b;
  --about-color:#1f3745;
  --about-bg-color:#e4f3fc;
}
ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none; 
  cursor: pointer;
  color:#353535;
  transition: all .4s;
}
a:hover{
  text-decoration: none; 
  color: #353535;
}
/* 栏目标题 */
.index-title{
  opacity: 0;
  position: absolute;
  pointer-events: none;
  font-size: 1px;
}
h2{
  font-size: 42px;
  color: #333;
}
/* 文章标题 */
h4{}

h6{margin: 0;}
.padding-box-5{
  padding: 50px 0;
}
.fenge {
  margin: 20px 0 10px 0;
  background-color: var(--primary-2);
}
.title-text{
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title-text h2{
  font-family: '阿里妈妈数黑体';
  position: relative;
  display: inline-flex;
}
.title-text h2::before{

}
.title-img{
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.title-img img{
  width: 20px;
  height: auto;
}
.title-img h6{
  color: var(--primary-1);
}
.all-btn{
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  min-width: 167px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #FFF;
  padding: 18px;
  border-radius: 15px;
  background: var(--primary-1);
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.all-btn::before,
.all-btn::after{
  content: "";
  position: absolute;
  z-index: -1;
  height: 50%;
  width: 0;
  background-color:var(--about-color);
  transition: .6s cubic-bezier(0.785,0.135,0.15,0.86)
}
.all-btn::before{
  top: 0;
  left: 0;
  right: auto;
  border-radius: 15px 15px 0 0;
}
.all-btn::after{
  bottom: 0;
  right: 0;
  left: auto;
  border-radius: 0 0 15px 15px;
}
.all-btn:hover{
  color: #FFF;
}
.all-btn:hover::before{
  width: 100%;
  right: 0px;
  left: auto;
}
.all-btn:hover::after{
  width: 100%;
  left: 0;
  right: auto;
}
/* ----轮播按钮--- */
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: white;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* 分页样式 */
.page_style {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 25px;
}
.pagination li a {
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 10%;
  /* color: #FFF; */
  color: #000;
  /* background-color: #007BFF; */
  border: 1px solid #d4d4d4;
}
.pagination li.active a {
  border: 0;
  background-color: var(--primary-1);
  color: #ffffff;
  /*当前页按钮的文字颜色*/
}
.pagination li.active:hover {
  color: #FFF;
}
/* ----header----- */
.header-box{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .4s;
  background-color: rgba(255, 255, 255, .1);
}
.header-box.active{
  background-color: #FFF;
  box-shadow: rgb(127, 127, 127) 0px 2px 5px;
  /* border-radius: 0 0 20px 20px; */
}
.header-container{
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 12px;
    transition: all .4s;
}
.header-box-menubar{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 5px 0;
  transition: all .4s;
}
.header-box-left{
  display: flex;
  align-items: center;
}
.header-box-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-box-right{
  display: flex;
  align-items: center;
}
.header-box-center-thumb a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-box-center-thumb a img{
  transition: all .4s;
}
.header-box-center-thumb a img{
  max-width: 100%;
  height: auto;
}
.header-box-center-thumb a img.active{
  max-width: 60%;
  height: auto;
}
.mobilemenu{
  display: flex;
  align-items: center;
  gap: 50px;
  transition: all .4s;
}
.header-box-menubar .mobilemenu li a{
  display: block;
  position: relative;
  color: #FFF;
}
.header-box-menubar .mobilemenu li a::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background-color: var(--primary-2);
  transform: translateX(-50%);
  transition: all .4s;
}
.header-box-menubar .mobilemenu li a.active{
  color: var(--primary-2);
}
.header-box-menubar .mobilemenu li a.active::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: var(--primary-2);
  transform: translateX(-50%);
}
.header-box-menubar .mobilemenu li a:hover{
  color: var(--primary-2);
}
.header-box-menubar .mobilemenu li a:hover::before{
  width: 100%;
}
.header-box-menubar .mobilemenu li a.show{
  color: var(--primary-1);
}
.header-box-HamburgMenu{
  
}
.HamburgMenu i{
  font-size: 28px;
  color: var(--primary-1);
}
.header-box-phone{
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  padding: 15px;
  border-right: 5px solid#006a37;
  background-color: #FFF;
  border-radius: 0 20px 20px 0;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.header-box-phone.show{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header-box-phone-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header-box-phone-title-thumb img{
  width: 50%;
}
.close-phone i{
  font-size: 28px;
  color: var(--primary-1);
}
.header-box-menubar-phone-content .mobilemenu.phone{
  display: block;
}

.header-box-menubar-phone-content .mobilemenu.phone li a{
  display: block;
  padding: 10px 0;
  color: var(--primary-1);
  transition: all .4s;
  border-bottom: 1px dashed #006a37;
}
.header-box-menubar-phone-content .mobilemenu.phone a.active{
  color: var(--primary-2);
  border-bottom: 1px dashed #dab96b;
}

.header-box-phone-shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: #FFF;
    opacity: 0.5;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.8s;
}
.header-box-phone-shade.show{
    visibility: visible;
    transform: translateX(0);
}
.header-phone-hua{
  position: absolute;
  bottom: 0;
  right: 0;
}
.header-phone-hua img{
  transform-origin: bottom center;
  animation-name: huangdong;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* ------index-banner----- */
.index-banner-thumb{
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all .4s;
}
.index-banner-thumb-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
      /* 线性渐变：从顶部深色开始，中间变浅，底部透明 */
    background-image: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.3) 0%,    /* 顶部深色 */
        rgba(255, 255, 255, 0.3) 50%,   /* 中间浅色 */
        transparent 100%         /* 底部透明 */
    );
  clip-path: polygon(55% 0,100% 0,100% 100%,45% 100%);
  backdrop-filter: blur(3px);
}
.index-banner-content{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20%;
  background: radial-gradient(circle at center,rgba(218, 185, 107, 0.5),rgba(0, 0, 0, 0) 70%);
  padding: 20px;
}
.index-banner-thumb.banner-2{
}
.index-banner-thumb-bg.banner-2{
  background-image: linear-gradient(
      to top,
      rgba(87, 51, 51, 0.3) 0%,    /* 顶部深色 */
      rgba(87, 51, 51, 0.3) 50%,   /* 中间浅色 */
      transparent 100%         /* 底部透明 */
  );
}
.index-banner-content.banner-2{
  background: radial-gradient(circle at center,rgba(193, 196, 91, 0.3),rgba(0, 0, 0, 0) 70%);
  margin-right: 50px;
}
.index-banner-thumb.banner-3{
}
.index-banner-thumb-bg.banner-3{
  background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.3) 0%,    /* 顶部深色 */
      rgba(0, 0, 0, 0.3) 50%,   /* 中间浅色 */
      transparent 100%         /* 底部透明 */
  );
}
.index-banner-content.banner-3{
  background: radial-gradient(circle at center,rgba(193, 196, 91, 0.3),rgba(0, 0, 0, 0) 70%);
  margin-right: 100px;
}
.index-banner-content h2{
  position: relative;
  z-index: 1;
  font-size: 72px;
  font-family: '阿里妈妈数黑体';
  color: #FFF;
  -webkit-text-stroke: 1.5px var(--primary-1);
}
.index-banner-content h2 .zhuangshi1{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: var(--primary-1);
}
.index-banner-content h2 .zhuangshi2{
  position: absolute;
  bottom: -15px;
  left: 15%;
  width: 70%;
  height: 2px;
  border-radius: 10px;
  background-color: var(--primary-1);
}
.index-banner-content-slogan{
  display: flex;
  gap: 20px;
  color: var(--primary-1);
}
.index-banner-content-slogan h6{
  font-size: 18px;
}
.swiper-pagination-bullet-active{
  background: var(--primary-1);
}
/* ------index-about----- */
.index-about{
  position: relative;
  overflow: hidden;
}
.index-about-content{
  position: relative;
  padding: 130px 0px 250px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
}
.index-about-content::before{
  content: "";
  width: 946px;
  height: 100%;
  left: -398px;
  top: 0px;
  position: absolute;
  z-index: -1;
  /* background-color: var(--primary-1); */
  background-color: var(--about-bg-color);
}
.index-about-content h6{
  color: var(--primary-1);
}
.index-about-content h2{
  font-family: '阿里妈妈数黑体';
  color: var(--about-color);
  font-size: 60px;
}
.index-about-content p{
  color: #79848a;
}
.index-about-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.index-about-thumb{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items:center ;
}
.index-about-thumb img{
  border-radius: 20px;
  transition: all .4s;
}
.about-right-slogan{
  position: absolute;
  z-index: 2;
  bottom: 90px;
  right: 50px;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  border-bottom: 2px solid var(--about-color);
  box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
  background-color: #FFF;
  transition: all .5s;
  cursor: pointer;
}
.about-right-slogan h6{
  position: relative;
  transition: all .4s;
  opacity: 1;
  visibility: visible;
  color: var(--about-color);
}
.about-right-slogan i{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgba(121, 132, 138, .3);
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}
.about-right-slogan:hover{
  background-image: url(/skin/images/about-img-slogan.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-right-slogan:hover h6{
  opacity: 0;
  visibility: hidden;
}
.about-right-slogan:hover i{
  opacity: 0;
  visibility: hidden;
}
.index-about-thumb-bg{
  position: absolute;
  top: 60px;
  right: -40px;
  z-index: 0;
  transition: all .4s;
}
.index-about-thumb-bg img{
  transition: all .4s;
}
.index-about-thumb-diamond{
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
}
.index-about-thumb-diamond img{
  opacity: .6;
}
/* ---index-scenery--- */
.index-scenery{
  position: relative;
  z-index: 1;
  background-image: url(/skin/images/brick-wall.png);
  overflow: hidden;
}
.scenery-img{
  border-radius: 20px;
}
.scenery-bg-img{
  background: url(/skin/images/grass-l.png);
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 30px;
  width: 100%;
  z-index: 1;
}
.swiperScenerySmall{
  position: relative;
  z-index: 3;
}
.scenery-bg-img-l img,.scenery-bg-img-r img{
  max-width: 100%;
  transform-origin:bottom center;
  animation-name: huangdong;
  animation-duration:5s;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}
.scenery-bg-img-l,.scenery-bg-img-r{
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 1;
}
.scenery-bg-img-r{
  right: 30px;
  left: auto;
  text-align: right;
}
@keyframes huangdong{
  0%{
    transform: rotate(-15deg);
  }
  100%{
    transform: rotate(15deg);
  }
}
/* ----index-service---- */
.index-service{
  position: relative;
}
.index-service-bg-l{
  position: absolute;
  top: 0;
  right: 0;
}
.index-service-bg-r{
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-service-flow{
  position: relative;
}
.index-service-flow-box ul{
  display: flex;
  align-items: start;
  width: 100%;
  border-radius: 6px;
  background-color: #F2F2F2;
  overflow: hidden;
  margin: 0;
}
.index-service-flow-box ul li{
    flex: 25%;
    width: 25%;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 1;
    padding-bottom: 42px;
    height: 384px;
    border-left: 1px solid #FFF;
}
.index-service-flow-box ul:last-child li{
  border-top: 1px solid #FFF;
}
.index-service-flow-box ul li:hover{
  background-color: #fff;
  box-shadow: 0 0 12.3px 5px rgba(0, 0, 0, 0.15);
}
.index-flow{
  /* background-color: #F2F2F2; */
}
.index-flow-num{
  width: 100px;
  height: 34px;
  border-radius: 0 0 50px 50px;
  background: var(--primary-1);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  transition: all .5s ease-in-out;
}
.index-flow-icon{
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 51px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  color: var(--primary-1);
  transition: all .4s ease-in-out;
}
.index-flow-icon::before{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all .4s ease-in-out;
    border: 1px dashed var(--primary-1);
    animation: zhuanquan 8s ease-in-out infinite;
}
@keyframes zhuanquan{
  0% {
    transform: rotate(0);
  }

  100% {
      transform: rotate(360deg);
  }
}
.index-flow-icon i{
  font-size: 50px;
}
.index-flow-content{
  text-align: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
}
.index-flow-content h4 a{
  text-align: center;
  font-weight: bold;
  transition: all .4s ease;
  cursor: default;
  padding-bottom: 5px;
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0px 1px no-repeat;
}
.index-flow-content h4 a:hover{
  color: var(--primary-1);
  background-size: 100% 1px;
}
.index-flow-content p{
  font-size: 16px;
  color: #777;
}
.index-flow-thumb img{
  max-width: 90%;
  position: absolute;
  bottom: 0;
  left: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.index-flow-thumb img:last-child{
  right: 20px;
  left: auto;
}
.index-service-flow-box ul li:hover .index-flow-thumb img{
  visibility: visible;
  opacity: 1;
}
/* ---index-hengfu--- */
.index-hengfu{
  position: relative;
  padding: 50px 0;
  background: url(/skin/images/index-hengfu.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.index-hengfu::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0,.7);
  backdrop-filter: blur(3px);
  pointer-events: none;
}

.index-hengfu-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-hengfu-box::after{
  content: '';
  position: absolute;
  width: 150px;
  height: 440%;
  top: -100px;
  left: -39px;
  transform: rotate(25deg);
  background-color: var(--primary-1);
}
.index-hengfu-box-content{
  position: relative;
  z-index: 2;
  font-family: '阿里妈妈数黑体';
  color: #FFF;
}
.index-hengfu-box-content h4{
  font-size: 32px;
  margin: 0;
}
@media (max-width:991px) {
  .index-hengfu-box-content h4{
    max-width: 320px;
  }
}

.index-hengfu-box-icon{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-width: 100px; */
  /* height: 100px; */
  padding: 5px 15px;
  background-color: var(--primary-1);
  border-radius: 15px;
  transition: all .4s;
}
.index-hengfu-box-icon::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px dashed #FFF;
  border-radius: 15px;
  pointer-events: none;
  transition: all 1s;
}
.index-hengfu-box-icon:hover{
  background-color: #014122;
}

.index-hengfu-box-icon i{
  font-size: 40px;
  color: #FFF;
}
.hengfu-pc{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FFF;
  transition: all .4s;
}
.hengfu-pc i{
  font-size: 35px;
}
.index-hengfu-box-icon:hover .hengfu-pc{
  color: #FFF;
}
@media (max-width:768px) {
  .index-hengfu-box-icon{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 100px;
  background-color: var(--primary-1);
  border-radius: 50%;
  transition: all .4s;
}
.index-hengfu-box-icon::before{
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px dashed #FFF;
  border-radius: 50%;
  pointer-events: none;
  transition: all 1s;
}
.index-hengfu-box-icon:hover::before{
  transform: rotate(90deg);
}
  .index-hengfu-box-content h4{
    max-width: 240px;
    font-size: 24px;
  }
  .index-hengfu-box-icon{
    min-width: 80px;
    height: 80px;
  }
  .index-hengfu-box-icon::before{
    width: 70px;
    height: 70px;
  }
  .index-hengfu-box::after {
    width: 120px;
    height: 390%;
    top: -110px;
    left: -36px;
  }
  .index-hengfu-box-icon i{
    font-size: 35px;
  }
@media (max-width:430px) {
  .index-hengfu-box-content h4 {
    max-width: 218px;
    font-size: 20px;
  }
  .index-hengfu-box-icon {
    min-width: 60px;
    height: 60px;
  }
  .index-hengfu-box-icon i {
    font-size: 25px;
  }
  .index-hengfu-box-icon::before {
    width: 50px;
    height: 50px;
  }
  .index-hengfu-box::after {
    width: 120px;
    height: 411%;
    top: -90px;
    left: 30px;
    transform: rotate(20deg);
  }
 }
}
/* ---index-service-sort---- */
.index-service-sort{
  background-image: url(/skin/images/sort-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-sort-box{
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.service-sort-box-thumb{
  padding: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-sort-box-thumb img{
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.service-sort-box-thumb::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: var(--about-bg-color);
  border-radius: 29px;
  z-index: -1;
  transition: all .4s ease-in-out;
}
.service-sort-box:hover .service-sort-box-thumb::after{
  background-color: rgba(0, 106, 55,.3);
}
.service-sort-box-thumb::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
  border-radius: 20px;
  transition: all .5s ease-in-out;
  opacity: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 106, 55, 0.3) 100%);
}
.service-sort-box:hover .service-sort-box-thumb::before{
  opacity: 1;
}
.service-sort-box-content{
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 0;
  text-align: center;
  transition: all .5s ease-in-out;
  z-index: 3;
}

.service-sort-box:hover .service-sort-box-content{
  margin-top: -37%;
}
.service-sort-title{
  margin: 0;
  font-size: 24px;
  color: var(--primary-2);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-family: '阿里妈妈数黑体';
}
.service-sort-title a{
  color: var(--primary-2);
}
.service-sort-box-content-img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 102%;
  display: flex;
  justify-content: space-around;
  pointer-events: none;
}
/* ----index-news--- */
.index-news{
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.index-news-bg{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    right: 200px;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    /* background-image: -moz-radial-gradient(50% 50%,circle closest-side,#79b823 44%,#fff 100%); */
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #79b823 44%, #fff 100%);
    /* background-image: -ms-radial-gradient(50% 50%,circle closest-side,#79b823 44%,#fff 100%); */
    opacity: .10;
    z-index: -1;
}
.index-news-box{
  border-radius: 30px;
  background-color: #FFF;
  padding: 15px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
}
.index-news-box-thumb{
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.index-news-box-thumb::before{
    content: "";
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    /* background: rgb(0, 106, 55); */
    background: linear-gradient(0deg, rgba(0, 106, 55, 0.3) 0%, rgba(255, 255, 255, 0) 95%);
    transition: all .4s;
}
.index-news-box-thumb img{
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: all .4s;
}
.index-news-box-thumb:hover img{
  transform: scale(1.05);
}

.index-news-box-content{
  padding: 20px 25px 25px;
}
.index-news-box-date{
  margin-bottom: 5px;
}
.news-date-a i{
  font-weight: 400;
  color: var(--primary-1);
}
.news-date-a{
  font-weight: 600;
  color: #5F5D76;
}
.index-news-box-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-news-box-title {
  font-weight: 600;
}
.index-news-box-title a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .4s;
}
.index-news-box-title a:hover{
  color: var(--primary-1);
}
.index-news-box-info{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-news-box-btn{
  position: relative;
}
.index-news-box-btn::before{
  content: "";
  position: absolute;
  width: 26%;
  height: 2px;
  background-color: #8DB69A;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-news-btn-link{
  color: #063A41;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  position: relative;
  transition: all ease 0.3s;
}
.index-news-btn-link .icon{
  border: 1.9px dashed var(--primary-1);
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  transition: all 0.5s ease;
}
.index-news-btn-link .icon i{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--primary-1);
  color: #FFF;
  border-radius: 50%;
  margin: 1.5px;
  text-align: center;
  transition: all 0.5s ease;
}
.index-news-btn-link:hover{
  color: var(--primary-1);
}
.index-news-btn-link:hover .icon i{
  background-color: #063A41;
}
.news-box-temp{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.index-news-box.news-box-r{
  padding: 16px 12px;
  /* margin-bottom: 25px; */
}
.index-news-box-content.news-box-content-r{
  padding: 0;
}
.index-news-box-content.news-box-content-r .index-news-box-info{
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-news-box-thumb.box-thumb-r{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ---footer--- */
.footer-box{
  position: relative;
  background: url(/skin/images/footer-bg.jpg) no-repeat top;
  background-size: cover;
}
.footer-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0,.8);
  pointer-events: none;
}
.footer-pc{
  padding-top: 100px;
  padding-bottom: 60px;
}
.footer-pc-left p{
  font-size: 14px;
  color: #FFF;
  max-width: 355px;
  margin-top: 20px;
}
.footer-pc-mid{
  /* padding-left: 60px; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.footer-pc-mid::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 230px;
  background: #474644;
  left: -10px;
  top: 0;
}
.footer-pc-mid-link{

}
.footer-pc-mid-link h4{
  font-size: 20px;
  color: #FFF;
  margin-bottom: 15px;
}
.footer-pc-mid-link h4 i{
  font-size: 20px;
  color: #FFF;
}
.mid-link{}
.mid-link ul{
  position: relative;
  max-height: 170px;
  overflow: hidden;
  /* 超出时显示滚动条（可选，根据需求设置） */
  overflow-y: auto;
}
.mid-link ul::-webkit-scrollbar {
  display: none;
}
.mid-link ul li a{
  max-width: 120px;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .4s;
}
.mid-link ul li a:hover{
  color: #209D2F;
}
.footer-pc-news{
  padding-left: 60px;
  position: relative;
}
.footer-pc-news::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 230px;
  background: #474644;
  left: -25px;
  top: 0;
}
.footer-news{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.footer-pc-news h4{
  font-size: 20px;
  margin-bottom: 15px;
  color: #FFF;
}
.footer-news-thumb{}
.footer-news-thumb img{
  width: 80px;
  height: 70px;
  border-radius: 10px;
}
.footer-news-content{}
.footer-news-content .footer-news-date{
  margin-left: 5px;
  color: #CCC;
  transition: all .4s;
}
.footer-news-content .footer-news-date i{
  color: #209D2F;
  transition: all .4s;
}
.footer-news-date:hover{
  color: #209D2F;
}
.footer-news-date:hover i{
  color: #CCC;
}
.footer-news-content h6 a{
  margin: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .4s;
}
.footer-news-content h6 a:hover{
  color: #209D2F;
}
.copyright{
  position: relative;
  border-top: 1px solid #474644;
  padding: 26px 0;
}
.copyright-thumb{
  background: url(/skin/images/grass-l.png);
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 17px;
  width: 100%;
  z-index: 1;
}
.copyright-thumb.header{
  border-radius: 0 0 20px 0;
}
.copyright-box{
  max-width: 1770px;
  margin: 0 auto;
  text-align: center;
}
.copyright p{
  font-size: 14px;
  color: #CCC;
  margin: 0;
}
.copyright p a{
  color: #CCC;
}
.footer-phone{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: rgb(228, 243, 252);
  background: linear-gradient(0deg, rgba(228, 243, 252, 0.9) 80%, rgba(255, 255, 255, 0) 95%);
  /* backdrop-filter: blur(5px); */
}
.phone-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
}
.phone-thumb{

}
.phone-thumb img{
  transform-origin:bottom center;
  animation-name: huangdong;
  animation-duration:5s;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}
.phone-content h6{
  /* color:#e4f3fc ; */
  color: var(--primary-1) ;
  font-family: '阿里妈妈数黑体';
}
/* ---inner-banner--- */
.inner-banenr{
  position: relative;
  padding: 200px 0 100px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banenr::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
}
.inner-banner-content{
  position: relative;
  z-index: 2;
}
.inner-banner-title h1{
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 15px;
  text-align: left;
  color: #FFF;
  font-family: '阿里妈妈数黑体';
}
.inner-banner-info{}
.inner-banner-info a{
  color: var(--primary-1);
  font-family: '阿里妈妈数黑体';
}
.inner-banner-info a:first-child{
  color: #FFF;
}
.inner-banner-info i{
  color: var(--primary-1);
}

/* ---news--- */
.news{
  position: relative;
  overflow: hidden;
}
.news-box{
  border-radius: 5px;
  margin-bottom: 60px;
}
.news-box:hover .news-box-content{
  border:1px solid #006a37;
}
.news-box-thumb{
  border-radius: 5px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
.news-box-thumb img{
  width: 100%;
  border-radius: 5px;
}
.news-box-thumb-icon{
  background-color: var(--primary-1);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  position: absolute;
  bottom: -20px;
  right: 30px;
  transition: all .3s ease-out;
  color: #FFF;
  z-index: 1;
}
.news-box-thumb-icon span{
  font-weight: 600;
}
.news-box-thumb-icon i{
  position: absolute;
  font-size: 30px;
  color: rgb(204, 204, 204,.3);
}
.news-box-content{
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  padding-top: 130px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all .3s ease-out 0s;
  z-index: 0;
}
.news-box-content h4{

  transition: all .4s;
}
.news-box-content h4 a{
  display: inline-flex;
  position: relative;
  color: #353535;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-box-content h4 a::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-1);
  transition: all .4s;
}
.news-box-content h4 a:hover{
  color: var(--primary-1);
}
.news-box-content h4 a:hover::before{
  width: 100%;
}
.news-box-content p{
  color: #616670;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-box-content h6 a{
  display: inline-flex;
  position: relative;
  color: var(--primary-1);
  transition: all .4s;
  gap: 10px;
}
.news-box-content h6 a::before{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-1);
  transition: all .4s;
}
.news-box-content h6 a:hover{
  letter-spacing: 2px;
}
.news-box-content h6 a:hover::before{
  width: 100%;
}
/* ---contact--- */
.contact{
  position: relative;
  overflow: hidden;
}
.contact-box{
  display: flex;
  align-items: center;
  justify-content: center;
  /* align-items: flex-start; */
  /* flex-direction: column; */
  gap: 30px;
}
.contact .index-news-bg{
  top: 160px;
}
.contact-box-one{
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.contact-box-content{
  position: relative;
  background-color: rgba(255, 255, 255, .4);
  padding: 40px 30px 25px;
  border-radius: 15px;
  max-width: 276px;
  min-height: 175px;
  z-index: 1;
  transition: all .4s;
}
.contact-box-content::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 3px dashed #006a37;
  border-radius: 15px;
  pointer-events: none;
}
.contact-box-one h4{
  font-family: '阿里妈妈数黑体';
  color: #063A41;
  margin: 0;
}
.contact-box-one p{
  font-size: 16px;
  margin: 10px 0 0 0;
  color: #696969;
}
.contact-box-one:first-child p{
  font-size: 18px;
  font-weight: 500;
}
.contact-box-content i{
  position: absolute;
  font-size: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  color: #F2F2F2;
}
/* ---news-show--- */
.news-show{
  background-color: var(--about-bg-color);
  border-radius: 10px;
}
.news-show.padding-box-5{
  padding: 50px 20px 0 20px;
}
.news-show h2{
  font-size: 28px;
}
.news-show-date{
  text-align: center;
  font-weight: 500;
}
.news-show-content{
}
.news-show-content p img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
}
.news-show-btn{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #CCC;
}
/* ---scenery--- */
.masonry-container {
  width: 100%;
  position: relative;
}
.masonry-item-temp{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all .4s;
}
.masonry-item-temp:hover{
  transform: translateY(-3px);
}
.masonry-item {
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
}

.masonry-item:nth-child(odd){
  height: 400px;
}
.masonry-item:nth-child(even){
  height: 200px;
}
@media (max-width:768px) {
  .masonry-item {
    position: relative;
  }
  .masonry-item:nth-child(odd){
    height: auto;
  }
  .masonry-item:nth-child(even){
    height: auto;
  }
  .masonry-item img{
    width: 100%;
  }
}
/* ---show-service--- */
.show-service{
  position: relative;
  overflow: hidden;
}
.show-service-box img{
  border-radius: 10px;
}
/* ------响应式----- */
@media (max-width:1666px){
  .scenery-bg-img-l img, .scenery-bg-img-r img{
    max-width: 70%;
  }
  .scenery-bg-img-l,.scenery-bg-img-r{
    left: 0;
  }
  .scenery-bg-img-r{
    right: 0;
    left: auto;
  }
}
@media (max-width:1200px) {
  .item.active .content{
    height: 230px;
  }
  .index-about-content{
    padding: 75px 0 80px;
  }
  .index-about-content h2{
    font-size: 50px;
  }
  .index-about-content p{
    font-size: 15px;
  }
  .about-right-slogan{
    padding: 30px;
  }
  .about-right-slogan i{
    font-size: 50px;
  }
  .index-about-thumb-diamond{
    display: none;
  }
  .scenery-bg-img-l, .scenery-bg-img-r{
    bottom: 5px;
  }
  .index-flow-content p{
    font-size: 14px;
  }
  .news-box-temp{
    flex-direction: row;
  }
  .index-news-box-content.news-box-content-r .index-news-box-date{
    margin-top: 5px;
  }
  .footer-pc-mid,
  .footer-pc-news{
    padding-left: 40px;
  }
  .inner-banenr{
    padding: 220px 0 100px 0;
  }
}
@media (max-width:991px) {
   .header-box-center-thumb{
    width: 80%;
  }
  .header-box-menubar{
    gap: 20px;
  }
  .mobilemenu{
    gap: 30px;
  }
  .index-about{
    padding: 60px 0 ;
    background-color:var(--about-bg-color);
  }
  .index-about-thumb{
    justify-content: center;
  }
  .index-about-content{
    padding: 75px 0 0 0;
  }
  .index-about-content::before{
    display: none;
  }
  .index-about-thumb img{
    width: 480px;
  }
  .about-right-slogan{
    bottom: -50px;
    right: 145px;
  }
  .index-about-thumb-bg{
    top: -40px;
    right: 70px;
  }
  .index-about-thumb-bg img{
    width: 110px;
  }
  .scenery-bg-img-l img,.scenery-bg-img-r img{
    max-width: 40%;
  }
  .index-service-flow-box ul{
    flex-wrap: wrap;
    gap: 30px;
    background-color: transparent;
    border-radius: 0;
  }
  .index-service-flow-box ul li{
    flex: 47%;
    width: 47%;
    background-color: #F2F2F2;
    border-radius: 6px;
  }
  .news-box-temp{
    flex-direction: column;
    gap: 30px;
  }
  .index-news-box-content.news-box-content-r{
    padding: 20px 25px 25px;
  }
  .scenery-bg-img{
    height: 18px;
  }
  .footer-pc-mid,
  .footer-pc-news{
    padding-left: 0;
  }
  .footer-pc-mid-link h4{
    font-size: 18px;
  }
  .footer-pc-mid-link h4 i{
    font-size: 16px;
  }
  .inner-banenr {
      padding: 200px 0 100px 0;
  }
  .inner-banner-title h1{
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width:768px) {
  h2{
    font-size: 32px;
  }
  .header-box-center{
    justify-content: flex-start;
  }
  .header-box-center-thumb{
    width: 45%;
  }
  .header-box-center-thumb a img.active{
    max-width: 100%;
  }
  .header-box-menubar{
    justify-content: space-between;
  }
  .index-banner-thumb{
    justify-content: center;
    height: 80vh;
  }
  .index-about-thumb img{
    width: 415px;
  }
  .index-banner-content,
  .index-banner-content.banner-2,
  .index-banner-content.banner-3{
    margin-right: 0;
  }
  .index-banner-content h2{
    font-size: 50px;
  }
  .index-about-content{
    padding: 45px 0 0 0;
  }
  .index-about-content h2{
    font-size: 38px;
  }
  .about-right-slogan{
    padding: 20px;
    right: 70px;
  }
  .about-right-slogan h6{
    font-size: 14px;
  }
  .index-about-thumb-bg{
    right: 15px;
  }
  .all-btn{
    min-width: 135px;
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
  }
  .scenery-bg-img-l img,.scenery-bg-img-r img{
    max-width: 30%;
  }
  .scenery-bg-img{
    bottom: -3px;
  }
  .index-service-flow-box ul li{
    flex: 100%;
    width: 100%;
    height: auto;
  }
  .inner-banenr{
    padding: 120px 0 100px 0;
  }
  .inner-banner-title h1{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }
  .inner-banner-info{
    text-align: center;
  }
  .news-box-content h4{
    font-size: 20px;
  }
  .index-news-box-title{
    font-size: 20px;
  }
}
@media (max-width:768px) and (orientation: landscape) {

}
@media (max-width:576px) {
  h2{
    font-size: 28px;
  }
  .header-box-phone{
    position: fixed;
    width: 100%;
  }
  .index-banner-content h2{
    font-size: 28px;
  }
  .index-banner-content-slogan h6{
    font-size: 14px;
  }
  .index-about{
    padding: 40px 0;
  }
  .index-about-content h2{
    font-size: 22px;
  }
  .index-about-content h6,
  .index-about-content p{
    font-size: 14px;
  }
  .index-about-thumb-bg{
    display: none;
  }
  .about-right-slogan{
    right: 20px;
  }
  .scenery-bg-img{
    bottom: -7px;
  }
  .scenery-bg-img-l,.scenery-bg-img-r{
    bottom: 4px;
  }
  .scenery-bg-img-l img,.scenery-bg-img-r img{
    max-width: 13%;
  }
   .index-news-box-content,
   .index-news-box-content.news-box-content-r{
    padding: 20px 25px 10px;
  }
  .inner-banenr {
    padding: 80px 0 45px 0;
  }
  .inner-banner-title h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }
  .inner-banner-info a {
    font-size: 14px;
  }
  .contact-box{
    flex-direction: column;
    gap: 0;
  }
  .contact-box-one{
    width: 100%;
  }
  .contact-box-content{
    width: 100%;
    max-width: none;
    min-height: auto;
  }
  .contact-box-one p{
    font-size: 14px;
  }
}