body {
  overflow-x: hidden;
}
.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}

.video-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:300; background:rgba(0,0,0,0.85);}
.video-box .close{ cursor:pointer; width:40px; height:40px; position:fixed; z-index:4; right:20px; top:20px;}
.video-box .close::before,
.video-box .close::after{ position:absolute; content:''; width:80%; left:10%; height:3px; top:50%; margin-top:-1.5px; background:#fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.video-box .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.video-box .ytable{height: 100%;}
.video-box .ytable-cell{ text-align:center;    display: table-cell;vertical-align: middle;}
.video-box video{ width:90%; max-width:900px;}
.Hbanner  .bp{position: absolute;left: 47.3%;bottom: 44%;cursor: pointer;z-index: 10;color: #fff;}
.Hbanner .open-video{position: absolute;left: 49%;bottom: 50%;cursor: pointer;z-index: 10;}
.Hbanner .open-video i{display: block;width: 50px;height: 50px;border-radius: 50%;background: #76b648 url(../images/Floor002841_btn.png) no-repeat center center;position: relative;z-index: 4;}
.Hbanner .open-video:before,
.Hbanner .open-video:after{position: absolute;content: '';border-radius: 50%;background: #76b648;opacity: 0.2;-webkit-opacity: 0.2;animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.Hbanner .open-video:before{left: -16px;top: -16px;bottom: -16px;right: -16px;animation-delay: 0.3s;}
.Hbanner .open-video:after{left: -30px;top: -30px;bottom: -30px;right: -30px;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}




.Hbanner {
  position: relative;
}
.Hbanner .wapban {
  display: none;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hbanner .textwarp img {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.Hbanner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hbanner .slick-current .pic img {
  animation: picImg 10s linear infinite alternate;
}
.Hbanner .slick-current .textwarp img {
  transform: translateY(0);
  opacity: 1;
}
.Hbanner .slick-dots {
  position: absolute;
  left: 0;
  bottom: calc(55 / 1920 * 100vw);
  z-index: 10;
  width: 100%;
}
@-webkit-keyframes picImg {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes picImg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
.Hbanner .open-video{left: 45%; bottom: 40%;}
.Hbanner .bp{    left: 39.3%; bottom: 21%;}
}


.Htitle {
  color: #333;
  margin-bottom: 0.3rem;
}
.Htitle.center {
  justify-content: center;
}
.Htitle .Htit_con {
  text-align: center;
}
.Htitle .cn {
  line-height: 1;
  margin-bottom: 0.05rem;
}
.Htitle .icon {
  width: 0.18rem;
  height: 0.44rem;
  background: url(../images/Htitle_icon.png) no-repeat center;
  background-size: contain;
}
.Hstory {
  min-height: 100vh;
  padding-top: calc(130 / 1920 * 100vw);
  padding-bottom: calc(90 / 1920 * 100vw);
  position: relative;
}
.Hstory .textwarp {
  text-align: center;
  line-height: calc(30 / 16);
  margin: 0 auto;
  width: 34.893%;
}
.Hstory pre {
  text-align: center;
}
.Hstory .Hmore {
  margin-top: 0.2rem;
}
.Hstory .pic {
  position: relative;
  width: 72.29%;
  padding-top: 72.29%;
  margin: 0 auto 0.4rem;
}
.Hstory .pic img,
.Hstory .pic .time,
.Hstory .pic .timewarp {
  position: absolute;
}
.Hstory .pic img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 100%;
}
.Hstory .pic .time {
  width: 41.669%;
  padding-top: 41.669%;
  bottom: -15px;
  left: -20%;
}
.Hstory .pic .time .box {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  animation: spin2 6s infinite linear;
  transform-origin: 50% 40%;
  border-radius: 100%;
}
.Hstory .pic .timewarp {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  color: #fff;
  line-height: 1;
  background: url(../images/Hicon_bg1.png) no-repeat center #76b648;
  background-size: contain;
  border-radius: 100%;
  animation: spin-reverse2 6s infinite linear;
}
.Hstory .pic .timewarp b {
  font-size: calc(60 / 1920 * 100vw);
  margin-bottom: 0.05rem;
}
.Hstory .bubble {
  position: absolute;
}
.Hstory .bubble .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  animation: spin 6s infinite linear;
  transform-origin: 50% 40%;
}
.Hstory .bubble img {
  animation: spin-reverse 6s infinite linear;
  width: 100%;
  border-radius: 100%;
}
.Hstory .bubble:nth-child(2n) .circle {
  animation: spin2 6s infinite linear;
}
.Hstory .bubble:nth-child(2n) img {
  animation: spin-reverse2 6s infinite linear;
}
.Hstory .bubble1 {
  left: calc(250 / 1920 * 100vw);
  top: calc(133 / 1920 * 100vw);
  width: calc(120 / 1920 * 100vw);
  padding-top: calc(120 / 1920 * 100vw);
}
.Hstory .bubble2 {
  left: calc(640 / 1920 * 100vw);
  top: calc(182 / 1920 * 100vw);
  width: calc(100 / 1920 * 100vw);
  padding-top: calc(100 / 1920 * 100vw);
}
.Hstory .bubble3 {
  right: calc(373 / 1920 * 100vw);
  top: calc(204 / 1920 * 100vw);
  width: calc(254 / 1920 * 100vw);
  padding-top: calc(200 / 1920 * 100vw);
}
.Hstory .bubble3 .circle,
.Hstory .bubble3 img {
  border-radius: 0;
}
.Hstory .bubble4 {
  right: calc(198 / 1920 * 100vw);
  top: calc(120 / 1920 * 100vw);
  width: calc(120 / 1920 * 100vw);
  padding-top: calc(120 / 1920 * 100vw);
}
.Hstory .bubble5 {
  left: calc(350 / 1920 * 100vw);
  top: calc(260 / 1920 * 100vw);
  width: calc(250 / 1920 * 100vw);
  padding-top: calc(250 / 1920 * 100vw);
}
.Hstory .bubble6 {
  right: calc(520 / 1920 * 100vw);
  top: calc(535 / 1920 * 100vw);
  width: calc(100 / 1920 * 100vw);
  padding-top: calc(100 / 1920 * 100vw);
}
.Hstory .bubble7 {
  left: calc(300 / 1920 * 100vw);
  top: calc(642 / 1920 * 100vw);
  width: calc(150 / 1920 * 100vw);
  padding-top: calc(150 / 1920 * 100vw);
}
.Hstory .bubble8 {
  right: calc(228 / 1920 * 100vw);
  top: calc(603 / 1920 * 100vw);
  width: calc(220 / 1920 * 100vw);
  padding-top: calc(220 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .Hstory .textwarp {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .Hstory {
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .Hstory .Htitle {
    margin-top: 0.5rem;
  }
  .Hstory .textwarp {
    width: 90%;
  }
  .Hstory .bubble {
    transform: translateY(1rem);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}
.Hproduct {
  background-color: #fafef3;
  padding: 0.8rem 0 1.2rem;
  position: relative;
}
.Hproduct::before,
.Hproduct::after {
  content: '';
  position: absolute;
}
.Hproduct::before {
  width: 2.4rem;
  height: 4.12rem;
  background: url(../images/Hpro_bg1.png) no-repeat center;
  background-size: contain;
  left: 0;
  bottom: 1.1rem;
}
.Hproduct::after {
  width: 100%;
  max-width: calc(1019 / 1920 * 100%);
  height: 4.13rem;
  right: 0;
  bottom: 1.7rem;
  background: url(../images/Hpro_bg2.png) no-repeat center;
  background-size: contain;
}
.Hproduct .content {
  position: relative;
  z-index: 3;
  margin-top: 0.6rem;
}
.Hproduct .list > .flex_js {
  width: 100%;
}
.Hproduct .tab_nav {
  width: calc(620 / 1440 * 100%);
  position: absolute;
  left: 0;
  top: 0;
  justify-content: space-between;
}
.Hproduct .tab_nav .items {
  width: 32%;
  border: 2px solid #76b648;
  border-radius: 0 0.3rem 0 0.3rem;
  color: #76b648;
  cursor: pointer;
  padding: 0 0.05rem;
}
.Hproduct .tab_nav .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.7rem;
  gap: 0.1rem;
}
.Hproduct .tab_nav .icon {
  flex: 0 0 auto;
  max-width: 0.48rem;
}
.Hproduct .tab_nav .title {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
}
.Hproduct .tab_nav .title::after {
  content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #76b648;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.Hproduct .tab_nav .on {
  background-color: #76b648;
  color: #fff;
}
.Hproduct .tab_nav .on .icon {
  filter: brightness(0) invert(100%);
}
.Hproduct .tab_nav .on .title::after {
  border-color: #fff;
}
.Hproduct .left {
  padding-top: 1.9rem;
  width: calc(620 / 1440 * 100%);
  text-align: center;
}
.Hproduct .left .ul {
  margin: 0 -0.2rem;
}
.Hproduct .left .box {
  display: block;
  margin: 0 0.2rem;
  position: relative;
  padding-bottom: 0.2rem;
}
.Hproduct .left .box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  border: 2px solid #81b445;
  opacity: 0.2;
  border-radius: 0 0.5rem 0 0.5rem;
  transition: all 0.5s ease-in-out;
}
.Hproduct .left .pic {
  height: 2.3rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.08rem;
}
.Hproduct .left .pic img {
  max-height: 100%;
  max-width: 80%;
  /* filter: grayscale(100%) invert(20%); */
  transition: all 0.5s ease-in-out;
}
.Hproduct .left .slick-current .pic img {
  filter: grayscale(0);
}
.Hproduct .left .textwarp {
  padding: 0 0.1rem;
}
.Hproduct .left .stit {
  color: #999999;
  margin-bottom: 0.05rem;
}
.Hproduct .left .tit {
  color: #555555;
}
.Hproduct .left .page_btn {
  margin-top: 0.6rem;
  justify-content: center;
  gap: 0.2rem;
  align-items: center;
}
.Hproduct .left .page_dot {
  display: inline-flex;
}
.Hproduct .left .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.Hproduct .left .slick-dots li {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0 3px 0 3px;
  border: 2px solid #bcbcbc;
  opacity: 1;
  margin: 0;
}
.Hproduct .left .slick-dots li button {
  display: none;
}
.Hproduct .left .slick-dots .slick-active {
  background-color: #76b648;
  border-color: #76b648;
}
.Hproduct .right {
  width: calc(730 / 1440 * 100%);
}
.Hproduct .right .box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0 0.8rem 0 0.8rem;
}
.Hproduct .right .pic {
  position: relative;
  padding-top: calc(640 / 730 * 100%);
}
.Hproduct .right .textwarp {
  width: 3rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  line-height: 0.3rem;
}
@media (max-width: 768px) {
  .Hproduct::before,
  .Hproduct::after {
    display: none;
  }
  .Hproduct .tab_nav {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .Hproduct .left,
  .Hproduct .right {
    width: 100%;
  }
  .Hproduct .left {
    order: 2;
    padding-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .Hproduct .tab_nav .icon {
    max-width: 0.25rem;
  }
}
.Hnews {
  padding: 1.2rem 0;
  background: url(../images/Hnews_bg2.jpg) no-repeat center;
  background-size: cover;
}
.Hnews .tab_nav {
  justify-content: flex-end;
  align-items: center;
  line-height: 0.36rem;
  gap: 0.2rem;
  margin-bottom: 0.3rem;
}
.Hnews .tab_nav .item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  border-bottom: 2px solid transparent;
  color: #333;
  cursor: pointer;
}
.Hnews .tab_nav em {
  display: inline-block;
  vertical-align: middle;
  color: #d8d8d8;
  margin: 0 0.1rem;
}
.Hnews .tab_nav em:last-child {
  display: none;
}
.Hnews .tab_nav .on {
  border-color: #76b648;
  color: #c7b190;
}
.Hnews .tab_nav .on::before,
.Hnews .tab_nav .on::after {
  content: '+';
  display: inline-block;
}
.Hnews .warp {
  width: 100%;
}
.Hnews .time {
  flex: 0 0 auto;
  color: #333;
}
.Hnews .time .line {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #76b648;
  margin: 5px 0 0.1rem;
}
.Hnews .left {
  width: calc(662 / 1440 * 100%);
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 0.5rem 0 0.5rem;
}
.Hnews .left .pic {
  padding-top: calc(350 / 662 * 100%);
  position: relative;
}
.Hnews .left .textwarp {
  padding: 0.35rem 0.55rem;
}
.Hnews .left .txt {
  width: 4.1rem;
}
.Hnews .left .title {
  line-height: calc(35 / 24);
  margin-bottom: 0.2rem;
}
.Hnews .left .des {
  color: #555555;
  line-height: calc(30 / 16);
}
.Hnews .left .slick-dots {
  display: flex;
  align-items: flex-start;
  gap: 0.15rem;
  bottom: 0.4rem;
  left: 0.55rem;
  position: absolute;
  z-index: 10;
}
.Hnews .left .slick-dots li {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 0 3px 0 3px;
  border: 2px solid #bcbcbc;
  opacity: 1;
  margin: 0;
}
.Hnews .left .slick-dots li button {
  display: none;
}
.Hnews .left .slick-dots .slick-active {
  background-color: #76b648;
  border-color: #76b648;
}
.Hnews .right {
  width: calc(720 / 1440 * 100%);
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 0.5rem 0 0.5rem;
  padding: 0.2rem 1.1rem 0.1rem 0.6rem;
}
.Hnews .right .box {
  border-bottom: 1px dotted #535353;
  padding: 0.3rem 0;
}
.Hnews .right .txt {
  width: 4.3rem;
}
.Hnews .right .title {
  line-height: calc(30 / 20);
  margin-bottom: 0.15rem;
}
.Hnews .right .des {
  color: #555555;
}
.Hnews .right .Hmore {
  display: flex;
  margin: 0.25rem auto 0;
  height: auto;
}
@media (max-width: 1024px) {
  .Hnews .left .txt {
    width: 3rem;
  }
  .Hnews .right {
    padding: 0.2rem 0.6rem 0.1rem;
  }
  .Hnews .right .txt {
    width: 3rem;
  }
}
@media (max-width: 768px) {
  .Hnews .left,
  .Hnews .right {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .Hnews .left .txt,
  .Hnews .right .txt {
    width: calc(100% - 1.2rem);
  }
  .Hnews .right {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 640px) {
  .Hnews {
    padding: 0.5rem 0;
  }
  .Hnews .tab_nav {
    justify-content: center;
    gap: 0;
  }
}
.Hother {
  background: url(../images/Hother_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: calc(180 / 1920 * 100%);
  padding-bottom: calc(180 / 1920 * 100%);
}
.Hother .ul {
  align-items: flex-start;
}
.Hother li {
  width: 50%;
  margin-top: calc(60 / 1440 * 100%);
}
.Hother .box {
  position: relative;
  padding-top: calc(540 / 720 * 100%);
  display: block;
  transition: all 0.5s;
}
.Hother .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(828 / 720 * 100%);
  height: 100%;
  border-radius: 10px;
  -webkit-mask-image: url(../images/Hother_bg2.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.Hother .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hother .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.Hother .des {
  margin: 10px 0 25px;
  line-height: 24px;
}
.Hother li:first-child .textwarp {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-left: calc(60 / 700 * 100%);
  width: 53%;
}
.Hother li:nth-child(2) {
  margin-top: 0;
}
.Hother li:nth-child(2) .pic {
  left: auto;
  right: 0;
  -webkit-mask-image: url(../images/Hother_bg3.png);
}
.Hother li:nth-child(2) .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #267015;
  opacity: 0.6;
  transition: all 0.5s;
}
.Hother li:nth-child(2) .textwarp {
  bottom: calc(50 / 720 * 100%);
  left: calc(120 / 720 * 100%);
  width: 58%;
}
.Hother .more {
  display: flex;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 0 10px 0 10px;
  align-items: center;
  justify-content: center;
}
.Hother .more .line {
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  margin-left: -3px;
}
.Hother .on .box {
  z-index: 3;
}
.Hother .on .pic::before {
  opacity: 0.2 !important;
}
@media (max-width: 640px) {
  .Hother .ul {
    flex-flow: row wrap;
  }
  .Hother li {
    width: 100%;
    margin-bottom: 2%;
  }
  .Hother li .pic::before {
    opacity: 0.2 !important;
  }
}
