@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

body {
  outline: none;
  font-family: 'Noto Sans SC','sourcehansans','Montserrat',sans-serif;
}

body, body * {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.54167%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.85417%;
}

@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #6D6D6D;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #D9D9D9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7EBF41;
  color: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #fff;
  border-color: #7EBF41;
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msl.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl.bs:before {
  background: #7EBF41;
}

.more-msl.bs:hover {
  border-color: #7EBF41;
}

.more-msl.hs {
  color: #fff;
  border: 1px solid #7EBF41;
  background: #7EBF41;
}

.more-msl.hs:before {
  background: #000;
}

.more-msl.hs:hover {
  border-color: #000;
}

.more-msl1 {
  display: inline-block;
  color: #9D9D9D;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #9D9D9D;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl1 {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl1:before {
  background: #08938E;
}

.more-msl1:after {
  background: #7EBF41;
}

.more-msl1:before, .more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
  color: #fff;
  border-color: #7EBF41;
}

.more-msl1:hover:before, .more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
       transition-delay: 0.175s;
}

.more-msl1.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl1.bs:before {
  background: #08938E;
}

.more-msl1.bs:hover {
  color: #fff;
  border-color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.38rem 2rem;
  border-radius: 3.125rem;
  color: #A9A9A9;
  overflow: hidden;
  position: relative;
  border: 1px solid #A9A9A9;
  z-index: 1;
  font-family: 'Noto Sans SC';
}

.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
}

@media (max-width: 768px) {
  .more-b span {
    font-size: 1rem;
  }
}

.more-b i {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 0.5em;
  -webkit-transition-delay: .12s;
     -moz-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
  color: #A9A9A9;
  font-weight: 500;
  vertical-align: middle;
}

.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 3.125rem;
  background-color: #7EBF41;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b:hover {
  border-color: #7EBF41;
}

.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  color: #fff;
}

.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.more-b.bs {
  border-color: #fff;
  color: #fff;
}

.more-b.bs i {
  color: #fff;
}

.more-b.bs:hover {
  border-color: #7EBF41;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-img-news {
  padding-bottom: 68.20276%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-news img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 5.625rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 3.6063rem;
}

.head .head2 .sska, .head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
}

.head .head2 .sska a, .head .head2 .zywena a {
  font: 500 1rem/1em "Noto Sans SC";
  color: #fff;
}

.head .head2 .sska i, .head .head2 .zywena i {
  color: #fff;
  font-size: 1.25rem;
  margin-right: 0.4em;
}

.head .head2 .sska {
  margin-left: 0.8em;
}

.head .head2 .zywena {
  text-align: center;
  margin-left: 1em;
  margin-right: 1rem;
  position: relative;
}

#menu {
  margin-right: 1.5vw;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans SC";
}

#menu .nav_a1 li > a {
  font-size: 1.25rem;
  padding: 0 1em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
  padding: 0 1em;
}

#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #7EBF41;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 28.5rem;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: left;
  border-bottom-left-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
  padding: 1.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
}

#menu .nav_a1 li .sec .xgagf-a a {
  font: 500 1rem/1.5em "";
  padding: 0.5em 0;
  color: #333;
}

#menu .nav_a1 li .sec .xgagf-a a:hover {
  color: #7EBF41;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a {
  width: 26.5%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b {
  width: 68.75%;
}

#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: center;
  line-height: 1;
}

#menu .nav_a1 li .sec1 > a {
  font: 500 1rem/3em "Noto Sans SC";
  padding: 0.3em 0;
  color: #000;
  display: inline-block;
}

#menu .nav_a1 li .sec1 > a + a {
  margin-left: 3%;
}

#menu .nav_a1 li .sec1 > a:hover {
  color: #7EBF41;
}

#menu .nav_a1 li:hover .sec, #menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 62.15385%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: .9375rem;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.head.sticky .head2, .fp-viewing-section2 .head2, .fp-viewing-section4 .head2, .fp-viewing-section7 .head2, .fp-viewing-section8 .head2 {
  background: #202020;
}

.fp-viewing-section1 .head.sticky .head2 {
  background: transparent;
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 36px;
  max-width: 40%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 400 1.125rem/60px "Noto Sans SC";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}

.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.xta {
  -webkit-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
     -moz-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
      -ms-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
       -o-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
          transform: matrix(1, 0, -0.3, 0.95, 0, 0);
}

.pc-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pc-banner .mySwipera {
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
  }
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  top: 50%;
}

.pc-banner .mySwipera .banwez .tit {
  font: 600 4.375rem/1.1em "Montserrat";
  max-width: 45%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit {
    font-size: 1.8rem;
    line-height: 1.25em;
    max-width: 100%;
  }
}

.pc-banner .mySwipera .banwez .tit2 {
  font: 600 3.75rem/1.3em "Noto Sans SC";
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit2 {
    font-size: 2rem;
    margin-top: 0.3em;
  }
}

.pc-banner .jtx-gong {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25%;
  z-index: 9;
}

@media (max-width: 768px) {
  .pc-banner .jtx-gong {
    bottom: 15%;
  }
}

.pc-banner .jtx-gong .swiper-button-prev1, .pc-banner .jtx-gong .swiper-button-next1 {
  color: #FFFFFF;
}

.pc-banner .jtx-gong .swiper-button-prev1 i, .pc-banner .jtx-gong .swiper-button-next1 i {
  font-size: 1rem;
  font-weight: 600;
}

.pc-banner .jtx-gong .swiper-button-next1 {
  margin-left: 1rem;
}

.pc-banner .jtx-gong .swiper-pagination1 span {
  width: .625rem;
  height: .625rem;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  background: #FFFFFF;
  margin-left: 0.7rem;
}

.pc-banner .jtx-gong .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: transparent;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.toptd {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.toptd:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.gong-p {
  color: #323232;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.section {
  position: relative;
}

.section .fg-bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.section .fg-bj .bj-sda {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.08, 1.08);
     -moz-transform: scale(1.08, 1.08);
      -ms-transform: scale(1.08, 1.08);
       -o-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
  -webkit-transition: all 5s linear;
  -o-transition: all 5s linear;
  -moz-transition: all 5s linear;
  transition: all 5s linear;
}

.section.active .fg-bj .bj-sda {
  -webkit-transform: scale(1, 1);
     -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

.title1 {
  color: #484848;
}

.title1 .tit {
  font: 600 3.125rem/1.4em "Noto Sans SC";
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.7rem;
  }
}

.title1 .tit::after {
  content: "";
  display: block;
  background: #70C7DA;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  right: -0.8rem;
  top: 0.5rem;
}

@media (max-width: 768px) {
  .title1 .tit::after {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.title1 .ftit {
  font: 600 2rem/1.4em "Noto Sans SC";
  margin-top: 0.3rem;
}

@media (max-width: 768px) {
  .title1 .ftit {
    font-size: 1.3rem;
  }
}

.title1 .txt {
  font: 400 1.125rem/1.6em "Noto Sans SC";
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .title1 .txt {
    margin-top: 0.75rem;
  }
}

.title1.bs {
  color: #fff;
}

.section2 {
  position: relative;
}

.section2 .u1 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
  font-size: 0;
  width: 23.4375%;
}

.section2 .u1 img {
  width: 100%;
}

.section2 .u2 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  font-size: 0;
  width: 28.64583%;
}

.section2 .u2 img {
  width: 100%;
}

.section2 .a2_v1 .a2_b1 {
  width: 43.75%;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b1 {
    width: 100%;
  }
}

