:root {
  --head: 6.875vw;
  --color: #77CE85;
}

.co-h {
  color: #C5C5C9;
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-lv2 {
  color: #084119;
}

.co-lv3 {
  color: #0E2517;
}

.blackHead2 .head-zhanwei {
  height: var(--head);
}

.h-full {
  height: 100%;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

svg {
  display: block;
}

#svgbox {
  display: none;
}

.svgTransiton * {
  transition: all ease .3s;
}

.C-btn {
  padding: 0.572vw 1.77vw;
  border-radius: 100px;
}

.C-btn.theme1 {
  border: 2px solid #084119;
  color: #084119;
  background: rgba(0, 0, 0, 0.10);
}

.C-btn.theme1:hover {
  border: 2px solid #ffffff;
  color: #084119;
  background: #ffffff;
}

.C-btn.theme2 {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.10);
}

.C-btn.theme2:hover {
  border: 2px solid #ffffff;
  color: #084119;
  background: #ffffff;
}

.C-btn.theme3 {
  border: 2px solid #53B36E;
  background: #E8F4F1;
  color: #53B36E;
}

.C-btn.theme3:hover {
  border: 2px solid #53B36E;
  background: #53B36E;
  color: #ffffff;
}

.C-btn.theme4 {
  border: 2px solid #000;
  color: #000;
  background: rgba(0, 0, 0, 0.10);
}

.C-btn.theme4:hover {
  border: 2px solid #000;
  color: #ffffff;
  background: #000;
}

/* -----------------------------------------head,foot-------------------------------------- */
.head1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--head);
  z-index: 50;
  color: #fff;
  transition: all ease .3s;
}

.head1 .C-wrap2 {
  height: 100%;
}

.isback .head1 {
  opacity: 0;
  pointer-events: none;
}

.blackHead .head1 {
  background: #fff;
  color: #000;
  box-shadow: 0 0 0.208vw #999;
}

.blackHead2 .head1 {
  /* background: #fff; */
  color: #333;
}

.head1 .logo {
  width: 7.968vw;
  margin-right: 2.604vw;
}

.head1 .menu {
  gap: 1.458vw;
}

.head1 .link>a {
  padding: 0.521vw;
  border-radius: 20px;
  line-height: 1;
}

.head1 .link:hover>a,
.head1 .link.on>a {
  /* background: rgba(119, 206, 133, 0.59); */
  background: rgba(0, 0, 0, 0.1);
}

.head1 .link .down {
  position: absolute;
  left: 18.906vw;
  top: 4.792vw;
  width: 64.219vw;
  padding: 1.563vw 2.344vw 3.333vw 1.563vw;
  border-radius: 29px;
  color: #000;
  background: rgba(255, 255, 255, 0.90);
  display: flex;
  flex-wrap: wrap;

  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.head1 .link:hover .down {
  opacity: 1;
  pointer-events: visible;
}

.head1 .link .down::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.042vw;
  bottom: 100%;
  left: 0;
  position: absolute;
}

.head1 .link .down .zuo {
  width: 14.063vw;
}

.head1 .link .down .zuo a {
  display: block;
  width: 100%;
  line-height: 1.1;
  padding: 1.563vw 0;
  border-bottom: 1px solid #6B6B6B;
}

.head1 .link .down .zuo a:hover {
  color: var(--color);
}

.head1 .link .down .zuo a:last-child {
  border: none;
}

.head1 .link .down .you {
  flex: 1;
  padding-top: 2.76vw;
}

.head1 .link .down .you .pic {
  width: 20.469vw;
}

.head1 .you {
  margin-left: auto;
  gap: 1.458vw;
}

.head1 .you .icon {
  width: 1.25vw;
}

.hoverImgSwitch img:nth-child(2) {
  display: none;
}

/* .hoverImgSwitch:hover img:nth-child(1) {
  display: none;
}

.hoverImgSwitch:hover img:nth-child(2) {
  display: block;
} */

.blackHead .hoverImgSwitch img:nth-child(1) {
  display: none;
}

.blackHead .hoverImgSwitch img:nth-child(2) {
  display: block;
}

.blackHead2 .hoverImgSwitch img:nth-child(1) {
  display: none;
}

.blackHead2 .hoverImgSwitch img:nth-child(2) {
  display: block;
}

.head1 .you .btn {
  cursor: pointer;
}

.head1 .you .btn .close {
  display: none;
  width: 100%;
  width: 1.25vw;
}

.head1 .you .btn .close img {
  width: 100%;
}

.head1 .you .btn.on .icon {
  display: none;
}

.head1 .you .btn.on .close {
  display: block;
}

.head-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 69.17%, rgba(0, 0, 0, 0.20) 94.72%);
  backdrop-filter: blur(0.625vw);
  display: none;
}

.head-mask.on {
  display: block;
}

.headxf {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.90);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
  height: calc(100vh - var(--head));
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.headxf.on {
  opacity: 1;
  pointer-events: visible;
}

.head2 .zuo {
  padding: 6.875vw 3.75vw 0 4.063vw;
  width: 33.229vw;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.80);
}

.head2 .zuo .t1 {
  letter-spacing: -0.3.906vw;
}

.head2 .zuo .t2 {
  margin: 1.823vw 0 1.302vw;
}

.head2 .you {
  flex: 1;
  padding: 5.104vw 4.427vw;
}

.head2 .you .form1 {
  width: 36.458vw;
  height: 2.083vw;
  border-bottom: 1px solid #6B6B6B;
}

.head2 .you .form1 .icon {
  width: 1.25vw;
}

.head2 .you .form1 input {
  display: block;
  flex: 1;
  height: 100%;
  padding: 0 1.042vw;
  border: none;
  background: transparent;
  font-size: inherit;
}

.head2 .you .form2 {
  gap: 0.833vw;
}

.head2 .you .form2 .type-sel {
  min-width: 7.813vw;
  background: #FFF;
  position: relative;
}

.head2 .you .form2 .type-sel .simulate {
  padding: 0.469vw 0.469vw 0.469vw 0.938vw;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.head2 .you .form2 .type-sel .simulate::after {
  content: '';
  display: block;
  width: 0.781vw;
  height: 0.417vw;
  margin-left: 1.042vw;
  background: url('/img/head2-2.svg') no-repeat center/contain;
}

.head2 .you .form2 .type-sel.on .simulate::after {
  transform: rotate(180deg);
}

.head2 .you .form2 .type-sel .options {
  padding: 0 0.938vw 0.781vw;
  color: #333;
  border: 1px solid #000;
  border-top: none;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  margin-top: -0.052vw;
  line-height: 1.7;
  display: none;
}

.head2 .you .form2 .type-sel:hover .options {
  display: block;
}

.head2 .you .form2 .type-sel .options label {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.365vw;
  border-bottom: 1px solid #C6C6C6;
  cursor: pointer;
}

.head2 .you .form2 .type-sel .options label:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}

.head2 .you .form2 .type-sel .options label .name {
  flex: 1;
}

