.home {
  width: 100%;
  max-width: 1920px;
  background: #fffef1;
  margin: 0 auto;
}

.home .home-public {
  width: 100%;
  text-align: center;
  margin: 1rem 0 .6rem 0;
}

.home .home-public .home-public-tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .home-public .home-public-tit img {
  display: none;
  width: 1.27rem;
  height: .5rem;
  margin-right: .1rem;
}

.home .home-public .home-public-tit span {
  font-size: .6rem;
  font-weight: 700;
  font-family: sans-serif;
  color: #000000;
  display: block;
}

.home .home-public .home-public-sub {
  color: #726f6f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 10px;
}

.home .home-banner {
  position: relative;
}

.home .home-banner .home-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide .banner-swiper-img {
  width: 100%;
  display: block;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active img {
  animation-name: smoothScale;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active .banner-con {
  opacity: 1;
  transition-duration: 2.1s;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active .banner-con .banner-tit {
  transform: translatex(0);
  opacity: 1;
  transition-duration: 1.7s;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active .banner-con .banner-tit-en {
  opacity: 1;
  transition-duration: 1.7s;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active .banner-con .banner-sub {
  transform: translatex(0);
  transition-duration: 1.5s;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active .banner-con .banner-line {
  width: 100%;
  transition-duration: 1.3s;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active .banner-con .banner-bto {
  opacity: 1;
  transition-duration: 2s;
}

.home .home-banner .home-swiper .swiper-wrapper .swiper-slide-active .banner-con .banner-pagination {
  transition-duration: 2s;
  opacity: 1;
}

.home .home-banner .home-swiper .banner-con {
  position: absolute;
  left: 3.2rem;
  top: 1rem;
  text-align: left;
  color: #ffffff;
  width: 2.39rem;
  height: 4.36rem;
  background: url("/assets/img/ab_icon1.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition-delay: .3s;
  transition-timing-function: ease;
  transition-duration: 0s;
}

.home .home-banner .home-swiper .banner-con .banner-tit {
  width: 1.55rem;
  height: auto;
  margin: .45rem auto .3rem;
  transform: translatex(-1500px);
  transition-delay: .3s;
  transition-timing-function: ease;
  position: relative;
  font-size: 60px;
  transition-duration: 0s;
  font-weight: 900;
}

.home .home-banner .home-swiper .banner-con .banner-tit h3 {
  font-size: 42px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.75px;
  margin-bottom: 5%;
}

.home .home-banner .home-swiper .banner-con .banner-tit-en {
  width: 1.55rem;
  height: .5rem;
  margin: .1rem auto .5rem;
  transition-delay: .7s;
  transition-timing-function: ease;
  transition-duration: 0s;
  opacity: 0;
  position: relative;
  transition-duration: 0s;
  font-weight: 900;
}

.home .home-banner .home-swiper .banner-con .banner-tit-en h3 {
  font-size: 18px;
  line-height: 49px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 5%;
}

.home .home-banner .home-swiper .banner-con .banner-sub {
  width: 1.52rem;
  height: 3.51rem;
  position: absolute;
  bottom: .25rem;
  left: .18rem;
  transition-duration: 0s;
  font-weight: 700;
  transform: translatex(-1500px);
  font-size: 36px;
  opacity: 1;
  transition-delay: .5s;
  transition-timing-function: ease;
}

.home .home-banner .home-swiper .banner-con img {
  width: 100%;
  height: auto;
}

.home .home-banner .home-swiper .banner-con .banner-line {
  margin-top: .2rem;
  width: 0;
  height: 2px;
  background: white;
  transition-delay: .7s;
  transition-timing-function: ease;
  transition-duration: 0s;
  opacity: 1;
}

.home .home-banner .home-swiper .banner-con .banner-bto {
  position: relative;
  width: 200px;
  height: 50px;
  transition-delay: 2s;
  transition-timing-function: ease;
  transition-duration: 0s;
  color: white;
  opacity: 0;
  background: rgba(85, 181, 61, 0.5);
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.home .home-banner .home-swiper .banner-con .banner-pagination {
  margin-top: 20px;
  font-size: 16px;
  opacity: 1;
  overflow: hidden;
  transition-delay: 2s;
  transition-timing-function: ease;
  transition-duration: 0s;
}

.home .home-banner .home-swiper .banner-con .banner-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: 10px;
  background: none;
  opacity: 1;
}

.home .home-banner .home-swiper .banner-con .banner-pagination .swiper-pagination-bullet-active {
  background: white;
}

@media screen and (max-width: 1650px) {
  .home .home-banner .home-swiper .banner-con {
    top: 1rem;
  }
  .home .home-banner .home-swiper .banner-con .banner-tit {
    font-size: 40px;
  }
  .home .home-banner .home-swiper .banner-con .banner-sub {
    font-size: 24;
  }
  .home .home-banner .home-swiper .banner-con .banner-line {
    margin: 10px 0;
  }
  .home .home-banner .home-swiper .banner-con .banner-bto {
    width: 150px;
    height: 35px;
    font-size: 14px;
  }
}

.home .home-banner .banner-main {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.home .home-banner .banner-main .banner-item {
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: .3s;
}

.home .home-banner .banner-main .banner-item:nth-child(1) {
  background: #369e6d;
}

.home .home-banner .banner-main .banner-item:nth-child(2) {
  background: #55b53d;
}

.home .home-banner .banner-main .banner-item:nth-child(3) {
  background: #7fd836;
}

.home .home-banner .banner-main .banner-item:nth-child(4) {
  background: #96e821;
}

.home .home-banner .banner-main .banner-item .banner-thumb {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 1.6rem;
  transition: .3s;
}

.home .home-banner .banner-main .banner-item .banner-thumb img {
  width: .96rem;
  margin: 6px;
}

.home .home-banner .banner-main .banner-item .banner-thumb span {
  font-size: 18px;
  font-weight: 400;
  color: white;
}

.home .home-banner .banner-main .banner-item .banner-img {
  width: 2.5rem;
  overflow: hidden;
  background: linear-gradient(0deg, #d2d2d2 0%, #eeeeee 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}

.home .home-banner .banner-main .banner-item .banner-img img {
  width: 1.7rem;
  display: block;
  transition: .3s ease;
}

.home .home-banner .banner-main .banner-unactive {
  background: none !important;
}

.home .home-banner .banner-main .banner-unactive .banner-img {
  width: 0;
}

.home .home-banner .banner-main .banner-unactive .banner-img img {
  width: 1.4rem;
}

.home .home-pro {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .home-pro .home-pro-item {
  width: 4.2rem;
  flex-shrink: 0;
  height: 5.6rem;
  position: relative;
  transition: .8s ease;
  margin-right: .1rem;
  overflow: hidden;
  cursor: pointer;
}

.home .home-pro .home-pro-item:last-child {
  margin: 0;
}

.home .home-pro .home-pro-item .home-pro-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  background: white;
}

.home .home-pro .home-pro-item .home-pro-hover img {
  height: 100%;
}

.home .home-pro .home-pro-item .home-pro-default {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: white;
}

.home .home-pro .home-pro-item .home-pro-default .home-pro-menban {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.home .home-pro .home-pro-item .home-pro-default img {
  display: block;
  max-height: 100%;
}

.home .home-pro .home-pro-item .home-pro-bot {
  width: 100%;
  height: 1.1rem;
  background: rgba(0, 0, 0, 0.6);
  padding: .3rem;
  box-sizing: border-box;
  transition: height .3s ease;
  color: white;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.home .home-pro .home-pro-item .home-pro-bot .home-pro-tit {
  font-size: 24px;
  font-weight: 500;
}

.home .home-pro .home-pro-item .home-pro-bot .home-pro-sub {
  font-size: 0.18rem;
  font-weight: 500;
  opacity: 0.5;
}

.home .home-pro .home-pro-item .home-pro-bot .home-pro-desc {
  opacity: 0;
  font-size: .18rem;
  margin-top: .13rem;
  font-weight: 400;
  transition: .3s ease;
}

.home .home-pro .home-pro-active {
  width: 5.6rem;
}

.home .home-pro .home-pro-active .home-pro-hover {
  z-index: 4;
  opacity: 1;
  transition: opacity .8s ease;
}

.home .home-pro .home-pro-active .home-pro-hover img {
  width: 100%;
  height: 100%;
}

.home .home-pro .home-pro-active .home-pro-bot {
  height: 1.6rem;
  background: rgba(85, 181, 61, 0.8);
}

.home .home-pro .home-pro-active .home-pro-bot .home-pro-desc {
  opacity: 1;
}

.home .home-base {
  width: 100%;
  height: 8.8rem;
  display: flex;
}

.home .home-base .home-base-left {
  width: 15.5rem;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.home .home-base .home-base-left .home-base-play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 1.9rem;
  height: 1.9rem;
  border: .5px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: .48rem;
  color: white;
  font-weight: 400;
}

.home .home-base .home-base-left video {
  width: 88%;
  outline: none;
}

.home .home-base .home-base-right {
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.home .home-base .home-base-right .home-base-item {
  width: 3rem;
  margin-bottom: .3rem;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #55b53d;
  color: #55b53d;
}

.home .home-base .home-base-right .home-base-item img {
  width: 100%;
  display: block;
  transition: .2s ease;
}

.home .home-base .home-base-right .home-base-item img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.home .home-base .home-base-right .home-base-item .home-base-tit {
  width: 100%;
  height: .63rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
}

.home .home-base .home-base-right .unactive {
  border: solid 1px #ccc;
  color: #888;
}

.home .home-base .home-base-right .unactive :hover {
  color: #369e6d;
}

.home .home-base .home-base-right .unactive img {
  opacity: .5;
}

.home .home-base .home-base-right .mCSB_scrollTools {
  right: -.4rem;
}

.home .home-base .home-base-right .mCSB_draggerContainer {
  background: #eeeeee;
  width: 6px;
}

.home .home-base .home-base-right .mCSB_draggerContainer .mCSB_dragger_bar {
  width: 6px;
  background: #999999;
  border-radius: 3px;
}

.home .home-base .home-base-right .mCSB_draggerContainer .mCSB_draggerRail {
  display: none;
}

.home .home-enter {
  width: 100%;
  height: 12rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.home .home-enter .home-enter-item {
  width: 5.4rem;
  height: 5.6rem;
  margin: 0 .2rem .2rem 0;
  overflow: hidden;
  position: relative;
}

.home .home-enter .home-enter-item:nth-child(3n) {
  margin-right: 0;
}

.home .home-enter .home-enter-item .home-enter-tit {
  font-size: .36rem;
  font-weight: 500;
  color: white;
}

.home .home-enter .home-enter-item .home-enter-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.home .home-enter .home-enter-item .home-enter-thumb img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

.home .home-enter .home-enter-item .home-enter-thumb .home-enter-tit {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: .3rem;
  transform: translate(-50%);
  transition: .3s;
}

.home .home-enter .home-enter-item .home-enter-inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  background: rgba(85, 181, 61, 0.9);
  opacity: 0;
  cursor: pointer;
}

.home .home-enter .home-enter-item .home-enter-inside .home-enter-desc {
  margin-top: .2rem;
  font-size: .18rem;
  opacity: .5;
  width: 90%;
}

.home .home-enter .home-enter-item .home-enter-inside .home-enter-bto {
  margin-top: .3rem;
  width: 1.5rem;
  height: .5rem;
  font-size: .18rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: .5rem;
  transition: .3s;
}

.home .home-enter .home-enter-item .home-enter-inside .home-enter-bto:hover {
  background: rgba(255, 255, 255, 0.5);
}

.home .home-enter .home-enter-item:hover .home-enter-thumb img {
  transform: scale(1.1);
}

.home .home-enter .home-enter-item:hover .home-enter-thumb .home-enter-tit {
  opacity: 0;
}

.home .home-enter .home-enter-item:hover .home-enter-inside {
  z-index: 3;
  opacity: 1;
  transition: opacity .4s ease;
}

.home .home-news {
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}

.home .home-news .home-news-main {
  box-sizing: border-box;
  margin: 0 auto;
}

.home .home-news .home-news-main .home-news-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 .1rem;
  box-sizing: border-box;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide .home-news-top {
  height: 4.2rem;
  width: 100%;
  position: relative;
  z-index: 3;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide .home-news-top .home-news-icon {
  position: absolute;
  left: 10px;
  background: #55b53d;
  top: 10px;
  width: 1.2rem;
  height: .4rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: center;
  line-height: .4rem;
  color: white;
  transition: .3s ease;
  z-index: 2;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide .home-news-top img {
  transition: .2s ease;
  width: 100%;
  height: 3rem;
  display: block;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide .home-news-top .home-news-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  width: 100%;
  height: 1.2rem;
  box-sizing: border-box;
  background: white;
  font-size: .24rem;
  font-weight: 400;
  text-align: left;
  color: #333333;
  background: white;
  transition: .3s ease;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide .home-news-bot {
  box-shadow: 0px 5px 10px 5px #eee;
  position: relative;
  width: 4rem;
  height: .6rem;
  z-index: 2;
  background: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  font-size: .18rem;
  padding-bottom: 0.12rem;
  box-sizing: border-box;
  transform: translateY(-0.3rem);
  transition: .3s ease;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide .home-news-bot a {
  color: #FFE87F;
  display: none;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide .home-news-bot img {
  width: 12px;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide:hover .home-news-top .home-news-icon {
  color: #55b53d;
  background: white;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide:hover .home-news-top img {
  transform: scale(1.1);
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide:hover .home-news-top .home-news-tit {
  background: #55b53d;
  color: white;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide:hover .home-news-bot {
  transform: translateY(-0.1rem);
  background: #55b53d;
  padding-bottom: 0.16rem;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide:hover .home-news-bot a {
  display: block;
}

.home .home-news .home-news-main .home-news-swiper .swiper-slide:hover .home-news-bot img {
  opacity: 0;
}

.home .home-news .home-news-main .swiper-button-prev {
  left: 8%;
  top: 40%;
  width: .54rem;
  height: .2rem;
  opacity: 1;
  background: url("../../img/arrLeftActive.png") no-repeat;
  background-size: 100% 100%;
  outline: none;
}

.home .home-news .home-news-main .swiper-button-prev::after {
  display: none;
}

.home .home-news .home-news-main .swiper-button-prev.swiper-button-disabled {
  background: url("../../img/arrLeft.png") no-repeat;
  background-size: 100% 100%;
}

.home .home-news .home-news-main .swiper-button-next {
  right: 8%;
  top: 40%;
  width: .54rem;
  height: .2rem;
  opacity: 1;
  outline: none;
  background: url("../../img/arrRightActive.png") no-repeat;
  background-size: 100% 100%;
}

.home .home-news .home-news-main .swiper-button-next::after {
  display: none;
}

.home .home-news .home-news-main .swiper-button-next.swiper-button-disabled {
  background: url("../../img/arrRight.png") no-repeat;
  background-size: 100% 100%;
}