.section2 .a2_v1 .a2_b1 .p {
  color: #484848;
  font: 400 1.125rem/1.7em "Noto Sans SC";
  margin-top: 1.5rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b1 .p {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.section2 .a2_v1 .a2_b1 .a2_c1 {
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b1 .a2_c1 {
    margin-top: 0.8rem;
    padding: 0.25em 0;
  }
}

.section2 .a2_v1 .a2_b1 .a2_c1 dl {
  color: #B1B1B1;
  font: 600 1rem/2.5rem "Noto Sans SC";
}

.section2 .a2_v1 .a2_b1 .a2_c1 dl a {
  color: #B1B1B1;
}

.section2 .a2_v1 .a2_b1 .a2_c1 dl a:hover {
  color: #7EBF41;
}

.section2 .a2_v1 .a2_b1 a.more-b {
  margin-top: 2.875rem;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b1 a.more-b {
    margin-top: 1.5rem;
  }
}

.section2 .a2_v1 .a2_b2 {
  width: 44.16667%;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.section2 .a2_v1 .a2_b2 dl {
  width: 50%;
  text-align: center;
}

.section2 .a2_v1 .a2_b2 dl:nth-child(n+3) {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b2 dl:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.section2 .a2_v1 .a2_b2 dl dt {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 7.5rem;
  line-height: 1em;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b2 dl dt {
    font-size: 3rem;
  }
}

.section2 .a2_v1 .a2_b2 dl dt sup {
  font-size: 1.75rem;
  height: 1em;
  display: block;
  position: absolute;
  right: -0.5em;
  line-height: 1.5em;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b2 dl dt sup {
    font-size: 1.25rem;
  }
}

.section2 .a2_v1 .a2_b2 dl dd {
  color: #484848;
  font: 600 1.625rem/1.2em "Noto Sans SC";
}

@media (max-width: 768px) {
  .section2 .a2_v1 .a2_b2 dl dd {
    font-size: 1.125rem;
    margin-top: 0.25em;
  }
}

.section3 .u1 {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  font-size: 0;
  width: 50.67708%;
}

.section3 .u1 img {
  width: 100%;
}

.section3 .wh {
  position: relative;
  z-index: 1;
}

.section3 .wh .a3_v1 {
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .section3 .wh .a3_v1 {
    margin-top: 1.5rem;
  }
}

.section3 .wh .a3_v1 dl {
  width: 32%;
  position: relative;
  border-radius: 1.875rem;
  border: 3px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  padding: 3rem 3%;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section3 .wh .a3_v1 dl {
    width: 100%;
    border-width: 1px;
  }
  .section3 .wh .a3_v1 dl + dl {
    margin-top: 1.5rem;
  }
}

.section3 .wh .a3_v1 dl::after {
  position: absolute;
  content: "";
  background: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -1;
}

.section3 .wh .a3_v1 dl dt {
  font: 600 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .section3 .wh .a3_v1 dl dt {
    font-size: 1.45rem;
  }
}

.section3 .wh .a3_v1 dl dd {
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .section3 .wh .a3_v1 dl dd {
    font-size: 1.125rem;
    font-weight: 400;
  }
}

.section3 .wh .a3_v2 {
  text-align: center;
  color: #fff;
  font: 600 2rem/1.5em "Noto Sans SC";
  letter-spacing: 2.5em;
  opacity: 0.4;
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .section3 .wh .a3_v2 {
    font-size: 1.44rem;
    letter-spacing: 0.5em;
    margin-top: 1rem;
  }
}

@-webkit-keyframes opacity1 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -o-transform: translate(-5%, 0%);
    transform: translate(-5%, 0%);
  }
  50% {
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -o-transform: translate(5%, 0%);
    transform: translate(5%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@-moz-keyframes opacity1 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -o-transform: translate(-5%, 0%);
    transform: translate(-5%, 0%);
  }
  50% {
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -o-transform: translate(5%, 0%);
    transform: translate(5%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@-o-keyframes opacity1 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -o-transform: translate(-5%, 0%);
    transform: translate(-5%, 0%);
  }
  50% {
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -o-transform: translate(5%, 0%);
    transform: translate(5%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes opacity1 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -o-transform: translate(-5%, 0%);
    transform: translate(-5%, 0%);
  }
  50% {
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -o-transform: translate(5%, 0%);
    transform: translate(5%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@-webkit-keyframes droplet-fall {
  0% {
    top: 40%;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 0;
  }
}

@-moz-keyframes droplet-fall {
  0% {
    top: 40%;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 0;
  }
}

@-o-keyframes droplet-fall {
  0% {
    top: 40%;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 0;
  }
}

@keyframes droplet-fall {
  0% {
    top: 40%;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 0;
  }
}

.section4 .wh {
  -webkit-transform: scale(0.85);
     -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
       -o-transform: scale(0.85);
          transform: scale(0.85);
}

@media (max-width: 768px) {
  .section4 .wh {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.section4 .u1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .section4 .a4_v1 {
    display: none;
  }
}

.section4 .a4_v1 .a4_b1 li {
  color: #fff;
  font: 600 1.5rem/1em "Noto Sans SC";
  position: absolute;
}

.section4 .a4_v1 .a4_b1 li:nth-child(1) {
  -webkit-transform: rotate(-62.77deg);
     -moz-transform: rotate(-62.77deg);
      -ms-transform: rotate(-62.77deg);
       -o-transform: rotate(-62.77deg);
          transform: rotate(-62.77deg);
  left: -2%;
  top: 29%;
}

.section4 .a4_v1 .a4_b1 li:nth-child(2) {
  -webkit-transform: rotate(-42.58deg);
     -moz-transform: rotate(-42.58deg);
      -ms-transform: rotate(-42.58deg);
       -o-transform: rotate(-42.58deg);
          transform: rotate(-42.58deg);
  left: 4%;
  top: 10%;
}

.section4 .a4_v1 .a4_b1 li:nth-child(3) {
  -webkit-transform: rotate(-15.66deg);
     -moz-transform: rotate(-15.66deg);
      -ms-transform: rotate(-15.66deg);
       -o-transform: rotate(-15.66deg);
          transform: rotate(-15.66deg);
  left: 13%;
  top: -2%;
}

.section4 .a4_v1 .a4_b1 li:nth-child(4) {
  -webkit-transform: rotate(6.29deg);
     -moz-transform: rotate(6.29deg);
      -ms-transform: rotate(6.29deg);
       -o-transform: rotate(6.29deg);
          transform: rotate(6.29deg);
  left: 24%;
  top: -4%;
}

.section4 .a4_v1 .a4_b2 li {
  color: #FFFFFF;
  font: 600 1.5rem/1em "Noto Sans SC";
  position: absolute;
}

.section4 .a4_v1 .a4_b2 li:nth-child(1) {
  -webkit-transform: rotate(10.99deg);
     -moz-transform: rotate(10.99deg);
      -ms-transform: rotate(10.99deg);
       -o-transform: rotate(10.99deg);
          transform: rotate(10.99deg);
  right: 29%;
  bottom: -3%;
}

.section4 .a4_v1 .a4_b2 li:nth-child(2) {
  -webkit-transform: rotate(-8.58deg);
     -moz-transform: rotate(-8.58deg);
      -ms-transform: rotate(-8.58deg);
       -o-transform: rotate(-8.58deg);
          transform: rotate(-8.58deg);
  right: 19%;
  bottom: -3%;
}

.section4 .a4_v1 .a4_b2 li:nth-child(3) {
  -webkit-transform: rotate(-28.89deg);
     -moz-transform: rotate(-28.89deg);
      -ms-transform: rotate(-28.89deg);
       -o-transform: rotate(-28.89deg);
          transform: rotate(-28.89deg);
  right: 12%;
  bottom: 1%;
}

.section4 .a4_v1 .a4_b2 li:nth-child(4) {
  -webkit-transform: rotate(-47.18deg);
     -moz-transform: rotate(-47.18deg);
      -ms-transform: rotate(-47.18deg);
       -o-transform: rotate(-47.18deg);
          transform: rotate(-47.18deg);
  right: 5%;
  bottom: 12%;
}

.section4 .a4_v1 .a4_b2 li:nth-child(5) {
  -webkit-transform: rotate(-64.88deg);
     -moz-transform: rotate(-64.88deg);
      -ms-transform: rotate(-64.88deg);
       -o-transform: rotate(-64.88deg);
          transform: rotate(-64.88deg);
  right: 0%;
  bottom: 28%;
}

.section4 .a4_v2 {
  display: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .section4 .a4_v2 {
    display: block;
  }
}

.section4 .a4_v2 img {
  width: 100%;
}

.section4 .a4-img {
  margin: 0 3.21429%;
}

.section4 .a4-img i {
  display: block;
  font-size: 0;
}

.section4 .a4-img i img {
  width: 100%;
}

.section4 .a4-img .wez-a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.section4 .a4-img .wez-a .weza1 {
  width: 50%;
  color: #fff;
  font: 600 2.125rem/1.5em "Noto Sans SC";
}

.section4 .a4-img .wez-a .weza2 {
  width: 50%;
  color: #fff;
  font: 600 2.125rem/1.5em "Noto Sans SC";
}

.section4 .a4-img .xweimg li {
  position: absolute;
}

.section4 .a4-img .xweimg li img {
  width: 100%;
}

.section4 .a4-img .xweimg li:nth-child(1) {
  width: 5.46574%;
  left: 38.5%;
  top: 66.3%;
  -webkit-animation: opacity1 3s infinite;
     -moz-animation: opacity1 3s infinite;
       -o-animation: opacity1 3s infinite;
          animation: opacity1 3s infinite;
}

.section4 .a4-img .xweimg li:nth-child(2) {
  width: 4.31101%;
  left: 45%;
  top: 47%;
  -webkit-animation: swing 3s infinite;
     -moz-animation: swing 3s infinite;
       -o-animation: swing 3s infinite;
          animation: swing 3s infinite;
}

.section4 .a4-img .xweimg li:nth-child(3) {
  width: 3.69515%;
  right: 8%;
  top: 22%;
  -webkit-animation: tada 3s infinite;
     -moz-animation: tada 3s infinite;
       -o-animation: tada 3s infinite;
          animation: tada 3s infinite;
}

.section4 .a4-img .xweimg li:nth-child(4) {
  width: 4.92687%;
  right: 3%;
  top: 33%;
  -webkit-animation: wobble 4s infinite;
     -moz-animation: wobble 4s infinite;
       -o-animation: wobble 4s infinite;
          animation: wobble 4s infinite;
}

.section4 .a4-img .xweimg li:nth-child(5) {
  width: 5.38876%;
  right: 1.8%;
  top: 44%;
  -webkit-animation: bounceIn 3s infinite;
     -moz-animation: bounceIn 3s infinite;
       -o-animation: bounceIn 3s infinite;
          animation: bounceIn 3s infinite;
}

.section4 .a4-img .xweimg li:nth-child(6) {
  width: 1.38568%;
  right: 6%;
  top: 50%;
  -webkit-animation: droplet-fall 2s ease-in-out infinite;
     -moz-animation: droplet-fall 2s ease-in-out infinite;
       -o-animation: droplet-fall 2s ease-in-out infinite;
          animation: droplet-fall 2s ease-in-out infinite;
}

.section4 .a4-img .xweimg li:nth-child(7) {
  width: 4.00308%;
  right: 4.5%;
  top: 56%;
  -webkit-animation: bounceIn 3s infinite;
     -moz-animation: bounceIn 3s infinite;
       -o-animation: bounceIn 3s infinite;
          animation: bounceIn 3s infinite;
}

@media (max-width: 768px) {
  .section5 .title1 .tit {
    width: 80%;
  }
}

.section5 .a5_list1 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .section5 .a5_list1 {
    margin-top: 0.5rem;
  }
}

.section5 .a5_list1 li {
  width: 11.42857%;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}

.section5 .a5_list1 li.active {
  width: 35.71429%;
}

@media (max-width: 768px) {
  .section5 .a5_list1 li {
    width: 48%;
    margin-top: 1rem;
  }
  .section5 .a5_list1 li.active {
    width: 48%;
  }
}

.section5 .a5_list1 li a.img {
  display: block;
  position: relative;
  border-radius: 1.45rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section5 .a5_list1 li a.img {
    border-radius: 1rem;
  }
}

.section5 .a5_list1 li a.img i {
  display: block;
  font-size: 0;
}

.section5 .a5_list1 li a.img i img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .section5 .a5_list1 li a.img i img {
    height: 12rem;
  }
}

.section5 .a5_list1 li a.img .wenata {
  width: 100%;
  text-align: center;
}

.section5 .a5_list1 li a.img .wenata h2 {
  color: #FFFFFF;
  font: 600 1.5rem/1.2em "Noto Sans SC";
}

@media (max-width: 768px) {
  .section5 .a5_list1 li a.img .wenata h2 {
    font-size: 1.35rem;
  }
}

@media (max-width: 768px) {
  .section6 .title1 .tit {
    width: 80%;
  }
  .section6 .more-b.bs {
    margin-top: 1rem;
  }
}

.section6 .a6_v2 {
  margin-top: 7.5625rem;
}

@media (max-width: 768px) {
  .section6 .a6_v2 {
    margin-top: 1.5rem;
  }
}

.section6 .a6_v2 li {
  width: 17.57143%;
}

@media (max-width: 768px) {
  .section6 .a6_v2 li {
    width: 100%;
  }
  .section6 .a6_v2 li + li {
    margin-top: 1.25rem;
  }
}

.section6 .a6_v2 li a.ata {
  display: block;
  position: relative;
}

.section6 .a6_v2 li a.ata i {
  display: block;
  font-size: 0;
}

.section6 .a6_v2 li a.ata i img {
  width: 100%;
}

@media (max-width: 768px) {
  .section6 .a6_v2 li a.ata i {
    display: none;
  }
}

.section6 .a6_v2 li a.ata .wenata {
  background: -webkit-linear-gradient(top, rgba(187, 187, 187, 0.41) 0%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(top, rgba(187, 187, 187, 0.41) 0%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(top, rgba(187, 187, 187, 0.41) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, rgba(187, 187, 187, 0.41) 0%, rgba(217, 217, 217, 0) 100%);
  margin: -2rem 10.1626% 0;
  border-radius: 6rem;
  padding: 2rem 1.25rem 4rem;
}

@media (max-width: 768px) {
  .section6 .a6_v2 li a.ata .wenata {
    padding: 1.5rem;
    margin: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section6 .a6_v2 li a.ata .wenata .whanb {
  border-radius: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .section6 .a6_v2 li a.ata .wenata .whanb {
    width: 8rem;
  }
}

.section6 .a6_v2 li a.ata .wenata .whanb u {
  display: block;
  width: 100%;
}

.section6 .a6_v2 li a.ata .wenata .whanb u img {
  width: 100%;
}

.section6 .a6_v2 li a.ata .wenata .whanb .p1 {
  color: #FFFFFF;
  font: 600 1.375rem/1.4em "Noto Sans SC";
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .section6 .a6_v2 li a.ata .wenata .whanb .p1 {
    font-size: 1.125rem;
  }
}

.section6 .a6_v2 li a.ata .wenata .p {
  color: #fff;
  text-align: center;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .section6 .a6_v2 li a.ata .wenata .p {
    width: -webkit-calc(94% - 8rem);
    width: -moz-calc(94% - 8rem);
    width: calc(94% - 8rem);
    margin-top: 0;
    text-align: left;
    font-size: 1rem;
  }
}

.section6 .a6_v2 li:hover a.ata .wenata {
  background: -webkit-linear-gradient(top, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(top, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(top, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
}

.section7 .banta {
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .section7 .banta {
    margin-top: 1.5rem;
  }
}

.section7 .banta .swiper-button-prev1, .section7 .banta .swiper-button-next1 {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #686868;
  border-radius: 50%;
  text-align: center;
  color: #484848;
}

.section7 .banta .swiper-button-prev1 i, .section7 .banta .swiper-button-next1 i {
  font-size: 1rem;
  line-height: 3rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section7 .banta .swiper-button-prev1, .section7 .banta .swiper-button-next1 {
    width: 2.6rem;
    height: 2.6rem;
  }
  .section7 .banta .swiper-button-prev1 i, .section7 .banta .swiper-button-next1 i {
    font-size: 0.85rem;
    line-height: 2.5rem;
  }
}

.section7 .banta .swiper-pagination1 {
  width: 6.8rem;
  color: rgba(72, 72, 72, 0.8);
  font-size: 1.5rem;
  line-height: 3.125rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .section7 .banta .swiper-pagination1 {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
}

.section7 .banta .swiper-pagination1 span {
  display: inline-block;
  font-weight: 500;
  font-family: 'Montserrat';
}

.section7 .banta .swiper-pagination1 span::before {
  content: "0";
}

.section7 .banta .swiper-pagination1 span.swiper-pagination-current {
  color: rgba(72, 72, 72, 0.8);
}

.section7 .banta .swiper-pagination1 span.swiper-pagination-total {
  color: rgba(72, 72, 72, 0.8);
}

.section7 .a7_v2 {
  margin-top: 3.25rem;
}

@media (max-width: 768px) {
  .section7 .a7_v2 {
    margin-top: 1.5rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont {
  float: left;
}

.section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) {
  width: 44.28571%;
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) {
    width: 100%;
    border-radius: 1.25rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) a.img {
  display: block;
  padding-bottom: 64.4588%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) .cont-p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(4.74deg, rgba(126, 191, 65, 0.9) -3.31%, rgba(112, 199, 218, 0.9) 130.4%);
  background: -moz-linear-gradient(4.74deg, rgba(126, 191, 65, 0.9) -3.31%, rgba(112, 199, 218, 0.9) 130.4%);
  background: -o-linear-gradient(4.74deg, rgba(126, 191, 65, 0.9) -3.31%, rgba(112, 199, 218, 0.9) 130.4%);
  background: linear-gradient(85.26deg, rgba(126, 191, 65, 0.9) -3.31%, rgba(112, 199, 218, 0.9) 130.4%);
  backdrop-filter: blur(7.5px);
  padding: 0.7rem 5% 1.5rem;
  color: #fff;
  width: 100%;
}

.section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) .cont-p .data {
  font: 600 1.125rem/1.5em "Montserrat";
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) .cont-p .data {
    font-size: 1rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) .cont-p a.name {
  color: #fff;
  display: block;
  font: 600 1.25rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) .cont-p a.name {
    font-size: 1.125rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:nth-child(1) .cont-p .text {
  display: none;
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) {
  width: 52.14286%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3.57143%;
  margin-bottom: 2.7125rem;
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) a.img {
  display: block;
  width: 34.74692%;
  font-size: 0;
  border-radius: 1.125rem;
  overflow: hidden;
  padding-bottom: 24.21341%;
  position: relative;
  height: 0;
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) a.img {
    width: 100%;
    padding-bottom: 57.45554%;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) a.img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p {
  width: 59.37073%;
  color: #484848;
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p .data {
  font: 600 1.125rem/1.5em "Montserrat";
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p .data {
    font-size: 1rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p a.name {
  display: block;
  font: 600 1.5rem/1.3em "Noto Sans SC";
  padding: 0.25em 0;
  color: #484848;
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p a.name {
    font-size: 1.25rem;
  }
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p a.name:hover {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
}

.section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p .text {
  color: #6D6D6D;
  font: 400 1.125rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .section7 .a7_v2 .mySwiper1 .xw-cont:not(:nth-child(1)) .cont-p .text {
    font-size: 1rem;
  }
}

.cont8 {
  padding: 2.35rem 0 2rem;
}

@media (max-width: 768px) {
  .cont8 {
    padding: 1.5rem 0;
  }
}

.cont8 .mySwiper2 img {
  width: 100%;
}

.cont8 .mySwiper2 img:hover {
  -webkit-filter: inherit;
          filter: inherit;
}

.foot-fot {
  position: relative;
  background: rgba(0, 21, 26, 0.85);
}

.foot-fot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 5.25rem 0 7.5rem;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}

.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}

.foot-fot .foota1 .dseca {
  margin-top: 0.6em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: #fff;
  font: 400 1rem/1.8em "Noto Sans SC";
}

.foot-fot .foota1 .dseca > a:hover {
  color: #7EBF41;
}

.foot-fot .foota1 .dseca p {
  color: #fff;
  font: 400 1rem/1.8em "Noto Sans SC";
}

.foot-fot .foota1 .dseca p a {
  color: #fff;
}

.foot-fot .foota1 .dseca p a:hover {
  color: #7EBF41;
}

.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 1rem;
}

.foot-fot .foota1 .fo-a2 .social-share a {
  background: #fff;
  font-size: 1.125rem;
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.375rem;
  border-color: transparent;
  color: rgba(0, 21, 26, 0.85);
}

.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #7EBF41;
  color: #fff;
}

.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-fot .foota2 .footac {
  padding: 1.2em 0;
}

@media (max-width: 990px) {
  .foot-fot .foota2 .footac {
    border-top: none;
  }
}

.foot-fot .foota2 .footac .erjx span:last-child {
  display: none;
}

.foot-fot .foota2 a {
  color: #fff;
}

.foot-fot .foota2 a:hover {
  color: #7EBF41;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.zd_erha {
  position: fixed;
  right: 1.3%;
  bottom: 12%;
  z-index: 999;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}

.zd_erha li.topa {
  display: none;
}

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  line-height: 3.15rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.zd_erha li > a i img {
  height: 1.75rem;
}

.zd_erha li > a:hover {
  background: #7EBF41;
}

.zd_erha li > a:hover i img {
  -webkit-filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
          filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
}

.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}

.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.fp-viewing-section1 .zd_erha .aat_list li:last-child {
  display: none;
}

.active .sybounceIn {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
       animation-duration: 1.5s;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
       animation-name: bounceIn;
}

#menua {
  top: 50%;
  position: fixed;
  z-index: 100;
  right: 5.20833%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1366px) {
  #menua {
    right: 3.1%;
  }
}

#menua ul {
  position: relative;
}

#menua ul::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px dashed #FFFFFF;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

#menua ul li {
  position: relative;
}

#menua ul li + li {
  margin-top: 1.5625rem;
}

#menua ul li a {
  display: block;
  background: #FFFFFF;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

#menua ul li.active::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1366px) {
  #menua ul li.active::after {
    width: 2rem;
    height: 2rem;
  }
}

.fp-viewing-section2 #menua ul::after, .fp-viewing-section6 #menua ul::after {
  border-color: #D9D9D9;
}

.fp-viewing-section2 #menua ul li a, .fp-viewing-section6 #menua ul li a {
  background: #D9D9D9;
}

.fp-viewing-section2 #menua ul li.active::after, .fp-viewing-section6 #menua ul li.active::after {
  border-color: #D9D9D9;
}

.fp-viewing-section8 #menua {
  opacity: 0;
}

@media (max-width: 990px) {
  .fp-tableCell, .fp-section.fp-table, .fp-slide.fp-table {
    height: auto !important;
  }
  #menua {
    display: none;
  }
  .section2, .section3, .section4, .section5, .section6, .section7 {
    padding: 8rem 0;
  }
}

@media (max-width: 768px) {
  .section2, .section3, .section4, .section5, .section6, .section7 {
    padding: 2.5rem 0;
  }
}

.nbanner {
  overflow: hidden;
}

.nbanner .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
  top: 50%;
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.75rem/1.35em "Noto Sans SC";
  display: inline-block;
  position: relative;
}

.nbanner .nbanner-wen1 .banner-cont .p1::after {
  content: "";
  display: block;
  background: #70C7DA;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  right: -1rem;
  top: 0.5rem;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 600 2.5rem/1.3em "Noto Sans SC";
  margin-top: 0.15rem;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.25rem;
    margin-top: 0.25em;
  }
}

