:root {
  --swiper-theme-color: #008349;
  --bold: 500;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #008349;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #008349;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #008349 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #F4F4F4;
}
.pt {
  padding-top: 1rem;
}
.pb {
  padding-bottom: 1rem;
}
.mt {
  margin-top: 0.6rem;
}
.m45 {
  margin-top: 0.45rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #F4F4F4;
}
.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: #008349;
  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: #008349;
}
.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: #008349;
}
.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: #008349;
}
.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: #008349;
}
.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: #008349;
}
.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: #008349;
}
.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: #008349;
}
.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: #008349;
}
.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 #008349;
}
.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: #008349;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a img {
  height: 48px;
}
.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .nav .item {
  padding: 0 0.25rem;
}
.Header_Container .box .nav .item > p a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.8;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item:hover > p a {
  opacity: 1;
}
.Header_Container .box .nav .item.active > p a {
  opacity: 1;
  font-family: 'MB';
}
.Header_Container.active,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.active::before,
.Header_Container.sticky::before {
  opacity: 0;
}
.Header_Container.active .box .nav .item > p a,
.Header_Container.sticky .box .nav .item > p a {
  color: #000;
}
.Header_Container.active .box .nav .item:hover > p a,
.Header_Container.sticky .box .nav .item:hover > p a {
  opacity: 1;
  color: #008349;
}
.Header_Container.active .box .nav .item.active > p a,
.Header_Container.sticky .box .nav .item.active > p a {
  color: #008349;
  opacity: 1;
  font-family: 'MB';
}
.Header_Container.active .box .search_key form input,
.Header_Container.sticky .box .search_key form input {
  border-color: #000;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.search_key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search_key form {
  width: 2.5rem;
  position: relative;
}
.search_key form input {
  height: 0.42rem;
  border-radius: 0.4rem;
  width: 100%;
  padding: 0 0.25rem;
  font-size: var(--f16);
  border: 0;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_key form input::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_key form input::-moz-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_key form input:-ms-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_key form input::-ms-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_key form input::placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_key form input:hover::-webkit-input-placeholder,
.search_key form input:focus::-webkit-input-placeholder {
  color: #000;
}
.search_key form input:hover::-moz-placeholder,
.search_key form input:focus::-moz-placeholder {
  color: #000;
}
.search_key form input:hover:-ms-input-placeholder,
.search_key form input:focus:-ms-input-placeholder {
  color: #000;
}
.search_key form input:hover::-ms-input-placeholder,
.search_key form input:focus::-ms-input-placeholder {
  color: #000;
}
.search_key form input:hover::placeholder,
.search_key form input:focus::placeholder {
  color: #000;
}
.search_key form label {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f58);
  font-family: 'MM';
  line-height: 1.2;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f24);
  max-width: 7rem;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.36rem;
}
.Home_Banner .banner .swiper-slide .orientation .content4 {
  max-width: 5.9rem;
}
.Home_Banner .banner .swiper-slide .orientation .content5 {
  font-size: var(--f50);
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  bottom: 0.6rem;
  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 {
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
  width: 6px;
  height: 0.2rem;
  border-radius: 0;
  -webkit-transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  background: #008349;
}
.Home_Banner .button_banner1 {
  position: absolute;
  right: var(--interval);
  bottom: 0.6rem;
}
@-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);
  }
}
.public_svg {
  display: none;
  pointer-events: none;
}
.button_link1 .a {
  cursor: pointer;
  font-size: var(--f20);
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-right: 1px;
}
@media screen and (max-width: 1200px) {
  .button_link1 .a {
    font-size: var(--f18);
  }
}
.button_link1 .a svg {
  min-width: 1.9rem;
}
.button_link1 .a svg use {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link1 .a svg .use2 {
  opacity: 0;
}
.button_link1 .a span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button_link1 .a:hover svg use {
  opacity: 0;
}
.button_link1 .a:hover svg .use2 {
  opacity: 1;
}
.button_link1 .a3 {
  color: #333;
}
.button_link1 .a3:hover {
  color: #fff;
}
.button_banner1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.button_banner1 .ml {
  margin-left: 0.22rem;
}
.button_banner1 .prev,
.button_banner1 .next {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_banner1 .prev:hover,
.button_banner1 .next:hover {
  opacity: 1;
}
.title_1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-left: 46px;
}
.title_1 ul::after {
  content: '';
  width: 14px;
  height: 40px;
  background: #008349;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-15deg, 0);
  -ms-transform: translateY(-50%) skew(-15deg, 0);
  transform: translateY(-50%) skew(-15deg, 0);
}
.title_1 ul li {
  font-size: var(--f58);
  color: #cbcbcb;
  line-height: 1.2;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
   position: relative;
}

.NewCar .title_1 ul li:last-child::after{
   content: '';
    width: 100%;
    height: 2px;
    background: #008349;
    position: absolute;
    left: 0;
    bottom: -0.1rem;
}
.title_1 ul li:hover {
  color: #008349;
}
.title_1 ul .active {
  color: #000;
}
.heng {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.NewCar .box ._box {
  margin-top: max(15px, 0.15rem);
  display: none;
}
.NewCar .box ._box.active {
  display: block;
}
.NewCar .box .toggle ul li {
  margin-right: 0.45rem;
}
.NewCar .box .toggle ul li a {
  cursor: pointer;
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0.25rem 0 0.2rem;
  position: relative;
}
.NewCar .box .toggle ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #008349;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewCar .box .toggle ul li a:hover {
  color: #008349;
}
.NewCar .box .toggle ul .active a {
  color: #008349;
  font-family: 'MB';
}
.NewCar .box .toggle ul .active a::after {
  opacity: 1;
}
.NewCar .box .list_box .list {
  display: none;
}
.NewCar .box .list_box .list.active {
  display: grid;
}
.NewCar .box .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0.28rem;
}
.NewCar .box .list .item a figure {
  background: #F4F4F4;
  border-radius: 10px;
  height: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.NewCar .box .list .item a figure img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewCar .box .list .item a figcaption {
  margin-top: 0.2rem;
  position: relative;
}
.NewCar .box .list .item a figcaption .content1 {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
  height: auto;
}
.NewCar .box .list .item a figcaption .content2 {
  font-size: var(--f16);
  color: #000;
  opacity: 0.5;
  margin-top: 0.1rem;
}
.NewCar .box .list .item a figcaption .content3 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translate(-0.3rem, 0.3rem);
  -ms-transform: translate(-0.3rem, 0.3rem);
  transform: translate(-0.3rem, 0.3rem);
}
.NewCar .box .list .item a figcaption .content3 img {
  width: 0.17rem;
}
.NewCar .box .list .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.NewCar .box .list .item a:hover figcaption .content1 {
  color: #008349;
}
.NewCar .box .list .item a:hover figcaption .content3 {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.News .box .item {
  padding: 0.3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.News .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  background: #008349;
}
.News .box .item a .boxLeft {
  width: 4rem;
}
.News .box .item a .boxLeft p {
  border-radius: 10px;
  overflow: hidden;
}
.News .box .item a .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News .box .item a .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.4rem;
  padding-right: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.News .box .item a .boxRight > div {
  width: 100%;
}
.News .box .item a .boxRight .content1 {
  font-size: var(--f24);
  height: 2.4em;
  max-height: 2.4em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News .box .item a .boxRight .content2 {
  font-family: var(--f16);
  color: #000;
  opacity: 0.5;
  height: 3.75em;
  max-height: 3.75em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.24rem;
}
.News .box .item a .boxRight .content3 {
  font-size: var(--f20);
  color: #000;
  opacity: 0.5;
  margin-top: 0.64rem;
}
.News .box .item a .boxRight .content4 {
  font-size: var(--f20);
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
.News .box .item:hover::before {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News .box .item:hover a .boxLeft p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News .box .item:hover a .boxRight .content1 {
  color: #008349;
}
.News .box .item:hover a .boxRight .content4 {
  color: #008349;
  border-color: #008349;
}
.Footer_container {
  background: #004929;
  min-height: 1rem;
  padding: 0.84rem 0 0;
}
.Footer_container .box .boxLeft img {
  height: 47px;
}
.Footer_container .box .boxCenter {
  padding-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .Footer_container .box .boxCenter {
    padding-left: 0;
  }
}
.Footer_container .box .boxCenter ul li {
  margin-bottom: 0.18rem;
}
.Footer_container .box .boxCenter ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box .boxCenter ul li a:hover {
  opacity: 1;
}
.Footer_container .box .boxRight .h5 {
  font-size: var(--f24);
  color: #fff;
}
.Footer_container .box .boxRight .list {
  margin-top: 0.32rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.Footer_container .box .boxRight .list .item {
  color: #fff;
}
.Footer_container .box .boxRight .list .item .top {
  font-size: var(--f16);
}
.Footer_container .box .boxRight .list .item .bot {
  font-size: var(--f20);
  margin-top: max(10px, 0.1rem);
}
.Footer_container .box .boxRight .list .item .bot a {
  color: #fff;
}
.Footer_container .box1 {
  margin-top: 0.42rem;
}
.Footer_container .box1 ul li {
  margin-right: 0.16rem;
  position: relative;
}
.Footer_container .box1 ul li a {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box1 ul li a img {
  height: 0.5rem;
}
.Footer_container .box1 ul li .ewm {
  position: absolute;
  width: 1.3rem;
  border-radius: 10px;
  background: #fff;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translate(-50%, 0%) scale(0);
  -ms-transform: translate(-50%, 0%) scale(0);
  transform: translate(-50%, 0%) scale(0);
  overflow: hidden;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box1 ul li .ewm img {
  width: 100%;
}
.Footer_container .box1 ul li:hover a {
  opacity: 1;
}
.Footer_container .box1 ul li:hover .ewm {
  -webkit-transform: translate(-50%, 0%) scale(1);
  -ms-transform: translate(-50%, 0%) scale(1);
  transform: translate(-50%, 0%) scale(1);
}
.Footer_container .box2 {
  margin-top: 0.24rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.22rem 0;
}
.Footer_container .box2 span,
.Footer_container .box2 a {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box2 a {
  display: inline-block;
}
.Footer_container .box2 a:hover {
  opacity: 1;
}
.InnerBanner {
  overflow: hidden;
}
.InnerBanner img {
  width: 100%;
  -webkit-animation: fd 5s linear infinite alternate;
  animation: fd 5s linear infinite alternate;
}
@-webkit-keyframes fd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.NewCar_1 .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.NewCar_1 .box .item {
  position: relative;
  background: #F4F4F4;
}
.NewCar_1 .box .item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 0.5rem;
  background: #D5D5D5;
}
.NewCar_1 .box .item:first-child {
  background: none;
}
.NewCar_1 .box .item:last-child::after {
  display: none;
}
.NewCar_1 .box .item .top {
  position: relative;
  cursor: pointer;
}
.NewCar_1 .box .item .top svg {
  fill: #F4F4F4;
}
.NewCar_1 .box .item .top svg use {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewCar_1 .box .item .top svg .use2 {
  opacity: 0;
}
.NewCar_1 .box .item .top .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0.4rem;
}
.NewCar_1 .box .item .top .orientation .content1 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewCar_1 .box .item .top .orientation .content2 {
  font-size: var(--f16);
  color: #333;
}
.NewCar_1 .box .item .top .orientation .content3 {
  position: absolute;
  top: 50%;
  right: 0.36rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.NewCar_1 .box .item .top .orientation .content3 i {
  font-size: var(--f14);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewCar_1 .box .item .top.active .orientation .content3 i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #008349;
}
.NewCar_1 .box .item .bot {
  position: absolute;
  left: 0;
  width: 100%;
  background: #F4F4F4;
  padding: 0.1rem 0.4rem;
  z-index: 5;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(190, 190, 190, 0.35);
  box-shadow: 0px 20px 25px 0px rgba(190, 190, 190, 0.35);
  display: none;
}
.NewCar_1 .box .item .bot ul li a {
  font-size: var(--f16);
  line-height: 2;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewCar_1 .box .item .bot ul li a:hover {
  color: var(--color);
}
.NewCar_1 .box .item:hover .top .orientation .content1 {
  color: #008349;
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.8rem;
}
.pu_page a {
  width: 54px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: var(--f18);
  color: #666;
  margin: 0 0.1rem;
}
.pu_page a i {
  color: #666;
}
.pu_page a:hover {
  color: #008349;
}
.pu_page a:hover i {
  color: #008349;
}
.pu_page .active {
  background: url(../images/img6.png) no-repeat 50% 50% / cover;
  color: #fff !important;
  font-family: 'MB';
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1rem;
}
.AfterSales_1 .box {
  --w: 1.9rem;
  margin-top: 0.35rem;
}
.AfterSales_1 .box .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  transition: 0.4s;
}
.AfterSales_1 .box .item .boxTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.AfterSales_1 .box .item .boxTop .content1 {
  width: var(--w);
  text-align: center;
}
.AfterSales_1 .box .item .boxTop .content1 img {
  max-height: 0.7rem;
}
.AfterSales_1 .box .item .boxTop .content2 {
  font-size: 0.64rem;
  color: #E2E2E2;
  width: 1.1rem;
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AfterSales_1 .box .item .boxTop .content3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f24);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AfterSales_1 .box .item .boxTop .content4 p {
  width: 22px;
  height: 1px;
  background: #999;
  position: relative;
}
.AfterSales_1 .box .item .boxTop .content4 p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AfterSales_1 .box .item .boxTop:hover .content3,
.AfterSales_1 .box .item .boxTop:hover .content2 {
  color: #008349;
}
.AfterSales_1 .box .item .boxBot {
  padding: 0 1.5rem 0 var(--w);
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AfterSales_1 .box .item .boxBot > div {
  min-height: 0;
}
.AfterSales_1 .box .item .boxBot p {
  font-size: var(--f18);
  color: #333;
}
.AfterSales_1 .box .item.active {
  border-color: #008349;
}
.AfterSales_1 .box .item.active .boxTop .content4 p::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.AfterSales_1 .box .item.active .boxBot {
  grid-template-rows: 1fr;
  padding-top: 0.4rem;
}
.New_1 {
  padding-bottom: 0.8rem;
}
.New_1 .box .boxLeft {
  width: 9.9rem;
  position: relative;
}
.New_1 .box .boxLeft a {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.New_1 .box .boxLeft a img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 6.9rem;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.New_1 .box .boxLeft a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.New_1 .box .boxLeft .active {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.New_1 .box .boxLeft .active img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.New_1 .box .boxRight {
  padding-left: 0.84rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.New_1 .box .boxRight .item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.New_1 .box .boxRight .item::after {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  background: #008349;
}
.New_1 .box .boxRight .item a {
  padding: 0.38rem 0;
}
.New_1 .box .boxRight .item a .top {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 4.8em;
  max-height: 4.8em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.New_1 .box .boxRight .item a .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .box .boxRight .item a .bot > div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-height: 0;
  width: 100%;
}
.New_1 .box .boxRight .item a .bot > div p {
  font-size: var(--f16);
  height: 7.5em;
  max-height: 7.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  color: #000;
  opacity: 0.5;
}
.New_1 .box .boxRight .item:hover a .top {
  color: #008349;
}
.New_1 .box .boxRight .active::after {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_1 .box .boxRight .active a .bot {
  grid-template-rows: 1fr;
}
.New_1 .box .boxRight .active a .bot > div {
  padding-top: 0.25rem;
}
.mbx {
  margin-top: 0.54rem;
}
.mbx .box {
  font-size: var(--f16);
  line-height: 22px;
}
.mbx .box a {
  color: #999;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #008349;
}
.mbx .box i {
  font-size: 12px;
  color: #999;
}
.mbx .box span {
  -webkit-columns: #666;
  -moz-columns: #666;
  columns: #666;
}
.New_2 .box {
  margin-top: 0.28rem;
}
.New_2 .box .boxLeft {
  padding-right: 1.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.New_2 .box .boxLeft .content1 {
  font-size: var(--f46);
}
.New_2 .box .boxLeft .heng1 {
  margin: 0rem 0 0.7rem;
}
.New_2 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #000;
  opacity: 0.5;
  height: 0.68rem;
}
.New_2 .box .boxLeft .content3 {
  color: #7f7f7f;
  font-size: var(--f16);
  line-height: 2;
}
.New_2 .box .boxLeft .heng2 {
  margin: 0.62rem 0 0.52rem;
}
.New_2 .box .boxLeft .content4 .left {
  font-size: var(--f18);
  max-width: 78%;
}
.New_2 .box .boxLeft .content4 .left .top {
  color: #666;
}
.New_2 .box .boxLeft .content4 .left .bot {
  color: #000;
  height: 1.8em;
  max-height: 1.8em;
  line-height: 1.8;
  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_2 .box .boxLeft .content4 .left .next {
  margin-top: 0.3rem;
}
.New_2 .box .boxLeft .content4 .left a:hover .bot {
  color: #008349;
}
.New_2 .box .boxLeft .content4 .right .button_link1 .a {
  font-size: var(--f16);
  color: #fff;
}
.New_2 .box .boxLeft .content4 .right .button_link1 .a svg {
  width: 1.4rem;
  min-width: initial;
}
.New_2 .box .boxRight {
  width: 4rem;
}
.New_2 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
  z-index: 3;
}
.New_2 .box .boxRight .sticky .h5 {
  font-size: var(--f32);
  height: 0.68rem;
}
.New_2 .box .boxRight .sticky ul li {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.New_2 .box .boxRight .sticky ul li a {
  font-size: var(--f20);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 4.8em;
  max-height: 4.8em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.New_2 .box .boxRight .sticky ul li a:hover {
  color: var(--color);
}
main {
  --aw1: 7.68rem;
  --aw2: 7.25rem;
}
.About_1 .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--aw1);
}
.About_1 .box .boxLeft .desc {
  font-size: var(--f20);
  line-height: 2;
  color: #666;
  width: 100%;
}
.About_1 .box .boxRight {
  width: var(--aw2);
}
.About_1 .box .boxRight p {
  overflow: hidden;
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.About_1 .box .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_1 .box .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_2 .box .boxLeft {
  width: var(--aw1);
}
.About_2 .box .boxLeft p {
  overflow: hidden;
  border-radius: 20px;
}
.About_2 .box .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_2 .box .boxRight {
  width: var(--aw2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.About_2 .box .boxRight > div {
  width: 100%;
}
.About_2 .box .boxRight .content1 {
  font-size: var(--f24);
}
.About_2 .box .boxRight .content2 {
  margin-top: 0.45rem;
}
.About_2 .box .boxRight .content2 div {
  font-size: var(--f16);
  color: #666;
  position: relative;
  padding-left: 38px;
  margin-bottom: 0.12rem;
}
.About_2 .box .boxRight .content2 div:last-child {
  margin-bottom: 0;
}
.About_2 .box .boxRight .content2 div a {
  color: #666;
}
.About_2 .box .boxRight .content2 div span {
  position: absolute;
  width: 18px;
  text-align: center;
  left: 0;
  top: 0;
}
.About_2 .box .boxRight .content2 div span img {
  max-height: 20px;
}
.Contact_1 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Contact_1 .box .boxLeft .item {
  margin-bottom: 0.4rem;
}
.Contact_1 .box .boxLeft .item:last-child {
  margin-bottom: 0;
}
.Contact_1 .box .boxLeft .item .left {
  width: 60px;
  height: 60px;
  background: #F4F4F4;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_1 .box .boxLeft .item .left img {
  margin: auto;
  max-height: 20px;
}
.Contact_1 .box .boxLeft .item .right {
  padding-left: 0.3rem;
}
.Contact_1 .box .boxLeft .item .right .top {
  font-size: var(--f16);
  color: #999;
}
.Contact_1 .box .boxLeft .item .right .bot {
  font-size: var(--f20);
  color: #000;
  margin-top: 0.1rem;
}
.Contact_1 .box .boxRight {
  width: 9.9rem;
  background: #F4F4F4;
  border-radius: 20px;
  padding: 0.55rem 0.65rem;
}
.Contact_1 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_1 .box .boxRight .item input,
.Contact_1 .box .boxRight .item textarea {
  font-size: var(--f16);
  height: 0.75rem;
  background: #fff;
  border-radius: 10px;
  border: 0;
  width: 100%;
  padding: 0 0.25rem;
}
.Contact_1 .box .boxRight .item input::-webkit-input-placeholder,
.Contact_1 .box .boxRight .item textarea::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .item input::-moz-placeholder,
.Contact_1 .box .boxRight .item textarea::-moz-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .item input:-ms-input-placeholder,
.Contact_1 .box .boxRight .item textarea:-ms-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .item input::-ms-input-placeholder,
.Contact_1 .box .boxRight .item textarea::-ms-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .item input::placeholder,
.Contact_1 .box .boxRight .item textarea::placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .item input:hover::-webkit-input-placeholder,
.Contact_1 .box .boxRight .item textarea:hover::-webkit-input-placeholder,
.Contact_1 .box .boxRight .item input:focus::-webkit-input-placeholder,
.Contact_1 .box .boxRight .item textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.Contact_1 .box .boxRight .item input:hover::-moz-placeholder,
.Contact_1 .box .boxRight .item textarea:hover::-moz-placeholder,
.Contact_1 .box .boxRight .item input:focus::-moz-placeholder,
.Contact_1 .box .boxRight .item textarea:focus::-moz-placeholder {
  color: #000;
}
.Contact_1 .box .boxRight .item input:hover:-ms-input-placeholder,
.Contact_1 .box .boxRight .item textarea:hover:-ms-input-placeholder,
.Contact_1 .box .boxRight .item input:focus:-ms-input-placeholder,
.Contact_1 .box .boxRight .item textarea:focus:-ms-input-placeholder {
  color: #000;
}
.Contact_1 .box .boxRight .item input:hover::-ms-input-placeholder,
.Contact_1 .box .boxRight .item textarea:hover::-ms-input-placeholder,
.Contact_1 .box .boxRight .item input:focus::-ms-input-placeholder,
.Contact_1 .box .boxRight .item textarea:focus::-ms-input-placeholder {
  color: #000;
}
.Contact_1 .box .boxRight .item input:hover::placeholder,
.Contact_1 .box .boxRight .item textarea:hover::placeholder,
.Contact_1 .box .boxRight .item input:focus::placeholder,
.Contact_1 .box .boxRight .item textarea:focus::placeholder {
  color: #000;
}
.Contact_1 .box .boxRight .item textarea {
  padding: 0.25rem;
  height: 1.9rem;
  resize: none;
}
.Contact_1 .box .boxRight .list1 {
  margin-top: 0.2rem;
}
.Contact_1 .box .boxRight .list2 {
  margin-top: 0.5rem;
}
.Contact_1 .box .boxRight .list2 .button_link1 .a {
  color: #fff;
}
.Contact_2 {
  margin-top: 0.7rem;
}
.Contact_2 .box {
  position: relative;
}
.Contact_2 .box .img {
  border-radius: 20px;
  overflow: hidden;
}
.Contact_2 .box .img img {
  width: 100%;
}
.Contact_2 .box .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 0.55rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Contact_2 .box .orientation .content1 {
  font-family: 'MB';
  color: #fff;
  font-size: var(--f24);
  line-height: 1.2;
}
.Contact_2 .box .orientation .content2 {
  margin-top: 0.2rem;
}
.Contact_2 .box .orientation .content2 form {
  width: 5.2rem;
  position: relative;
}
.Contact_2 .box .orientation .content2 form input {
  height: 0.6rem;
  border-radius: 10px;
  width: 100%;
  padding: 0 0.25rem;
  font-size: var(--f16);
  border: 0;
}
.Contact_2 .box .orientation .content2 form input::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .orientation .content2 form input::-moz-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .orientation .content2 form input:-ms-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .orientation .content2 form input::-ms-input-placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .orientation .content2 form input::placeholder {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .orientation .content2 form input:hover::-webkit-input-placeholder,
.Contact_2 .box .orientation .content2 form input:focus::-webkit-input-placeholder {
  color: #000;
}
.Contact_2 .box .orientation .content2 form input:hover::-moz-placeholder,
.Contact_2 .box .orientation .content2 form input:focus::-moz-placeholder {
  color: #000;
}
.Contact_2 .box .orientation .content2 form input:hover:-ms-input-placeholder,
.Contact_2 .box .orientation .content2 form input:focus:-ms-input-placeholder {
  color: #000;
}
.Contact_2 .box .orientation .content2 form input:hover::-ms-input-placeholder,
.Contact_2 .box .orientation .content2 form input:focus::-ms-input-placeholder {
  color: #000;
}
.Contact_2 .box .orientation .content2 form input:hover::placeholder,
.Contact_2 .box .orientation .content2 form input:focus::placeholder {
  color: #000;
}
.Contact_2 .box .orientation .content2 form label {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.products_1 {
  background: url(../images/img17.jpg) no-repeat 50% 50% / cover;
  margin-top: calc(var(--nav_height) * -1);
}
.products_1 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
  height: 100vh;
  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;
}
.products_1 .box .boxLeft > div {
  width: 100%;
}
.products_1 .box .boxLeft > div .content1 {
  font-size: var(--f42);
}
.products_1 .box .boxLeft > div .content2 {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.28rem;
  line-height: 1.75;
}
.products_1 .box .boxLeft > div .content3 {
  margin-top: 0.7rem;
}
.products_1 .box .boxLeft > div .content3 .button_link1 .a {
  color: #fff;
}
.products_1 .box .boxRight {
  width: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.products_2 {
  background: #EEEEEE;
  --h: 0.7rem;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .products_2 {
    position: -webkit-sticky;
    position: sticky;
    top: var(--nav_height);
  }
}
.products_2 .box {
  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(--h);
}
.products_2 .box .left {
  font-size: var(--f22);
}
.products_2 .box .center ul li {
  margin: 0 0.25rem;
}
.products_2 .box .center ul li a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.products_2 .box .center ul li a:hover {
  color: #008349;
}
.products_2 .box .center ul .active a {
  color: #000;
}
.products_2 .box .right .button_link1 svg {
  width: 1.4rem;
}
.products_2 .box .right .button_link1 .a {
  color: #fff;
  font-size: var(--f16);
}
.products_3 .box {
  height: 370px;
  width: 825px;
  margin: 1.5rem auto 0;
}
.products_3 .box .toggleMain {
  cursor: url("../images/cursor.png"), pointer;
}
.products_3 .box1 {
  margin-top: 0.85rem;
}
.products_3 .box1 ul {
  background: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.products_3 .box1 ul li {
  cursor: pointer;
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-width: 98px;
  padding: 0 0.1rem;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.products_3 .box1 ul li:hover {
  color: #008349;
}
.products_3 .box1 ul .active {
  color: #fff !important;
}
.products_3 .box1 ul p {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 4px;
  background: #008349;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.products_4 .box {
  position: relative;
}
.products_4 .box .img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.products_4 .box .img img {
  width: 100%;
}
.products_4 .box .orientation {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.products_4 .box .orientation::before,
.products_4 .box .orientation::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.products_4 .box .orientation::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.products_4 .box .orientation p {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.products_4 .box .orientation p svg {
  margin: auto;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.products_5 .box {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.34rem;
}
.products_5 .box .item {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 0.4rem 0.12rem;
  transition: 0.4s;
  position: relative;
}
.products_5 .box .item::after {
  content: '';
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  position: absolute;
  background: #008349;
}
.products_5 .box .item figure p {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  margin: auto;
  background: #F4F4F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products_5 .box .item figure p img {
  margin: auto;
  max-height: 30px;
}
.products_5 .box .item figcaption {
  margin-top: 0.26rem;
  font-size: var(--f16);
  text-align: center;
  line-height: 1.25;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.products_5 .box .item:hover::after {
  width: 100%;
}
.products_5 .box .item:hover figcaption {
  color: #008349;
}
.Search_1 .h5 {
  font-size: 0.58rem;
}
.Search_1 .box {
  width: min(7.6rem, 100%);
  margin-top: 0.4rem;
  background: #F4F4F4;
  border-radius: 0.5rem;
  position: relative;
}
.Search_1 .box > input {
  font-size: var(--f18);
  width: 100%;
  background: none;
  border: 0;
  height: 0.86rem;
  padding: 0 0.8rem;
}
.Search_1 .box > svg {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_1 .box label p {
  width: 48px;
  height: 48px;
  background: var(--color);
  border-radius: 50%;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.Search_1 .box label p svg {
  margin: auto;
}
.Search_2 .heng {
  margin: 0.75rem 0 0.42rem;
}
.Search_2 .box {
  font-size: var(--f18);
  color: #666;
}
.Search_2 .box div,
.Search_2 .box p {
  display: inline-block;
}
.Search_2 .box div a,
.Search_2 .box p a {
  cursor: pointer;
  color: #666;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box div a:hover,
.Search_2 .box p a:hover {
  color: #008349;
}
.Search_2 .box div em,
.Search_2 .box p em {
  margin: 0 0.1rem;
}
.Search_2 .box div .active,
.Search_2 .box p .active {
  color: #008349;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #008349;
}
@media screen and (max-width: 1520px) {
  .Header_Container .box .logo a img {
    height: 44px;
  }
}
@media screen and (max-width: 1400px) {
  .Header_Container .box .logo a img {
    height: 40px;
  }
  .About_1 .box .boxLeft .desc {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1281px) {
  .Header_Container .box .nav .item {
    padding: 0 0.15rem;
  }
  :root {
    --line: 46px;
  }
  .NewCar_1 .box .item .top .orientation .content1 {
    margin-top: 0.14rem;
  }
  .products_5 .box {
    gap: 0.2rem;
  }
  .New_1 .box .boxLeft {
    width: 8.8rem;
  }
  .New_1 .box .boxRight {
    padding-left: 0.6rem;
  }
  .New_1 .box .boxLeft a img {
    height: 6.4rem;
  }
  main {
    --aw1: 7.4rem;
    --aw2: 7.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .pu_page a i {
    color: #008349;
    font-weight: bold;
  }
  .Header_Container {
    display: none;
  }
  .NewCar .box .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.28rem;
  }
  .News .box .item a .boxRight {
    padding-right: 0;
    padding-left: 0.5rem;
  }
  .News .box .item a .boxRight .content4 {
    display: none;
  }
  .Footer_container .box .boxCenter,
  .Footer_container .box .boxLeft {
    display: none;
  }
  .Footer_container .box1 ul li a img {
    height: 0.6rem;
  }
  .InnerBanner img {
    min-height: 5rem;
  }
  .NewCar_1 .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .pu_page .number {
    display: none;
  }
  .products_1 {
    margin-top: 0;
  }
  .products_1 .box {
    padding: 0.8rem 0;
  }
  .products_1 .box .boxLeft {
    height: auto;
  }
  .products_1 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
  }
  .products_2 .box {
    height: auto;
    padding: 0.3rem 0;
    position: relative;
  }
  .products_2 .box .center {
    width: 100%;
    margin: 0.3rem 0;
  }
  .products_2 .box .center ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .products_2 .box .center ul li {
    margin: 0 0.25rem 0 0;
  }
  .products_2 .box .right {
    position: absolute;
    top: 0.15rem;
    right: 0vw;
  }
  .products_3 .box {
    width: 100%;
  }
  .products_5 .box {
    grid-template-columns: repeat(4, 1fr);
  }
  .NewCar_1 .box .item:nth-child(3)::after {
    display: none;
  }
  .AfterSales_1 .box .item .boxTop .content1 img {
    max-height: 0.6rem;
  }
  .New_1 .box .boxLeft,
  .New_2 .box .boxLeft,
  .About_1 .box .boxLeft,
  .About_2 .box .boxLeft,
  .Contact_1 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-right: 0;
  }
  .New_1 .box .boxRight,
  .New_2 .box .boxRight,
  .About_1 .box .boxRight,
  .About_2 .box .boxRight,
  .Contact_1 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0;
  }
  .New_2 .box .boxLeft .content4 .right .button_link1 .a svg {
    width: 1.6rem;
  }
  .Contact_1 .box .boxRight {
    padding: 0.4rem;
  }
  .Contact_2 .box .img img {
    min-height: 3rem;
  }
  .Search_2 .box p {
    width: 100%;
    margin-top: 0.3rem;
  }
  .Search_2 .box p em:first-child {
    display: none;
  }
  .NewCar .box .list .item a figcaption .content3 {
    display: none;
  }
  .title_1 ul::after {
    width: 10px;
    height: 30px;
  }
  .title_1 ul {
    padding-left: 40px;
  }
  .mobile_search .close i {
    font-size: 0.34rem;
  }
  .title_1 ul li{
      font-size: var(--f48);
  }
}
@media screen and (max-width: 699px) {
  .button_link1 .a svg {
    min-width: 2.4rem;
  }
  .button_banner1 .prev,
  .button_banner1 .next {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .button_banner1 {
    bottom: 0.3rem;
  }
  .Home_Banner .button_banner1 {
    bottom: 0.4rem;
  }
  .Home_Banner .banner .swiper-slide .orientation {
    height: auto;
    top: 18%;
  }
  .title_1 ul {
    padding-left: 30px;
  }
  .title_1 ul::after {
    width: 8px;
    height: 20px;
  }
  .NewCar .box .list .item a figure img {
    max-width: 94%;
  }
  .News .box .item {
    padding: 0.8rem 0;
  }
  .News .box .item a .boxLeft {
    width: 100%;
  }
  .News .box .item a .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .News .box .item a .boxRight .content3 {
    margin-top: 0.4rem;
  }
  .Footer_container .box .boxRight .list .item .bot {
    font-size: var(--f22);
  }
  .Footer_container .box .boxRight .list .item .top {
    font-size: var(--f14);
  }
  .Footer_container .box1 ul li .ewm {
    bottom: 40px;
  }
  .NewCar_1 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
  }
  .NewCar_1 .box .item .top .orientation .content1 {
    margin-top: 0.54rem;
  }
  .NewCar_1 .box .item .top .orientation {
    padding-left: 0.6rem;
  }
  .NewCar_1 .box .item .bot {
    padding: 0.2rem 0.6rem;
  }
  .NewCar_1 .box .item .top .orientation .content1,
  .NewCar_1 .box .item .top .orientation .content2 {
    font-size: var(--f20);
  }
  .NewCar .box .list .item a figcaption .content1 {
    font-size: var(--f22);
  }
  .NewCar .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .NewCar .box .list .item a figure {
    height: 4.5rem;
  }
  .products_2 .box .center ul li a {
    line-height: 30px;
  }
  .products_2 .box .center ul li {
    margin: 0 0.4rem 0 0;
  }
  .products_3 .box {
    height: 270px;
  }
  .products_5 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .AfterSales_1 .box {
    --w: 1.4rem;
  }
  .AfterSales_1 .box .item .boxTop .content2 {
    display: none;
  }
  .AfterSales_1 .box .item .boxTop .content4 p {
    width: 18px;
  }
  .AfterSales_1 .box .item .boxBot {
    padding: 0 0.3rem 0 var(--w);
  }
  .New_1 .box .boxLeft a img {
    height: auto;
  }
  .pu_page {
    margin-top: 0.3rem;
  }
  .New_2 .box .boxLeft .content3 {
    line-height: 1.8;
  }
  .New_2 .box .boxLeft .content4 .left {
    font-size: var(--f20);
    max-width: 100%;
    width: 100%;
  }
  .New_2 .box .boxLeft .content4 .right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.4rem;
  }
  .New_2 .box .boxLeft .content4 .right .button_link1 .a svg {
    width: 2.4rem;
  }
  .New_2 .box .boxLeft .content1 {
    line-height: 1.4;
  }
  .About_2 .box .boxRight .content2 div {
    padding-left: 30px;
    margin-bottom: 0.15rem;
  }
  .Contact_1 .box .boxLeft .item .left {
    width: 50px;
    height: 50px;
  }
  .Contact_1 .box .boxRight .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_2 .box .orientation .content2 form input {
    height: 0.74rem;
  }
  .Contact_2 .box .orientation .content2 {
    margin-top: 0.3rem;
  }
  .Contact_2 .box .img img {
    min-height: 3.4rem;
  }
  .Search_1 .box label p {
    width: 32px;
    height: 32px;
  }
  .Search_1 .h5 {
    line-height: 1.4;
  }
  .pb1 {
    display: none;
  }
  .Search_2 .box div a,
  .Search_2 .box p a {
    line-height: 2;
  }
     .NewCar .title_1 ul li {
        margin-bottom: 0.2rem;
    }
    .NewCar .title_1 ul::after{
        top: 17%;
    }
}
/*# sourceMappingURL=./style.css.map */