html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
:root {
  --swiper-theme-color: #3DAE2B;
  --b600: 600;
  --ease: cubic-bezier(0.43, 0.195, 0.02, 1);
}
.ios,
.lang_en {
  --bold: bold;
}
body {
  --www: 1rem;
  --interval: var(--www);
  --nav_height: 0.8rem;
  --color: #3DAE2B;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 18px;
    --f22: 18px;
    --f24: 18px;
    --f26: 18px;
    --f28: 0.26rem;
    --f30: 0.28rem;
    --f32: 0.3rem;
    --f34: 0.34rem;
    --f36: 0.38rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.42rem;
    --f48: 0.44rem;
    --f50: 0.46rem;
    --f52: 0.48rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.36rem;
    --f28: 0.38rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
.viewer-footer {
  display: none;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #3DAE2B;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #3DAE2B rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #F7FFF7;
}
.pt {
  padding-top: 0.96rem;
}
.pb {
  padding-bottom: 0.96rem;
}
.mt {
  margin-top: 0.6rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Privacy_Policy .box_ .content3 a {
  display: inline-block;
}
.Privacy_Policy .box_ .content3 li {
  list-style: disc;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #3DAE2B;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #F7FFF7;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #3DAE2B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #3DAE2B;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}
.Search_1 .box .content1 span {
  color: #3DAE2B;
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: min(12rem, 100%);
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #3DAE2B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.96rem;
}
.Search_2 .box .item a {
  background: #F7FFF7;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #3DAE2B;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #3DAE2B;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}
.Search_2 .box .item a:hover .content2 {
  color: #3DAE2B;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #3DAE2B;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #3DAE2B;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #3DAE2B;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #3DAE2B;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #3DAE2B;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #3DAE2B;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #3DAE2B;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #3DAE2B;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #3DAE2B;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.bjq iframe,
.bjq img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.bjq a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.bjq b,
.bjq strong {
  font-weight: bold;
}
.bjq em {
  font-style: italic;
}
.bjq sup {
  vertical-align: super;
  font-size: smaller;
}
.bjq sub {
  vertical-align: sub;
  font-size: smaller;
}
.bjq h1,
.bjq h2,
.bjq h3,
.bjq h4,
.bjq h5,
.bjq h6 {
  font-weight: bold;
}
.bjq ul {
  padding-left: 22px;
}
.bjq ul li {
  list-style-type: disc;
}
.bjq ol {
  padding-left: 22px;
}
.bjq ol li {
  list-style-type: decimal;
}
.bjq table td {
  word-break: initial !important;
}
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a img {
  height: 0.52rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box .logo a .v {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0.6rem;
}
.Header_Container .box .nav .item {
  padding: 0 0.17rem;
}
.Header_Container .box .nav .item > a {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .nav .item > a span {
  font-size: var(--f16);
  font-family: 'MM';
  color: #fff;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box .nav .item > a span svg {
  position: absolute;
  right: -0.05rem;
  bottom: 82%;
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box .nav .item:hover > a span svg {
  opacity: 1;
}
.Header_Container .box .nav .item.active > a span svg {
  opacity: 1;
}
.Header_Container .box .search {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .search p {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box .Language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}
.Header_Container .box .Language a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container.active {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.Header_Container.active .box .logo a .v {
  opacity: 1;
}
.Header_Container.active .box .logo a .w {
  opacity: 0;
}
.Header_Container.active .box .nav .item > a span {
  color: #3DAE2B;
}
.Header_Container.active .box .search p {
  color: #3DAE2B;
}
.Header_Container.active .box .Language a {
  color: #3DAE2B;
}
.Header_Container.wy {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fixedBanner {
  height: 100vh;
}
.z_box {
  position: relative;
  z-index: 2;
  background: #fff;
}
.Home_Banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0s linear 0.8s;
  transition: -webkit-transform 0s linear 0.8s;
  -o-transition: transform 0s linear 0.8s;
  transition: transform 0s linear 0.8s;
  transition: transform 0s linear 0.8s, -webkit-transform 0s linear 0.8s;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  -o-transition: transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.35rem;
  z-index: 2;
}
.Home_Banner .page div .swiper-pagination-bullet {
  all: unset;
  display: inline-block;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer {
  position: relative;
  cursor: pointer;
  margin: 0 0.1rem;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .bot {
  display: none;
}
.Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .top {
  display: none;
}
.Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .bot {
  display: block;
}
.Home_Banner .button {
  display: none;
}
.Home_Banner .button div {
  opacity: 0.5;
  cursor: pointer;
}
.Home_Banner .button div:hover {
  opacity: 1;
}
.Home_Banner .button .swiper-button-next {
  right: 0.5rem;
}
.Home_Banner .button .swiper-button-prev {
  left: 0.5rem;
}
.title_01 {
  font-size: var(--f56);
  color: #3DAE2B;
  text-transform: uppercase;
}
.title_01.color {
  color: #3DAE2B;
}
.Home_Product {
  overflow: hidden;
}
.pro_item figure {
  aspect-ratio: 552/330;
  overflow: hidden;
}
.pro_item figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.pro_item figcaption {
  margin-top: 0.3rem;
  text-align: center;
}
.pro_item figcaption .content1 {
  font-size: var(--f26);
  color: #3DAE2B;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.pro_item figcaption .content2 {
  font-size: var(--f16);
  color: #333;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 2px;
}
.pro_item figcaption .content3 {
  border-top: 1px solid #CFCFCF;
  margin: 0.25rem 0;
  position: relative;
}
.pro_item figcaption .content3 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
  background: #fff;
}
.pro_item figcaption .content4 {
  font-size: var(--f18);
  color: #a8a8a8;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-bottom: 0.42rem;
}
.pro_item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pro_item:hover figcaption .content5 .more_01 .a {
  background: #3DAE2B;
}
.pro_item:hover figcaption .content5 .more_01 .a i {
  color: #fff;
}
.more_01 .a {
  width: 0.5rem;
  aspect-ratio: 1/1;
  border: 1px solid #3DAE2B;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.more_01 .a i {
  color: #3DAE2B;
  font-size: var(--f14);
  margin: auto;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.more_01 .a:hover {
  background: #3DAE2B;
}
.more_01 .a:hover i {
  color: #fff;
}
.button_01 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #3DAE2B;
  font-size: var(--f16);
  color: #3DAE2B;
  text-align: center;
  min-width: 1.84rem;
  padding: 0 0.3rem;
  border-radius: 99px;
  line-height: max(0.46rem, 32px);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  cursor: pointer;
  text-transform: uppercase;
}
.button_01 .a:hover {
  background: #3DAE2B;
  color: #fff;
}
.banner_page {
  z-index: 2;
}
.banner_page > div {
  text-align: center;
  margin-top: 0.5rem;
}
.banner_page > div .swiper-pagination-bullet {
  all: unset;
  display: inline-block;
}
.banner_page > div .swiper-pagination-bullet .bullet_outer {
  position: relative;
  cursor: pointer;
  margin: 0 0.1rem;
}
.banner_page > div .swiper-pagination-bullet .bullet_outer .bot {
  display: none;
}
.banner_page > div .swiper-pagination-bullet-active .bullet_outer .top {
  display: none;
}
.banner_page > div .swiper-pagination-bullet-active .bullet_outer .bot {
  display: block;
}
.Home_Partner {
  background: #006963;
  padding-top: 1.2rem;
  padding-bottom: 0.9rem;
  position: relative;
  overflow: hidden;
}
.Home_Partner .wMain,
.Home_Partner .banner {
  position: relative;
  z-index: 2;
}
.Home_Partner .box {
  margin-top: 20px;
}
.Home_Partner .box .desc {
  font-size: var(--f26);
  color: #fff;
  max-width: 8.5rem;
  margin: 0 auto 0.5rem;
  text-align: center;
}
.Home_Partner .banner {
  margin-top: 1rem;
  overflow: hidden;
  display: grid;
  gap: 0.4rem;
}
.Home_Partner .banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-name: pmd;
  animation-name: pmd;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.Home_Partner .banner ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.Home_Partner .banner ul li {
  padding: 0 0.75rem;
  height: 60px;
  opacity: 0.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Partner .banner ul li img {
  margin: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-height: 100%;
}
.Home_Partner .banner ul:nth-child(2) {
  animation-direction: reverse;
}
.Home_Partner .svg {
  position: absolute;
  right: -3.65rem;
  top: -3.1rem;
}
.Home_Partner .svg svg {
  width: 16.26rem;
  aspect-ratio: 1626 / 1624;
  overflow: visible;
}
.Home_Partner .svg .svg__petal {
  visibility: hidden;
  will-change: transform;
}
@-webkit-keyframes pmd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes pmd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.Contact_Message {
  padding: 0.6rem 0 0.7rem;
  background: #e4f7e3 url(../images/img4.png) no-repeat center top;
  background-size: 100% auto;
}
.Contact_Message .box {
  margin-top: 0.4rem;
}
.Contact_Message .box form {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 2rem;
  gap: 0.16rem;
}
.Contact_Message .box form input[type="text"] {
  height: 0.58rem;
  border-radius: 99px;
  background: #C9EBC7;
  font-size: 16px;
  color: #3DAE2B;
  display: block;
  width: 100%;
  border: 0;
  padding: 0 0.3rem;
}
.Contact_Message .box form input[type="text"]::-webkit-input-placeholder {
  color: #89C081;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_Message .box form input[type="text"]::-moz-placeholder {
  color: #89C081;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_Message .box form input[type="text"]:-ms-input-placeholder {
  color: #89C081;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_Message .box form input[type="text"]::-ms-input-placeholder {
  color: #89C081;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_Message .box form input[type="text"]::placeholder {
  color: #89C081;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_Message .box form input[type="text"]:hover::-webkit-input-placeholder {
  color: #3DAE2B;
}
.Contact_Message .box form input[type="text"]:hover::-moz-placeholder {
  color: #3DAE2B;
}
.Contact_Message .box form input[type="text"]:hover:-ms-input-placeholder {
  color: #3DAE2B;
}
.Contact_Message .box form input[type="text"]:hover::-ms-input-placeholder {
  color: #3DAE2B;
}
.Contact_Message .box form input[type="text"]:hover::placeholder {
  color: #3DAE2B;
}
.Contact_Message .box form label p {
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  color: #3DAE2B;
  border: 1px solid #3DAE2B;
  border-radius: 99px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_Message .box form label p:hover {
  background: #3DAE2B;
  color: #fff;
}
.Footer {
  padding: 0.8rem 0 0.9rem;
  background: #fff;
  z-index: 2;
  position: relative;
}
.Footer .logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Footer .logo a img {
  height: 0.82rem;
}
.Footer .box {
  margin-top: 0.76rem;
}
.Footer .box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer .box .list .item {
  min-width: 3.5rem;
}
.Footer .box .list .item p a {
  font-size: var(--f20);
  color: #3DAE2B;
}
.Footer .box .list .item ul {
  margin-top: 0.3rem;
}
.Footer .box .list .item ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f18);
  color: #333;
  line-height: 1.55;
  gap: 0.2rem;
}
.Footer .box .list .item ul li a {
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Footer .box .list .item ul li a:hover {
  color: #3DAE2B;
}
.Footer .box .list .lxwm {
  margin-left: 1.9rem;
}
.Footer .box .ewm {
  display: flex;
  gap: 0.2rem;
}
.Footer .box .ewm div {
  text-align: center;
}
.Footer .box .ewm img {
  width: 1.1rem;
}
.Footer .box .ewm figcaption {
  font-size: var(--f16);
  margin-top: 4px;
}
.Footer .box1 {
  margin-top: 1rem;
  font-size: var(--f18);
  color: #333;
}
.Footer .box1 .left {
  min-width: 3.5rem;
}
.Footer .box1 .left a {
  display: inline-block;
}
.Footer .box1 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.Footer .box1 a {
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Footer .box1 a:hover {
  color: #3DAE2B;
}
.desc_01 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.55;
}
.Home_About {
  background: #F7FFF7;
  --w1: 11.2rem;
  overflow: hidden;
}
.Home_About .box .boxLeft {
  width: calc(100% - var(--w1));
  padding: 0.78rem 1rem 0 var(--interval);
}
.Home_About .box .boxLeft .main1 {
  padding-right: 0.9rem;
}
.Home_About .box .boxLeft .main1 .desc_01 {
  margin: 0.3rem 0;
  height: 7.75em;
  max-height: 7.75em;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_About .box .boxLeft .main1 .dataList {
  margin-top: 0.64rem;
  display: grid;
  gap: 0.3rem;
}
.Home_About .box .boxLeft .main1 .dataList .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: var(--f16);
  color: #3DAE2B;
  line-height: 1;
  gap: 3px;
}
.Home_About .box .boxLeft .main1 .dataList .item .top span {
  font-size: var(--f46);
}
.Home_About .box .boxLeft .main1 .dataList .item .bot {
  font-size: var(--f18);
  margin-top: 3px;
}
.Home_About .box .boxLeft .main2 .list {
  margin-top: 0.15rem;
}
.Home_About .box .boxLeft .main2 .list .item {
  border-bottom: 1px solid rgba(61, 174, 43, 0.2);
  padding: 0.25rem 0;
}
.Home_About .box .boxLeft .main2 .list .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.32rem;
  cursor: pointer;
}
.Home_About .box .boxLeft .main2 .list .item .top .icon {
  width: 0.58rem;
  aspect-ratio: 1/1;
  border: 1px solid #3DAE2B;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Home_About .box .boxLeft .main2 .list .item .top .icon img {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Home_About .box .boxLeft .main2 .list .item .top .icon img:nth-child(2) {
  opacity: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Home_About .box .boxLeft .main2 .list .item .top .text {
  font-size: var(--f26);
  color: #3DAE2B;
}
.Home_About .box .boxLeft .main2 .list .item .top:hover .icon {
  background: #3DAE2B;
}
.Home_About .box .boxLeft .main2 .list .item .top:hover .icon img:nth-child(1) {
  opacity: 0;
}
.Home_About .box .boxLeft .main2 .list .item .top:hover .icon img:nth-child(2) {
  opacity: 1;
}
.Home_About .box .boxLeft .main2 .list .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Home_About .box .boxLeft .main2 .list .item .bot > div {
  min-height: 0;
}
.Home_About .box .boxLeft .main2 .list .item .bot > div .desc_01 {
  max-height: -webkit-calc(6.2em);
  max-height: calc(1.55em * 4);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Home_About .box .boxLeft .main2 .list .item .bot > div .desc_01::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Home_About .box .boxLeft .main2 .list .item .bot > div .desc_01::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3DAE2B;
}
.Home_About .box .boxLeft .main2 .list .item .bot > div .desc_01::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Home_About .box .boxLeft .main2 .list .item .bot > div .desc_01 {
    scrollbar-color: #3DAE2B rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Home_About .box .boxLeft .main2 .list .active .top .icon {
  background: #3DAE2B;
}
.Home_About .box .boxLeft .main2 .list .active .top .icon img:nth-child(1) {
  opacity: 0;
}
.Home_About .box .boxLeft .main2 .list .active .top .icon img:nth-child(2) {
  opacity: 1;
}
.Home_About .box .boxLeft .main2 .list .active .bot {
  grid-template-rows: 1fr;
  margin-top: 0.25rem;
}
.Home_About .box .boxLeft .swiper-slide {
  pointer-events: none;
  opacity: 0 !important;
}
.Home_About .box .boxLeft .swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
  z-index: 2;
}
.Home_About .box .boxRight {
  width: var(--w1);
}
.Home_About .box .boxRight p {
  overflow: hidden;
  aspect-ratio: 1120/930;
}
.Home_About .box .boxRight p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Home_About .box .boxRight p img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_About .banner_page {
  margin-top: 0.7rem;
}
.Global_Coverage {
  background: #FEFDF4;
  height: 105vh;
  position: relative;
  --pTop: 3.3rem;
  overflow: hidden;
}
.Global_Coverage .xiantiao {
  pointer-events: none;
}
.Global_Coverage .xiantiao .svg1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.Global_Coverage .xiantiao .svg1 svg {
  width: 16.78rem;
  aspect-ratio: 1678/609;
}
.Global_Coverage .xiantiao .svg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.Global_Coverage .xiantiao .svg2 svg {
  width: 12.82rem;
  aspect-ratio: 1282/343;
}
.Global_Coverage .banner {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  z-index: 4;
  overflow: hidden;
  display: grid;
  gap: 0.4rem;
  opacity: 0;
  visibility: hidden;
}
.Global_Coverage .banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-name: pmd;
  animation-name: pmd;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.Global_Coverage .banner ul:hover {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.Global_Coverage .banner ul li {
  padding: 0 0.9rem;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Global_Coverage .banner ul li img {
  margin: auto;
  max-height: 100%;
}
.Global_Coverage .banner ul:nth-child(2) {
  animation-direction: reverse;
}
.Global_Coverage .diqiu {
  position: absolute;
  right: 1rem;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 8.3rem;
  height: 8.3rem;
  aspect-ratio: 830 / 830;
  overflow: hidden;
  will-change: transform, width, height;
}
.Global_Coverage .wMain {
  pointer-events: none;
}
.Global_Coverage .wz {
  width: var(--interval);
  height: var(--pTop);
  display: none;
}
.Global_Coverage .box {
  position: relative;
  padding-top: var(--pTop);
  height: 100vh;
  z-index: 3;
  pointer-events: none;
}
.Global_Coverage .box .titleEn {
  position: relative;
  line-height: 1;
}
.Global_Coverage .box .titleEn div {
  font-size: var(--f46);
  white-space: nowrap;
  color: #3DAE2B;
  text-transform: uppercase;
}
.Global_Coverage .box .titleEn div:first-child {
  opacity: 0;
}
.Global_Coverage .box .titleEn .step1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  will-change: transform, font-size;
}
.Global_Coverage .box .desc {
  font-size: var(--f26);
  color: #333;
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.2rem;
  margin-bottom: 0.46rem;
  max-width: 7.5rem;
  opacity: 0;
  visibility: hidden;
}
.Global_Coverage .box .step3 {
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}
.diqiu #earth {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.diqiu canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.marker-label {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0.12rem, -50%);
  -ms-transform: translate(0.12rem, -50%);
  transform: translate(0.12rem, -50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.marker-label__dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: #3DAE2B;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.marker-label__text {
  margin-left: 0.08rem;
  color: #222;
  font-size: var(--f14);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .Home_About {
    --w1: 10.9rem;
  }
  .Home_About .box .boxLeft .main1 {
    padding-right: 0;
  }
  .Global_Coverage .diqiu {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 1281px) {
  .title_01 {
    font-size: var(--f50);
  }
  .Home_About {
    --w1: 10.6rem;
  }
  .Global_Coverage {
    --pTop: 2.4rem;
  }
  .Global_Coverage {
    height: 112vh;
  }
  .Footer .box .list .item {
    min-width: 3.3rem;
  }
  .Footer .box .list .lxwm {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .fixedBanner,
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 40vh;
  }
  .Home_About {
    --w1: 100%;
  }
  .Home_About .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Home_About .box .boxLeft {
    width: 100%;
    padding: 0.6rem var(--interval) 0;
  }
  .Home_About .box .boxLeft .main1 .dataList {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.4rem;
  }
  .Home_About .box .boxRight {
    width: 100%;
  }
  .Home_About .banner_page {
    margin: 0.4rem 0 0.5rem;
  }
  .Global_Coverage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
  .Global_Coverage .xiantiao {
    opacity: 0.5;
  }
  .Global_Coverage .xiantiao .svg1,
  .Global_Coverage .xiantiao .svg2 {
    opacity: 1;
    visibility: visible;
  }
  .Global_Coverage .xiantiao .svg1 svg {
    width: 8.4rem;
  }
  .Global_Coverage .xiantiao .svg2 svg {
    width: 6.4rem;
  }
  .Global_Coverage .wMain {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .Global_Coverage .box {
    height: auto;
    padding: 0.6rem 0 0.3rem;
  }
  .Global_Coverage .box .titleEn div {
    white-space: normal;
  }
  .Global_Coverage .box .desc {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    margin-bottom: 0.3rem;
  }
  .Global_Coverage .box .step3 {
    opacity: 1;
    visibility: visible;
  }
  .Global_Coverage .diqiu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: min(7rem, 86vw);
    height: min(7rem, 86vw);
    margin: 0.2rem auto 0.4rem;
  }
  .Global_Coverage .banner {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    left: auto;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0.2rem;
  }
  .Global_Coverage .banner ul {
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }
  .Global_Coverage .banner ul li {
    padding: 0 0.6rem;
    height: 54px;
  }
  .Home_About .box .boxLeft .main2 .list .item .top .icon {
    width: 50px;
  }
  .Home_About .box .boxLeft .main2 .list .item .top .icon svg,
  .Home_About .box .boxLeft .main2 .list .item .top .icon img {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  .Contact_Message .box form {
    grid-template-columns: repeat(2, 1fr);
  }
  .Contact_Message .box form label {
    grid-column: 1 / -1;
  }
  .Contact_Message .box form label p {
    width: 100%;
  }
  .Home_Partner .svg svg {
    width: 12.26rem;
  }
  .Home_Partner .svg {
    right: -2.65rem;
    top: -1.1rem;
  }
  .Footer {
    padding: 0.6rem 0 0.7rem;
  }
  .Footer .box {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0.4rem 0.6rem;
  }
  .Footer .box .list {
    display: contents;
  }
  .Footer .box .list .item {
    min-width: 0;
  }
  .Footer .box .list .item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .Footer .box .list .item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .Footer .box .list .lxwm {
    margin-left: 0;
    grid-column: 1;
    grid-row: 2;
  }
  .Footer .box .ewm {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    width: 50vw;
  }
  .Footer .box1 {
    margin-top: 0.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.16rem 0.4rem;
  }
  .Footer .box1 .left {
    min-width: 0;
  }
  .Footer .box .list .item ul li {
    display: grid;
    gap: 0;
  }
  .Footer .logo a img {
    height: 32px;
  }
  .Home_Banner .page {
    bottom: 0.15rem;
  }
  .Home_Banner {
    top: var(--nav_height);
  }
}
@media screen and (max-width: 699px) {
  .title_01 {
    font-size: 22px;
  }
  .Home_About .box .boxLeft .main1 .dataList .item .top span {
    font-size: var(--f56);
  }
  .Home_About .box .boxLeft .main1 .dataList {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem;
  }
  .Home_About .box .boxLeft .main2 .list .item .top .icon {
    width: 40px;
  }
  .Home_About .box .boxLeft .main2 .list .item .top .icon svg,
  .Home_About .box .boxLeft .main2 .list .item .top .icon img {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  .pro_item figcaption .content3 {
    margin: 0.35rem 0;
  }
  .banner_page > div .swiper-pagination-bullet .bullet_outer {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin: -5px !important;
  }
  .Home_Banner .page div .swiper-pagination-bullet .bullet_outer {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 !important;
  }
  .Home_Partner .banner ul li {
    padding: 0 0.6rem;
    height: 40px;
    max-width: 3rem;
  }
  .Home_Partner .banner {
    gap: 0.6rem;
  }
  .Contact_Message .box form input[type="text"],
  .Contact_Message .box form label p {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .Global_Coverage .xiantiao {
    opacity: 0.3;
  }
  .Footer .box .list .item:nth-child(1),
  .Footer .box .list .item:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .Footer .box .list .lxwm {
    grid-column: 1;
    grid-row: auto;
  }
  .Footer .box .ewm {
    grid-column: 2;
    grid-row: auto;
    justify-self: end;
    width: 45vw;
  }
  .Footer .box .ewm img {
    width: 1.65rem;
  }
  .Contact_Message {
    padding: 0.9rem 0;
    background-size: auto 100%;
  }
  .Global_Coverage .diqiu {
    width: 80vw;
    height: 80vw;
  }
  .Global_Coverage .banner ul li {
    height: 45px;
  }
  .marker-label__text {
    font-size: 8px;
  }
  .Footer .box .list .item ul li a,
  .Footer .box .list .item ul li {
    line-height: 1.7;
  }
  .Contact_Message .box form {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_About .box .boxLeft .main2 .list .item .top .text {
    font-size: var(--f22);
  }
  .Global_Coverage .box .desc,
  .Home_Partner .box .desc {
    font-size: var(--f20);
  }
  .Footer .box1,
  .Footer .box .list .item ul li {
    font-size: var(--f16);
  }
}
a[href=""] {
  cursor: default;
}
a[href="javascript:;"] {
  cursor: default;
}
a[href="javascript:void(0);"] {
  cursor: default;
}
a[href="javascript:void(0);"] {
  cursor: default;
}
/*# sourceMappingURL=./style.css.map */