.n_mbx {
  position: relative;
  width: 100%;
  background: #F6F6F6;
}

.n_mbx .wh .n_src {
  text-align: center;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.n_mbx .wh .n_src li {
  display: inline-block;
}

.n_mbx .wh .n_src li a {
  display: block;
  color: #000000;
  font: 400 1.375rem/2em "Noto Sans SC";
  padding: 1rem 2em;
  position: relative;
}

.n_mbx .wh .n_src li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: .1875rem;
  background: #7EBF41;
  width: 0%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    color: #000;
    padding: 0.7rem 0.85em;
    font-size: 1.125rem;
  }
  .n_mbx .wh .n_src li a:after {
    height: .125rem;
  }
}

.n_mbx .wh .n_src li:hover a, .n_mbx .wh .n_src li.active a {
  color: #7EBF41;
}

.n_mbx .wh .n_src li:hover a::after, .n_mbx .wh .n_src li.active a::after {
  width: 100%;
}

.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #7D7D7D;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #7EBF41;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background: -webkit-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: -moz-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: -o-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: linear-gradient(105.58deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.ajhhsd {
  color: #7D7D7D;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}

@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}

.ajhhsd span {
  padding: 0 0.05em;
}

.ajhhsd span:last-child {
  display: none;
}

.ajhhsd a {
  color: #7D7D7D;
}

.ajhhsd a:hover {
  color: #7EBF41;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}

.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}

@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}

.nav-page li .sec {
  margin-top: 0.5em;
}

.nav-page li .sec a {
  display: inline-block;
  font: 400 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #7EBF41;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 400 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 400 1.6rem/4rem "Noto Sans SC";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-bottom: 1em;
}

.ss-list li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 400 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #7EBF41;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #252323;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.list_content {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5 {
  height: 5.625rem;
  margin-top: -5.625rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-tit .tit {
  color: #484848;
  font: 600 2.8125rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.7rem;
  }
}

.ny-tit .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #7EBF41;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .ny-tit .tit::after {
    margin-top: 1rem;
  }
}

.ny-tit .ftit {
  color: #484848;
  font: 600 2rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .ny-tit .ftit {
    font-size: 1.3rem;
  }
}

.ny-tit.bs .tit {
  color: #fff;
}

.ny-tit1 .tit {
  color: #484848;
  font: 600 2.8125rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .ny-tit1 .tit {
    font-size: 1.7rem;
  }
}

.ny-tit1 .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #7EBF41;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .ny-tit1 .tit::after {
    margin-top: 0.4rem;
  }
}

.ny-tit1 .ftit {
  color: #484848;
  font: 600 2rem/1.5em "Noto Sans SC";
  margin-top: 0.35em;
}

@media (max-width: 768px) {
  .ny-tit1 .ftit {
    font-size: 1.3rem;
  }
}

.ny-tit1 .text {
  color: #484848;
  font: 400 1.125rem/1.7em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ny-tit1 .text {
    font-size: 1rem;
  }
}

.ny-tit1.bs .tit {
  color: #fff;
}

.ny-tit1.bs .tit::after {
  background: #fff;
}

.ny-tit1.bs .ftit, .ny-tit1.bs .text {
  color: #fff;
}

.abt-cont1 {
  padding: 0 0 10.9375rem;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding-bottom: 2rem;
  }
}