.head2 .you .form2 .type-sel .options .kuang {
  content: '';
  display: block;
  width: 0.833vw;
  height: 0.833vw;
  margin-left: 0.521vw;
  background: url('/img/head2-4.svg') no-repeat center/contain;
}

.head2 .you .form2 .type-sel .options input {
  display: none;
}

.head2 .you .form2 .type-sel .options input:checked+.kuang {
  background: url('/img/head2-4-h.svg') no-repeat center/contain;
}

.head2 .you .language-list {
  margin-top: 1.563vw;
  height: 60vh;
}

.head2 .you .language-list a {
  width: 100%;
  padding: 2.396vw 0 0.313vw;
  border-bottom: 1px solid #CACACA;
  color: #333;
  transition: all ease .3s;
}

.head2 .you .language-list a:hover {
  border-bottom: 1px solid var(--color);
}

.head2 .you .language-list a:hover .t1 {
  color: var(--color);
}

.head2 .you .language-list .t1 {
  flex: 1;
  transition: all ease .3s;
}

.head2 .you .language-list .jt .icon {
  width: 0.833vw;
  margin-left: 0.625vw;
}

.head3 {
  padding: 15.104vw 13.542vw 0 17.708vw;
}

.head3 .form3 {
  padding: 0.365vw 0;
  border-bottom: 1px solid #6B6B6B;
  position: relative;
}

.head3 .icon {
  width: 2.083vw;
}

.head3 input {
  display: block;
  flex: 1;
  height: 2.083vw;
  padding: 0 1.042vw;
  border: none;
  background: transparent;
  font-size: inherit;
}

.head3 .value-tip {
  position: absolute;
  left: 1.875vw;
  top: 100%;
  margin-top: 0.156vw;
  padding: 0.833vw 0.781vw;
  color: #333;
  gap: 0.469vw;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.80);
  display: none;
}

.head3 .value-tip::before {
  content: '';
  display: block;
  width: 1.146vw;
  height: 1.146vw;
  background: url('/img/head3-1.svg') no-repeat center/contain;
  position: absolute;
  left: 0.99vw;
  top: -0.521vw;
}

.head3 .value-tip p {
  cursor: pointer;
}

.head3 .value-tip p:hover {
  color: var(--color);
}

.search-form {
  position: absolute;
  right: 3.645vw;
  width: 7.968vw;
  transform: scaleX(0);
  transform-origin: left;
  transition: all ease .3s;
}

.search-form.on {
  transform: scaleX(1);
}

.search-form input {
  width: 100%;
  border: none;
  padding: 0.156vw 0;
  color: #fff;
  font-size: inherit;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.blackHead .search-form input {
  color: #000;
  border-bottom: 1px solid #000;
}

.blackHead2 .search-form input {
  color: #000;
  border-bottom: 1px solid #000;
}





footer {
  background: #222B27;
}

.foot1 {
  padding: 3.645vw 11.822vw 7.083vw 12.5vw;
}

.foot1 .zuo {
  width: 28.541vw;
}

.foot1 .zuo .logo {
  width: 6.666vw;
}

.foot1 .zuo .t1 {
  margin: 1.354vw 0;
}

.foot1 .foot-link {
  gap: 3.645vw;
}

.foot1 .foot-link a {
  display: block;
  width: 100%;
  margin-bottom: 2.5vw;
}

.foot1 .foot-link a:hover {
  color: #8BFFC7;
}

.foot2 {
  padding: 0 0 0.833vw;
}

.foot2 .you {
  gap: 0.677vw;
}

.foot2 a:hover {
  color: #8BFFC7;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 52;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.mask.on {
  display: block;
}

.foot3 {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1.041vw;
  z-index: 55;

  width: 56.041vw;
  padding: 2.083vw 3.02vw 2.447vw 2.083vw;
  border-radius: 20px;
  background: #595959;
  display: none;
}

.foot3.on {
  display: flex;
}

.foot3 .zuo {
  width: 39.791vw;
}

.foot3 .zuo .t2 a {
  color: #8BFFC7;
}


.foot3 .radio-group {
  margin-top: 1.927vw;
  color: #53B36E;
  gap: 2.968vw;
}

.foot3 .radio-group label {
  cursor: pointer;
}

.foot3 .radio-group label input {
  display: none;
}

.foot3 .radio-group label .mode {
  width: 0.729vw;
  height: 0.729vw;
  margin-right: 0.937vw;
  background: url('/img/foot3-1.svg') no-repeat center/contain;
}

.foot3 .radio-group label input:checked+.mode {
  background: url('/img/foot3-2.svg') no-repeat center/contain;
}

.foot3 .radio-group label span {
  text-decoration: underline;
}

.foot3 .you {
  padding-left: 1.77vw;
  flex: 1;
  gap: 1.979vw;
}

.foot3 .you .C-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all ease .3s;
}

.foot3 .close {
  width: 1.041vw;
  height: 1.041vw;
  position: absolute;
  right: 1.041vw;
  top: 0.937vw;
  cursor: pointer;
  background: url('/img/foot3-3.svg') no-repeat center/contain;
}








/* -----------------------------------------注释-------------------------------------- */
.home1 .intr {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 69.17%, rgba(0, 0, 0, 0.20) 94.72%);
}

.home1 .intr .t1 {
  margin: 0 0 0.677vw;
  width: 52.083vw;
  line-height: 1.2;
  text-transform: uppercase;
}

.home1 .intr .t1 span {
  color: #81F18E;
}

.home1 .scroll-down {
  width: 2.604vw;
  position: absolute;
  bottom: 6.77vw;
  left: 50%;
  z-index: 4;
  animation: key1 ease 3s infinite;
}

