@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

p {
  padding: 0;
  margin: 0;
}

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

.wh1 {
  padding: 0 7.2916666667%;
}
@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: #19993F;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Barlow";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #19993F;
  -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: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19993F;
  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;
}
.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;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #19993F;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #19993F;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #19993F;
}
.more-msl.ls {
  color: #19993F;
  background: transparent;
  border-color: #19993F;
}
.more-msl.ls:before {
  background: #19993F;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 2rem;
  border-radius: 4rem;
  background-color: #00A040;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Barlow";
  border: 2px solid #00A040;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.more-b i {
  font-size: 1.125rem;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.4rem 1.25rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -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;
  border-radius: 4rem;
  -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 {
  color: #00A040;
}
.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 {
  background-color: #fff;
  color: #00A040;
}
.more-b.bs::after {
  background-color: #00A040;
}
.more-b.bs:hover {
  color: #fff;
}

@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.202764977%;
    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: 3.75rem;
  z-index: 99;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  z-index: 1;
}
.head .head2::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 92%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 4%;
  border-radius: 1.25rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 .logo {
  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;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.5625rem;
}
.head .head2 .logo a #an-box {
  height: 2.5625rem;
}
.head .head2 .logo a #an-box svg {
  vertical-align: top;
}
.head .head2 .zywena {
  padding: 0 2rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: #1B1C21;
  font: 500 1.125rem/1em "Barlow";
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .seca {
  position: absolute;
  left: 0;
  width: 100%;
  top: 3.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  row-gap: 9px;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.head .head2 .zywena .seca a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .seca a:hover {
  color: #19993F;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: #1B1C21;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
}
.head.sticky .head2::after {
  backdrop-filter: blur(14px);
  background-color: rgb(255, 255, 255);
  left: 0;
  width: 100%;
  border-radius: 0;
}

.ny-show-body {
  padding-top: 6.25rem;
}
.ny-show-body .head {
  top: 0;
}
.ny-show-body .head .head2 {
  border-bottom: 1px solid #D8D8D8;
}
.ny-show-body .head .head2::after {
  backdrop-filter: blur(14px);
  background-color: rgb(255, 255, 255);
  left: 0;
  width: 100%;
  border-radius: 0;
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
/*#menu .nav_a1 li:nth-child(2) {*/
/*  position: static;*/
/*}*/
#menu .nav_a1 li a {
  display: block;
  color: #1B1C21;
  font-family: "Barlow";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.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;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #19993F;
  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);
  display: none;
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: auto;
  left: 50%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
   transform: translateX(-50%) translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1.125rem/1.5em "Barlow";
  padding: 0.3em 1.5em;
  color: #1B1C21; white-space: nowrap; 
}
#menu .nav_a1 li .sec a:hover {
  color: #19993F;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23f0f0f0' fill-opacity='0.4' d='M0 85.02l4.62-4.27a49.09 49.09 0 0 0 7.33 3.74l-1.2 10.24 2.66.87 5.05-9c2.62.65 5.34 1.08 8.12 1.28L28.6 98h2.8l2.02-10.12c2.74-.2 5.46-.62 8.12-1.28l5.05 8.99 2.66-.86-1.2-10.24c2.55-1.03 5-2.29 7.33-3.74l7.58 7 2.26-1.65-4.3-9.38a48.3 48.3 0 0 0 5.8-5.8l9.38 4.3 1.65-2.26-7-7.58a49.09 49.09 0 0 0 3.74-7.33l10.24 1.2.87-2.66-9-5.05a48.07 48.07 0 0 0 1.28-8.12L88 41.4v-2.8l-10.12-2.02c-.2-2.74-.62-5.46-1.28-8.12l8.99-5.05-.86-2.66-10.24 1.2c-1.03-2.55-2.29-5-3.74-7.33l7-7.58-1.65-2.26-9.38 4.3a48.3 48.3 0 0 0-5.8-5.8L62.42 0h2.16l-1.25 2.72a50.31 50.31 0 0 1 3.95 3.95l9.5-4.36 3.52 4.85-7.08 7.68c.94 1.6 1.79 3.27 2.54 4.98l10.38-1.21 1.85 5.7-9.11 5.12c.39 1.8.68 3.65.87 5.52L90 37v6l-10.25 2.05a49.9 49.9 0 0 1-.87 5.52l9.11 5.12-1.85 5.7-10.38-1.21c-.75 1.7-1.6 3.37-2.54 4.98l7.08 7.68-3.52 4.85-9.5-4.36a50.31 50.31 0 0 1-3.95 3.95l4.36 9.5-4.85 3.52-7.68-7.08c-1.6.94-3.27 1.79-4.98 2.54l1.21 10.38-5.7 1.85-5.12-9.11c-1.8.39-3.65.68-5.52.87L33 100h-6l-2.05-10.25a49.9 49.9 0 0 1-5.52-.87l-5.12 9.11-5.7-1.85 1.21-10.38c-1.7-.75-3.37-1.6-4.98-2.54L0 87.68v-2.66zM0 52.7V27.3l8.38 4.84a22.96 22.96 0 0 0 0 15.72L0 52.7zm0-39.16A39.91 39.91 0 0 1 26 .2v17.15a22.98 22.98 0 0 0-13.62 7.86L0 18.06v-4.52zm0 52.92v-4.52l12.38-7.15A22.98 22.98 0 0 0 26 62.65V79.8A39.91 39.91 0 0 1 0 66.46zM34 79.8V62.65a22.98 22.98 0 0 0 13.62-7.86l14.85 8.58A39.97 39.97 0 0 1 34 79.8zm32.48-23.36l-14.86-8.58a22.96 22.96 0 0 0 0-15.72l14.86-8.58A39.86 39.86 0 0 1 70 40a39.9 39.9 0 0 1-3.52 16.44zm-4.01-39.8L47.62 25.2A22.98 22.98 0 0 0 34 17.35V.2a39.97 39.97 0 0 1 28.47 16.43v.01zM0 50.38l5.98-3.45a25.01 25.01 0 0 1 0-13.88L0 29.6v20.78zm.5-34.35l11.48 6.63c3.27-3.4 7.44-5.8 12.02-6.94V2.47A37.96 37.96 0 0 0 .5 16.04v-.01zm0 47.92A37.96 37.96 0 0 0 24 77.53V64.28a24.97 24.97 0 0 1-12.02-6.95L.5 63.96v-.01zM36 77.53a37.96 37.96 0 0 0 23.5-13.57l-11.48-6.63A24.97 24.97 0 0 1 36 64.28v13.25zm29.5-23.96a37.91 37.91 0 0 0 0-27.14l-11.48 6.63a25.01 25.01 0 0 1 0 13.88l11.49 6.63h-.01zm-6-37.53A37.96 37.96 0 0 0 36 2.47v13.25c4.66 1.15 8.8 3.6 12.02 6.95l11.48-6.63zM30 54a14 14 0 1 1 0-28 14 14 0 0 1 0 28zm0-2a12 12 0 1 0 0-24 12 12 0 0 0 0 24zm0-2a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm77.47 45.17l-1.62-5.97 5.67-2.06 2.61 5.64c1.09-.25 2.2-.44 3.33-.58l.52-6.2h6.04l.52 6.2c1.13.14 2.24.33 3.33.58l2.6-5.64 5.68 2.06-1.62 5.97c1.02.51 2 1.07 2.95 1.69l4.35-4.38 4.62 3.88-3.53 5c.8.84 1.53 1.71 2.23 2.62l5.52-2.6 3.02 5.23-4.98 3.46c.46 1.06.86 2.14 1.2 3.25l6.02-.54 1.05 5.94-5.84 1.54c.07 1.16.07 2.32 0 3.48l5.84 1.54-1.05 5.94-6.02-.54c-.34 1.1-.74 2.2-1.2 3.25l4.98 3.46-3.02 5.22-5.52-2.6c-.7.92-1.44 1.8-2.23 2.62l3.53 5-4.62 3.89-4.35-4.38a30.2 30.2 0 0 1-2.95 1.69l1.62 5.97-5.67 2.06-2.61-5.64c-1.09.25-2.2.44-3.33.58l-.52 6.2h-6.04l-.52-6.2a30.27 30.27 0 0 1-3.33-.58l-2.6 5.64-5.68-2.06 1.62-5.97c-1.01-.5-2-1.07-2.95-1.69l-4.35 4.38-4.62-3.88 3.53-5a32.5 32.5 0 0 1-2.23-2.62l-5.52 2.6-3.02-5.23 4.98-3.46a29.66 29.66 0 0 1-1.2-3.25l-6.02.54-1.05-5.94 5.84-1.54a30.28 30.28 0 0 1 0-3.48l-5.84-1.54 1.05-5.94 6.02.54c.34-1.1.74-2.2 1.2-3.25l-4.98-3.46 3.02-5.22 5.52 2.6c.7-.92 1.44-1.8 2.23-2.62l-3.53-5 4.62-3.89 4.35 4.38a30.2 30.2 0 0 1 2.95-1.69zm15.2-1.12l-.5-6.05h-2.34l-.5 6.05c-2.18.13-4.3.5-6.32 1.1l-2.54-5.5-2.2.8 1.6 5.85a27.97 27.97 0 0 0-5.56 3.21l-4.27-4.3-1.79 1.5 3.5 4.95a28.14 28.14 0 0 0-4.12 4.92l-5.5-2.59-1.16 2.02 4.98 3.46a27.8 27.8 0 0 0-2.2 6.03l-6.03-.55-.4 2.3 5.86 1.54a28.3 28.3 0 0 0 0 6.42l-5.87 1.55.4 2.3 6.05-.56a27.8 27.8 0 0 0 2.2 6.03l-5 3.47 1.17 2.02 5.49-2.59a28.14 28.14 0 0 0 4.12 4.92l-3.5 4.96 1.79 1.5 4.27-4.31a27.97 27.97 0 0 0 5.56 3.21l-1.6 5.85 2.2.8 2.54-5.5c2.02.6 4.14.97 6.32 1.1l.5 6.05h2.34l.5-6.05c2.18-.13 4.3-.5 6.32-1.1l2.54 5.5 2.2-.8-1.6-5.85a27.97 27.97 0 0 0 5.56-3.21l4.27 4.3 1.79-1.5-3.5-4.95a28.14 28.14 0 0 0 4.12-4.92l5.5 2.59 1.16-2.02-4.98-3.46a27.8 27.8 0 0 0 2.2-6.03l6.03.55.4-2.3-5.86-1.54a28.3 28.3 0 0 0 0-6.42l5.87-1.55-.4-2.3-6.05.56a27.8 27.8 0 0 0-2.2-6.03l4.99-3.46-1.17-2.02-5.49 2.59a28.14 28.14 0 0 0-4.12-4.92l3.5-4.96-1.79-1.5-4.27 4.31a27.97 27.97 0 0 0-5.56-3.21l1.6-5.85-2.2-.8-2.54 5.5c-2.02-.6-4.14-.97-6.32-1.1l.01-.01zM121 128a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0-18a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm8.49 3.51a5 5 0 1 1 6.95-7.2 5 5 0 0 1-6.95 7.2zM133 120a5 5 0 1 1 10 0 5 5 0 0 1-10 0zm-3.51 8.49a5 5 0 1 1 7.2 6.95 5 5 0 0 1-7.2-6.95zM121 132a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm-8.49-3.51a5 5 0 1 1-6.95 7.2 5 5 0 0 1 6.95-7.2zM109 120a5 5 0 1 1-10 0 5 5 0 0 1 10 0zm3.51-8.49a5 5 0 1 1-7.2-6.95 5 5 0 0 1 7.2 6.95zM121 106a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm9.9 4.1a3 3 0 1 0 4.39-4.09 3 3 0 0 0-4.39 4.09zm4.1 9.9a3 3 0 1 0 6 0 3 3 0 0 0-6 0zm-4.1 9.9a3 3 0 1 0 4.09 4.39 3 3 0 0 0-4.09-4.39zM121 134a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm-9.9-4.1a3 3 0 1 0-4.39 4.09 3 3 0 0 0 4.39-4.09zM107 120a3 3 0 1 0-6 0 3 3 0 0 0 6 0zm4.1-9.9a3 3 0 1 0-4.09-4.39 3 3 0 0 0 4.09 4.39zm129.42-6.95v.01c.87.07 1.74.17 2.6.3l1.5-3.91 1.94-3.64 3.89.97v4.13l-.5 4.13c.83.28 1.64.59 2.44.93l2.42-3.43 2.76-3.07 3.54 1.88-1 4-1.49 3.89c.73.47 1.45.97 2.15 1.49l3.19-2.76 3.42-2.3 2.97 2.67-1.93 3.65-2.38 3.4c.6.64 1.2 1.3 1.76 1.99l3.68-1.94 3.85-1.48 2.29 3.28-2.7 3.11-3.12 2.82c.43.76.84 1.53 1.22 2.32l4.04-1 4.1-.5 1.43 3.73-3.37 2.37-3.7 1.98c.23.84.44 1.68.62 2.54l4.17.01 4.1.5.48 3.97-3.85 1.48-4.06 1.02c.03.87.03 1.75 0 2.62l4.06 1.02 3.85 1.48-.48 3.97-4.1.51h-4.17c-.18.86-.39 1.71-.63 2.54l3.7 1.98 3.38 2.37-1.43 3.73-4.1-.5-4.04-1c-.38.79-.79 1.56-1.22 2.32l3.13 2.82 2.7 3.11-2.3 3.28-3.85-1.48-3.68-1.95a37 37 0 0 1-1.76 2l2.38 3.41 1.93 3.64-2.97 2.67-3.42-2.3-3.19-2.76a40.1 40.1 0 0 1-2.15 1.48l1.48 3.9 1 4-3.53 1.88-2.76-3.07-2.42-3.43c-.8.33-1.61.65-2.45.93l.5 4.13v4.13l-3.88.97-1.94-3.65-1.5-3.9c-.86.13-1.73.23-2.6.31L240 187l-1 4h-4l-1-4-.52-4.16a37.6 37.6 0 0 1-2.6-.3l-1.5 3.91-1.94 3.64-3.89-.97v-4.13l.5-4.13c-.83-.28-1.64-.59-2.44-.93l-2.42 3.43-2.76 3.07-3.54-1.88 1-4 1.49-3.89c-.74-.47-1.45-.97-2.15-1.49l-3.19 2.76-3.42 2.3-2.97-2.67 1.93-3.65 2.38-3.4c-.61-.65-1.2-1.31-1.76-1.99l-3.68 1.94-3.85 1.48-2.29-3.28 2.7-3.11 3.12-2.82c-.43-.76-.84-1.53-1.22-2.32l-4.04 1-4.1.5-1.43-3.73 3.37-2.37 3.7-1.98c-.23-.84-.44-1.68-.62-2.54l-4.17-.01-4.1-.5-.48-3.97 3.85-1.48 4.06-1.02c-.03-.87-.03-1.75 0-2.62l-4.06-1.02-3.85-1.48.48-3.97 4.1-.51h4.17c.18-.86.39-1.71.63-2.54l-3.7-1.98-3.38-2.37 1.43-3.73 4.1.5 4.04 1c.38-.79.79-1.56 1.22-2.32l-3.13-2.82-2.7-3.11 2.3-3.28 3.85 1.48 3.68 1.95a37 37 0 0 1 1.76-2l-2.38-3.41-1.93-3.64 2.97-2.67 3.42 2.3 3.19 2.76c.7-.52 1.41-1.02 2.15-1.48l-1.48-3.9-1-4 3.53-1.88 2.76 3.07 2.42 3.43c.8-.33 1.61-.65 2.45-.93l-.5-4.13v-4.13l3.88-.97 1.94 3.65 1.5 3.9c.86-.13 1.73-.23 2.6-.31L234 99l1-4h4l1 4 .52 4.15zm-14.3 3.4c-1.83.54-3.6 1.21-5.3 2l-3.5-4.97-1.38-1.53-.88.47.5 2 2.16 5.67a38.09 38.09 0 0 0-4.66 3.22l-4.61-4-1.71-1.15-.75.67.97 1.82 3.47 4.98a38.22 38.22 0 0 0-3.79 4.28l-5.37-2.84-1.92-.74-.57.82 1.35 1.56 4.52 4.09a37.9 37.9 0 0 0-2.64 5l-5.89-1.45-2.04-.25-.36.94 1.69 1.18 5.36 2.87a37.74 37.74 0 0 0-1.35 5.5l-6.08.01-2.04.25-.12 1 1.92.73 5.9 1.5a38.54 38.54 0 0 0 0 5.65l-5.9 1.49-1.92.74.12.99 2.04.25 6.08.01c.31 1.86.77 3.7 1.35 5.5l-5.36 2.87-1.7 1.18.37.94 2.04-.25 5.9-1.46a37.9 37.9 0 0 0 2.63 5.01l-4.52 4.1-1.35 1.55.57.82 1.92-.74 5.37-2.84a38.22 38.22 0 0 0 3.8 4.28l-3.48 4.98-.97 1.82.75.67 1.7-1.15 4.62-4a38.09 38.09 0 0 0 4.66 3.22l-2.17 5.67-.5 2 .89.47 1.38-1.53 3.5-4.98c1.7.8 3.47 1.47 5.3 2l-.73 6.04v2.06l.97.24.97-1.82 2.2-5.68c1.83.36 3.7.6 5.62.68L236 187l.5 2h1l.5-2 .75-6.04a38.2 38.2 0 0 0 5.62-.68l2.2 5.68.97 1.82.97-.24v-2.06l-.73-6.03c1.83-.54 3.6-1.21 5.3-2l3.5 4.97 1.38 1.53.88-.47-.5-2-2.16-5.67a38.09 38.09 0 0 0 4.66-3.22l4.61 4 1.71 1.15.75-.67-.97-1.82-3.47-4.98a38.22 38.22 0 0 0 3.79-4.28l5.37 2.84 1.92.74.57-.82-1.35-1.56-4.52-4.09c1-1.6 1.88-3.27 2.64-5l5.89 1.45 2.04.25.36-.94-1.69-1.18-5.36-2.87a37.4 37.4 0 0 0 1.35-5.5l6.08-.01 2.04-.25.12-1-1.92-.73-5.9-1.5c.14-1.88.14-3.77 0-5.65l5.9-1.49 1.92-.74-.12-.99-2.04-.25-6.08-.01a37.4 37.4 0 0 0-1.35-5.5l5.36-2.87 1.7-1.18-.37-.94-2.04.25-5.9 1.46a37.9 37.9 0 0 0-2.63-5.01l4.52-4.1 1.35-1.55-.57-.82-1.92.74-5.37 2.84a38.22 38.22 0 0 0-3.8-4.28l3.48-4.98.97-1.82-.75-.67-1.7 1.15-4.62 4a38.09 38.09 0 0 0-4.66-3.22l2.17-5.67.5-2-.89-.47-1.38 1.53-3.5 4.98c-1.7-.8-3.47-1.47-5.3-2l.73-6.04v-2.06l-.97-.24-.97 1.82-2.2 5.68c-1.83-.36-3.7-.6-5.62-.68L238 99l-.5-2h-1l-.5 2-.75 6.04c-1.92.09-3.8.32-5.62.68l-2.2-5.68-.97-1.82-.97.24v2.06l.73 6.03zm-5.85 5.65A34.82 34.82 0 0 1 236 108v6a28.8 28.8 0 0 0-12.63 3.39l-3-5.2v.01zm2.8.83l1 1.74a30.8 30.8 0 0 1 9.83-2.63v-2.01a32.8 32.8 0 0 0-10.83 2.9zm-4.53.17l3 5.2a29.12 29.12 0 0 0-9.24 9.24l-5.2-3a35.18 35.18 0 0 1 11.44-11.44zm-.67 2.84a33.19 33.19 0 0 0-7.93 7.93l1.74 1a31.18 31.18 0 0 1 7.2-7.2l-1.01-1.73zm-11.77 10.33h-.01l5.2 3A28.8 28.8 0 0 0 208 142h-6a34.82 34.82 0 0 1 4.2-15.63zm.83 2.8a32.8 32.8 0 0 0-2.9 10.83h2.01a30.8 30.8 0 0 1 2.63-9.83l-1.74-1zM202.01 144h6.01c.15 4.41 1.3 8.73 3.38 12.63l-5.2 3a34.82 34.82 0 0 1-4.19-15.63zm2.12 2a32.8 32.8 0 0 0 2.9 10.84l1.74-1a30.8 30.8 0 0 1-2.63-9.84h-2.01zm3.07 15.36l5.2-3c2.34 3.74 5.5 6.9 9.24 9.24l-3 5.2a35.18 35.18 0 0 1-11.44-11.44zm2.84.67a33.19 33.19 0 0 0 7.93 7.93l1-1.74a31.18 31.18 0 0 1-7.2-7.2l-1.73 1.01zm10.33 11.77v.01l3-5.2A28.85 28.85 0 0 0 236 172v6a34.82 34.82 0 0 1-15.63-4.2zm2.8-.83a32.8 32.8 0 0 0 10.83 2.9v-2.01a30.8 30.8 0 0 1-9.83-2.63l-1 1.74zm14.83 5.02v-6.01c4.41-.15 8.73-1.3 12.63-3.38l3 5.2a34.82 34.82 0 0 1-15.63 4.19zm2-2.12a32.8 32.8 0 0 0 10.84-2.9l-1-1.74a30.8 30.8 0 0 1-9.84 2.63v2.01zm15.36-3.07l-3-5.2c3.74-2.34 6.9-5.5 9.24-9.24l5.2 3a35.18 35.18 0 0 1-11.44 11.44zm.67-2.84a33.19 33.19 0 0 0 7.93-7.93l-1.74-1a31.18 31.18 0 0 1-7.2 7.2l1.01 1.73zm11.77-10.33h.01l-5.2-3A28.85 28.85 0 0 0 266 144h6a34.82 34.82 0 0 1-4.2 15.63zm-.83-2.8a32.8 32.8 0 0 0 2.9-10.83h-2.01a30.8 30.8 0 0 1-2.63 9.83l1.74 1zm5.02-14.83h-6.01a28.85 28.85 0 0 0-3.38-12.63l5.2-3a34.82 34.82 0 0 1 4.19 15.63zm-2.12-2a32.8 32.8 0 0 0-2.9-10.84l-1.74 1a30.8 30.8 0 0 1 2.63 9.84h2.01zm-3.07-15.36l-5.2 3a29.12 29.12 0 0 0-9.24-9.24l3-5.2a35.18 35.18 0 0 1 11.44 11.44zm-2.84-.67a33.19 33.19 0 0 0-7.93-7.93l-1 1.74a31.18 31.18 0 0 1 7.2 7.2l1.73-1.01zM238 108a34.82 34.82 0 0 1 15.63 4.19l-3 5.2a28.85 28.85 0 0 0-12.63-3.38V108zm12.84 5.02a32.8 32.8 0 0 0-10.84-2.9v2.01a30.8 30.8 0 0 1 9.83 2.63l1-1.74h.01zM237 156a13 13 0 1 1 0-26 13 13 0 0 1 0 26zm0-2a11 11 0 1 0 0-22 11 11 0 0 0 0 22zM137.54 0h56.92l-.74 1.03c.57.7 1.12 1.4 1.64 2.14l7.75-2.9 2 3.46-6.38 5.25c.37.82.72 1.65 1.03 2.5l8.22-.8 1.04 3.86-7.52 3.43c.15.88.26 1.77.35 2.67L210 22v4l-8.15 1.36c-.09.9-.2 1.8-.35 2.67l7.52 3.43-1.04 3.86-8.22-.8c-.31.85-.66 1.68-1.03 2.5l6.38 5.25-2 3.46-7.75-2.9c-.52.74-1.07 1.45-1.64 2.14l4.8 6.73-2.82 2.83-6.73-4.8c-.7.56-1.4 1.11-2.14 1.63l2.9 7.75-3.46 2-5.25-6.38c-.82.37-1.65.72-2.5 1.03l.8 8.22-3.86 1.04-3.43-7.52c-.88.15-1.77.26-2.67.35L168 68h-4l-1.36-8.15c-.9-.09-1.8-.2-2.67-.35l-3.43 7.52-3.86-1.04.8-8.22c-.85-.31-1.68-.66-2.5-1.03l-5.25 6.38-3.46-2 2.9-7.75a36.15 36.15 0 0 1-2.14-1.64l-6.73 4.8-2.83-2.82 4.8-6.73c-.56-.7-1.11-1.4-1.63-2.14l-7.75 2.9-2-3.46 6.38-5.25c-.37-.82-.72-1.65-1.03-2.5l-8.22.8-1.04-3.86 7.52-3.43c-.15-.88-.26-1.77-.35-2.67L122 26v-4l8.15-1.36c.09-.9.2-1.8.35-2.67l-7.52-3.43 1.04-3.86 8.22.8c.31-.85.66-1.68 1.03-2.5l-6.38-5.25 2-3.46 7.75 2.9c.52-.74 1.07-1.45 1.64-2.14L137.54 0zm2.43 0l.83 1.17a34.14 34.14 0 0 0-3.38 4.4l-7.63-2.86-.33.58 6.29 5.18a33.79 33.79 0 0 0-2.13 5.12l-8.1-.78-.18.64 7.42 3.37a34.02 34.02 0 0 0-.72 5.5L124 23.68v.66l8.04 1.34c.1 1.88.33 3.72.72 5.5l-7.42 3.38.18.64 8.1-.78a33.88 33.88 0 0 0 2.13 5.12l-6.29 5.18.33.58 7.63-2.86c1 1.56 2.14 3.03 3.38 4.4l-4.73 6.63.47.47 6.63-4.73a34.14 34.14 0 0 0 4.4 3.38l-2.86 7.63.58.33 5.18-6.29c1.63.84 3.35 1.56 5.12 2.13l-.78 8.1.64.18 3.37-7.42c1.79.39 3.63.63 5.5.72l1.35 8.04h.66l1.34-8.04c1.88-.1 3.72-.33 5.5-.72l3.38 7.42.64-.18-.78-8.1a33.88 33.88 0 0 0 5.12-2.13l5.18 6.29.58-.33-2.86-7.63c1.56-1 3.03-2.14 4.4-3.38l6.63 4.73.47-.47-4.73-6.63a34.14 34.14 0 0 0 3.38-4.4l7.63 2.86.33-.58-6.29-5.18a33.79 33.79 0 0 0 2.13-5.12l8.1.78.18-.64-7.42-3.37c.39-1.79.63-3.63.72-5.5l8.04-1.35v-.66l-8.04-1.34c-.1-1.88-.33-3.72-.72-5.5l7.42-3.38-.18-.64-8.1.78a33.79 33.79 0 0 0-2.13-5.12l6.29-5.18-.33-.58-7.63 2.86c-1-1.56-2.14-3.03-3.38-4.4l.83-1.17h-52.06V0zm-2.82 27h14.15A15.02 15.02 0 0 0 163 38.7v14.15A29.01 29.01 0 0 1 137.15 27zm12.57-27H163v9.3A15.02 15.02 0 0 0 151.3 21h-14.15a28.99 28.99 0 0 1 12.57-21zM169 52.85V38.7A15.02 15.02 0 0 0 180.7 27h14.15A29.01 29.01 0 0 1 169 52.85zM182.28 0a28.99 28.99 0 0 1 12.57 21H180.7A15.02 15.02 0 0 0 169 9.3V0h13.28zm-42.82 29A27.03 27.03 0 0 0 161 50.54V40.25A17.04 17.04 0 0 1 149.75 29h-10.29zm14.16-29a27.04 27.04 0 0 0-14.16 19h10.29A17.04 17.04 0 0 1 161 7.75V0h-7.38zM171 50.54A27.03 27.03 0 0 0 192.54 29h-10.29A17.04 17.04 0 0 1 171 40.25v10.29zM178.38 0H171v7.75A17.04 17.04 0 0 1 182.25 19h10.29a27.04 27.04 0 0 0-14.16-19zM166 34a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-39.51 176.15l-10.67-7.95 6-10.4 12.23 5.27a23.97 23.97 0 0 1 8.4-4.86L144 177h12l1.55 13.21a23.97 23.97 0 0 1 8.4 4.86l12.23-5.27 6 10.4-10.67 7.95a24 24 0 0 1 0 9.7l10.67 7.95-6 10.4-12.23-5.27a23.97 23.97 0 0 1-8.4 4.86L156 249h-12l-1.55-13.21a23.97 23.97 0 0 1-8.4-4.86l-12.23 5.27-6-10.4 10.67-7.95a24.1 24.1 0 0 1 0-9.7zm29.25-16.4l-1.5-12.75h-8.48l-1.5 12.76c-3.75 1-7.1 2.99-9.79 5.65l-11.8-5.08-4.23 7.34 10.3 7.68c-.98 3.7-.98 7.6 0 11.3l-10.3 7.68 4.23 7.34 11.8-5.08a22.1 22.1 0 0 0 9.8 5.65l1.5 12.76h8.47l1.5-12.76c3.75-1 7.1-2.99 9.79-5.65l11.8 5.08 4.23-7.34-10.3-7.68c.98-3.7.98-7.6 0-11.3l10.3-7.68-4.23-7.34-11.8 5.08a21.98 21.98 0 0 0-9.8-5.65l.01-.01zM150 225a12 12 0 1 1 0-24 12 12 0 0 1 0 24zm0-2a10 10 0 1 0 0-20 10 10 0 0 0 0 20zm3.53 67.72l4.26.07.51 1.93-3.65 2.19c.11.63.2 1.27.25 1.92L159 298v2l-4.1 1.17c-.05.65-.14 1.29-.25 1.92l3.65 2.2-.51 1.92-4.26.07c-.22.61-.47 1.21-.74 1.8l2.96 3.05-1 1.74-4.13-1.04a24.1 24.1 0 0 1-1.18 1.54l2.07 3.72-1.42 1.42-3.72-2.07c-.5.41-1.01.8-1.54 1.18l1.04 4.13-1.74 1-3.05-2.96c-.59.27-1.19.52-1.8.74l-.07 4.26-1.93.51-2.19-3.65c-.63.11-1.27.2-1.92.25L132 327h-2l-1.17-4.1c-.65-.05-1.29-.14-1.92-.25l-2.2 3.65-1.92-.51-.07-4.26c-.61-.22-1.21-.47-1.8-.74l-3.05 2.96-1.74-1 1.04-4.13a24.1 24.1 0 0 1-1.54-1.18l-3.72 2.07-1.42-1.42 2.07-3.72c-.41-.5-.8-1.01-1.18-1.54l-4.13 1.04-1-1.74 2.96-3.05c-.27-.59-.52-1.19-.74-1.8l-4.26-.07-.51-1.93 3.65-2.19c-.11-.63-.2-1.27-.25-1.92L103 300v-2l4.1-1.17c.05-.65.14-1.29.25-1.92l-3.65-2.2.51-1.92 4.26-.07c.22-.61.47-1.21.74-1.8l-2.96-3.05 1-1.74 4.13 1.04c.38-.53.77-1.04 1.18-1.54l-2.07-3.72 1.42-1.42 3.72 2.07c.5-.41 1.01-.8 1.54-1.18l-1.04-4.13 1.74-1 3.05 2.96c.59-.27 1.19-.52 1.8-.74l.07-4.26 1.93-.51 2.19 3.65c.63-.11 1.27-.2 1.92-.25L130 271h2l1.17 4.1c.65.05 1.29.14 1.92.25l2.2-3.65 1.92.51.07 4.26c.61.22 1.21.47 1.8.74l3.05-2.96 1.74 1-1.04 4.13c.53.38 1.04.77 1.54 1.18l3.72-2.07 1.42 1.42-2.07 3.72c.41.5.8 1.01 1.18 1.54l4.13-1.04 1 1.74-2.96 3.05c.27.59.52 1.19.74 1.8zM109 299a22 22 0 1 0 44 0 22 22 0 0 0-44 0zm27.11-10.86l-3 5.22a6 6 0 0 0-4.21 0l-3.01-5.22a11.95 11.95 0 0 1 10.22 0zm1.74 1a12 12 0 0 1 5.1 8.86h-6.01a6.01 6.01 0 0 0-2.1-3.64l3-5.22h.01zm-13.7 0l3.02 5.22a6.01 6.01 0 0 0-2.1 3.64h-6.03a12 12 0 0 1 5.11-8.86zm-5.1 10.86h6.01a6.01 6.01 0 0 0 2.1 3.64l-3 5.22a12 12 0 0 1-5.12-8.86h.01zm6.84 9.86l3-5.22a6 6 0 0 0 4.21 0l3.01 5.22a11.95 11.95 0 0 1-10.22 0zm11.96-1l-3.02-5.22a6.01 6.01 0 0 0 2.1-3.64h6.03a12 12 0 0 1-5.11 8.86zm-4.68-19.62a10.04 10.04 0 0 0-4.34 0l1.05 1.82c.74-.1 1.5-.1 2.24 0l1.05-1.82zm5.2 3l-1.05 1.82c.46.59.84 1.24 1.12 1.94h2.1a9.99 9.99 0 0 0-2.17-3.76zm-14.74 0a9.99 9.99 0 0 0-2.17 3.76h2.1c.28-.7.66-1.35 1.12-1.94l-1.05-1.82zm-2.17 9.76a9.99 9.99 0 0 0 2.17 3.76l1.05-1.82a8.01 8.01 0 0 1-1.12-1.94h-2.1zm7.37 6.76c1.43.32 2.91.32 4.34 0l-1.05-1.82c-.74.1-1.5.1-2.24 0l-1.05 1.82zm9.54-3a9.99 9.99 0 0 0 2.17-3.76h-2.1c-.28.7-.66 1.35-1.12 1.94l1.05 1.82zM127 299a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm2 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm15 0a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm-6.5 11.26a4 4 0 1 1 4 6.93 4 4 0 0 1-4-6.93zm-13 0a4 4 0 1 1-4 6.93 4 4 0 0 1 4-6.93zM118 299a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm6.5-11.26a4 4 0 1 1-4-6.93 4 4 0 0 1 4 6.93zm13 0a4 4 0 1 1 4-6.93 4 4 0 0 1-4 6.93zM146 299a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-7.5 12.99a2 2 0 1 0 1.66 3.64 2 2 0 0 0-1.66-3.64zm-15 0a2 2 0 1 0-2.15 3.38 2 2 0 0 0 2.15-3.38zM116 299a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm7.5-12.99a2 2 0 1 0-1.66-3.64 2 2 0 0 0 1.66 3.64zm15 0a2 2 0 1 0 2.15-3.38 2 2 0 0 0-2.15 3.38zm103.8-61.7l-.8-8.22 5.8-1.55 3.42 7.52c2.26-.43 4.57-.74 6.92-.9L259 213h6l1.36 8.16c2.35.16 4.66.47 6.92.9l3.42-7.52 5.8 1.55-.8 8.22c2.21.77 4.37 1.66 6.45 2.68l5.25-6.38 5.2 3-2.9 7.74a60.25 60.25 0 0 1 5.53 4.25l6.73-4.8 4.24 4.24-4.8 6.73a60.25 60.25 0 0 1 4.25 5.53l7.74-2.9 3 5.2-6.38 5.25a59.62 59.62 0 0 1 2.68 6.45l8.22-.8 1.55 5.8-7.52 3.42c.43 2.26.74 4.57.9 6.92L330 278v6l-8.16 1.36a60.03 60.03 0 0 1-.9 6.92l7.52 3.42-1.55 5.8-8.22-.8a59.62 59.62 0 0 1-2.68 6.45l6.38 5.25-3 5.2-7.74-2.9a60.25 60.25 0 0 1-4.25 5.53l4.8 6.73-4.24 4.24-6.73-4.8a60.25 60.25 0 0 1-5.53 4.25l2.9 7.74-5.2 3-5.25-6.38a59.62 59.62 0 0 1-6.45 2.68l.8 8.22-5.8 1.55-3.42-7.52c-2.26.43-4.57.74-6.92.9L265 349h-6l-1.36-8.16a60.03 60.03 0 0 1-6.92-.9l-3.42 7.52-5.8-1.55.8-8.22a59.62 59.62 0 0 1-6.45-2.68l-5.25 6.38-5.2-3 2.9-7.74a60.25 60.25 0 0 1-5.53-4.25l-6.73 4.8-4.24-4.24 4.8-6.73a60.25 60.25 0 0 1-4.25-5.53l-7.74 2.9-3-5.2 6.38-5.25a59.62 59.62 0 0 1-2.68-6.45l-8.22.8-1.55-5.8 7.52-3.42c-.43-2.29-.73-4.6-.9-6.92L194 284v-6l8.16-1.36c.16-2.35.47-4.66.9-6.92l-7.52-3.42 1.55-5.8 8.22.8c.77-2.2 1.66-4.35 2.68-6.45l-6.38-5.25 3-5.2 7.74 2.9a60.25 60.25 0 0 1 4.25-5.53l-4.8-6.73 4.24-4.24 6.73 4.8a60.25 60.25 0 0 1 5.53-4.25l-2.9-7.74 5.2-3 5.25 6.38a59.62 59.62 0 0 1 6.45-2.68zm2.12 1.4c-3.15 1-6.19 2.27-9.08 3.77l-5.19-6.3-2.3 1.33 2.86 7.65a58.24 58.24 0 0 0-7.79 5.98l-6.65-4.75-1.88 1.88 4.75 6.65a58.24 58.24 0 0 0-5.98 7.79l-7.65-2.86-1.33 2.3 6.3 5.2a57.64 57.64 0 0 0-3.77 9.07l-8.12-.79-.69 2.58 7.43 3.38a58 58 0 0 0-1.27 9.73l-8.06 1.35v2.66l8.06 1.35c.15 3.32.58 6.58 1.27 9.73l-7.43 3.38.7 2.58 8.11-.79c1 3.15 2.27 6.19 3.77 9.08l-6.3 5.19 1.33 2.3 7.65-2.86a58.24 58.24 0 0 0 5.98 7.79l-4.75 6.65 1.88 1.88 6.65-4.75a60.3 60.3 0 0 0 7.79 5.98l-2.86 7.65 2.3 1.33 5.2-6.3a56.99 56.99 0 0 0 9.07 3.77l-.79 8.12 2.58.69 3.38-7.43c3.15.69 6.4 1.12 9.73 1.27l1.35 8.06h2.66l1.35-8.06c3.32-.15 6.58-.58 9.73-1.27l3.38 7.43 2.58-.7-.79-8.11c3.15-1 6.19-2.27 9.08-3.77l5.19 6.3 2.3-1.33-2.86-7.65a58.24 58.24 0 0 0 7.79-5.98l6.65 4.75 1.88-1.88-4.75-6.65a60.3 60.3 0 0 0 5.98-7.79l7.65 2.86 1.33-2.3-6.3-5.2a56.99 56.99 0 0 0 3.77-9.07l8.12.79.69-2.58-7.43-3.38a58 58 0 0 0 1.27-9.73l8.06-1.35v-2.66l-8.06-1.35a58.04 58.04 0 0 0-1.27-9.73l7.43-3.38-.7-2.58-8.11.79c-1-3.15-2.27-6.19-3.77-9.08l6.3-5.19-1.33-2.3-7.65 2.86a58.24 58.24 0 0 0-5.98-7.79l4.75-6.65-1.88-1.88-6.65 4.75a58.24 58.24 0 0 0-7.79-5.98l2.86-7.65-2.3-1.33-5.2 6.3a57.64 57.64 0 0 0-9.07-3.77l.79-8.12-2.58-.69-3.38 7.43a58 58 0 0 0-9.73-1.27l-1.35-8.06h-2.66l-1.35 8.06c-3.32.15-6.58.58-9.73 1.27l-3.38-7.43-2.58.7.79 8.11zm4.58 50.1a13.96 13.96 0 0 0 0 10.39l-33.88 19.55A52.77 52.77 0 0 1 209 281c0-8.94 2.21-17.37 6.12-24.75L249 275.8v.01zm2-3.47l-33.87-19.56A52.97 52.97 0 0 1 260 228.04v39.1a13.99 13.99 0 0 0-9 5.2zm0 17.32a13.99 13.99 0 0 0 9 5.2v39.1a52.97 52.97 0 0 1-42.87-24.74L251 289.66zm13 5.2a13.99 13.99 0 0 0 9-5.2l33.87 19.56A52.97 52.97 0 0 1 264 333.96v-39.1zm11-8.66a13.96 13.96 0 0 0 0-10.4l33.88-19.55A52.77 52.77 0 0 1 315 281c0 8.94-2.21 17.37-6.12 24.75L275 286.2zm-2-13.86a13.99 13.99 0 0 0-9-5.2v-39.1a52.97 52.97 0 0 1 42.87 24.74L273 272.34zm-57.04-13.3A50.8 50.8 0 0 0 211 281a50.8 50.8 0 0 0 4.96 21.96l30.62-17.68c-.78-2.8-.78-5.76 0-8.56l-30.62-17.68zm4-6.93l30.62 17.68a16.08 16.08 0 0 1 7.42-4.29v-35.35a50.96 50.96 0 0 0-38.04 21.96zm0 57.78A50.96 50.96 0 0 0 258 331.85V296.5a15.98 15.98 0 0 1-7.42-4.29l-30.62 17.68zM266 331.85a50.96 50.96 0 0 0 38.04-21.96l-30.62-17.68a16.08 16.08 0 0 1-7.42 4.29v35.35zm42.04-28.89A50.8 50.8 0 0 0 313 281a50.8 50.8 0 0 0-4.96-21.96l-30.62 17.68c.78 2.8.78 5.76 0 8.56l30.62 17.68zm-4-50.85A50.96 50.96 0 0 0 266 230.15v35.35c2.86.74 5.41 2.25 7.42 4.29l30.62-17.68zM262 290a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm0-2a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM0 242.64l2.76.4 4.75 2.27a38.2 38.2 0 0 1 2.85-3.4l-3.06-4.28-1.69-5.11 3.07-2.58 4.74 2.55 3.69 3.76a37.96 37.96 0 0 1 3.84-2.22l-1.42-5.07.17-5.38 3.76-1.37 3.6 4.02 2.17 4.79c1.42-.34 2.88-.6 4.37-.77L34 225l2-5h4l2 5 .4 5.25c1.49.17 2.95.43 4.37.77l2.18-4.8 3.59-4 3.76 1.36.17 5.38-1.42 5.07c1.33.67 2.6 1.41 3.84 2.22l3.69-3.76 4.74-2.55 3.07 2.58-1.69 5.11-3.06 4.29a38.2 38.2 0 0 1 2.85 3.4l4.75-2.28 5.33-.77 2 3.46-3.33 4.23-4.34 2.98c.59 1.36 1.1 2.75 1.52 4.17l5.23-.52 5.27 1.1.7 3.94-4.58 2.84-5.1 1.31a38.6 38.6 0 0 1 0 4.44l5.1 1.3 4.58 2.85-.7 3.93-5.27 1.1-5.23-.5a36.3 36.3 0 0 1-1.52 4.16l4.34 2.98 3.33 4.23-2 3.46-5.33-.77-4.75-2.27a38.2 38.2 0 0 1-2.85 3.4l3.06 4.28 1.69 5.11-3.07 2.58-4.74-2.55-3.69-3.76a37.96 37.96 0 0 1-3.84 2.22l1.42 5.07-.17 5.38-3.76 1.37-3.6-4.02-2.17-4.79c-1.42.34-2.88.6-4.37.77L42 311l-2 5h-4l-2-5-.4-5.25a37.87 37.87 0 0 1-4.37-.77l-2.18 4.8-3.59 4-3.76-1.36-.17-5.38 1.42-5.07c-1.32-.66-2.6-1.4-3.84-2.22l-3.69 3.76-4.74 2.55-3.07-2.58 1.69-5.11 3.06-4.29a38.2 38.2 0 0 1-2.85-3.4l-4.75 2.28-2.76.4v-8.17l3.1-2.13a37.72 37.72 0 0 1-1.52-4.17l-1.58.16v-8.82l.06-.01a38.6 38.6 0 0 1 0-4.44l-.06-.01v-8.82l1.58.16c.43-1.43.94-2.82 1.52-4.17L0 250.8v-8.17.01zm0 1.87v3.89l5.62 3.84a35.74 35.74 0 0 0-2.55 7.02l-3.07-.3v4.75l2.2.56a36.42 36.42 0 0 0 0 7.46l-2.2.56v4.75l3.07-.3a35.2 35.2 0 0 0 2.55 7.02L0 287.6v3.89l1.76-.26 6.41-3.07c1.4 2.06 3 3.98 4.8 5.71l-4.14 5.78-1.01 3.07 1.22 1.03 2.85-1.52 4.98-5.08c2 1.45 4.16 2.7 6.45 3.73l-1.9 6.84.1 3.23 1.5.55 2.15-2.4 2.94-6.48a35.9 35.9 0 0 0 7.34 1.3L36 311l1.2 3h1.6l1.2-3 .55-7.09a35.9 35.9 0 0 0 7.34-1.29l2.94 6.47 2.15 2.4 1.5-.54.1-3.23-1.9-6.84a35.96 35.96 0 0 0 6.45-3.73l4.98 5.08 2.85 1.52 1.22-1.03-1-3.07-4.15-5.78a35.8 35.8 0 0 0 4.8-5.7l6.4 3.06 3.2.46.8-1.38-2-2.54-5.85-4.01c1.1-2.24 1.95-4.6 2.55-7.02l7.07.7 3.16-.66.28-1.58-2.75-1.7-6.88-1.77c.26-2.48.26-4.98 0-7.46l6.88-1.77 2.75-1.7-.28-1.58-3.16-.66-7.07.7a35.74 35.74 0 0 0-2.55-7.02l5.86-4 2-2.55-.8-1.38-3.2.46-6.41 3.07c-1.4-2.06-3-3.98-4.8-5.71l4.14-5.78 1.01-3.07-1.22-1.03-2.85 1.52-4.98 5.08c-2-1.45-4.16-2.7-6.45-3.73l1.9-6.84-.1-3.23-1.5-.55-2.15 2.4-2.94 6.48a35.9 35.9 0 0 0-7.34-1.3L40 225l-1.2-3h-1.6l-1.2 3-.55 7.09c-2.48.17-4.94.6-7.34 1.29l-2.94-6.47-2.15-2.4-1.5.54-.1 3.23 1.9 6.84a35.96 35.96 0 0 0-6.45 3.73l-4.98-5.08-2.85-1.52-1.22 1.03 1 3.07 4.15 5.78a36.18 36.18 0 0 0-4.8 5.7l-6.4-3.06L0 244.5v.01zM38 272a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-26a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm24 24a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm-24 24a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-24-24a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm24-26a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm26 26a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-26 26a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-26-26a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm3.37 22.63a12 12 0 1 1 16.17-17.74 12 12 0 0 1-16.17 17.74zm0-45.26a12 12 0 1 1 17.74 16.17 12 12 0 0 1-17.74-16.17zm45.26 0a12 12 0 1 1-16.17 17.74 12 12 0 0 1 16.17-17.74zm0 45.26a12 12 0 1 1-17.74-16.17 12 12 0 0 1 17.74 16.17zm-15.56-29.7a10 10 0 1 0 14.39-13.9 10 10 0 0 0-14.39 13.9zm0 14.14a10 10 0 1 0 13.9 14.39 10 10 0 0 0-13.9-14.39zm-14.14 0a10 10 0 1 0-14.39 13.9 10 10 0 0 0 14.39-13.9zm0-14.14a10 10 0 1 0-13.9-14.39 10 10 0 0 0 13.9 14.39zm230.9-245.4l-.08-4.18 1.93-.52 2.04 3.67c1.07-.2 2.16-.35 3.26-.43L270 10h2l1.02 4.07c1.1.08 2.2.22 3.26.43l2.04-3.67 1.93.52-.07 4.19a27 27 0 0 1 3.04 1.26l2.91-3.01 1.74 1-1.16 4.03c.91.62 1.78 1.29 2.61 2l3.6-2.15 1.41 1.41-2.16 3.6c.72.83 1.4 1.7 2 2.6l4.04-1.15 1 1.74-3.01 2.91c.48.98.9 2 1.26 3.04l4.2-.07.5 1.93-3.66 2.04c.2 1.07.35 2.16.43 3.26L303 41v2l-4.07 1.02a26.9 26.9 0 0 1-.43 3.26l3.67 2.04-.52 1.93-4.19-.07a27.82 27.82 0 0 1-1.26 3.04l3.01 2.91-1 1.74-4.03-1.16c-.62.91-1.29 1.78-2 2.61l2.15 3.6-1.41 1.41-3.6-2.16c-.83.72-1.7 1.4-2.6 2l1.15 4.04-1.74 1-2.91-3.01a27 27 0 0 1-3.04 1.26l.07 4.2-1.93.5-2.04-3.66c-1.07.2-2.16.35-3.26.43L272 74h-2l-1.02-4.07a26.9 26.9 0 0 1-3.26-.43l-2.04 3.67-1.93-.52.07-4.19a27.82 27.82 0 0 1-3.04-1.26l-2.91 3.01-1.74-1 1.16-4.03c-.9-.62-1.78-1.29-2.61-2l-3.6 2.15-1.41-1.41 2.16-3.6c-.72-.83-1.4-1.7-2-2.6l-4.04 1.15-1-1.74 3.01-2.91a27 27 0 0 1-1.26-3.04l-4.2.07-.5-1.93 3.66-2.04c-.2-1.07-.35-2.16-.43-3.26L239 43v-2l4.07-1.02c.08-1.1.22-2.2.43-3.26l-3.67-2.04.52-1.93 4.19.07a27 27 0 0 1 1.26-3.04l-3.01-2.91 1-1.74 4.03 1.16c.62-.91 1.29-1.78 2-2.61l-2.15-3.6 1.41-1.41 3.6 2.16c.83-.72 1.7-1.4 2.6-2l-1.15-4.04 1.74-1 2.91 3.01a27 27 0 0 1 3.04-1.26l.01-.01zM271 68a26 26 0 1 0 0-52 26 26 0 0 0 0 52zm0-9a17 17 0 1 1 0-34 17 17 0 0 1 0 34zm0-2a15 15 0 1 0 0-30 15 15 0 0 0 0 30zm0-8a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-2a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-14a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm9 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm-9 9a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-9-9a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm47.93 53.79l-1.8-3.91 1.63-1.18 3.15 2.92c.4-.17.82-.3 1.25-.4L315 89h2l.84 4.21c.43.1.85.24 1.25.4l3.15-2.9 1.62 1.17-1.8 3.9c.3.33.55.69.78 1.06l4.26-.5.62 1.9-3.75 2.1c.04.44.04.87 0 1.31l3.75 2.1-.62 1.9-4.26-.5c-.23.38-.49.74-.77 1.06l1.8 3.91-1.63 1.18-3.15-2.92c-.4.17-.82.3-1.25.4L317 113h-2l-.84-4.21c-.43-.1-.85-.24-1.25-.4l-3.15 2.9-1.62-1.17 1.8-3.9a8.03 8.03 0 0 1-.78-1.06l-4.26.5-.62-1.9 3.75-2.1a8.1 8.1 0 0 1 0-1.31l-3.75-2.1.62-1.9 4.26.5c.23-.38.49-.74.77-1.06zM316 106a5 5 0 1 0 0-10 5 5 0 0 0 0 10zM75.73 179.2l-.6-2.1 1.74-1 1.51 1.57a9.93 9.93 0 0 1 2.1-.55L81 175h2l.53 2.12c.72.1 1.42.3 2.09.55l1.51-1.56 1.74 1-.6 2.1c.56.45 1.07.96 1.52 1.52l2.1-.6 1 1.74-1.56 1.51c.25.67.44 1.37.55 2.1L94 186v2l-2.12.53a9.9 9.9 0 0 1-.55 2.09l1.56 1.51-1 1.74-2.1-.6a9.93 9.93 0 0 1-1.52 1.52l.6 2.1-1.74 1-1.51-1.56c-.67.25-1.37.44-2.1.55L83 199h-2l-.53-2.12c-.71-.1-1.42-.3-2.09-.55l-1.51 1.56-1.74-1 .6-2.1a9.93 9.93 0 0 1-1.52-1.52l-2.1.6-1-1.74 1.56-1.51a9.93 9.93 0 0 1-.55-2.1L70 188v-2l2.12-.53c.1-.72.3-1.42.55-2.09l-1.56-1.51 1-1.74 2.1.6c.45-.56.96-1.07 1.52-1.52v-.01zm2.15.94a8.04 8.04 0 0 0-2.74 2.74l-.14.25a7.96 7.96 0 0 0 0 7.74l.14.25a8.04 8.04 0 0 0 2.74 2.74l.25.14a7.96 7.96 0 0 0 7.74 0l.25-.14a8.04 8.04 0 0 0 2.74-2.74l.14-.25a7.96 7.96 0 0 0 0-7.74l-.14-.25a8.04 8.04 0 0 0-2.74-2.74l-.25-.14a7.96 7.96 0 0 0-7.74 0l-.25.14zM82 193a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm278 3.18l-3.8 5.6-7.18-3.51 2.6-8.07a32.15 32.15 0 0 1-3.07-2.46l-7.27 4.35-5.04-6.22 5.82-6.26c-.64-1.13-1.2-2.3-1.7-3.52l-8.45.73-1.8-7.8 7.95-3.07a32.5 32.5 0 0 1 0-3.9l-7.95-3.07 1.8-7.8 8.45.73a31.7 31.7 0 0 1 1.7-3.52l-5.82-6.26 5.04-6.22 7.27 4.35c.97-.88 2-1.7 3.07-2.46l-2.6-8.07 7.19-3.5 3.79 5.59v64.36zm0-3.53v-57.3l-4.46-6.58-4.1 2 2.53 7.87a30.14 30.14 0 0 0-5.13 4.1l-7.08-4.24-2.88 3.55 5.65 6.09a29.87 29.87 0 0 0-2.82 5.86l-8.24-.7-1.03 4.46 7.73 2.99a30.34 30.34 0 0 0 0 6.5l-7.73 3 1.03 4.45 8.24-.7a29.87 29.87 0 0 0 2.82 5.86l-5.65 6.1 2.88 3.54 7.08-4.23a30.14 30.14 0 0 0 5.13 4.09l-2.54 7.86 4.11 2 4.46-6.57zm0-51.57v5.71l-3.56-3.8a24.94 24.94 0 0 1 3.56-1.91zm0 22.68l-14.17 6.64c-2.5-9.5.77-19.57 8.38-25.78l5.79 10.5v8.64zm0 23.16a25.08 25.08 0 0 1-13.32-13.9l13.32-2.55v16.45zm0-43.64l-.39.2.39.4v-.6zm0 18.29v-2.35l-6.3-11.44a22.93 22.93 0 0 0-6.43 19.76l12.73-5.97zm0 23.15v-12.23l-10.47 2.01A23.1 23.1 0 0 0 360 182.72zM0 129.82l1 1.46a31.8 31.8 0 0 1 3.8-.86L6 122h8l1.2 8.42c1.3.21 2.57.5 3.8.86l4.8-7.06 7.18 3.51-2.6 8.07c1.07.76 2.1 1.58 3.07 2.46l7.27-4.35 5.04 6.22-5.82 6.26c.64 1.13 1.2 2.3 1.7 3.52l8.45-.73 1.8 7.8-7.95 3.07c.08 1.3.08 2.6 0 3.9l7.95 3.07-1.8 7.8-8.45-.73a33.5 33.5 0 0 1-1.7 3.52l5.82 6.26-5.04 6.22-7.27-4.35c-.97.88-2 1.7-3.07 2.46l2.6 8.07-7.19 3.5-4.78-7.05c-1.24.36-2.51.65-3.8.86L14 202H6l-1.2-8.42a31.8 31.8 0 0 1-3.8-.86l-1 1.46v-64.36zm0 3.53v57.3l.2-.29c2.02.7 4.15 1.2 6.34 1.44l1.17 8.2h4.58l1.17-8.2c2.2-.25 4.32-.74 6.35-1.44l4.65 6.87 4.1-2-2.53-7.87a30.14 30.14 0 0 0 5.13-4.1l7.08 4.24 2.88-3.55-5.65-6.09c1.14-1.83 2.1-3.8 2.82-5.86l8.24.7 1.03-4.46-7.73-2.99a30.7 30.7 0 0 0 0-6.5l7.73-3-1.03-4.45-8.24.7a29.87 29.87 0 0 0-2.82-5.86l5.65-6.1-2.88-3.54-7.08 4.23a30.14 30.14 0 0 0-5.13-4.09l2.54-7.86-4.11-2-4.65 6.86a29.82 29.82 0 0 0-6.35-1.44l-1.17-8.2H7.7l-1.17 8.2c-2.2.25-4.32.74-6.35 1.44l-.19-.29H0zm34.17 35.05l-16.26-7.62a7.94 7.94 0 0 0-.8-2.44l8.68-15.72a24.95 24.95 0 0 1 8.38 25.78zm-.85 2.63a25.01 25.01 0 0 1-21.94 15.93l2.23-17.82a8.3 8.3 0 0 0 2.07-1.5l17.64 3.39zM0 139.08A24.92 24.92 0 0 1 10 137c5 0 9.65 1.47 13.56 4l-12.28 13.1a8.06 8.06 0 0 0-2.56 0L0 144.8v-5.72zm0 22.68v-8.65l2.88 5.23c-.4.77-.66 1.59-.79 2.44l-2.09.98zm0 23.16v-16.45l4.32-.83c.6.6 1.3 1.11 2.07 1.5l2.23 17.82c-2.97-.16-5.9-.85-8.62-2.04zM10 156a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM0 141.28v.6l9.48 10.13c.35-.02.7-.02 1.04 0l9.87-10.54A22.9 22.9 0 0 0 10 139c-3.58 0-6.98.82-10 2.28zm0 18.29l.34-.16c.09-.34.2-.67.32-.99l-.66-1.2v2.35zm0 23.15c1.97.95 4.1 1.63 6.34 1.99l-1.8-14.33a11.6 11.6 0 0 1-.83-.6l-3.71.7v12.24zm13.66 1.99a23.03 23.03 0 0 0 16.8-12.21l-14.17-2.72c-.27.21-.55.42-.84.6l-1.79 14.33zm19.07-19.17a22.93 22.93 0 0 0-6.42-19.75l-6.97 12.63c.12.32.23.65.32.99l13.07 6.13zM137.54 360l-4.07-5.7 2.83-2.83 6.73 4.8c.7-.56 1.4-1.11 2.14-1.63l-2.9-7.75 3.46-2 5.25 6.38c.82-.37 1.65-.72 2.5-1.03l-.8-8.22 3.86-1.04 3.43 7.52c.88-.15 1.77-.26 2.67-.35L164 340h4l1.36 8.15c.9.09 1.8.2 2.67.35l3.43-7.52 3.86 1.04-.8 8.22c.85.31 1.68.66 2.5 1.03l5.25-6.38 3.46 2-2.9 7.75c.74.52 1.45 1.07 2.14 1.64l6.73-4.8 2.83 2.82-4.07 5.7h-56.92zm2.43 0h52.06l3.9-5.46-.47-.47-6.63 4.73a34.14 34.14 0 0 0-4.4-3.38l2.86-7.63-.58-.33-5.18 6.29a33.79 33.79 0 0 0-5.12-2.13l.78-8.1-.64-.18-3.37 7.42a34.02 34.02 0 0 0-5.5-.72l-1.35-8.04h-.66l-1.34 8.04c-1.88.1-3.72.33-5.5.72l-3.38-7.42-.64.18.78 8.1a33.88 33.88 0 0 0-5.12 2.13l-5.18-6.29-.58.33 2.86 7.63c-1.56 1-3.03 2.14-4.4 3.38l-6.63-4.73-.47.47 3.9 5.46zm9.75 0a28.83 28.83 0 0 1 13.28-4.85V360h-13.28zm32.56 0H169v-4.85c4.9.5 9.42 2.22 13.28 4.85zm-28.66 0H161v-2.54a26.8 26.8 0 0 0-7.38 2.54zm24.76 0a26.8 26.8 0 0 0-7.38-2.54V360h7.38zM358.79 0h-1.21l1.5 3.28a48.3 48.3 0 0 0-5.8 5.8l-9.38-4.3-1.65 2.26 7 7.58a47.84 47.84 0 0 0-3.74 7.33l-10.24-1.2-.86 2.66 8.99 5.05a47.91 47.91 0 0 0-1.28 8.12L332 38.6v2.8l10.12 2.02c.2 2.78.63 5.5 1.28 8.12l-9 5.05.87 2.66 10.24-1.2c1.04 2.54 2.29 5 3.74 7.33l-7 7.58 1.65 2.26 9.38-4.3a48.3 48.3 0 0 0 5.8 5.8l-4.3 9.38 2.26 1.65 2.96-2.73v2.66l-2.84 2.62-4.85-3.52 4.36-9.5a50.31 50.31 0 0 1-3.95-3.95l-9.5 4.36-3.52-4.85 7.08-7.68a49.83 49.83 0 0 1-2.54-4.98l-10.38 1.21-1.85-5.7 9.11-5.12a49.9 49.9 0 0 1-.87-5.52L330 43v-6l10.25-2.05c.19-1.87.48-3.72.87-5.52l-9.11-5.12 1.85-5.7 10.38 1.21c.75-1.71 1.6-3.37 2.54-4.98l-7.08-7.68 3.52-4.85 9.5 4.36a50.31 50.31 0 0 1 3.95-3.95L355.42 0h3.37zM360 52.7l-6.48 3.74A39.86 39.86 0 0 1 350 40a39.9 39.9 0 0 1 3.52-16.44L360 27.3v25.4zm0-39.16v4.52l-2.47-1.43c.77-1.07 1.6-2.1 2.47-3.09zm0 52.92c-.87-.99-1.7-2.02-2.47-3.1l2.47-1.42v4.52zm0-16.07V29.61l-5.5-3.18a37.91 37.91 0 0 0 0 27.14l5.5-3.18zM62.42 360h2.16l3.11-6.78-4.85-3.52-7.68 7.08a49.83 49.83 0 0 0-4.98-2.54l1.21-10.38-5.7-1.85-5.12 9.11a49.9 49.9 0 0 0-5.52-.87L33 340h-6l-2.05 10.25c-1.85.19-3.7.48-5.52.87l-5.12-9.11-5.7 1.85 1.21 10.38c-1.71.75-3.37 1.6-4.98 2.54L0 352.32v5.17-2.5l4.62 4.26a47.84 47.84 0 0 1 7.33-3.74l-1.2-10.24 2.66-.86 5.05 8.99a47.91 47.91 0 0 1 8.12-1.28L28.6 342h2.8l2.02 10.12c2.78.2 5.5.63 8.12 1.28l5.05-9 2.66.87-1.2 10.24c2.54 1.04 5 2.29 7.33 3.74l7.58-7 2.26 1.65-2.8 6.1zM360 244.51l-1.44-.2-.8 1.38 2 2.54.24.17v-3.89zm0 14.45l-4-.4-3.16.66-.28 1.58 2.75 1.7 4.69 1.2v-4.74zm0 13.33l-4.7 1.2-2.74 1.71.28 1.58 3.16.66 4-.4v-4.75zm0 15.31l-.24.17-2 2.54.8 1.38 1.44-.2v-3.89zm0 5.76l-2.57.37-2-3.46 3.33-4.23 1.24-.85v8.17zm0-14.31l-3.65.36-5.27-1.1-.7-3.94 4.58-2.84 5.04-1.3v8.82zm0-13.28l-5.04-1.3-4.58-2.84.7-3.93 5.27-1.1 3.65.35v8.82zm0-14.96l-1.24-.85-3.33-4.23 2-3.46 2.57.37v8.17zm0 101.5V360h-4.58l-3.11-6.78 4.85-3.52 2.84 2.62v-.01zm0 2.67l-2.96-2.73-2.26 1.65 2.8 6.1H360v-5.02z'%3E%3C/path%3E%3C/svg%3E");
  z-index: 999;
  text-align: center;
  padding: 2rem 0 3.5rem;
  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: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 .hd {
  width: 72.8571428571%;
}
#menu .nav_a1 li .sec1 .hd .as1 li {
  width: 33.3333333333%;
}
#menu .nav_a1 li .sec1 .hd .as1 li a {
  display: block;
  color: #707070;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 0.35rem 0;
}
#menu .nav_a1 li .sec1 .hd .as1 li a:hover {
  color: #19993F;
}
#menu .nav_a1 li .sec1 .bd {
  width: 24.2857142857%;
}
#menu .nav_a1 li .sec1 .bd .as2 li {
  border: 1px solid #DFDFDF;
  border-radius: 1.875rem;
  overflow: hidden;
}
#menu .nav_a1 li .sec1 .bd .as2 li img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#menu .nav_a1 li .sec1 .bd .as2 li: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);
}
#menu .nav_a1 li:hover .sec{
    opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
      transform: translateX(-50%) translateY(0);
}
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #19993F;
}
#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: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #19993F;
  font-weight: 500;
}