.abt-cont1 .u1 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
  font-size: 0;
  width: 23.4375%;
}

.abt-cont1 .u1 img {
  width: 100%;
}

.abt-cont1 .u2 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  font-size: 0;
  width: 28.64583%;
}

.abt-cont1 .u2 img {
  width: 100%;
}

.abt-cont1 .abt-a1_v1 {
  margin-top: 6.875rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .ny-tit {
  width: 37.5%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .ny-tit {
    width: 100%;
  }
}

.abt-cont1 .abt-a1_v1 .p {
  width: 53.14286%;
  color: #484848;
  font: 400 1.125rem/1.6em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .p {
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.abt-cont1 .abt-a1_v2 {
  margin-top: 7.875rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v2 dl {
  text-align: center;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 dl {
    width: 50%;
    margin-top: 0.5rem;
  }
}

.abt-cont1 .abt-a1_v2 dl dt {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 7.5rem;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 dl dt {
    font-size: 3rem;
  }
}

.abt-cont1 .abt-a1_v2 dl dt sup {
  font-size: 1.75rem;
  height: 1em;
  display: block;
  position: absolute;
  right: -0.5em;
  line-height: 1.5em;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 dl dt sup {
    font-size: 1.25rem;
  }
}

.abt-cont1 .abt-a1_v2 dl dd {
  color: #484848;
  font: 600 1.625rem/1.2em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 dl dd {
    font-size: 1.125rem;
    margin-top: 0.25em;
  }
}

.abt-cont2 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.0625rem 0 9.375rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.5rem 0;
  }
}

.abt-cont2 .abt_a2_v1 {
  position: relative;
  z-index: 1;
  padding: 0 5%;
  margin: 6.5rem -5% 0;
}

@media (max-width: 1366px) {
  .abt-cont2 .abt_a2_v1 {
    padding: 0 1%;
    margin: 6.5rem -1% 0;
  }
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 {
    margin-top: 2rem;
  }
}

.abt-cont2 .abt_a2_v1 .xian {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  top: 46.8%;
}

@media (max-width: 1366px) {
  .abt-cont2 .abt_a2_v1 .xian {
    top: 46.1%;
  }
}

@media (max-width: 990px) {
  .abt-cont2 .abt_a2_v1 .xian {
    top: 46%;
  }
}

.abt-cont2 .abt_a2_v1 .mySwiper3 {
  padding-left: 1rem;
}

.abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1 {
  position: relative;
  padding-bottom: 2.5rem;
  border-left: 2px solid #fff;
  padding-left: 1.6rem;
}

.abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: .1875rem solid #fff;
  position: absolute;
  left: -0.6rem;
  bottom: -0.9rem;
  background: #7EBF41;
}

.abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: -webkit-linear-gradient(left, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(left, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(left, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(90deg, #7EBF41 0%, rgba(112, 199, 218, 0.24) 62.5%, rgba(217, 217, 217, 0) 100%);
  z-index: -1;
  border-top-left-radius: 1.875rem;
  opacity: 0;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1::before {
    top: 0.3rem;
  }
}

.abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1 dt {
  display: block;
  width: 100%;
  color: #fff;
  font: 700 2.5rem/1.8em "Noto Sans SC";
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1 dt {
    font-size: 1.8rem;
  }
}

.abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1 dd {
  width: 100%;
  color: #fff;
  font: 400 1rem/1.5em "Noto Sans SC";
  height: 6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1 dd {
    font-size: 1rem;
  }
}

.abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1:hover {
  border-top-left-radius: 1.875rem;
  border-color: transparent;
}

.abt-cont2 .abt_a2_v1 .swiper-slide .abta11_v1:hover::before {
  opacity: 1;
}

.abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) {
  margin-top: 13.8rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) {
    margin-top: 12.5rem;
  }
}

.abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) .abta11_v1 {
  padding-bottom: 0;
  padding-top: 2.5rem;
}

.abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) .abta11_v1::after {
  bottom: auto;
  top: -0.9rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) .abta11_v1::before {
    top: -0.3rem;
  }
}

.abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) .abta11_v1 dt {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) .abta11_v1:hover {
  border-top-left-radius: inherit;
  border-bottom-left-radius: 1.875rem;
}

.abt-cont2 .abt_a2_v1 .swiper-slide:nth-child(2n) .abta11_v1:hover::before {
  border-top-left-radius: inherit;
  border-bottom-left-radius: 1.875rem;
}

@media (max-width: 1366px) {
  .abt-cont2 .abt_a2_v1 .a2_v1 {
    display: none;
  }
}

.abt-cont2 .abt_a2_v1 .a2_v1 .prev1a, .abt-cont2 .abt_a2_v1 .a2_v1 .next1a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  border-color: #fff;
}

.abt-cont2 .abt_a2_v1 .a2_v1 .prev1a i, .abt-cont2 .abt_a2_v1 .a2_v1 .next1a i {
  color: #fff;
  font-size: 3rem;
}

.abt-cont2 .abt_a2_v1 .a2_v1 .prev1a {
  left: -4.5%;
}

.abt-cont2 .abt_a2_v1 .a2_v1 .next1a {
  right: -4.5%;
}

.abt-cont3 {
  background: #F7F9FA;
  padding-top: 4.75rem;
}

@media (max-width: 768px) {
  .abt-cont3 {
    padding-top: 2rem;
  }
}

.abt-cont3 .abt_a3_v1 {
  background: #fff;
  border-radius: 1.875rem;
  padding: 3.4375rem 4.85714% 4.6875rem;
  margin-top: 4.5rem;
  position: relative;
  z-index: 1;
}

