﻿html {
  --main-color: #06893E;
  --hover-color: #047735;
}

.banner-wrap {
  height: 100vh;
}
.banner-wrap .swiper-slide > video,
.banner-wrap .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrap .video {
  position: relative;
}
.banner-wrap .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(http://cfsthj.com/assets/images/banner_bg.png) rgba(0, 0, 0, .2);

}
.banner-wrap .swiper-slide {
  position: relative;
}
.banner-wrap .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-wrap .mask h2 {
  font-size: 44px;
  font-family: zihun58hao;
  font-weight: 200;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 15px;
}
.banner-wrap .mask small {
  display: block;
  font-size: 26px;
  font-family: Microsoft Yi Baiti;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
}
.banner-wrap .mask .contact {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.banner-wrap .mask .contact img {
  margin-right: 10px;
}
.banner-wrap .mask .contact li {
  padding: 0 30px;
}
.banner-wrap .mask .contact li + li {
  border-left: 1px solid var(--main-color);
}
.banner-wrap .swiper-pagination {
  bottom: 20px;
}
.banner-wrap .swiper-pagination span {
  width: 30px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
}
.banner-wrap .swiper-pagination span.swiper-pagination-bullet-active  {
  background: var(--main-color);
}









.home-desc-wrap .container {
  background: url(http://cfsthj.com/assets/images/r1bg.png) no-repeat center;
  max-width: 90%;
}
.home-desc-wrap .tag-wrap {
  width: 95%;
  margin: 0 auto 50px;
  text-align: center;
}
.home-desc-wrap .tag-wrap h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #06893E;
  margin: 0 0 23px;
}
.home-desc-wrap .tag-wrap h3 i {
  font-style: normal;
  font-size: 14px;
}
.home-desc-wrap .tag-wrap > .col {
  position: relative;
}
.home-desc-wrap .tag-wrap > .col + .col::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 59px;
  background: #CCCCCC;
  transform: translateY(-50%);
}
.home-desc-wrap p {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
  text-align: center;
  margin: 15px;
}
.home-desc-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px auto 0;
  width: 191px;
  height: 48px;
  border: 1px solid #06893E;
  border-radius: 24px;
  transition: all .3s ease;
  color: #06893E;
}
.home-desc-wrap a:hover {
  background: var(--main-color);
  color: #fff;
}





.home-business-wrap {
  background: #F2F2F2;
  padding-bottom: unset;
}
.home-business-wrap .row {
  margin: unset;
}
.home-business-wrap .col {
  padding: unset;
  position: relative;
}
.home-business-wrap .col-lg-2 {
  width: 20%;
  height: 512px;
  overflow: hidden;
}
.home-business-wrap .col > img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
  filter: brightness(60%);
}
.home-business-wrap .col:hover > img {
  transform: scale(1.05);
}
.home-business-wrap .col:hover .mask {
  background: var(--main-color);
}
.home-business-wrap .col .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: all .3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home-business-wrap .col:hover .mask > img {
  opacity: 1;
  transform: translate(0);
}
.home-business-wrap .col .mask > img {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s ease;
}
/*.home-business-wrap .col:last-child .mask {*/
/*  background: var(--main-color);*/
/*}*/
.home-business-wrap .col:hover .icon {
  height: 0;
}
.home-business-wrap .icon {
  margin-bottom: 22px;
  height: 80px;
  overflow: hidden;
  transition: all .3s ease;
}
.home-business-wrap .icon img {
  height: 100%;
  object-fit: contain;
}
.home-business-wrap h3 {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 400;
  transition: font-size .3s ease;
}
.home-business-wrap .col:hover h3 {
  font-size: 24px;
}
.home-business-wrap .col:hover p {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}
.home-business-wrap p {
  max-width: 364px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 20px;
  transform: translateY(100px);
  opacity: 0;
  position: absolute;
  transition: all .3s ease;
}





