html,
body {
  scroll-behavior: smooth;
}
:root {
  --swiper-theme-color: #4BAB49;
  --b600: 600;
  --line: 52px;
}
.ios ,.lang_en {
  --bold: bold;
}
img {
  -webkit-touch-callout: none;
  user-select: none;
}

body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #4BAB49;
  --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: 1450px) {
     --interval: 1rem;
}
@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: 0;
  /*top: calc(var(--nav_height) * -1 + 1px);*/
}
.maodian1{
    position: relative;
    top: -0.82rem;
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
.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: #F8F8F8;
}
.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;
}
.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: #4BAB49;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #F8F8F8;
}
.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: #4BAB49;
  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: #4BAB49;
}
.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;
}
.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: var(--f54);
  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: #4BAB49;
}
.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: #4BAB49;
}
.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;
  flex-wrap: wrap;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
}
.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: #4BAB49;
}
.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: #4BAB49;
}
.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: #4BAB49;
}
.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: #4BAB49;
}
.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);
  }
}
.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 .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: 50px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .logo a .logo2 {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.Header_Container .box .nav .item {
  padding: 0 0.15rem;
  position: relative;
}
.Header_Container .box .nav .item > p a {
  font-size: var(--f16);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav .item:hover .SelectNav01,
.Header_Container .box .nav .item:hover .SelectNav02 {
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav .item:hover .SelectNav01 ._box,
.Header_Container .box .nav .item:hover .SelectNav02 ._box {
  opacity: 1;
}
.Header_Container .box .search {
  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 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Header_Container .box .search path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.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;
  margin-right: 0.4rem;
}
.Header_Container .box .language a {
  font-size: var(--f18);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .language a i {
  font-size: 12px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .lx {
  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 .lx .link_01 .a {
  height: 48px;
  min-width: 1.5rem;
}
.Header_Container.active,
.Header_Container.on,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.active .box .logo a .logo2,
.Header_Container.on .box .logo a .logo2,
.Header_Container.sticky .box .logo a .logo2 {
  opacity: 1;
}
.Header_Container.active .box .logo a .logo1,
.Header_Container.on .box .logo a .logo1,
.Header_Container.sticky .box .logo a .logo1 {
  opacity: 0;
}
.Header_Container.active .box .nav .item > p a,
.Header_Container.on .box .nav .item > p a,
.Header_Container.sticky .box .nav .item > p a {
  color: #000;
}
.Header_Container.active .box .nav .item:hover > p a,
.Header_Container.on .box .nav .item:hover > p a,
.Header_Container.sticky .box .nav .item:hover > p a {
  color: #4BAB49;
}
.Header_Container.active .box .nav .item.active > p a,
.Header_Container.on .box .nav .item.active > p a,
.Header_Container.sticky .box .nav .item.active > p a {
  color: #4BAB49;
}
.Header_Container.active .box .search svg path,
.Header_Container.on .box .search svg path,
.Header_Container.sticky .box .search svg path {
  fill: #4BAB49;
}
.Header_Container.active .box .language a,
.Header_Container.on .box .language a,
.Header_Container.sticky .box .language a {
  color: #000;
}
.Header_Container.active .box .language a i,
.Header_Container.on .box .language a i,
.Header_Container.sticky .box .language a i {
  color: #4BAB49;
}
.Header_Container.active .box .lx .link_01 .a,
.Header_Container.on .box .lx .link_01 .a,
.Header_Container.sticky .box .lx .link_01 .a {
  background: #4BAB49;
}
.Header_Container.active .box .lx .link_01 .a p,
.Header_Container.on .box .lx .link_01 .a p,
.Header_Container.sticky .box .lx .link_01 .a p {
  color: #fff;
}
.Header_Container.active .box .lx .link_01 .a .circle,
.Header_Container.on .box .lx .link_01 .a .circle,
.Header_Container.sticky .box .lx .link_01 .a .circle {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.Header_Container.active .box .lx .link_01 .a .circle span,
.Header_Container.on .box .lx .link_01 .a .circle span,
.Header_Container.sticky .box .lx .link_01 .a .circle span {
  background: #fff;
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.SelectNav01 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 8px;
  pointer-events: none;
  visibility: hidden;
}
.SelectNav01 ._box {
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
}
.SelectNav01 ._box ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.35rem;
  border-radius: 10px;
  position: relative;
  display: grid;
  gap: 5px;
}
.SelectNav01 ._box ul li {
  position: relative;
  z-index: 2;
}
.SelectNav01 ._box ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 2.1rem;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  color: #333;
  height: 50px;
  border-radius: 10px;
  padding: 0 0.15rem;
}
.SelectNav01 ._box ul li a i {
  color: #666;
  font-size: var(--f16);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.SelectNav01 ._box ul li:hover a {
  background: #4BAB49;
  color: #fff;
}
.SelectNav01 ._box ul li:hover a i {
  color: #fff;
}
.SelectNav01 ._box ul .active a {
  background: #4BAB49;
  color: #fff;
}
.SelectNav01 ._box ul .active a i {
  color: #fff;
}
.SelectNav02 {
  position: absolute;
  left: -0.25rem;
  padding-top: 8px;
  pointer-events: none;
  visibility: hidden;
}
.SelectNav02 ._box {
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
}
.SelectNav02 ._box ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.35rem;
  position: relative;
  display: grid;
  gap: 5px 1.1rem;
  grid-template-columns: repeat(2, 1fr);
}
.SelectNav02 ._box ul li {
  position: relative;
  z-index: 2;
}
.SelectNav02 ._box ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 2.1rem;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  color: #333;
  height: 50px;
  border-radius: 10px;
  padding: 0 0.15rem;
}
.SelectNav02 ._box ul li a i {
  color: #666;
  font-size: var(--f16);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.SelectNav02 ._box ul li:hover a {
  background: #4BAB49;
  color: #fff;
}
.SelectNav02 ._box ul li:hover a i {
  color: #fff;
}
.SelectNav02 ._box ul .active a {
  background: #4BAB49;
  color: #fff;
}
.SelectNav02 ._box ul .active a i {
  color: #fff;
}
.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: 480px;
  }
}
.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 .banner .swiper-slide .orientation .content1 {
  font-size: var(--f52);
  font-weight: var(--bold);
  color: #fff;
  max-width: 60%;
}
.Home_Banner .banner .swiper-slide .orientation .content1 br{
    display: none;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  margin-top: 0.4rem;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 2;
}
.Home_Banner .page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div .swiper-pagination-bullet {
  all: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 2px;
  cursor: pointer;
}
.Home_Banner .page div .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet svg {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet svg .svg1 {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  stroke-dasharray: 88;
  stroke-dashoffset: 88;
}
.Home_Banner .page div .swiper-pagination-bullet-active::after {
  background: #4BAB49;
}
.Home_Banner .page div .swiper-pagination-bullet-active svg {
  opacity: 1;
}
.Home_Banner .page div .swiper-pagination-bullet-active svg .svg1 {
  opacity: 1;
  -webkit-animation: line var(--duration) linear forwards;
  animation: line var(--duration) linear forwards;
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 88;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 88;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.link_01 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: var(--line);
  border-radius: 24px;
  min-width: 1.6rem;
  padding: 0 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a p {
  font-size: var(--f18);
  color: #4BAB49;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(75, 171, 73, 0.6);
  margin-left: 0.2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a .circle span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4BAB49;
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a .circle::before,
.link_01 .a .circle::after {
  content: '';
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.link_01 .a:hover {
  background: #4BAB49;
}
.link_01 .a:hover p {
  color: #fff;
}
.link_01 .a:hover .circle {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.link_01 .a:hover .circle span {
  background: #fff;
}
.link_01 .a:hover .circle::before,
.link_01 .a:hover .circle::after {
  -webkit-animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.link_01 .a:hover .circle::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link_02 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4BAB49;
  height: var(--line);
  border-radius: 24px;
  min-width: 1.6rem;
  padding: 0 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a p {
  font-size: var(--f18);
  color: #4BAB49;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #4BAB49;
  margin-left: 0.2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a .circle span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4BAB49;
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a .circle::before,
.link_02 .a .circle::after {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.link_02 .a:hover {
  background-color: #4BAB49;
}
.link_02 .a:hover p {
  color: #fff;
}
.link_02 .a:hover .circle {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.link_02 .a:hover .circle span {
  background: #fff;
}
.link_02 .a:hover .circle::before,
.link_02 .a:hover .circle::after {
  -webkit-animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.link_02 .a:hover .circle::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link_03 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--line);
  border: 1px solid #fff;
  border-radius: 24px;
  min-width: 1.6rem;
  padding: 0 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a p {
  font-size: var(--f18);
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 0.2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_03 .a .circle span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
}
.link_03 .a .circle::before,
.link_03 .a .circle::after {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border: 1px solid rgba(75, 171, 73, 0.8);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.link_03 .a:hover {
  background: #fff;
}
.link_03 .a:hover p {
  color: #4BAB49;
}
.link_03 .a:hover .circle {
  border: 1px solid rgba(75, 171, 73, 0.6);
}
.link_03 .a:hover .circle span {
  background: #4BAB49;
}
.link_03 .a:hover .circle::before,
.link_03 .a:hover .circle::after {
  -webkit-animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.link_03 .a:hover .circle::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.title_01 {
  font-size: var(--f44);
  font-weight: var(--b600);
}
.title_01.en {
  font-family: 'MR';
}
.Home_About {
  position: relative;
  overflow: hidden;
}
.Home_About .img img {
  width: 100%;
}
.Home_About .orientation {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.Home_About .box {
  width: 8.1rem;
  margin-top: 0.46rem;
}
.Home_About .box .desc {
  font-size: var(--f20);
  color: #666;
  margin-bottom: 0.6rem;
  height: 11.2em;
  max-height: 11.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.Home_About .box .desc span {
  color: #4BAB49;
}
.Home_About .orientation_02 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
}
.Home_About .box1 {
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 0.5rem 0;
}
.Home_About .box1 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.Home_About .box1 .list .item .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;
  width: 44px;
}
.Home_About .box1 .list .item .content {
  padding-left: 0.34rem;
}
.Home_About .box1 .list .item .content .top {
  position: relative;
}
.Home_About .box1 .list .item .content .top p {
  font-size: var(--f48);
  line-height: 1;
  font-family: 'MB';
  color: #4BAB49;
}
.Home_About .box1 .list .item .content .top p span {
  font-size: 0.68rem;
}
.Home_About .box1 .list .item .content .top .p1 {
  opacity: 0;
}
.Home_About .box1 .list .item .content .top .p2 {
  position: absolute;
  left: 0;
  top: 0;
}
.Home_About .box1 .list .item .content .bot {
  font-size: var(--f20);
  margin-top: 5px;
}
.Home_Solution {
  position: relative;
}
.Home_Solution .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.Home_Solution .banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.Home_Solution .banner .swiper-slide .img img {
  width: 100%;
}
.Home_Solution .banner .swiper-slide .orientation {
  position: absolute;
  width: 6.5rem;
  left: var(--interval);
  top: 3.5rem;
}
.Home_Solution .banner .swiper-slide .orientation .content1 img {
  height: 54px;
}
.Home_Solution .banner .swiper-slide .orientation .content2 {
  font-size: var(--f38);
  font-weight: var(--bold);
  color: #fff;
  line-height: 1.2;
  margin-top: 0.3rem;
}
.Home_Solution .banner .swiper-slide .orientation .content3 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.24rem;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Solution .banner .swiper-slide .orientation .content4 {
  margin-top: 0.2rem;
}
.Home_Solution .position {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0rem;
  z-index: 1;
  padding: 0.5rem 0;
  
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,48,104,0.4)); 
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,48,104,0.4)); 
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,48,104,0.4)); 
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,48,104,0.4)); 
  
}
.Home_Solution .banner1 {
  position: relative;
}
.Home_Solution .banner1 .swiper .item {
  cursor: pointer;
}
.Home_Solution .banner1 .swiper .item .top p {
  width: 68px;
  height: 68px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.Home_Solution .banner1 .swiper .item .top p img {
  margin: auto;
  height: 36px;
  position: relative;
  z-index: 2;
  opacity: 0.7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Solution .banner1 .swiper .item .top p::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10.2px);
  backdrop-filter: blur(10.2px);
  border-radius: 50%;
  opacity: 0.01;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.Home_Solution .banner1 .swiper .item .bot {
  text-align: center;
  font-size: var(--f18);
  margin-top: 0.15rem;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
  line-height: 1.5;
}
.Home_Solution .banner1 .swiper .item .bot span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  height: 1.5em;
  position: relative;
}
.Home_Solution .banner1 .swiper .item .bot span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.Home_Solution .banner1 .swiper .item .bot p {
  padding: 0 0.2rem;
  opacity: 0.7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Solution .banner1 .swiper .item:hover .bot p {
  opacity: 1;
}
.Home_Solution .banner1 .swiper .swiper-slide:first-child .item .bot span:first-child {
  opacity: 0;
}
.Home_Solution .banner1 .swiper .swiper-slide:last-child .item .bot span:last-child {
  opacity: 0;
}
.Home_Solution .banner1 .swiper .swiper-slide-thumb-active .item .top p img {
  opacity: 1;
}
.Home_Solution .banner1 .swiper .swiper-slide-thumb-active .item .top p::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Home_Solution .banner1 .swiper .swiper-slide-thumb-active .item .bot p {
  opacity: 1;
}
.banner_button div i {
  color: #fff;
  font-size: var(--f24);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_button div i:hover {
  opacity: 1;
}
.banner_position div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.banner_position .prev {
  left: -0.3rem;
}
.banner_position .next {
  right: -0.3rem;
}
.Home_Product {
  --w1: 6.2rem;
  --w2: calc((var(--vw) - var(--interval) * 2 - var(--w1) - 40px) / 4);
  --w3: calc((var(--vw) - var(--interval) * 2 - 40px) / 5);
  --p: 0.58rem;
  --h: 4.9rem;
  overflow: hidden;
}
.Home_Product .box .swiper-slide {
  padding-bottom: var(--p);
  width: var(--w2);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper-slide .item {
  position: relative;
}
.Home_Product .box .swiper-slide .item .img {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  
  z-index: 0;
}
.Home_Product .box .swiper-slide .item .img img {
  width: 100%;
  height: var(--h);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper-slide .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 157, 255, 0.3)), to(rgba(255, 255, 255, 0.9)));
  background: -o-linear-gradient(top, rgba(77, 157, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(180deg, rgba(77, 157, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0.01;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.Home_Product .box .swiper-slide .item .content {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 100%;
  text-align: center;
}
.Home_Product .box .swiper-slide .item .content .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #fff;
}
.Home_Product .box .swiper-slide .item .content .content2 {
  margin-top: 0.2rem;
  opacity: 0;
  -webkit-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper-slide .item .pic {
  position: absolute;
  left: 0;
  bottom: calc(var(--p) * -1);
  width: 100%;
  z-index: 2;
}
.Home_Product .box .swiper-slide .item .pic p {
  height: 3.74rem;
}

@media screen and (min-width: 1200px) {
    .Home_Product .box .swiper-slide .item .pic p {
      opacity: 0;
      -webkit-transform: translateY(0.1rem) scale(0.95);
      -ms-transform: translateY(0.1rem) scale(0.95);
      transform: translateY(0.1rem) scale(0.95);
      -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
    }
    
    
    
    .Home_Product .box .swiper-slide-active {
  width: var(--w1);
}
.Home_Product .box .swiper-slide-active .item .img::before {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Home_Product .box .swiper-slide-active .item .content .content2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_Product .box .swiper-slide-active .item .pic p {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}



.Home_Product .box .swiper-slide-active .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

 .Home_Product .box .swiper-slide .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

}



.Home_Product .box .swiper-slide .item .pic p img {
  max-height: 100%;
}
.Home_Product .box .swiper-slide.active {
  width: var(--w1);
}
.Home_Product .box .swiper-slide.active1 {
  width: var(--w2);
}



@media screen and (max-width: 1200px) {
  .Home_Product .box .swiper-slide {
    width: var(--w1);
  }
  .Home_Product .box .swiper-slide .item .img::before {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .Home_Product .box .swiper-slide .item .content .content2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .Home_Product .box .swiper-slide .item .pic p {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
 
}



.more_01 {
  font-size: var(--f18);
  color: #fff;
}
.more_01 span {
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.1rem;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.more_01 span i {
  font-size: 8px;
  font-weight: bold;
  color: #4BAB49;
  margin: auto;
}
.more_02 {
  font-size: var(--f18);
  color: #4BAB49;
}
.more_02 span {
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.1rem;
  background: #4BAB49;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.more_02 span i {
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  margin: auto;
}
.banner_line .line {
  width: 3rem;
  position: relative;
  margin: 0.8rem auto 0;
  height: 0.04rem;
  border-radius: 0.04rem;
  overflow: hidden;
  background: rgba(75, 171, 73, 0.15);
}
.banner_line .line span {
  height: 100%;
  border-radius: 0.04rem;
}
.banner_line .line.m50 {
  margin: 0.5rem auto 0;
}
.Home_Innovation {
  overflow: hidden;
  --w1: 12.78rem;
}
.Home_Innovation .box {
  max-width: 1920px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Innovation .box .list {
  width: calc(100% - var(--w1));
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.Home_Innovation .box .list .item {
  width: var(--w1);
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Innovation .box .list .item .img img {
  width: 100%;
}
.Home_Innovation .box .list .item .posi {
  position: absolute;
  left: var(--interval);
  top: 0.9rem;
  max-width: 5.2rem;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Innovation .box .list .item .posi .content1 {
  font-size: var(--f32);
  color: #fff;
  line-height: 1.5;
}
.Home_Innovation .box .list .item .posi .content2 {
  margin-top: 0.28rem;
}
.Home_Innovation .box .list:nth-child(2) .item {
  position: absolute;
  top: 0;
  right: 0;
}
.Home_Innovation .box .list1 .item {
  -webkit-clip-path: polygon(0 0, calc(100% - var(--clip-r-top)) 0, calc(100% - var(--clip-r-bottom)) 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - var(--clip-r-top)) 0, calc(100% - var(--clip-r-bottom)) 100%, 0% 100%);
}
.Home_Innovation .box .list1 .item::before {
  content: '';
  position: absolute;
  right: var(--clip-r-top);
  top: 0;
  width: 10px;
  height: 9px;
  background: url(../images/up.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translate(1px, -1px);
  -ms-transform: translate(1px, -1px);
  transform: translate(1px, -1px);
}
.Home_Innovation .box .list1 .item::after {
  content: '';
  position: absolute;
  right: var(--clip-r-bottom);
  bottom: 0px;
  width: 10px;
  height: 10px;
  background: url(../images/down.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.Home_Innovation .box .list2 .item {
  -webkit-clip-path: polygon(var(--clip-l-top) 0, 100% 0, 100% 100%, var(--clip-l-bottom) 100%);
  clip-path: polygon(var(--clip-l-top) 0, 100% 0, 100% 100%, var(--clip-l-bottom) 100%);
}
.Home_Innovation .box .list2 .item::before {
  content: '';
  position: absolute;
  left: var(--clip-l-bottom);
  bottom: 0;
  width: 10px;
  height: 9px;
  background: url(../images/up.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg) translate(1px, -1px);
  -ms-transform: rotate(180deg) translate(1px, -1px);
  transform: rotate(180deg) translate(1px, -1px);
}
.Home_Innovation .box .list2 .item::after {
  content: '';
  position: absolute;
  left: var(--clip-l-top);
  top: 0px;
  width: 10px;
  height: 10px;
  background: url(../images/down.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg) translate(1px, 1px);
  -ms-transform: rotate(180deg) translate(1px, 1px);
  transform: rotate(180deg) translate(1px, 1px);
}
.Home_Innovation .box.style1 {
  --clip-r-top: 8.63%;
  --clip-r-bottom: 0.6%;
  --clip-l-top: 43.1%;
  --clip-l-bottom: 50.9%;
}
.Home_Innovation .box.style2 {
  --clip-r-top: 50.9%;
  --clip-r-bottom: 43.1%;
  --clip-l-top: 0.6%;
  --clip-l-bottom: 8.63%;
}
.Home_Innovation .box .active {
  width: var(--w1);
}
.Home_Innovation .box .active .item .posi {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.newItem .item {
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F8F8F8;
}
.newItem .item figure {
  overflow: hidden;
  border-radius: 0.1rem 0.1rem 0 0;
}
.newItem .item figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.newItem .item figcaption {
  padding: 0.24rem 0.32rem 0.36rem;
}
.newItem .item figcaption .content1 {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 0.18rem;
}
.newItem .item figcaption .content1 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.newItem .item figcaption .content2 {
  font-size: var(--f22);
  font-weight: var(--bold);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.newItem .item figcaption .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
}
.newItem .item figcaption .content4 {
  margin-top: 0.34rem;
}
.newItem .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.newItem .item:hover figcaption .content2 {
  color: #4BAB49;
}
.Home_News {
  overflow: hidden;
}
.Home_News .box .item {
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F8F8F8;
}
.Home_News .box .item figure {
  overflow: hidden;
  border-radius: 0.1rem 0.1rem 0 0;
}
.Home_News .box .item figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item figcaption {
  padding: 0.24rem 0.32rem 0.36rem;
}
.Home_News .box .item figcaption .content1 {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 0.18rem;
}
.Home_News .box .item figcaption .content1 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.Home_News .box .item figcaption .content2 {
  font-size: var(--f22);
  font-weight: var(--bold);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.Home_News .box .item figcaption .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
}
.Home_News .box .item figcaption .content4 {
  margin-top: 0.34rem;
}
.Home_News .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item:hover figcaption .content2 {
  color: #4BAB49;
}
.Footer_Container {
  background: #F5F5F5;
}
.Footer_Container .box {
  padding: 0.68rem 0 0.78rem;
}
.Footer_Container .box .boxLeft {
  max-width: 4.5rem;
}
.Footer_Container .box .boxLeft .content1 img {
  height: 50px;
}
.Footer_Container .box .boxLeft .content2 {
  margin-top: 0.54rem;
}
.Footer_Container .box .boxLeft .content2 .li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.24rem;
}
.Footer_Container .box .boxLeft .content2 .li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxLeft .content2 .li a,
.Footer_Container .box .boxLeft .content2 .li p {
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .boxLeft .content2 .li svg {
  position: absolute;
  left: 0;
  top: 2px;
}
.Footer_Container .box .boxLeft .content2 .li a {
  font-family: 'MM';
}
.Footer_Container .box .boxLeft .content2 .li a:hover {
  color: #4BAB49;
}
.Footer_Container .box .boxLeft .content3 {
  margin-top: 0.65rem;
}
.Footer_Container .box .boxLeft .content3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxLeft .content3 ul li {
  margin-right: 0.34rem;
  position: relative;
}
.Footer_Container .box .boxLeft .content3 ul li a {
  cursor: pointer;
  height: 24px;
}
.Footer_Container .box .boxLeft .content3 ul li a img {
  opacity: 0.7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .boxLeft .content3 ul li .ewm {
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%) translateY(-10%);
  -ms-transform: translateX(-50%) translateY(-10%);
  transform: translateX(-50%) translateY(-10%);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 90px;
}
.Footer_Container .box .boxLeft .content3 ul li:hover .ewm {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.Footer_Container .box .boxLeft .content3 ul li:hover a img {
  opacity: 1;
}
.Footer_Container .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxRight .item {
  margin-right: 0.3rem;
  max-width: 1.5rem;
}
.Footer_Container .box .boxRight .item:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxRight .item .h5 {
  font-size: var(--f18);
  color: #333;
}
.Footer_Container .box .boxRight .item .h5 a{
    color: #333;
      -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
    
}
.Footer_Container .box .boxRight .item .h5 a:hover{
    color: var(--color);
}

.Footer_Container .box .boxRight .item ul {
  margin-top: 10px;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f14);
  color: #333;
  line-height: 1.5;
  padding: 5px 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  color: #4BAB49;
  opacity: 1;
}
.Footer_Container .box1 {
  border-top: 1px solid rgba(168, 168, 168, 0.2);
  padding: 0.4rem 0;
  color: rgba(51, 51, 51, 0.7);
  font-size: var(--f16);
}
.Footer_Container .box1 a {
  display: inline-block;
  color: rgba(51, 51, 51, 0.7);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box1 a:hover {
  color: #4BAB49;
}
.InnerBanner {
  position: relative;
  overflow: hidden;
}
.InnerBanner picture img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 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;
}
.InnerBanner .orientation .box .title {
  font-size: var(--f60);
  font-weight: var(--bold);
  color: #fff;
  line-height: 1;
}
.InnerBanner02 .orientation {
  padding-top: 0;
}
.InnerBanner02 .Breadcrumbs {
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 100%;
  z-index: 2;
}
.InnerBanner02 .Breadcrumbs .box {
  font-size: var(--f16);
}
.InnerBanner02 .Breadcrumbs .box a {
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline;
}
.InnerBanner02 .Breadcrumbs .box a:hover {
  color: #4BAB49;
  opacity: 1;
}
.InnerBanner02 .Breadcrumbs .box i {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  margin: 0 5px;
}
.InnerBanner02 .Breadcrumbs .box span {
  color: #fff;
}
.Breadcrumbs2 {
  padding: 0.28rem 0;
}
.Breadcrumbs2 .box {
  font-size: var(--f16);
}
.Breadcrumbs2 .box a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}
.Breadcrumbs2 .box a:hover {
  color: #4BAB49;
  opacity: 1;
}
.Breadcrumbs2 .box i {
  font-size: 12px;
  color: #000;
  opacity: 0.6;
  margin: 0 5px;
}
.Breadcrumbs2 .box span {
  color: #000;
}
.Solution_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Solution_01 .box .item {
  position: relative;
  overflow: hidden;
}
.Solution_01 .box .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.Solution_01 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Solution_01 .box .item .icon {
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  width: 68px;
  height: 68px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.Solution_01 .box .item .icon img {
  margin: auto;
  max-height: 36px;
}
.Solution_01 .box .item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
  -webkit-transform: translateY(0.55rem);
  -ms-transform: translateY(0.55rem);
  transform: translateY(0.55rem);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Solution_01 .box .item .content .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #fff;
  line-height: 1;
}
.Solution_01 .box .item .content .content2 {
  margin-top: 0.3rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Solution_01 .box .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Solution_01 .box .item:hover .content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Solution_01 .box .item:hover .content .content2 {
  opacity: 1;
}
.f18 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.link_04 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.6rem;
  text-align: center;
  line-height: var(--line);
  border-radius: 26px;
  background: #4BAB49;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f18);
  padding: 0 0.2rem;
  cursor: pointer;
}
.link_04 .a svg {
  margin-left: 0.15rem;
}
.link_04 .a:hover {
  background: #439941;
}
.link_04.ml {
  margin-left: 0.2rem;
}
.link_04.mr {
  margin-right: 0.2rem;
}
.link_05 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.6rem;
  text-align: center;
  line-height: var(--line);
  border-radius: 26px;
  border: 1px solid #4BAB49;
  color: #4BAB49;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f18);
  padding: 0 0.2rem;
}
.link_05 .a svg {
  margin-left: 0.15rem;
}
.link_05 .a svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_05 .a:hover {
  background: #4BAB49;
  color: #fff;
}
.link_05 .a:hover svg path {
  fill: #fff;
}
.link_05.ml {
  margin-left: 0.2rem;
}
.link_05.mr {
  margin-right: 0.2rem;
}
.link_06 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.6rem;
  text-align: center;
  line-height: var(--line);
  border-radius: 26px;
  background: #fff;
  color: #4BAB49;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f18);
  padding: 0 0.2rem;
  cursor: pointer;
}
.link_06 .a svg {
  margin-left: 0.15rem;
}
.link_06 .a svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_06 .a:hover {
  background: #439941;
  color: #fff;
}
.link_06 .a:hover svg path {
  fill: #fff;
}
.link_06.ml {
  margin-left: 0.2rem;
}
.link_06.mr {
  margin-right: 0.2rem;
}
.link_07 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.6rem;
  text-align: center;
  line-height: var(--line);
  border-radius: 26px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f18);
  padding: 0 0.2rem;
}
.link_07 .a svg {
  margin-left: 0.15rem;
}
.link_07 .a svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_07 .a:hover {
  background: #4BAB49;
  color: #fff;
  border-color: #4BAB49;
}
.link_07 .a:hover svg path {
  fill: #fff;
}
.link_07.ml {
  margin-left: 0.2rem;
}
.link_07.mr {
  margin-right: 0.2rem;
}
.Solution_02 {
  /*overflow: hidden;*/
}
.Solution_02 .box .boxLeft {
  width: 50%;
  padding-right: 1.3rem;
  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;
}
.Solution_02 .box .boxLeft > div {
  width: 100%;
}
.Solution_02 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-top: 0.36rem;
  hyphens: auto;
}
.Solution_02 .box .boxLeft .button {
  margin-top: 0.52rem;
}
.Solution_02 .box .boxRight {
  width: 50%;
}
.Solution_02 .box .boxRight>div{
    position: sticky !important;
     position: -webkit-sticky !important;
     top: 1.5rem;
    
}
.Solution_02 .box .boxRight .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.Solution_02 .box .boxRight .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  aspect-ratio: 820 / 540;
  cursor: pointer;
  
 
}
.viewer-navbar,
.viewer-toolbar{
    display: none;
}
.Solution_02 .box .boxRight .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.Product_03 .boxRight>div,
.Solution_02 .box .boxRight>div{
    position: relative;
}



@media screen and (min-width: 1200px) {

.Product_03 .boxRight .banner_btn,
.Industry_02 .boxRight .banner_btn,
.Solution_02 .box .boxRight .banner_btn{
    display: none;
}

}





.Product_03 .boxRight .prev,
.Industry_02 .boxRight .prev,
.Solution_02 .box .boxRight .prev {
    position: absolute;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
    z-index: 2;
    background: var(--color);
    border-color: var(-color);
}

.Product_03 .boxRight .next,
.Industry_02 .boxRight .next,
.Solution_02 .box .boxRight .next{
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
    z-index: 2;
    background: var(--color);
    border-color: var(-color);
}

.Product_03 .boxRight .prev i,
.Industry_02 .boxRight .prev i,
.Solution_02 .box .boxRight .prev i{
    color: #fff;
}

.Product_03 .boxRight .next i,
.Industry_02 .boxRight .next i,
.Solution_02 .box .boxRight .next i{
    color: #fff;
}




.Industry_02 .boxRight .prev:hover,
.Industry_02 .boxRight .next:hover,
.Product_03 .boxRight .prev:hover,
.Product_03 .boxRight .next:hover,
.Solution_02 .box .boxRight .prev:hover,
.Solution_02 .box .boxRight .next:hover{
    border-color: var(--color);
}





.Solution_03 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.Solution_03 .box .item {
  border-radius: 10px;
  background: #fff;
  padding: 0.78rem 0 0.68rem;
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Solution_03 .box .item .icon {
  height: 53px;
}
.Solution_03 .box .item .icon img {
  max-height: 100%;
}
.Solution_03 .box .item .title {
  font-size: var(--f24);
  margin-top: 0.32rem;
  padding: 0 .3rem;
}
.Solution_03 .box .item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.banner_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn div {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #4BAB49;
  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;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_btn div i {
  font-size: var(--f14);
  color: #4BAB49;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_btn div:hover {
  background: #4BAB49;
}
.banner_btn div:hover i {
  color: #fff;
}
.banner_btn .ml {
  margin-left: 0.2rem;
}
.banner_btn .mr {
  margin-right: 0.2rem;
}
.Solution_item {
  border-radius: 10px;
  overflow: hidden;
  background: #F8F8F8;
  height: 100%;
}
.Solution_item figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Solution_item figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Solution_item figcaption {
  padding: 0.24rem 0.4rem 0.3rem;
}
.Solution_item figcaption .content1 {
  font-size: var(--f32);
  color: #000;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Solution_item figcaption .content2 {
  font-size: var(--f18);
  color: #333;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-bottom: 0.3rem;
}
.Solution_item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Solution_item:hover figcaption .content1 {
  color: #4BAB49;
}
.Solution_04 {
  overflow: hidden;
}
.Solution_04 .box .swiper-slide {
  height: auto;
}
.Product_01 .box .boxLeft {
  width: 4.64rem;
  padding-right: 1.4rem;
}
.Product_01 .box .boxLeft .list {
  background: #F8F8F8;
  padding: 0 0.2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0.3rem;
}
.Product_01 .box .boxLeft .list .item {
  border-bottom: 1px solid #D9D9D9;
}
.Product_01 .box .boxLeft .list .item:last-child {
  border-bottom: none;
}
.Product_01 .box .boxLeft .list .item .top {
  height: 0.7rem;
  font-size: var(--f18);
  color: #000;
  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-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .list .item .top svg {
  position: absolute;
  right: 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;
}
.Product_01 .box .boxLeft .list .item .top svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .list .item .top:hover {
  color: #4BAB49;
}
.Product_01 .box .boxLeft .list .item .bottom {
  padding-left: 0.2rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .list .item .bottom ul {
  min-height: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .list .item .bottom ul li {
  margin-bottom: 0.2rem;
}
.Product_01 .box .boxLeft .list .item .bottom ul li:last-child {
  margin-bottom: 0;
}
.Product_01 .box .boxLeft .list .item .bottom ul li .a {
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .list .item .bottom ul li .a:hover {
  color: #4BAB49;
}
.Product_01 .box .boxLeft .list .item.active .top {
  color: #4BAB49;
}
.Product_01 .box .boxLeft .list .item.active .top svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.Product_01 .box .boxLeft .list .item.active .top svg path {
  fill: #4BAB49;
}
.Product_01 .box .boxLeft .list .item.active .bottom {
  grid-template-rows: 1fr;
}
.Product_01 .box .boxLeft .list .item.active .bottom ul {
  padding: 5px 0 0.24rem;
}
.Product_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_01 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.46rem 0.2rem;
}
.Product_item figure {
  overflow: hidden;
  border-radius: 10px;
}
.Product_item figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  
  aspect-ratio: 372 / 294;
}
.Product_item figcaption {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0.2rem;
}
.Product_item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_item:hover figcaption {
  color: #4BAB49;
}
.InnerNav {
  border-bottom: 1px solid #ddd;
  top: 0;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
}
.InnerNav.sticky {
  
}
.InnerNav .box ul li {
  padding: 0 0.32rem;
}
.InnerNav .box ul li a {
  line-height: 0.8rem;
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-bottom: 2px solid transparent;
}
.InnerNav .box ul li a:hover {
  color: #4BAB49;
}
.InnerNav .box ul .active a {
  color: #4BAB49;
  border-bottom-color: #4BAB49;
}
.Product_02 ._box .column {
  width: 2.3rem;
}
.Product_02 ._box .column .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.Product_02 ._box .column .sticky ul {
  padding-left: 0.2rem;
  border-left: 1px solid #D9D9D9;
}
.Product_02 ._box .column .sticky ul li {
  padding: 0.1rem 0;
}
.Product_02 ._box .column .sticky ul li a {
  font-size: var(--f16);
  color: #333;
  cursor: pointer;
  padding: 6px 0;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_02 ._box .column .sticky ul li a::before {
  content: '';
  position: absolute;
  left: -0.21rem;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #4BAB49;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.Product_02 ._box .column .sticky ul .active a {
  color: #4BAB49;
}
.Product_02 ._box .column .sticky ul .active a::before {
  opacity: 1;
}
.Product_02 ._box .content {
  width: -webkit-calc(97.7%);
  width: calc(100% - 2.3rem);
}
.play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.play_button svg {
  width: 0.72rem;
}
.Product_03 .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.2rem;
  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_03 .boxLeft > div {
  width: 100%;
}
.Product_03 .boxLeft .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin: 0.36rem 0 0.54rem;
}
.Product_03 .boxRight {
  width: 6.6rem;
}
.Product_03 .boxRight>div{
    position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Product_03 .boxRight .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Product_03 .boxRight .item img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  aspect-ratio: 660 / 460;
}
.Product_03 .boxRight .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_04 .list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.Product_04 .list .item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_04 .list .item .num {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(75, 171, 73, 0.1);
  border-radius: 50%;
  color: #4BAB49;
  font-size: var(--f32);
  font-weight: var(--b600);
  margin-right: 0.3rem;
  -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;
}
.Product_04 .list .item .desc {
  font-size: var(--f20);
  color: #000;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_04 .list .item:hover .num {
  background: #4BAB49;
  color: #fff;
}
.Product_04 .list .item:hover .desc {
  color: #4BAB49;
}
.Product_05 .desc {
  font-size: var(--f20);
  line-height: 1.8;
}
.Product_05 .desc li {
  padding-left: 20px;
  position: relative;
}
.Product_05 .desc li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #4BAB49;
  border-radius: 50%;
}
.m50 {
  margin-top: 0.5rem;
}
.Product_06 .table{
    font-size: var(--f20);
}
.Product_06 .table table {
  width: 100%;
}
.Product_06 .table table tr td {
  padding: 0.22rem 0.4rem;
  border: 1px solid #D4D4D4;
  font-size: var(--f16);
  color: #666;
}
.Product_06 .table img{
    height: auto !important;
    width: auto !important;
}
.Product_06 .table table tr:nth-child(2n-1) {
  background: rgba(245, 245, 245, 0.5);
}
.Product_06 .table table tr:nth-child(1) {
  background: rgba(75, 171, 73, 0.1);
}
.Product_06 .table table tr:nth-child(1) td {
  font-size: var(--f18);
}
.Industry_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Industry_02 {
  overflow: hidden;
}
.Industry_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.2rem;
  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;
}
.Industry_02 .box .boxLeft > div {
  width: 100%;
}
.Industry_02 .box .boxLeft .content1 {
  font-size: var(--f36);
  line-height: 1.2;
  font-weight: var(--bold);
  margin-bottom: 0.46rem;
}
.Industry_02 .box .boxRight {
  width: 8.6rem;
}
.Industry_02 .box .boxRight .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Industry_02 .box .boxRight .item img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  aspect-ratio: 860 / 600;
  
  
}
.Industry_02 .box .boxRight .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bjq a {
  display: inline-block;
  color: #4BAB49;
  text-decoration: underline;
}
    
.bjq img,
.bjq video {
  width: auto !important;
  height: auto !important;
}
.bjq ul,
.bjq ol{
    padding-left: 1em;
}

@media screen and (max-width: 1200px) {



}



.bjq table {
  max-width: 100%;
}
.ProductSelection {
  overflow: hidden;
}
.ProductSelection .box {
  display: grid;
  gap: 0.8rem;
}
.ProductSelection .box .item {
  background: #F8F8F8;
  border-radius: 10px;
}
.ProductSelection .box .item .boxLeft {
  width: 7.8rem;
}
.ProductSelection .box .item .boxLeft p {
  border-radius: 10px;
  overflow: hidden;
}
.ProductSelection .box .item .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ProductSelection .box .item .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ProductSelection .box .item .boxRight {
  -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: 0 0.9rem;
  overflow: hidden;
}
.ProductSelection .box .item .boxRight > div {
  width: 100%;
}
.ProductSelection .box .item .boxRight .content1 {
  font-size: var(--f36);
  font-weight: var(--bold);
  line-height: 1.2;
}
.ProductSelection .box .item .boxRight .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin: 0.32rem 0 0.52rem;
}
.ProductSelection .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;
}
.AppointmentInformation {
  padding-top: 0.7rem;
  background: url(../images/img38.jpg) no-repeat center top / cover;
  overflow: hidden;
}
.AppointmentInformation .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.AppointmentInformation .box .boxRight {
  width: 50%;
  --h: 0.74rem;
}
.AppointmentInformation .box .boxRight .main {
  background: #fff;
  border-radius: 10px;
  padding: 0.6rem;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  display: grid;
  gap: 12px;
}
.AppointmentInformation .box .boxRight .main .item {
  position: relative;
}
.AppointmentInformation .box .boxRight .main .item span {
  position: absolute;
  left: -20px;
  top: 50%;
  color: red;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
}
.AppointmentInformation .box .boxRight .main .item input,
.AppointmentInformation .box .boxRight .main .item textarea {
  height: var(--h);
  border: 1px solid #D8D9E2;
  border-radius: 10px;
  padding: 0 0.3rem;
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  resize: none;
}
.AppointmentInformation .box .boxRight .main .item input::-webkit-input-placeholder,
.AppointmentInformation .box .boxRight .main .item textarea::-webkit-input-placeholder {
  color: #666;
}
.AppointmentInformation .box .boxRight .main .item input::-moz-placeholder,
.AppointmentInformation .box .boxRight .main .item textarea::-moz-placeholder {
  color: #666;
}
.AppointmentInformation .box .boxRight .main .item input:-ms-input-placeholder,
.AppointmentInformation .box .boxRight .main .item textarea:-ms-input-placeholder {
  color: #666;
}
.AppointmentInformation .box .boxRight .main .item input::-ms-input-placeholder,
.AppointmentInformation .box .boxRight .main .item textarea::-ms-input-placeholder {
  color: #666;
}
.AppointmentInformation .box .boxRight .main .item input::placeholder,
.AppointmentInformation .box .boxRight .main .item textarea::placeholder {
  color: #666;
}
.AppointmentInformation .box .boxRight .main .item input:focus,
.AppointmentInformation .box .boxRight .main .item textarea:focus,
.AppointmentInformation .box .boxRight .main .item input:hover,
.AppointmentInformation .box .boxRight .main .item textarea:hover {
  border-color: #4BAB49;
}
.AppointmentInformation .box .boxRight .main .item .layui-form-select .layui-edge {
  right: 0.3rem;
}
.AppointmentInformation .box .boxRight .main .item .layui-form-select dl {
  top: var(--h);
}
.AppointmentInformation .box .boxRight .main .item .layui-form-selectup dl {
  top: auto;
  bottom: var(--h);
}
.AppointmentInformation .box .boxRight .main .item .layui-form-select dl dd {
  font-size: var(--f18);
  padding: 0 0.3rem !important;
}
.AppointmentInformation .box .boxRight .main .message span {
  top: 0.28rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.AppointmentInformation .box .boxRight .main .message textarea {
  height: 2.2rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.AppointmentInformation .box .boxRight .list4 {
  color: #666;
  font-size: var(--f16);
  margin-top: -5px;
  margin-bottom: 0.5rem;
  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;
}
.AppointmentInformation .box .boxRight .list4 p {
  margin-left: 0.06rem;
}
.AppointmentInformation .box .boxRight .list4 p a {
  display: inline-block;
}
.AppointmentInformation .box .boxRight .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #4BAB49 !important;
  background: var(--gradient);
}
.AppointmentInformation .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #4BAB49;
}
.AppointmentInformation .box .boxRight .list4 .layui-form-checked[lay-skin=primary] i {
  background: #4BAB49;
}
.AppointmentInformation .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.AppointmentInformation .box .boxRight .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #4BAB49;
}
.AppointmentInformation .box .boxRight .list4 a:hover {
  text-decoration: underline;
}
.TrainingService .box {
  position: relative;
}
.TrainingService .box .img {
  border-radius: 10px;
  overflow: hidden;
}
.TrainingService .box .img img {
  width: 100%;
}
.TrainingService .box .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;
}
.TrainingService .box .orientation > div {
  width: 9rem;
  margin: auto;
  text-align: center;
}
.TrainingService .box .orientation .desc {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.8;
  margin: 0.36rem 0 0.52rem;
}
.NewsRecommendation {
  overflow: hidden;
}
.NewsRecommendation .box {
  padding: 0.4rem;
  border-radius: 10px;
  padding-left: 0;
  background: #F8F8F8;
}
.NewsRecommendation .box .item .boxLeft {
  padding: 0 0.8rem;
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.NewsRecommendation .box .item .boxLeft > div {
  width: 100%;
}
.NewsRecommendation .box .item .boxLeft .content1 {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 0.18rem;
}
.NewsRecommendation .box .item .boxLeft .content1 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.NewsRecommendation .box .item .boxLeft .content2 {
  font-size: var(--f32);
  font-weight: var(--bold);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.NewsRecommendation .box .item .boxLeft .content3 {
  font-size: var(--f18);
  color: #333;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.16rem;
  margin-bottom: 0.8rem;
}
.NewsRecommendation .box .item .boxRight {
  width: 8rem;
  border-radius: 10px;
  overflow: hidden;
}
.NewsRecommendation .box .item .boxRight img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.NewsRecommendation .box .item:hover .boxLeft .content2 {
  color: #4BAB49;
}
.NewsRecommendation .box .item:hover .boxRight img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.NewsList .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.2rem;
}
.NewsList .box .list .item {
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F8F8F8;
}
.NewsList .box .list .item figure {
  overflow: hidden;
  border-radius: 0.1rem 0.1rem 0 0;
}
.NewsList .box .list .item figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.NewsList .box .list .item figcaption {
  padding: 0.24rem 0.32rem 0.36rem;
}
.NewsList .box .list .item figcaption .content1 {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 0.18rem;
}
.NewsList .box .list .item figcaption .content1 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.NewsList .box .list .item figcaption .content2 {
  font-size: var(--f22);
  font-weight: var(--bold);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.NewsList .box .list .item figcaption .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
}
.NewsList .box .list .item figcaption .content4 {
  margin-top: 0.34rem;
}
.NewsList .box .list .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.NewsList .box .list .item:hover figcaption .content2 {
  color: #4BAB49;
}
.pu_page {
  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;
  margin-top: 0.8rem;
}
.pu_page .prev i,
.pu_page .next i {
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pu_page .number a {
  font-size: var(--f18);
  color: #333;
  margin: 0 0.14rem;
}
.pu_page .number .active {
  color: #fff;
  background: #4BAB49;
}
.pu_page a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page a:hover {
  background: #4BAB49;
  color: #fff;
}
.NewsInfo .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.NewsInfo .box .boxLeft .content1 {
  font-size: var(--f20);
  font-family: 'MR';
  color: #4BAB49;
}
.NewsInfo .box .boxLeft .content1 svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.NewsInfo .box .boxLeft .content2 {
  margin-top: 0.26rem;
  font-size: var(--f48);
  line-height: 1.4;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #ddd;
  font-weight: var(--bold);
  margin-bottom: 0.7rem;
}
.NewsInfo .box .boxLeft .content3 {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
}
.NewsInfo .box .boxLeft .content3 .h5,
.NewsInfo .box .boxLeft .content3 .h6 {
  color: #4BAB49;
  font-size: var(--f24);
}
.NewsInfo .box .boxLeft .content4 {
  margin-top: 0.7rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ddd;
}
.NewsInfo .box .boxLeft .content4 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.NewsInfo .box .boxLeft .content4 .left a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.NewsInfo .box .boxLeft .content4 .left a span {
  color: #4BAB49;
  margin-right: 0.3rem;
  display: inline-block;
  min-width: 1.5rem;
}


.NewsInfo .box .boxLeft .content4 .left a:hover {
  color: #4BAB49;
}
.NewsInfo .box .boxLeft .content4 .left .next {
  margin-top: 0.16rem;
}
.NewsInfo .box .boxLeft .content4 .right {
  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;
}
.NewsInfo .box .boxRight {
  width: 5.2rem;
  padding-left: 1.2rem;
}
.NewsInfo .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0.5rem;
}
.NewsInfo .box .boxRight .sticky .h5 {
  font-size: var(--f32);
  color: #000;
  font-weight: var(--bold);
}
.NewsInfo .box .boxRight .sticky .list {
  margin-top: 0.4rem;
  gap: 0.2rem;
  display: grid;
}
.NewsInfo .box .boxRight .sticky .list .item {
  background: #F8F8F8;
  padding: 0.24rem 0.32rem;
  border-radius: 10px;
}
.NewsInfo .box .boxRight .sticky .list .item .time {
  font-size: var(--f18);
  color: #999;
  font-family: 'MR';
}
.NewsInfo .box .boxRight .sticky .list .item .time svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.NewsInfo .box .boxRight .sticky .list .item .title {
  margin-top: 0.18rem;
  font-size: var(--f20);
  color: #333;
  font-weight: var(--bold);
  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;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.NewsInfo .box .boxRight .sticky .list .item:hover .title {
  color: #4BAB49;
}
.Download {
  padding-top: 0.1rem;
}
.Download .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 0.3rem;
}
.Download .box .list .item {
  padding: 0.3rem 0.24rem 0.4rem;
  background: #fff;
}
.Download .box .list .item .boxLeft {
  width: 140px;
  position: relative;
}
.Download .box .list .item .boxLeft p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.Download .box .list .item .boxLeft p img {
  width: 100%;
}
.Download .box .list .item .boxRight {
  padding-left: 0.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Download .box .list .item .boxRight .content1 {
  font-size: var(--f24);
  color: #000;
  font-weight: var(--bold);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Download .box .list .item .boxRight .content2 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.18rem;
}
.Download .box .list .item .boxRight .content3 {
  font-size: var(--f16);
  color: #4BAB49;
  margin-top: 0.36rem;
}
.Download .box .list .item .boxRight .content3 svg {
  margin-left: 5px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Download .box .list .item:hover .boxLeft p {
  -webkit-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
}
.Download .box .list .item:hover .boxRight .content1 {
  color: #4BAB49;
}
.JoinUs .box .list {
  --h: 0.94rem;
  display: grid;
  gap: 10px;
}
.JoinUs .box .list .item {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 0 0.5rem;
}
.JoinUs .box .list .item .top {
  cursor: pointer;
}
.JoinUs .box .list .item .top .content1 {
  height: var(--h);
  font-size: var(--f26);
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
}

.JoinUs .box .list .item .top .content2 {
  margin-left: auto;
  width: 2.6rem;
  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: #000;
}
.JoinUs .box .list .item .top .content2 svg {
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.JoinUs .box .list .item .top .content3 {
  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;
}
.JoinUs .box .list .item .top .content3 span {
  display: block;
  width: 14px;
  height: 2px;
  background: #4BAB49;
  position: relative;
}
.JoinUs .box .list .item .top .content3 span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4BAB49;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.JoinUs .box .list .item .top:hover .content1 {
  color: #4BAB49;
}
.JoinUs .box .list .item .top.active .content3 span::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.JoinUs .box .list .item .bottom {
  border-top: 1px solid #C4C8E0;
  padding: 0.4rem 0 0.6rem;
  display: none;
}
.JoinUs .box .list .item .bottom .content {
  margin-bottom: 0.25rem;
}
.JoinUs .box .list .item .bottom .content .h5 {
  font-size: var(--f24);
  margin-bottom: 0.15rem;
}
.JoinUs .box .list .item .bottom .content .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
}
.JoinUs .box .list .item .bottom .content .desc span {
  color: #000;
}
.JoinUs .box .list .item .bottom .button {
  padding-top: 0.25rem;
}
.ContactUs .box {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.ContactUs .box .item {
  background: #fff;
  border-radius: 10px;
  padding: 0.4rem 0.4rem 0.25rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ContactUs .box .item .content1 p {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  background: rgba(75, 171, 73, 0.2);
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ContactUs .box .item .content1 p svg {
  margin: auto;
}
.ContactUs .box .item .content2 {
  margin-top: 0.42rem;
  text-align: center;
}
.ContactUs .box .item .content2 p {
  font-size: var(--f20);
}
.ContactUs .box .item .content2 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f24);
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
}
.ContactUs .box .item .content2 a:hover {
  color: #4BAB49;
}
.ContactUs .box .item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.ContactUs .box1 {
  margin-top: 0.2rem;
  position: relative;
}
.ContactUs .box1 .img {
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.ContactUs .box1 .img.active {
  display: block;
}
.ContactUs .box1 .img img {
  width: 100%;
}
.ContactUs .box1 .img .button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ContactUs .box1 ul {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  z-index: 1;
}
.ContactUs .box1 ul li {
  background: #fff;
  color: #4BAB49;
  line-height: 44px;
  min-width: 1.2rem;
  text-align: center;
  padding: 0 0.2rem;
  margin-right: 10px;
  border-radius: 22px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
}
.ContactUs .box1 ul li:hover {
  color: #fff;
  background: #4BAB49;
}
.ContactUs .box1 ul li.active {
  color: #fff;
  background: #4BAB49;
}
.LeaveMessage .box {
  --h: 0.74rem;
}
.LeaveMessage .box .item {
  position: relative;
  background: #F8F8F8;
  border: 1px solid #D8D9E2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  -webkit-transform: none;
}
.LeaveMessage .box .item input,
.LeaveMessage .box .item textarea {
  height: var(--h);
  width: 100%;
  background: none;
  padding: 0 0.3rem;
  position: relative;
  z-index: 2;
  border: 0;
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.LeaveMessage .box .item input::placeholder{
    color: #666;
}
.LeaveMessage .box .item input:not(:placeholder-shown) + p,
.LeaveMessage .box .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.LeaveMessage .box .item textarea {
  height: 2rem;
  padding: 0.2rem 0.3rem;
  resize: none;
}
.LeaveMessage .box .item:hover {
  background: transparent;
  border-color: #4BAB49;
}
.LeaveMessage .box .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
  color: #666;
}
.LeaveMessage .box .item p em {
  color: red;
}
.LeaveMessage .box .layui-form-selected .layui-edge {
  right: 0.3rem;
}
.LeaveMessage .box .layui-form-select dl {
  top: calc(var(--h) + 1px);
}
.LeaveMessage .box .layui-form-selectup dl {
  top: auto;
  bottom: calc(var(--h) + 1px);
}
.LeaveMessage .box .layui-form-select dl dd {
  font-size: var(--f18);
  padding: 0 0.3rem !important;
}
.LeaveMessage .box .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.3rem;
}
.LeaveMessage .box .list3 {
  margin: 0.2rem 0 0;
}
.LeaveMessage .box .list3 .item p {
  top: 0.2rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.LeaveMessage .box .list4 {
  color: #666;
  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.1rem;
  margin-bottom: 0.74rem;
}
.LeaveMessage .box .list4 p {
  margin-left: 0.06rem;
}
.LeaveMessage .box .list4 p a {
  display: inline-block;
}
.LeaveMessage .box .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #4BAB49 !important;
  background: var(--gradient);
}
.LeaveMessage .box .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #4BAB49;
}
.LeaveMessage .box .list4 .layui-form-checked[lay-skin=primary] i {
  background: #4BAB49;
}
.LeaveMessage .box .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.LeaveMessage .box .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #4BAB49;
}
.LeaveMessage .box .list4 a:hover {
  text-decoration: underline;
}
.Search_01 .box {
  padding: 1.2rem 0 1rem;
}
.Search_01 .box .content1 {
  font-size: var(--f46);
  text-align: center;
  color: #111;
  line-height: 1.2;
}
.Search_01 .box .content1 span {
  color: #4BAB49;
}
.Search_01 .box .content2 {
  margin-top: 0.36rem;
}
.Search_01 .box .content2 form {
  width: min(6rem, 100%);
  margin: auto;
  --H: 70px;
  background: #fff;
  border-radius: 70px;
}
@media screen and (max-width: 1200x) {
  .Search_01 .box .content2 form {
    width: 100%;
  }
}
.Search_01 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_01 .box .content2 form .input input {
  height: var(--H);
  width: 100%;
  padding: 0 0.4rem;
  font-size: var(--f18);
  border: 0;
  background: none;
}
.Search_01 .box .content2 form .input input::-webkit-input-placeholder {
  color: #333;
}
.Search_01 .box .content2 form .input input::-moz-placeholder {
  color: #333;
}
.Search_01 .box .content2 form .input input:-ms-input-placeholder {
  color: #333;
}
.Search_01 .box .content2 form .input input::-ms-input-placeholder {
  color: #333;
}
.Search_01 .box .content2 form .input input::placeholder {
  color: #333;
}
.Search_01 .box .content2 form label {
  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.4rem;
  cursor: pointer;
}
.searchInfo {
  padding: 0.2rem 0 0;
}
.searchInfo .box {
  color: #333;
  font-size: var(--f20);
}
.searchInfo .box span {
  color: #4BAB49;
}
.search_product .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.About_01 {
  /*overflow: hidden;*/
}
.About_01 .box .boxLeft {
  width: 50%;
  padding-right: 1rem;
  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;
}
.About_01 .box .boxLeft > div {
  width: 100%;
}
.About_01 .box .boxLeft .desc {
  margin-top: 0.45rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.6;
}
.About_01 .box .boxLeft .desc span {
  color: #4BAB49;
}
.About_01 .box .boxRight {
  width: 50%;
}
.About_01 .box .boxRight .img {
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 1.5rem;
}
.About_01 .box .boxRight .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_01 .box .boxRight .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_01 .box1 {
  margin-top: 0.8rem;
}
.About_01 .box1 .list .item .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;
  width: 44px;
}
.About_01 .box1 .list .item .content {
  padding-left: 0.34rem;
}
.About_01 .box1 .list .item .content .top {
  position: relative;
}
.About_01 .box1 .list .item .content .top p {
  font-size: var(--f48);
  line-height: 1;
  font-family: 'MB';
  color: #4BAB49;
}
.About_01 .box1 .list .item .content .top p span {
  font-size: 0.68rem;
}
.About_01 .box1 .list .item .content .top .p1 {
  opacity: 0;
}
.About_01 .box1 .list .item .content .top .p2 {
  position: absolute;
  left: 0;
  top: 0;
}
.About_01 .box1 .list .item .content .bot {
  font-size: var(--f20);
  margin-top: 5px;
}
.company_04 {
  --w1: 2.84rem;
  --w2: 0.5rem;
  position: relative;
  background: #F8F8F8;
}
.company_04 .ny_bot {
  margin-top: 0.7rem;
  position: relative;
}
.company_04 .ny_bot .timeline_aside {
  position: absolute;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.company_04 .ny_bot .timeline_aside > div {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
  left: 0;
}
.company_04 .ny_bot .timeline_aside > div .title_01 {
  margin-bottom: 0.5rem;
}
.company_04 .ny_bot .timeline_aside > div p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  line-height: 2;
  color: #999;
  font-family: 'MR';
  cursor: pointer;
}
.company_04 .ny_bot .timeline_aside > div p.active {
  color: #4BAB49;
}
.company_04 .ny_bot .timeline_box {
  position: relative;
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}
.company_04 .ny_bot .timeline_centerline,
.company_04 .ny_bot .timeline_mark,
.company_04 .ny_bot .timeline_line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #C8C8C8;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.company_04 .ny_bot .timeline_mark {
  width: 2px;
  background: #4BAB49;
  height: 0px;
}
.company_04 .ny_bot .timeline_centerline {
  width: 0.2rem;
  height: 1px;
  background: #4BAB49;
}
.company_04 .ny_bot .timeline_list .item {
  color: #000;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.company_04 .ny_bot .timeline_list .item .right_ {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 2.35rem;
}
.company_04 .ny_bot .timeline_list .item .right_ .year {
  position: relative;
  width: 50%;
}
.company_04 .ny_bot .timeline_list .item .right_ .year p {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  font-size: var(--f36);
  color: #666;
  font-family: 'MM';
}
.company_04 .ny_bot .timeline_list .item .right_ .content {
  width: 50%;
  padding: 0.3rem 0 0.5rem 0.56rem;
  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;
}
.company_04 .ny_bot .timeline_list .item .right_ .content .nian {
  display: none;
}
.company_04 .ny_bot .timeline_list .item .right_ .content .nian p {
  font-size: var(--f32);
}
.company_04 .ny_bot .timeline_list .item .right_ .content .img {
  opacity: 0;
  width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.company_04 .ny_bot .timeline_list .item .right_ .content .img img {
  width: var(--w1);
  min-height: 1.84rem;
}
.company_04 .ny_bot .timeline_list .item .right_ .content .text {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: calc(100% - var(--w1));
  hyphens: auto;
}
.company_04 .ny_bot .timeline_list .item .right_ .content .text p {
  font-size: var(--f20);
  line-height: 1.5;
}
.company_04 .ny_bot .timeline_list .item .line {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: -webkit-calc(50.32%);
  width: calc(50% + 0.32rem);
  right: 0;
  bottom: 0;
  height: 1px;
  background: #555;
  display: none;
}
.company_04 .ny_bot .timeline_list .item .mark {
  position: absolute;
  width: 0.2rem;
  height: 2px;
  bottom: 0;
  background: #4BAB49;
}
.company_04 .ny_bot .timeline_list .item.active .right_ .year p {
  -webkit-transform: translateY(-50%) scale(2.25);
  -ms-transform: translateY(-50%) scale(2.25);
  transform: translateY(-50%) scale(2.25);
  color: #4BAB49;
}
.company_04 .ny_bot .timeline_list .item.active .right_ .content .img {
  width: var(--w1);
  opacity: 1;
}
.company_04 .ny_bot .timeline_list .item.active .right_ .content .text {
  width: calc(100% - var(--w1) - var(--w2));
  padding-left: var(--w2);
}
.company_04 .ny_bot .timeline_list .item.active .line {
  opacity: 1;
}
.company_04 .ny_bot .timeline_list .item.active.no_img .right_ .content .text {
  width: calc(100% - var(--w1));
  padding-left: 0;
}
.company_04 .button {
  position: absolute;
  right: var(--interval);
  top: 0;
  height: 100%;
}
.company_04 .button .banner_btn {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  padding-top: 80vh;
  padding-bottom: 0.9rem;
  animation: moveNext 1s linear infinite;
}
.company_04 .button .banner_btn .prev {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #4BAB49;
  pointer-events: none;
  
  
}
.company_04 .button .banner_btn .prev i {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .company_04 .ny_bot .timeline_list .item .right_ .content {
    width: 100%;
    padding: 0.3rem 0 0.3rem 0.5rem;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .content .nian {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .content .img {
    width: var(--w1);
    opacity: 1;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .content .text {
    width: calc(100% - var(--w1) - var(--w2));
    padding-left: var(--w2);
  }
  .company_04 .ny_bot .timeline_list .item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .company_04 .ny_bot .timeline_centerline,
  .company_04 .ny_bot .timeline_mark,
  .company_04 .ny_bot .timeline_line {
    left: 0;
  }
  .company_04 .ny_bot .timeline_list .item .line {
    width: -webkit-calc(102.5%);
    width: calc(100% + 2.5vw);
    opacity: 1;
  }
  .company_04 .ny_bot .timeline_list .item .mark {
    width: 2.5vw;
    margin-left: -1.25vw;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .year,
  .company_04 .ny_bot .timeline_aside,
  .company_04 .button {
    display: none;
  }
}
@media screen and (max-width: 699px) {
.GongAn img{
    width: 0.3rem;
}
  .company_04 .ny_bot .timeline_list .item .right_ .content .img {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .content .img img {
    width: 100%;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .content .text {
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .content .img,
  .company_04 .ny_bot .timeline_list .item .right_ .content .text {
    width: 100%;
  }
}
.About_03 {
  background: url(../images/img52.jpg) no-repeat center top / cover;
}
.About_03 .box {
  margin-top: 4.2rem;
}
.About_03 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.About_03 .box .list .item {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 0.36rem 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_03 .box .list .item .left {
  width: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_03 .box .list .item .left img {
  margin: auto;
}
.About_03 .box .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_03 .box .list .item .right .top {
  font-size: var(--f26);
  color: #333;
  line-height: 1.2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_03 .box .list .item .right .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.2rem;
  height: 3em;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 1200px) {


.About_03 .box .list .item:hover {
  background: #fff;
  -webkit-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.About_03 .box .list .item:hover .top {
  color: #4BAB49;
}
.About_03 .box .list .item:hover .bot {
  color: #000;
}

    
}

.About_04 {
  overflow: hidden;
}
.About_04 .box .swiper {
  padding: 0 0 0.34rem;
}
.About_04 .box .swiper-slide {
  width: 5.22rem;
}
.About_04 .box .swiper-3d .swiper-slide-shadow-left,
.About_04 .box .swiper-3d .swiper-slide-shadow-right {
  background: rgba(255, 255, 255, 0.6);
}
.About_04 .box .item {
  background: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0.3rem 0;
  -webkit-box-shadow: 0px 0.12rem 0.34rem rgba(75, 171, 73, 0.1);
  box-shadow: 0px 0.12rem 0.34rem rgba(75, 171, 73, 0.1);
}
.About_04 .box .item .img {
  height: 2.74rem;
  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;
}
.About_04 .box .item .img img {
  margin: auto;
  max-height: 100%;
}
.About_04 .box .item .name {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.25rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_04 .box .swiper-slide-active {
  opacity: 1;
}
.About_04 .box .swiper-slide-active .item .name {
  opacity: 1;
}
.About_05 {
  padding-bottom: 0.25rem;
}
.About_05 .box {
  margin-top: -0.4rem;
  position: relative;
  --color1: #E47B37;
  --color2: #4BAB49;
  --color3: #0049A3;
}
.About_05 .box .color {
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_05 .box .color div {
  font-size: var(--f18);
  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-right: 0.48rem;
}
.About_05 .box .color div:last-child {
  margin-right: 0;
}
.About_05 .box .color div span {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.1rem;
}
.About_05 .box .color div:nth-child(1) {
  color: var(--color1);
}
.About_05 .box .color div:nth-child(1) span {
  background: var(--color1);
}
.About_05 .box .color div:nth-child(2) {
  color: var(--color2);
}
.About_05 .box .color div:nth-child(2) span {
  background: var(--color2);
}
.About_05 .box .color div:nth-child(3) {
  color: var(--color3);
}
.About_05 .box .color div:nth-child(3) span {
  background: var(--color3);
}
.About_05 .box .img img {
  width: 100%;
}
.About_05 .box .list .item {
  position: absolute;
  left: 0%;
  top: 0%;
}
.About_05 .box .list .item .dian {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color2);
  position: relative;
}
.About_05 .box .list .item .dian::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
  -webkit-animation: pulse 3s infinite ease-out;
  animation: pulse 3s infinite ease-out;
  opacity: 0.6;
}
.About_05 .box .list .item .dian::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.About_05 .box .list .item .text {
  font-size: var(--f16);
  position: absolute;
  left: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.About_05 .box .list .USA {
  left: 25.2%;
  top: 37.2%;
}
.About_05 .box .list .Denmark {
  left: 49.6%;
  top: 25.6%;
}
.About_05 .box .list .France {
  left: 47.7%;
  top: 32.5%;
}
.About_05 .box .list .Shanghai {
  left: 81.7%;
  top: 42.8%;
}
.About_05 .box .list .Shanghai .dian {
  background: var(--color1);
}
.About_05 .box .list .Shanghai .dian::before,
.About_05 .box .list .Shanghai .dian::after {
  width: 1rem;
  height: 1rem;
}
.About_05 .box .list .Chengdu {
  left: 77.2%;
  top: 44%;
}
.About_05 .box .list .Chengdu .dian {
  width: 4px;
  height: 4px;
  background: var(--color1);
}
.About_05 .box .list .Chengdu .dian::before,
.About_05 .box .list .Chengdu .dian::after {
  width: 0.5rem;
  height: 0.5rem;
}
.About_05 .box .list .Chengdu .text {
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.About_05 .box .list .Deyang {
  left: 77.6%;
  top: 43.1%;
}
.About_05 .box .list .Deyang .dian {
  background: var(--color3);
  width: 4px;
  height: 4px;
}
.About_05 .box .list .Deyang .dian::before,
.About_05 .box .list .Deyang .dian::after {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.About_05 .box .list .Deyang .text {
  left: auto;
  right: 1rem;
}
.About_05 .box .list .Deyang .text::before {
  content: '';
  position: absolute;
  left: 101%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1px;
  background: var(--color3);
  opacity: 0.5;
}
.About_05 .box .list .Mianyang {
  left: 77.9%;
  top: 42%;
}
.About_05 .box .list .Mianyang .dian {
  background: var(--color3);
  width: 4px;
  height: 4px;
}
.About_05 .box .list .Mianyang .dian::before,
.About_05 .box .list .Mianyang .dian::after {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.About_05 .box .list .Mianyang .text {
  left: auto;
  right: 2.4rem;
}
.About_05 .box .list .Mianyang .text::before {
  content: '';
  position: absolute;
  left: 101%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.2rem;
  height: 1px;
  background: var(--color3);
  opacity: 0.5;
}
.About_05 .box .list .Wuxi {
  left: 80.8%;
  top: 41.7%;
}
.About_05 .box .list .Wuxi .dian {
  background: var(--color3);
  width: 4px;
  height: 4px;
}
.About_05 .box .list .Wuxi .dian::before,
.About_05 .box .list .Wuxi .dian::after {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.About_05 .box .list .Wuxi .text {
  left: 2.4rem;
}
.About_05 .box .list .Wuxi .text::before {
  content: '';
  position: absolute;
  right: 101%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1px;
  background: var(--color3);
  opacity: 0.5;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.About_06 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: wmdkh 10s linear infinite;
  animation: wmdkh 10s linear infinite;
}
.About_06 .box ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.About_06 .box ul li {
  padding: 0 0.1rem;
  position: relative;
}
.About_06 .box ul li p {
  width: 3.1rem;
  border-radius: 10px;
  background: #F8F8F8;
  overflow: hidden;
}
.About_06 .box ul li img {
  width: 100%;
}
.About_06 .box ul li .text {
  position: absolute;
  inset: 0;
  background: rgba(75, 171, 73, 0.9);
  border-radius: 10px;
  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;
  padding: 0 0.2rem;
  font-size: var(--f20);
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_06 .box ul li:hover .text {
  opacity: 1;
}
.About_06 .box .banner {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.About_06 .box .banner:last-child {
  margin-bottom: 0;
}
.About_06 .box .banner:nth-child(2n) ul {
  animation-direction: reverse;
}
@-webkit-keyframes wmdkh {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes wmdkh {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1680px) {
  .Download {
    padding-top: 0.3rem;
  }
  
  .Header_Container .box .logo a img{
     height: 42px;
  }
  .Download .box .list{
      gap: 1.1rem 0.3rem;
  }
  
  
}
@media screen and (max-width: 1500px) {
  .Header_Container .box .logo a img {
    height: 42px;
  }
  .Home_Solution .banner .swiper-slide .orientation {
    top: 3rem;
    max-width: 6.8rem;
  }
  :root {
    --line: 46px;
  }
  .Home_Innovation .box.style1 {
    --clip-r-top: 9.43%;
    --clip-r-bottom: 1.5%;
    --clip-l-top: 43.1%;
    --clip-l-bottom: 50.9%;
  }
  .Home_Innovation .box.style2 {
    --clip-r-top: 51.8%;
    --clip-r-bottom: 43.9%;
    --clip-l-top: 0.6%;
    --clip-l-bottom: 8.63%;
  }
  .Header_Container .box .language {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.About_03 .box .list .item .right .bot{
    height: 4.5em;
}
.About_05 .box .list .Deyang .text {
    right: 0.9rem;
}
.About_05 .box .list .Wuxi .text {
    left: 2.6rem;
}

.Product_04 .list .item .desc{
    font-size: var(--f18);
}

.Footer_Container .box .boxRight .item {
    margin-right: 0.4rem;
    max-width: 1.7rem;
}
  
  
}
@media screen and (max-width: 1450px) {
  .Home_Innovation .box.style1 {
    --clip-r-top: 12.43%;
    --clip-r-bottom: 4.5%;
    --clip-l-top: 43.1%;
    --clip-l-bottom: 50.9%;
  }
  .Home_Innovation .box.style2 {
    --clip-r-top: 54.8%;
    --clip-r-bottom: 46.9%;
    --clip-l-top: 0.6%;
    --clip-l-bottom: 8.63%;
  }
  
      .Header_Container .box .logo a img {
        height: 40px;
    }
    .SelectNav01 ._box ul li a{
        width: 2.5rem;
    }
  
  
}
@media screen and (max-width: 1400px) {
  .Home_Innovation .box.style1 {
    --clip-r-top: 10.83%;
    --clip-r-bottom: 3%;
    --clip-l-top: 43.1%;
    --clip-l-bottom: 50.9%;
  }
  .Home_Innovation .box.style2 {
    --clip-r-top: 51.8%;
    --clip-r-bottom: 43.9%;
    --clip-l-top: 2.1%;
    --clip-l-bottom: 10.13%;
  }
  .Product_04 .list .item .desc p,
  .About_03 .box .list .item .right .bot{
      font-size: var(--f16);
  }
.Header_Container .box .nav .item {
    padding: 0 0.1rem;
}
  
     .Header_Container .box .logo a img {
        height: 37px;
    }
    
        .About_05 .box .list .Wuxi .text {
        left: 2.7rem;
    }
    .Download .box .list {
        gap: 1.4rem 0.3rem;
    }
    
    
    
    
}
@media screen and (max-width: 1281px) {
  .Header_Container .box .nav .item {
    /*padding: 0 0.15rem;*/
  }
  .SelectNav02 {
    left: -0.35rem;
  }
  .Home_Solution .banner .swiper-slide .img img {
    min-height: 10rem;
  }
  .Home_Innovation .box.style1 {
    --clip-r-top: 19.83%;
    --clip-r-bottom: 12%;
    --clip-l-top: 43.1%;
    --clip-l-bottom: 50.9%;
  }
  .Home_Innovation .box.style2 {
    --clip-r-top: 60.8%;
    --clip-r-bottom: 52.9%;
    --clip-l-top: 2.1%;
    --clip-l-bottom: 10.13%;
  }
  .Footer_Container .box .boxRight .item {
    margin-right: 0.2rem;
  }
  .About_05 .box .list .Deyang .text::before {
    width: 1.1rem;
  }
  .About_05 .box .list .Deyang .text {
    right: 1.1rem;
  }
  .Solution_01 .box .item .icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Download {
    padding-top: 0.7rem;
  }
  
  
      .Header_Container .box .language {
        margin-left: 0.1rem;
        margin-right: 0rem;
    }
  
  .Header_Container .box .logo a img{
      height: 34px;
  }
  
  .Header_Container .box .lx {
      transform: scale(0.9);
      transform-origin: right center;
  }
  .About_03 .box .list .item .right .bot br{
      display: none;
  }
  
  .About_05 .box .list .Mianyang .text {
    right: 2.7rem;
}
  
  .NewsInfo .box .boxLeft .content4 .left a span {
    min-width: 1.6rem;
}




  
  
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .mobile_search .close i {
    font-size: 0.44rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    color: #4BAB49;
  }
  .Home_Banner .page {
    bottom: 0.2rem;
  }
  .Home_About .img img {
    min-height: 10.2rem;
  }
  .Home_About .box1 {
    overflow: auto;
  }
  .Home_About .box1 .list {
    width: 150%;
  }
  .Home_Product .box {
    width: -webkit-calc(105%);
    width: calc(100% + 5vw);
  }
  .Home_Innovation .box {
    display: grid;
  }
  .Home_Innovation .box .list:nth-child(2) .item {
    position: initial;
  }
  .Home_Innovation .box .list .item {
    -webkit-clip-path: initial;
    clip-path: initial;
  }
  .Home_Innovation .box .list {
    width: 100%;
  }
  .Home_Innovation .box .list .item .posi {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    max-width: 90vw;
  }
  .Home_Innovation .box .list .item::before,
  .Home_Innovation .box .list .item::after,
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Footer_Container .box .boxLeft {
    max-width: 100%;
  }
  .Footer_Container .box1 {
    font-size: 12px;
    line-height: 2;
  }
  .Footer_Container .box1 .left {
    width: 70%;
  }
  .Footer_Container .box1 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .InnerBanner .orientation {
    padding-top: 0;
  }
  .InnerNav .box ul li {
    padding: 0 0.22rem;
  }
  .About_01 .box .boxLeft .desc {
    line-height: 1.8;
  }
  .About_01 .box1 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0;
  }
  .company_04 .ny_bot .timeline_box {
    -webkit-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    transform: translateX(0rem);
  }
  .About_03 .box {
    margin-top: 2rem;
  }
  .About_05 .box {
    margin-top: 0;
  }
  .About_05 .box .list .item .text {
    display: none;
  }
  .About_05 .box .color {
    bottom: 0.2rem;
  }
  .InnerNav.sticky,
  .Product_01 .box .boxLeft,
  .Product_02 ._box .column {
    display: none;
  }
  .Product_02 ._box .content {
    width: 100%;
  }
  .Product_04 .list .item {
    padding: 0.2rem 0;
  }
  .ProductSelection .box .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ProductSelection .box {
    gap: 0.5rem;
  }
  .Download .box .list {
    gap: 1.4rem;
  }
  .Home_About .box {
    width: 100%;
  }
  .About_01 .box .boxLeft,
  .Solution_02 .box .boxLeft,
  .Product_03 .boxLeft,
  .Industry_02 .box .boxLeft,
  .ProductSelection .box .item .boxLeft,
  .AppointmentInformation .box .boxLeft,
  .NewsRecommendation .box .item .boxLeft,
  .NewsInfo .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .About_01 .box .boxRight,
  .Solution_02 .box .boxRight,
  .Product_03 .boxRight,
  .Industry_02 .box .boxRight,
  .ProductSelection .box .item .boxRight,
  .AppointmentInformation .box .boxRight,
  .NewsRecommendation .box .item .boxRight,
  .NewsInfo .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.6rem;
    padding-right: 0;
  }
  .Solution_01 .box,
  .Solution_03 .box,
  .About_03 .box .list,
  .Product_04 .list,
  .search_product .box {
    gap: 0.2rem;
  }
  .About_03 .box .list,
  .Product_04 .list,
  .Download .box .list,
  .ContactUs .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Solution_01 .box,
  .Solution_03 .box,
  .Product_01 .box .boxRight .list,
  .NewsList .box .list,
  .search_product .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .InnerBanner .orientation .box .title,
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: var(--f42);
  }
  .title_01,
  .NewsInfo .box .boxLeft .content2 {
    font-size: var(--f32);
  }
  .ProductSelection .box .item .boxRight .content1 {
    font-size: var(--f28);
  }
  .ProductSelection .box .item .boxRight,
  .NewsRecommendation .box .item .boxLeft {
    margin-top: 0;
    padding: 0.5rem;
  }
  .NewsRecommendation .box {
    padding: 0;
  }
  .NewsRecommendation .box .item .boxRight {
    margin-top: 0;
  }
  .NewsRecommendation .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  
  .Home_Product .box .swiper-slide .item .img img{
      opacity: 0.7;
  }
  
  .Home_Product .box .swiper-slide .item .img::before{
      display: none;
     backdrop-filter: blur(0px) !important;
     -webkit-backdrop-filter: blur(0px) !important;
  }
   
   .Home_Banner .banner .swiper-slide .orientation .content1{
       width: 74%;
       max-width: initial;
   }
   
   
   .About_01 .box1 .list .item{
       justify-content: flex-start;
   }
       .About_03 .box .list .item .right .bot {
        height: 1.5em;
    }
    .Solution_item figcaption .content1{
        height: 2.4em;
        line-height: 1.2;
    }
    .ContactUs .box .item{
        padding: 0.4rem;
    }
   .TrainingService .box .img img {
    min-height: 5rem;
}
.ProductSelection .box{
    display: block;
    
}
.ProductSelection .box .item{
    margin-bottom: 0.5rem;
}
  
}



@media screen and (max-width: 699px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 300px;
  }
  :root {
    --line: 38px;
  }
  .link_01 .a,
  .link_02 .a,
  .link_03 .a,
  .link_04 .a,
  .link_05 .a,
  .link_06 .a,
  .link_07 .a {
    padding: 0 0.3rem;
  }
  .Home_Banner .page div .swiper-pagination-bullet {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_About .box .desc {
    -webkit-line-clamp: 4;
  }
  .Home_About .box1 .list {
    width: 300%;
  }
  .Home_About .box1 .list .item .content .top p span {
    font-size: 0.48rem;
  }
  .Home_About .box1 .list .item .icon img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_About .img img {
    min-height: 9rem;
  }
  .Home_Solution .banner .swiper-slide .orientation .content1 img {
    height: 40px;
  }
  .Home_Solution .banner1 .swiper .item .top p {
    width: 58px;
    height: 58px;
  }
  .Home_Solution .banner1 .swiper .item .top p img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Solution .banner .swiper-slide .img img {
    min-height: 11.1rem;
  }
  .Home_Innovation .box .list .item .posi .content2 {
    margin-top: 0.5rem;
  }
  .Footer_Container .box .boxLeft .content1 img {
    height: 32px;
  }
  .Footer_Container .box1 {
    line-height: 1.8;
    font-size: 10px;
    text-align: center;
  }
  .Footer_Container .box1 .left {
    width: 100%;
  }
  .Footer_Container .box1 .right {
    text-align: center;
  }
  .About_01 .box1 .list .item .content .top p span {
    font-size: 0.48rem;
  }
  .Home_Innovation .box .list .item .posi .content1 {
    font-size: var(--f24);
  }
  .InnerBanner picture img {
    min-height: 4rem;
  }
  .About_01 .box1 .list .item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .About_01 .box1 .list .item .icon img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .About_01 .box1 .list .item .content {
    padding-left: 0.2rem;
  }
  .company_04 .ny_bot .timeline_list .item .right_ .content .nian p {
    font-size: var(--f40);
    font-family: 'MB';
  }
  .banner_btn div {
    width: 40px;
    height: 40px;
  }
  .Solution_01 .box,
  .Solution_03 .box,
  .Product_01 .box .boxRight .list,
  .NewsList .box .list,
  .search_product .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .play_button svg {
    width: 0.92rem;
  }
  .InnerNav .box ul li {
    padding: 0 0.32rem;
  }
  .Product_04 .list .item .num {
    width: 50px;
    height: 50px;
  }
  .Product_06 .table table tr td {
    font-size: 12px;
    padding: 0.15rem 0.25rem;
  }
  .Product_06 .table table tr:nth-child(1) td {
    white-space: nowrap;
  }
  .Industry_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .TrainingService .box .img img {
    min-height: 6rem;
  }
  .TrainingService .box .orientation {
    padding: 0 5vw;
  }
  .NewsRecommendation .box .item .boxLeft .content2,
  .NewsList .box .list .item figcaption .content2 {
    font-size: var(--f22);
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .prev,
  .pu_page .next {
    margin: 0 10px;
  }
  .pu_page a {
    width: 0.7rem;
    height: 0.7rem;
  }
  .NewsInfo .box .boxLeft .content4 .right {
    display: none;
  }
  .NewsInfo .box .boxLeft .content4 .left {
    padding-right: 0;
  }
  .NewsInfo .box .boxRight .sticky .list .item .title {
    margin-top: 0.3rem;
  }
  .Download .box .list .item .boxLeft {
    width: 120px;
  }
  .Download .box .list .item .boxRight .content1,
  .JoinUs .box .list .item .bottom .content .h5 {
    font-size: var(--f20);
  }
  .JoinUs .box .list .item .top .content2 {
    width: 2rem;
  }
  .JoinUs .box .list .item .top .content2 svg {
    margin-right: 0px;
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
  }
  .ContactUs .box1 .img img {
    min-height: 5rem;
  }
  .ContactUs .box1 ul li {
    line-height: 38px;
  }
  .LeaveMessage .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .LeaveMessage .box {
    --h: 0.84rem;
  }
  .Search_01 .box .content1 {
    font-size: var(--f28);
  }
  .Search_01 .box .content2 form {
    --H: 54px;
  }
  
  .Product_05 .desc li::before {
    top: 7px;
     -webkit-transform: translateY(0%); 
    -ms-transform: translateY(0%);
     transform: translateY(0%); 
}


.title_01 br{
    display: none;
}
    .title_01, .NewsInfo .box .boxLeft .content2 {
        font-size: var(--f26);
    }
    
       .InnerBanner .orientation .box .title, .Home_Banner .banner .swiper-slide .orientation .content1 {
        font-size: var(--f28);
    } 
    
.About_01 .box1 .list .item .content .bot {
    font-size: 10px;
}

.About_03 .box .list .item .right .bot{
    height: auto;
}

.About_05 .box .color div{
    font-size: 12px;
}

.InnerBanner02 .Breadcrumbs .box{
    font-size: 12px;
}

.InnerNav {
    position: initial;
}
.InnerNav .box ul{
    display: grid;
		grid-template-columns: repeat(2, 1fr);
    
}
.InnerNav .box ul li a{
    line-height: initial;
    padding: 10px 0;
    font-size: 12px;
}
/*hyphens: auto;*/
.Product_03 .boxLeft .desc{
    hyphens: auto;
}
.Solution_item figcaption .content1{
    height: auto;
}
.Industry_02 .box .boxLeft .content1 {
    font-size: var(--f26);
}
    .NewsInfo .box .boxLeft .content4 .left a span {
        min-width: 2.2rem;
    }
    .JoinUs .box .list .item .top .content2{
        display: none;
    }
    
    .JoinUs .box .list .item .bottom .content .desc {
    font-size: var(--f16);
    line-height: 1.6;
     hyphens: auto;
}

.ContactUs .box1 ul li,
.JoinUs .box .list .item .top .content1{
    font-size: 14px;
    
}
.link_04 .a{
    white-space: nowrap;
}

.TrainingService .box .img img {
    min-height: 5rem;
}
.TrainingService .box .orientation .desc {
    line-height: 1.6;
}

.TrainingService .box .img img {
        min-height: 7.2rem;
    }
    
    .TrainingService .box .orientation {
        padding: 0 2vw;
    }


}
body{
     hyphens: auto;
}
/*# sourceMappingURL=./style.css.map */