:root {
  --swiper-theme-color: #90c31f;
}
body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #90c31f;
  --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;
  --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: 16px;
    --f20: 18px;
    --f22: 20px;
    --www: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 16px;
    --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;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.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;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: -0.8rem;
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #90c31f;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #90c31f rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.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: #f7f7f7;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.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;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}
.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: #90c31f;
  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: #90c31f;
}
.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;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #90c31f;
}
.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: #90c31f;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #90c31f;
}
.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: #90c31f;
}
.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: #90c31f;
}
.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: #90c31f;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #90c31f;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #90c31f;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #90c31f;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.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 img {
  height: 0.74rem;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.25rem;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f20);
  font-family: 'MB';
  color: #333;
  line-height: var(--nav_height);
}
.Header_Container .box nav .item.active > p a {
  color: #90c31f;
}
.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .button path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .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;
  height: var(--nav_height);
}
.Header_Container .box .button .search a {
  cursor: pointer;
}
.Header_Container .box .button .search a:hover path {
  fill: #90c31f;
}
.Header_Container .box .button .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.35rem;
}
.Header_Container .box .button .language a {
  font-family: 'MB';
  font-size: var(--f20);
  color: #333;
  width: 86px;
  line-height: 36px;
  border: 2px solid #90c31f;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .language a i {
  font-size: var(--f16);
  font-weight: bold;
}
.Header_Container .box .button .language a:hover {
  background: #90c31f;
  color: #fff;
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.Select_01 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
}
.Select_01.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 ._box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.68rem;
}
.Select_01 ._box ._list {
  border-right: 1px solid #eee;
}
.Select_01 ._box ._list:nth-child(3n) {
  border-right: none;
}
.Select_01 ._box ._list .h5 {
  font-family: 'MSB';
  font-size: var(--f20);
  color: #000;
}
.Select_01 ._box ._list .h5 img {
  margin-right: 0.12rem;
  max-width: 30px;
}
.Select_01 ._box ._list ul {
  margin-top: 0.32rem;
}
.Select_01 ._box ._list ul li {
  margin-bottom: 0.25rem;
}
.Select_01 ._box ._list ul li:last-child {
  margin-bottom: 0;
}
.Select_01 ._box ._list ul li a {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 ._box ._list ul li a:hover {
  color: #90c31f;
}
.Select_01 ._box ._list ul li.active a {
  color: #000;
}
.Select_02 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  padding: 0.35rem 0;
  opacity: 0;
  visibility: hidden;
}
.Select_02.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 ._box {
  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;
}
.Select_02 ._box ._item {
  padding: 0 0.4rem;
}
.Select_02 ._box ._item a {
  font-family: 'MSB';
  font-size: var(--f20);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 ._box ._item a:hover {
  color: #90c31f;
}
.Select_02 ._box ._item.active a {
  color: #90c31f;
}
.bg_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 70;
  visibility: hidden;
  opacity: 0;
}
.bg_mask.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: calc(100vh - var(--nav_height));
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .wMain > div {
  max-width: 60%;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-family: 'MB';
  font-size: var(--f58);
  line-height: 1.1;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f36);
  font-family: 'MB';
  line-height: 1.1;
  margin-top: 0.2rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.64rem;
}
.Home_Banner .banner .swiper-slide .orientation .content4 {
  margin-top: 0.45rem;
}
.Home_Banner .banner .swiper-slide .orientation .content4 p {
  font-size: var(--f20);
  color: #333;
  padding-left: 20px;
  margin-bottom: 0.16rem;
  position: relative;
}
.Home_Banner .banner .swiper-slide .orientation .content4 p::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.11rem;
  width: 7px;
  height: 7px;
  background: #90c31f;
}
.Home_Banner .banner .swiper-slide .orientation .content4 p:last-child {
  margin-bottom: 0;
}
.Home_Banner .banner .swiper-slide .orientation2 {
  color: #000;
}
.Home_Banner .banner .swiper-slide .orientation3 {
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation3 .content4 p {
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation4 .content1 {
  font-size: var(--f48);
  line-height: 1.4;
}
.Home_Banner .banner .swiper-slide .orientation4 .content2 {
  font-size: var(--f48);
  font-family: 'ML';
}
.Home_Banner .page {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  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;
}
.Home_Banner .page div .swiper-pagination-bullet {
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
  background: #90c31f;
}
.banner_page div {
  margin-top: 0.4rem;
  line-height: 1;
  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;
}
.banner_page div .swiper-pagination-bullet {
  border-radius: 0;
  background: #000;
  opacity: 0.1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_page div .swiper-pagination-bullet-active {
  opacity: 1;
  background: #90c31f;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.link_01 .a {
  font-size: var(--f18);
  color: #333;
  font-family: 'MM';
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.62rem;
  border-radius: 32px;
  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: 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.link_01 .a span {
  padding: 0 0.2rem;
}
.link_01 .a p {
  width: 0.5rem;
  height: 0.5rem;
  background: #90c31f;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_01 .a p i {
  margin: auto;
  color: #fff;
  font-size: var(--f16);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a .p1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.link_01 .a .p2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-60%);
  -ms-transform: translateY(-50%) translateX(-60%);
  transform: translateY(-50%) translateX(-60%);
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a .p2 i {
  color: #90c31f;
}
@media screen and (min-width: 1200px) {
  .link_01 .a:hover {
    background: #90c31f;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .link_01 .a:hover .p1 {
    opacity: 0;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .link_01 .a:hover .p2 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    right: 0.06rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 699px) {
  .link_01 .a {
    height: 0.82rem;
  }
  .link_01 .a p {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.link_02 .a {
  font-size: var(--f18);
  font-family: 'MM';
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.62rem;
  border-radius: 32px;
  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: 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.link_02 .a.border {
  border: 1px solid #90c31f;
}
.link_02 .a span {
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.link_02 .a p {
  width: 0.5rem;
  height: 0.5rem;
  background: #90c31f;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a p i {
  margin: auto;
  color: #fff;
  font-size: var(--f16);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a .p2 {
  position: absolute;
  left: 0.06rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  background: #fff;
  opacity: 0;
}
.link_02 .a .p2 i {
  color: #90c31f;
}
@media screen and (min-width: 1200px) {
  .link_02 .a:hover {
    background: #90c31f;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .link_02 .a:hover .p1,
  .link_02 .a:hover span {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .link_02 .a:hover span {
    color: #fff;
  }
  .link_02 .a:hover .p2 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
}
@media screen and (max-width: 699px) {
  .link_02 .a {
    height: 0.82rem;
  }
  .link_02 .a p {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.link_03 {
  width: 0.5rem;
  height: 0.5rem;
  background: #90c31f;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.link_03 > div {
  width: 100%;
  height: 100%;
}
.link_03 > div .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.link_03 > div .a i {
  margin: auto;
  font-size: var(--f16);
  color: #fff;
  font-weight: bold;
}
.link_03 > div .a2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 699px) {
  .link_03 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.link_04 .a span {
  padding: 0 0.35rem;
}
.link_05 {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #90c31f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_05 > div {
  width: 100%;
  height: 100%;
}
.link_05 > div .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.link_05 > div .a i {
  margin: auto;
  font-size: var(--f16);
  color: #90c31f;
  font-weight: bold;
}
.link_05 > div .a2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 699px) {
  .link_05 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.title_01 {
  font-family: 'MB';
  font-size: var(--f52);
  line-height: 1.1;
}
.Home_Product .box {
  --h: 5.3rem;
  --w1: 7rem;
  --w2: calc((100vw - var(--w1) - var(--interval) * 2 - 20px) / 2);
}
.Home_Product .box .banner .swiper .swiper-slide {
  background: #f7f7f7;
  width: var(--w2);
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner .swiper .swiper-slide a {
  position: relative;
}
.Home_Product .box .banner .swiper .swiper-slide a .one {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .left {
  height: var(--h);
  width: 4.3rem;
  padding: 0 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;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .left > div {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .banner .swiper .swiper-slide a .one .left > div {
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
  }
}
.Home_Product .box .banner .swiper .swiper-slide a .one .left > div .content1 {
  font-size: var(--f30);
  color: #000;
  font-family: 'MB';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .left > div .content2 {
  font-size: var(--f18);
  color: #333;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.2rem;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .left > div .content3 {
  margin-top: 0.5rem;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .right p {
  position: absolute;
  left: 4rem;
  width: 100%;
  top: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .banner .swiper .swiper-slide a .one .right p {
    left: 3.5rem;
    opacity: 0;
  }
}
.Home_Product .box .banner .swiper .swiper-slide a .one .right p img {
  max-height: 3.1rem;
}
.Home_Product .box .banner .swiper .swiper-slide a .two {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--w2);
  height: 100%;
  background: #f7f7f7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner .swiper .swiper-slide a .two .content1 {
  padding: 0 0.5rem;
  height: 3.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7rem;
}
.Home_Product .box .banner .swiper .swiper-slide a .two .content1 img {
  margin: auto;
}
.Home_Product .box .banner .swiper .swiper-slide a .two .content2 {
  font-family: 'MB';
  font-size: var(--f22);
  color: #000;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
  padding: 0 0.5rem;
}
.Home_Product .box .banner .swiper .swiper-slide a:hover .one .left > div .content1 {
  color: #90c31f;
}
.Home_Product .box .banner .swiper .swiper-slide a:hover .one .left > div .content3 .link_03 > div {
  /*-webkit-animation: productMoreArrow 1.2s ease infinite;*/
  /*animation: productMoreArrow 1.2s ease infinite;*/
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .banner .swiper .swiper-slide-active {
    width: var(--w1);
  }
  .Home_Product .box .banner .swiper .swiper-slide-active a .one {
    opacity: 1;
  }
  .Home_Product .box .banner .swiper .swiper-slide-active a .one .left > div {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .Home_Product .box .banner .swiper .swiper-slide-active a .one .right p {
    left: 4rem;
    opacity: 1;
  }
  .Home_Product .box .banner .swiper .swiper-slide-active a .two {
    opacity: 0;
  }
}
@-webkit-keyframes productMoreArrow {
  0% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0rem, 0);
    transform: translate(0rem, 0);
  }
}
@keyframes productMoreArrow {
  0% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0rem, 0);
    transform: translate(0rem, 0);
  }
}
.desc_01 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
}
.Home_About {
  background: url(../images/img4.jpg) no-repeat 50% 50% / cover;
  background-attachment: fixed;
  background-size: 100% 100%;
  position: relative;
}
.Home_About .img img {
  height: 100vh;
  opacity: 0;
}
.Home_About .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_About .orientation .box {
  width: 100%;
  text-align: center;
}
.Home_About .orientation .box .content2 {
  font-size: var(--f32);
  font-family: 'MB';
  line-height: 1.1;
  margin-top: 0.16rem;
}
.Home_About .orientation .box .content3 {
  margin-top: 0.54rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .Home_About .orientation .box .content3 {
    padding: 0 1.8rem;
  }
}
.Home_About .orientation .box .content4 {
  margin-top: 0.78rem;
}
.Home_About .orientation .box .content5 {
  margin-top: 1.3rem;
}
.Home_About .orientation .box .content5 .item {
  margin: 0 0.7rem;
}
.Home_About .orientation .box .content5 .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #90c31f;
  line-height: 0.6rem;
}
.Home_About .orientation .box .content5 .item .top p {
  font-size: var(--f52);
  font-family: 'MB';
}
.Home_About .orientation .box .content5 .item .top span {
  font-size: var(--f42);
  font-weight: bold;
  margin-left: 5px;
}
.Home_About .orientation .box .content5 .item .bot {
  font-size: var(--f22);
  font-family: 'MB';
  margin-top: 0.05rem;
}
.Home_Us .box .boxLeft {
  width: 50%;
  padding-right: 15px;
}
.Home_Us .box .boxLeft ul {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.Home_Us .box .boxLeft ul li .left {
  width: 0.8rem;
  text-align: center;
}
.Home_Us .box .boxLeft ul li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  font-size: var(--f26);
  font-family: 'MB';
  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;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Us .box .boxLeft ul li:hover .right {
  color: #90c31f;
}
.Home_Us .box .boxLeft ul .xian {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 0.2rem 0;
}
.Home_Us .box .boxLeft ul .xian:last-child{
    display: none;
}
.Home_Us .box .boxRight {
  width: 50%;
  padding-left: 15px;
}
.Home_Us .box .boxRight p {
  overflow: hidden;
}
.Home_Us .box .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Us .box .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News {
  background: #f7f7f7;
}
.Home_News .box {
  background: #fff;
}
.Home_News .box .boxLeft {
  width: 50%;
}
.Home_News .box .boxLeft a {
  overflow: hidden;
  position: relative;
}
.Home_News .box .boxLeft a img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .boxLeft a:after{
    /*content: "";*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50% , rgba(0,0,0,0.4));
}
.Home_News .box .boxLeft a .posi{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: .4rem;
}
.Home_News .box .boxLeft a .posi .time{
    font-size: var(--f18);
}

.Home_News .box .boxLeft a .posi .desc{
    font-size: var(--f18);
    height: 3em;
    max-height: 3em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    height: auto;
    margin-top: 0.2rem;
    position: relative;
}


.Home_News .box .boxLeft a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 0;
}
.Home_News .box .boxRight::before {
  content: "";
  height: 0.6rem;
  right: 0px;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  z-index: 2;
}
.Home_News .box .boxRight::after {
  content: "";
  height: 0.6rem;
  right: 0px;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #ffffff));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  left: 0px;
  z-index: 2;
}
.Home_News .box .boxRight.start::before {
  opacity: 1;
}
.Home_News .box .boxRight.ended::after {
  opacity: 0;
}
.Home_News .box .boxRight .scroll {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding: 0.4rem 0.6rem;
  height: 100%;
}
.Home_News .box .boxRight .scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.Home_News .box .boxRight .scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #90c31f;
}
.Home_News .box .boxRight .scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Home_News .box .boxRight .scroll {
    scrollbar-color: #90c31f rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/*.Home_News .box .boxRight ul li {*/
/*  padding: 0.2rem 0;*/
/*}*/
.Home_News .box .boxRight ul li + li {
  margin-top: .4rem;    
}
.Home_News .box .boxRight ul li a {
  font-family: 'MM';
}
.Home_News .box .boxRight ul li a .time {
  font-size: var(--f18);
  color: #999;
}
.Home_News .box .boxRight ul li a .desc {
  font-size: var(--f18);
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  color: #333;
  margin-top: 0.2rem;
  position: relative;
}
.Home_News .box .boxRight ul li a .desc p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .boxRight ul li a .desc .p2 {
  position: absolute;
  left: 0;
  top: 0rem;
  color: #90c31f;
  font-family: 'MB';
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
.Home_News .box .boxRight ul li:hover a .desc .p1 {
  -webkit-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  opacity: 0;
}
.Home_News .box .boxRight ul li:hover a .desc .p2 {
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  opacity: 1;
}
.Advertisement {
  position: relative;
  z-index: 4;
}
.Advertisement img {
  width: 100%;
}
.Advertisement .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;
}
.Advertisement .orientation .content1 {
  font-family: 'MB';
  font-size: var(--f36);
}
.Advertisement .orientation .content2 {
  font-family: 'MM';
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  max-width: 7.5rem;
  margin-top: 0.1rem;
}
.Advertisement .orientation .content3 {
  margin-top: 0.38rem;
}
.Footer_Container {
  position: relative;
  z-index: 4;
  background: -webkit-gradient(linear, left top, right top, from(#50508b), to(#90c31f));
  background: -o-linear-gradient(left, #50508b, #90c31f);
  background: linear-gradient(to right, #50508b, #90c31f);
  -webkit-animation: moveGradient 4s linear infinite;
  animation: moveGradient 4s linear infinite;
  background-size: 130%;
  background-position: left;
  padding: 0.85rem 0 0;
}
.Footer_Container .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Footer_Container .box .boxLeft .content1 img {
  max-height: 0.66rem;
  margin-right: 0.45rem;
}
.Footer_Container .box .boxLeft .content2 {
  margin-top: 0.5rem;
}
.Footer_Container .box .boxLeft .content2 a {
  font-family: 'MB';
  font-size: var(--f22);
  color: #fff;
  /*padding-left: 40px;*/
  position: relative;
  margin-bottom: 0.16rem;
}
.Footer_Container .box .boxLeft .content2 a:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxLeft .content2 a svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Footer_Container .box .boxRight {
  width: 8.6rem;
}
.Footer_Container .box .boxRight .nav {
  position: relative;
}
.Footer_Container .box .boxRight .nav .item {
  width: 2.7rem;
  margin-bottom: 0.08rem;
}
.Footer_Container .box .boxRight .nav .item > p a {
  font-size: var(--f26);
  color: #fff;
  font-family: 'MB';
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Footer_Container .box .boxRight .nav .item > p a img {
  margin-left: 0.12rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .nav .item ul {
  position: absolute;
  left: 100%;
  top: 0.3rem;
  opacity: 0;
  visibility: hidden;
}
.Footer_Container .box .boxRight .nav .item ul li {
  margin-bottom: 0.18rem;
}
.Footer_Container .box .boxRight .nav .item ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-wrap: nowrap;
  white-space: nowrap;
}
.Footer_Container .box .boxRight .nav .item ul li a:hover {
  opacity: 1;
}
.Footer_Container .box .boxRight .nav .item.active > p a {
  opacity: 1;
}
.Footer_Container .box .boxRight .nav .item.active > p a img {
  opacity: 1;
}
.Footer_Container .box .boxRight .nav .item.active ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  top: 0;
}
.Footer_Container .box .boxRight .Share .h5 {
  font-size: var(--f20);
  font-family: 'MB';
  color: #fff;
  margin: 5px 0 0;
}
.Footer_Container .box .boxRight .Share .content {
  /*margin-top: 0.26rem;*/
  text-align: center;
}




.Footer_Container .box .boxRight .Share .content img{
    width: 1.3rem;
}
.Footer_Container .box .boxRight .Share .content p{
    font-size: 14px;
    margin: 10px 0 0;
    color: #fff;
}
.Footer_Container .box .boxRight .Share .content div {
  margin-bottom: 0.16rem;
}
.Footer_Container .box .boxRight .Share .content div:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxRight .Share .content div a {
  font-size: var(--f18);
  color: #fff;
  position: relative;
  padding-left: 0.38rem;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .Share .content div a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  text-align: center;
}
.Footer_Container .box .boxRight .Share .content div a:hover {
  opacity: 1;
}
.Footer_Container .box1 {
  margin-top: 1.3rem;
  padding-bottom: 0.5rem;
}
.Footer_Container .box1 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box1 div span,
.Footer_Container .box1 div a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.5;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 div a {
  margin-left: 0.12rem;
}
.Footer_Container .box1 div a:hover {
  opacity: 1;
}
@-webkit-keyframes moveGradient {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
@keyframes moveGradient {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.m_top {
  margin-top: calc(var(--nav_height) * -1);
}
.Inner_Banner {
  position: relative;
  overflow: hidden;
}
.Inner_Banner img {
  width: 100%;
  -webkit-animation: zoom 8s linear infinite;
  animation: zoom 8s linear infinite;
}
.Inner_Banner .orientation {
  padding-top: var(--nav_height);
  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;
}
.Inner_Banner .orientation .content1 {
  font-size: var(--f58);
  font-family: 'MB';
  color: #fff;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.Nav_Container {
  border-bottom: 1px solid #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
}
.Nav_Container .box .item {
  margin: 0 0.3rem;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_Container .box .item a {
  font-size: var(--f18);
  font-family: 'MM';
  color: #333;
  line-height: 0.78rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_Container .box .item a:hover {
  color: #90c31f;
}
.Nav_Container .box .active {
  border-color: #90c31f;
}
.About_01 .box .content1 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .About_01 .box .content1 {
    padding: 0 1rem;
  }
}
.About_01 .box .content2 {
  margin-top: 0.85rem;
}
.About_01 .box .content2 .item {
  margin: 0 0.65rem;
}
.About_01 .box .content2 .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #90c31f;
  line-height: 0.6rem;
}
.About_01 .box .content2 .item .top p {
  font-size: var(--f52);
  font-family: 'MB';
}
.About_01 .box .content2 .item .top span {
  font-size: var(--f42);
  font-weight: bold;
  margin-left: 5px;
}
.About_01 .box .content2 .item .bot {
  font-size: var(--f22);
  font-family: 'MB';
  margin-top: 0.05rem;
}
.About_02 {
  background: #f7f7f7;
}
.About_02 .box {
  display: grid;
  gap: 1rem;
}
.About_02 .box .item {
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 1.4rem;*/
  background: #f7f7f7;
}
.About_02 .box .item .boxLeft {
  width: 7.2rem;
  overflow: hidden;
}
.About_02 .box .item .boxLeft img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.About_02 .box .item .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_02 .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0rem 0.4rem 0rem 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_02 .box .item .boxRight > div {
  width: 100%;
}
.About_02 .box .item .boxRight > div .content1 img {
  height: 0.68rem;
}
.About_02 .box .item .boxRight > div .content2 {
  margin-top: 0.5rem;
  font-size: var(--f30);
  font-family: 'MB';
  line-height: 1.1;
}
.About_02 .box .item .boxRight > div .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  margin-top: 0.24rem;
}
.About_03 .box {
  position: relative;
}
.About_03 .box .img {
  position: relative;
}
.About_03 .box .img p {
  position: absolute;
  top: 0;
  left: 0;
  /*-webkit-transition: 0.4s;*/
  /*-o-transition: 0.4s;*/
  /*transition: 0.4s;*/
  opacity: 0;
}
.About_03 .box .img p img {
  width: 100%;
}
.About_03 .box .img p::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.About_03 .box .img .active {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.About_03 .orientation {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.About_03 .orientation .scroll {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.About_03 .orientation .scroll .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.About_03 .orientation .scroll .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .orientation .scroll .item .content {
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  width: 100%;
  padding: 0 0.9rem;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.About_03 .orientation .scroll .item .content .content1 {
  height: 0.78rem;
}
.About_03 .orientation .scroll .item .content .content1 img {
  max-height: 100%;
}
.About_03 .orientation .scroll .item .content .content2 {
  font-size: var(--f24);
  font-family: 'MSB';
  margin-top: 0.25rem;
}
.About_03 .orientation .scroll .item .content .content3 {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .About_03 .orientation .scroll .item .content .content3 {
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
.About_03 .orientation .scroll .item .content .content3 div {
  min-height: 0;
  font-family: 'MM';
  font-size: var(--f18);
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .About_03 .orientation .scroll .item.active .bg {
    opacity: 1;
  }
  .About_03 .orientation .scroll .item.active .content .content3 {
    padding-top: 0.45rem;
    grid-template-rows: 1fr;
  }
}
.About_04 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem 0.3rem;
}
.About_04 .box .item figure {
  overflow: hidden;
}
.About_04 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .item figcaption {
  margin-top: 0.25rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  max-height: 2.54rem;
}
.About_04 .box .item figcaption::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.About_04 .box .item figcaption::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #90c31f;
}
.About_04 .box .item figcaption::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_04 .box .item figcaption {
    scrollbar-color: #90c31f rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_04 .box .item figcaption .content1 {
  font-family: 'MB';
  font-size: var(--f24);
}
.About_04 .box .item figcaption .content2 {
  margin-top: 0.2rem;
}
.About_04 .box .item figcaption .content2 p {
  font-size: var(--f18);
  color: #333;
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}
.About_04 .box .item figcaption .content2 p:last-child {
  margin-bottom: 0;
}
.About_04 .box .item figcaption .content2 p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 8px;
  height: 8px;
  background: #90c31f;
}
.About_04 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_05 {
  background: #f7f7f7;
}
.About_05 .box {
  margin-top: 0.4rem;
}
.About_05 .box .content1 {
  font-family: 'MM';
  font-size: var(--f20);
  text-align: center;
  padding: 0 1.84rem;
}
.About_05 .banner {
  margin-top: 0.64rem;
  position: relative;
}
.About_05 .banner .swiper-slide {
  overflow: hidden;
}
.About_05 .banner .swiper-slide img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.About_05 .banner .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.banner_button {
  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;
}
.banner_button .prev,
.banner_button .next {
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 2px solid #90c31f;
  border-radius: 50%;
}
.banner_button .prev i,
.banner_button .next i {
  margin: auto;
  color: #90c31f;
  font-size: var(--f16);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .banner_button .prev:hover,
  .banner_button .next:hover {
    background: #90c31f;
  }
  .banner_button .prev:hover i,
  .banner_button .next:hover i {
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .banner_button.posi {
    --y: -0.8rem;
  }
  .banner_button.posi .prev,
  .banner_button.posi .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner_button.posi .prev {
    left: var(--y);
  }
  .banner_button.posi .next {
    right: var(--y);
  }
}
@media screen and (max-width: 1200px) {
  .banner_button {
    margin-top: 0.4rem;
  }
  .banner_button .next {
    margin-left: 0.2rem;
  }
}
.EquipmentPlatform_01 .box {
  font-family: 'MM';
  font-size: var(--f22);
  color: #333;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .EquipmentPlatform_01 .box {
    padding: 0 1rem;
  }
}
.Nav_Container_1 {
  border-bottom: 1px solid #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background: #f7f7f7;
  margin-top: -0.25rem;
}
.Nav_Container_1 .box .item {
  margin: 0 0.3rem;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_Container_1 .box .item a {
  font-size: var(--f22);
  font-family: 'MB';
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.Nav_Container_1 .box .item a:hover {
  color: #90c31f;
}
.Nav_Container_1 .box .active {
  border-color: #90c31f;
}
.Nav_Container_1 .box .active a {
  color: #90c31f;
}
.EquipmentPlatform_03 .box {
  position: relative;
}
.EquipmentPlatform_03 .box a {
  overflow: hidden;
  position: relative;
}
.EquipmentPlatform_03 .box a img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentPlatform_03 .box a .orientation {
  font-family: 'MB';
  font-size: var(--f22);
  color: #90c31f;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  padding: 0 0.4rem;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentPlatform_03 .box a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.EquipmentPlatform_03 .box a:hover .orientation {
  color: #90c31f;
}
.EquipmentPlatform_04 .box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.EquipmentPlatform_04 .box .item {
  position: relative;
  overflow: hidden;
}
.EquipmentPlatform_04 .box .item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) no-repeat 50% 50%/cover;
    opacity: 0;
    transition: .4s;
}
.EquipmentPlatform_04 .box .item img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentPlatform_04 .box .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  color: #fff;
  padding: 0 1.2rem 0 0.6rem;
  z-index: 2;
}
.EquipmentPlatform_04 .box .item .orientation .content1 {
  font-family: 'MB';
  font-size: var(--f22);
}
.EquipmentPlatform_04 .box .item .orientation .content2 {
  margin-top: 0.25rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  color: #fff;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentPlatform_04 .box .item .orientation .content2 div {
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  .EquipmentPlatform_04 .box .item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .EquipmentPlatform_04 .box .item:hover .content2 {
    grid-template-rows: 1fr;
  }
  .EquipmentPlatform_04 .box .item:hover:after {
   opacity: 1;
  }
}
.EquipmentPlatform_05 {
  background: #f7f7f7;
}
.EquipmentPlatform_05 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.54rem;
}
.EquipmentPlatform_05 .box .boxLeft > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.EquipmentPlatform_05 .box .boxLeft > div .item {
  background: #fff;
  padding: 0.3rem 0.1rem 0.3rem 0;
}
.EquipmentPlatform_05 .box .boxLeft > div .item .scroll {
  padding-right: 0.7rem;
  height: 2.7rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding-left: 0.8rem;
}
.EquipmentPlatform_05 .box .boxLeft > div .item .scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.EquipmentPlatform_05 .box .boxLeft > div .item .scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #90c31f;
}
.EquipmentPlatform_05 .box .boxLeft > div .item .scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .EquipmentPlatform_05 .box .boxLeft > div .item .scroll {
    scrollbar-color: #90c31f rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.EquipmentPlatform_05 .box .boxLeft > div .item .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin-bottom: 0.15rem;
  position: relative;
}
.EquipmentPlatform_05 .box .boxLeft > div .item .h5 img {
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.EquipmentPlatform_05 .box .boxLeft > div .item ul {
  margin-bottom: 0.2rem;
}
.EquipmentPlatform_05 .box .boxLeft > div .item ul li {
  font-size: var(--f18);
  padding-left: 18px;
  position: relative;
  margin-bottom: 0.06rem;
}
.EquipmentPlatform_05 .box .boxLeft > div .item ul li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #90c31f;
  top: 0.08rem;
}
.EquipmentPlatform_05 .box .boxRight {
  width: 3.54rem;
}
.EquipmentPlatform_05 .box .boxRight img {
  width: 100%;
}
.EquipmentPlatform_06 {
  background: #f7f7f7;
}
.EquipmentPlatform_06 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.EquipmentPlatform_06 .box .item {
  background: #fff;
  text-align: center;
  padding: 1rem 0.4rem 0.4rem;
}
.EquipmentPlatform_06 .box .item .top {
  height: 1.03rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentPlatform_06 .box .item .top img {
  max-height: 100%;
}
.EquipmentPlatform_06 .box .item .bot {
  font-size: var(--f24);
  font-family: 'MB';
  margin-top: 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .EquipmentPlatform_06 .box .item:hover .top {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  .EquipmentPlatform_06 .box .item:hover .bot {
    color: #90c31f;
  }
}
.Product_01 .box {
  width: 16.48rem;
  margin: 0.76rem auto 0;
  position: relative;
}
.Product_01 .box .list .item {
  position: absolute;
  left: 0%;
  top: 0%;
}
.Product_01 .box .list .item a .dian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: #90c31f;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .list .item a .dian::before,
.Product_01 .box .list .item a .dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(144, 195, 31, 0.4);
}
.Product_01 .box .list .item a .dian::before {
  -webkit-animation: boderM 3s 0.75s infinite;
  animation: boderM 3s 0.75s infinite;
}
.Product_01 .box .list .item a .dian::after {
  -webkit-animation: boderM 3s infinite;
  animation: boderM 3s infinite;
}
.Product_01 .box .list .item a .dian span {
  font-size: var(--f14);
  font-family: 'MM';
  color: #fff;
  margin: auto;
}
.Product_01 .box .list .item a .content {
  position: absolute;
  left: -10px;
  height: 40px;
  padding: 0 25px 0 55px;
  top: 50%;
  border-radius: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
  pointer-events: none;
  font-family: 'MB';
}
.Product_01 .box .list .item a .content::after {
  background: #90c31f;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  opacity: 0.5;
  width: 0%;
}
.Product_01 .box .list .item a .content p {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.Product_01 .box .list .item a .content i {
  font-size: var(--f16);
  font-weight: bold;
  margin-left: 0.14rem;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .list .item a .content:hover i {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.Product_01 .box .list .item.active a .content {
  pointer-events: all;
}
.Product_01 .box .list .item.active a .content::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .list .item.active a .content p {
  opacity: 1;
  -webkit-transition: 0.4s 0.1s;
  -o-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
}


.Product_01 .box .list .item_01 {
  left: 42%;
  top: 80%;
}
.Product_01 .box .list .item_02 {
  left: 30%;
  top: 63%;
}
.Product_01 .box .list .item_03 {
  left: 21%;
  top: 47%;
}
.Product_01 .box .list .item_04 {
  left: 13%;
  top: 45%;
}
.Product_01 .box .list .item_05 {
  left: 6%;
  top: 6%;
}
.Product_01 .box .list .item_06 {
  left: 17%;
  top: 3%;
}
.Product_01 .box .list .item_07 {
  left: 29%;
  top: 30%;
}
.Product_01 .box .list .item_08 {
  left: 42%;
  top: 21%;
}
.Product_01 .box .list .item_09 {
  left: 52%;
  top: 12%;
}
.Product_01 .box .list .item_10 {
  left: 59%;
  top: 14%;
}
.Product_01 .box .list .item_11 {
  left: 67%;
  top: 24%;
}
.Product_01 .box .list .item_12 {
  left: 76%;
  top: 35%;
}
.Product_01 .box .list .item_13 {
  left: 85%;
  top: 28%;
}
.Product_01 .box .list .item_14 {
  left: 93%;
  top: 60%;
}
.Product_01 .box .list .item_15 {
  left: 82%;
  top: 60%;
}
.Product_01 .box .list .item_16 {
  left: 71%;
  top: 65%;
}
.Product_01 .box .list .item_17 {
  left: 57%;
  top: 77%;
}
.Product_01 .box .list .item_01 a .content,
.Product_01 .box .list .item_04 a .content,
.Product_01 .box .list .item_05 a .content,
.Product_01 .box .list .item_07 a .content,
.Product_01 .box .list .item_08 a .content,
.Product_01 .box .list .item_09 a .content,
.Product_01 .box .list .item_11 a .content,
.Product_01 .box .list .item_12 a .content,
.Product_01 .box .list .item_13 a .content,
.Product_01 .box .list .item_14 a .content,
.Product_01 .box .list .item_15 a .content,
.Product_01 .box .list .item_16 a .content {
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 15px;
}
.Product_01 .box .list .item_04 a .content,
.Product_01 .box .list .item_09 a .content,
.Product_01 .box .list .item_13 a .content {
  top: auto;
  bottom: 36px;
}
@-webkit-keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.Product_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Product_02 .box .list {
  padding: 0.4rem 0.5rem;
  background: #f7f7f7;
}
.Product_02 .box .list .item {
  font-size: var(--f18);
  font-family: 'MM';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.14rem;
}
.Product_02 .box .list .item:last-child {
  margin-bottom: 0;
}
.Product_02 .box .list .item:hover {
  color: #90c31f;
}
@media screen and (min-width: 1200px) {
  .Product_02_ .box {
    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;
  }
  .Product_02_ .box .list {
    width: 32%;
  }
}
.Product_03 .box {
  width: 16.48rem;
  margin: 0.76rem auto 0;
  position: relative;
}
.Product_03 .box .list .item {
  position: absolute;
  left: 0%;
  top: 0%;
}
.Product_03 .box .list .item a .dian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: #90c31f;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .list .item a .dian::before,
.Product_03 .box .list .item a .dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(144, 195, 31, 0.4);
}
.Product_03 .box .list .item a .dian::before {
  -webkit-animation: boderM 3s 0.75s infinite;
  animation: boderM 3s 0.75s infinite;
}
.Product_03 .box .list .item a .dian::after {
  -webkit-animation: boderM 3s infinite;
  animation: boderM 3s infinite;
}
.Product_03 .box .list .item a .dian span {
  font-size: var(--f14);
  font-family: 'MM';
  color: #fff;
  margin: auto;
}
.Product_03 .box .list .item a .content {
  position: absolute;
  left: -10px;
  height: 40px;
  padding: 0 25px 0 55px;
  top: 50%;
  border-radius: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
  pointer-events: none;
  font-family: 'MB';
}
.Product_03 .box .list .item a .content::after {
  background: #90c31f;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  opacity: 0.5;
  width: 0%;
}
.Product_03 .box .list .item a .content p {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.Product_03 .box .list .item a .content i {
  font-size: var(--f16);
  font-weight: bold;
  margin-left: 0.14rem;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .list .item a .content:hover i {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.Product_03 .box .list .item.active a .content {
  pointer-events: all;
}
.Product_03 .box .list .item.active a .content::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .list .item.active a .content p {
  opacity: 1;
  -webkit-transition: 0.4s 0.1s;
  -o-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
}
.Product_03 .box .list .item_01 {
  left: 43%;
  top: 80%;
}
.Product_03 .box .list .item_02 {
  left: 62%;
  top: 74%;
}
.Product_03 .box .list .item_03 {
  left: 74%;
  top: 65%;
}
.Product_03 .box .list .item_04 {
  left: 90%;
  top: 56%;
}
.Product_03 .box .list .item_05 {
  left: 71%;
  top: 41%;
}
.Product_03 .box .list .item_06 {
  left: 57%;
  top: 46%;
}
.Product_03 .box .list .item_07 {
  left: 45%;
  top: 52%;
}
.Product_03 .box .list .item_08 {
  left: 27%;
  top: 60%;
}
.Product_03 .box .list .item_09 {
  left: 11%;
  top: 8%;
}
.Product_03 .box .list .item_10 {
  left: 25%;
  top: 38%;
}
.Product_03 .box .list .item_11 {
  left: 35%;
  top: 33%;
}
.Product_03 .box .list .item_12 {
  left: 45%;
  top: 5%;
}
.Product_03 .box .list .item_13 {
  left: 58%;
  top: 14%;
}
.Product_03 .box .list .item_01 a .content,
.Product_03 .box .list .item_02 a .content,
.Product_03 .box .list .item_03 a .content,
.Product_03 .box .list .item_04 a .content,
.Product_03 .box .list .item_05 a .content,
.Product_03 .box .list .item_06 a .content,
.Product_03 .box .list .item_07 a .content,
.Product_03 .box .list .item_08 a .content,
.Product_03 .box .list .item_09 a .content,
.Product_03 .box .list .item_10 a .content,
.Product_03 .box .list .item_11 a .content,
.Product_03 .box .list .item_12 a .content {
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 15px;
}
.Product_03 .box .list .item_11 a .content,
.Product_03 .box .list .item_12 a .content {
  top: auto;
  bottom: 36px;
}
.Product_04 {
  background: #f7f7f7;
}
.Product_04 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.Product_04 .box .item {
  background: #fff;
  padding: 1rem 0.3rem 0;
}
.Product_04 .box .item figure {
  height: 3.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_04 .box .item figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_04 .box .item figcaption {
  margin-top: 0.4rem;
  padding: 0rem 0 0.8rem;
  position: relative;
}
.Product_04 .box .item figcaption .content1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  height: 2.6em;
}
.Product_04 .box .item figcaption .content1 p {
  font-size: var(--f24);
  font-family: 'MB';
  height: 2.6em;
  max-height: 2.6em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
  text-align: center;
  width: 100%;
}
.Product_04 .box .item figcaption .content2 {
  position: absolute;
  left: 50%;
  padding-top: 0.2rem;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_04 .box .item figcaption .content2 {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .Product_04 .box .item:hover figcaption .content1 {
    -webkit-transform: translateY(-0.4rem);
    -ms-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
  }
  .Product_04 .box .item:hover figcaption .content1 p {
    color: #90c31f;
  }
  .Product_04 .box .item:hover figcaption .content2 {
    -webkit-transform: translate(-50%, -0.4rem);
    -ms-transform: translate(-50%, -0.4rem);
    transform: translate(-50%, -0.4rem);
    opacity: 1;
  }
}
.mbx ._box {
  padding: 0.25rem 0;
  font-size: var(--f16);
  line-height: 26px;
}
.mbx ._box a {
  color: #666;
  line-height: 26px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx ._box a:hover {
  color: #90c31f;
}
.mbx ._box i {
  font-size: 14px;
  margin: 0 0.08rem;
  color: #666;
}
.mbx ._box span {
  color: #90c31f;
}
.Product_05 {
  min-height: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(144, 195, 31, 0.15)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, rgba(144, 195, 31, 0.15), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(144, 195, 31, 0.15), rgba(255, 255, 255, 0));
}
.Product_05 .box .boxLeft {
  width: 50%;
}
.Product_05 .box .boxLeft .content1 {
  font-family: 'MB';
  font-size: var(--f48);
  line-height: 1.1;
}
.Product_05 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  padding-right: 1.4rem;
  margin-top: 0.3rem;
  line-height: 2;
}
.Product_05 .box .boxLeft .content2 ul {
  margin-top: 0.45rem;
}
.Product_05 .box .boxLeft .content2 ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 2px;
}
.Product_05 .box .boxLeft .content2 ul li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #90c31f;
  top: 0.14rem;
}
.Product_05 .box .boxLeft .content3 {
  margin-top: 0.76rem;
}
.Product_05 .box .boxRight {
  width: 50%;
  padding-right: 0.45rem;
  padding-top: 0.45rem;
}
.Product_05 .box .boxRight > div {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}
.Product_05 .box .boxRight > div > img {
  width: 100%;
}
.Product_05 .box .boxRight > div .orientation {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #90c31f;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_05 .box .boxRight > div .orientation svg {
  margin: auto;
  position: relative;
  z-index: 2;
}
.Product_05 .box .boxRight > div .orientation::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: big 1.8s ease-in infinite;
  animation: big 1.8s ease-in infinite;
  background: #90c31f;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.2;
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.2;
  }
}
.Product_06 .box {
  display: grid;
  gap: 0.75rem;
}
.Product_06 .box .item .boxLeft {
  width: 47.5%;
  overflow: hidden;
}
.Product_06 .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_06 .box .item .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_06 .box .item .boxRight {
  width: 47.5%;
  padding: 0 0.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;
}
.Product_06 .box .item .boxRight > div {
  width: 100%;
  font-family: 'MM';
  font-size: var(--f24);
  line-height: 1.3;
}
@media screen and (min-width: 699px) {
  .Product_06 .box .item:nth-child(2n) .boxLeft {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.Product_07 {
  background: #f7f7f7;
}
.Product_07 .box {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .Product_07 .box {
    /*max-width: 50%;*/
  }
}
.Product_08 .box table {
  width: 100%;
}
.Product_08 .box table tr td {
  font-size: var(--f18);
  color: #000;
  padding: 0.2rem 0.7rem;
  border: 1px solid #ddd;
}
.Product_08 .box table tr td:first-child {
  color: #666;
}
.Product_08 .box table tr:nth-child(2n-1) {
  background: #f7f7f7;
}
.cbl {
  position: fixed;
  left: 0.3rem;
  top: 36%;
  z-index: 3;
  display: none;
}
.cbl ul {
  display: grid;
  gap: 0.2rem;
  border-left: 1px solid #ddd;
}
.cbl ul li a {
  font-family: 'ML';
  font-size: var(--f16);
  color: #000;
  padding-left: 12px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.cbl ul li a:hover {
  color: #90c31f;
}
.cbl ul li a::after {
  content: '';
  position: absolute;
  left: -1px;
  width: 2px;
  height: 0%;
  bottom: 0;
  background: #90c31f;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.cbl ul .active a {
  color: #90c31f;
}
.cbl ul .active a::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.Product_09 {
  background: #f7f7f7;
}
.Product_09 .box {
  display: grid;
  gap: 0.4rem 20px;
  grid-template-columns: repeat(3, 1fr);
}
.Product_09 .box .item {
  background: #fff;
  padding: 1.3rem 0.4rem 0;
  position: relative;
}
.Product_09 .box .item figure {
  height: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Product_09 .box .item figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_09 .box .item figcaption {
  margin-top: 0.8rem;
  padding: 0rem 0 0.8rem;
  position: relative;
}
.Product_09 .box .item figcaption .content1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  height: 2.6em;
}
.Product_09 .box .item figcaption .content1 p {
  font-size: var(--f24);
  font-family: 'MB';
  height: 2.6em;
  max-height: 2.6em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
  text-align: center;
  width: 100%;
}
.Product_09 .box .item figcaption .content2 {
  position: absolute;
  left: 50%;
  padding-top: 0.2rem;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_09 .box .item figcaption .content2 {
    opacity: 0;
  }
}
.Product_09 .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background: url(../images/img37.jpg) no-repeat 50% 50% / cover;
}
@media screen and (min-width: 1200px) {
  .Product_09 .box .item:hover::before {
    opacity: 1;
  }
  .Product_09 .box .item:hover figcaption .content1 {
    -webkit-transform: translateY(-0.4rem);
    -ms-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
  }
  .Product_09 .box .item:hover figcaption .content1 p {
    color: #fff;
  }
  .Product_09 .box .item:hover figcaption .content2 {
    -webkit-transform: translate(-50%, -0.4rem);
    -ms-transform: translate(-50%, -0.4rem);
    transform: translate(-50%, -0.4rem);
    opacity: 1;
  }
}
.Product_10 {
  margin-top: 0.2rem;
}
.Product_10 .box {
  display: grid;
  gap: 0.8rem;
}
.Product_10 .box .item .boxLeft {
  width: 49.5%;
  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.8rem;
}
.Product_10 .box .item .boxLeft > div {
  width: 100%;
}
.Product_10 .box .item .boxLeft > div .content1 {
  font-size: var(--f48);
  font-family: 'MB';
  line-height: 1.1;
}
.Product_10 .box .item .boxLeft > div .content2 {
  font-size: var(--f18);
  color: #333;
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.35rem;
}
.Product_10 .box .item .boxLeft > div .content3 {
  margin-top: 0.68rem;
}
.Product_10 .box .item .boxRight {
  width: 49.5%;
  background: #f7f7f7;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_10 .box .item .boxRight img {
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_10 .box .item .boxRight:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 699px) {
  .Product_10 .box .item:nth-child(2n) .boxLeft {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0.8rem;
    padding-right: 0;
  }
}
.Product_11 {
  background: #f7f7f7;
}
.Product_11 .box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.Product_11 .box .item {
  text-align: center;
  background: #fff;
  padding: 0.4rem 0.1rem 0.45rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_11 .box .item figure {
  height: 2.3rem;
}
.Product_11 .box .item figure img {
  max-height: 100%;
}
.Product_11 .box .item figcaption {
  margin-top: 0.5rem;
  font-family: 'MB';
  font-size: var(--f22);
  color: #000;
  line-height: 1.35;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_11 .box .item:hover {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  .Product_11 .box .item:hover figcaption {
    color: #90c31f;
  }
}
.Product_12 .box table {
  width: 100%;
}
.Product_12 .box table tr th {
  font-size: var(--f22);
  color: #333;
  font-family: 'MB';
  padding: 0.2rem 0.7rem;
  border: 1px solid #ddd;
  text-align: left;
}
.Product_12 .box table tr td {
  font-size: var(--f18);
  color: #000;
  padding: 0.2rem 0.7rem;
  border: 1px solid #ddd;
}
.Product_12 .box table tr td:first-child {
  color: #666;
}
.Product_12 .box table tr:nth-child(2n-1) {
  background: #f7f7f7;
}
.Product_13 {
  background: #f7f7f7;
}
.Product_13 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 20px;
}
.Product_13 .box .item {
  background: #fff;
  text-align: center;
  padding: 0.55rem 1rem 0.45rem;
}
.Product_13 .box .item figure {
  height: 3.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_13 .box .item figure img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_13 .box .item figcaption {
  margin-top: 0.55rem;
  font-size: var(--f24);
  color: #000;
  font-family: 'MB';
  line-height: 1.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: -webkit-calc(5.1em);
  height: calc(1.7em * 3);
  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;
}
@media screen and (min-width: 1200px) {
  .Product_13 .box .item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Product_13 .box .item:hover figcaption {
    color: #90c31f;
  }
}
.News_01 {
  --w: 7.2rem;
  --p: 0.7rem;
}
.News_01 .banner {
  position: relative;
}
.News_01 .banner .item .boxLeft {
  width: var(--w);
  overflow: hidden;
  position: relative;
}
.News_01 .banner .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .banner .item .boxLeft::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img45.png) no-repeat 50% 50% / cover;
}
.News_01 .banner .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f7f7f7;
  padding: var(--p) var(--p) 0;
}
.News_01 .banner .item .boxRight .content1 {
  font-family: 'MM';
  font-size: var(--f18);
  color: #999;
}
.News_01 .banner .item .boxRight .content2 {
  font-family: 'MB';
  font-size: var(--f30);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 6.4em;
  max-height: 6.4em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.36rem;
}
.News_01 .banner .item .boxRight .content3 {
  margin-top: 0.48rem;
}
.News_01 .banner .item:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .banner .item:hover .boxRight .content2 {
  color: #90c31f;
}
.News_01 .banner .orientation {
  position: absolute;
  left: calc(var(--w) + var(--p));
  bottom: 0.6rem;
  z-index: 2;
}
.News_01 .banner .orientation span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin-right: 0.12rem;
  background: #90c31f;
}
.News_02 .box .item {
  background: #f7f7f7;
  margin-bottom: 0.3rem;
}
.News_02 .box .item:last-child {
  margin-bottom: 0;
}
.News_02 .box .item a {
  padding: 0.36rem 0;
}
.News_02 .box .item .time {
  width: 2.3rem;
  font-family: 'MSB';
  color: #999;
  text-align: center;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.News_02 .box .item .time .data1 {
  font-size: var(--f30);
}
.News_02 .box .item .time .data2 {
  font-size: var(--f44);
  line-height: 1;
  margin-top: 0.12rem;
}
.News_02 .box .item .content {
  border-left: 1px solid #ddd;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1rem 0 0.7rem;
}
.News_02 .box .item .content .content1 {
  font-size: var(--f24);
  font-family: 'MB';
  color: #000;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item .content .content2 {
  margin-top: 0.24rem;
  font-size: var(--f18);
  color: #666;
  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;
}
.News_02 .box .item .button {
  padding-right: 0.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;
}
.News_02 .box .item:hover .content .content1 {
  color: #90c31f;
}
.News_02 .box .item:hover .button .link_05 {
  background: #90c31f;
}
.News_02 .box .item:hover .button .link_05 > div {
  -webkit-animation: productMoreArrow 1s ease infinite;
  animation: productMoreArrow 1s ease infinite;
}
.News_02 .box .item:hover .button .link_05 > div .a i {
  color: #fff;
}
.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.7rem;
}
.pu_page a {
  font-family: 'MM';
  font-size: var(--f18);
  color: #999;
  margin: 0 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a:hover {
  color: #90c31f;
}
.pu_page .active {
  color: #90c31f;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-weight: bold;
}
.News_03 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.News_03 .box .boxLeft .content1 {
  font-size: var(--f36);
  font-family: 'MSB';
}
.News_03 .box .boxLeft .content2 {
  font-size: var(--f18);
  font-family: 'MM';
  color: #999;
  margin-top: 0.32rem;
}
.News_03 .box .boxLeft .heng {
  height: 1px;
  background: #eee;
  margin: 0.36rem 0;
}
.News_03 .box .boxLeft .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  line-height: 2;
}
.News_03 .box .boxLeft .content4 {
  display: grid;
  gap: 0.2rem;
}
.News_03 .box .boxLeft .content4 p a {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_03 .box .boxLeft .content4 p a:hover {
  color: #90c31f;
}
.News_03 .box .boxRight {
  width: 4.2rem;
}
.News_03 .box .boxRight .h5 {
  font-size: var(--f36);
  font-family: 'MSB';
}
.News_03 .box .boxRight .list {
  margin-top: 0.7rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0.7rem;
}
.News_03 .box .boxRight .list a .time {
  font-family: 'MM';
  color: #999;
  font-size: var(--f16);
}
.News_03 .box .boxRight .list a .title {
  font-size: var(--f18);
  color: #333;
  font-family: 'MM';
  height: 6em;
  max-height: 6em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.16rem;
  height: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_03 .box .boxRight .list a:hover .title {
  color: #90c31f;
}
.News_03 .box .boxRight .list .heng {
  height: 1px;
  background: #eee;
  margin: 0.3rem 0;
}
.Contact_1 .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  margin-top: 0.2rem;
}
.Contact_1 .box .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 20px;
}
.Contact_1 .box .list1 .item .title {
  font-size: var(--f18);
  color: #333;
}
.Contact_1 .box .list1 .item .title span {
  color: red;
}
.Contact_1 .box .list1 .item .input {
  margin-top: 0.1rem;
  background: #f7f7f7;
}
.Contact_1 .box .list1 .item .input input,
.Contact_1 .box .list1 .item .input textarea {
  background: none;
  height: 0.6rem;
  width: 100%;
  border: 0;
  padding: 0 0.26rem;
  font-size: var(--f16);
}
.Contact_1 .box .list1 .item .input .layui-form-select dl {
  top: 0.62rem;
}
.Contact_1 .box .list1 .item .input .layui-form-selectup dl {
  top: auto;
  bottom: 0.62rem;
}
.Contact_1 .box .list1 .item .input .layui-form-select .layui-edge {
  right: 0.26rem;
}
.Contact_1 .box .list1 .item .input .layui-form-select dl dd,
.Contact_1 .box .list1 .item .input .layui-form-select dl dt {
  padding: 0 0.26rem !important;
  font-size: var(--f16);
}
.Contact_1 .box .list1 .item .upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
}
.Contact_1 .box .list1 .item .upload .btn {
  font-size: var(--f16);
  color: #90c31f;
  height: 0.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;
  cursor: pointer;
}
.Contact_1 .box .list1 .item .upload .btn svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Contact_1 .box .list1 .item .upload .upload_content {
  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.2rem;
}
.Contact_1 .box .list2 {
  grid-template-columns: repeat(1, 1fr);
  margin: 0.26rem 0 0.15rem;
}
.Contact_1 .box .list2 .item .input textarea {
  height: 2rem;
  resize: none;
  padding: 0.16rem 0.26rem;
}
.Contact_1 .box .list3 {
  color: #999;
  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;
}
.Contact_1 .box .list3 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #90c31f;
}
.Contact_1 .box .list3 .layui-form-checked[lay-skin=primary] i {
  background: #90c31f;
}
.Contact_1 .box .list3 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.Contact_1 .box .list3 a {
  color: #90c31f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .list3 a:hover {
  text-decoration: underline;
}
.Contact_1 .box .list4 {
  margin-top: 0.48rem;
}
.Contact_1 .box .list4 label {
  cursor: pointer;
}
.Contact_1 .box .list4 label .link_02 .a span {
  padding: 0 0.5rem;
}
.Contact_2 .box .boxLeft {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.5rem;
}
.Contact_2 .box .boxLeft > div {
  width: 100%;
}
.Contact_2 .box .boxLeft .h5 {
  font-size: var(--f32);
  font-family: 'MB';
}
.Contact_2 .box .boxLeft .desc {
  font-family: 'MM';
  font-size: var(--f22);
  color: #333;
  margin-top: 0.48rem;
}
.Contact_2 .box .boxLeft .desc p {
  margin-bottom: 0.15rem;
}
.Contact_2 .box .boxLeft .desc a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Contact_2 .box .boxLeft .desc a:hover {
  color: #90c31f;
}
.Contact_2 .box .boxRight {
  width: 50%;
}
.Contact_3 .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
  margin-top: 0.2rem;
  padding: 0 3rem;
}
.Contact_3 .box .item {
  margin-bottom: 0.2rem;
}
.Contact_3 .box .item .top {
  background: #fff;
  padding: 0.25rem 0.5rem 0.25rem 0.6rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_3 .box .item .top .content1 {
  line-height: 0.35rem;
  font-size: var(--f24);
  font-family: 'MSB';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 86%;
}
.Contact_3 .box .item .top .content2 {
  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;
}
.Contact_3 .box .item .top .content2 p {
  width: 0.35rem;
  height: 0.35rem;
  background: #90c31f;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_3 .box .item .top .content2 p::before,
.Contact_3 .box .item .top .content2 p::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.14rem;
  height: 2px;
  background: #fff;
}
.Contact_3 .box .item .top .content2 p::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.Contact_3 .box .item .top:hover .content1 {
  color: #90c31f;
}
.Contact_3 .box .item.active .top {
  background: #90c31f;
}
.Contact_3 .box .item.active .top .content1 {
  color: #fff !important;
}
.Contact_3 .box .item.active .top .content2 p {
  background: #fff;
}
.Contact_3 .box .item.active .top .content2 p::before,
.Contact_3 .box .item.active .top .content2 p::after {
  background: #90c31f;
}
.Contact_3 .box .item.active .top .content2 p::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.Contact_3 .box .item .bot {
  padding: 0.3rem 0.6rem 0.5rem;
  display: none;
}
.Contact_3 .box .item .bot .h5 {
  font-size: var(--f20);
  font-family: 'MSB';
}
.Contact_3 .box .item .bot .content {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  margin-top: 0.08rem;
}
.Contact_3 .box .item .bot .link {
  margin-top: 0.4rem;
}
.Contact_3 .box .item .bot .link a {
  font-size: var(--f16);
  color: #90c31f;
  border: 1px solid #90c31f;
  padding: 0.12rem 0.24rem;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_3 .box .item .bot .link a svg {
  fill: #90c31f;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 0.1rem;
}
.Contact_3 .box .item .bot .link a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_3 .box .item .bot .link a:hover {
  background: #90c31f;
  color: #fff;
}
.Contact_3 .box .item .bot .link a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  .About_04 .box .item figcaption {
    max-height: 2.6rem;
  }
}
@media screen and (max-width: 1520px) {
  .About_04 .box .item figcaption {
    max-height: 2.5rem;
  }
  .About_01 .box .content2 .item {
    margin: 0 0.45rem;
  }
  .link_02 {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .Advertisement .orientation .content2 {
    line-height: 1.5;
    max-width: 7.5rem;
  }
  .Product_05 .box .boxRight > div .orientation svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Advertisement img {
    min-height: 4rem;
  }
  .cbl {
    left: 0.1rem;
  }
  .cbl ul li a {
    padding-left: 0.1rem;
  }
  .About_01 .box .content2 .item .bot {
    font-size: var(--f20);
  }
  .cbl ul li a {
    font-size: 12px;
  }
  .Product_02 .box .list .item {
    font-size: var(--f16);
  }
  .Product_11 .box .item figcaption,
  .Contact_2 .box .boxLeft .desc {
    font-size: var(--f18);
  }
  .News_01 .banner .item .boxRight .content2 {
    font-size: var(--f26);
  }
}
@media screen and (max-width: 1280px) {
  .Header_Container .box nav .item > p a,
  .Header_Container .box .button .language a {
    font-size: var(--f18);
  }
  .Home_Us .box .boxLeft ul li .left img {
    width: 0.7rem;
  }
  .cbl ul li a {
    max-width: 1rem;
  }
  .Contact_3 .desc {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Footer_Container .box .boxRight .nav {
    display: none;
  }
  .Footer_Container .box .boxRight .Share .content img {
    width: 1.4rem;
}
  .Footer_Container .box .boxRight {
    width: auto;
}
  .Home_Product .box {
    --h: 5.3rem;
    --w1: 55vw;
    --w2: 55vw;
  }
  .Footer_Container .box .boxLeft .content2 a {
    margin-bottom: 0.26rem;
  }
  .Home_Product .wMain {
    padding-left: 0;
    padding-right: 0;
  }
  .Home_Product .wMain .box {
    padding-left: 5vw;
  }
  .Home_Product .box .banner .swiper .swiper-slide a .one {
    opacity: 1;
    flex-flow: column-reverse;
  }
  .Home_Product .box .banner .swiper .swiper-slide a .one .left {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .Home_Product .box .banner .swiper .swiper-slide a .one .right {
    flex: 1 100%;
    width: 100%;
    padding: 0.5rem;
  }
  .Home_Product .box .banner .swiper .swiper-slide a .one .right p {
    position: initial;
    transform: translateY(0);
  }
  .Home_Product .box .banner .swiper .swiper-slide a .two {
    display: none;
  }
  .Home_About .orientation .box .content5 .item {
    margin: 0 0.3rem;
  }
  .Home_About .img img {
    height: 68vh;
  }
  .Home_News .box .boxRight .scroll {
    padding: 0.3rem;
  }
  .Footer_Container .box1 {
    margin-top: 0.8rem;
  }
  .Inner_Banner img {
    min-height: 5rem;
  }
  .About_02 .box .item .boxLeft img {
    height: 4.8rem;
  }
  .About_03 .orientation {
    overflow: auto;
    overflow-y: hidden;
  }
  .About_03 .orientation .scroll {
    width: 150%;
  }
  .About_03 .orientation::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .About_03 .orientation::-webkit-scrollbar-thumb {
    background: #90c31f;
  }
  .About_03 .orientation::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .About_03 .orientation .scroll .item .content {
    bottom: 0.4rem;
    padding: 0 0.3rem;
  }
  .About_03 .box .img p img {
    min-height: 5rem;
  }
  .About_03 .orientation .scroll .item .content .content3 {
    margin-top: 0.1rem;
  }
  .About_01 .box .content2 .item {
    margin: 0 0.2rem;
  }
  .Nav_Container .box {
    overflow: auto;
    overflow-y: hidden;
  }
  .Nav_Container .box .scroll {
    flex-wrap: nowrap;
    width: max-content;
  }
  .Nav_Container {
    position: inherit;
  }
  .About_01 .box .content2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .About_01 .box .content2 .item {
    margin: auto;
    width: 100%;
  }
  .EquipmentPlatform_05 .box .boxRight {
    text-align: center;
  }
  .EquipmentPlatform_05 .box .boxRight img {
    width: 40%;
  }
  .Product_01 .box,
  .Product_03 .box {
    width: 100%;
  }
  .Product_01 .box .list .item,
  .Product_03 .box .list .item {
    transform: scale(0.8);
  }
  .cbl {
    display: none !important;
  }
  .Product_10 .box .item .boxLeft {
    padding-right: 0.4rem;
  }
  .Product_10 .box .item:nth-child(2n) .boxLeft {
    padding-left: 0.4rem;
  }
  .title_01 {
    font-size: var(--f36);
  }
  .News_01 .banner .item .boxLeft {
    width: 100%;
  }
  .News_01 .banner .orientation {
    position: static;
    margin-top: 0.4rem;
    text-align: center;
  }
  .News_01 .banner .item .boxRight {
    padding: 0.5rem;
  }
  .News_02 .box .item .button {
    display: none;
  }
  .News_02 .box .item .content {
    padding: 0 0.5rem;
  }
  .News_03 .box .boxRight .list {
    margin-top: 0.4rem;
  }
  .Product_10 .box .item .boxLeft > div .content3 {
    margin-top: 0.4rem;
  }
  .Advertisement .orientation .content1 {
    font-size: var(--f30);
  }
  .Product_05 .box .boxLeft .content2 {
    padding-right: 0;
  }
  .EquipmentPlatform_04 .box .item .orientation {
    padding: 0 0.4rem;
    bottom: 0.2rem;
  }
  .About_01 .box .content2 .item .bot {
    font-size: var(--f18);
  }
  .Footer_Container .box1 div a {
    margin-left: 0;
    margin-right: 0.16rem;
  }
  .EquipmentPlatform_05 .box .boxLeft > div,
  .Product_13 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_04 .box,
  .EquipmentPlatform_06 .box,
  .Product_04 .box,
  .Product_09 .box,
  .Product_11 .box,
  .Product_02 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .About_05 .box .content1,
  .Contact_3 .desc {
    padding: 0;
  }
  .Home_Us .box .boxLeft,
  .About_02 .box .boxLeft,
  .Product_05 .box .boxLeft,
  .News_03 .box .boxLeft,
  .Contact_2 .box .boxLeft,
  .EquipmentPlatform_05 .box .boxLeft {
    width: 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .Home_Us .box .boxRight,
  .About_02 .box .boxRight,
  .Product_05 .box .boxRight,
  .News_03 .box .boxRight,
  .Contact_2 .box .boxRight,
  .EquipmentPlatform_05 .box .boxRight {
    width: 100%;
    flex: 1 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0.5rem;
  }
  .m_top {
    margin-top: 0;
  }
  .Inner_Banner .orientation {
    padding-top: 0;
  }
  .About_02 .box .item .boxLeft {
    width: 100%;
  }
  .Product_04 .box .item figcaption .content2,
  .Product_09 .box .item figcaption .content2 {
    position: initial;
    transform: translateY(0);
    justify-content: center;
    display: flex;
    margin-top: 0.3rem;
  }
  
  .Home_Banner .banner .swiper-slide .orientation4 .content1 {
    line-height: 1.1;
}
.Home_Banner .page {
    bottom: 0.2rem;
}
.EquipmentPlatform_04 .box .item .orientation .content2 {
    grid-template-rows: 1fr;
    max-height: calc(1.7em * 5);
    overflow: auto;
}
.EquipmentPlatform_04 .box .item:after{
    opacity: 1;
}
.EquipmentPlatform_04 .box .item .orientation{
    width: 100%;
}


.Home_News .box .boxLeft a .posi {
    padding: 0.3rem;
}
.Footer_Container .box1 div {
    flex-wrap: wrap;
}

}
@media screen and (max-width: 699px) {
    .Footer_Container .box .boxRight{
        width: 100%;
        margin: 0.5rem 0 0;
    }
        .Footer_Container .box .boxRight .Share .content img {
        width: 2rem;
    }
    .Footer_Container .box .boxRight .Share{
        width: 100%;
    }
    .Footer_Container .box .boxRight .Share .h5{
        text-align: center;
    }
  .Product_09 .box .item figure {
    height: 2.5rem;
  }
  .Home_Product .box {
    --h: auto;
    --w1: 80vw;
    --w2: 80vw;
  }
  .Home_About .img img {
    height: 95vh;
  }
  .Home_About .orientation .box .content3 {
    height: 8.5em;
    max-height: 8.5em;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .Home_About .orientation .box .content5 {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .Home_About .orientation .box .content5 .item {
    width: 100%;
    margin: auto;
  }
  .Home_About .orientation .box .content5 .item .top {
    justify-content: center;
  }
  .Home_Us .box .boxLeft ul .xian {
    margin: 0.4rem 0;
  }
  .Home_News .box .boxLeft {
    width: 100%;
  }
  .Home_News .box .boxRight {
    width: 100%;
    flex: 1 100%;
  }
  .Advertisement img {
    min-height: 6rem;
  }
  .Footer_Container .box1 div span,
  .Footer_Container .box1 div a {
    line-height: 1.8;
  }
  .Home_Banner .banner .swiper-slide .orientation .wMain > div {
    max-width: 100%;
  }
  .title_01 {
    font-size: var(--f44);
  }
  .About_01 .box .content2 {
    gap: 0.4rem;
  }
  .About_01 .box .content2 .item .top {
    justify-content: center;
  }
  .About_01 .box .content2 .item .bot {
    text-align: center;
  }
  .About_02 .box .item .boxLeft img {
    height: auto;
  }
  .About_04 .box,
  .EquipmentPlatform_06 .box,
  .Product_04 .box,
  .Product_09 .box,
  .Product_11 .box,
  .Product_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_01 .box .content2,
  .About_02 .box,
  .EquipmentPlatform_04 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner_button .prev,
  .banner_button .next {
    width: 0.7rem;
    height: 0.7rem;
  }
  .About_02 .box .item,
  .Nav_Container_1 {
    position: initial;
  }
  .About_03 .orientation .scroll {
    width: 300%;
  }
  .About_03 .box .img p img {
    min-height: 6rem;
  }
  .About_04 .box .item figcaption {
    max-height: 2.8rem;
  }
  .EquipmentPlatform_05 .box .boxLeft > div .item .scroll {
    padding-left: 1.2rem;
  }
  .EquipmentPlatform_05 .box .boxRight img {
    width: 50%;
  }
  .Product_01 .box .list .item,
  .Product_03 .box .list .item {
    transform: scale(0.5);
  }
  .Product_01 {
    overflow: hidden;
  }
  .Product_01 .imp-image {
    transform: translate(8px, 12px);
  }
  .Product_05 .box .boxLeft .content2 ul li::after {
    top: 0.18rem;
  }
  .Product_05 .box .boxLeft .content2 {
    line-height: 1.7;
  }
  .Product_06 .box .item .boxLeft {
    width: 100%;
  }
  .Product_06 .box .item .boxRight {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0;
  }
  .Product_08 .box,
  .Product_12 .box {
    overflow: auto;
  }
  .Product_05 .box .boxRight > div .orientation {
    height: 0.9rem;
    width: 0.9rem;
  }
  .Product_10 .box .item > div {
    flex-flow: column-reverse;
  }
  .Product_10 .box .item .boxLeft {
    width: 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0 !important;
    margin-top: 0.5rem;
  }
  .Product_10 .box .item .boxRight {
    width: 100%;
    flex: 1 100%;
    padding: 0.4rem;
  }
  .Product_11 .box .item figure {
    height: 3rem;
  }
  .Product_13 .box .item {
    padding: 0.4rem;
  }
  .Product_13 .box .item figcaption {
    height: auto;
  }
  .News_02 .box .item .time .data2 {
    font-size: 16px;
  }
  .News_02 .box .item .time .data1 {
    font-size: 16px;
  }
  .News_02 .box .item .time {
    width: 1.7rem;
  }
  .News_02 .box .item .content .content1,
  .News_01 .banner .item .boxRight .content2 {
    font-size: var(--f22);
  }
  .News_02 .box .item .content .content2 {
    font-size: var(--f16);
  }
  .pu_page {
    display: none;
  }
  .News_03 .box .boxLeft .content1 {
    font-size: var(--f26);
  }
  .News_03 .box .boxLeft .content3 {
    line-height: 1.7;
  }
  .Contact_1 .box .list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .Contact_1 .box .list1 .item .input input {
    height: 0.8rem;
  }
  .Contact_1 .box .list1 .item .upload .btn {
    font-size: 14px;
  }
  .Contact_2 .box .boxLeft .desc p span {
    display: block;
  }
  .Contact_2 .box .boxLeft .desc p {
    margin-bottom: 0.25rem;
  }
  .Contact_3 .box .item .top .content2 p {
    width: 0.45rem;
    height: 0.45rem;
  }
  .Contact_3 .box .item .top .content1 {
    line-height: 0.45rem;
  }
  .Contact_3 .box .item .bot .content {
    line-height: 1.7;
  }
  .Contact_3 .box .item .top .content1 {
    font-size: var(--f20);
  }
}
/*# sourceMappingURL=./style.css.map */

/*项目优化项 2025.10.29*/
.EquipmentPlatform_04 .box .item .orientation {
  width: 100%;    
}
.EquipmentPlatform_04 .box .item .orientation .content2 div {
  overflow: auto;
  max-height: calc(var(--f18) * 1.7 * 6);
  padding-right: 6px;
}
.EquipmentPlatform_04 .box .item .orientation .content2 div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.EquipmentPlatform_04 .box .item .orientation .content2 div::-webkit-scrollbar-thumb {
  background: #fff;  
}
.EquipmentPlatform_04 .box .item .orientation .content2 div::-webkit-scrollbar-track {
  background: rgba(255,255,255,.3);
}
.Home_News .box .boxLeft a {
  position: relative;    
}
.News_01 .banner .item .boxLeft:after,
.Home_News .box .boxLeft a:after {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 83%;
}
.News_01 .banner .item .boxLeft img,
.Home_News .box .boxLeft a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.layui-form-select dl {
    z-index: 1;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .right p  {
  height: 3.1rem;    
  display: flex;
}
.Home_Product .box .banner .swiper .swiper-slide a .one .right p img {
    max-height: 100%;
    margin: auto 0;
}
.Nav_Container .box::-webkit-scrollbar {
  display: none;    
}
.About_04 .box .item figcaption {
   max-height: fit-content;
   padding-right: 0;
}
@media screen and (max-width: 1520px) {}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1200px) {
 .EquipmentPlatform_04 .box .item .orientation .content2 {
    max-height: fit-content;
    overflow: visible;
 }
 .EquipmentPlatform_04 .box .item .orientation .content2 div {
       max-height: calc(var(--f18) * 1.7 * 4);  
 }
 .Product_08 .box, .Product_12 .box {
   overflow: auto;   
 }
 .Product_12 .box::-webkit-scrollbar,
 .Product_08 .box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Product_12 .box::-webkit-scrollbar-thumb,
.Product_08 .box::-webkit-scrollbar-thumb {
  background: #90c31f;  
}
.Product_12 .box::-webkit-scrollbar-track,
.Product_08 .box::-webkit-scrollbar-track {
  background: rgba(53,53,53,.3);
}
}
@media screen and (max-width: 669px) {
 .EquipmentPlatform_05 .box .boxLeft > div .item .scroll {
    height: fit-content;
    padding-right: 0;
 }
}