.abt-cont3 .abt_a3_v1::after {
  content: "";
  display: block;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  background: -webkit-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: -moz-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: -o-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: linear-gradient(7deg, #7EBF41 0%, #70C7DA 100%);
  width: 95.28571%;
  height: 1rem;
  position: absolute;
  left: 2.5%;
  top: -1rem;
  z-index: -1;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 {
    margin-top: 2rem;
    border-radius: 1rem;
    padding: 1.5rem 4.85714%;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 {
  position: relative;
  z-index: 1;
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 {
  width: 32.98805%;
  padding-right: 2%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 {
    width: 100%;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .imgas {
  width: 50%;
  font-size: 0;
  margin-bottom: 0.5rem;
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .imgas img {
  width: 100%;
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .text {
  color: #484848;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  padding-left: 6.4375rem;
  background: url(../images/yhas.svg) no-repeat left top;
  -o-background-size: 4.375rem auto;
     background-size: 4.375rem auto;
  padding-top: 1.125rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .text {
    padding-top: 0.5rem;
    padding-left: 3rem;
    -o-background-size: 2.25rem auto;
       background-size: 2.25rem auto;
    font-size: 1.125rem;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .cont-p h2 {
  color: #484848;
  font: 600 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .cont-p h2 {
    font-size: 1.5rem;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .cont-p span {
  display: block;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  color: #7EBF41;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .cont-p span {
    font-size: 1.125rem;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .cont-p .p {
  color: #484848;
  font: 400 1.125rem/1.7em "Noto Sans SC";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 .cont-p .p {
    font-size: 1rem;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 a.more-b {
  margin-top: 2rem;
  color: #fff;
  background: -webkit-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: -moz-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: -o-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: linear-gradient(7deg, #7EBF41 0%, #70C7DA 100%);
  border: none;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 a.more-b {
    margin-top: 1rem;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 a.more-b i {
  color: #fff;
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c1 a.more-b::after {
  background: #333;
}

.abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c2 {
  width: 65.73705%;
  padding-left: 4%;
  border-left: 1px solid #D6D6D6;
  color: #484848;
  text-align: justify;
  font-family: Noto Sans SC;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b1 .abt_a3_c2 {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.abt-cont3 .abt_a3_v1 .abt_a3_b2 {
  color: #484848;
  font: 400 1.125rem/1.7em "Noto Sans SC";
  padding: 3.25rem 0 1.75rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_v1 .abt_a3_b2 {
    font-size: 1rem;
    padding: 1.5rem 0 1.2rem;
  }
}

.abt-cont4 {
  background: #F7F9FA;
  padding: 4.5rem 0 3.375rem;
}

@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}

.abt-cont4 .mySwiper4 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .abt-cont4 .mySwiper4 {
    margin-top: 1.25rem;
  }
}

.abt-cont4 .mySwiper4 .swiper-slide a.img {
  display: block;
  border: .25rem solid #EFEFEF;
  font-size: 0;
}

.abt-cont4 .mySwiper4 .swiper-slide a.img img {
  width: 100%;
}

.abt-cont4 .mySwiper4 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}

.abt-cont4 .mySwiper4 .swiper-pagination1 span {
  opacity: 1;
  background: #7EBF41;
  border: 1px solid #7EBF41;
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
  margin: 0 0.25rem;
}

.abt-cont4 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: transparent;
}

.ny-bjs {
  background: #F7F9FA;
}

.product-sort-list {
  padding-bottom: 6.875rem;
}

@media (max-width: 768px) {
  .product-sort-list {
    padding-bottom: 2rem;
  }
}

.product-sort-list li {
  width: 49%;
  position: relative;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .product-sort-list li {
    margin-top: 1rem;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .product-sort-list li {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.product-sort-list li u {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 50%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-sort-list li u {
    padding-bottom: 90%;
  }
}

.product-sort-list li u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-sort-list li u img {
  width: 100%;
}

.product-sort-list li .cont-p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 7.58017%;
  text-align: center;
  padding-top: 6%;
}

.product-sort-list li .cont-p h2 a {
  display: block;
  color: #fff;
  font: 600 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .product-sort-list li .cont-p h2 a {
    font-size: 1.8rem;
  }
}

.product-sort-list li .cont-p h2 a::after {
  content: '';
  display: block;
  height: 1px;
  width: 5.5rem;
  margin: 0.15em auto;
  background: #fff;
}

.product-sort-list li .cont-p .p {
  color: #fff;
  font: 600 1.5rem/1.5em "Noto Sans SC";
  padding: 0.6rem 0 1rem;
}

@media (max-width: 768px) {
  .product-sort-list li .cont-p .p {
    font-size: 1rem;
  }
}

.product-sort-list li .cont-p .sec-p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 540px) {
  .product-sort-list li .cont-p .sec-p {
    margin-top: 1rem;
  }
}

.product-sort-list li .cont-p .sec-p a {
  display: block;
  color: #FFFFFF;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  padding: 3% 0;
  width: 47%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .product-sort-list li .cont-p .sec-p a {
    font-size: 1rem;
    margin-top: 1rem;
    padding: 7% 1em;
  }
}

@media (max-width: 540px) {
  .product-sort-list li .cont-p .sec-p a {
    font-size: 1.22rem;
  }
}

.product-sort-list li .cont-p .sec-p a:hover {
  color: #7EBF41;
}

.hx-cont1 {
  padding: 12.5rem 0 12.75rem;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/hechengjy0602/uploads/20230710/7b15f03171b912de02be204daf8fcf77.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .hx-cont1 {
    padding: 2rem 0 2rem;
  }
}

.hx-cont1 .hx-a1b1 {
  width: 46.42857%;
}

@media (max-width: 768px) {
  .hx-cont1 .hx-a1b1 {
    width: 100%;
  }
}

.hx-cont1 .hx-a1b1 .p {
  color: #484848;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  margin-top: 1rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .hx-cont1 .hx-a1b1 .p {
    font-size: 1rem;
  }
}

.hx-cont1 .hx-a1b2 {
  width: 40.92857%;
  position: relative;
  height: 26rem;
}

@media (max-width: 768px) {
  .hx-cont1 .hx-a1b2 {
    width: 100%;
    height: auto;
    padding: 1rem 0 0;
  }
}

.hx-cont1 .hx-a1b2 .hx-a1b2_list1 li {
  width: 58.81326%;
  position: absolute;
}

@media (max-width: 768px) {
  .hx-cont1 .hx-a1b2 .hx-a1b2_list1 li {
    position: static;
    width: 52.5%;
    margin: 1rem auto 0;
  }
}

.hx-cont1 .hx-a1b2 .hx-a1b2_list1 li img {
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:nth-child(1) {
  top: -23%;
  left: 10%;
}

@media (max-width: 768px) {
  .hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:nth-child(1) {
    margin-left: 10%;
  }
}

.hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:nth-child(2) {
  bottom: -3%;
  right: -4%;
}

@media (max-width: 768px) {
  .hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:nth-child(2) {
    margin-left: -20%;
    margin-top: 8rem;
  }
}

.hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:nth-child(3) {
  width: 65.96859%;
  bottom: -21%;
  left: -12%;
}

@media (max-width: 768px) {
  .hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:nth-child(3) {
    width: 52.5%;
    margin-top: -40vw;
    position: relative;
    z-index: 1;
    left: auto;
    bottom: auto;
    margin-left: 0;
  }
}

.hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:not(:nth-child(3)) img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.hx-cont1 .hx-a1b2 .hx-a1b2_list1 li:hover img {
  -webkit-filter: inherit;
          filter: inherit;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.hx-cont2 {
  padding: 3.5625rem 0 4.25rem;
  background: #fff;
}

@media (max-width: 768px) {
  .hx-cont2 {
    padding: 2rem 0;
  }
}

.hx-cont2 .hx-a2list1 {
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .hx-cont2 .hx-a2list1 {
    margin-top: 0.5rem;
  }
}

.hx-cont2 .hx-a2list1 li {
  background: #F7F9FA;
  border-radius: 1.875rem;
  text-align: center;
  width: 32.42857%;
  padding: 3.75rem 1%;
}

@media (max-width: 768px) {
  .hx-cont2 .hx-a2list1 li {
    padding: 1.5rem 4%;
    width: 100%;
    margin-top: 1rem;
    border-radius: 1rem;
  }
}

.hx-cont2 .hx-a2list1 li .tit {
  font: 600 1.875rem/1.5em "Noto Sans SC";
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 768px) {
  .hx-cont2 .hx-a2list1 li .tit {
    font-size: 1.5rem;
  }
}

.hx-cont2 .hx-a2list1 li .tit::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  margin: 1rem auto;
  background: #7EBF41;
}

@media (max-width: 768px) {
  .hx-cont2 .hx-a2list1 li .tit::after {
    margin: 0.6rem auto;
  }
}

.hx-cont2 .hx-a2list1 li .p {
  color: #6D6D6D;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont2 .hx-a2list1 li .p {
    font-size: 1rem;
  }
}

.hx-cont3 {
  background: url(../images/bj2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.hx-cont3 .hx-a2list1 li {
  background: #fff;
}

@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hx-cont4 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/hechengjy0602/uploads/20230802/245e84c0d32680deea1d5c342efed16e.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 13.125rem 0 12.6875rem;
}

@media (max-width: 768px) {
  .hx-cont4 {
    padding: 2.5rem 0 3rem;
  }
}

.hx-cont4 .hx-a4_b1 {
  width: 37.57143%;
}

@media (max-width: 768px) {
  .hx-cont4 .hx-a4_b1 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hx-cont4 .hx-a4_b1 dl {
    width: 46%;
  }
}

.hx-cont4 .hx-a4_b1 dl dt {
  position: relative;
}

.hx-cont4 .hx-a4_b1 dl dt u {
  display: block;
  font-size: 0;
  width: 12.8125rem;
  -webkit-animation: rotate-anim 9s infinite linear;
     -moz-animation: rotate-anim 9s infinite linear;
       -o-animation: rotate-anim 9s infinite linear;
          animation: rotate-anim 9s infinite linear;
}

@media (max-width: 768px) {
  .hx-cont4 .hx-a4_b1 dl dt u {
    width: 100%;
  }
}

.hx-cont4 .hx-a4_b1 dl dt u img {
  width: 100%;
}

.hx-cont4 .hx-a4_b1 dl dt .erhs {
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .hx-cont4 .hx-a4_b1 dl dt .erhs {
    padding: 1.4rem;
  }
}

.hx-cont4 .hx-a4_b1 dl dt .erhs h2 {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
}

.hx-cont4 .hx-a4_b1 dl dt .erhs h2 span {
  background: -webkit-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: -moz-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: -o-linear-gradient(83deg, #7EBF41 0%, #70C7DA 100%);
  background: linear-gradient(7deg, #7EBF41 0%, #70C7DA 100%);
  -o-background-clip: text;
     background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: 700 1.5rem/1.5em "Noto Sans SC";
}

.hx-cont4 .hx-a4_b1 dl dd .cont-p {
  text-align: center;
}

.hx-cont4 .hx-a4_b1 dl dd .cont-p .tit {
  font: 600 1.875rem/1.5em "Noto Sans SC";
  color: #fff;
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .hx-cont4 .hx-a4_b1 dl dd .cont-p .tit {
    font-size: 1.5rem;
  }
}

.hx-cont4 .hx-a4_b1 dl dd .cont-p .tit::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  margin: 0.75rem auto;
  background: #fff;
}

@media (max-width: 768px) {
  .hx-cont4 .hx-a4_b1 dl dd .cont-p .tit::after {
    margin: 0.6rem auto;
  }
}

.hx-cont4 .hx-a4_b1 dl dd .cont-p .p {
  color: #fff;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont4 .hx-a4_b1 dl dd .cont-p .p {
    font-size: 1rem;
  }
}

.hx-cont4 .ny-tit1 {
  width: 47.14286%;
}

@media (max-width: 768px) {
  .hx-cont4 .ny-tit1 {
    width: 100%;
    margin-top: 3rem;
  }
}

.hx-cont4 .ny-tit1 .ftit {
  margin-top: 0;
  font-size: 2.8125rem;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .hx-cont4 .ny-tit1 .ftit {
    font-size: 1.7rem;
  }
}

.hx-cont4 .ny-tit1 .ftit:after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #fff;
  margin-top: 1rem;
}

.hx-cont5 {
  padding: 5.5rem 0;
}

@media (max-width: 768px) {
  .hx-cont5 {
    padding: 2rem 0;
  }
}

.hx-cont5 .hx-a5_list1 li {
  background: #fff;
  border-radius: 1.875rem;
  width: 49%;
  padding: 3.25rem 3%;
  position: relative;
  overflow: hidden;
}

.hx-cont5 .hx-a5_list1 li u {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 0;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.hx-cont5 .hx-a5_list1 li u img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .hx-cont5 .hx-a5_list1 li {
    padding: 1.5rem 4%;
    width: 100%;
    border-radius: 1rem;
  }
  .hx-cont5 .hx-a5_list1 li + li {
    margin-top: 1rem;
  }
}

.hx-cont5 .hx-a5_list1 li .img1 img {
  width: 100%;
}

.hx-cont5 .hx-a5_list1 li .img {
  width: 22.72727%;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .hx-cont5 .hx-a5_list1 li .img {
    width: 30%;
  }
}

.hx-cont5 .hx-a5_list1 li .img img {
  width: 100%;
}

.hx-cont5 .hx-a5_list1 li .cont-p {
  width: 58%;
  margin-left: 8%;
}

@media (max-width: 768px) {
  .hx-cont5 .hx-a5_list1 li .cont-p {
    width: 55%;
  }
}

.hx-cont5 .hx-a5_list1 li .cont-p .tit {
  font: 600 1.875rem/1.5em "Noto Sans SC";
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 768px) {
  .hx-cont5 .hx-a5_list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}

.hx-cont5 .hx-a5_list1 li .cont-p .tit::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  margin: 1rem 0;
  background: #7EBF41;
}

@media (max-width: 768px) {
  .hx-cont5 .hx-a5_list1 li .cont-p .tit::after {
    margin: 0.6rem 0;
  }
}

.hx-cont5 .hx-a5_list1 li .cont-p .p {
  color: #6D6D6D;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont5 .hx-a5_list1 li .cont-p .p {
    font-size: 1rem;
  }
}

.hx-cont5 .hx-a5_list1 li:hover .img {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/hechengjy0602/uploads/20230610/ac54dee75b40c51af834cc73cbd24407.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}

.hx-cont5 .hx-a5_list1 li:hover .img img {
  opacity: 0;
}

.hx-cont5 .hx-a5_list1 li:nth-child(2):hover .img {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/hechengjy0602/uploads/20230610/588a46b8f84240c17b4c5f64c04073d8.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}

.hx-cont5 .hx-a5_list1 li:nth-child(2):hover .img img {
  opacity: 0;
}

.hx-cont6 {
  padding: 3.625rem 0 4.5rem;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/hechengjy0602/uploads/20230710/7b15f03171b912de02be204daf8fcf77.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .hx-cont6 {
    padding: 2rem 0;
  }
}

.hx-cont6 .hx-cont6v1 {
  position: relative;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-cont6v1 {
    margin-top: 1rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hx-cont6 .hx-cont6v1 > u {
  display: block;
  font-size: 0;
  width: 37%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-cont6v1 > u {
    width: 100%;
  }
}

.hx-cont6 .hx-cont6v1 > u img {
  width: 100%;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-cont6v1 .weas {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 1.5rem;
  }
}

.hx-cont6 .hx-cont6v1 .weas li {
  color: #484848;
  font: 600 1.25rem/1.3em "Noto Sans SC";
  position: absolute;
  width: 25.35714%;
  left: 0;
  top: 6.25rem;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-cont6v1 .weas li {
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100%;
  }
}

.hx-cont6 .hx-cont6v1 .weas li:nth-child(2) {
  left: auto;
  right: 0;
}

.hx-cont6 .hx-cont6v1 .weas li:nth-child(3) {
  top: auto;
  bottom: 6.25rem;
}

.hx-cont6 .hx-cont6v1 .weas li:nth-child(4) {
  left: auto;
  right: 0;
  top: auto;
  bottom: 6.25rem;
}

.hx-cont6 .hx-cont6v1 .weas li u {
  width: 100%;
  display: block;
}

.hx-cont6 .hx-cont6v1 .weas li u img {
  width: 100%;
}

.hx-cont6 .hx-cont6v1 .weas li p {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 5%;
  width: 75%;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-cont6v1 .weas li p {
    padding: 0 5% 0 10%;
    width: 100%;
  }
}

.hx-cont6 .hx-cont6v1 .weas li:nth-child(2n) p {
  width: 100%;
  padding: 0 7%;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-cont6v1 .weas li:nth-child(2n) p {
    padding: 0 5% 0 10%;
  }
}

.hx-cont6 .hx-a6_list1 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-a6_list1 {
    margin-top: 0rem;
  }
}

.hx-cont6 .hx-a6_list1 li {
  border-radius: 1.5625rem;
  width: 26.21429%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-a6_list1 li {
    width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}

.hx-cont6 .hx-a6_list1 li.yszs {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  width: 44.64286%;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-a6_list1 li.yszs {
    width: 100%;
  }
}

.hx-cont6 .hx-a6_list1 li.yszs .cont-p {
  color: #fff;
  font: 600 1.375rem/1.4em "Noto Sans SC";
  width: 100%;
  padding: 0 6%;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-a6_list1 li.yszs .cont-p {
    padding: 2rem 6%;
    font-size: 1rem;
  }
}

.hx-cont6 .hx-a6_list1 li.yszs .cont-p p {
  position: relative;
  padding-left: 1em;
  margin: 0.5em 0;
}

.hx-cont6 .hx-a6_list1 li.yszs .cont-p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.hx-cont6 .hx-a6_list1 li .img {
  padding-bottom: 121.25341%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hx-cont6 .hx-a6_list1 li .img {
    padding-bottom: 50%;
  }
}

.hx-cont6 .hx-a6_list1 li .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hx-cont7 {
  padding: 5.3125rem 0 2.5625rem;
}

@media (max-width: 768px) {
  .hx-cont7 {
    padding: 2rem 0;
  }
}

.hx-cont7 .hx-a7_b1 {
  margin-top: 2.8125rem;
  padding: 0 10.5%;
}

@media (max-width: 768px) {
  .hx-cont7 .hx-a7_b1 {
    padding: 0;
    margin-top: 1.25rem;
  }
}

.hx-cont7 .hx-a7_b1 li {
  width: 20.55046%;
}

@media (max-width: 768px) {
  .hx-cont7 .hx-a7_b1 li {
    width: 30%;
  }
}

.hx-cont7 .hx-a7_b1 li i {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  padding: .75rem;
}

@media (max-width: 768px) {
  .hx-cont7 .hx-a7_b1 li i {
    padding: 0.4rem;
  }
}

.hx-cont7 .hx-a7_b1 li i u {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.hx-cont7 .hx-a7_b1 li i img {
  width: 100%;
  border-radius: 50%;
}

.hx-cont7 .hx-a7_b1 li .tit {
  text-align: center;
  color: #484848;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .hx-cont7 .hx-a7_b1 li .tit {
    font-size: 1rem;
    margin-top: 0.45em;
  }
}

.hx-cont7 .hx-a7_b2 .mySwiper4 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .hx-cont7 .hx-a7_b2 .mySwiper4 {
    margin-top: 1.25rem;
  }
}

.hx-cont7 .hx-a7_b2 .mySwiper4 .swiper-slide a.img {
  display: block;
  border: .25rem solid #9F9995;
  font-size: 0;
}

.hx-cont7 .hx-a7_b2 .mySwiper4 .swiper-slide a.img img {
  width: 100%;
}

.hx-cont7 .hx-a7_b2 .mySwiper4 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}

.hx-cont7 .hx-a7_b2 .mySwiper4 .swiper-pagination1 span {
  opacity: 1;
  background: #7EBF41;
  border: 1px solid #7EBF41;
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
  margin: 0 0.25rem;
}

.hx-cont7 .hx-a7_b2 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: transparent;
}

.news-cont1 .mySwiper5 {
  position: relative;
}

.news-cont1 .mySwiper5 .swiper-slide .cont {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper5 .swiper-slide .cont {
    border-radius: 1rem;
  }
}

.news-cont1 .mySwiper5 .swiper-slide .cont a.img {
  width: 50%;
  padding-bottom: 33.21429%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper5 .swiper-slide .cont a.img {
    width: 100%;
    padding-bottom: 65%;
  }
}

.news-cont1 .mySwiper5 .swiper-slide .cont a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-cont1 .mySwiper5 .swiper-slide .cont .da-cont {
  width: 50%;
  padding: 0 4.28571%;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper5 .swiper-slide .cont .da-cont {
    width: 100%;
    margin-top: 0;
    padding: 1.2rem 5%;
  }
}

.news-cont1 .mySwiper5 .swiper-slide .cont .da-cont .date b {
  display: block;
  background: -webkit-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: -moz-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: -o-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: linear-gradient(105.58deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font: 600 3rem/1.2em "Montserrat";
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper5 .swiper-slide .cont .da-cont .date b {
    font-size: 2.4rem;
  }
}

.news-cont1 .mySwiper5 .swiper-slide .cont .da-cont .date span {
  display: block;
  color: #6D6D6D;
  font: 500 1rem/1.3em "Montserrat";
}

.news-cont1 .mySwiper5 .swiper-slide .cont .da-cont a.name {
  display: block;
  color: #484848;
  font: 600 1.375rem/1.4em "Noto Sans SC";
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper5 .swiper-slide .cont .da-cont a.name {
    margin: 0.5rem 0;
    font-size: 1.25rem;
  }
}

.news-cont1 .mySwiper5 .swiper-slide .cont .da-cont a.name:hover {
  color: #7EBF41;
}

.news-cont1 .mySwiper5 .swiper-slide .cont .da-cont dd {
  color: #6D6D6D;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-bottom: 1.75rem;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper5 .swiper-slide .cont .da-cont dd {
    margin-bottom: 1rem;
  }
}

.news-cont1 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper5 .swiper-pagination1 {
    margin-top: 0.5rem;
  }
}

.news-cont1 .mySwiper5 .swiper-pagination1 span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ACAEAB;
  background: #ACAEAB;
  opacity: 1;
  margin: 0 0.4rem;
}

.news-cont1 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  border-color: #7EBF41;
  background: #fff;
}

.news-cont2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .news-cont2 {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .news-cont2 .news-a2v1 {
    width: 100%;
  }
}

.news-cont2 .news-a2v1 .news_src li + li {
  margin-left: 1.25rem;
}

@media (max-width: 768px) {
  .news-cont2 .news-a2v1 .news_src li + li {
    margin-left: 1rem;
  }
}

.news-cont2 .news-a2v1 .news_src li a {
  display: block;
  color: #A9A9A9;
  font: 400 1rem/3rem "Noto Sans SC";
  width: 10.625rem;
  text-align: center;
  border: 1px solid #A9A9A9;
  border-radius: 3.125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.news-cont2 .news-a2v1 .news_src li:hover a {
  color: #FFFFFF;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  border: 1px solid #7EBF41;
}

.news-cont2 .news-a2v2 {
  width: 31.42857%;
}

@media (max-width: 768px) {
  .news-cont2 .news-a2v2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.news-cont2 .news-a2v2 form .sskz {
  color: #A9A9A9;
  font: 400 1rem/3rem "Noto Sans SC";
  border: 1px solid #A9A9A9;
  border-radius: 3.125rem;
}

.news-cont2 .news-a2v2 form .sskz input {
  width: -webkit-calc(99% - 4rem);
  width: -moz-calc(99% - 4rem);
  width: calc(99% - 4rem);
  border: none;
  background: none;
  padding: 0 2em;
}

.news-cont2 .news-a2v2 form .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz button {
  width: 4rem;
  text-align: center;
  border: none;
  background: none;
}

.news-cont2 .news-a2v2 form .sskz button i {
  color: #A9A9A9;
  font-size: 1.25rem;
}

.news-cont3 {
  margin-top: 0.7rem;
}

.news-cont3 .news-list {
  margin: 0 -1%;
  color: #484848;
  font: 600 1.375rem/1.4em "Noto Sans SC";
}

.news-cont3 .news-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li {
    width: 50%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .news-cont3 .news-list li {
    width: 100%;
  }
}

.news-cont3 .news-list li .cont-pas {
  background: #fff;
  border-radius: 1.875rem;
  overflow: hidden;
  text-align: left;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas {
    border-radius: 1rem;
  }
}

.news-cont3 .news-list li .cont-pas a.m-img-news {
  display: block;
  font-size: 0;
}

.news-cont3 .news-list li .cont-pas a.m-img-news img {
  width: 100%;
}

.news-cont3 .news-list li .cont-pas .cont-p {
  padding: 1.25rem 7% 2rem;
}

@media (max-width: 450px) {
  .news-cont3 .news-list li .cont-pas .cont-p {
    padding: 1.2rem 5%;
  }
}

.news-cont3 .news-list li .cont-pas .cont-p a.name {
  color: #484848;
  font: 600 1.375rem/1.4em "Noto Sans SC";
  height: 4rem;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .cont-p a.name {
    font-size: 1.25rem;
  }
}

.news-cont3 .news-list li .cont-pas .cont-p a.name:hover {
  color: #7EBF41;
}

.news-cont3 .news-list li .cont-pas .cont-p .p {
  color: #6D6D6D;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin: 1.125rem 0 1.5rem;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .cont-p .p {
    margin: 0.5rem 0;
  }
}

.news-cont3 .news-list li .cont-pas .cont-p .detaxs .date {
  text-align: left;
}

.news-cont3 .news-list li .cont-pas .cont-p .detaxs .date b {
  display: block;
  background: -webkit-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: -moz-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: -o-linear-gradient(344.42deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  background: linear-gradient(105.58deg, #7EBF41 -9.29%, #70C7DA 100.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font: 600 3rem/1.2em "Montserrat";
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .cont-p .detaxs .date b {
    font-size: 2.4rem;
  }
}

.news-cont3 .news-list li .cont-pas .cont-p .detaxs .date span {
  display: block;
  color: #6D6D6D;
  font: 500 1rem/1.3em "Montserrat";
}

.news-cont3 .news-list li .cont-pas .cont-p .detaxs a.more-bac {
  color: #6D6D6D;
  display: inline-block;
  font: 400 .875rem/2em "Noto Sans SC";
  padding: 0.2rem 0.5rem;
  background: url(../images/asggx.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.news-cont3 .news-list li .cont-pas .cont-p .detaxs a.more-bac::after {
  content: '·';
  color: #D9D9D9;
}

.news-cont3 .news-list li .cont-pas .cont-p .detaxs a.more-bac:hover {
  color: #7EBF41;
}

.news-cont3 .news-list li .cont-pas .cont-p .detaxs a.more-bac:hover::after {
  color: #7EBF41;
}

.show-news-body {
  background: #F7F9FA;
  padding-top: 5.625rem;
  border-bottom: 1px solid #EAEAEA;
}

.show-news-body .head2 {
  background: #202020;
}

.show-news-content {
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .show-news-content {
    padding-bottom: 0;
  }
}

.show-news-content .show-xw-cont1 {
  width: 64.28571%;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 {
    width: 100%;
  }
}

.show-news-content .show-xw-cont1 .title-a {
  color: #363636;
  font: 600 2.5rem/1.1em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .title-a {
    font-size: 1.8rem;
  }
}

.show-news-content .show-xw-cont1 .data-cont {
  color: #787878;
  font: 500 1.125rem/1.5em "Montserrat";
  border-bottom: 1px solid #DAD7D7;
  padding: 1rem 0 0.85rem;
}

.show-news-content .show-xw-cont1 .data-cont .date-b {
  margin-left: 1em;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .data-cont .date-b {
    width: 100%;
    margin-left: 0;
  }
}

.show-news-content .show-xw-cont1 .data-cont .date-b .social-share a {
  background: #CBCBCB;
  font-size: 1rem;
  width: 2.0625rem;
  height: 2.0625rem;
  text-align: center;
  line-height: 2.0625rem;
  border-color: transparent;
  color: #fff;
}

.show-news-content .show-xw-cont1 .data-cont .date-b .social-share a:hover {
  background: #000;
  color: #fff;
}

.show-news-content .show-xw-cont1 .content .xinwn-consss {
  color: #717171;
  font: 400 1.25rem/1.6em "Noto Sans SC";
  padding: 1.25rem 0 2.5rem;
  border-bottom: 1px solid #DAD7D7;
  text-align: justify;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .content .xinwn-consss {
    font-size: 1.125rem;
    padding: 1.25rem 0 1.8rem;
  }
}

.show-news-content .show-xw-cont1 .content .pain {
  padding: 2.4125rem 0;
  color: #363636;
  font: 400 1.25rem/1.35em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .content .pain {
    font-size: 1.125rem;
    padding: 1.5rem 0;
  }
}

.show-news-content .show-xw-cont1 .content .pain .next {
  margin-top: 0.4rem;
}

.show-news-content .show-xw-cont1 .content .pain a:hover {
  color: #7EBF41;
}

.show-news-content .show-xw-cont2 {
  width: 31.78571%;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2rem 2.6% 0;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont2 {
    width: 100%;
    display: none;
  }
}

.show-news-content .show-xw-cont2 .tit {
  color: #7EBF41;
  font: 600 1.25rem/1.5em "Noto Sans SC";
}

.show-news-content .show-xw-cont2 .cont {
  color: #717171;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #E5E5E5;
}

.show-news-content .show-xw-cont2 .xw-yc-cont2 {
  margin-top: 2rem;
}

.show-news-content .show-xw-cont2 .xw-yc-cont2 .xg-listxw li {
  padding: 1.35rem 0;
}

.show-news-content .show-xw-cont2 .xw-yc-cont2 .xg-listxw li + li {
  border-top: 1px solid #E5E5E5;
}

.show-news-content .show-xw-cont2 .xw-yc-cont2 .xg-listxw li a.name {
  display: block;
  color: #363636;
  font: 400 1.25rem/1.4em "Noto Sans SC";
}

.show-news-content .show-xw-cont2 .xw-yc-cont2 .xg-listxw li a.name:hover {
  color: #7EBF41;
}

.show-news-content .show-xw-cont2 .xw-yc-cont2 .xg-listxw li span {
  display: block;
  color: #ACACAC;
  font: 400 1.125rem/1.5em "Montserrat";
  margin-top: 0.5em;
}

.dow-list li {
  width: 48.57143%;
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .dow-list li {
    margin-top: 0.8rem;
    width: 100%;
  }
}

.dow-list li a.a {
  padding: 2rem 7.5%;
  background: #fff;
}

@media (max-width: 768px) {
  .dow-list li a.a {
    padding: 1rem 5%;
  }
}

.dow-list li a.a .img {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  width: 6.625rem;
  height: 6.625rem;
  line-height: 6.625rem;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .dow-list li a.a .img {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
  }
}

.dow-list li a.a .img i {
  color: #fff;
  font-size: 2.75rem;
}

@media (max-width: 768px) {
  .dow-list li a.a .img i {
    font-size: 2.2rem;
  }
}

.dow-list li a.a .wehxa {
  width: -webkit-calc(94% - 6.625rem);
  width: -moz-calc(94% - 6.625rem);
  width: calc(94% - 6.625rem);
}

@media (max-width: 768px) {
  .dow-list li a.a .wehxa {
    width: -webkit-calc(94% - 4.8rem);
    width: -moz-calc(94% - 4.8rem);
    width: calc(94% - 4.8rem);
  }
}

.dow-list li a.a .wehxa dt {
  color: #363636;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .dow-list li a.a .wehxa dt {
    font-size: 1.25rem;
  }
}

.dow-list li a.a .wehxa dt:hover {
  color: #7EBF41;
}

.dow-list li a.a .wehxa p {
  color: #8E8E8E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.4em;
}

@media (max-width: 768px) {
  .dow-list li a.a .wehxa p {
    font-size: 1rem;
  }
}

.lx-cont1 {
  padding: 2.5rem 0 3.75rem;
}

@media (max-width: 768px) {
  .lx-cont1 {
    padding: 1rem 0 2rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 {
  width: 40%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 {
    width: 100%;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 .p {
  color: #484848;
  font: 400 1.25rem/1.8em "Noto Sans SC";
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 .p {
    font-size: 1rem;
    margin: 1rem 0;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 .p a {
  color: #7EBF41;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 .erma {
  width: 8.625rem;
  border: 1px solid #E9E9E9;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 .erma {
    width: 7rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 .erma img {
  width: 100%;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 {
  width: 55.57143%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 #map {
  width: 100%;
  height: 29.625rem;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 #map strong {
  font-size: 16px;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 #map .tdt-infowindow-content p {
  margin: 8px 0 0;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 #map .tdt-control-copyright {
  display: none;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b2 #map {
    height: 20rem;
  }
}

.lx-cont2 {
  background: #F7F9FA;
  padding: 4.375rem 0 6.5rem;
}

.lx-cont2.lx-cont2bj {
  background: #fff;
}

@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}

.lx-cont2 form {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0.8rem;
  }
}

.lx-cont2 form .msg-a1 .inpt {
  width: 32.28571%;
  margin-top: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}

.lx-cont2 form .msg-a1 .inpt .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  color: #777777;
  font: 400 1rem/3.125rem "sourcehansans";
}

.lx-cont2 form .msg-a1 .inpt .text span {
  color: #F50000;
}

.lx-cont2 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #A9A9A9;
  background: #fff;
  color: #777777;
  font: 400 1rem/3.125rem "sourcehansans";
  border-radius: 1.6875rem;
  padding: 0 1.5em;
}

.lx-cont2 form .msg-a1 .inpt input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A9A9A9;
}

.lx-cont2 form .msg-a1 .inpt input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A9A9A9;
}

.lx-cont2 form .msg-a1 .inpt input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A9A9A9;
}

.lx-cont2 form .msg-a1 .inpt input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A9A9A9;
}

.lx-cont2 form .msg-a2 {
  margin-top: 1.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a2 {
    margin-top: 1rem;
  }
}

.lx-cont2 form .msg-a2 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  color: #777777;
  font: 400 1rem/1.5rem "sourcehansans";
}

.lx-cont2 form .msg-a2 textarea {
  width: 100%;
  border: 1px solid #A9A9A9;
  background: #fff;
  color: #777777;
  font: 400 1rem/1.5rem "sourcehansans";
  border-radius: .9375rem;
  padding: 1em 1.5em;
}

.lx-cont2 form .msg-a2 textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A9A9A9;
}

.lx-cont2 form .msg-a2 textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A9A9A9;
}

.lx-cont2 form .msg-a2 textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A9A9A9;
}

.lx-cont2 form .msg-a2 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A9A9A9;
}

.lx-cont2 form .div_aghgha {
  margin-top: 1.2rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha .yzm-cont {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.lx-cont2 form .div_aghgha .yzm-cont input {
  width: 13.125rem;
  border: 1px solid #A9A9A9;
  background: #fff;
  color: #777777;
  font: 400 1rem/3.125rem "sourcehansans";
  border-radius: 1.6875rem;
  padding: 0 1.5em;
  margin-right: 1.5rem;
}

.lx-cont2 form .div_aghgha .yzm-cont input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A9A9A9;
}

.lx-cont2 form .div_aghgha .yzm-cont input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A9A9A9;
}

.lx-cont2 form .div_aghgha .yzm-cont input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A9A9A9;
}

.lx-cont2 form .div_aghgha .yzm-cont input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A9A9A9;
}

.lx-cont2 form .div_aghgha .yzm-cont img {
  width: 9.75rem;
  height: 3.125rem;
  border-radius: 1.6875rem;
  overflow: hidden;
}

.lx-cont2 .more-b {
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  line-height: 3.125rem;
  padding: 0 2rem;
}

.lx-cont2 .more-b i {
  color: #fff;
}

.lx-cont2 .more-b::after {
  background: #000;
}

.cp-show-cont1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 {
    margin-top: 1rem;
  }
}

.cp-show-cont1 .cp-show-a1_b1 {
  width: 45.71429%;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1_b1 {
    width: 100%;
  }
}

.cp-show-cont1 .cp-show-a1_b1 .text {
  color: #6D6D6D;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1_b1 .text {
    margin: 1rem 0;
    font-size: 1rem;
  }
}

.cp-show-cont1 .cp-show-a1_b2 {
  width: 45%;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cp-show-cont1 .cp-show-a1_b2 img {
  width: 100%;
}

.cp-show-cont2 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cp-show-cont2 {
    margin-top: 2rem;
  }
}

.cp-show-cont2 dl {
  width: 31.42857%;
  border-bottom: .3125rem solid #EDEDED;
  position: relative;
  padding: 2.875rem 2% 1.8rem;
}

@media (max-width: 768px) {
  .cp-show-cont2 dl {
    width: 100%;
    padding: 1.6rem 4%;
  }
  .cp-show-cont2 dl + dl {
    margin-top: 1rem;
  }
}

.cp-show-cont2 dl::before {
  content: "";
  display: block;
  width: 100%;
  height: .625rem;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .cp-show-cont2 dl::before {
    height: .3125rem;
  }
}

.cp-show-cont2 dl dt {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%), #6D6D6D;
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%), #6D6D6D;
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%), #6D6D6D;
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%), #6D6D6D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font: 600 1.5rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cp-show-cont2 dl dt {
    font-size: 1.25rem;
  }
}

