:root {
  --swiper-theme-color: #00ce84;
  --bold: 500;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #00ce84;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}

.slogin{
    color: #00ce84;
    font-size: var(--f16);
    /*padding-left: 0.38rem;*/
     margin: 5px 0 0;
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #00ce84;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff !important;
}
.bgColor {
  background: #f8f8f8;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #00ce84;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f8f8f8;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #00ce84;
  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: #00ce84;
}
.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: #00ce84;
}
.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: #00ce84;
}
.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: #00ce84;
}
.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: #00ce84;
}
.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: #00ce84;
}
.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: #00ce84;
}
.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: #00ce84;
}
.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 #00ce84;
}
.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: #00ce84;
  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%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  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 img {
  height: 51px;
}
.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0.4rem;
}
.Header_Container .box .nav .item {
  padding: 0 0.2rem;
}
.Header_Container .box .nav .item > p a {
  line-height: var(--nav_height);
  color: #666;
  font-size: var(--f18);
  font-family: "MIM";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item:hover > p a {
  color: #00ce84;
}
.Header_Container .box .nav .item:hover .Nav_1,
.Header_Container .box .nav .item:hover .Nav_2,
.Header_Container .box .nav .item:hover .Nav_3 {
  display: block !important;
}
.Header_Container .box .nav .item.active > p a {
  color: #00ce84;
  font-family: "MIB";
}
.Header_Container .box .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .search .main {
  width: 3.6rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 0.16rem;
  position: relative;
}
.Header_Container .box .search .main .flexBetween {
  height: 42px;
  cursor: pointer;
}
.Header_Container .box .search .main .left {
  font-size: var(--f16);
  color: #333;
  opacity: 0.5;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .search .main .left span {
  margin-right: 5px;
}
.Header_Container .box .search .main .left i {
  font-size: var(--f16);
}
.Header_Container .box .search .main .center {
  flex: 1;
}
.Header_Container .box .search .main .center input{
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.Header_Container .box .search .main .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .search .main .right label svg {
  fill: #333333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Header_Container .box .search .main .right label svg:hover {
  fill: #00ce84;
}
.Header_Container .box .search .search_select {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  display: none;
}
.Header_Container .box .search .search_select ul {
  padding: 0.2rem 0.16rem;
}
.Header_Container .box .search .search_select ul li {
  margin-bottom: 0.14rem;
}
.Header_Container .box .search .search_select ul li:last-child {
  margin-bottom: 0;
}
.Header_Container .box .search .search_select ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  font-size: var(--f16);
  color: #999;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Header_Container .box .search .search_select ul li a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .search .search_select ul li:hover a {
  color: #000;
}
.Header_Container .box .search .search_select ul li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.Header_Container .box .search .search_select ul .active a {
  color: #000;
}
.Header_Container .box .search .search_select ul .active a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.Header_Container .box .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.45rem;
}
.Header_Container .box .language a {
  font-size: var(--f16);
  font-family: "MIB";
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .language a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .language a i {
  font-size: var(--f14);
  color: #00ce84;
}
.Header_Container .box .language a:hover {
  color: #00ce84;
}
.Header_Container .box .language a:hover path {
  fill: #00ce84;
}
.Header_Container.fixed {
  position: fixed;
}
.phoneSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 81;
  background: #fff;
  display: none;
}
.phoneSearch .form {
  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);
  padding: 0 5vw;
  margin: auto;
}
.phoneSearch .form .main {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 0.16rem;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.phoneSearch .form .main .flexBetween {
  height: 42px;
}
.phoneSearch .form .main .left {
  cursor: pointer;
  font-size: var(--f16);
  color: #333;
  opacity: 0.5;
  cursor: pointer;
  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;
}
.phoneSearch .form .main .left span {
  margin-right: 5px;
}
.phoneSearch .form .main .left i {
  font-size: var(--f16);
}
.phoneSearch .form .main .center {
  flex: 1;
}
.phoneSearch .form .main .center input{ 
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.phoneSearch .form .main .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phoneSearch .form .main .right label svg {
  fill: #333333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.phoneSearch .form .main .right label svg:hover {
  fill: #00ce84;
}
.phoneSearch .form .search_select {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  display: none;
}
.phoneSearch .form .search_select ul {
  padding: 0.2rem 0.16rem;
}
.phoneSearch .form .search_select ul li {
  margin-bottom: 0.14rem;
}
.phoneSearch .form .search_select ul li:last-child {
  margin-bottom: 0;
}
.phoneSearch .form .search_select ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  font-size: var(--f16);
  color: #999;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.phoneSearch .form .search_select ul li a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.phoneSearch .form .search_select ul li:hover a {
  color: #000;
}
.phoneSearch .form .search_select ul li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.phoneSearch .form .search_select ul .active a {
  color: #000;
}
.phoneSearch .form .search_select ul .active a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.phoneSearch .form .close {
  padding-left: 0.3rem;
}
.phoneSearch .form .close i {
  font-size: var(--f20);
  color: #00ce84;
  font-weight: bold;
}
.Nav_1 {
  z-index: 5;
  position: absolute;
  width: 100%;
  left: 0;
  background: #f8f8f8;
  max-height: calc(100vh - var(--nav_height));
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding: 0.4rem 1rem;
  display: none;
}
.Nav_1::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Nav_1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00ce84;
}
.Nav_1::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Nav_1 {
    scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Nav_1 ._box {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.5rem;
}
.Nav_1 ._box ._item .top {
  font-size: var(--f18);
  color: #000;
  font-family: "MISB";
  padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;
  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;
}
.Nav_1 ._box ._item .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  margin-right: 4px;
  height: 24px;
}
.Nav_1 ._box ._item .top span img {
  max-height: 100%;
  margin: auto;
}
.Nav_1 ._box ._item .bot {
  margin-top: 0.2rem;
}
.Nav_1 ._box ._item .bot a {
  cursor: pointer;
}
.Nav_1 ._box ._item .bot i {
  display: inline-block;
}
.Nav_1 ._box ._item .bot .twoSelect {
  margin-bottom: 0.2rem;
}
.Nav_1 ._box ._item .bot .twoSelect:last-child {
  margin-bottom: 0;
}
.Nav_1 ._box ._item .bot .twoSelect > p a {
  font-size: var(--f16);
  color: #333;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_1 ._box ._item .bot .twoSelect > p a i {
  font-size: var(--f16);
  position: absolute;
  right: 0;
  color: #00ce84;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 2px;
  font-weight: b;
}
.Nav_1 ._box ._item .bot .twoSelect.active > p a i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Nav_1 ._box ._item .bot .twoSelect:hover > p a {
  color: #00ce84;
}
.Nav_1 ._box ._item .bot .threeBox {
  padding-left: max(10px, 0.1rem);
  display: none;
}
.Nav_1 ._box ._item .bot .threeBox .threeSelect {
  margin-top: max(12px, 0.12rem);
}
.Nav_1 ._box ._item .bot .threeBox .threeSelect > p a {
  font-size: var(--f14);
  color: #666;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_1 ._box ._item .bot .threeBox .threeSelect > p a i {
  font-size: var(--f16);
  position: absolute;
  right: 0;
  color: #00ce84;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 2px;
  font-weight: b;
}
.Nav_1 ._box ._item .bot .threeBox .threeSelect.active > p a i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Nav_1 ._box ._item .bot .threeBox .threeSelect:hover > p a {
  color: #00ce84;
}
.Nav_1 ._box ._item .bot .fourBox {
  padding-left: max(10px, 0.1rem);
  display: none;
}
.Nav_1 ._box ._item .bot .fourBox .fourSelect {
  margin-top: max(12px, 0.12rem);
}
.Nav_1 ._box ._item .bot .fourBox .fourSelect > p a {
  font-size: var(--f14);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_1 ._box ._item .bot .fourBox .fourSelect:hover > p a {
  color: #00ce84;
}
.Nav_2 {
  z-index: 5;
  position: absolute;
  width: 100%;
  left: 0;
  background: #f8f8f8;
  max-height: calc(100vh - var(--nav_height));
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding: 0.4rem var(--interval);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  display: none;
}
.Nav_2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Nav_2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00ce84;
}
.Nav_2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Nav_2 {
    scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Nav_2 ._box ._left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
.Nav_2 ._box ._left ._item .top {
  font-size: var(--f18);
  color: #000;
  font-family: "MISB";
  padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;
  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;
}
.Nav_2 ._box ._left ._item .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  margin-right: 10px;
  height: 24px;
}
.Nav_2 ._box ._left ._item .top span img {
  max-height: 100%;
  margin: auto;
}
.Nav_2 ._box ._left ._item .bot {
  margin-top: 0.2rem;
}
.Nav_2 ._box ._left ._item .bot a {
  cursor: pointer;
}
.Nav_2 ._box ._left ._item .bot i {
  display: inline-block;
}
.Nav_2 ._box ._left ._item .bot .twoSelect {
  margin-bottom: 0.2rem;
}
.Nav_2 ._box ._left ._item .bot .twoSelect:last-child {
  margin-bottom: 0;
}
.Nav_2 ._box ._left ._item .bot .twoSelect > p a {
  font-size: var(--f16);
  color: #333;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_2 ._box ._left ._item .bot .twoSelect > p a i {
  font-size: var(--f16);
  position: absolute;
  right: 0;
  color: #00ce84;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 2px;
  font-weight: b;
}
.Nav_2 ._box ._left ._item .bot .twoSelect.active > p a i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Nav_2 ._box ._left ._item .bot .twoSelect:hover > p a {
  color: #00ce84;
}
.Nav_2 ._box ._right {
  padding-left: 1rem;
  width: 4.6rem;
}
.Nav_2 ._box ._right a {
  background: #fff;
}
.Nav_2 ._box ._right a figure {
  overflow: hidden;
}
.Nav_2 ._box ._right a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_2 ._box ._right a figcaption {
  padding: 0.1rem 0.2rem 0.2rem;
  position: relative;
}
.Nav_2 ._box ._right a figcaption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_2 ._box ._right a figcaption .con1 {
  font-size: var(--f20);
  font-family: "MIM";
  color: #000;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Nav_2 ._box ._right a figcaption .con2 {
  color: #666;
  font-size: var(--f16);
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 0.1rem 0 0.2rem;
}
.Nav_2 ._box ._right a figcaption .con3 {
  font-size: var(--f16);
  color: #00ce84;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_2 ._box ._right a figcaption .con3 i {
  font-size: var(--f16);
  margin: 5px;
  color: #00ce84;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_2 ._box ._right a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Nav_2 ._box ._right a:hover figcaption::after {
  width: 100%;
}
.Nav_2 ._box ._right a:hover figcaption .con3 i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Nav_3 {
  z-index: 5;
  position: absolute;
  width: 100%;
  left: 0;
  background: #f8f8f8;
  padding: 0.4rem var(--interval);
  display: none;
}
.Nav_3 ._box ._item {
  padding: 0 0.7rem;
}
.Nav_3 ._box ._item a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.Nav_3 ._box ._item a img {
  height: 20px;
  margin-right: 7px;
}
.Nav_3 ._box ._item a:hover {
  color: var(--color);
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 80vh;
  }
}
.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;
  line-height: 1.2;
  padding-top: var(--nav_height);
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f52);
  font-family: "MIB";
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f32);
  margin-top: 0.12rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.55rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .item {
  text-align: center;
  margin-right: 0.48rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .item figure img {
  height: 0.8rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .item figcaption {
  font-size: var(--f20);
  margin-top: 0.08rem;
  font-family: "MIM";
}
.Home_Banner .banner .swiper-slide .orientation .content4 {
  margin-top: 0.45rem;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.64rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  border-radius: 0;
  background: #fff;
  margin: 0 10px !important;
  -webkit-transform: skewY(16deg);
  -ms-transform: skewY(16deg);
  transform: skewY(16deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .button {
  --j: 0.6rem;
}
.Home_Banner .button div {
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0.8;
  cursor: pointer;
}
.Home_Banner .button div:hover {
  opacity: 1;
}
.Home_Banner .button .prev {
  left: var(--j);
}
.Home_Banner .button .next {
  right: var(--j);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@-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);
  }
}
.line_01 .a {
  font-size: var(--f16);
  display: inline-block;
  min-width: 1.5rem;
  background: #00ce84;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  padding: 0 0.3rem;
  line-height: var(--line);
  text-align: center;
  color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.line_01 .a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url(../images/img2.png) no-repeat center center;
  background-size: 100% auto;
  width: 24px;
  height: 100%;
  opacity: 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.line_01 .a i {
  font-size: var(--f16);
  margin-left: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.line_01 .a:hover::after {
  /*right: 15px;*/
  /*opacity: 0.3;*/
}
.line_01 .a:hover i {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  /*opacity: 0;*/
}
.line_02 .a {
  font-size: var(--f16);
  display: inline-block;
  min-width: 1.5rem;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  padding: 0 0.3rem;
  line-height: var(--line);
  text-align: center;
  color: #00ce84;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.line_02 .a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url(../images/img12.png) no-repeat center center;
  background-size: 100% auto;
  width: 24px;
  height: 100%;
  opacity: 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display:none;
}
.line_02 .a i {
  font-size: var(--f16);
  margin-left: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.line_02 .a:hover::after {
  right: 15px;
  opacity: 0.3;
}
.line_02 .a:hover i {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  /*opacity: 0;*/
}
.line_03 .a {
  font-size: var(--f16);
  display: inline-block;
  min-width: 1.5rem;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  padding: 0 0.3rem;
  line-height: var(--line);
  text-align: center;
  color: #00ce84;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border: 1px solid #00ce84;
}
.line_03 .a::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url(../images/img2.png) no-repeat center center;
  background-size: 100% auto;
  width: 24px;
  height: 100%;
  opacity: 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.line_03 .a i {
  font-size: var(--f16);
  margin-left: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.line_03 .a:hover {
  background: #00ce84;
  color: #fff;
}
.line_03 .a:hover::after {
  /*right: 15px;*/
  /*opacity: 0.3;*/
}
.line_03 .a:hover i {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  /*opacity: 0;*/
}
.title_01 .con1 {
  font-size: var(--f48);
  font-family: "MIB";
  color: #00ce84;
  line-height: 1.2;
}
.title_01 .con2 {
  font-size: var(--f24);
  color: #666;
  margin-top: 5px;
}
.Home_Product {
  --h1: 5.22rem;
  --w1: 6.6rem;
}
.Home_Product .box .item {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.Home_Product .box .item:last-child {
  margin-right: 0;
}
.Home_Product .box .item .img {
  position: relative;
  overflow: hidden;
}
.Home_Product .box .item .img img {
  min-width: 100%;
  height: var(--h1);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Home_Product .box .item .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Home_Product .box .item .one {
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 3;
  font-size: var(--f20);
  color: #fff;
  text-align: center;
  font-family: "MIB";
  line-height: 1.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item .two {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: var(--w1);
  z-index: 4;
  width: 100%;
  padding: 0 0.5rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item .two > div {
  color: #fff;
}
.Home_Product .box .item .two > div .content1 {
  font-size: var(--f28);
  font-family: "MB";
  margin-bottom: 0.12rem;
}
.Home_Product .box .item .two > div .content1 br {
  display: none;
}
.Home_Product .box .item .two > div .content2 {
  font-family: "MM";
  font-size: var(--f20);
  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;
  flex-wrap: wrap;
}
.Home_Product .box .item .two > div .content2 a {
  color: #fff;
  position: relative;
  margin-bottom: 0.1rem;
  padding-bottom: 3px;
}
.Home_Product .box .item .two > div .content2 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #fff;
 transition: 0.4s;
}
.Home_Product .box .item .two > div .content2 a:hover::after {
  width: 100%;
}
.Home_Product .box .item .two > div .content2 em {
 margin: 0 0.1rem 0.1rem;
  opacity: 0.8;
  padding-bottom: 3px;
}
.Home_Product .box .item .two > div .content2 em:last-child {
  display: none;
}



.Home_Product .box .item .two > div .content3 {
  font-size: var(--f16);
  margin-top: 0.36rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Home_Product .box .item .two > div .content3 i {
  font-size: var(--f16);
  margin: 5px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item .two > div .content3:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .active {
    -webkit-box-flex: 2.9;
    -webkit-flex: 2.9;
    -ms-flex: 2.9;
    flex: 2.9;
  }
  .Home_Product .box .active .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Product .box .active .img::before {
    opacity: 0;
  }
  .Home_Product .box .active .img::after {
    opacity: 1;
  }
  .Home_Product .box .active .one {
    opacity: 0;
  }
  .Home_Product .box .active .two {
    opacity: 1;
    left: 0;
  }
}
.Home_NewProduct {
  position: relative;
  background: #f8f8f8;
}
.Home_NewProduct .particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Home_NewProduct .wMain {
  position: relative;
  z-index: 1;
}
.Home_NewProduct .box {
  --w: 6.7rem;
}
.Home_NewProduct .box .boxLeft {
  width: var(--w);
}
.Home_NewProduct .box .boxLeft .link {
  margin-top: 0.6rem;
}
.Home_NewProduct .box .boxRight {
  width: calc(100% - var(--w));
}
.Home_NewProduct .box .boxRight a figure {
  overflow: hidden;
}
.Home_NewProduct .box .boxRight a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_NewProduct .box .boxRight a figcaption {
  background: #fff;
  padding: 0.4rem;
  color: #000;
}
.Home_NewProduct .box .boxRight a figcaption .content1 {
  font-size: var(--f20);
  font-family: "MIB";
  height: 4.5em;
  max-height: 4.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_NewProduct .box .boxRight a figcaption .content2 {
  margin-top: 0.96rem;
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_NewProduct .box .boxRight a figcaption .content2 i {
  font-size: var(--f16);
  margin: 5px;
  color: #00ce84;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_NewProduct .box .boxRight a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_NewProduct .box .boxRight a:hover figcaption .content2 {
  color: #00ce84;
}
.Home_NewProduct .box .boxRight a:hover figcaption .content2 i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Home_NewProduct .box1 {
  height: 0;
}
.Home_NewProduct .box1 .main {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  z-index: 2;
  width: 4.4rem;
}
.banner_page {
  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;
}
.banner_page .btn {
  cursor: pointer;
}
.banner_page .btn svg {
  stroke: #999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_page .btn:hover svg {
  stroke: #00ce84;
}
.banner_page .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  position: relative;
  margin: 0 0.25rem;
}
.banner_page .line div {
  height: 100%;
  background: #dddddd;
}
.Home_Application .box .scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.Home_Application .box .item .a {
  position: relative;
}
.Home_Application .box .item .a .img {
  overflow: hidden;
   position: relative;
}


.Home_Application .box .item .a .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Application .box .item .a .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  opacity: 0;
  transition: 0.4s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Application .box .item .a .orientation {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  color: #fff;
}
.Home_Application .box .item .a .orientation .content1 {
  text-align: center;
}
.Home_Application .box .item .a .orientation .content1 img {
  height: 1.2rem;
}
.Home_Application .box .item .a .orientation .content2 {
  font-size: var(--f28);
  font-family: "MIB";
  text-align: center;
  margin-top: 0.1rem;
}
.Home_Application .box .item .a .orientation .content3 {
  padding: 0 0.4rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Application .box .item .a .orientation .content3 .content4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Application .box .item .a .orientation .content3 .content4 .li {
  position: relative;
  font-size: var(--f18);
  color: #fff;
  padding-left: 18px;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Application .box .item .a .orientation .content3 .content4 .li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) skewY(20deg);
  -ms-transform: translateY(-50%) skewY(20deg);
  transform: translateY(-50%) skewY(20deg);
  width: 8px;
  height: 8px;
  background: #00ce84;
}
.Home_Application .box .item .a .orientation .content3 .content4 .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Application .box .item .a .orientation .content3 .content4 .li:hover {
  color: #00ce84;
}
.Home_Application .box .item .a .orientation .content3 .content4 .li:hover::after {
  width: 100%;
}
.Home_Application .box .item .a .orientation .content3 .content4 .highlight {
  margin-bottom: -0.12rem;
}
.Home_Application .box .item .a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Application .box .item .a:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Application .box .item .a:hover .img::after {
    opacity: 1;
  }
  .Home_Application .box .item .a:hover::after {
    width: 100%;
  }
  .Home_Application .box .item .a:hover .content3 {
    grid-template-rows: 1fr;
    margin-top: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .Home_Application .box .item .a::after {
    width: 0%;
  }
  .Home_Application .box .item .a .content3 {
    grid-template-rows: 1fr !important;
    margin-top: 0.18rem;
  }
}
.Home_About {
  position: relative;
}
.Home_About .img img {
  width: 100%;
}
.Home_About .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.9rem;
}
.Home_About .box .content1 {
  font-family: "MIM";
  font-size: var(--f26);
  margin-top: 0.28rem;
}
.Home_About .box .content1 span {
  background: #fff -webkit-gradient(linear, left top, right top, from(#00ce84), to(#00ce84)) no-repeat 0 0;
  background: #fff -o-linear-gradient(left, #00ce84, #00ce84) no-repeat 0 0;
  background: #fff linear-gradient(to right, #00ce84, #00ce84) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.Home_About .box .content1 .active {
  background-size: 100% 100%;
}
.Home_About .box .content2 {
  font-size: var(--f26);
  color: #fff;
}
.Home_About .box .content3 {
  color: #fff;
  margin-top: 0.5rem;
}
.Home_About .box .content3 .item {
  margin-right: 0.65rem;
}
.Home_About .box .content3 .item .top {
  font-size: var(--f42);
  font-family: "MIB";
  line-height: 1;
  position: relative;
}
.Home_About .box .content3 .item .top span {
  font-size: var(--f20);
}
.Home_About .box .content3 .item .top text {
  opacity: 0;
}
.Home_About .box .content3 .item .top .dataLoading {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.Home_About .box .content3 .item .bot {
  font-size: var(--f20);
  margin-top: 0.1rem;
}
.Home_About .box .content4 {
  margin-top: 0.58rem;
}
.Home_About .orientation1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.65rem;
  z-index: 2;
}
.Home_About .orientation1 .box1 .item {
  color: #fff;
  text-align: center;
}
.Home_About .orientation1 .box1 .item .top img {
  max-height: 0.56rem;
}
.Home_About .orientation1 .box1 .item .bot {
  font-size: var(--f26);
  font-family: "MIB";
  margin-top: 0.18rem;
}
.Home_About .orientation1 .box1 .line {
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.Home_About .orientation1 .box1 .line:last-child {
  display: none;
}
.Home_News .box {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
}
.Home_News .box .list a {
  position: relative;
}
.Home_News .box .list a figure {
  overflow: hidden;
}
.Home_News .box .list a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list a figcaption {
  background: #f8f8f8;
  padding: 0.4rem;
}
.Home_News .box .list a .content1 {
  font-size: var(--f16);
  font-family: "MIB";
  color: #00ce84;
}
.Home_News .box .list a .content2 {
  font-size: var(--f20);
  font-family: "MIB";
  margin-top: 0.12rem;
  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;
  color: #000;
}
.Home_News .box .list a .content3 {
  font-size: var(--f16);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.7rem;
}
.Home_News .box .list a .content3 i {
  font-size: var(--f16);
  margin: 5px;
  color: #00ce84;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .list a:hover .content3 {
  color: #00ce84;
}
.Home_News .box .list a:hover .content3 i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Home_News .box .list a:hover::after {
  width: 100%;
}
.Home_News .box .list1 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.2rem;
}
.Home_News .box .list1 .item a {
  height: 100%;
  position: relative;
  background: #f8f8f8;
  padding: 0.4rem;
}
.Home_News .box .list1 .item a .content1 {
  font-size: var(--f16);
  font-family: "MIB";
  color: #00ce84;
}
.Home_News .box .list1 .item a .content2 {
  font-size: var(--f20);
  font-family: "MIB";
  margin-top: 0.12rem;
  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;
  color: #000;
}
.Home_News .box .list1 .item a .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.25em;
  max-height: 3.25em;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.3rem;
}
.Home_News .box .list1 .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list1 .item a:hover::after {
  width: 100%;
}
.Advertisement {
  position: relative;
}
.Advertisement::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  background: #272727;
  width: 100%;
  z-index: -1;
}
.Advertisement.on::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #f8f8f8;
}
.Advertisement .img img {
  width: 100%;
}
.Advertisement .orientation {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.Advertisement .orientation .box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.Advertisement .orientation .box .boxLeft {
  color: #fff;
}
.Advertisement .orientation .box .boxLeft .content1 {
  font-family: "MIB";
  font-size: var(--f36);
}
.Advertisement .orientation .box .boxLeft .content2 {
  font-size: var(--f16);
  margin-top: 0.18rem;
}
.Advertisement .orientation .box .boxRight {
  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;
}
.Footer_Container {
  background: #272727;
  padding: 0.7rem 0 0;
}
.Footer_Container .box .boxLeft {
  max-width: 3.7rem;
}
.Footer_Container .box .boxLeft .content1 img {
  height: 47px;
}
.Footer_Container .box .boxLeft .content2 {
  font-size: var(--f16);
  color: #fff;
  margin-top: 0.25rem;
  
}
.Footer_Container .box .boxLeft .content2 p {
  margin-bottom: 0.1rem;
  position: relative;
  padding-left: 45px;
}
.Footer_Container .box .boxLeft .content2 p span{
    position: absolute;
	left: 0;
}


.Footer_Container .box .boxLeft .content3 {
  margin-top: 0.3rem;
}
.Footer_Container .box .boxLeft .content3 .li {
  margin-right: 10px;
  position: relative;
}
.Footer_Container .box .boxLeft .content3 .li a {
  width: var(--line);
  height: var(--line);
  background: rgba(255, 255, 255, 0.2);
  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;
}
.Footer_Container .box .boxLeft .content3 .li a img {
  margin: auto;
}
.Footer_Container .box .boxLeft .content3 .li .ewm {
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
  width: 1rem;
  border-radius: 3px;
  background: #fff;
}
.Footer_Container .box .boxLeft .content3 .li .ewm img {
  width: 100%;
}
.Footer_Container .box .boxLeft .content3 .li:hover a {
  background: rgba(255, 255, 255, 0.3);
}
.Footer_Container .box .boxLeft .content3 .li:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.Footer_Container .box .boxRight .item {
  margin-left: 1.25rem;
}
.Footer_Container .box .boxRight .item:first-child {
  margin-left: 0;
}
.Footer_Container .box .boxRight .item .h5 {
  font-size: var(--f18);
  font-family: "MIB";
  color: #fff;
}
.Footer_Container .box .boxRight .item ul {
  margin-top: 0.22rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 0.12rem;
}
.Footer_Container .box .boxRight .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f16);
  color: #aaa;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  color: #fff;
}
.Footer_Container .box1 {
  margin-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.35rem 0 0.2rem;
}
.Footer_Container .box1 div {
  font-size: var(--f16);
}
.Footer_Container .box1 div span,
.Footer_Container .box1 div a {
  color: #aaa;
}
.Footer_Container .box1 div a {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 div a:hover {
  color: #fff;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.InnerBanner .orientation .content1 {
  font-size: var(--f52);
  font-family: "MIB";
}
.InnerBanner .orientation .content2 {
  font-size: var(--f32);
  max-width: 7.15rem;
  text-align: justify;
}
.mbx {
  height: 0;
}
.mbx .box_ {
  font-size: var(--f16);
  font-family: "MIM";
  -webkit-transform: translateY(-webkit-calc(-100.35%));
  -ms-transform: translateY(calc(-100% - 0.35rem));
  transform: translateY(calc(-100% - 0.35rem));
}
.mbx .box_ a {
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.mbx .box_ a:hover {
  opacity: 1;
}
.mbx .box_ i {
  font-size: var(--f16);
  opacity: 0.5;
  margin: 0 5px;
  color: #fff;
}
.mbx .box_ span {
  color: #fff;
  opacity: 0.8;
}
.mbx1 {
  height: auto;
  padding-top: 0.2rem;
}
.mbx1 .box_ {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mbx1 .box_ a {
  color: #999;
}
.mbx1 .box_ a:hover {
  color: #00ce84;
}
.mbx1 .box_ i {
  color: #999;
}
.mbx1 .box_ span {
  color: #00ce84;
}
.main_box .boxLeft {
  width: 3.2rem;
}
.main_box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -webkit-calc(var(--nav_height));
  top: calc(var(--nav_height));
}
.main_box .boxRight {
  width: -webkit-calc(96.8%);
  width: calc(100% - 3.2rem);
  padding-left: 1rem;
}
.Inner_nav {
  background: #fff;
}
.Inner_nav .h5 {
  font-size: var(--f26);
  color: #fff;
  background: #00ce84;
  padding: 0 0.2rem;
  line-height: 0.7rem;
}
.Inner_nav .navList .item .top {
  font-size: var(--f18);
  color: #000;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Inner_nav .navList .item .top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Inner_nav .navList .item .top i {
  position: absolute;
  right: 0.2rem;
  font-size: var(--f16);
  font-weight: bold;
  color: #00ce84;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_nav .navList .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_nav .navList .item .bot ul {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_nav .navList .item .bot ul li {
  margin-bottom: 0.2rem;
}
.Inner_nav .navList .item .bot ul li a {
  padding: 0 0.2rem;
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_nav .navList .item .bot ul li.active a,
.Inner_nav .navList .item .bot ul li:hover a {
  color: var(--color);
}
.Inner_nav .navList .item:last-child .top {
  border: 0;
}
.Inner_nav .navList .item.active .top {
  color: #00ce84;
}
.Inner_nav .navList .item.active .top i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.Inner_nav .navList .item.active .top:after {
  width: 100%;
}
.Inner_nav .navList .item.active .bot {
  grid-template-rows: 1fr;
}
.Inner_nav .navList .item.active .bot ul {
  margin-top: 0.2rem;
}
.Inner_Toggle {
  border-bottom: 1px solid #d9d9d9;
  background: #f8f8f8;
  z-index: 2;
}
.Inner_Toggle ul li {
  margin-right: 0.75rem;
}
.Inner_Toggle ul li:last-child {
  margin-right: 0;
}
.Inner_Toggle ul li a {
  font-size: var(--f26);
  color: #333;
  padding-bottom: 0.16rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  cursor: pointer;
}
.Inner_Toggle ul li a:hover {
  color: #00ce84;
}
.Inner_Toggle ul .active a {
  color: #00ce84;
  border-bottom: 2px solid #00ce84;
}
.desc_01 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
}
.Application_2 .p52 {
  padding-top: 0.52rem;
}
.Application_2 .h5 {
  font-size: var(--f36);
  font-family: "MIB";
  padding-top: 0.52rem;
}
.Application_2 .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.25rem;
}
.Application_2 .desc p {
  position: relative;
}
.Application_2 .desc table {
  width: 100% !important;
}
.Application_3 .desc p {
  position: relative;
  padding-left: 15px;
}
.Application_3 .desc p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) skewY(20deg);
  -ms-transform: translateY(-50%) skewY(20deg);
  transform: translateY(-50%) skewY(20deg);
  width: 8px;
  height: 8px;
  background: #00ce84;
}
.Application_4 .h5 {
  padding-top: 0;
}
.Application_4 .div_main {
  margin-top: 0.25rem;
  position: relative;
  min-height: 24vh;
}
.Application_4 .div_main .item .text {
  font-size: var(--f24);
  color: #000;
  margin-bottom: 0.3rem;
  align-items: center;
}
.Application_4 .div_main .item + .item {
  margin-top: 0.8rem;
}
.Inner_nav1 {
  border-bottom: 1px solid #d9d9d9;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .Inner_nav1.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -webkit-calc(var(--nav_height));
    top: calc(var(--nav_height));
    background: #fff;
    z-index: 8;
  }
}
.Inner_nav1 ul li {
  margin-right: 0.75rem;
}
.Inner_nav1 ul li:last-child {
  margin-right: 0;
}
.Inner_nav1 ul li a {
  font-size: var(--f18);
  color: #666;
  padding: 0.22rem 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Inner_nav1 ul li a:hover {
  color: #00ce84;
}
.Inner_nav1 ul .active a {
  color: #333;
  border-bottom: 2px solid #00ce84;
}
.f44 {
  font-size: var(--f44);
  font-family: "MISB";
}
.Quality_1 .box .h5 {
  font-size: var(--f44);
  font-family: "MISB";
}
.Quality_1 .box .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.Quality_1 .box .desc p {
  position: relative;
  padding-left: 15px;
}
.Quality_1 .box .desc p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) skewY(20deg);
  -ms-transform: translateY(-50%) skewY(20deg);
  transform: translateY(-50%) skewY(20deg);
  width: 8px;
  height: 8px;
  background: #00ce84;
}
.Quality_1 .box1 {
  margin-top: 0.32rem;
}
.Quality_1 .box1 .scroll .list .item {
  text-align: center;
}
.Quality_1 .box1 .scroll .list .item figure {
  position: relative;
}
.Quality_1 .box1 .scroll .list .item figure > img {
  width: 0.66rem;
  -webkit-animation: rotate 5s infinite linear;
  animation: rotate 5s infinite linear;
}
.Quality_1 .box1 .scroll .list .item figure p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Quality_1 .box1 .scroll .list .item figure p img {
  max-width: 0.36rem;
  max-height: 0.36rem;
}
.Quality_1 .box1 .scroll .list .item figcaption {
  font-size: var(--f22);
  margin-top: 8px;
}
.Quality_1 .box1 .scroll .list .item1 {
  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;
}
.Quality_1 .box1 .scroll .list .item1 img {
  width: 0.37rem;
}
.Quality_1 .box1 .scroll .list .item1:last-child {
  display: none;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.Quality_2 {
  position: relative;
}
.Quality_2 .img img {
  width: 100%;
}
.Quality_2 .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;
}
.Quality_2 .orientation .wMain .content2 {
  margin: 0.8rem 0 0.34rem;
}
.Quality_2 .orientation .wMain .content2 .item {
  margin-right: 0.5rem;
  text-align: center;
}
.Quality_2 .orientation .wMain .content2 .item figure {
  position: relative;
}
.Quality_2 .orientation .wMain .content2 .item figure > img {
  width: 1.06rem;
}
.Quality_2 .orientation .wMain .content2 .item figure p {
  position: absolute;
  bottom: 38%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Quality_2 .orientation .wMain .content2 .item figure p img {
  width: 0.4rem;
}
.Quality_2 .orientation .wMain .content2 .item figcaption {
  font-size: var(--f20);
  color: #fff;
  margin-top: 8px;
}
.Quality_2 .orientation .wMain .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  color: #fff;
  max-width: 6.6rem;
}
.Quality_3 .box .scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(0.15rem, 15px);
}
.Quality_3 .box .scroll .item {
  position: relative;
}
.Quality_3 .box .scroll .item .img {
  overflow: hidden;
}
.Quality_3 .box .scroll .item .img img {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.Quality_3 .box .scroll .item .orientation {
  padding: 0 0.3rem 0.34rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.Quality_3 .box .scroll .item .orientation .content1 {
  font-size: var(--f26);
  font-family: "MIM";
}
.Quality_3 .box .scroll .item .orientation .content2 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Quality_3 .box .scroll .item .orientation .content2 p {
  font-size: var(--f16);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #00ce84;
}
.Quality_3 .box .scroll .item .orientation .content2 p i {
  font-size: var(--f16);
  margin: 5px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Quality_3 .box .scroll .item .orientation .content2 p:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Quality_3 .box .scroll .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Quality_3 .box .scroll .item:hover .orientation .content2 {
  grid-template-rows: 1fr;
}
.Quality_3 .box .scroll .item:hover .orientation .content2 p {
  margin-top: 0.16rem;
}
.Quality_4 .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  width: 50%;
  margin-top: 0.3rem;
}
.Quality_4 .box {
  gap: 0.64rem 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.84rem;
}
.Quality_4 .box .item {
  padding: 0.28rem 0.5rem 0.28rem 0.3rem;
  position: relative;
  background: #f8f8f8;
  cursor: pointer;
}
.Quality_4 .box .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Quality_4 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Quality_4 .box .item .boxLeft .content1 {
  font-size: var(--f16);
  color: #00ce84;
}
.Quality_4 .box .item .boxLeft .content2 {
  font-size: var(--f24);
  color: #000;
  font-family: "MIM";
  margin-top: 0.14rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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;
  transition: 0.4s;
}
.Quality_4 .box .item .boxLeft .content2:hover {
  color: #00ce84;
}
.Quality_4 .box .item .boxLeft .content3 {
  margin-top: 0.34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Quality_4 .box .item .boxLeft .content3 svg {
  margin-right: 0.1rem;
}
.Quality_4 .box .item .boxLeft .content3 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Quality_4 .box .item .boxLeft .content3:hover {
  color: #00ce84;
}
.Quality_4 .box .item .boxLeft .content3:hover svg path {
  fill: #00ce84;
}
.Quality_4 .box .item .boxRight {
  width: 1.5rem;
  position: relative;
}
.Quality_4 .box .item .boxRight p {
  position: absolute;
  right: 0;
  bottom: 0rem;
  cursor: pointer;
  -webkit-box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.05);
}
.Quality_4 .box .item .boxRight p img {
  width: 100%;
}
.Quality_4 .box .item .boxRight p::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 206, 132, 0)), color-stop(103.56%, #00ce84));
  background: -o-linear-gradient(top, rgba(0, 206, 132, 0) 0%, #00ce84 103.56%);
  background: linear-gradient(180deg, rgba(0, 206, 132, 0) 0%, #00ce84 103.56%);
  opacity: 0.1;
}
.Quality_4 .box .item .boxRight p svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #00ce84;
}
.Quality_4 .box .item:hover::after {
  width: 100%;
}
.pu_page {
  margin-top: 0.8rem;
  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;
}
.pu_page a {
  width: var(--line);
  height: var(--line);
  line-height: var(--line);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
  margin: 0 0.2rem;
  text-align: center;
  font-size: var(--f18);
  font-family: "MIM";
  color: #333;
}
.pu_page a:hover {
  color: #00ce84;
}
.pu_page i {
  font-size: var(--f18);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page i:hover {
  color: #00ce84;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pu_page .active {
  background: #00ce84;
  color: #fff !important;
}
.Quality_5 .desc {
  width: 100%;
}
.Inner_Toggle1 {
  margin-top: 0.4rem;
}
.Inner_Toggle1 .Inner_Toggle {
  background: #fff;
  position: initial;
}
.Inner_Toggle1 .Inner_Toggle a {
  cursor: pointer;
}
.Quality_6 .box {
  display: none;
}
.Quality_6 .box.active {
  display: block;
}
.Quality_6 .box table {
  width: 100% !important;
  background: #fff;
}

.Quality_6 .box table tr:first-child td {
  font-size: var(--f18);
  color: #fff;
  background: #00ce84;
  padding: 0.13rem 0.3rem;
  text-align: left;
  vertical-align: sub;
  border-left: 1px solid #CCCCCC;
}
.Quality_6 .box table tr:first-child td:nth-child(1) {
  width: 17%;
}
.Quality_6 .box table tr:first-child td:nth-child(2) {
  width: 17%;
}
.Quality_6 .box table tr:first-child td:nth-child(3) {
  width: 14%;
}
.Quality_6 .box table tr:first-child td:nth-child(4) {
  width: 20%;
}

.Quality_6 .box table tr th {
  font-size: var(--f18);
  color: #fff;
  background: #00ce84;
  padding: 0.13rem 0.3rem;
  text-align: left;
  vertical-align: sub;
  border-left: 1px solid #cccccc;
}
.Quality_6 .box table tr th:nth-child(1) {
  width: 17%;
}
.Quality_6 .box table tr th:nth-child(2) {
  width: 17%;
}
.Quality_6 .box table tr th:nth-child(3) {
  width: 14%;
}
.Quality_6 .box table tr th:nth-child(4) {
  width: 20%;
}



.Quality_6 .box table tr th sub {
  font-size: 75%;
}
.Quality_6 .box table tr td {
  font-size: var(--f16);
  padding: 0.13rem 0.3rem;
  border: 1px solid #cccccc;
}
.Quality_6 .box table tr td a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.Quality_6 .box table tr td a span {
  display: inline-block;
  width: 1.6rem;
}
.Quality_6 .box table tr td a:hover {
  color: #00ce84;
}
.Quality_6 .box table tr td a:hover img {
  opacity: 1;
}
.Quality_6 .box table tr td img {
  opacity: 0.5;
  width: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Quality_6 .box table tr:nth-child(2n-1) {
  background: #f8f8f8;
}
.New_1 .search .select {
  position: relative;
}
.New_1 .search .select .top {
  line-height: 0.42rem;
  width: 3rem;
  border: 1px solid #cccccc;
  font-size: var(--f16);
  color: #000;
  border-radius: 3px;
  padding: 0 0.18rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .search .select .top i {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #00ce84;
  font-weight: bold;
  cursor: pointer;
}
.New_1 .search .select:hover .top {
  border-color: #00ce84;
}
.New_1 .search .select .bot {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  z-index: 5;
  display: none;
}
.New_1 .search .select .bot .ul {
  padding: 10px 0;
}
.New_1 .search .select .bot .ul a {
  font-size: var(--f16);
  color: #333;
  padding: 0 0.2rem;
  line-height: 42px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .search .select .bot .ul a:hover {
  color: #00ce84;
  background: rgba(0, 206, 132, 0.1);
}
.New_1 .search .select .bot .ul .active {
  color: #00ce84;
  background: rgba(0, 206, 132, 0.1);
}
.New_1 .search form {
  margin-left: 0.2rem;
  position: relative;
}
.New_1 .search form input {
  line-height: 0.42rem;
  width: 3rem;
  border: 1px solid #cccccc;
  font-size: var(--f16);
  color: #000;
  border-radius: 3px;
  padding: 0 0.7rem 0 0.18rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .search form label {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.New_1 .search form:hover input {
  border-color: #00ce84;
}
.New_1 .box {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.New_1 .box .swiper a .boxLeft {
  width: 50%;
}
.New_1 .box .swiper a .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .box .swiper a .boxRight {
  background: #f8f8f8;
  width: 50%;
  padding: 0.75rem 0.7rem 0;
  position: relative;
}
.New_1 .box .swiper a .boxRight .content1 {
  font-size: var(--f16);
  color: #00ce84;
  font-family: "MISB";
}
.New_1 .box .swiper a .boxRight .content2 {
  font-size: var(--f28);
  font-family: "MISB";
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.2rem;
  color: #000;
}
.New_1 .box .swiper a .boxRight .content3 {
  color: #666;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.3rem;
}
.New_1 .box .swiper a .boxRight .content4 {
  position: absolute;
  font-size: var(--f16);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0.7rem;
  left: 0.7rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .box .swiper a .boxRight .content4 i {
  font-size: var(--f16);
  margin: 5px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #00ce84;
}
.New_1 .box .swiper a .boxRight .content4:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.New_1 .box .swiper a .boxRight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .box .swiper a:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.New_1 .box .swiper a:hover .boxRight::after {
  width: 100%;
}
.New_1 .box .swiper a:hover .boxRight .content4 {
  color: #00ce84;
}
.New_1 .box .line {
  position: absolute;
  right: 0.7rem;
  z-index: 3;
  bottom: 0.7rem;
}
.New_1 .box .line span {
  border-radius: 0;
  background: #00ce84;
  margin: 0 0 0 10px !important;
  -webkit-transform: skewY(16deg);
  -ms-transform: skewY(16deg);
  transform: skewY(16deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.3;
}
.New_1 .box .line .swiper-pagination-bullet-active {
  opacity: 1;
}
.New_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.New_2 .box a {
  position: relative;
}
.New_2 .box a figure {
  overflow: hidden;
}
.New_2 .box a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_2 .box a figcaption {
  background: #f8f8f8;
  padding: 0.4rem;
}
.New_2 .box a .content1 {
  font-size: var(--f16);
  font-family: "MISB";
  color: #00ce84;
}
.New_2 .box a .content2 {
  font-size: var(--f20);
  font-family: "MIB";
  margin-top: 0.12rem;
  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;
  color: #000;
}
.New_2 .box a .content3 {
  font-size: var(--f16);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.7rem;
}
.New_2 .box a .content3 i {
  font-size: var(--f16);
  margin: 5px;
  color: #00ce84;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_2 .box a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_2 .box a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.New_2 .box a:hover .content3 {
  color: #00ce84;
}
.New_2 .box a:hover .content3 i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.New_2 .box a:hover::after {
  width: 100%;
}
.New_3 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.New_3 em{
    font-style: italic;
}
.New_3 .box .boxLeft .content1 {
  font-size: var(--f44);
  font-family: "MISB";
}
.New_3 .box .boxLeft .content2 {
  margin-top: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MIM";
}
.New_3 .box .boxLeft .content2 .p1 {
  font-size: var(--f20);
  color: #00ce84;
}
.New_3 .box .boxLeft .content2 .p2 {
  font-size: var(--f18);
  color: #999;
  margin-left: 0.5rem;
}
.New_3 .box .boxLeft .heng {
  height: 1px;
  background: #ddd;
  margin: 0.4rem 0 0.5rem;
}
.New_3 .box .boxLeft .heng1 {
  height: 1px;
  background: #ddd;
  margin: 0.8rem 0 0.3rem;
}
.New_3 .box .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
}
.New_3 .box .boxLeft .content3 table {
  width: 100% !important;
}
.New_3 .box .boxLeft .content4 .left {
  width: 80%;
}
.New_3 .box .boxLeft .content4 .left a {
  color: #999;
  font-size: var(--f18);
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_3 .box .boxLeft .content4 .left a:hover {
  color: var(--color);
}
.New_3 .box .boxLeft .content4 .left .next {
  margin-top: 0.15rem;
}
.New_3 .box .boxLeft .content4 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.New_3 .box .boxLeft .content4 .right a {
  font-size: var(--f16);
  color: #00ce84;
}
.New_3 .box .boxLeft .content4 .right a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.1rem;
}
.New_3 .box .boxRight {
  width: 5.2rem;
  padding-left: 1rem;
}
.New_3 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.New_3 .box .boxRight .sticky .h5 {
  font-size: var(--f36);
  font-family: "MISB";
}
.New_3 .box .boxRight .sticky .list {
  margin-top: 0.42rem;
  display: grid;
  gap: 0.3rem;
}
.New_3 .box .boxRight .sticky .list .item a {
  background: #f8f8f8;
  padding: 0.3rem;
  position: relative;
}
.New_3 .box .boxRight .sticky .list .item a .content1 {
  font-family: "MISB";
  font-size: var(--f16);
  color: #00ce84;
}
.New_3 .box .boxRight .sticky .list .item a .content2 {
  font-family: "MIM";
  font-size: var(--f18);
  color: #000;
  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;
  height: auto;
  margin: 0.12rem 0 0.24rem;
}
.New_3 .box .boxRight .sticky .list .item a .content3 {
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_3 .box .boxRight .sticky .list .item a .content3 i {
  font-size: var(--f16);
  margin: 5px;
  color: #00ce84;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_3 .box .boxRight .sticky .list .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_3 .box .boxRight .sticky .list .item a:hover .content3 {
  color: #00ce84;
}
.New_3 .box .boxRight .sticky .list .item a:hover .content3 i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.New_3 .box .boxRight .sticky .list .item a:hover::after {
  width: 100%;
}
.About_1 {
  --w: 6.7rem;
}
.About_1 .box .boxLeft {
  width: var(--w);
  padding-bottom: 1rem;
}
.About_1 .box .boxLeft .h5 {
  padding-top: 0.5rem;
  font-size: var(--f44);
  font-family: "MISB";
}
.About_1 .box .boxLeft .ul {
  margin-top: 0.6rem;
}
.About_1 .box .boxLeft .ul ul li {
  margin-bottom: 0.8rem;
}
.About_1 .box .boxLeft .ul ul li:last-child {
  margin-bottom: 0;
}
.About_1 .box .boxLeft .ul ul li .top {
  font-family: "MIM";
  font-size: var(--f30);
  color: #00ce84;
  line-height: 1.3;
}
.About_1 .box .boxLeft .ul ul li .bot {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.3rem;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.About_1 .box .boxLeft .ul ul .active .bot {
  opacity: 1;
}
.About_1 .box .boxRight {
  width: calc(100% - var(--w));
  padding-left: 2.83rem;
  position: relative;
}
.About_1 .box .boxRight::before {
  width: 4rem;
  height: 6.45rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: url(../images/img32.png) no-repeat 50% 50%;
}
.About_1 .box .boxRight .imgdw {
  width: 4rem;
  height: 6.45rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: -1;
}
.About_1 .box .boxRight .imgdw img {
  width: 100%;
}
.About_1 .box .boxRight .swiper {
  width: 4rem;
  margin-left: 0;
  -webkit-clip-path: polygon(0 0, 100% 27%, 100% 100%, 0 73%);
  clip-path: polygon(0 0, 100% 27%, 100% 100%, 0 73%);
}
.About_1 .box .boxRight .swiper .swiper-slide {
  position: relative;
  background: #00ce84;
}
.About_1 .box .boxRight .swiper .swiper-slide img {
  width: 100%;
}
.About_1 .box .boxRight .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00ce84;
  opacity: 0;
}
.About_1 .box .boxRight .swiper .swiper-slide-active::after {
  opacity: 0.4;
  height: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.About_1 .box .boxRight.active .imgdw {
  top: 3.9rem;
}
.About_1 .box .boxRight.active::before {
  top: 3.9rem;
}
.About_1 .box1 {
  opacity: 0;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 0.5rem 0rem;
}
.About_1 .box1 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.About_1 .box1 .item .left .top {
  font-size: var(--f36);
  font-family: "MIB";
  color: #00ce84;
  line-height: 1;
  position: relative;
}
.About_1 .box1 .item .left .top span {
  opacity: 0;
}
.About_1 .box1 .item .left .top .span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.About_1 .box1 .item .left .top em {
  font-size: 50%;
}
.About_1 .box1 .item .left .bot {
  font-size: var(--f20);
  font-family: "MIM";
  color: #333;
  margin-top: 0.1rem;
}
.About_1 .box1 .item .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.4rem;
}
.About_1 .box1 .item .right img {
  max-height: 0.5rem;
}
.About_1 .box1.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.About_1.phone_main {
  overflow: hidden;
}
.About_1.phone_main .ite {
  margin-bottom: 0.6rem;
}
.About_1.phone_main .ite:last-child {
  margin-bottom: 0;
}
.About_1.phone_main .ite ul li {
  margin-bottom: 0.8rem;
}
.About_1.phone_main .ite ul li:last-child {
  margin-bottom: 0;
}
.About_1.phone_main .ite ul li .top {
  font-family: "MIM";
  font-size: var(--f30);
  color: #00ce84;
  line-height: 1.3;
}
.About_1.phone_main .ite ul li .bot {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.About_1.phone_main .ite .tu {
  width: 50%;
  margin: 0.6rem auto 0;
  position: relative;
}
.About_1.phone_main .ite .tu .img {
  position: relative;
  z-index: 2;
}
.About_1.phone_main .ite .tu .img img {
  width: 100%;
}
.About_1.phone_main .ite .tu .imgdw {
  position: absolute;
  right: -2rem;
  top: 0;
  width: 100%;
}
.About_1.phone_main .ite .tu .imgdw img {
  width: 100%;
}
.About_3 {
  position: relative;
  padding-bottom: 0.5rem;
}
.About_3 .img img {
  width: 100%;
}
.About_3 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 1.2rem;
}
.About_3 .orientation .box .scroll {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.About_3 .orientation .box .scroll .item {
  height: 3.65rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0 0.2rem;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.05);
}
.About_3 .orientation .box .scroll .item .main {
  -webkit-transform: translateY(0.75rem);
  -ms-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.About_3 .orientation .box .scroll .item .main .content1 {
  padding-top: 0.6rem;
}
.About_3 .orientation .box .scroll .item .main .content1 p {
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.About_3 .orientation .box .scroll .item .main .content1 p img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 100%;
}
.About_3 .orientation .box .scroll .item .main .content1 p .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.About_3 .orientation .box .scroll .item .main .content2 {
  font-size: var(--f20);
  font-family: "MISB";
  margin-top: 0.54rem;
}
.About_3 .orientation .box .scroll .item .main .content3 {
  font-size: var(--f16);
  line-height: 1.8;
  margin-top: 0.25rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  max-height: calc(1.8em * 4);
  overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
  
}

.About_3 .orientation .box .scroll .item .main .content3::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}

.About_3 .orientation .box .scroll .item .main .content3::-webkit-scrollbar-thumb {
		background: #fff;
	}

.About_3 .orientation .box .scroll .item .main .content3::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1);
	}

	@-moz-document url-prefix() {
	    
	    .About_3 .orientation .box .scroll .item .main .content3{
	        	scrollbar-color: @color rgba(255, 255, 255, 0.1);
	    	scrollbar-width: thin;
	    }
	
	}




.About_3 .orientation .box .scroll .item:hover {
  background: #00ce84;
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.About_3 .orientation .box .scroll .item:hover .main {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}
.About_3 .orientation .box .scroll .item:hover .main .content1 .img1 {
  opacity: 0;
}
.About_3 .orientation .box .scroll .item:hover .main .content1 .img2 {
  opacity: 1;
}
.About_3 .orientation .box .scroll .item:hover .main .content3 {
  opacity: 1;
}
.About_4 {
  overflow: hidden;
}
.About_4 .box {
  position: relative;
}
.About_4 .box .imgList {
  background: #00ce84;
}
.About_4 .box .imgList p {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  top: 0;
  left: 0;
}
.About_4 .box .imgList p img {
  width: 100%;
}
.About_4 .box .imgList .active {
  opacity: 1;
  position: relative;
}
.About_4 .box .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.About_4 .box .orientation .scroll {
  height: 100%;
}
.About_4 .box .orientation .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}
.About_4 .box .orientation .list:last-child {
  border: 0;
}
.About_4 .box .orientation .list .item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding-bottom: 0.6rem;
  position: relative;
}
.About_4 .box .orientation .list .item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 206, 132, 0)), to(rgba(0, 206, 132, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 206, 132, 0) 0%, rgba(0, 206, 132, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 206, 132, 0) 0%, rgba(0, 206, 132, 0.8) 100%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_4 .box .orientation .list .item div {
  position: relative;
  z-index: 1;
}
.About_4 .box .orientation .list .item .content1 img {
  height: 0.8rem;
}
.About_4 .box .orientation .list .item .content2 {
  font-size: var(--f28);
  font-family: "MSB";
  margin-top: 0.52rem;
  margin-bottom: 0.1rem;
}
.About_4 .box .orientation .list .item .content3 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_4 .box .orientation .list .item .content3 .content4 {
  min-height: 0px;
  font-size: var(--f18);
  line-height: 1.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0;
}
.About_4 .box .orientation .list .active::before {
  opacity: 1;
}
.About_4 .box .orientation .list .active .content3 {
  grid-template-rows: 1fr;
}
.About_4 .box .orientation .list .active .content3 .content4 {
  height: -webkit-calc(3.4em);
  height: calc(1.7em * 2);
}
.About_5 .box .swiper-slide {
  padding: 0.28rem 0.34rem;
  height: auto;
  cursor: pointer;
}
.About_5 .box .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box .swiper-slide figure {
  height: 3.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_5 .box .swiper-slide figure img {
  margin: auto;
  max-height: 100%;
  width: 100%;
}
.About_5 .box .swiper-slide figcaption {
  font-size: var(--f18);
  color: #333;
  line-height: 1.3;
  text-align: center;
  margin-top: 0.28rem;
}
.About_5 .box .swiper-slide:hover::before {
  opacity: 1;
}
.About_5 .box .swiper-slide:hover::after {
  width: 100%;
}
.About_5 .box .main {
  width: 4.5rem;
  margin: 0.7rem auto 0;
}
@media screen and (max-width: 699px) {
  .About_5 .box .main {
    width: 100%;
  }
}
.About_6 {
  height: 9rem;
  background: url(../images/img44.jpg) no-repeat 50% 50% / cover;
}
.About_6 .banner1 {
  margin-top: 1.1rem;
}
.About_6 .banner1 .swiper {
  height: 2.3rem;
}
.About_6 .banner1 .swiper .main {
  margin: auto;
  max-width: 7.8rem;
  font-size: var(--f18);
  font-family: "MIM";
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
.About_6 .banner2 {
  position: relative;
}
.About_6 .banner2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.About_6 .banner2 .swiper {
  padding-top: 10px;
}
.About_6 .banner2 .swiper .swiper-slide {
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.About_6 .banner2 .swiper .swiper-slide .top p {
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_6 .banner2 .swiper .swiper-slide .top p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #00ce84;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_6 .banner2 .swiper .swiper-slide .bot {
  margin-top: 0.12rem;
  font-size: var(--f18);
  font-family: "MIM";
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_6 .banner2 .swiper .swiper-slide:hover .bot {
  color: #00ce84;
}
.About_6 .banner2 .swiper .swiper-slide-thumb-active .top p {
  background: #00ce84;
}
.About_6 .banner2 .swiper .swiper-slide-thumb-active .top p::after {
  opacity: 1;
}
.About_6 .banner2 .swiper .swiper-slide-thumb-active .bot {
  color: #00ce84;
}
.About_6 .button {
  margin-top: 0.74rem;
}
.About_6 .button div {
  width: var(--line);
  height: var(--line);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.About_6 .button div i {
  margin: auto;
  color: #fff;
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_6 .button div:hover {
  background: #00ce84;
  border: 1px solid #00ce84;
}
.About_6 .button div:hover i {
  color: #fff;
}
.About_6 .button .next {
  margin-left: 0.2rem;
}
.Contact_1 .box .boxLeft {
  width: 50%;
}
.Contact_1 .box .boxLeft .content1 > div {
  margin-bottom: 0.28rem;
}
.Contact_1 .box .boxLeft .content1 > div:last-child {
  margin-bottom: 0;
}
.Contact_1 .box .boxLeft .content1 .top {
  color: #999;
  font-size: var(--f18);
}
.Contact_1 .box .boxLeft .content1 .bot {
  font-family: "MIM";
}
.Contact_1 .box .boxLeft .content1 .bot a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f34);
}
.Contact_1 .box .boxLeft .content1 .bot a:hover {
  color: #00ce84;
}
.Contact_1 .box .boxLeft .content1 .bot p {
  font-size: var(--f22);
  margin-top: 2px;
}
.Contact_1 .box .boxLeft .content2 {
  margin-top: 0.62rem;
}
.Contact_1 .box .boxLeft .content2 .item {
  text-align: center;
  margin-right: 0.4rem;
}
.Contact_1 .box .boxLeft .content2 .item figure img {
  width: 1.2rem;
}
.Contact_1 .box .boxLeft .content2 .item figcaption {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.1rem;
}
.Contact_1 .box .boxRight {
  width: 6.15rem;
}
.Contact_1 .box .boxRight .item {
  margin-bottom: 0.2rem;
  background: #f8f8f8;
  padding: 0.3rem 0.4rem;
  position: relative;
}
.Contact_1 .box .boxRight .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce84;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .item .top {
  font-size: var(--f28);
  font-family: "MIM";
}
.Contact_1 .box .boxRight .item .bot {
  margin-top: 0.2rem;
}
.Contact_1 .box .boxRight .item .bot p,
.Contact_1 .box .boxRight .item .bot a {
  font-size: var(--f20);
  color: #333;
}
.Contact_1 .box .boxRight .item .bot p svg,
.Contact_1 .box .boxRight .item .bot a svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Contact_1 .box .boxRight .item .bot .le {
  width: 2.25rem;
}
.Contact_1 .box .boxRight .item:hover::after {
  width: 100%;
}
.Contact_2 {
  background: #f8f8f8;
}
.Contact_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Contact_2 .box .item {
  position: relative;
  background: #fff;
}
.Contact_2 .box .item .img {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .item .img img {
  width: 100%;
}
.Contact_2 .box .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0.3rem 0.4rem 0;
}
.Contact_2 .box .item .orientation .content1 {
  font-size: var(--f28);
  color: #000;
  font-family: "MIM";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .item .orientation .content2 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.2rem;
  line-height: 1.7;
  height: 3.4em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .item .orientation .content3 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .item .orientation .content3 svg {
  margin-right: 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  fill: #00ce84;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .item:hover .img {
  opacity: 1;
}
.Contact_2 .box .item:hover .orientation .content1 {
  color: #fff;
}
.Contact_2 .box .item:hover .orientation .content2 {
  color: #fff;
}
.Contact_2 .box .item:hover .orientation .content3 {
  color: #fff;
}
.Contact_2 .box .item:hover .orientation .content3 svg {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .Contact_2 .box .item .img {
    opacity: 1;
  }
  .Contact_2 .box .item .orientation .content1 {
    color: #fff;
  }
  .Contact_2 .box .item .orientation .content2 {
    color: #fff;
  }
  .Contact_2 .box .item .orientation .content3 {
    color: #fff;
  }
  .Contact_2 .box .item .orientation .content3 svg {
    fill: #fff;
  }
}
.Contact_3 .desc {
  font-size: var(--f24);
  color: #666;
  text-align: center;
  margin-top: 0.16rem;
}
.Contact_3 .box {
  padding: 0 2.1rem;
}
.Contact_3 .box .item {
  background: #f8f8f8;
  border-radius: 3px;
  overflow: hidden;
}
.Contact_3 .box .item input {
  width: 100%;
  height: 0.75rem;
  background: none;
  border: 0;
  padding: 0 0.25rem;
  font-size: var(--f16);
}
.Contact_3 .box .item input::-webkit-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item input::-moz-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item input:-ms-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item input::-ms-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item input::placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item textarea {
  width: 100%;
  height: 1.85rem;
  background: none;
  border: 0;
  padding: 0.25rem;
  font-size: var(--f16);
  resize: none;
}
.Contact_3 .box .item textarea::-webkit-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item textarea::-moz-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item textarea:-ms-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item textarea::-ms-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item textarea::placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Contact_3 .box .item:hover input::-webkit-input-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover input::-moz-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover input:-ms-input-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover input::-ms-input-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover input::placeholder {
  color: #000;
}



.Contact_3 .box .item:hover textarea::-webkit-input-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover textarea::-moz-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover textarea:-ms-input-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover textarea::-ms-input-placeholder {
  color: #000;
}
.Contact_3 .box .item:hover textarea::placeholder {
  color: #000;
}



.Contact_3 .box .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_3 .box .list2 {
  margin-top: 0.2rem;
}
.Contact_3 .box .list3 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.Contact_3 .box .list3 p {
  margin-left: 0.06rem;
}
.Contact_3 .box .list3 p a {
  display: inline-block;
}
.Contact_3 .box .list3 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #00ce84 !important;
  background: var(--gradient);
}
.Contact_3 .box .list3 .layui-form-checkbox[lay-skin="primary"] i {
  background: none;
  border-radius: 50%;
  border-color: #00ce84;
}
.Contact_3 .box .list3 .layui-form-checked[lay-skin="primary"] i {
  background: #00ce84;
}
.Contact_3 .box .list3 .layui-form-checkbox[lay-skin="primary"] {
  padding-left: 0;
}
.Contact_3 .box .list3 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_3 .box .list3 a:hover {
  color: #00ce84;
}
.Contact_3 .box .list4 {
  margin-top: 0.4rem;
}
.Contact_3 .box .list4 p {
  color: #fff;
  font-size: var(--f16);
  background: #00ce84;
  width: 1.5rem;
  line-height: var(--line);
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1680px) {
  :root {
    --line: 45px;
  }
  .Nav_1 ._box ._item .top,
  .Home_Application .box .item .a .orientation .content3 .content4 .li {
    font-size: var(--f16);
  }
  .About_1 .box .boxRight .imgdw {
    top: 1.5rem;
  }
  .About_1 .box .boxRight.active .imgdw {
    top: 3.3rem;
  }
  .About_3 .orientation .box .scroll .item .main .content2 {
    font-size: var(--f20);
    margin-top: 0.44rem;
  }
}
@media screen and (max-width: 1520px) {
  .Nav_1 ._box {
    gap: 0.5rem 0.3rem;
  }
  .Nav_1 ._box {
    gap: 0.5rem 0.3rem;
  }
  .About_3 .orientation .box .scroll .item .main .content2 {
    font-size: var(--f20);
  }
  .About_3 .orientation .box .scroll .item .main .content3 {
    line-height: 1.7;
  }
  .Header_Container .box .search .main .flexBetween {
    height: 38px;
  }
  .Header_Container .box .logo img {
    height: 46px;
  }
  .Quality_4 .box .item .boxRight {
    width: 1.6rem;
  }
  .About_1 .box .boxRight .swiper {
    width: 4.3rem;
  }
  .About_1 .box .boxRight .imgdw {
    right: 1.9rem;
  }
  .About_1 .box .boxLeft .h5 {
    padding-top: 0.5rem;
  }
  .Header_Container .box .nav {
    margin-left: 0.6rem;
  }
  .Nav_1 ._box ._item .top,
  .Nav_2 ._box ._left ._item .top {
    font-size: 13px;
  }
  .Nav_1 ._box ._item .bot .twoSelect > p a,
  .Nav_2 ._box ._left ._item .bot .twoSelect > p a {
    font-size: 12px;
  }
  .New_1 .search form input,
  .New_1 .search .select .top {
    line-height: 0.5rem;
  }
  .About_3 .orientation .box .scroll .item .main .content1 {
    padding-top: 0.4rem;
  }
  .Contact_1 .box .boxRight {
    width: 6.7rem;
  }
  .Nav_2 ._box ._left ._item .top span {
    height: 18px;
    margin-right: 5px;
  }
  .New_1 .box .swiper a .boxRight .content4,
  .New_1 .box .line {
    bottom: 0.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .New_3 .box .boxRight .sticky .list {
    gap: 0.2rem;
  }
  .About_3 .orientation .box .scroll .item .main .content2 {
    font-size: 16px;
  }
  .About_3 .orientation .box .scroll .item .main .content3 {
    height: -webkit-calc(5.1em);
    height: calc(1.7em * 3);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .About_3 .orientation .box .scroll .item .main .content3::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_3 .orientation .box .scroll .item .main .content3::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .About_3 .orientation .box .scroll .item .main .content3::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .About_3 .orientation .box .scroll .item .main .content3 {
      scrollbar-color: #00ce84 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .layui-form-checkbox[lay-skin="primary"] {
    margin-top: 1px;
  }
  .Nav_2 ._box ._left ._item .top span {
    height: 14px;
  }
  .About_5 .box .swiper-slide figcaption,
  .About_3 .orientation .box .scroll .item .main .content3 {
    font-size: 13px;
  }
  .Quality_1 .box1 .scroll .list .item figcaption,
  .Quality_2 .orientation .wMain .content3,
  .Quality_2 .orientation .wMain .content2 .item figcaption {
    font-size: var(--f16);
  }
  .Quality_2 .orientation .wMain .content3 {
    max-width: 6.8rem;
  }
  .About_6 .button div {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1281px) {
  .Nav_1 ._box ._item .top,
  .Nav_1 ._box ._item .bot .twoSelect > p a,
  .Nav_2 ._box ._left ._item .top,
  .Nav_2 ._box ._left ._item .bot .twoSelect > p a,
  .Nav_2 ._box ._right a figcaption .con2,
  .Nav_2 ._box ._right a figcaption .con3,
  .About_3 .orientation .box .scroll .item .main .content3 {
    font-size: 12px;
  }
  .Nav_2 ._box ._right a figcaption .con1,
  .Quality_1 .box1 .scroll .list .item figcaption,
  .Quality_6 .box table tr th,
  .Contact_1 .box .boxRight .item .bot p,
  .Contact_1 .box .boxRight .item .bot a,
  .About_5 .box .swiper-slide figcaption,
  .About_3 .orientation .box .scroll .item .main .content2 {
    font-size: 14px;
  }
  :root {
    --line: 40px;
  }
  .Quality_6 .box table tr td {
    font-size: 13px;
  }
  .Contact_2 .box .item .img img {
    min-height: 2.5rem;
  }
  .Contact_1 .box .boxRight {
    width: 6.65rem;
  }
  .Footer_Container .box .boxLeft {
    max-width: 4rem;
  }
  .Inner_nav .navList .item .top {
    line-height: 0.7rem;
  }
  .Footer_Container .box .boxLeft .content3 .li a img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .About_1 {
    --w: 7.3rem;
  }
  .About_6 .banner1 .swiper .main {
    max-width: 9rem;
  }
  .Contact_2 .box .item .orientation .content3 {
    font-size: var(--f16);
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner .button {
    display: none;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 .item figure img {
    height: 1rem;
  }
  .Home_Banner .page {
    bottom: 0.34rem;
  }
  .Home_NewProduct .box1 {
    height: auto;
  }
  .Home_NewProduct .box1 .main {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0.4rem auto 0;
  }
  .Home_About .orientation {
    top: 0.9rem;
  }
  .Home_About .img img {
    min-height: 9rem;
  }
  .Home_About .orientation1 .box1 .item .bot {
    font-size: var(--f20);
  }
  .Home_News .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_News .box .list1 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .Advertisement .img img {
    min-height: 3rem;
  }
  .Footer_Container .box .boxRight,
  .main_box .boxLeft {
    display: none;
  }
  .Footer_Container {
    margin-top: -1px;
  }
  .Footer_Container .box .boxLeft {
    max-width: 100%;
  }
  .Footer_Container .box1 {
    line-height: 2;
  }
  .InnerBanner .img img {
    min-height: 4.5rem;
  }
  .InnerBanner .orientation .content2 {
    font-size: var(--f24);
    max-width: 5.85rem;
  }
  .Quality_2 .img img {
    min-height: 6rem;
  }
  .Quality_2 .orientation .wMain .content2 {
    margin: 0.6rem 0 0.34rem;
  }
  .Quality_4 .box .item .boxRight {
    width: 1.8rem;
  }
  .Quality_4 .box {
    gap: 0.8rem;
  }
  .Quality_4 .desc {
    width: 100%;
  }
  .New_1 .box .swiper a .boxLeft {
    width: 100%;
  }
  .New_1 .box .swiper a .boxRight {
    width: 100%;
    padding: 0.5rem;
    padding-bottom: 1.4rem;
  }
  .New_1 .box .swiper a .boxRight .content4 {
    left: 0.5rem;
  }
  .New_1 .box .line {
    right: 0.5;
  }
  .About_1 .box1 {
    display: grid;
    gap: 0.5rem 2rem;
  }
  .About_1 .box1 .item .left .bot {
    margin-top: 0.1rem;
  }
  .About_3 .img img {
    min-height: 4.5rem;
  }
  .About_4 .box .imgList p img {
    min-height: 5rem;
  }
  .About_6 .button div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .About_6 .banner1 {
    margin-top: 0.7rem;
  }
  .Contact_1 .box .boxRight {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .Contact_1 .box .boxRight .le {
    width: 100% !important;
    margin-bottom: 0.2rem;
  }
  .Contact_1 .box .boxRight .le:last-child {
    margin-bottom: 0;
  }
  .Contact_2 .box .item .img img {
    min-height: 2.6rem;
  }
  .Contact_3 .box {
    padding: 0;
  }
  .Quality_4 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .New_2 .box,
  .About_1 .box1,
  .Contact_2 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_Product {
	--h1: 5.42rem;
}
  .Home_Product .box {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
  }
  .Home_Product .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Home_Product .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00ce84;
  }
  .Home_Product .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Home_Product .box {
      scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_Product .box .scroll {
    width: 320%;
  }
  .Home_Product .box .scroll .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
   .Home_Product .box .scroll .item .one {
    display: none;
  }
  .Home_Product .box .scroll .item .two {
    left: 0;
    opacity: 1;
    min-width: initial;
  }
  .Home_Application .box,
  .Quality_3 .box {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
  }
  .Home_Application .box::-webkit-scrollbar,
  .Quality_3 .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Home_Application .box::-webkit-scrollbar-thumb,
  .Quality_3 .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00ce84;
  }
  .Home_Application .box::-webkit-scrollbar-track,
  .Quality_3 .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Home_Application .box,
    .Quality_3 .box {
      scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_Application .box .scroll,
  .Quality_3 .box .scroll {
    width: 200%;
  }
  .Quality_1 .box1,
  .About_4 .box .orientation {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.4rem;
  }
  .Quality_1 .box1::-webkit-scrollbar,
  .About_4 .box .orientation::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Quality_1 .box1::-webkit-scrollbar-thumb,
  .About_4 .box .orientation::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00ce84;
  }
  .Quality_1 .box1::-webkit-scrollbar-track,
  .About_4 .box .orientation::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Quality_1 .box1,
    .About_4 .box .orientation {
      scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Quality_1 .box1 .scroll,
  .About_4 .box .orientation .scroll {
    width: 150%;
  }
  .About_3 .orientation .box {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
  }
  .About_3 .orientation .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_3 .orientation .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00ce84;
  }
  .About_3 .orientation .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .About_3 .orientation .box {
      scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .About_3 .orientation .box .scroll {
    width: 166%;
  }
  .About_1 .box1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .About_4 .box .orientation {
    padding-bottom: 0;
  }
  .Home_NewProduct .box .boxLeft,
  .main_box .boxLeft,
  .New_3 .box .boxLeft,
  .Contact_1 .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .Home_NewProduct .box .boxRight,
  .main_box .boxRight,
  .New_3 .box .boxRight,
  .Contact_1 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.6rem;
    padding-right: 0;
    padding-left: 0;
  }
  .main_box .boxRight {
    margin-top: 0;
  }
  .New_3 .box .boxRight {
    margin-top: 1rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .MobileMain .HeaderMobile .box .button .search p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Footer_Container .box .boxLeft .content1 img {
    height: 32px;
  }
}
@media screen and (max-width: 699px) {
  .Home_Product .box .scroll {
   width: 460%;
  }
  .Home_NewProduct .box1 .main {
    width: 100%;
  }
  .Home_Application .box .scroll,
  .Quality_3 .box .scroll {
    width: 340%;
  }
  .Home_About .img img {
    min-height: 11rem;
  }
  .Home_About .orientation1 .box1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .Home_About .orientation1 .box1 .line {
    display: none;
  }
  .Home_About .orientation1 .box1 .item .top img {
    max-height: 0.66rem;
  }
  .Home_News .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_News .box .list1 {
    grid-area: initial;
  }
  .Advertisement .img img {
    min-height: 4rem;
  }
  .Advertisement .orientation .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    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;
  }
  .Footer_Container .box .boxLeft .content3 .li .ewm {
    width: 1.2rem;
  }
  .Inner_Toggle ul li,
  .Inner_nav1 ul li {
    margin-right: 0.4rem;
  }
  .Inner_Toggle ul li a,
  .InnerBanner .orientation .content2,
  .Quality_4 .box .item .boxLeft .content2 {
    font-size: 14px;
  }
  .Inner_nav1 ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Quality_1 .box1 .scroll,
  .About_4 .box .orientation .scroll {
    width: 240%;
  }
  .Quality_2 .img img {
    min-height: 7rem;
  }
  .Quality_4 .box .item .boxRight {
    width: 2rem;
  }
  .Quality_4 .box .item .boxLeft {
    padding-right: 0.3rem;
  }
  .Quality_4 .box .item .boxLeft .content3 {
    font-size: 12px;
  }
  .Quality_6 .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.4rem;
  }
  .Quality_6 .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Quality_6 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00ce84;
  }
  .Quality_6 .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Quality_6 .scroll {
      scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Quality_6 .scroll table {
    width: 250%;
  }
  .New_1 .search form input,
  .New_1 .search .select .top {
    line-height: 0.7rem;
  }
  .New_1 .search {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .New_1 .search .select .top,
  .New_1 .search form input {
    width: 100%;
  }
  .New_1 .search form {
    margin-left: 0;
  }
  .New_2 .box,
  .Contact_2 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .New_3 .box .boxLeft .content4 .right {
    width: 100%;
    margin-top: 0.4rem;
    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;
  }
  .New_3 .box .boxLeft .content1,
  .About_1.phone_main .ite ul li .top {
    font-size: var(--f22);
  }
  .About_1.phone_main .ite .tu .imgdw {
    right: -0.5rem;
  }
  .About_1 .box1 .item .left .bot,
  .About_5 .box .swiper-slide figcaption {
    font-size: 12px;
  }
  .About_1 .box1 .item .left .top {
    font-size: 16px;
  }
  .About_3 .orientation .box .scroll {
    width: 300%;
  }
  .About_3 .orientation .box .scroll .item {
    height: 4rem;
  }
  .About_3 .orientation .box .scroll .item .main .content1 p {
    height: 0.6rem;
  }
  .About_3 .orientation .box .scroll .item .main {
    -webkit-transform: translateY(0.55rem);
    -ms-transform: translateY(0.55rem);
    transform: translateY(0.55rem);
  }
  .About_6 {
    height: 10rem;
  }
  .About_6 .banner1 .swiper .main {
    height: -webkit-calc(6.4em);
    height: calc(1.6em * 4);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .About_6 .banner1 .swiper .main::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_6 .banner1 .swiper .main::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .About_6 .banner1 .swiper .main::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .About_6 .banner1 .swiper .main {
      scrollbar-color: #00ce84 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .About_6 .banner1 .swiper .main {
    font-size: 13px;
  }
  .Contact_1 .box .boxRight {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_3 .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_3 .box .list4 p {
    width: 2.2rem 0;
  }
}
:root {
  --vxe-ui-font-primary-color: #00ce84;
}
.product_01 {
  --w: 2.8rem;
  position: relative;
}
.product_01 .content2 {
  padding: 0.7rem 0 0.6rem;
}
.product_01 .content2 .le_box {
  width: var(--w);
}
.product_01 .content2 .le_box img {
  width: 100%;
}
.product_01 .content2 .ri_box {
  width: calc(100% - var(--w) - 0.5rem);
}
.product_01 .content2 .ri_box .x1 {
  font-size: var(--f44);
  color: #000;
  font-family: "MISB";
}
.product_01 .content2 .ri_box .x2 {
  margin-top: 0.34rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.77;
}
.product_02 {
  --w: 296px;
  --h: 0.42rem;
  --h2: 6rem;
  position: relative;
  background: #fff;
  padding-bottom: 0.8rem;
}
.product_02 > div {
  background: #f8f8f8;  
}
.product_02 .content1 {
  padding: 0.3rem 0;
  background: #f8f8f8;
  display: flex;
  font-size: var(--f16);
}
.product_02 .content1 .le_box {
  width: var(--w);
}
.product_02 .content1 .le_box .div1 {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.2rem;
}
.product_02 .content1 .le_box .div1 .btn {
  font-size: var(--f16);
  cursor: pointer;
  min-width: 1.3rem;
  padding: 0 0.2rem;
  line-height: var(--h);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ce84;
  border: 1px solid #00ce84;
  color: #fff;
}
.product_02 .content1 .le_box .div1 .btn span {
  margin-left: 10px;
}
.product_02 .content1 .ri_box {
  width: calc(100% - var(--w));
  align-items: center;
  padding-right: var(--interval);
}
.product_02 .content1 .ri_box .div1 form {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.product_02 .content1 .ri_box .div1 form input {
  color: #00ce84;
  width: 3.5rem;
  padding: 0 0.2rem;
  height: var(--h);
  border: none;
  background: #fff;
}
.product_02 .content1 .ri_box .div1 form input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.product_02 .content1 .ri_box .div1 form .tb {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.product_02 .content1 .ri_box .div2 {
  margin-left: 0.2rem;
  display: flex;
}
.product_02 .content1 .ri_box .div2 .btn {
  transition: 0.4s;
  font-size: var(--f16);
  cursor: pointer;
  min-width: 1.3rem;
  padding: 0 0.2rem;
  line-height: var(--h);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00ce84;
  color: #00ce84;
}
.product_02 .content1 .ri_box .div2 .btn svg path {
  transition: 0.4s;
}
.product_02 .content1 .ri_box .div2 .btn span {
  margin-left: 10px;
}
.product_02 .content1 .ri_box .div2 .btn + .btn {
  margin-left: 0.2rem;
}
.product_02 .content1 .ri_box .div2 .btn:hover {
  background: #00ce84;
  color: #fff;
}
.product_02 .content1 .ri_box .div2 .btn:hover svg path {
  fill: #fff;
}
.product_02 .content1 .ri_box .div3 {
  font-size: var(--f18);
  color: #333;
}
.product_02 .content1 .ri_box .div3 span {
  color: #00ce84;
}
.product_02 .content2 {
  display: flex;
  flex-wrap: wrap;
}
.product_02 .content2 .le_box {
  transition: 0.6s;
  overflow: hidden;
  width: var(--w);
  position: relative;
  background: #fff;
}
.product_02 .content2 .le_box > div {
  height: var(--h2);
  width: var(--w);
  border-top: 1px solid #d9d9d9;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  /*padding-right: 0.1rem;*/
}
.product_02 .content2 .le_box > div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product_02 .content2 .le_box > div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00ce84;
}
.product_02 .content2 .le_box > div::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .product_02 .content2 .le_box > div {
    scrollbar-color: #00ce84 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.product_02 .content2 .le_box > div .el-checkbox__label {
  line-height: normal;
}
.product_02 .content2 .le_box > div .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #00ce84;
}
.product_02 .content2 .le_box > div .el-checkbox__input.is-checked .el-checkbox__inner,
.product_02 .content2 .le_box > div .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background: #00ce84;
  border-color: #00ce84;
}
.product_02 .content2 .le_box > div .el-checkbox__inner:hover {
  border-color: #00ce84;
}
.product_02 .content2 .le_box > div .el-form-item {
  margin-bottom: 0;
  font-size: 14px;
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
}
.product_02 .content2 .le_box > div .el-form-item__content {
  line-height: normal;
}
.product_02 .content2 .le_box > div .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product_02 .content2 .le_box > div .label .t1 {
  flex: 0.9;
  transition: 0.4s;
  color: #333;
}
.product_02 .content2 .le_box > div .label .t1 span {
  font-size: 0.66em;
  font-weight: 100;
}
.product_02 .content2 .le_box > div .label .t2 {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}
.product_02 .content2 .le_box > div .label .t2 p {
  min-width: 42px;
  font-family: "MIM";
  line-height: 1.7;
  padding: 0 5px;
  transition: 0.4s;
  color: #999;
  background: #f8f8f8;
  border-radius: 3px;
}
.product_02 .content2 .le_box > div .label .t2 i {
  font-size: inherit;
  font-weight: bold;
  margin-left: 10px;
  color: #00ce84;
  transition: 0.4s;
}
.product_02 .content2 .le_box > div .label .t2:hover p {
  background: rgba(0, 206, 132, 0.2);
  color: #000;
}
.product_02 .content2 .le_box > div .content {
  margin-top: 20px;
}
.product_02 .content2 .le_box > div .content .el-checkbox-group .el-checkbox {
  width: 100%;
  margin-right: 0;
  display: flex;
  align-items: center;
  font-size: inherit;
}
.product_02 .content2 .le_box > div .content .el-checkbox-group .el-checkbox + .el-checkbox {
  margin-top: 10px;
}
.product_02 .content2 .le_box > div .content .el-slider {
  --r1: 1.28em;
}
.product_02 .content2 .le_box > div .content .el-slider .el-slider__bar,
.product_02 .content2 .le_box > div .content .el-slider .el-slider__runway {
  height: 2px;
}
.product_02 .content2 .le_box > div .content .el-slider .el-slider__button-wrapper {
  width: var(--r1);
  height: var(--r1);
  top: calc(var(--r1) / -3);
  transform: translateX(0);
}
.product_02 .content2 .le_box > div .content .el-slider .el-slider__button-wrapper + .el-slider__button-wrapper {
  transform: translateX(calc(var(--r1) * -1));
}
.product_02 .content2 .le_box > div .content .el-slider .el-slider__bar {
  background: #00ce84;
}
.product_02 .content2 .le_box > div .content .el-slider .el-slider__button {
  display: block;
  border-color: #00ce84;
  width: 100%;
  height: 100%;
}
.product_02 .content2 .le_box > div .content .content_bot {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
.product_02 .content2 .le_box > div .content .content_bot .el-input {
  font-size: inherit;
  width: 42px;
}
.product_02 .content2 .le_box > div .content .content_bot .el-input input {
  padding: 0;
  height: calc(14px * 1.7);
  background: #f8f8f8;
  border-color: #00ce84;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
  color: #00ce84;
  font-family: "MIM";
}
.product_02 .content2 .le_box > div .content .content_bot p {
  cursor: pointer;
  min-width: 42px;
  font-family: "MIM";
  line-height: 1.7;
  padding: 0 5px;
  transition: 0.4s;
  color: #999;
  background: #f8f8f8;
  border-radius: 3px;
}
.product_02 .content2 .le_box > div .content .content_bot p:hover {
  background: #00ce84;
  color: #fff;
}
.product_02 .content2 .le_box > div .el-form-item.active .label .t1 {
  color: #00ce84;
}
.product_02 .content2 .le_box > div .el-form-item.active .label .t2 p {
  background: rgba(0, 206, 132, 0.2);
  color: #000;
}
.product_02 .content2 .le_box > div .el-form-item.active .label .t2 i {
  transform: rotate(180deg);
}
.product_02 .content2 .ri_box {
  position: relative;
  flex: 1;
  height: var(--h2);
  overflow: auto;
}
.product_02 .content2 .ri_box .tips {
  font-size: 14px;
  line-height: 2;
  padding: 0 16px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  color: #999;
}
.product_02 .content2 .ri_box .tips span {
  color: #00ce84;
}
.product_02 .content2.active .le_box {
  width: 0;
}
.vxe-grid--toolbar-wrapper {
  display: none;
}
.vxe-table--render-default .vxe-body--column.is--padding .vxe-cell {
  padding: 12px;
}
.vxe-table .vxe-table--scroll-y-handle::-webkit-scrollbar,
.vxe-table .vxe-table--scroll-x-handle::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.vxe-table .vxe-table--scroll-y-handle::-webkit-scrollbar-track,
.vxe-table .vxe-table--scroll-x-handle::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #d9d9d9;
}
.vxe-table .vxe-table--scroll-y-handle::-webkit-scrollbar-thumb,
.vxe-table .vxe-table--scroll-x-handle::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #00ce84;
}
.vxe-table--render-default .vxe-header--column.is--padding .vxe-cell {
  padding: 0;
  display: flex;
  height: 100%;
  white-space: normal;
}
.vxe-table--header-wrapper .vxe-header--row th {
  position: relative;
  background: #00ce84;
  color: #fff;
  line-height: normal;
}
/*.vxe-table--render-default .vxe-body--column.is--padding .vxe-cell,*/
/*.vxe-table--body-inner-wrapper,*/
/*.vxe-table--header-wrapper .vxe-header--row .vxe-cell {*/
/*  min-height: max-content !important;*/
/*}*/
.vxe-table--header-wrapper .vxe-header--row .vxe-cell--title {
  flex: 1;
  font-family: "MIM";
  font-size: var(--vxe-ui-font-size-default);
}
.product_02 .vxe-table--header-wrapper .vxe-header--row .vxe-cell--title > span {
    display: flex;
    flex-direction: column;
}
.vxe-table--header-wrapper .vxe-header--row .vxe-cell--sort {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background: rgba(255, 255, 255, 0.25);
  height: calc(100% - 30px);
  justify-content: center;
}
.vxe-table--header-wrapper .vxe-header--row .vxe-cell--sort i {
  height: 0.8em;
  color: rgba(255, 255, 255, 0.5);
}
.vxe-table--header-wrapper .vxe-header--row .vxe-cell--sort i.sort--active,
.vxe-table--header-wrapper .vxe-header--row .vxe-cell--sort i:hover {
  color: #fff;
}
.vxe-table--header-wrapper .vxe-header--row .w1 {
  padding: 12px 52px 12px 12px;
  flex: 1;
}
.vxe-table--header-wrapper .vxe-header--row .w1 span {
  font-size: 0.66em;
  font-weight: 100;
}
.vxe-table--header-wrapper .vxe-header--row .w2 {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.vxe-table--header-wrapper .vxe-header--row .w2 span {
  margin-right: 8px;
}
.vxe-table--body-wrapper .vxe-cell--html a {
  display: inline;
}
.vxe-table--render-default .vxe-body--row > .vxe-body--column {
  background-color: #f8f8f8;
}
.vxe-table--render-default .vxe-body--row.row--stripe > .vxe-body--column {
  background-color: #fff;
}
.search_01 {
  --h: 0.58rem;
  position: relative;
  background: #f8f8f8;
}
.search_01 .content2 {
  padding: 0.6rem 0 1rem;
}
.search_01 .content2 form {
  margin: 0 auto;
  width: min(6.25rem, 90vw);
  background: #fff;
  border-radius: 5px;
  padding: 0 0.2rem 0 0.3rem;
}
.search_01 .content2 form > div {
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search_01 .content2 form > div input {
  color: #000;
  flex: 1;
  height: var(--h);
  background: none;
  border: none;
}
.search_01 .content2 form > div input::placeholder {
  color: #999;
}
.search_01 .content2 form > div .svg label {
  cursor: pointer;
}
.search_01 .content2 form > div .svg svg path {
  transition: 0.4s;
}
.search_01 .content2 form > div .svg svg:hover path {
  fill: #00ce84;
}
.search_02 {
  position: relative;    
}
.search_02 .ch_box {
  min-height: 50vh;    
}
.search_02 .show {
  padding: 0.38rem 0 1rem;
}
.search_02 .show .content1 {
  font-size: var(--f18);
  color: #999;
}
.search_02 .show .content1 span {
  color: #333;
}
.search_02 .show .content2 {
  margin-top: 0.52rem;
}
.search_02 .show .content2 .item .text {
  font-size: var(--f24);
  color: #000;
  margin-bottom: 0.3rem;
}
.search_02 .show .content2 .item + .item {
  margin-top: 0.8rem;
}
.search_02 .hide {
  margin-top: 0.85rem;
}
.search_02 .hide div {
  text-align: center;
}
.search_02 .hide div img {
  max-width: 100%;
}
.search_02 .hide div p {
  font-size: var(--f18);
  color: #9999;
}
.name_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.name_ span {
  flex: 0.9;
}
.name_ a {
  display: inline;
  opacity: 0.5;
  transition: 0.4s;
}
.name_ a img {
  max-width: 14px;
}
.name_ a + a {
  margin-left: 6px;
}
.name_ a:hover {
  opacity: 1;
}
.pu_table {
  /* height: 4rem; */
}
.pu_table .vxe-table--render-default .vxe-header--column.is--padding .vxe-cell {
  padding: 12px;
}
.pu_table .vxe-cell--title .sx_,
.pu_table .vxe-cell--title span span {
  font-size: 0.66em;
  font-weight: 100;
}
@media screen and (max-width: 1520px) {
  .product_02 {
    --h: 0.52rem;
  }
  .search_01 {
    --h: 0.68rem;
  }
}
@media screen and (max-width: 1200px) {
  .product_01 .content2 .le_box {
    text-align: center;
  }
  .product_01 .content2 .le_box img {
    max-width: 100%;
    width: auto;
  }
  .product_02 .content2,
  .product_02 .content1 .ri_box > div,
  .product_02 .content1 .ri_box {
    flex-wrap: nowrap;
  }
  .product_02 .content2 .ri_box  {
    flex: 1 0 70%;
  }
  .product_02 .content1 .ri_box .div3 {
    margin-left: 0.8rem;
  }
  .product_02 .content1 .ri_box .div1 form input {
    width: 4rem;
  }
  .search_01 {
    --h: 0.68rem;
  }
  .product_02 {
    --h: 0.6rem;
    --h2: 8rem;
  }
   .product_02 > div {
     overflow-x: auto;
   }
  .product_02 .content1,
  .product_02 .content2 {
    width: max-content;
    /*width: calc(var(--w) + 100vw);*/
  }
  .product_01 .content2 .ri_box,
  .product_01 .content2 .le_box {
    width: 100%;
  }
  /*.vxe-table--body-wrapper,*/
  /*.vxe-table--body-inner-wrapper,*/
  /*.vxe-table--header-inner-wrapper,*/
  /*.vxe-table--header-wrapper, */
  /*.vxe-table--viewport-wrapper,*/
  /*.vxe-grid .vxe-grid--table-wrapper,*/
  /*.vxe-grid--layout-body-content-wrapper,*/
  /*.vxe-grid--layout-body-wrapper,*/
  /*.vxe-grid,*/
  /*.product_02 .content2 .ri_box {*/
  /*  overflow: visible;*/
  /*}*/
  
  /*.vxe-table--render-default .vxe-body--row > td:first-child,*/
  /*.vxe-table--header-wrapper .vxe-header--row th:first-child {*/
  /*   position: sticky;*/
  /*   left: 0;*/
  /*   z-index: 5;*/
  /*}*/
  
  .Home_Product .box .item .two > div .content2 em {
		margin: 0 0.2rem 0.1rem;
	}
	
	
	
	.About_1 .box1 .item .right{
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}
	
	.Home_Banner .banner .swiper-slide .orientation{
	    height: auto;
	    text-align: center;
	}
	.Home_Banner .banner .swiper-slide .orientation .content3 {
    justify-content: center;
}
	
	
  
}
@media screen and (max-width: 699px) {
  .product_02 {
    --h: 0.68rem;
  }
  .search_01 {
    --h: 0.78rem;
  }
  
  .About_1 .box1 {
    gap: 0.5rem 0.7rem;
  }
  
  .About_1 .box1 .item .left .top{
      font-size: 15px;
  }
  .About_1 .box1 .item .left .bot{
      font-size: 10px;
  }
  .pu_page .number{
      display: none;
  }
  .pu_page .next{
      /*margin-left: 0.3rem;*/
  }
  
  
}