.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%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  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: 34px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Barlow";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.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 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.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: 500 1.125rem/60px "helvetica";
  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: "Barlow";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Barlow";
  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 */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 7;  
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 1.25rem/1.25em "Barlow";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 700 4.375rem/1.1em "Barlow";
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0;
  margin-right: 1.25rem;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span {
    margin-right: 0.6rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 400 0.875rem/1.5em "Barlow";
  margin-top: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.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 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.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 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #888888;
  font-size: 1.125rem;
  line-height: 1.5555em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 .tit1 {
  color: #00A040;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.title1 .tit2 {
  color: #434343;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .title1 .tit2 {
    font-size: 1.8rem;
  }
}
.title1.ta {
  text-align: center;
}
.title1.bs .tit2 {
  color: #fff;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.gongt-jt > div {
  background: #fff;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gongt-jt > div i {
  color: #D0D0D0;
  font-size: 1rem;
}
.gongt-jt > div:hover {
  background: #00A040;
  border-color: #00A040;
}
.gongt-jt > div:hover i {
  color: #fff;
}

.cont1 {
  background: #EFF1ED;
  padding: 6.0625rem 0 4.25rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .title1 {
  width: 30%;
}
@media (max-width: 768px) {
  .cont1 .title1 {
    width: 100%;
  }
}
.cont1 .p1 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .cont1 .p1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont1 .a1_v1 {
  margin-top: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont {
  background: #FFFFFF;
  border-radius: 1.875rem;
  display: block;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont .imgdt {
  -webkit-mask-image: url(../images/service-mask-img.svg);
          mask-image: url(../images/service-mask-img.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
       -o-transform: scale(1.01);
          transform: scale(1.01);
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont .imgdt>div{
    background: #fff;
    padding: 14%;
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont .imgdt img {
  width: 100%;
  aspect-ratio: 381/348;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont .tit {
  color: #888888;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2.1875rem 1em 2rem;
  line-height: 1.25em;
  height: 2.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont .tit {
    font-size: 1.125rem;
    margin: 1rem 1em 1.5rem;
  }
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont:hover {
  background: #00A040;
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.img-cont:hover .tit {
  color: #FFFFFF;
}
.cont1 .a1_v1 .a1_v1c1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_v1c1 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1_v1 .a1_v1c1 .swiper-pagination {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: rgba(136, 136, 136, 0.2);
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_v1c1 .swiper-pagination {
    height: 1px;
  }
}
.cont1 .a1_v1 .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #00A040;
  height: 5px;
  top: -2px;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    top: -1px;
  }
}
.cont1 .a1_v1 .a1_v1c1 .gongt-jt .swiper-button-next1 {
  margin-left: 1rem;
}

.cont2 .a2v1 .a2b1 {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 img {
  width: 100%;
}
.cont2 .a2v1 .a2b2 {
  width: 50%;
  padding: 2rem 13.5416666667% 2rem 3.9895833333%;
}
@media (max-width: 1366px) {
  .cont2 .a2v1 .a2b2 {
    padding: 2rem 5.78125% 2rem 3.9895833333%;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    padding: 2rem 4%;
    width: 100%;
  }
}
.cont2 .a2v1 .a2b2 .p1 {
  margin-top: 1rem;line-height: 1.35em;
}
.cont2 .a2v1 .a2b2 .a2b2c1 li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2c1 li {
    margin-top: 1rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .img {
  width: 3.875rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2c1 li .img {
    width: 2.5rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .img img {
  width: 100%;
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .cont-p {
  width: -webkit-calc(96% - 3.875rem);
  width: -moz-calc(96% - 3.875rem);
  width: calc(96% - 3.875rem);
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .cont-p .p2 {
        line-height: 1.35em;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2c1 li .cont-p {
    width: 100%;
    margin-top: 0.65rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2c1 li .cont-p .tit {
  color: #888888;
  font-size: 1.25rem;
  font-weight: 700;
}

.cont3 {
  background: #EFF1ED;
  padding: 8.375rem 0;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
  }
}
.cont3 .a3_list1 {
  padding: 0 6%;
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3_list1 li {
  width: 26.517571885%;
  background: #fff;
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li {
    width: 70%;
    margin: 0 auto;
  }
  .cont3 .a3_list1 li + li {
    margin-top: 4rem;
  }
}
.cont3 .a3_list1 li .tia1 {
  position: absolute;
  right: 0;
  top: 0;
  background: #00A040;
  border: 0.1875rem solid #fff;
  width: 6.1875rem;
  height: 6.1875rem;
  border-radius: 50%;
}
@media (max-width: 990px) {
  .cont3 .a3_list1 li .tia1 {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 450px) {
     .cont3 .a3_list1 li .tia1 {
    width: 4rem;
    height: 4rem;
  }
}
.cont3 .a3_list1 li .tia1 img {
  width: 60%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont3 .a3_list1 li .process-content {
  width: 100%;
  padding: 0 3%;
  text-align: center;
}
.cont3 .a3_list1 li .process-content .tit {
  color: #434343;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li .process-content .tit {
    font-size: 1.25rem;
  }
}
.cont3 .a3_list1 li .process-content .p {
  padding: 0 8%;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li .process-content .p {
    padding: 0 5%;
    margin-top: 0.5rem;
  }
}
.cont3 .a3_list1 li i {
  display: block;
  position: absolute;
  right: -6.5rem;
  top: 50%;
  width: 5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li i {
    width: 2rem;
    right: 50%;
    margin-right: -1rem;
    top: auto;
    bottom: -2.7rem;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.cont3 .a3_list1 li i img {
  width: 100%;
}
.cont3 .a3_list1 li:last-child i {
  display: none;
}
.cont3 .a3_list1 li:hover .tia1 img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.cont4 .a4v1 {
  position: relative;
}
.cont4 .a4v1 .title1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 10rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .title1 {
    position: static;
    padding: 2rem 0 1rem;
  }
  .cont4 .a4v1 .title1 .tit2 {
    color: #434343;
  }
  .cont4 .a4v1 .title1 .tit2 br {
    display: none;
  }
}
.cont4 .a4v1 .a4v1-list1 li img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4v1-list1 li img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont4 .a4v1 .a4v1-list2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cont4 .a4v1 .a4v1-list2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4v1-list2 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    height: 33.3333333333%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.cont4 .a4v1 .a4v1-list2 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.cont4 .a4v1 .a4v1-list2 li .cont-p {
  padding: 0 6%;
  color: #FFFFFF;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.cont4 .a4v1 .a4v1-list2 li .cont-p u {
  display: block;
  width: 4.125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4v1-list2 li .cont-p u {
    width: 3.5rem;
  }
}
.cont4 .a4v1 .a4v1-list2 li .cont-p u img {
  width: 100%;
}
.cont4 .a4v1 .a4v1-list2 li .cont-p .tit {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4v1-list2 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.cont4 .a4v1 .a4v1-list2 li .cont-p .pasta {
  visibility: hidden;
}
.cont4 .a4v1 .a4v1-list2 li .cont-p .pasta p {
  font-size: 1.125rem;
  line-height: 1.555em;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4v1-list2 li .cont-p .pasta p {
    font-size: 1rem;
  }
}
.cont4 .a4v1 .a4v1-list2 li .cont-p .pasta a.more1 {
  display: block;
  width: 3.0625rem;
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4v1-list2 li .cont-p .pasta a.more1 {
    margin-top: 1rem;
    width: 2.5rem;
  }
}
.cont4 .a4v1 .a4v1-list2 li .cont-p .pasta a.more1 img {
  width: 100%;
}
.cont4 .a4v1 .a4v1-list2 li.on {
  background: rgba(0, 160, 64, 0.8);
}
.cont4 .a4v1 .a4v1-list2 li.on .cont-p {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4v1-list2 li.on .cont-p {
    margin-bottom: 3rem;
  }
}
.cont4 .a4v1 .a4v1-list2 li.on .cont-p .pasta {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
}

.cont5 {
  padding-top: 7.625rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding-top: 2.5rem;
  }
}
.cont5 .a5_v1 {
  position: relative;
  z-index: 1;
}
.cont5 .a5_v1 .a5_b1 {
  width: 49.7857142857%;
}
@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 {
    width: 100%;
  }
}
.cont5 .a5_v1 .a5_b1 .a5_c1 img {
  width: 100%;
}
.cont5 .a5_v1 .a5_b1 .a5_c1 .a5_d1 {
  width: 73.7446197991%;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 .a5_c1 .a5_d1 {
    border-radius: 1rem;
  }
}
.cont5 .a5_v1 .a5_b1 .a5_c1 .a5_d2 {
  width: 57.962697274%;
  border: 0.25rem solid #fff;
  border-radius: 1.875rem;
  position: absolute;
  right: 0;
  bottom: -4.375rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 .a5_c1 .a5_d2 {
    border-radius: 1rem;
  }
}
.cont5 .a5_v1 .a5_b1 .a5_c1 .a5_d3 {
  width: 16.7862266858%;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.cont5 .a5_v1 .a5_b2 {
  width: 40.9285714286%;
}
@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 {
    width: 100%;
    margin-top: 4rem;
  }
}
.cont5 .a5_v1 .a5_b2 .p1 {
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 .p1 {
    margin: 0.75rem 0 1rem;
  }
}
.cont5 .a5_b1list1 {
  background: #00A040;
  padding-top: 12.5rem;
  padding-bottom: 4.25rem;
  margin-top: -5rem;
  -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .cont5 .a5_b1list1 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cont5 .a5_b1list1 li {
    width: 50%;
    padding: 0.65rem 0;
  }
}
.cont5 .a5_b1list1 li u {
  display: block;
  font-size: 0;
  width: 5.875rem;
}
@media (max-width: 768px) {
  .cont5 .a5_b1list1 li u {
    width: 3.5rem;
  }
}
.cont5 .a5_b1list1 li u img {
  width: 100%;
}
.cont5 .a5_b1list1 li .cont-p {
  margin-left: 1.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .cont5 .a5_b1list1 li .cont-p {
    margin-left: 0;
    width: -webkit-calc(100% - 4.5rem);
    width: -moz-calc(100% - 4.5rem);
    width: calc(100% - 4.5rem);
  }
}
.cont5 .a5_b1list1 li .cont-p .tit {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont5 .a5_b1list1 li .cont-p .tit {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.cont5 .a5_b1list1 li .cont-p p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont5 .a5_b1list1 li .cont-p p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15em;
  }
}

.cont6 {
  padding: 8.125rem 0 6.25rem;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 2rem 0;
  }
}
.cont6 .title1 {
  width: 39.2857142857%;
}
@media (max-width: 768px) {
  .cont6 .title1 {
    width: 100%;
  }
}
.cont6 .p1 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .cont6 .p1 {
    width: 100%;
    margin-top: 1rem;
  }
}

.a6_v1 .mySwiper2 {
  padding: 0 28.6458333333%;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .a6_v1 .mySwiper2 {
    margin-top: 1.5rem;
    padding: 0 10.4166666667%;
  }
}
.a6_v1 .mySwiper2 .swiper-slide a.img-cont {
  position: relative;
}
.a6_v1 .mySwiper2 .swiper-slide a.img-cont .img {
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .a6_v1 .mySwiper2 .swiper-slide a.img-cont .img {
    border-radius: 1rem;
  }
}
.a6_v1 .mySwiper2 .swiper-slide a.img-cont .img img {
  width: 100%;
}
.a6_v1 .mySwiper2 .swiper-slide a.img-cont .tit {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  opacity: 0;
}
@media (max-width: 768px) {
  .a6_v1 .mySwiper2 .swiper-slide a.img-cont .tit {
    font-size: 1.25rem;
    bottom: 1.5rem;
  }
}
.a6_v1 .mySwiper2 .swiper-slide.swiper-slide-active a.img-cont .tit {
  opacity: 1;
}
.a6_v1 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .a6_v1 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.a6_v1 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.625rem;
  border: 1px solid #00A040;
}
@media (max-width: 768px) {
  .a6_v1 .swiper-pagination1 span {
    margin: 0 0.25rem;
  }
}
.a6_v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #00A040;
}

.cont7 {
  background: #EFF1ED;
  padding: 6rem 0 3.625rem;
}
@media (max-width: 768px) {
  .cont7 {
    padding: 2.5rem 0;
  }
}
.cont7 .a7v1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont7 .a7v1 {
    margin-top: 0.5rem;
  }
}
.cont7 .a7v2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont7 .a7v2 {
    margin-top: 1.5rem;
  }
}

.a7_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .a7_list1 {
    display: block;
  }
}
.a7_list1 li {
  border-radius: 1.875rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .a7_list1 li {
    margin-top: 1.25rem;
  }
}
.a7_list1 li a.img-cont {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.a7_list1 li a.img-cont .imgdt {
  -webkit-mask-image: url(../images/service-mask-img1.svg);
          mask-image: url(../images/service-mask-img1.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
       -o-transform: scale(1.01);
          transform: scale(1.01);
}
.a7_list1 li a.img-cont .imgdt img {
  width: 100%;
  aspect-ratio: 440/295.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.a7_list1 li a.img-cont .imgdt img {
  width: 100%;
}
.a7_list1 li .cont-p {
  padding: 0.25rem 7% 2.5rem;
}
.a7_list1 li .cont-p .data {
  color: #00A040;
  font-size: 1rem;
  line-height: 1.5em;
}
.a7_list1 li .cont-p .tit {
  color: #434343;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 0.25rem;
  display: block;
}
@media (max-width: 768px) {
  .a7_list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.a7_list1 li .cont-p .tit:hover {
  color: #00A040;
}
.a7_list1 li .cont-p .p1 {
  color: #777777;
  margin-top: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.footer-ticker {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .footer-ticker {
    padding: 1rem 0;
  }
}
.footer-ticker .scrolling-ticker-box {
  --gap: 1.875rem;
  --accent-color: rgba(0, 160, 64, 0.4);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.footer-ticker .scrolling-ticker-box .scrolling-content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-animation: scroll 50s linear infinite;
     -moz-animation: scroll 50s linear infinite;
       -o-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.footer-ticker .scrolling-ticker-box .scrolling-content span {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 1.1em;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  font-weight: 700;
  -webkit-text-stroke-color: var(--accent-color);
  stroke: var(--accent-color);
}
@media (max-width: 768px) {
  .footer-ticker .scrolling-ticker-box .scrolling-content span {
    font-size: 3rem;
  }
}
.footer-ticker .scrolling-ticker-box .scrolling-content span:after {
  content: "/";
  margin-left: 1.875rem;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@-moz-keyframes scroll {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-100% - var(--gap)));
         transform: translateX(calc(-100% - var(--gap)));
  }
}

@-o-keyframes scroll {
  from {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    -o-transform: translateX(calc(-100% - var(--gap)));
       transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-100% - var(--gap)));
       -moz-transform: translateX(-moz-calc(-100% - var(--gap)));
         -o-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.icon-tuite:before {
  content: "\e62a" !important;
  font-family: "iconfont" !important;
}

.foot-fot {
  position: relative;
  border-top: 0.5rem solid #00A040;
  background: #323232;
}
.foot-fot .foota1 {
  position: relative;
  padding: 3.0625rem 0 4.1875rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foota1-a1 {
  border-bottom: 0.25rem solid #fff;
  padding: 2.25rem 0;
}
.foot-fot .foota1 .foota1-a1 .dlogo img {
  height: 2.625rem;
}
.foot-fot .foota1 .foota1-a1 .social-share p {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-right: 1em;
}
.foot-fot .foota1 .foota1-a1 .social-share a {
  background: #FFFFFF;
  color: #323232;
  font-size: 1.125rem;
  width: 2.3125rem;
  line-height: 2.3125rem;
  height: 2.3125rem;
  border: none;
}
.foot-fot .foota1 .foota1-a1 .social-share a:hover {
  color: #fff;
  background: #00A040;
}
.foot-fot .foota1 .foota1-a2 {
  margin-top: 2.5rem;
}
.foot-fot .foota1 .foota1-a2 .fo-a1 {
  width: 43.9285714286%;
}
.foot-fot .foota1 .foota1-a2 .fo-a2 {
  width: 29.4285714286%;
}
.foot-fot .foota1 .foota1-a2 .fo-a2 .dsecb li .iamsgh {
  width: 1.25rem;
}
.foot-fot .foota1 .foota1-a2 .fo-a2 .dsecb li .iamsgh img {
  width: 100%;
}
.foot-fot .foota1 .foota1-a2 .fo-a2 .dsecb li .cont-b {
  width: -webkit-calc(98% - 1.25rem);
  width: -moz-calc(98% - 1.25rem);
  width: calc(98% - 1.25rem);
}
.foot-fot .foota1 .foota1-a2 .fo-a3 {
  width: 20.3571428571%;
}
.foot-fot .foota1 .foota1-a2 .fo-a3 form {
  margin-top: 1rem;
}
.foot-fot .foota1 .foota1-a2 .fo-a3 form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  padding: 0 1em;
  background: transparent;
}
.foot-fot .foota1 .foota1-a2 .fo-a3 form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota1 .foota1-a2 .fo-a3 form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota1 .foota1-a2 .fo-a3 form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota1 .foota1-a2 .fo-a3 form button {
  width: 100%;
  border: none;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  background: #00A040;
  margin-top: 1.125rem;
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 600 1.25rem/1.5em "Barlow";
  text-transform: capitalize;
}
.foot-fot .foota1 .foot-tit::after {
  content: "";
  width: 1em;
  height: 2px;
  background: #00A040;
  display: block;
  margin-top: 0.5rem;
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 400 1rem/1.625em "Barlow";
}
.foot-fot .foota1 .dseca a:hover {
  color: #fff;
}
.foot-fot .foota1 .dseca .cont-b {
  color: rgba(255, 255, 255, 0.6);
  font: 400 1rem/1.625em "Barlow";
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.5);
  font: 400 0.875rem/1.65em "Barlow";
  padding: 0.8em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  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 > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  line-height: 3.5rem;
  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 .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 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.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:nth-child(1) > a {
  background: #00A040;
}
.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);
}

/*内页css*/
.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: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

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

.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: #19993F;
  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-color: #19993F;
  border-color: #19993F;
  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: 2rem 0;
  }
}

.pager li {
  display: inline-block;
  margin: 0 0.25rem;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
  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;
}
.pager li.on > a{
    background: #19993F;
    color: #fff;
}
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background: #19993F;
    color: #fff;
}

.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: transparent;
}

.ajhhsd {
  color: rgba(51, 51, 51, 0.6);
  font: 500 1rem/2rem "Barlow";
  padding: 1.15em 0;
  text-transform: capitalize;
}
@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: rgba(51, 51, 51, 0.6);
}
.ajhhsd a:hover {
  color: #19993F;
}

.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: 500 1.25rem/4rem "Barlow";
  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: 500 1.6rem/4rem "Barlow";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.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: 500 1.25rem/1.35em "Barlow";
  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: #19993F;
  font: 500 1rem/1.5em "Barlow";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Barlow";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Barlow";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Barlow";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.nbanner .nbanner-wen1 .tit {
  font: 700 4.375rem/1.125em "Barlow";
  text-transform: uppercase;
  padding: 0 1%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .tit {
    font-size: 2rem;
    padding: 0;
  }
}
.nbanner .ajhhsd {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nbanner .ajhhsd {
    font-size: 1rem;
  }
}
.nbanner .ajhhsd span {
  padding: 0 0.5rem;
}
.nbanner .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.nbanner .mbxdh {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .nbanner .mbxdh {
    bottom: 1rem;
  }
}
.nbanner .mbxdh .ny-nav {
  text-align: center;
}
@media (max-width: 768px) {
  .nbanner .mbxdh .ny-nav {
    overflow-y: auto;
    white-space: nowrap;
  }
}
.nbanner .mbxdh .ny-nav li {
  display: inline-block;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .nbanner .mbxdh .ny-nav li {
    padding: 0 0.65em;
  }
}
.nbanner .mbxdh .ny-nav li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: 1.25rem;
  position: relative;
  padding: 0.4rem 0;
}
.nbanner .mbxdh .ny-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  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);
}
.nbanner .mbxdh .ny-nav li a:hover, .nbanner .mbxdh .ny-nav li a.active {
  color: #fff;
}
.nbanner .mbxdh .ny-nav li a:hover::after, .nbanner .mbxdh .ny-nav li a.active::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 6.25rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Barlow";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #19993F;
  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);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #19993F;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 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, #abt6 {
  height: 6.25rem;
  margin-top: -6.25rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-tit .tit {
  color: #434343;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}
.ny-tit.ta {
  text-align: center;
}
.ny-tit.bs .tit {
  color: #fff;
}

.abt-cont1 {
  position: relative;
  padding: 8rem 0 3.75rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #00A040;
  -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  z-index: -1;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 38.2142857143%;
  color: #00A040;
  font-size: 5.625rem;
  line-height: 1.05em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
    font-size: 2.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 54.9285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .gong-p {
  margin-top: 0.65rem;
}
.abt-cont1 .abt-a1v2 {
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  overflow: hidden;
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 {
    margin-top: 1.5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.abt-cont1 .abt-a1v2 img {
  width: 100%;
}
.abt-cont1 .a5_b1list1 li {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont1 .a5_b1list1 li {
    width: 50%;
    padding: 0.65rem 0;
    padding-top: 1.5rem;
  }
}
.abt-cont1 .a5_b1list1 li u {
  display: block;
  font-size: 0;
  width: 5.875rem;
}
@media (max-width: 768px) {
  .abt-cont1 .a5_b1list1 li u {
    width: 3.5rem;
  }
}
.abt-cont1 .a5_b1list1 li u img {
  width: 100%;
}
.abt-cont1 .a5_b1list1 li .cont-p {
  margin-left: 1.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .abt-cont1 .a5_b1list1 li .cont-p {
    margin-left: 0;
    width: -webkit-calc(100% - 4.5rem);
    width: -moz-calc(100% - 4.5rem);
    width: calc(100% - 4.5rem);
  }
}
.abt-cont1 .a5_b1list1 li .cont-p .tit {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont1 .a5_b1list1 li .cont-p .tit {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.abt-cont1 .a5_b1list1 li .cont-p p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont1 .a5_b1list1 li .cont-p p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15em;
  }
}

.abt-cont2 {
  background: #EFF1ED;
  padding: 4.75rem 0 6.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
}
.abt-cont2 .abt-a2_list1 li {
  width: 48.5714285714%;
  background: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem 4%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li {
    width: 100%;
    margin-top: 1.25rem;
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.abt-cont2 .abt-a2_list1 li .img {
  width: 3.875rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .img {
    width: 3rem;
  }
}
.abt-cont2 .abt-a2_list1 li .img img {
  width: 100%;
}
.abt-cont2 .abt-a2_list1 li .cont-p {
  width: -webkit-calc(95% - 3.875rem);
  width: -moz-calc(95% - 3.875rem);
  width: calc(95% - 3.875rem);
  color: #888888;
  font-size: 1.5rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p {
    font-size: 1.125rem;
    width: -webkit-calc(95% - 3rem);
    width: -moz-calc(95% - 3rem);
    width: calc(95% - 3rem);
  }
}

.abt-cont3 {
  padding: 5.625rem 0 2.8125rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0 2.5rem;
  }
}
.abt-cont3 .abt-a3v1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .abt-a3v1 iframe {
  aspect-ratio: 16/7;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 iframe {
    aspect-ratio: 16/16;
  }
}

.abt-cont4 {
  padding: 12.3125rem 0 11.375rem;
  background: url(../images/asjx1.svg) no-repeat center bottom #EFF1ED;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 3rem 0 1rem;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
  }
}
.abt-cont4 .abt-a4v1 {
  margin-top: 3.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .asjx {
  position: absolute;
  left: -4%;
  width: 108%;
  bottom: 4.6rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .asjx {
    bottom: 3.75rem;
  }
}
.abt-cont4 .abt-a4v1 .asjx img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p {
  padding: 0 13.2142857143%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p {
    padding: 0;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p .data {
  color: #00A040;
  font-size: 5.5rem;
  line-height: 1em;
  font-weight: 700;
  width: 12.75rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p .data {
    width: auto;
    font-size: 4rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p .data::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #EFF1ED;
  width: 3.25rem;
  height: 3.25rem;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p .data::after {
    width: 2rem;
    height: 2rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p .p1 {
  color: #777777;
  width: -webkit-calc(98% - 12.75rem);
  width: -moz-calc(98% - 12.75rem);
  width: calc(98% - 12.75rem);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper5 .swiper-slide .cont-p .p1 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper6 {
  padding: 1rem 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper6 {
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper6 .swiper-slide .cont-p .data {
  text-align: center;
  color: #A4A4A4;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper6 .swiper-slide .cont-p .data {
    font-size: 1.25rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper6 .swiper-slide .cont-p .data::before {
  content: "";
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  margin: 0 auto;
  background: #323232;
  border-radius: 50%;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper6 .swiper-slide .cont-p .data::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper6 .swiper-slide.swiper-slide-thumb-active .cont-p .data {
  color: #00A040;
}
.abt-cont4 .abt-a4v1 .mySwiper6 .swiper-slide.swiper-slide-thumb-active .cont-p .data::before {
  background: #00A040;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.abt-cont5 {
  padding: 12.5rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2rem 0;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 {
  width: 50.7142857143%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 {
    width: 100%;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .p1 {
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 .p1 {
    padding: 1rem 0;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .p1 p {
  position: relative;
  padding-left: 1em;
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 {
  width: 47.5%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 li {
  width: 47.2180451128%;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 li img {
  width: 100%;
}

.abt-cont6 {
  background: #EFF1ED;
  padding: 7rem 0 12.9375rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 88%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 88%);
}
@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2rem 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 98%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 98%);
  }
}
.abt-cont6 .abt-sort1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-sort1 {
    margin-top: 1.5rem;
  }
}
.abt-cont6 .abt-sort1 li {
  display: block;
  color: #00A040;
  font-size: 1.125rem;
  line-height: 1.65em;
  padding: 0.75rem 0;
  width: 15rem;
  text-align: center;
  border: 1px solid #00A040;
  border-radius: 2rem;
  margin: 0 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-sort1 li {
    margin: 0 0.35rem;
    width: 12rem;
    font-size: 1rem;
    line-height: 1.4em;
  }
}
.abt-cont6 .abt-sort1 li:hover, .abt-cont6 .abt-sort1 li.on {
  background: #00A040;
  color: #fff;
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-sort2 .abt-sort2_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.8rem;
  }
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga {
  display: block;
  position: relative;
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga u {
  display: block;
  font-size: 0;
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga u img {
  width: 100%;
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga .ascot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 64, 0.9);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga .ascot p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25em;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga .ascot p {
    font-size: 1.25rem;
  }
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga .ascot i {
  display: block;
  font-size: 0;
  width: 1.5rem;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li a.imga .ascot i img {
  width: 100%;
}
.abt-cont6 .abt-sort2 .abt-sort2_list1 li:hover a.imga .ascot {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.abt-cont7 {
  padding: 1.625rem 0 10rem;
}
@media (max-width: 768px) {
  .abt-cont7 {
    padding: 1rem 0 2rem;
  }
}
.abt-cont7 .mySwiper7 {
  margin-top: 1.25rem;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .abt-cont7 .mySwiper7 {
    margin-top: 0;
    padding: 0 1px;
  }
}
.abt-cont7 .mySwiper7 a.img {
  display: block;
  border: 1px solid #D3D3D3;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.05);
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .abt-cont7 .mySwiper7 a.img {
    margin-top: 1rem;
    border-radius: 1rem;
  }
}
.abt-cont7 .mySwiper7 a.img img {
  width: 100%;
}
.abt-cont7 .mySwiper7 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .abt-cont7 .mySwiper7 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.abt-cont7 .mySwiper7 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.625rem;
  border: 1px solid #00A040;
}
@media (max-width: 768px) {
  .abt-cont7 .mySwiper7 .swiper-pagination1 span {
    margin: 0 0.25rem;
  }
}
.abt-cont7 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #00A040;
}

.list-product > li {
  padding: 13.375rem 0 11.125rem;
}
@media (max-width: 768px) {
  .list-product > li {
    padding: 2.5rem 0;
  }
}
.list-product > li:nth-child(2n-1) {
  background: #EFF1ED;
}
.list-product > li .co-a1 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .list-product > li .co-a1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.list-product > li .co-a1 .p1 {
  margin: 0.5rem 0 1rem;
}
.list-product > li .co-a1 .asxa li {
  position: relative;
}
.list-product > li .co-a1 .asxa li:not(:last-child) {
  border-bottom: 1px solid #CFD0CF;
}
.list-product > li .co-a1 .asxa li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #00A040;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.4s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.list-product > li .co-a1 .asxa li a {
  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;
  position: relative;
  padding: 1.5rem 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .list-product > li .co-a1 .asxa li a {
    padding: 1rem 0;
  }
}
.list-product > li .co-a1 .asxa li a i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .list-product > li .co-a1 .asxa li a i {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.325rem;
  }
}
.list-product > li .co-a1 .asxa li a i img {
  width: 25%;
}
.list-product > li .co-a1 .asxa li a p {
  width: -webkit-calc(96% - 1.875rem);
  width: -moz-calc(96% - 1.875rem);
  width: calc(96% - 1.875rem);
  color: #434343;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .list-product > li .co-a1 .asxa li a p {
    font-size: 1.125rem;
    width: -webkit-calc(96% - 1.5rem);
    width: -moz-calc(96% - 1.5rem);
    width: calc(96% - 1.5rem);
  }
}
.list-product > li .co-a1 .asxa li:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.list-product > li .co-a1 .asxa li:hover a i {
  background: #19993F;
}
.list-product > li .co-a1 .asxa li:hover a i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.list-product > li .co-a1 .asxa li:hover a p {
  color: #19993F;
}
.list-product > li .co-a1 a.more-b {
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .list-product > li .co-a1 a.more-b {
    margin-top: 0.35rem;
  }
}
.list-product > li .co-a2 {
  width: 46.2142857143%;
}
@media (max-width: 768px) {
  .list-product > li .co-a2 {
    width: 100%;
  }
}
.list-product > li .co-a2 .img {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .list-product > li .co-a2 .img {
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.08);
  }
}
.list-product > li .co-a2 .img img {
  width: 100%;
}

.cp-show-cont1 {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .cp-show-cont1 {
    padding: 2rem 0;
  }
}
.cp-show-cont1 .cp-show-a1v1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 {
    margin-top: 1.5rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 {
  width: 46.2142857143%;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 5%;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .swiper-pagination1 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  z-index: 1;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.35rem;
  border: 1px solid #00A040;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .swiper-pagination1 span {
    margin: 0 0.25rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #00A040;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .gongt-jt > div {
  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: 1;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .gongt-jt > div.swiper-button-prev1 {
  left: 3%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .gongt-jt > div.swiper-button-next1 {
  right: 3%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p2 {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p2 {
    margin-top: 1.25rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p2 a + a {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p2 a + a {
    margin-left: 1rem;
  }
}

.cp-show-cont2 {
  padding: 6.5625rem 0;
}
@media (max-width: 768px) {
  .cp-show-cont2 {
    padding: 2rem 0;
  }
}
.cp-show-cont2 .cp-show-a2v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2v1 {
    margin-top: 1rem;
  }
}
.cp-show-cont2 .cp-show-a2v1 .cp-show-a2b1 {
  width: 46.2142857143%;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2v1 .cp-show-a2b1 {
    width: 100%;
  }
}
.cp-show-cont2 .cp-show-a2v1 .cp-show-a2b1 p {
  color: #888888;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0.4rem 0;
  position: relative;
  padding-left: 1em;
  font-weight: 400;
}
.cp-show-cont2 .cp-show-a2v1 .cp-show-a2b1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.heng1 {
  display: block;
  font-size: 0;
}
.heng1 img {
  width: 100%;
}

.cp-show-a2v2 {
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .cp-show-a2v2 {
    margin-top: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.08);
  }
}

.cp-show-a2v3 .tit {
  color: #434343;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 2rem 0 0.5rem;
}
@media (max-width: 768px) {
  .cp-show-a2v3 .tit {
    padding: 1rem 0 0.5rem;
    font-size: 1.5rem;
  }
}

.cp-show-cont3 {
  background: #EFF1ED;
  padding: 7.0625rem 0;
}
@media (max-width: 768px) {
  .cp-show-cont3 {
    padding: 2.25rem 0;
  }
}
.cp-show-cont3 .cp-show-a3_list1 {
  border-bottom: 1px solid #B7BEBA;
  margin-top: 1.25rem;
}
.cp-show-cont3 .cp-show-a3_list1 li {
  color: #888888;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem 0;
  line-height: 1.2em;
  margin: 0 1em;
  position: relative;
}
@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 li {
    padding: 0.75rem 0;
    margin: 0 0.5em;
  }
}
.cp-show-cont3 .cp-show-a3_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #19993F;
  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);
}
.cp-show-cont3 .cp-show-a3_list1 li:hover, .cp-show-cont3 .cp-show-a3_list1 li.on {
  color: #19993F;
}
.cp-show-cont3 .cp-show-a3_list1 li:hover::after, .cp-show-cont3 .cp-show-a3_list1 li.on::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cp-show-cont3 .cp-show-a3_list2c1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list2c1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
.cp-show-cont3 .cp-show-a3_list2c1 li a.imga {
  display: block;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 1rem 3%;
}
@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list2c1 li a.imga {
    border-radius: 1rem;
    height: 100%;
  }
}
.cp-show-cont3 .cp-show-a3_list2c1 li a.imga u {
  display: block;
  font-size: 0;
  padding: 3%;
  overflow: hidden;
}
.cp-show-cont3 .cp-show-a3_list2c1 li a.imga u img {
  width: 100%;
}
.cp-show-cont3 .cp-show-a3_list2c1 li a.imga .cont-p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4em;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list2c1 li a.imga .cont-p {
    font-size: 1.125rem;
    padding: 0.65rem 0;
  }
}
.cp-show-cont3 .cp-show-a3_list2c1 li a.imga .cont-p .tit {
  color: #00A040;
  font-weight: 600;
}
.cp-show-cont3 .cp-show-a3_list2c1 li a.imga .cont-p .ftit {
  color: #888888;
}

.cp-show-cont4 {
  padding: 5.75rem 0;
  display: none;
}
@media (max-width: 768px) {
  .cp-show-cont4 {
    padding: 2.25rem 0;
  }
}
.cp-show-cont4 .cp-show-a4_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  margin-top: 3.3125rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .cp-show-a4_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cp-show-cont4 .cp-show-a4_list1 li {
  border: 1px solid #D4D4D4;
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 1.5rem 1.7rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .cp-show-a4_list1 li {
    border-radius: 1rem;
    padding: 1rem;
  }
}
.cp-show-cont4 .cp-show-a4_list1 li .imga {
  overflow: hidden;
  display: block;
}
.cp-show-cont4 .cp-show-a4_list1 li .imga img {
  width: 100%;
}
.cp-show-cont4 .cp-show-a4_list1 li p {
  color: #888888;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .cp-show-a4_list1 li p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.cp-show-cont5 {
  /*background: #EFF1ED;*/
  padding: 5rem 0 4.375rem;
}
@media (max-width: 768px) {
  .cp-show-cont5 {
    padding: 2rem 0;
  }
}

.cp-show1-cont1 {
  padding: 3.75rem 0 7.1875rem;
}
@media (max-width: 768px) {
  .cp-show1-cont1 {
    padding: 2rem 0;
  }
}
.cp-show1-cont1 .cp-show1-a1v1 {
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 4.5rem;
  background: #fff;
  text-align: center;
}
.cp-show1-cont1 .cp-show1-a1v1 img{
    width: auto;
}
@media (max-width: 768px) {
  .cp-show1-cont1 .cp-show1-a1v1 {
    margin-top: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.08);
  }
}
.cp-show1-cont1 .cp-show1-a1-tit {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show1-cont1 .cp-show1-a1-tit {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}
.cp-show1-cont1 .paggs {
  margin-top: 3rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .cp-show1-cont1 .paggs {
    margin-top: 1.5rem;
  }
}
.cp-show1-cont1 .paggs table {
  min-width: 768px;
  border-color: #E7E7E7;
}
.cp-show1-cont1 .paggs table tr {
  border-color: #E7E7E7;
}
.cp-show1-cont1 .paggs table tr td {
  text-align: center;
  vertical-align: middle;
  border-color: #E7E7E7;
  color: #808080;
  font-size: 1rem;
}
.cp-show1-cont1 .paggs table thead tr td {
  color: #fff;
  background: #00A040;
}
.cp-show1-cont1 .paggs table tbody tr:nth-child(2n-1) {
  background: #EFF1ED;
}

.cp-show1-cont2 {
  background: #EFF1ED;
  padding: 7.25rem 0 5.5rem;
}
@media (max-width: 768px) {
  .cp-show1-cont2 {
    padding: 2rem 0;
  }
}
.cp-show1-cont2 .cp-show1a2v1 {
  position: relative;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .cp-show1-cont2 .cp-show1a2v1 {
    margin-top: 1.5rem;
  }
}
.cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga {
  display: block;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 1rem 3%;
}
@media (max-width: 768px) {
  .cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga {
    border-radius: 1rem;
    height: 100%;
  }
}
.cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga u {
  display: block;
  font-size: 0;
  padding: 3%;
  overflow: hidden;
}
.cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga u img {
  width: 100%;
}
.cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga .cont-p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4em;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga .cont-p {
    font-size: 1.125rem;
    padding: 0.65rem 0;
  }
}
.cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga .cont-p .tit {
  color: #00A040;
  font-weight: 600;
}
.cp-show1-cont2 .cp-show1a2v1 .mySwiper4 .swiper-slide a.imga .cont-p .ftit {
  color: #888888;
}
.cp-show1-cont2 .cp-show1a2v1 .swiper-pagination1 {
  text-align: center;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .cp-show1-cont2 .cp-show1a2v1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.cp-show1-cont2 .cp-show1a2v1 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.35rem;
  border: 1px solid #00A040;
}
@media (max-width: 768px) {
  .cp-show1-cont2 .cp-show1a2v1 .swiper-pagination1 span {
    margin: 0 0.25rem;
  }
}
.cp-show1-cont2 .cp-show1a2v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #00A040;
}

.dow-cont1 {
  padding: 4.6875rem 0;
}
@media (max-width: 768px) {
  .dow-cont1 {
    padding: 2rem 0;
  }
}
.dow-cont1 .dow-list1 {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 990px) {
  .dow-cont1 .dow-list1 {
    grid-template-columns: repeat(2, 1fr); gap: 1.125rem;         
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .dow-cont1 .dow-list1 {
    grid-template-columns: repeat(1, 1fr); gap: 1rem;
  }
}
.dow-cont1 .dow-list1 li {
  /*width: 48.5714285714%;*/
  background: #EFF1ED;
  border-radius: 1.25rem;
  /*margin-top: 2.625rem;*/
  padding: 4.5%;
}
@media (max-width: 768px) {
  .dow-cont1 .dow-list1 li {
    width: 100%;
    /*margin-top: 1.25rem;*/
    border-radius: 1rem;
    padding: 1.25rem;
  }
}
.dow-cont1 .dow-list1 li .img {
  width: 37.0689655172%;
}
.dow-cont1 .dow-list1 li .img img {
  width: 100%;
}
.dow-cont1 .dow-list1 li .cont-p {
  width: 55.5172413793%;
}
.dow-cont1 .dow-list1 li .cont-p .tit {
  color: #434343;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .dow-cont1 .dow-list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.dow-cont1 .dow-list1 li .cont-p .p {
  color: #6D6D6D;
  font-size: 1.25rem;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .dow-cont1 .dow-list1 li .cont-p .p {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}

.dow-cont2 {
  padding: 4.6875rem 0 6.875rem;
}
@media (max-width: 768px) {
  .dow-cont2 {
    padding: 2rem 0;
  }
}
.dow-cont2 .ss-forea {
  width: 47.8571428571%;
  margin: 0 auto;
  border-radius: 1.875rem;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .dow-cont2 .ss-forea {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.dow-cont2 .ss-forea input {
  width: -webkit-calc(100% - 8.75rem);
  width: -moz-calc(100% - 8.75rem);
  width: calc(100% - 8.75rem);
  color: #333;
  font-size: 1.25rem;
  text-indent: 1.5em;
  line-height: 3.75rem;
  border: none;
}
.dow-cont2 .ss-forea input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #BABABA;
}
.dow-cont2 .ss-forea input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #BABABA;
}
.dow-cont2 .ss-forea input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #BABABA;
}
.dow-cont2 .ss-forea input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BABABA;
}
@media (max-width: 768px) {
  .dow-cont2 .ss-forea input {
    font-size: 1rem;
    line-height: 3rem;
    width: -webkit-calc(100% - 6rem);
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
  }
}
.dow-cont2 .ss-forea .input-btn {
  width: 8.75rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 3.75rem;
  border: none;
  background: #00A040;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .dow-cont2 .ss-forea .input-btn {
    font-size: 1rem;
    line-height: 3rem;
    width: 6rem;
  }
}
.dow-cont2 .dow-list2a1 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .dow-cont2 .dow-list2a1 {
    margin-top: 1.8rem;
  }
}
.dow-cont2 .dow-list2a1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #EFF1ED;
  border-top: 0.25rem solid #00A040;
  padding: 1.5rem 0;
  color: #808080;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .dow-cont2 .dow-list2a1 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    padding: 0.75rem 0;
    font-size: 1.125rem;
    border-top: 0.2rem solid #00A040;
  }
}
.dow-cont2 .dow-list2a1 li:nth-child(1) {
  -webkit-flex: inherit;
     -moz-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: left;
  padding-left: 10%;
  width: 35%;
}
@media (max-width: 768px) {
  .dow-cont2 .dow-list2a1 li:nth-child(1) {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .dow-cont2 .dow-list2a2 li {
    border-bottom: 1px solid #333;
  }
}
.dow-cont2 .dow-list2a2 li > div {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.125rem 0;
}
@media (max-width: 768px) {
  .dow-cont2 .dow-list2a2 li > div {
    padding: 0.75rem 0;
  }
}
.dow-cont2 .dow-list2a2 li > div a {
  color: #808080;
}
.dow-cont2 .dow-list2a2 li > div a i {
  font-size: 1.8rem;
  margin-right: 1em;
  color: #D9D9D9;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .dow-cont2 .dow-list2a2 li > div a i {
    font-size: 1.25rem;
  }
}
.dow-cont2 .dow-list2a2 li > div a:hover {
  color: #00A040;
}
.dow-cont2 .dow-list2a2 li > div a:hover i {
  color: #00A040;
}
.dow-cont2 .dow-list2a2 li > div.as1 {
  -webkit-flex: inherit;
     -moz-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: left;
  padding-left: 2%;
  width: 35%;
}
@media (max-width: 768px) {
  .dow-cont2 .dow-list2a2 li > div.as1 {
    width: 100%;
  }
}
.dow-cont2 .dow-list2a2 li > div.as1 img {
  width: 1.375rem;
  margin-right: 1rem;
}

.contact-cont1 .contact-a1b1 {
  width: 50%;
  padding: 4.625rem 5.4285714286% 4.625rem 13.5416666667%;
  background: #00A040;
}
@media (max-width: 1366px) {
  .contact-cont1 .contact-a1b1 {
    padding: 4.625rem 5.4285714286% 4.625rem 5.78125%;
  }
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b1 {
    padding: 2rem 4%;
    width: 100%;
  }
}
.contact-cont1 .contact-a1b1 .contact-a1b1c1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b1 .contact-a1b1c1 {
    margin-top: 1rem;
  }
}
.contact-cont1 .contact-a1b1 .contact-a1b1c1 dl {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b1 .contact-a1b1c1 dl {
    margin-top: 0.5rem;
  }
}
.contact-cont1 .contact-a1b1 .contact-a1b1c1 dl dt {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b1 .contact-a1b1c1 dl dt {
    line-height: 1.25em;
  }
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b1 .contact-a1b1c1 dl dd {
    padding: 0.25rem 0;
  }
}
.contact-cont1 .contact-a1b1 .contact-a1b1c1 dl dd img {
  width: 1.25rem;
}
.contact-cont1 .contact-a1b1 .contact-a1b1c1 dl dd p {
  width: -webkit-calc(100% - 1.875rem);
  width: -moz-calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
  padding-left: 0.625rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b1 .contact-a1b1c1 dl dd p {
    line-height: 1.25em;
  }
}
.contact-cont1 .contact-a1b2 {
  width: 50%;
  padding: 4.625rem 13.5416666667% 4.625rem 5.4285714286%;
  background: #EFF1ED;
}
@media (max-width: 1366px) {
  .contact-cont1 .contact-a1b2 {
    padding: 4.625rem 5.78125% 4.625rem 5.4285714286%;
  }
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b2 {
    padding: 2rem 4%;
    width: 100%;
  }
}
.contact-cont1 .contact-a1b2 form {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b2 form {
    margin-top: 0.5rem;
  }
}
.contact-cont1 .contact-a1b2 form .content dl{
     width: 48.0769230769%;
  margin-top: 1.5rem;
}
.contact-cont1 .contact-a1b2 form .content input {
  width: 100%;
  border: 1px solid #D9D9D9;
  font-size: 1rem;
  line-height: 3.75rem;
  border-radius: 1.875rem;
  background: #fff;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
    .contact-cont1 .contact-a1b2 form .content dl{
    margin-top: 1rem;
    width: 100%;
    }
  .contact-cont1 .contact-a1b2 form .content input {
    line-height: 3.125rem;
  }
}
.contact-cont1 .contact-a1b2 form .content .wejsdx textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 1.875rem;
  background: #fff;
  padding: 1em 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b2 form .content .wejsdx textarea {
    margin-top: 1rem;
    border-radius: 1rem;
    padding: 0.75em 1.5rem;
  }
}
.contact-cont1 .contact-a1b2 form .content .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .contact-cont1 .contact-a1b2 form .content .more-b {
    margin-top: 1rem;
  }
}
.emptydiv{
    padding: 4rem 0;
    text-align: center;
    width: 100%;
}
.contact-cont2 {
  padding: 3.9375rem 0;
}
@media (max-width: 768px) {
  .contact-cont2 {
    padding: 2rem 0;
  }
}
.contact-cont2 .contact-a2v1 {
  margin-top: 2.75rem;
  padding: 0 5.4375rem;
}
@media (max-width: 768px) {
  .contact-cont2 .contact-a2v1 {
    margin-top: 1.5rem;
    padding: 0;
  }
}

.news-cont1 {
  background: #EFF1ED;
  padding: 5.3125rem 0 6.25rem;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 2rem 0;
  }
}
.news-cont1 .a7_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .news-cont1 .a7_list1 {
    margin-top: 1.5rem;
  }
}

.news-cont2 .more {
  margin: 4.75rem 0;
}
@media (max-width: 768px) {
  .news-cont2 .more {
    margin: 2rem 0;
  }
}
.news-cont2 .more .more-b {
  padding: 0.6rem 3.5rem;
}
.news-cont2 .news-list li {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li {
    margin-top: 1.5rem;
  }
}
.news-cont2 .news-list li .data {
  text-align: center;
  width: 10.3571428571%;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .data {
    display: none;
  }
}
.news-cont2 .news-list li .data b {
  display: block;
  color: transparent;
  font-size: 5.625rem;
  line-height: 1.05em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BABABA;
}
.news-cont2 .news-list li .data p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.4em;
}
.news-cont2 .news-list li a.img {
  display: block;
  width: 22.1428571429%;
  padding-bottom: 16.4285714286%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.img {
    width: 100%;
    padding-bottom: 74.1935483871%;
  }
}
.news-cont2 .news-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-cont2 .news-list li a.img img {
  width: 100%;
}
.news-cont2 .news-list li .cont-p {
  width: 58.2857142857%;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-cont2 .news-list li .cont-p a.name {
  display: block;
  color: #434343;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
.news-cont2 .news-list li .cont-p a.name:hover {
  color: #00A040;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-cont2 .news-list li .cont-p .p1 {
  color: #777777;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.65rem 0 1.25rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .p1 {
    margin: 0.5rem 0 1rem;
  }
}
.news-cont2 .news-list li .cont-p .xw-more {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.25rem 0;
}
.news-cont2 .news-list li .cont-p .xw-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00A040;
  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);
}
.news-cont2 .news-list li .cont-p .xw-more:hover {
  color: #00A040;
}
.news-cont2 .news-list li .cont-p .xw-more:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.news-cont2 .news-list li:hover .data b {
  color: #00A040;
  -webkit-text-stroke-color: #00A040;
}

.news-show-cont1 .xw-tit {
  color: #111111;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.125em;
  border-bottom: 1px solid #00A040;
  padding: 0.5rem 0 2rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .xw-tit {
    font-size: 1.8rem;
    padding: 0 0 1.25rem;
  }
}
.news-show-cont1 .xw-data {
  padding: 1.5rem 0 2rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .xw-data {
    padding: 1rem 0 1.25rem;
  }
}
.news-show-cont1 .xw-data .social-share a {
  background: #F6F6F6;
  color: #323232;
  font-size: 1.125rem;
  width: 2.3125rem;
  line-height: 2.3125rem;
  height: 2.3125rem;
  border: none;
}
.news-show-cont1 .xw-data .social-share a:hover {
  color: #fff;
  background: #00A040;
}
.news-show-cont1 .xw-data .data {
  color: #7E7E7E;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.news-show-cont1 .news-show-a1v1 {
  padding-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 {
    padding-bottom: 1rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 {
  width: 65.2142857143%;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b1 {
    width: 100%;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .content {
  color: #777777;
  font-size: 1rem;
  line-height: 1.75em;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b1 .content {
    padding-bottom: 1.25rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .content img {
  width: 100%;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b1 .content img {
    border-radius: 1rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain {
  border-top: 1px solid #DADADA;
  padding: 1rem 0;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain a {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain a:hover {
  color: #00A040;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain a i {
  font-size: 0.75rem;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 {
  width: 30%;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 {
    width: 100%;
    display: none;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .tit {
  color: #333333;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li {
  border-bottom: 1px solid #F6F6F6;
  padding: 2rem 0;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data {
  text-align: center;
  width: 26.6666666667%;
  border-right: 1px solid #F6F6F6;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data {
    display: none;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data b {
  display: block;
  color: transparent;
  font-size: 3.125rem;
  line-height: 1.05em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BABABA;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data p {
  color: #8A8A8A;
  font-size: 0.75rem;
  line-height: 1.4em;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p {
  width: 67.619047619%;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p a.name {
  display: block;
  color: #434343;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p a.name:hover {
  color: #00A040;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.25rem 0;
  margin-top: 0.25rem;
  display: inline-block;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00A040;
  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);
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more:hover {
  color: #00A040;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li:hover .data b {
  color: #00A040;
  -webkit-text-stroke-color: #00A040;
}
.page404 .ys404{
    font-size: 5.5rem;
    font-weight: 700;
}
.page404 h1{
    font-size: 2rem;
}
.honner-cont1 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .honner-cont1 {
    padding: 2rem 0;
  }
  .page404 .ys404{
    font-size: 2rem;
}
.page404 h1{
    font-size: 1.5rem;
}
}
.honner-cont1 .honner-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1280px) {
  .honner-cont1 .honner-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .honner-cont1 .honner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.honner-cont1 .honner-list li a.imga {
  display: block;
}
.honner-cont1 .honner-list li a.imga img {
  width: 100%;
}
.error{
    color: #f00;
}