.cp-show-cont2 dl dd {
  color: #6D6D6D;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  margin-top: 1rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .cp-show-cont2 dl dd {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.cp-show-cont2 dl:hover {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  border-color: transparent;
}

.cp-show-cont2 dl:hover::before {
  display: none;
}

.cp-show-cont2 dl:hover dt {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  -o-background-clip: inherit;
     background-clip: inherit;
  text-fill-color: inherit;
}

.cp-show-cont2 dl:hover dt, .cp-show-cont2 dl:hover dd {
  color: #fff;
}

.cp-show-cont3 {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 {
    margin-top: 2rem;
  }
}

.cp-show-cont3 .cpa3list1 {
  margin: 0 -0.75%;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cpa3list1 {
    margin: 0;
    margin-top: 0.5rem;
  }
}

.cp-show-cont3 .cpa3list1 dl {
  text-align: center;
  padding: 2.25rem 1.5%;
  background: #FFFFFF;
  border-radius: 1.875rem;
  width: 15.42857%;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.75%;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cpa3list1 dl {
    width: 48%;
    margin: 0;
    -webkit-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 1.6rem 2.5%;
  }
}

.cp-show-cont3 .cpa3list1 dl dt {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cp-show-cont3 .cpa3list1 dl dt {
    font-size: 1.35rem;
  }
}