@keyframes key1 {
  0% {
    transform: translate(-50%, 0);
  }

  40% {
    transform: translate(-50%, 1.041vw);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.home2 {
  padding: 0 0 3.75vw;
}

.home-title {
  color: #084119;
  position: relative;
}

.home2 .main {
  margin-top: 4.844vw;
  gap: 1.719vw;
}

.home2 .col {
  width: calc(33.3% - 1.146vw);
  gap: 2.083vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home2 .ev {
  display: block;
  width: 100%;
  background: #F0F3F0;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease 0.5s;
  position: relative;
}

.home2 .ev:hover {
  background: #DAFADB;
  transform: scale(1.09) translateY(-1.354vw);
  box-shadow: 0vw 0.625vw 2.604vw #A8A8A8;
  z-index: 5;
}

.home2 .ev .intr {
  padding: 1.25vw;
}

.home2 .ev .tag {
  color: #828281;
  line-height: 1.8;
  padding: 0.104vw 0.417vw;
  border: 1px solid #828281;
  border-radius: 50px;
  transition: all ease .3s;
}

.home2 .ev .t1 {
  margin: 0.833vw 0;
  transition: all ease .3s;
}

.home2 .ev .t2 {
  font-weight: 300;
  color: #868686;
}

.home2 .ev .t3 {
  color: #868686;
  margin-top: 1.25vw;
}

.home2 .ev:hover .tag {
  color: #fff;
  background: #77CE85;
  border: 1px solid #77CE85;
}

.home2 .ev:hover .t1 {
  color: #398B46;
}

.home3 .main {
  padding: 2.604vw 8.958vw 9.687vw;
  overflow: hidden;
  position: relative;
}

.home3 .main .line {
  position: absolute;
  left: 0;
  top: 8.333vw;
  width: 100%;
  overflow: hidden;
}

.home3 .main .line svg {
  display: block;
}

.home3 .swiper-slide {
  width: 20.833vw;
  text-align: center;
  opacity: 0.4;
  transition: all ease .3s;
  cursor: pointer;
}

.home3 .swiper-slide-active {
  opacity: 1;
}

.home3 .swiper-slide .t1 {
  color: #64CA6F;
}

.home3 .swiper-slide .icon {
  width: 2.604vw;
  margin: 2.188vw auto 1.146vw;
  transition: all ease .3s;
  transform: scale(0.5);
}

.home3 .swiper-slide-active .icon {
  transform: scale(1);
}

.home3 .swiper-slide .t2 {
  color: #64CA6F;
  margin-bottom: 0.521vw;
}

.home3 .swiper-slide .top {
  transform: translateY(1.302vw);
  transition: all ease .3s;
}

.home3 .swiper-slide .bottom {
  transform: translateY(-0.521vw);
  transition: all ease .3s;
}

.home3 .swiper-slide-active .top {
  transform: translateY(0);
}

.home3 .swiper-slide-active .bottom {
  transform: translateY(0);
}

.swbtn1 {
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;

  --bgfill: #DAFADB;
  --stroke: #3BB763;
  --fill: #151E1B;
  opacity: 0.5;
  cursor: pointer;
  z-index: 20;
}

.swbtn1:hover {
  --bgfill: #53B36E;
  --stroke: #3BB763;
  --fill: #ffffff;
  opacity: 1;
}

.swbtn1 svg {
  width: 100%;
  height: 100%;
}

.home3 .swbtn1 {
  top: 4.635vw;
  margin: 0 1.562vw;
}

.home3 .swbtn1.prev {
  right: 100%;
}

.home3 .swbtn1.next {
  left: 100%;
}

.home4 {
  position: relative;
  padding: 7.552vw 0;
  background: #EDF8F0;
}

.home4 .zuo {
  position: relative;
  z-index: 5;
}

.home4 .zuo .t1 {
  width: 46.25vw;
}

.home4 .zuo .t2 {
  margin-top: 2.5vw;
  width: 59.062vw;
}

.home4 .you {
  position: absolute;
  right: 0;
  top: 4.583vw;
  z-index: 3;
}

.home4 .you .pic {
  width: 50vw;
}

.home5 {
  padding: 8.333vw 0 12.239vw;
}

.home5 .title .t1 {
  width: 14.687vw;
}

.home5 .title .t2 {
  width: 44.583vw;
}

.home5 .list {
  margin-top: 4.375vw;
  gap: 2.5vw;
}

.home5 .list .ev {
  width: calc((100% - 7.5vw) / 4);
  padding: 2.916vw 1.25vw 2.083vw;
  border-radius: 16px;
  border: 1px solid #00845F;
  background: #FFF;
  color: #108131;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.home5 .list .ev .hpic {
  height: 4.166vw;
  margin: 0 auto 1.458vw;
}

.home6 {
  padding: 0 3.125vw 13.958vw;
  gap: 5.52vw;
}

.home6 .ev {
  width: 100%;
  border-radius: 20px;
  min-height: 36.458vw;
  position: sticky;
  left: 0;
  top: var(--head);
  overflow: hidden;
}

.home6 .ev:nth-child(1) {
  background: #D3EDDB;
  color: #084119;
  --theme: #084119;
  --line: #DBDBDB;
  --left1: 9.166vw;
  --left2: 43.75vw;
}

.home6 .ev:nth-child(2) {
  background: #96DDAA;
  color: #084119;
  --theme: #084119;
  --line: #C6EFC7;
  --left1: 23.125vw;
  --left2: 45vw;
}

.home6 .ev:nth-child(3) {
  background: #53B36E;
  color: #fff;
  --line: rgba(255, 255, 255, 0.20);
  --left1: 9.166vw;
  --left2: 43.75vw;
}

.home6 .ev .zuo {
  padding: 7.552vw 0 5.208vw 0;
  margin-left: 9.375vw;
  position: relative;
  z-index: 5;
}

.home6 .ev:nth-child(1) .zuo {
  width: 41.458vw;
}

.home6 .ev:nth-child(2) .zuo {
  width: 45.52vw;
}

.home6 .ev:nth-child(3) .zuo {
  width: 42.552vw;
}

.home6 .ev .t2 {
  margin: 1.041vw 0 4.166vw;
}

.home6 .ev .t3 {
  color: rgba(0, 0, 0, 0.50);
  margin-bottom: 1.041vw;
}

.home6 .ev .you {
  width: 43.854vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}

.home6 .ev .line::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0.052vw;
  height: 100%;
  background: var(--line);
  left: var(--left1);
}

.home6 .ev .line::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0.052vw;
  height: 100%;
  background: var(--line);
  left: var(--left2);
}

.home7 .main {
  margin-top: 4.01vw;
}

.home7 .main .bgwrap {
  padding: 0.052vw;
  background: linear-gradient(to right, #53B36E, #FFFFFF 40%, #FFFFFF55 60%, #53B36E);
  border-radius: 20px;
  overflow: hidden;
}

.home7 .zuo {
  width: 29.843vw;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
}

.home7 .you {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  padding: 3.125vw;
  background: #F0F3F0;
  border-radius: 0 18px 18px 0;
  overflow: hidden;
}

.home7 .you .t1 {
  width: 100%;
  color: #333;
}

.home7 .you .t2 {
  width: 100%;
  margin-top: 1.77vw;
  line-height: 1.25;
}

.home8 .main {
  padding: 4.01vw 7.5vw 2.916vw 13.02vw;
  gap: 2.916vw;
}

.home8 .list {
  gap: 2.083vw;
}

.home8 .ev {
  display: block;
  width: 13.125vw;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(19, 31, 91, 0.20);
  position: relative;
}

.home8 .ev .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.041vw;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.home8 .ev:hover .intr {
  opacity: 1;
  pointer-events: visible;
}

.home9 {
  background: #49A262;
  padding: 0 0 0 12.5vw;
}

.home9 .zuo {
  flex: 1;
  padding-right: 3.385vw;
}

.home9 .t1 {
  color: #fff;
  margin-bottom: 2.083vw;
  letter-spacing: -0.0.416vw;
}

.home9 .you {
  width: 52.447vw;
  position: relative;
}

.home9 .you .point {
  width: 1.041vw;
  height: 1.25vw;
  background: url('/img/home9-2.png') no-repeat center/contain;

  position: absolute;
  cursor: pointer;
}

.home9 .you .point::before {
  content: '';
  display: block;
  width: 2.291vw;
  height: 2.291vw;
  position: absolute;
  left: 50%;
  bottom: 0.52vw;
  transform: translate(-50%, 40%) scale(0);

  background: url('/img/home9-3.png') no-repeat center/contain;
  transition: all ease .3s;
}

.home9 .you .point:hover:before {
  transform: translate(-50%, 0) scale(1);
}

.font-onsite {
  position: relative;
}

.font-onsite p:nth-child(1) {
  color: #E2ECE2;
  color: transparent;
}

.font-onsite p:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  /* color: transparent; */
  color: #E2ECE2;
}

.font-onsite p span {
  transition: all ease .3s;
}

.font-onsite p div {
  transition: all ease .2s;
}

.font-onsite p div.on {
  animation: ani1 0.4s linear forwards;
}

@keyframes ani1 {
  0% {
    /* color: transparent; */
    color: #E2ECE2;
  }

  50% {
    /* color: #B0411F; */
    color: #398B46;
  }

  100% {
    color: #084119;
  }
}

.font-onsite.theme2 p div.on {
  animation: ani2 0.4s linear forwards;
}

@keyframes ani2 {
  0% {
    /* color: transparent; */
    color: #E2ECE2;
  }

  50% {
    color: #398B46;
  }

  100% {
    color: #084119;
  }
}

.font-onsite.theme3 p div.on {
  animation: ani3 0.4s linear forwards;
}

@keyframes ani3 {
  0% {
    color: #E2ECE2;
  }

  50% {
    color: #398B46;
  }

  100% {
    color: #AFE2B8;
  }
}

/* -----------------------------------------注释-------------------------------------- */
.reg1 {
  padding: 1.562vw 0 3.802vw
}

.reg1 .pic {
  margin-bottom: 3.02vw;
  border-radius: 30px;
  overflow: hidden;
}

.reg1 .zuo {
  width: 28.125vw;
}

.reg1 .you {
  width: 48.958vw;
}

.reg2 {
  background: #EDF8F0;
  padding: 4.166vw 0 2.968vw;
}

.C-title {
  font-weight: bold;
  color: #0E2517;
  line-height: 1.47;
  font-family: "NunitoSans-Bold";
}

.reg2 .main {
  margin-top: 3.02vw;
}

.reg2 .zuo {
  width: 28.125vw;
}

.reg2 .zuo .pic {
  border-radius: 20px;
  overflow: hidden;
}

.reg2 .you {
  width: 48.958vw;
}

.reg2 .you .t2 {
  width: 100%;
}

.reg2 .C-btn {
  margin: 0.416vw 0 0 auto;
}

/* -----------------------------------------注释-------------------------------------- */
.plc1 {
  padding: 1.718vw 0 4.27vw;
}

.plc1 .zuo {
  width: 25.052vw;
}

.plc1 .zuo .pic {
  border-radius: 20px;
  overflow: hidden;
}

.plc1 .you {
  flex: 1;
  position: relative;
  min-height: 15.625vw;
  height: auto;
  margin-left: 2.083vw;
}

.plc1 .you .gdt {
  position: absolute;
  height: 100%;
  padding-right: 0.937vw;
}

.plc1 .you .gdt::-webkit-scrollbar {
  width: 0.26vw;
  height: 0.26vw;
}

.plc1 .you .gdt::-webkit-scrollbar-thumb {
  background: #9BCDA3;
}

.plc1 .you .gdt::-webkit-scrollbar-track {
  background: transparent;
  border-left: 2px solid #BEBEBE;
}

.plc1 .you .t2 {
  margin-top: 1.562vw;
}

.plc2 .item {
  background: #EDF8F0;
  transition: all ease .3s;
}

.plc2 .item:nth-of-type(2n) {
  background: rgba(73, 169, 88, 0.20);
}

.plc2 .item.on {
  padding-top: 3.541vw;
}

.plc2 .name {
  padding: 1.666vw 0;
}

.plc2 .name .C-title {
  flex: 1;
  padding-right: 1.562vw;
}

.plc2 .name .switch {
  width: 1.875vw;
  cursor: pointer;
  transition: all ease .3s;
}

.plc2 .item.on .switch {
  transform: rotate(180deg);
}

.plc2 .down {
  padding: 0 0 3.75vw;
  display: none;
}

.plc2 .down .list {
  margin-top: 3.125vw;
  gap: 1.562vw;
}

.plc2 .down .list .ev {
  width: calc((100% - 4.687vw) / 4);
  padding: 1.041vw 1.041vw 1.562vw;
  border-radius: 20px;
  background: #FFF;
  transition: all ease .3s;
  cursor: pointer;
}

.plc2 .down .list .ev:hover {
  background: #49A958;
  color: #fff;
  transform: scale(1.08);
}

.plc2 .down .list .ev .t4 {
  margin-top: 1.041vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.plc2-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.plc2-pop.on {
  opacity: 1;
  pointer-events: visible;
}

.plc2-pop .wrap {
  position: relative;
  width: 41.666vw;
  min-height: 15.625vw;
  max-height: 90vh;

  padding: 2.083vw;
  background: #fff;
  border-radius: 20px;
  opacity: 0;
  transform: scaleY(0);
  pointer-events: none;
  transition: all ease .3s;
}

.plc2-pop.on .wrap {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: visible;
}

.plc2-pop .close {
  width: 1.302vw;
  position: absolute;
  right: 0.781vw;
  top: 0.781vw;
  cursor: pointer;
}

.plc2-pop .wrap .t4 {
  margin-top: 1em;
}

/* -----------------------------------------注释-------------------------------------- */
.C-banner {
  position: relative;
}

.C-banner::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6.51vw;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.C-banner .intr {
  padding: 0 10.885vw;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.C-banner .intr .t1 {
  color: #FFF;
  text-transform: uppercase;
  margin-top: 2.604vw;
}

.C-banner .intr .t1 span {
  color: #81F18E;
}

.C-hashOn .list {
  gap: 0.416vw;
  width: 100%;
  height: 5.208vw;
  background: #F6F6F6;
}

.C-hashOn .list.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 0.208vw #999;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.C-hashOn .list.fixed.on {
  opacity: 1;
  pointer-events: visible;
}

.C-hashOn .list .ev {
  min-width: 9.375vw;
  font-weight: bold;
  text-align: center;
  color: #8A8A8A;
  transition: all ease .3s;
  padding: 0.208vw 0;
  border-bottom: 2px solid #C5C5C5;
  cursor: pointer;
}

.C-hashOn .list .ev.on {
  color: #000;
  border-bottom: 2px solid #77CE85;
}

.C-hashOn .list .ev:hover {
  color: #000;
}

.C-list1 {
  gap: 3.125vw 1.666vw;
  display: flex;
  flex-wrap: wrap;
}

.C-list1 .ev {
  width: calc((100% - 3.333vw) / 3);
  border-radius: 20px;
  overflow: hidden;
}

.C-list1 .ev .pic {
  overflow: hidden;
}

.C-list1 .ev .pic img {
  transition: all ease 2s;
}

.C-list1 .ev:hover .pic img {
  transform: scale(1.08);
}

.C-list1 .ev .intr {
  background: #F2F2F2;
  padding: 0.833vw 1.25vw;
}

.C-list1 .ev .line {
  width: 100%;
  height: 0.052vw;
  background: #D9D9D9;
  margin: 0.833vw 0;
}

.C-list1 .ev .m2 {
  color: #000;
}

.C-list1 .ev .m3 {
  color: #868686;
}

.news2 .sec1 {
  margin: 0.937vw 0;
}

.news3 .swiper {
  margin-top: 4.166vw;
}

.news3 .swbtn1 {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 1.354vw;
}

.news3 .swbtn1.prev {
  right: 100%;
}

.news3 .swbtn1.next {
  left: 100%;
}

.news4 .sec1 {
  margin: 0.937vw 0;
}

.news5 {
  padding: 0 0 6.25vw;
}

.news5 .sec1 {
  margin: 0.26vw 0 1.406vw;
}

.news5 .ev .pic {
  position: relative;
}

.news5 .ev .icon {
  width: 3.437vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.visibility {
  visibility: hidden;
}

.news6 {
  padding: 2.604vw 0 5.208vw;
}

.news6 .wrap {
  width: 57.864vw;
  margin: 0 auto;
}

.news6 .title h1 {
  color: #1A202C;
  text-align: center;
}

.news6 .title .t2 {
  margin: 1.145vw 0 1.77vw;
  gap: 1.041vw;
}

.news6 .title .t2 p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news6 .empty {
  line-height: 1.5;
}

.news6 .empty img {
  margin: 2.343vw 0;
  width: auto;
  max-width: 100%;
}

.news6 .empty p {
  margin: 0 0 0.416vw;
}


.news6 .empty * {
  white-space: normal !important;
}

.news6 .tags {
  margin-top: 1.875vw;
  gap: 0.781vw;
}

.news6 .tags a:hover {
  color: #177A17;
}

.news7 {
  padding-bottom: 7.187vw;
}

.news7 .list {
  margin-top: 4.166vw;
}

.news8 {
  padding: 1.562vw 0 4.531vw;
}

.news8 .zuo {
  width: 52.083vw;
  padding-top: 1.041vw;
  margin-right: 5.937vw;
}

.news8 .C-shipin {
  margin-bottom: 1.562vw;
}

.C-shipin {
  position: relative;
}

.C-shipin .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.C-shipin .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.C-shipin .play-btn {
  width: 3.437vw;
  height: 3.437vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: url('/img/news5-i1.svg') no-repeat center/contain;
  cursor: pointer;
}

.C-shipin.on .play-btn {
  display: none;
}

.C-shipin.on .poster {
  display: none;
}

.news8 .empty {
  line-height: 1.5;
}

.news8 .empty img {
  margin: 2.343vw 0;
  width: auto;
  max-width: 100%;
}

.news8 .empty p {
  margin: 0 0 0.416vw;
}


.news8 .empty * {
  white-space: normal !important;
}

.news8 .zuo .title {
  padding-bottom: 1.041vw;
}

.news8 .zuo .title .t2 {
  margin-top: 2.083vw;
}

.news8 .zuo .title .t2 p:last-child {
  color: #868686;
}

.news8 .you {
  width: 24.322vw;
  gap: 1.822vw;
}

.news8 .you .ev {
  width: 100%;
}

.news8 .you .ev .pic {
  position: relative;
}

.news8 .you .ev .icon {
  width: 3.437vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* -----------------------------------------注释-------------------------------------- */
.ct1 {
  padding: 2.968vw 0 9.895vw;
}

.ct1 .t1 {
  color: #1A202C;
  margin-bottom: 3.541vw;
}

.ct1 .maps {
  margin: 0 auto;
  width: 97.656vw;
  position: relative;
}

.ct1 .maps .point {
  width: 1.041vw;
  height: 1.25vw;
  background: url('/img/ct1-3.png') no-repeat center/contain;

  position: absolute;
  cursor: pointer;
}

.ct1 .maps .point::before {
  content: '';
  display: block;
  width: 3.541vw;
  height: 4.062vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  transform: translate(-50%, 40%) scale(0);

  background: url('/img/ct1-2.png') no-repeat center/contain;
  transition: all ease .3s;
}

.ct1 .maps .point:hover:before {
  transform: translate(-50%, 0) scale(1);
}

.ct1 .maps .point:hover {
  background: none;
}

.ct1 .maps .point .text {
  width: 18.437vw;
  padding: 1.041vw 1.197vw 3.333vw;
  border-radius: 18px;
  background: #DEFFE3;
  position: absolute;
  left: 50%;
  bottom: 180%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

@media screen and (min-width:768px) {
  .ct1 .maps .point.on:before {
    transform: translate(-50%, 0) scale(1);
  }

  .ct1 .maps .point.on {
    background: none;
  }

  .ct1 .maps .point.on .text {
    opacity: 1;
    pointer-events: visible;
    transition: all ease .3s .2s;
  }
}

.ct1 .maps .point.origin-left .text {
  left: auto;
  right: 50%;
}

.ct1 .maps .point .text .t2 {
  line-height: 2.7;
}

.ct2 {
  padding: 5.52vw 8.333vw 6.25vw;
  background: #CDE8D2;
}

.ct2 .zuo {
  width: 34.947vw;
}

.ct2 .zuo .t1 {
  margin-bottom: 1.458vw;
  color: #1A202C;
}

.ct2 .you {
  width: 46.093vw;
}

.ct2 .you label {
  display: block;
}

.ct2 .you .size1 {
  width: 22.135vw;
  margin-bottom: 1.562vw;
}

.ct2 .you .size2 {
  width: 100%;
}

.ct2 .name {
  line-height: 1;
  margin-bottom: 0.416vw;
  text-transform: capitalize;
}


.ct2 .check .name::after {
  content: ' *';
}

.ct2 .input-error .name::after {
  color: #F00;
}

.ct2 input {
  display: block;
  width: 100%;
  height: 2.708vw;
  padding: 0 1.25vw;
  font-size: inherit;
  border-radius: 8px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
}

.ct2 input::placeholder {
  color: rgba(0, 0, 0, 0.80);
}

.ct2 textarea {
  display: block;
  width: 100%;
  height: 6.406vw;
  padding: 0.52vw 1.25vw;
  font-size: inherit;
  border-radius: 8px;
  border: 1px solid #000;
  background: transparent;
  resize: none;
  color: #000;
}

.ct2 textarea::placeholder {
  color: rgba(0, 0, 0, 0.80);
}

.ct2 button {
  width: 10.781vw;
  padding: 0.729vw;
  margin-top: 2.604vw;
  cursor: pointer;
  transition: all ease .3s;
}

/* -----------------------------------------注释-------------------------------------- */
.sd1 .ev {
  padding: 7.812vw 9.114vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sd1 .zuo {
  width: 35.416vw;
}

.sd1 .zuo .pic {
  border-radius: 20px;
  overflow: hidden;
}

.sd1 .you {
  width: 41.145vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sd1 .you .t2 {
  margin: 1.041vw 0 1.562vw;
}

.sd1 .you .C-btn {
  margin-top: auto;
}

.sd1 .ev:nth-of-type(2n) {
  background: #EDF8F0;
  flex-direction: row-reverse;
}

.sd1 .ev:nth-of-type(2n) .you {
  width: 38.02vw;
}

.sd2 {
  padding: 6.25vw 0 5.312vw;
  background: #ECF5E0;
}

.sd2 .t2 {
  margin: 1.77vw 0 5.208vw;
}

.sd2 .swiper-father {
  padding-left: 3.385vw;
}

.sd2 .swiper-slide {
  width: 87.76vw;
  display: flex;
  flex-wrap: wrap;
}

.sd2 .swiper-slide .zuo {
  width: 41.406vw;
}

.sd2 .swiper-slide .zuo .pic {
  border-radius: 20px;
  overflow: hidden;
}

.sd2 .swiper-slide .you {
  flex: 1;
  margin-left: 3.229vw;
}

.sd2 .swiper-slide .you .t2 {
  margin: 1.562vw 0 0.52vw;
}

.sd2 .sec2 {
  width: 87.76vw;
  padding-top: 1.406vw;
}

.sd2 .sec2 .zuo {
  width: 41.406vw;
}

.sd2 .sec2 .playbtn {
  width: 2.395vw;
  height: 2.395vw;
  cursor: pointer;
  position: relative;
  background: url('/img/sd3-2.svg') no-repeat center/contain;
}

.sd2 .sec2 .playbtn.on {
  background: url('/img/sd3-3.svg') no-repeat center/contain;
}

.sd2 .sec2 .playbtn .tip {
  width: max-content;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0.26vw 0.52vw;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.sd2 .sec2 .playbtn:hover .tip {
  opacity: 1;
  pointer-events: visible;
}

.sd2 .sec2 .playbtn .tip .stop {
  display: none;
}

.sd2 .sec2 .playbtn.on .tip .play {
  display: none;
}

.sd2 .sec2 .playbtn.on .tip .stop {
  display: block;
}

.sd2 .sec2 .control {
  gap: 1.041vw;
}

.swbtn2 {
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;

  --bgfill: #77CE85;
  --stroke: #77CE85;
  --fill: #ffffff;
  cursor: pointer;
  z-index: 20;
}

.swbtn2:hover {
  --bgfill: #48A256;
  --stroke: #48A256;
  --fill: #ffffff;
}

.swbtn2 svg {
  width: 100%;
  height: 100%;
}

.sd2 .sec2 .swbtn2 {
  position: static;
}

.sd4 {
  padding: 1.718vw 0 4.479vw;
  background: #EDF8F0;
}

.sd4 .pic {
  width: 90.625vw;
  margin: 1.562vw auto 0;
}

.page-sd .head-zhanwei {
  background: #EDF8F0;
}

.sd5 {
  padding: 1.718vw 9.114vw 6.354vw;
}

.sd5 .list {
  gap: 4.27vw 2.187vw;
  margin-top: 4.322vw;
}

.sd5 .list .ev {
  width: calc((100% - 4.375vw) /3);
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}

.sd5 .list .ev .card-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.sd5 .list .ev .name {
  position: absolute;
  left: 0;
  bottom: 6.77vw;
  padding: 0 1.822vw;
  width: 100%;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  z-index: 4;
  text-transform: capitalize;
}

.sd5 .list .ev .down {
  border-radius: 15px;
  background: #F1F1F1;
  margin: 0 1.197vw -4.166vw 0;
  padding: 1.041vw 2.76vw 1.822vw;
  color: #5B5B5B;
  text-align: center;
  position: relative;
  z-index: 2;
  display: none;
}

.sd5 .list .ev .down a {
  display: block;
  width: 100%;
  padding: 0.781vw 0.364vw;
  border-bottom: 1px solid #BBB;
  cursor: alias;
}

.sd5 .list .ev .down .icon {
  margin-top: 2.708vw;
  transform: translateX(1.302vw);
}

.sd5 .list .ev .down a:hover {
  color: #49A958;
}

.sd6 {
  padding: 1.718vw 0 5.937vw;
  background: #EDF8F0;
}

.sd6 .sec1 {
  padding: 0 23.958vw 6.354vw;
}

.sd6 .sec1 .t2 {
  color: #666;
  margin-top: 1.562vw;
}

.sd6 .sec2 {
  width: 45.833vw;
  gap: 0.052vw;
  margin: 0 auto;
  position: relative;
}

.sd6 .sec2 .ev {
  width: calc(50% - 0.052vw);
  position: relative;
}

.sd6 .sec2 .ev:nth-of-type(2n)>div {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  justify-content: flex-end;
}

.sd6 .sec2 .ev:nth-of-type(2)~.ev {
  align-items: flex-end;
}

.sd6 .sec2 .top {
  height: 15.989vw;
  padding: 2.604vw 2.395vw;
  border-radius: 20px;
  background: #E5ECE7;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.sd6 .sec2 .ev .top .wrap {
  width: 13.229vw;
}

.sd6 .sec2 .ev .down {
  position: absolute;
  width: 27.708vw;
  min-height: 19.427vw;
  padding: 2.083vw 2.604vw 2.083vw;
  border-radius: 20px;
  background: #5ABE6A;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.sd6 .sec2 .ev:nth-child(1) .down {
  right: 0;
  bottom: 0;
}

.sd6 .sec2 .ev:nth-child(2) .down {
  left: 0;
  bottom: 0;
}

.sd6 .sec2 .ev:nth-child(3) .down {
  right: 0;
  top: 0;
}

.sd6 .sec2 .ev:nth-child(4) .down {
  left: 0;
  top: 0;
}

.sd6 .sec2 .ev .down .wrap {
  width: 15.989vw;
}

.sd6 .sec2 .ev .t1 {
  text-transform: capitalize;
}

.sd6 .sec2 .ev .down .t1 {
  width: 80%;
  display: inline-block;
}

.sd6 .sec2 .ev .t2 {
  margin-top: 0.26vw;
}

.sd6 .sec2 .ev:hover .down {
  opacity: 1;
  pointer-events: visible;
}

.sd6 .zhong {
  width: 18.489vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: all ease-out .4s;
}

.sd6 .cen-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9.687vw;
  z-index: 5;
}

.sd6 .item1:hover~.zhong {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sd6 .item2:hover~.zhong {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sd6 .item3:hover~.zhong {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.sd6 .item4:hover~.zhong {
  transform: translate(-50%, -50%) rotate(180deg);
}

.sd7 {
  padding: 4.479vw 0 7.291vw;
}

.sd7 .wrap {
  margin: 0 auto;
  width: 78.125vw;
}

.sd7 .sec1 {
  margin: 0 auto;
  width: 35.416vw;
  text-align: center;
}

.sd7 .sec1 .t2 {
  margin-top: 1.041vw;
  color: #666;
}

.sd7 .sec2 .item1 {
  margin-top: 0.312vw;
}

.sd7 .sec2 .item .text {
  width: 65.52vw;
  padding: 1.875vw 0 2.083vw;
}

.sd7 .sec2 .item .t2 {
  margin-top: 0.833vw;
  color: #666;
}

.sd8 {
  padding: 7.291vw 9.114vw;
  background: #EDF8F0;
}

.sd9 {
  padding: 5.208vw 0 0;
}

.sd9 .main {
  padding: 9.895vw 0 12.291vw;
}

.sd9 .item {
  width: 19.114vw;
  height: 19.114vw;
  margin: 0 -1.302vw;
  border-radius: 100%;
  --theme: #73D281;
  border: 50px solid var(--theme);
  background: #FFF;
  position: relative;
}

.sd9 .item:nth-of-type(1) {
  --theme: #73D281;
}

.sd9 .item:nth-of-type(2) {
  --theme: #437EDF;
}

.sd9 .item:nth-of-type(3) {
  --theme: #49A958;
}

.sd9 .item:nth-of-type(4) {
  --theme: #437EDF;
}

.sd9 .item:nth-of-type(5) {
  --theme: #73D281;
}

.sd9 .item .name {
  width: 12.5vw;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sd9 .item .ul {
  color: #666;
  margin: 6.25vw 0 5.729vw;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.sd9 .item .ul::after {
  content: '';
  display: block;
  width: 0.052vw;
  height: 4.062vw;
  border-left: 2px dashed #999;
  position: absolute;
  left: 50%;
  margin: 0.52vw 0;
  bottom: 100%;
}

.sd9 .item:nth-child(2n) .ul::after {
  bottom: auto;
  top: 100%;
}

.sd9 .item:nth-child(2n) .ul {
  top: auto;
  bottom: 100%;
}

.sd9 .item .ul li {
  width: max-content;
  max-width: 13.02vw;
  margin-top: 0.52vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sd9 .item .ul li::before {
  content: '';
  display: block;
  width: 0.416vw;
  height: 0.416vw;
  margin-right: 0.677vw;
  border-radius: 2px;
  background: #48A256;
  transform: rotate(-45deg);
}

.sd9 .item .ul li p {
  flex: 1;
}





/* -----------------------------------------注释-------------------------------------- */
.about2 {
  padding: 8.02vw 17.187vw 10.416vw;
  background: url('/img/about2-1.png') no-repeat;
  background-size: 38.333vw;
  background-position: 9.166vw 93%;
}

.about3 {
  padding: 6.25vw 5.468vw 6.25vw 9.114vw;
  background: #EDF8F0;
}

.about3 .zuo {
  width: 38.333vw;
}

.about3 .zuo .pic {
  border-radius: 20px;
  overflow: hidden;
}

.about3 .you {
  width: 40.208vw;
  padding-top: 3.02vw;
}

.about3 .you .t2 {
  margin-top: 2.604vw;
}

.about4 {
  padding: 0;
  position: relative;
  background: #F8FBF7;
}

.about4 .ev {
  width: 31.25vw;
  min-height: 23.802vw;
  border-radius: 20px;
  position: relative;
  z-index: 5;
}

.about4 .ev:nth-child(1) {
  margin: 0 0 0 9.114vw;
  background: #49A958;
}

.about4 .ev:nth-child(2) {
  margin: 0 0 1.875vw 55.885vw;
  background: #FBBF58;
}

.about4 .ev:nth-child(3) {
  margin: 0 0 0 14.479vw;
  background: #437EDE;
}

.about4 .ev:nth-child(4) {
  margin: 0 0 0 63.125vw;
  background: #B094D9;
}

.about4 .ev .intr1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all ease .3s;
}

.about4 .ev .intr1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about4 .ev .intr1 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1.875vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about4 .ev .intr1 .t1 {
  width: 18.229vw;
}

.about4 .ev .intr2 {
  padding: 2.083vw 1.875vw 4.427vw;
  opacity: 0;
  transition: all ease .3s;
}

.about4 .ev .intr2 .t2 {
  margin-top: 0.729vw;
}

.about4 .ev:hover .intr1 {
  opacity: 0;
  transform: translateY(-5.208vw);
}

.about4 .ev:hover .intr2 {
  opacity: 1;
}

.about4 .line span {
  position: absolute;
  top: 0;
  width: 0.104vw;
  height: 100%;
  background: #DCE4DA;
  z-index: 1;
}

.about4 .line span:nth-child(1) {
  left: 21.354vw;
}

.about4 .line span:nth-child(2) {
  left: 60.052vw;
}

.about4 .title-box {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.about4 .title-box2 {
  width: 100%;
  height: 100vh;
}

.about4 .title {
  font-size: 5vw;
  color: rgba(58, 122, 83, 0.70);
  width: 36.354vw;
  text-align: center;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about5 {
  padding: 4.843vw 0 3.229vw;
}

.about5 .sec1 {
  padding: 0 9.114vw 1.666vw;
}

.about5 .list .item {
  width: calc(50% - 3.125vw);
  margin: 0 1.562vw;
  padding: 3.02vw 0 2.083vw;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #6FDC80;
}

.about5 .list .item:nth-child(2n-1) {
  justify-content: flex-end;
}

.about5 .list .item .wrap {
  width: 35.26vw;
  margin: 0 4.062vw;
}

.about5 .list .item .bg {
  width: 6.51vw;
  height: 6.51vw;
}

.about5 .list .item .info {
  flex: 1;
  padding-left: 1.562vw;
}

.about5 .list .item .info .t1 {
  color: #0E2517;
}

.about5 .list .item .t3 {
  margin-top: 1.875vw;
}

.about6 {
  padding: 6.25vw 7.708vw 6.25vw 9.114vw;
}

.about6 .main {
  margin-top: 3.02vw;
}

.about6 .zuo {
  width: 31.354vw;
  color: #398B46;
}

.about6 .zuo .pic {
  border-radius: 20px;
  overflow: hidden;
}

.about6 .zuo .t1 {
  margin: 1.562vw 0 0;
  font-size: 1.354vw;
}

.about6 .you {
  flex: 1;
  padding: 11.77vw 0 0 6.666vw;
}

.about6 .you .t3 {
  position: relative;
}

.about6 .you .t3::before {
  content: '';
  display: block;
  width: 6.562vw;
  height: 5.104vw;
  position: absolute;
  left: -4.322vw;
  bottom: 100%;
  margin: 4.27vw 0;
  background: url('/img/about6-2.svg') no-repeat center/contain;
}


.about6 .you .t3::after {
  content: '';
  display: block;
  width: 6.562vw;
  height: 5.104vw;
  position: absolute;
  right: 0;
  top: 100%;
  margin: 4.27vw 0;
  transform: rotate(180deg);
  background: url('/img/about6-2.svg') no-repeat center/contain;
}

.about7 {
  padding: 4.687vw 0 3.489vw;
  background: #398B46;
}

.about7 .sec1 {
  padding: 0 9.114vw;
}

.about7 .C-title {
  color: #fff;
}

.about7 .sw1 {
  padding: 4.27vw 0 2.604vw;
}

.about7 .sw1 .swiper-slide {
  width: 13.125vw;
  border-radius: 7px;
  overflow: hidden;
  opacity: 0.6;
  background: #FFF;
  border: 1px solid rgba(19, 31, 91, 0.20);
  transition: all ease .3s;
  cursor: pointer;
}

.about7 .sw1 .swiper-slide-active {
  opacity: 1;
}

.about7 .sw2 {
  margin: 1.562vw auto 0;
  width: 61.197vw;
  color: #fff;
  text-align: center;
}

.about7 .sw2 .t2 {
  line-height: 1.8;
  margin-top: 1.562vw;
}

.about7 .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52.083vw;
  height: 0.156vw;
  background: transparent;
  border-bottom: 1px solid #6FDC80;
  --swiper-pagination-color: #fff;
}

/* -----------------------------------------注释-------------------------------------- */
.newlist2 {
  position: relative;
}

.newlist2 .control {
  margin: 3.125vw 0 2.083vw;
}

.newlist2 .list {
  gap: 2.083vw 1.666vw;
}

.control .type-search {
  width: 26.041vw;
  height: 3.125vw;
  border-radius: 82px;
  padding: 0 1.562vw;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}

.control .type-search input {
  flex: 1;
  height: 100%;
  padding: 0 0 0 1.041vw;
  border: none;
  font-size: inherit;
  background: transparent;
}

.control .type-search .icon {
  width: 1.25vw;
}

.control .type-time {
  width: 26.041vw;
  height: 3.125vw;
  border-radius: 82px;
  padding: 0 1.562vw;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}

.control .type-time input {
  flex: 1;
  height: 100%;
  border: none;
  font-size: inherit;
  background: transparent;
}

.control .type-time .icon {
  width: 1.666vw;
  margin-left: 1.25vw;
}

#sortBtn {
  cursor: pointer;
}

.shuiyinbg {
  position: absolute;
  right: 0;
  top: 0;
  width: 35.937vw;
  z-index: -1;
}

.C-banner.theme2 .intr {
  padding: 0 9.114vw;
}

.ad2 {
  padding: 6.25vw 0 3.489vw;
  position: relative;
}

.ad3 form {
  gap: 0.833vw 0.625vw;
}

.ad3 label input {
  display: none;
}

.ad3 label .name {
  padding: 0.208vw 0.625vw;
  text-transform: capitalize;
  color: #222B27;
  border-radius: 4px;
  background: #E8F4F1;
  transition: all ease .2s;
  cursor: pointer;
  user-select: none;
}

.ad3 label input:checked+.name {
  background: #CCE8D2;
}

.ad4 .C-title {
  line-height: 1;
  padding: 2.083vw 0;
  border-bottom: 2px solid #6FDC80;
}

.ad4 .item {
  display: block;
  padding: 1.562vw 0;
  border-bottom: 1px solid #D9D9D9;
  transition: all ease .3s;
}

.ad4 .item .t1 {
  color: #8A8A8A;
  transition: all ease .3s;
}

.ad4 .item:hover {
  border-bottom: 1px solid #000;
}

.ad4 .item:hover .t1 {
  color: #254304;
}

.ad4 .item .t2 {
  color: #868686;
}

.ad4 .item .taglist {
  margin-top: 0.833vw;
  gap: 0.833vw 0.625vw;
}

.ad4 .item .taglist span {
  padding: 0.208vw 0.625vw;
  text-transform: capitalize;
  color: #222B27;
  border-radius: 4px;
  background: #F4F4F4;
  transition: all ease .4s;
}

.ad4 .item:hover .taglist span {
  background: #CCE8D2;
}


.ad5 {
  padding: 5.208vw 0 6.25vw;
}

.ad5 .list {
  margin-top: 4.166vw;
}

.ad6 {
  padding: 1.562vw 0 5.208vw;
}

.ad6 .zuo {
  width: 25.052vw;
  border-radius: 20px;
  overflow: hidden;
}

.ad6 .you {
  flex: 1;
  padding: 0 0 4.166vw 4.166vw;
}


.ad6 .you .tag {
  margin: 1.041vw 0 3.125vw;
  gap: 0.833vw 0.625vw;
}

.ad6 .you .tag span {
  display: block;
  padding: 0.208vw 0.625vw;
  text-transform: capitalize;
  color: #222B27;
  border-radius: 4px;
  background: #CCE8D2;
  transition: all ease .2s;
  cursor: pointer;
  user-select: none;
}

.ad7 {
  background: #EDF8F0;
  padding: 5.208vw 0 4.375vw;
}

.ad7 .list {
  margin: 2.083vw 0 4.166vw;
  gap: 0 9.27vw;
}

.ad7 .list .col {
  gap: 1.145vw;
  display: flex;
  flex-direction: column;
  position: relative;
}

.ad7 .list .col:nth-child(1)::after {
  content: '';
  display: block;
  border-right: 1px solid #6FDC80;
  position: absolute;
  left: 100%;
  top: 0;
  height: 90%;
  margin-left: 4.635vw;
}

.ad7 .list .item {
  display: flex;
  flex-wrap: wrap;
}

.ad7 .list .item .name {
  color: #666;
  width: 12.5vw;
}

.ad7 .list .item .val {
  flex: 1;
  margin-left: 1.041vw;
  font-weight: 500;
}

.ad7 .timeLine .line {
  width: 100%;
  height: 0.572vw;
  border-radius: 5px;
  background: #CCE8D2;
  margin-top: 1.25vw;
  position: relative;
}

.ad7 .timeLine .line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #53B36E;
  border-radius: 5px;
}

.ad7 .timeLine .line .t6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #53B36E;
  z-index: 5;
  padding: 0.208vw 0.729vw;
}

.ad8 {
  padding: 5.937vw 0;
}

.ad8 .main {
  padding-top: 0.52vw;

}

.ad8 .main .sec {
  padding-top: 3.645vw;
}

.ad8 .main .titleList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.041vw;
}

.ad8 .main .titleList .item .icon {
  width: 1.458vw;
  margin-right: 1.041vw;
}

.ad8 .main .titleList .item span {
  flex: 1;
}

.ad8 .main .contentList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.041vw;
  border-bottom: 1px solid #DBEEDE;
}

.ad8 .main .contentList .item {
  padding: 2.083vw 0 1.562vw;
}

.ad8 .main .contentList .item .t2 {
  font-weight: 500;
}

.ad8 .main .contentList .item .t3 {
  margin-top: 0.729vw;
  color: #666;
}

.ad9 .main {
  margin-top: 3.125vw;
}

.ad9 .main .list .item {
  padding: 2.187vw 0;
  background: #DBEEDE;
  position: relative;
}

.ad9 .main .list .item:nth-child(2n) {
  background: #EDF8F0;
}

.ad9 .main .list .item .svgbtn {
  position: absolute;
  left: 3.645vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.666vw;
  height: 1.666vw;
  cursor: pointer;
}


.ad9 .main .list .item .svgbtn.on path:nth-child(2) {
  opacity: 0;
}

.ad9 .main .outerList {
  display: none;
}

.ad9 .main .outerList .item {
  padding: 2.187vw 0;
  background: #EDF8F0;
}