html,
body {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  display: none;
}
:root {
  --swiper-theme-color: #09ad3c;
  --bold: 500;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 1rem;
  --interval: var(--www);
  --nav_height: 1.1rem;
  --color: #09ad3c;
  --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;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --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.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --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);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #09ad3c;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #09ad3c rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.body {
  overflow: hidden;
}
.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: #e9e9e9;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.56rem;
}
.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;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #09ad3c;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #e9e9e9;
}
.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: #09ad3c;
  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: #09ad3c;
}
.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: #09ad3c;
}
.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: #09ad3c;
  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.9rem;
}
.Search_2 .box .item a {
  background: #e9e9e9;
  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: #09ad3c;
}
.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: #09ad3c;
  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: #09ad3c;
}
.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: #09ad3c;
}
.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: #09ad3c;
}
.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: #09ad3c;
}
.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: #09ad3c;
}
.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: #09ad3c;
}
.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: #09ad3c;
}
.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: #09ad3c;
}
.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 #09ad3c;
}
.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: #09ad3c;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.Header_Container.zIndex {
  z-index: 60;
}
.Header_Container.zIndex.active {
  background: #000;
}
.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;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a img {
  height: 32px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0;
}
.Header_Container .box .language {
  margin-left: auto;
  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;
  position: relative;
  height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .language .item {
  margin: 0 10px;
}
.Header_Container .box .language a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .language a:hover {
  opacity: 1;
}
.Header_Container .box .language .active a {
  opacity: 1;
}
.Header_Container .box .Menu {
  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;
  --h: 40px;
  --w: 85px;
  margin-left: 0.6rem;
  mix-blend-mode: exclusion;
}
.Header_Container .box .Menu .div1 {
  width: var(--w);
  font-family: 'MB';
  font-size: 14px;
  color: #fff;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: var(--h);
  height: var(--h);
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .Menu .div1 span {
  display: block;
  height: var(--h);
  line-height: var(--h);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.Header_Container .box .Menu .div1 span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0px, 33%, 1px) rotateX(-90deg);
  transform: translate3d(0px, 33%, 1px) rotateX(-90deg);
}
.Header_Container .box .Menu .div1:hover span {
  -webkit-transform: translate3d(0px, -33%, 1px) rotateX(90deg);
  transform: translate3d(0px, -33%, 1px) rotateX(90deg);
}
.Header_Container .box .Menu .div1:hover span:nth-child(2) {
  -webkit-transform: translate3d(0px, 0%, 0px) rotateX(0deg);
  transform: translate3d(0px, 0%, 0px) rotateX(0deg);
}
.Header_Container .box .Menu .div2 {
  width: var(--w);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.Header_Container .box .Menu .div2 p {
  height: var(--h);
  width: var(--h);
  aspect-ratio: 1/1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.Header_Container .box .Menu .div2 p svg {
  margin: auto;
}
.Header_Container .box .Menu .div2 p:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .Menu.active .div1 {
  display: none;
}
.Header_Container .box .Menu.active .div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .Menu.on .div1 {
  background: #09ad3c;
}
.Header_Container .box .Menu.on .div2 p {
  background: #09ad3c;
}
@media screen and (min-width: 1200px) {
  .Header_Container.active {
    --nav_height: 0.8rem;
  }
}
.Header_Container.sticky .box .logo a .img1 {
  opacity: 0;
}
.Header_Container.sticky .box .logo a .img2 {
  opacity: 1;
}
.Header_Container.sticky .box .language .item a {
  color: #09ad3c;
}
.Header_Container.sticky .box .Menu .div1 {
  color: #09ad3c;
  border-color: #09ad3c;
}
.modal_nav {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
}
.modal_nav .modal_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(23, 22, 24, 0.7);
  display: none;
}
.modal_nav .modal_content {
  max-width: 83.33333vw;
  width: 83.33333vw;
  margin: 0 0 auto auto;
  position: relative;
  z-index: 3;
  display: none;
}

.modal_nav .modal_content::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(9, 173, 60, 0.9);
  transform: translateY(-100%);
  transition: 1.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  will-change: transform;
}

.modal_nav .modal_content.active::after {
  transform: translateY(0);
}

.modal_nav .modal_content .box {
  padding: 1rem var(--interval) 1rem 1.4rem;
  position: relative;
  z-index: 2;
}
.modal_nav .modal_content .box .boxLeft {
  --h: auto;
}
.modal_nav .modal_content .box .boxLeft .item {
  margin-bottom: 0.32rem;
  opacity: 0;
  -webkit-animation-delay: var(--time);
  animation-delay: var(--time);
}
.modal_nav .modal_content .box .boxLeft .item:last-child{ 
    margin-bottom: 0;
				}
.modal_nav .modal_content .box .boxLeft .item > p {
  position: relative;
  height: var(--h);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modal_nav .modal_content .box .boxLeft .item > p a {
  font-size: var(--f36);
  color: #fff;
  opacity: 0.5;
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: var(--h);
  line-height: var(--h);
  line-height: 1.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;
}
.modal_nav .modal_content .box .boxLeft .item > p a:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0px, 40%, 1px) rotateX(-90deg);
  transform: translate3d(0px, 40%, 1px) rotateX(-90deg);
}
.modal_nav .modal_content .box .boxLeft .item > p span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin-left: 0.3rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.modal_nav .modal_content .box .boxLeft .item > p span img {
  margin: auto;
}
.modal_nav .modal_content .box .boxLeft .item:hover > p a {
  opacity: 1;
}
.modal_nav .modal_content .box .boxLeft .item:hover > p span {
  opacity: 1;
  margin-left: 0.4rem;
}
.modal_nav .modal_content .box .boxLeft .item:hover > p span img {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.modal_nav .modal_content .box .boxLeft .item.active > p a {
  opacity: 1;
}
.modal_nav .modal_content .box .boxRight > div {
  opacity: 0;
  -webkit-animation-delay: var(--time);
  animation-delay: var(--time);
}
.modal_nav .modal_content .box .boxRight .content1 {
  padding-top: 0.35rem;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.1;
}
.modal_nav .modal_content .box .boxRight .content2 {
  margin-top: 0.64rem;
}
.modal_nav .modal_content .box .boxRight .content2 ul li {
  margin-bottom: 0.24rem;
  position: relative;
}
.modal_nav .modal_content .box .boxRight .content2 ul li a {
  font-family: 'MM';
  font-size: var(--f20);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: right;
  opacity: 0.8;
}
.modal_nav .modal_content .box .boxRight .content2 ul li a[class*="link"]:hover {
  opacity: 1;
}
.modal_nav .modal_content .box .boxRight .content3 {
  margin-top: 1.4rem;
}
.modal_nav .modal_content .box .boxRight .content3 figure img {
  width: 1.25rem;
}
@-webkit-keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.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 .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 .page {
  position: absolute;
  right: var(--interval);
  bottom: 0.75rem;
  z-index: 2;
}
.Home_Banner .page div .swiper-pagination-bullet {
  all: unset;
  display: inline-block;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer {
  color: #fff;
  width: 1.9rem;
  margin-left: 0.3rem;
  cursor: pointer;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .top {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .top::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #09ad3c;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .bot {
  font-size: var(--f18);
  margin-top: 0.12rem;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer:hover .bot {
  opacity: 1;
}
.Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .top::after {
  -webkit-animation: line var(--duration) linear;
  animation: line var(--duration) linear;
}
.Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .bot {
  opacity: 1;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.HomeKv {
  position: relative;
}
.HomeKv .title {
  position: absolute;
  right: var(--interval);
  top: 1.8rem;
  font-size: 1.1rem;
  color: #fff;
  z-index: 3;
  line-height: 1.1;
  text-align: right;
}
.HomeKv .title p {
  opacity: 0;
}
.HomeKv .title p:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.HomeKv .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.HomeKv .box picture img {
  height: 100vh;
  width: 100%;
}
.HomeKv .box .item {
  position: relative;
  overflow: hidden;
}
.HomeKv .box .item .background_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background: #b8b8b8;
  -webkit-clip-path: polygon(50% 31.94%, 100% 33%, 100% 100%, 0 100%, 0 18.06%);
  clip-path: polygon(50% 31.94%, 100% 33%, 100% 100%, 0 100%, 0 18.06%);
}
.HomeKv .box .item .background_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200vh;
  background: #09ad3c;
  -webkit-clip-path: polygon(0 54.17%, 100% 82.7%, 100% 100%, 0 71.2%);
  clip-path: polygon(0 54.17%, 100% 82.7%, 100% 100%, 0 71.2%);
}
.HomeKv .box .item .background_3 {
  position: absolute;
  inset: 0;
  z-index: 3;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}
.HomeKv .box .item .background_3 img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4.17%;
}
.HomeKv .box .item .Displacement_1 {
  position: absolute;
  inset: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.HomeKv .box .item .Displacement_2 {
  position: absolute;
  inset: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.HomeKv .box .item .background_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background: #b8b8b8;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 67%, 62.5% 70%, 0 77%);
  clip-path: polygon(0 0, 100% 0, 100% 67%, 62.5% 70%, 0 77%);
}
.HomeKv .box .item .background_5 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200vh;
  width: 62.5%;
  z-index: 2;
  background: #09ad3c;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-clip-path: polygon(0 69.5%, 100% 52.06%, 100% 70%, 0 87%);
  clip-path: polygon(0 69.5%, 100% 52.06%, 100% 70%, 0 87%);
}
.HomeKv .box .item .background_6 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200vh;
  width: 37.5%;
  z-index: 2;
  background: #09ad3c;
  -webkit-clip-path: polygon(0 66.94%, 100% 57.06%, 100% 74.11%, 0 83%);
  clip-path: polygon(0 66.94%, 100% 57.06%, 100% 74.11%, 0 83%);
}

.HomeKv .box .item .background_4,
.HomeKv .box .item .background_5,
.HomeKv .box .item .background_6 {
  transition: 1s;
}
.HomeKv .box.active .item:nth-child(2) .background_4 {
  clip-path: polygon(0 0, 100% 0, 100% 67%, 62.5% 70%, 0 87%);
}
.HomeKv .box.active .item:nth-child(2) .background_5 {
  clip-path: polygon(0 82.7%, 100% 65.06%, 100% 82.36%, 0 100%);
}
.HomeKv .box.active .item:nth-child(2) .background_6 {
  clip-path: polygon(0 65.05%, 100% 54.17%, 100% 71.2%, 0 82.36%);
}

.play_btn .play {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.play_btn .play svg {
  margin: auto;
}
.HomeProduct {
  position: relative;
}
.HomeProduct .orientation {
  position: absolute;
  right: var(--interval);
  top: 1.6rem;
  z-index: 2;
}
.HomeProduct .orientation .title {
  text-align: right;
  color: #fff;
  font-size: 0.62rem;
  line-height: 1.3;
}
.HomeProduct .orientation .play_btn {
  margin-top: 0.45rem;
}
.HomeProduct .pic {
    position: relative;
}
.HomeProduct .pic img {
  width: 100%;
}
.HomeProduct .pic p{
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: scale(1.1);
}
.HomeProduct .pic p.active{
    animation: imgScale 8s linear infinite;
}

@keyframes imgScale {
	0%{
		transform: scale(1.1);
	}
	50%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}

.product_line > div.active span {
    display: inline-block;
}
.HomeProduct .box .product_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0.12rem;
  top: 1rem;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.HomeProduct .box .product_line.on {
  top: 0;
  opacity: 1;
}
.HomeProduct .box .product_line::after {
  content: '';
  position: absolute;
  inset: 0;
  top: 1rem;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  height: -webkit-calc(200%);
  height: calc(100% + 100px);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#fff));
  background: -o-linear-gradient(top, transparent, transparent, #fff);
  background: linear-gradient(to bottom, transparent, transparent, #fff);
}
.HomeProduct .box .product_line.active::after {
  top: 0;
  opacity: 1;
}
.HomeProduct .box .product_line > div {
  display: block;
  width: 3px;
  height: 2.4rem;
  background: #09ad3c;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.HomeProduct .box .product_line > div p {
  position: absolute;
  left: 50%;
  top: 0rem;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-120%);
  -ms-transform: translateX(-50%) translateY(-120%);
  transform: translateX(-50%) translateY(-120%);
  white-space: nowrap;
  font-size: var(--f30);
  color: #09ad3c;
}
.HomeProduct .box .product_line > div.active {
  top: 1rem;
  opacity: 0;
}
.HomeProduct .box .product_line > div.active.on {
  top: 0;
  opacity: 1;
}
.HomeProduct .box .product_line .active {
  width: 5px;
  height: 3.5rem;
}
.HomeProduct .box .swiper-wrapper {
  -webkit-transition: -webkit-transform 0.4s ease-out !important;
  transition: -webkit-transform 0.4s ease-out !important;
  -o-transition: transform 0.4s ease-out !important;
  transition: transform 0.4s ease-out !important;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out !important;
}
.HomeProduct .box .swiper-slide {
  padding-top: 54px;
  padding-bottom: 2.6rem;
}
.HomeProduct_01 {
  position: relative;
}
.HomeProduct_01 picture img {
  width: 100%;
}
.HomeProduct_01 .orientation {
  top: 2.4rem;
  left: var(--interval);
  color: #fff;
  position: absolute;
  z-index: 2;
}
.HomeProduct_01 .orientation .content1 {
  font-size: var(--f30);
}
.HomeProduct_01 .orientation .content2 {
  font-size: 0.9rem;
  line-height: 1.2;
}
.HomeProduct_01 .orientation .play_btn,
.HomeProduct_01 .orientation .link_03 {
  margin-top: 0.3rem;
}
.HomeProduct_01 .orientation .play_btn .a,
.HomeProduct_01 .orientation .link_03 .a {
  border-color: #fff;
}
.HomeProduct_01 .orientation .play_btn .a div,
.HomeProduct_01 .orientation .link_03 .a div {
  color: #fff;
}
.HomeProduct_01 .orientation .play_btn .a p,
.HomeProduct_01 .orientation .link_03 .a p {
  background: #fff;
}
.HomeProduct_01 .orientation .play_btn .a p svg path,
.HomeProduct_01 .orientation .link_03 .a p svg path {
  fill: #09ad3c;
}
.Home_Contact .wMain {
  position: relative;
  z-index: 2;
}
.Home_Contact .title {
  font-size: 0.7rem;
  color: #000;
}
.Home_Contact ul {
  margin-top: 0.15rem;
}
.Home_Contact ul li a {
  font-size: var(--f28);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.5;
  font-family: 'MB';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Home_Contact ul li a:hover {
  color: #09ad3c;
}
.Home_Contact .go {
  margin-top: 0.4rem;
}
.Home_Contact .go a {
  font-size: var(--f16);
  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.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Contact .go a p {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #09ad3c;
  margin-right: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Contact .go a p svg {
  margin: auto;
}
.Home_Contact .go a:hover {
  color: #09ad3c;
}
.Home_Contact .box #earth {
  width: 6.5rem;
  height: 6.5rem;
  margin: -1.7rem auto 0;
}
.Home_Contact .box1 {
  font-size: 4.6rem;
  color: #09ad3c;
  text-align: right;
  margin-top: -3.3rem;
  padding-bottom: 0.6rem;
}
.Home_Contact .box1 p {
  line-height: 1;
}
.Footer_Container {
  background: #000;
  padding: 1rem 0 0;
}
.Footer_Container .box .content1 {
  width: 4.6rem;
}
.Footer_Container .box .content2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Footer_Container .box .content2 > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Footer_Container .box .content2 > div p a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Footer_Container .box .content2 > div p a:hover {
  opacity: 1;
  color: #09ad3c;
}
.Footer_Container .box .content3 {
  width: 4.3rem;
}
.Footer_Container .box .content3 ul li {
  margin-bottom: 0.24rem;
  position: relative;
  padding-left: 0.36rem;
}
.Footer_Container .box .content3 ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 0.26rem;
}
.Footer_Container .box .content3 ul li a {
  font-family: 'MM';
  font-size: var(--f20);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .content3 ul li a[class*="link"]:hover {
  color: #09ad3c;
}
.Footer_Container .box .content4 img {
  width: 125px;
}
.Footer_Container .box1 {
  margin-top: 2.25rem;
  padding-bottom: 0.94rem;
}
.Footer_Container .box1 .logo img {
  height: 32px;
}
.Footer_Container .box1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 4rem;
  font-size: var(--f16);
  color: #fff;
}
.Footer_Container .box1 .content a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box1 .content a:hover {
  color: #09ad3c;
}
.nav_toggle {
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
}
.nav_toggle .box ul li {
  padding: 0 0.4rem 0.4rem;
  position: relative;
}
.nav_toggle .box ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 0%;
  height: 2px;
  background: #09ad3c;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.nav_toggle .box ul li a {
  font-size: var(--f28);
  color: #000;
  padding-left: 0.45rem;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.nav_toggle .box ul li a img {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.nav_toggle .box ul li a img:nth-child(1) {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.nav_toggle .box ul li a img:nth-child(2) {
  opacity: 0;
}
.nav_toggle .box ul li:hover a {
  color: #09ad3c;
}
.nav_toggle .box ul li:hover a img:nth-child(1) {
  opacity: 0;
}
.nav_toggle .box ul li:hover a img:nth-child(2) {
  opacity: 1;
}

.nav_toggle .box ul li:hover::after {
  /*width: 100%;*/
}
.nav_toggle .box ul .active::after {
  width: 100%;
}
.nav_toggle .box ul .active a {
  color: #09ad3c;
}
.nav_toggle .box ul .active a img:nth-child(1) {
  opacity: 0;
}
.nav_toggle .box ul .active a img:nth-child(2) {
  opacity: 1;
}



.nav_banner {
  border-bottom: 1px solid #d2d2d2;
}
.nav_banner .box {
  position: relative;
}
.nav_banner .box .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav_banner .box .button div i {
  font-size: var(--f22);
  color: #999;
  transition: 0.6s;
  cursor: pointer;
}
.nav_banner .box .button div i:hover {
  color: #09ad3c;
}
.nav_banner .box .button .prev {
  left: -0.3rem;
}
.nav_banner .box .button .next {
  right: -0.3rem;
}
.nav_banner .swiper-slide {
  justify-content: center;
  display: flex;
  padding: 0.4rem 0;
  position: relative;
  height: auto;
  align-items: center;
}
.nav_banner .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 0%;
  height: 2px;
  background: #09ad3c;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.nav_banner .swiper-slide a {
  font-size: var(--f28);
  color: #000;
  padding-left: 0.45rem;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1280px) {
  .nav_banner .swiper-slide a {
    font-size: var(--f24);
  }
}
@media screen and (max-width: 699px) {
  .nav_banner .swiper-slide a {
    font-size: var(--f20);
    padding-left: 30px;
  }
}
.nav_banner .swiper-slide a img {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 699px) {
  .nav_banner .swiper-slide a img {
    max-width: 20px;
    max-height: 20px;
  }
}
.nav_banner .swiper-slide a img:nth-child(1) {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.nav_banner .swiper-slide a img:nth-child(2) {
  opacity: 0;
}
.nav_banner .swiper-slide a:hover {
  color: #09ad3c;
}
.nav_banner .swiper-slide a:hover img:nth-child(1) {
  opacity: 0;
}
.nav_banner .swiper-slide a:hover img:nth-child(2) {
  opacity: 1;
}
.nav_banner .active::after {
  width: 100%;
}
.nav_banner .active a {
  color: #09ad3c;
}
.nav_banner .active a img:nth-child(1) {
  opacity: 0;
}
.nav_banner .active a img:nth-child(2) {
  opacity: 1;
}



.Product_01 {
  padding: 0.6rem 0 0.5rem;
}
.Product_01 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Product_01 .box .item {
  border: 1px solid #ddd;
  padding: 0.64rem 0.55rem;
  position: relative;
  overflow: hidden;
}
.Product_01 .box .item div {
  position: relative;
  z-index: 1;
}
.Product_01 .box .item .content1 {
  font-size: var(--f30);
  color: #000;
  height: 1.4em;
  max-height: 1.4em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Product_01 .box .item .content2 {
  margin: 0.15rem 0 0.3rem -0.55rem;
  min-height: 4.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 1.1rem);
}
.Product_01 .box .item .content2 img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .item::before {
  content: '';
  position: absolute;
  width: 4.58rem;
  bottom: 0rem;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  will-change: transform;
  opacity: 0;
  left: -0.1rem;
  height: 5.23rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: url(../images/img9.png) no-repeat center bottom;
  background-size: auto 100%;
}
.Product_01 .box .item:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}
.Product_01 .box .item:hover .content2 img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.Product_01 .box .item:hover .content3 .link_01 .a {
  background: #09ad3c;
  color: #fff;
  border-color: #09ad3c;
}
.link_01 .a {
  font-size: var(--f18);
  color: #000;
  cursor: pointer;
  min-width: 1.8rem;
  line-height: 0.54rem;
  border-radius: 0.54rem;
  text-align: center;
  border: 1px solid #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a {
  font-size: var(--f18);
  color: #fff;
  cursor: pointer;
  min-width: 1.8rem;
  line-height: 0.54rem;
  border-radius: 0.54rem;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a:hover {
  background: #fff;
  color: #09ad3c;
  border-color: #fff;
}
.linkOn .a {
  background: #09ad3c;
  color: #fff;
  border-color: #09ad3c;
}
.Product_02 .box {
  display: grid;
  gap: 0.8rem;
}
.Product_02 .box .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ddd;
  padding: 0 0.9rem;
  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;
}
.Product_02 .box .item .content .content1 img {
  max-height: 0.94rem;
}
.Product_02 .box .item .content .content2 {
  margin-top: 0.26rem;
}
.Product_02 .box .item .content .content2 p {
  background: #09ad3c;
  color: #fff;
  font-size: var(--f18);
  min-width: 1.8rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.54rem;
  border-radius: 0.54rem;
  padding: 0 0.2rem;
}
.Product_02 .box .item .content .content3 {
  font-size: var(--f30);
  margin: 0.24rem 0;
  line-height: 1.2;
}
.Product_02 .box .item .content .content4 {
  font-size: var(--f18);
  color: #333;
}
.Product_02 .box .item .img {
  width: 8.4rem;
}
.Product_02 .box .item .img img {
  width: 100%;
}
.Product_02 .box .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.filter-item .img {
  overflow: hidden;
}
.filter-item .img img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.filter-item.active .img img {
  -webkit-animation: imgFilter 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: imgFilter 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.filter-item.active1 .img img {
  -webkit-animation: imgFilter1 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: imgFilter1 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}



@-webkit-keyframes imgFilter {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgFilter {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@-webkit-keyframes imgFilter1 {
  0% {
     -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
     -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes imgFilter1 {
  0% {
   -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    
    
     -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}


.mbx .box {
  color: #999;
  font-size: var(--f18);
}
.mbx .box a {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.mbx .box a:hover {
  color: #09ad3c;
}
.mbx .box span {
  color: #09ad3c;
}
.mbx .box text {
  padding: 0 3px;
  font-size: var(--f14);
}
.Product_03 {
  margin-top: 1.1rem;
}
.Product_03 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  padding-right: 0.45rem;
}
.Product_03 .box .boxLeft .content1 {
  font-size: var(--f60);
  line-height: 1.1;
}
.Product_03 .box .boxLeft .content2 {
  margin-top: 0.4rem;
}
.Product_03 .box .boxLeft .content2 ul li {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
.Product_03 .box .boxLeft .content2 ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.15rem;
}
.Product_03 .box .boxLeft .content3 {
  font-size: var(--f30);
  margin-top: 0.4rem;
}
.Product_03 .box .boxLeft .content4 {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  border-top: 1px solid #ddd;
}
.Product_03 .box .boxLeft .content4 .item {
  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;
  font-size: var(--f18);
  color: #666;
  min-height: 38px;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.Product_03 .box .boxLeft .content4 .item span {
  width: 1.2rem;
  /*font-weight: bold;*/
}
.Product_03 .box .boxLeft .content4 .item p{
    flex: 1;
}
.Product_03 .box .boxLeft .content5 {
  font-size: var(--f18);
  color: #666;
}
.Product_03 .box .boxLeft .content6 {
  margin-top: 0.54rem;
}
.Product_03 .box .boxLeft .content7 {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  max-width: 7.6rem;
  margin-top: 45px;
}
.Product_03 .box .boxLeft .content7 a{
    display: inline-block;
    transition: .4s;
}
.Product_03 .box .boxLeft .content7 a:hover{
    color: var(--color);
}
.Product_03 .box .boxRight {
  width: 7rem;
}
.Product_03 .box .boxRight .sticky {
  background: #e9e9e9;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.5rem);
}
.Product_03 .box .boxRight .sticky .swiper-slide {
  height: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_03 .box .boxRight .sticky .swiper-slide img {
  margin: auto;
  max-height: 100%;
}
.Product_03 .box .boxRight .sticky .page_01 {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.page_01 div span {
  width: 32px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  background: #ccc;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.page_01 div .swiper-pagination-bullet-active {
  background: #09ad3c;
}
.link_03 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  height: 52px;
  border: 1px solid #09ad3c;
  border-radius: 30px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 12px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a div {
  font-size: var(--f18);
  color: #09ad3c;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a p {
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: #09ad3c;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a p svg {
  margin: auto;
}
.link_03 .a p svg path {
  fill: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a:hover {
  background: #09ad3c;
  border-color: #09ad3c !important;
}
.link_03 .a:hover div {
  color: #fff;
}
.link_03 .a:hover p {
  background: #fff;
}
.link_03 .a:hover svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.link_03 .a:hover svg path {
  fill: #09ad3c;
}
.link_04 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  height: 52px;
  border-radius: 30px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 12px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #fff;
  border: 1px solid #09ad3c;
}
.link_04 .a div {
  font-size: var(--f18);
  color: #09ad3c;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_04 .a p {
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: #09ad3c;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_04 .a p svg {
  margin: auto;
}
.link_04 .a p svg path {
  fill: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_04 .a:hover {
  border-color: #fff;
  background: #09ad3c;
}
.link_04 .a:hover div {
  color: #fff;
}
.link_04 .a:hover p {
  background: #fff;
}
.link_04 .a:hover svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.link_04 .a:hover svg path {
  fill: #09ad3c;
}
.link_05 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  height: 52px;
  border-radius: 30px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 12px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #09ad3c;
  border: 1px solid #09ad3c;
}
.link_05 .a div {
  font-size: var(--f18);
  color: #fff;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_05 .a p {
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_05 .a p svg {
  margin: auto;
}
.link_05 .a p svg path {
  fill: #09ad3c;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_05 .a:hover {
  background: #fff;
}
.link_05 .a:hover div {
  color: #09ad3c;
}
.link_05 .a:hover p {
  background: #09ad3c;
}
.link_05 .a:hover svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.link_05 .a:hover svg path {
  fill: #fff;
}
.TechnicalFeatures .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.TechnicalFeatures .item .boxLeft p img {
  width: 100%;
  /*height: 100dvh;*/
}
.TechnicalFeatures .item .boxRight {
  width: 50%;
  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;
  padding: 0 1.3rem;
}
.TechnicalFeatures .item .boxRight .content .content1 {
  font-size: var(--f60);
  line-height: 1;
  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;
}
.TechnicalFeatures .item .boxRight .content .content1 p {
  width: 0.6rem;
  height: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #09ad3c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.2rem;
}
.TechnicalFeatures .item .boxRight .content .content1 p img {
  margin: auto;
  max-width: 0.4rem;
  max-height: 0.4rem;
}
.TechnicalFeatures .item .boxRight .content .content2 {
  font-size: var(--f16);
  line-height: 2;
  margin-top: 0.2rem;
  min-height: 6em;
}
.TechnicalFeatures .item .boxRight .content .content3 {
  margin-top: 0.4rem;
}
.TechnicalFeatures .item:nth-child(odd) {
  background: #09ad3c;
}
.TechnicalFeatures .item:nth-child(odd) .boxRight {
  color: #fff;
}
.TechnicalFeatures .item:nth-child(odd) .boxRight .content1 p {
  background: #fff;
}
.TechnicalFeatures .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.BrandStory {
  position: relative;
}
.BrandStory .img img {
  width: 100%;
}
.BrandStory .title {
  position: absolute;
  right: var(--interval);
  top: 3.2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.15;
  z-index: 3;
}
.BrandStory .title p {
  opacity: 0;
}
.BrandStory .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  height: 12.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.BrandStory .orientation .left {
  height: 100%;
  width: 61.7%;
  position: relative;
}
.BrandStory .orientation .left p {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #096400;
  -webkit-clip-path: polygon(0 10.4%, 100% 63%, 100% 97%, 0 44%);
  clip-path: polygon(0 10.4%, 100% 63%, 100% 97%, 0 44%);
}
.BrandStory .orientation .left img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5%;
}
.BrandStory .orientation .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -1px;
}
.BrandStory .orientation .right p {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 81%;
  height: 100%;
  opacity: 0.5;
  background: #096400;
  -webkit-clip-path: polygon(0 36.4%, 100% 66%, 100% 100%, 0 70%);
  clip-path: polygon(0 36.4%, 100% 66%, 100% 100%, 0 70%);
}
.BrandStory_01 {
  height: 0;
}
.BrandStory_01 > div {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.BrandStory_01 .box {
  padding: 0 1.6rem 1.8rem;
  color: #fff;
}
.BrandStory_01 .box .content1 {
  font-size: var(--f24);
}
.BrandStory_01 .box .content2 {
  font-size: var(--f18);
  line-height: 2;
  margin-top: 0.24rem;
  text-align: justify;
}
.BrandStory_01 .box .content2 p {
  text-indent: calc(var(--f18) * 2);
  margin-bottom: 0.24rem;
}
.BrandStory_01 .box .content2 p:last-child{
    margin-bottom: 0;
}
.HomeProduct_02 {
  padding-top: 1.3rem;
}
.Home_Contact_01 {
  background: #e9e9e9;
  padding-top: 1.9rem;
}
.Contact_01 {
  padding: 25px 0;
  overflow: hidden;
}
.Contact_01 .box .boxLeft {
  width: 4.8rem;
  padding-top: 0.45rem;
}
.Contact_01 .box .boxLeft .list .item {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft .list .item .top {
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  padding: 0.35rem 0;
}
.Contact_01 .box .boxLeft .list .item .top::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  border: 0.16rem solid transparent;
  border-left-color: #f5f5f5;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft .list .item .top .title {
  font-size: var(--f32);
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft .list .item .top .desc {
  font-size: var(--f22);
  margin-top: 4px;
}
.Contact_01 .box .boxLeft .list .item .top:hover .title {
  color: #09ad3c;
}
.Contact_01 .box .boxLeft .list .item .bottom {
  display: none;
}
@media screen and (min-width: 1200px) {
  .Contact_01 .box .boxLeft .list .active {
    background: #f5f5f5;
  }
  .Contact_01 .box .boxLeft .list .active .top {
    padding: 0.35rem;
  }
  .Contact_01 .box .boxLeft .list .active .top::after {
    opacity: 1;
  }
  .Contact_01 .box .boxLeft .list .active .top .title {
    color: #09ad3c;
  }
}
.Contact_01 .box .boxLeft ul {
  margin-top: 0.2rem;
}
.Contact_01 .box .boxLeft ul li {
  margin-bottom: 0.45rem;
  padding-left: 0.3rem;
  position: relative;
}
.Contact_01 .box .boxLeft ul li .content1 {
  position: absolute;
  left: 0;
}
.Contact_01 .box .boxLeft ul li .content2 {
  font-size: var(--f18);
}
.Contact_01 .box .boxLeft ul li .content3 {
  margin-top: 6px;
}
.Contact_01 .box .boxLeft ul li .content3 a {
  font-size: var(--f26);
  line-height: 1;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .boxLeft ul li .content3 a:hover {
  color: #09ad3c;
}
.Contact_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.45rem;
}
.Contact_01 .box .boxRight a {
  display: none;
}
.Contact_01 .box .boxRight a.active {
  display: block;
}
.Contact_01 .box .boxRight a img {
  width: 100%;
  min-height: 6.86rem;
}
.Contact_02 {
  background: #09ad3c;
}
.Contact_02 .box .boxLeft {
  width: 7.7rem;
  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;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3;
}
.Contact_02 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Contact_02 .box .boxRight .item .label {
  display: block;
  font-size: var(--f20);
  color: #fff;
  margin-bottom: 0.12rem;
}
.Contact_02 .box .boxRight .item div input,
.Contact_02 .box .boxRight .item div textarea {
  height: 0.58rem;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: var(--f18);
  resize: none;
  width: 100%;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .boxRight .item div input::-webkit-input-placeholder,
.Contact_02 .box .boxRight .item div textarea::-webkit-input-placeholder {
  color: #fff;
}
.Contact_02 .box .boxRight .item div input::-moz-placeholder,
.Contact_02 .box .boxRight .item div textarea::-moz-placeholder {
  color: #fff;
}
.Contact_02 .box .boxRight .item div input:-ms-input-placeholder,
.Contact_02 .box .boxRight .item div textarea:-ms-input-placeholder {
  color: #fff;
}
.Contact_02 .box .boxRight .item div input::-ms-input-placeholder,
.Contact_02 .box .boxRight .item div textarea::-ms-input-placeholder {
  color: #fff;
}
.Contact_02 .box .boxRight .item div input::placeholder,
.Contact_02 .box .boxRight .item div textarea::placeholder {
  color: #fff;
}
.Contact_02 .box .boxRight .item div input:hover,
.Contact_02 .box .boxRight .item div textarea:hover,
.Contact_02 .box .boxRight .item div input:focus,
.Contact_02 .box .boxRight .item div textarea:focus {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.Contact_02 .box .boxRight .item div textarea {
  height: 1.45rem;
  padding: 0.2rem;
}
.Contact_02 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 0.2rem;
}
.Contact_02 .box .boxRight .list1 {
  margin-top: 0.5rem;
}
.Contact_02 .box .boxRight .list4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--f16);
  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-top: 0.16rem;
}
.Contact_02 .box .boxRight .list4 p {
  margin-left: 0.06rem;
}
.Contact_02 .box .boxRight .list4 p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.Contact_02 .box .boxRight .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #fff !important;
}
.Contact_02 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #fff;
}
.Contact_02 .box .boxRight .list4 .layui-form-checked[lay-skin=primary] i {
  background: #fff;
  color: #09ad3c;
}
.Contact_02 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .box .boxRight .list5 {
  margin-top: 0.4rem;
}
.empty {
  font-size: var(--f16);
  color: #999;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1520px) {
  .Product_03 .box .boxRight {
    width: 6.8rem;
  }
  .Product_03 .box .boxLeft .content4 .item span {
    width: 1.1rem;
  }
  .BrandStory_01 .box {
    padding: 0 1.6rem 1rem;
  }
  .Product_02 .box .item .content {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 1400px) {
  .Product_03 .box .boxLeft {
    padding-right: 0.35rem;
  }
  .BrandStory_01 .box {
    padding: 0 1rem 1rem;
  }
}
@media screen and (max-width: 1281px) {
  .modal_nav .modal_content .box {
    padding: 1rem var(--interval) 0.7rem 1.4rem;
  }
  .Home_Contact .box1 {
    font-size: 4.2rem;
    margin-top: -2.9rem;
  }
  .Footer_Container .box .content1 {
    width: 3.8rem;
  }
  .Product_03 .box .boxLeft .content4 .item span {
    width: 1.3rem;
  }
  .Product_03 .box .boxLeft .content4 .item {
    height: 46px;
  }
  .Contact_01 .box .boxLeft .list .item .top .desc {
    height: 3em;
  }
  .Contact_01 .box .boxLeft ul li {
    padding-left: 0.4rem;
  }
  .Contact_01 .box .boxLeft ul li .content1 img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .Home_Contact .box1 {
    font-size: 2.4rem;
    margin-top: -1.6rem;
  }
  .Footer_Container .box .content2 {
    display: none;
  }
  .Footer_Container .box .content1 {
    width: 0.6rem;
  }
  .Footer_Container .box .content3 {
    width: 4.1rem;
  }
  .Footer_Container .box .content4 img {
    width: 100px;
  }
  .Footer_Container .box1 .logo {
    display: none;
  }
  .Footer_Container .box1 .content {
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .Footer_Container .box1 {
    margin-top: 1.1rem;
    padding-bottom: 0.6rem;
  }
  .Home_Contact .box #earth {
    width: 6rem;
    height: 6rem;
    margin: -0.9rem auto 0;
  }
  .HomeProduct_01 .orientation .content2 {
    margin-top: 6px;
  }
  .HomeProduct .box .product_line > div {
    height: 2rem;
    width: 2px;
  }
  .HomeProduct .box .product_line .active {
    height: 3rem;
    width: 4px;
  }
  .HomeProduct .box .swiper-slide {
    padding-bottom: 2.3rem;
  }
  .Header_Container .box .logo a img {
    height: 28px;
  }
  .modal_nav .modal_content .box {
    padding: 1rem var(--interval) 0.7rem 1rem;
  }
  .modal_nav .modal_content .box .boxRight .content3 figure img {
    width: 1.5rem;
  }
  .nav_toggle .box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 5vw;
    gap: 0.2rem;
  }
  .nav_toggle .box ul li {
    padding: 0.2rem 0;
  }
  .Product_01 .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_01 .box .item::before {
    width: 4rem;
  }
  .Product_01 .box .item .content1 {
    height: 2.8em;
    max-height: 2.8em;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .Product_01 .box .item {
    padding: 0.54rem 0.45rem;
  }
  .Product_01 .box .item .content2 {
    /*height: 3.8rem;*/
  }
  .nav_toggle .box ul li a {
    padding-left: 0.55rem;
  }
  .Product_03 .box .boxLeft {
    padding-right: 0;
  }
  .Product_03 {
    margin-top: 0.8rem;
  }
  .Product_03 .box .boxRight {
    margin: 0.6rem auto 0;
  }
  .Product_03 .box .boxRight .sticky .swiper-slide {
    height: 6.8rem;
  }
  .Product_03 {
    overflow: hidden;
  }
  .Product_02 .box .item {
    display: block;
  }
  .Product_02 .box .item .content {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.6rem;
  }
  .Product_02 .box .item .img {
    width: 100%;
  }
  .TechnicalFeatures .item .boxLeft p img {
    height: 60vh;
  }
  .TechnicalFeatures .item .boxRight {
    padding: 0 0.4rem;
  }
  .TechnicalFeatures .item .boxRight .content .content1 {
    font-size: var(--f40);
  }
  .TechnicalFeatures .item .boxRight .content .content1 p {
    width: 0.7rem;
    height: 0.7rem;
  }
  .BrandStory_01 .box {
    padding: 0 0 0.5rem;
  }
  .BrandStory .orientation {
    height: 10.6rem;
  }
  .BrandStory .orientation .left img {
    bottom: 10%;
    -webkit-transform: skewY(15deg);
    -ms-transform: skewY(15deg);
    transform: skewY(15deg);
  }
  .HomeKv .box .item .background_3 img {
    -webkit-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    transform: skewY(45deg);
    bottom: 10%;
    height: 7rem;
  }
  .Contact_01 .box .boxRight,
  .Contact_01 .box .boxLeft .list .item .top::after {
    display: none;
  }
  .Contact_01 .box .boxLeft {
    width: 100%;
  }
  .Contact_01 .box .boxLeft .list .item .bottom {
    display: block;
  }
  .Contact_01 .box .boxLeft .list .item .top .desc {
    height: auto;
  }
  .Contact_01 .box .boxLeft ul {
    margin-top: 0.5rem;
  }
  .Contact_02 .box .boxLeft {
    width: 100%;
  }
  .Contact_02 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.6rem;
  }
  .Contact_02 .box .boxLeft br {
    display: none;
  }
  .HomeProduct_01 .orientation,
  .HomeProduct .orientation {
    top: 0.9rem;
  }
  .HomeProductPhone .orientation {
    top: 1.3rem;
  }
  .HomeKv .title,
  .BrandStory .title,
  .modal_nav .modal_content .box .boxRight .content1 {
    font-size: 0.7rem;
    line-height: 1.2;
  }
  .Home_Contact .title,
  .HomeProduct_01 .orientation .content2 {
    font-size: 0.6rem;
  }
  .HomeProduct .orientation .title,
  .Contact_02 .box .boxLeft {
    font-size: 0.5rem;
  }
  .Product_01 .box .item .content1 {
    font-size: var(--f28);
  }
  .HomeProduct_01 .orientation .content1 {
    font-size: var(--f26);
  }
  .HomeProduct .box .product_line > div p {
    font-size: 18px;
  }
  .HomeKv {
    overflow: hidden;
  }
}
.shortcut {
  position: relative;
}
.shortcut .shortcut_img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  display: none;
}
@media screen and (max-width: 699px) {
  .shortcut .shortcut_img {
    display: block;
  }
}
.shortcut .shortcut_img img {
  height: 22px;
  -webkit-animation: leftRight 1.5s infinite linear;
  animation: leftRight 1.5s infinite linear;
}
@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (max-width: 699px) {
  .Home_Contact .box1 {
    font-size: 1.7rem;
    margin-top: -1.1rem;
  }
  .HomeKv .box .item {
    margin: 0 -1px;
  }
  .HomeKv .box .item .background_3 img {
    bottom: 0%;
    -webkit-transform: skewY(34deg);
    -ms-transform: skewY(34deg);
    transform: skewY(34deg);
  }
  .HomeKv .box .item .background_1 {
    -webkit-clip-path: polygon(50% 31.94%, 100% 40%, 100% 100%, 0 100%, 0 18.06%);
    clip-path: polygon(50% 31.94%, 100% 40%, 100% 100%, 0 100%, 0 18.06%);
  }
  .HomeKv .box .item .background_2 {
    -webkit-clip-path: polygon(0 67%, 100% 84%, 100% 97%, 0 80%);
    clip-path: polygon(0 67%, 100% 84%, 100% 97%, 0 80%);
  }
  .HomeKv .box .item .background_4 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 69%, 62.5% 74%, 0 77%);
    clip-path: polygon(0 0, 100% 0, 100% 69%, 62.5% 74%, 0 77%);
  }
  .HomeKv .box .item .background_5 {
    -webkit-clip-path: polygon(0 77%, 100% 67%, 100% 77%, 0 87%);
    clip-path: polygon(0 77%, 100% 67%, 100% 77%, 0 87%);
  }
  .HomeKv .box .item .background_6 {
    -webkit-clip-path: polygon(0 73%, 100% 68%, 100% 77%, 0 83%);
    clip-path: polygon(0 73%, 100% 68%, 100% 78%, 0 83%);
  }
  .HomeKv .title,
  .BrandStory .title,
  .modal_nav .modal_content .box .boxRight .content1 {
    font-size: 0.5rem;
    line-height: 1.2;
  }
  .HomeKv .title {
    top: 2.4rem;
  }
  .Header_Container .box .logo a img {
    height: 20px;
  }
  .Header_Container .box .Menu {
    --h: 32px;
    --w: 76px;
    margin-left: 0.3rem;
  }
  .Header_Container .box .language a,
  .Header_Container .box .Menu .div1 span {
    font-size: 13px;
  }
  .Header_Container .box .Menu .div2 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .modal_nav .modal_content .box .boxRight {
    display: none;
  }
  .modal_nav .modal_content .box {
    padding: 1.4rem var(--interval) 0.7rem 5vw;
  }
  .modal_nav .modal_content .box .boxLeft .item > p a {
    font-size: 16px;
  }
  .modal_nav .modal_content {
    max-width: 72vw;
    width: 72vw;
  }
  .HomeProduct .box .swiper-slide {
    min-width: 240%;
  }
  .HomeProduct .box .product_line > div p {
    font-size: 16px;
  }
  .HomeProduct .box .product_line .active {
    width: 3px;
  }
  .HomeProduct .pic img,
  .HomeProduct_01 picture img {
    min-height: 6.6rem;
  }
  .HomeProduct .orientation .title,
  .Contact_02 .box .boxLeft,
  .Home_Contact .title,
  .HomeProduct_01 .orientation .content2 {
    font-size: 0.44rem;
  }
  .HomeProduct_01 .orientation .play_btn,
  .HomeProduct_01 .orientation .link_03 {
    margin-top: 0.4rem;
    transform-origin: left center;
  }
  .HomeProduct_01 .orientation .play_btn .a,
  .HomeProduct_01 .orientation .link_03 .a {
    padding-right: 5px;
  }
  .HomeProduct_01 .orientation .play_btn .a p,
  .HomeProduct_01 .orientation .link_03 .a p {
    width: 32px;
    height: 32px;
  }
  .HomeProduct_01 .orientation .content1 {
    font-size: 16px;
  }
  .Home_Contact .box #earth {
    width: 70vw;
    height: 70vw;
  }
  .Home_Contact .box #earth {
    margin: auto;
  }
  .Footer_Container .box .content1 {
    display: none;
  }
  .Footer_Container .box1 .content {
    font-size: 11px;
  }
  .Footer_Container .box .content3 ul li {
    padding-left: 0.46rem;
  }
  .Footer_Container .box .content3 ul li img {
    max-width: 0.3rem;
  }
  .Footer_Container .box .content4 img {
    width: 86px;
  }
  .nav_toggle .box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav_toggle .box ul li a {
    font-size: 14px;
  }
  .nav_toggle .box ul li a img {
    max-width: 20px;
    max-height: 20px;
  }
  .Product_01 .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .link_01 .a,
  .link_02 .a {
    line-height: 0.64rem;
  }
  .link_03 .a,
  .link_04 .a,
  .link_05 .a {
    min-width: 2.6rem;
    height: 46px;
    padding-right: 8px;
  }
  .TechnicalFeatures .item .boxRight .content .content1 p {
    width: 0.8rem;
    height: 0.8rem;
  }
  .HomeProductPhone .orientation {
    top: 1.6rem;
  }
  .Product_03 .box .boxLeft .content4 {
    grid-template-columns: 1fr;
  }
  .Product_03 .box .boxLeft .content4 .item span {
    width: 1.6rem;
  }
  .Product_03 .box .boxLeft .content1 {
    font-size: var(--f28);
  }
  .Product_02 .box .item .content .content2 p {
    min-width: 1.8rem;
    line-height: 0.64rem;
    border-radius: 0.64rem;
    padding: 0 0.3rem;
  }
  .TechnicalFeatures .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .TechnicalFeatures .item .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .TechnicalFeatures .item .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0.7rem 5vw;
  }
  .TechnicalFeatures .item .boxRight .content .content1 {
    font-size: var(--f28);
  }
  .BrandStory_01 {
    height: auto;
    padding: 0.8rem 0 0;
  }
  .BrandStory_01 > div {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .BrandStory_01 .box {
    color: #000;
  }
  .BrandStory .orientation .left img {
    bottom: 12%;
    -webkit-transform: skewY(32deg);
    -ms-transform: skewY(32deg);
    transform: skewY(32deg);
    height: 5rem;
  }
  .BrandStory .title {
    top: 2.3rem;
  }
  .HomeProduct_02 {
    padding-top: 0.5rem;
  }
  .Contact_01 .box .boxLeft ul li .content2 {
    font-size: 16px;
  }
  .Contact_01 .box .boxLeft ul li .content3 a {
    font-size: 18px;
  }
  .Contact_01 .box .boxLeft ul li {
    padding-left: 0.5rem;
  }
  .Contact_02 .box .boxLeft {
    font-size: 0.38rem;
  }
  .Contact_02 .box .boxRight .item div input {
    height: 0.68rem;
  }
.HomeKv .box.active .item:nth-child(2) .background_5 {
    clip-path: polygon(0 83.7%, 100% 70.06%, 100% 84.36%, 0 97%);
}
  .HomeKv .box.active .item:nth-child(2) .background_6 {
    clip-path: polygon(0 70.05%, 100% 61.17%, 100% 76.2%, 0 84.36%);
}
  
}





.Product_05 {
  padding-top: 0.6rem;
}
.Product_05 .box .content1 {
  font-size: var(--f48);
}
.Product_05 .box .content2 {
  font-size: var(--f20);
  margin-top: 0.1rem;
}
.Product_06 .box {
  margin-top: 0.84rem;
}
.Product_06 .box .title {
  font-size: var(--f26);
  color: #333;
  text-align: center;
  margin-bottom: 0.16rem;
  font-weight: bold;
}
@media screen and (max-width: 699px) {
  .Product_06 .box .title {
    font-size: 15px;
  }
}
.Product_06 .box .main {
  position: relative;
}
.Product_06 .box .main .scroll {
  border-top: 1px solid #09ad3c;
}
.Product_06 .box .main .scroll table {
  width: 100%;
}
.Product_06 .box .main .scroll tr {
  font-size: var(--f18);
  color: #333;
  border-bottom: 1px solid #09ad3c;
}
.Product_06 .box .main .scroll tr:first-child {
  font-weight: bold;
}
.Product_06 .box .main .scroll tr td {
  padding: 0.12rem 0.6rem;
  width: 28%;
}
.Product_06 .box .main .scroll tr td:first-child {
  width: 16%;
}
@media screen and (max-width: 1200px) {
  .Product_06 .box .main .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
    padding-bottom: 0.6rem;
  }
  .Product_06 .box .main .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_06 .box .main .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #09ad3c;
  }
  .Product_06 .box .main .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Product_06 .box .main .scroll {
      scrollbar-color: #09ad3c rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Product_06 .box .main .scroll table {
    width: 200%;
  }
  .Product_06 .box .main .scroll table tr td {
    padding: 0.1rem 0.3rem;
  }
}
@media screen and (max-width: 699px) {
  .Product_05 .box .content1 {
    font-size: var(--f24);
  }
  .Product_05 .box .content2,
  .Product_06 .box .main .scroll tr {
    font-size: 12px;
  }
  .Product_06 .box .main .scroll table {
    width: 225%;
  }
  
  
  .HomeProduct_01 .link_03 .a{
      transform-origin:  left center;
      transform: scale(0.9);
  }
}
/*# sourceMappingURL=./style.css.map */