.cp-show-cont3 .cpa3list1 dl dt::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #7EBF41;
  margin: 0.25em auto 0.5em;
}

.cp-show-cont3 .cpa3list1 dl dd {
  color: #6D6D6D;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.product-show-content {
  padding: 5.125rem 0 4.5rem;
}

@media (max-width: 768px) {
  .product-show-content {
    padding: 2rem 0;
  }
}

.product-show-content .cp-show-cont4v1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont4v1 {
    margin-top: 1.5rem;
  }
}

.product-show-content .cp-show-cont4v1 .mySwiper6 .cont-p {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
  width: 100%;
  padding-bottom: 77%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont4v1 .mySwiper6 .cont-p {
    border-radius: 1rem;
  }
}

.product-show-content .cp-show-cont4v1 .mySwiper6 .cont-p > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-show-content .cp-show-cont4v1 .mySwiper6 .cont-p .tit-a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #6D6D6D;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  padding: 1em 1%;
  background: rgba(221, 243, 246, 0.9);
  text-align: center;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont4v1 .mySwiper6 .cont-p .tit-a {
    font-size: 1rem;
    padding: 0.5em 1%;
  }
}

.product-show-content .cp-show-cont4v1 .mySwiper6 .cont-p:hover .tit-a {
  background: -webkit-linear-gradient(top, #7EBF41 0%, #70C7DA 100%);
  background: -moz-linear-gradient(top, #7EBF41 0%, #70C7DA 100%);
  background: -o-linear-gradient(top, #7EBF41 0%, #70C7DA 100%);
  background: linear-gradient(180deg, #7EBF41 0%, #70C7DA 100%);
  color: #fff;
}

.product-show-content .cp-show-cont4v1 .mySwiper6 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
  display: none;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont4v1 .mySwiper6 .swiper-pagination1 {
    margin-top: 0.5rem;
  }
}

.product-show-content .cp-show-cont4v1 .mySwiper6 .swiper-pagination1 span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #7EBF41;
  background: #7EBF41;
  opacity: 1;
  margin: 0 0.35rem;
}

.product-show-content .cp-show-cont4v1 .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  border-color: #7EBF41;
  background: transparent;
}

.cp-show-cont5 .ny-tit1 .ftit {
  font-size: 1.5rem;
  margin-top: 1.35rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .ny-tit1 .ftit {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 {
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 {
    margin-top: 0;
  }
}

.cp-show-cont5 .cp-show-a5_v1 dl {
  width: 22.85714%;
  border-radius: 1.875rem;
  position: relative;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 dl {
    width: 48%;
    border-radius: 1rem;
    margin-top: 1.2rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 dl u {
  display: block;
  overflow: hidden;
  font-size: 0;
  border-radius: 1.875rem;
  width: 100%;
  padding-bottom: 125.9375%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 dl u {
    border-radius: 1rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 dl u img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cp-show-cont5 .cp-show-a5_v1 dl .cont {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 4%;
  top: 50%;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 dl .cont {
    top: 25%;
  }
}

.cp-show-cont5 .cp-show-a5_v1 dl .cont dt {
  font: 400 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 dl .cont dt {
    font-size: 1.25rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 dl .cont dd {
  margin-top: 0.2em;
}

.cp-show-cont5 .cp-show-a5_v1 dl .cont dd p {
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 0.25em 0;
}

@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5_v1 dl .cont dd p {
    font-size: 1rem;
  }
}

.cp-show-cont5 .cp-show-a5_v1 dl .cont dd p + p {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cp-show-cont6 {
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .cp-show-cont6 {
    margin-top: 2rem;
  }
}

.cp-show-cont6 .cp-show-a6_v1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cp-show-cont6 .cp-show-a6_v1 {
    margin-top: 1rem;
  }
}

.cp-show-cont6 .cp-show-a6_v1 dl {
  width: 11.85714%;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  border-radius: 50%;
  padding: .5625rem;
  position: relative;
}

@media (max-width: 768px) {
  .cp-show-cont6 .cp-show-a6_v1 dl {
    width: 28%;
    margin: 0.7rem 0;
    padding: .45rem;
  }
}

.cp-show-cont6 .cp-show-a6_v1 dl u {
  display: block;
  font-size: 0;
  border-radius: 50%;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.cp-show-cont6 .cp-show-a6_v1 dl u img {
  width: 100%;
  opacity: 0;
}

.cp-show-cont6 .cp-show-a6_v1 dl .xazas {
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}

.cp-show-cont6 .cp-show-a6_v1 dl:hover u img {
  opacity: 1;
}

.cp-show-cont6 .cp-show-a6_v1 dl:hover .xazas {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  -o-background-clip: inherit;
     background-clip: inherit;
  text-fill-color: inherit;
  color: #fff;
}

.cp-show-cont7 .cont-p {
  margin-top: 1.5rem;
  color: #6D6D6D;
  font: 400 1.125rem/1.6em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cp-show-cont7 .cont-p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.cp-show-cont7 .yqasg {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cp-show-cont7 .yqasg {
    margin-top: 0;
  }
}

.cp-show-cont7 .yqasg dl {
  width: 18.28571%;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .cp-show-cont7 .yqasg dl {
    width: 48%;
    margin: 0.7rem 0;
  }
}

.cp-show-cont7 .yqasg dl u {
  display: block;
  font-size: 0;
  width: 100%;
}

.cp-show-cont7 .yqasg dl u img {
  width: 100%;
}

.cp-show-cont7 .yqasg dl .conta1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 13%;
}

.cp-show-cont7 .yqasg dl .conta1 b {
  display: block;
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
  font: 600 1.875rem/1.3em 'Noto Sans SC';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .cp-show-cont7 .yqasg dl .conta1 b {
    font-size: 1.35rem;
  }
}

.cp-show-cont7 .yqasg dl .conta2 {
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 2%;
}

.cp-show-cont7 .yqasg dl .conta3 {
  background: #F7F9FA;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.hjashgd {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/hechengjy0602/uploads/20230825/6c408d4a61b0781496615fd246e6eeaa.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

@media (max-width: 768px) {
  .hjashgd {
    background-position: left center;
  }
}

.hx-cont1av1 {
  padding: 4rem 0 8rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 {
    padding: 2rem 0;
  }
}

.hx-cont1av1 .cont-p .p {
  color: #484848;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  margin-top: 1.75rem;
  width: 38.57143%;
}

@media (max-width: 768px) {
  .hx-cont1av1 .cont-p .p {
    font-size: 1rem;
    margin-top: 1rem;
    width: 100%;
  }
}

.hx-cont1av1 .wehhas-a1 {
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 {
    margin-top: 1rem;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hx-cont1av1 .wehhas-a1 .ysdhta {
  position: relative;
  overflow: hidden;
}

.hx-cont1av1 .wehhas-a1 .ysdhta:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-45deg);
     -moz-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
       -o-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.hx-cont1av1 .wehhas-a1 .ysdhta:hover::after {
  left: 150%;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}

.hx-cont1av1 .wehhas-a1 .sdta1 {
  padding: 6.125rem 1rem;
  text-align: center;
  color: #fff;
  border-radius: 1.25rem;
  background: -webkit-linear-gradient(top, #7DC157 0%, rgba(125, 193, 87, 0.2) 100%);
  background: -moz-linear-gradient(top, #7DC157 0%, rgba(125, 193, 87, 0.2) 100%);
  background: -o-linear-gradient(top, #7DC157 0%, rgba(125, 193, 87, 0.2) 100%);
  background: linear-gradient(180deg, #7DC157 0%, rgba(125, 193, 87, 0.2) 100%);
  width: 11.0625rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta1 {
    width: 48%;
    padding: 3rem 1rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta1 b {
  font: 700 2.5rem/1.25em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta1 b {
    font-size: 2rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta1 p {
  font: 400 1.375rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta1 p {
    font-size: 1.125rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta2 {
  padding: 6.125rem 1rem;
  text-align: center;
  color: #fff;
  border-radius: 1.25rem;
  background: -webkit-linear-gradient(top, #75C5AF 0%, rgba(117, 197, 175, 0.2) 100%);
  background: -moz-linear-gradient(top, #75C5AF 0%, rgba(117, 197, 175, 0.2) 100%);
  background: -o-linear-gradient(top, #75C5AF 0%, rgba(117, 197, 175, 0.2) 100%);
  background: linear-gradient(180deg, #75C5AF 0%, rgba(117, 197, 175, 0.2) 100%);
  width: 11.0625rem;
  margin: 0 1rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta2 {
    width: 45%;
    margin: 0;
    padding: 3rem 1rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta2 b {
  font: 700 2.5rem/1.25em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta2 b {
    font-size: 2rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta2 p {
  font: 400 1.375rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta2 p {
    font-size: 1.125rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta3 {
  border-radius: 1.25rem;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0.125rem 0.625rem 0.5rem 0px rgba(176, 174, 174, 0.25);
  padding: 1rem 3.5%;
  width: 50.42857%;
  padding-top: 2rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta3 {
    width: 100%;
    padding: 1rem 3.5%;
    margin-top: 1rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta3 .titas {
  font: 700 3.5rem/1.2em "Montserrat";
  background: -webkit-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -moz-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: -o-linear-gradient(4.74deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  background: linear-gradient(85.26deg, #7EBF41 -3.31%, #70C7DA 130.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
     background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta3 .titas {
    font-size: 2.2rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta3 .dtisr {
  color: #565656;
  font: 400 1.375rem/1.25em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta3 .dtisr {
    font-size: 1.125rem;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta3 .sdhda {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta3 .sdhda {
    margin-top: 0.5rem;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta3 .sdhda dl {
  background: -webkit-linear-gradient(top, rgba(126, 191, 65, 0.85) 0%, rgba(112, 199, 218, 0.85) 100%);
  background: -moz-linear-gradient(top, rgba(126, 191, 65, 0.85) 0%, rgba(112, 199, 218, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(126, 191, 65, 0.85) 0%, rgba(112, 199, 218, 0.85) 100%);
  background: linear-gradient(180deg, rgba(126, 191, 65, 0.85) 0%, rgba(112, 199, 218, 0.85) 100%);
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta3 .sdhda dl {
    width: 5rem;
    height: 5rem;
    margin: 0.6rem 1.5% 0;
  }
}

.hx-cont1av1 .wehhas-a1 .sdta3 .sdhda dl dd {
  color: #fff;
  font: 400 .875rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hx-cont1av1 .wehhas-a1 .sdta3 .sdhda dl dd {
    font-size: 1rem;
  }
}

.hx-cont1av1 .heng1 {
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 .heng1 {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .hx-cont1av1 .ashghx-asl1 {
    margin-top: 1rem;
  }
}

.hx-cont1av1 .ashghx-asl1 li {
  width: 24.64286%;
  text-align: center;
  background: #7DC155;
  color: #fff;
  padding: 1.78rem 0;
}

@media (max-width: 768px) {
  .hx-cont1av1 .ashghx-asl1 li {
    width: 100%;
    padding: 1.28rem 0;
  }
}

.hx-cont1av1 .ashghx-asl1 li span {
  display: block;
  color: #FFF;
  text-align: justify;
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .hx-cont1av1 .ashghx-asl1 li span {
    font-size: 2rem;
  }
}

.hx-cont1av1 .ashghx-asl1 li span::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

.hx-cont1av1 .ashghx-asl1 li .p {
  color: #FFF;
  text-align: center;
  font-family: Noto Sans SC;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .hx-cont1av1 .ashghx-asl1 li .p {
    font-size: 1.125rem;
  }
}

.hx-cont1av1 .ashghx-asl1 li:nth-child(2) {
  background: #75C5AE;
}

.hx-cont1av1 .ashghx-asl1 li:nth-child(3) {
  width: 50.71429%;
  background: transparent;
}

@media (max-width: 768px) {
  .hx-cont1av1 .ashghx-asl1 li:nth-child(3) {
    width: 100%;
  }
}

.product-list {
  margin: 0 -1%;
}

.product-list li {
  width: 25%;
  padding: 0 1%;
}

@media (max-width: 990px) {
  .product-list li {
    width: 50%;
    margin: 1rem 0;
  }
}

@media (max-width: 768px) {
  .product-list li {
    width: 100%;
    margin: 0.35rem 0;
  }
}

.product-list li .hwerx a.img {
  display: block;
  font-size: 0;
  width: 100%;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}

.product-list li .hwerx a.img img {
  width: 100%;
}

.product-list li .hwerx .cont a {
  display: block;
  text-align: center;
  color: #484848;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 0.5rem 0;
}

@media (max-width: 768px) {
  .product-list li .hwerx .cont a {
    padding: 0.75rem 0;
  }
}

.product-list li .hwerx .cont a:hover {
  color: #7EBF41;
}

#myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 991px) {
  .sybody {
    overflow: hidden !important;
  }
}

.heng1 img {
  width: 100%;
}