.home-ecology-wrap {
  padding-bottom: unset;
}
.home-ecology-wrap .wrap.active,
.home-ecology-wrap .wrap:hover {
  background: #06893E;
  box-shadow: 0px 4px 15px 0px rgba(2,2,2,0.1);
}
.home-ecology-wrap .wrap {
  /* height: 143px; */
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 15px 0px transparent;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  cursor: pointer;
  margin-bottom: 25px;
}
.home-ecology-wrap .wrap.active h3,
.home-ecology-wrap .wrap:hover h3 {
  color: #fff;
}
.home-ecology-wrap h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: unset;
  transition: all .3s ease;
}
.home-ecology-wrap h3 small {
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease;
}
.home-ecology-wrap .wrap.active p,
.home-ecology-wrap .wrap:hover p {
  color: #fff;
}
.home-ecology-wrap p {
  margin: 20px 0 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 1.7;
  transition: all .3s ease;
}
.home-ecology-wrap .desc {
  margin-right: 15px;
}
.home-ecology-wrap .swiper {
  height: 510px;
}
.home-ecology-wrap .cover {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  overflow: hidden;
}
.home-ecology-wrap .cover > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrap {
  margin-top: 60px;
  height: 825px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.video-wrap.active::after {
  display: none;
}
.video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://cfsthj.com/assets/images/vcover.jpg") no-repeat center;
  background-size: cover;
}
.video-wrap.active .mask {
  display: none;
}
.video-wrap .mask {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.video-wrap .mask img {
  margin-right: 15px;
}
.home-ecology-wrap video {
  width: 100%;
  transform: translateY(-120px);
}



.home-news-wrap h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.home-news-wrap .col:hover h3 {
  color: var(--main-color);
}
.home-news-wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  margin: 20px 0;
  height: 48px;
}
.home-news-wrap .bottom {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.home-news-wrap .col {
  display: block;
  padding: 10px;
}
.home-news-wrap .col .wrap {
  transition: all .3s ease;
}
.home-news-wrap .col:hover .wrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(2,2,2,0.2);
}
.home-news-wrap .desc {
  padding: 20px;
}
.home-news-wrap img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-news-wrap .cover {
  height: 285px;
}
.home-news-wrap > a.col {
  display: block;
}
.home-news-wrap a.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  margin: 38px auto 0;
  transition: all .3s ease;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.home-news-wrap a.more:hover {
  background: var(--main-color);
  color: #fff;
}



@media screen and (max-width: 640px) {
  .banner-wrap .mask {
    width: 90%;
  }
  .banner-wrap .mask h2 {
    font-size: 34px;
  }
  .banner-wrap .mask small {
    font-size: 22px;
    line-height: 1.6;
  }

  .home-desc-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .home-desc-wrap .tag-wrap > .col + .col::after {
    display: none;
  }
  .home-desc-wrap .container {
    width: unset;
    max-width: unset;
    margin: unset;
    padding: unset;
  }
  .home-desc-wrap .tag-wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home-desc-wrap .tag-wrap {
    font-size: 12px;
  }
  .home-desc-wrap .tag-wrap > .col {
    padding: 15px 0;
  }


  .home-business-wrap .row {
    padding: 0 15px;
  }
  .home-business-wrap h3 {
  }
  .home-business-wrap .col:hover > img {
    transform: unset;
  }
  .home-business-wrap .icon {
    margin-top: 30px;
    height: 60px;
  }
  .home-business-wrap h3 {
    text-align: center;
  }
  .home-business-wrap .col {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
    height: unset;
  }
  .home-business-wrap .col .mask {
    width: 100%;
  }


  .home-ecology-wrap .wrap {
    border: 1px solid #06893E;
  }
  .home-ecology-wrap .swiper {
    height: 220px;
  }
  .video-wrap {
    height: 194px;
    margin-top: 30px;
  }
  .video-wrap .mask {
    left: 30px;
    bottom: 30px;
    font-size: 14px;
  }
  .video-wrap .mask img {
    width: 30px;
    height: 30px;
  }
  .home-ecology-wrap video {
    transform: unset;
    object-fit: contain;
  }



  .home-news-wrap .row {
    margin: unset;
  }
  .home-news-wrap .cover {
    max-height: 258px;
  }
  .home-news-wrap .col {
    padding: unset;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
  }


  .banner-wrap .video::after {
    background: url(http://cfsthj.com/assets/images/mb-home-bg.png);
  }
}


.aps p {
  margin: unset;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
