html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
:root {
  --swiper-theme-color: #62635E;
  --b600: 600;
  --b500: 500;
}
.ios,
.lang_en {
  --bold: bold;
}
body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #62635E;
  --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: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 18px;
    --f22: 18px;
    --f24: 18px;
    --f26: 18px;
    --f28: 0.26rem;
    --f30: 0.28rem;
    --f32: 0.3rem;
    --f34: 0.34rem;
    --f36: 0.38rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.42rem;
    --f48: 0.44rem;
    --f50: 0.46rem;
    --f52: 0.48rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.36rem;
    --f28: 0.38rem;
    --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: #62635E;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #62635E 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;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #D6D6D6;
}
.pt {
  padding-top: 1.1rem;
}
.pb {
  padding-bottom: 1.1rem;
}
.mt {
  margin-top: 0.5rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Privacy_Policy .box_ .content3 a {
  display: inline-block;
}
.Privacy_Policy .box_ .content3 li {
  list-style: disc;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #333;
}
.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 {
  margin-top: 0.5rem;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.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: #62635E;
}
.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: #62635E;
}
.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: #62635E;
}
.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: #62635E;
}
.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: #62635E;
}
.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: #62635E;
}
.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: #62635E;
}
.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 #62635E;
}
.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: #62635E;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.bjq {
  /*-webkit-hyphens: auto;*/
  /*-moz-hyphens: auto;*/
  /*-ms-hyphens: auto;*/
  /*hyphens: auto;*/
}
.bjq>div{
    text-align: left !important;
}
.bjq iframe,
.bjq img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.bjq a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.bjq b,
.bjq strong {
  font-weight: bold;
}
.bjq em {
  font-style: italic;
}
.bjq sup {
  vertical-align: super;
  font-size: smaller;
}
.bjq sub {
  vertical-align: sub;
  font-size: smaller;
}
.bjq h1,
.bjq h2,
.bjq h3,
.bjq h4,
.bjq h5,
.bjq h6 {
  font-weight: bold;
}
.bjq ul {
  padding-left: 22px;
}
.bjq ul li {
  list-style-type: disc;
}
.bjq ol {
  padding-left: 22px;
}
.bjq ol li {
  list-style-type: decimal;
}
.bjq table td {
  word-break: initial !important;
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #E4E4E4;
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a img {
  height: 41px;
}
.Header_Container .box nav {
  margin-left: auto;
}
.Header_Container .box nav .item {
  padding: 0 0.2rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  color: #000;
  line-height: var(--nav_height);
}
.Header_Container .box nav .item > p a span {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  line-height: 1.2;
}
.Header_Container .box nav .item > p a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Header_Container .box nav .item .select {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.95rem;
  opacity: 0;
  top: 90%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  pointer-events: none;
}
.Header_Container .box nav .item .select ul {
  background: #F0F0F0;
  position: relative;
  padding: 0.25rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Header_Container .box nav .item .select ul li {
  position: relative;
  z-index: 2;
}
.Header_Container .box nav .item .select ul li a {
  font-size: var(--f18);
  color: #999;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  padding: 0 0.25rem;
  line-height: 2;
}
.Header_Container .box nav .item .select ul li a:hover {
  color: #000;
}
.Header_Container .box nav .item .select ul .active a {
  color: #000;
  font-family: 'noto-bold';
}
.Header_Container .box nav .item .select ul p {
  position: absolute;
  top: 0;
  right: 0rem;
  height: 100%;
  overflow: hidden;
}
.Header_Container .box nav .item .select ul p svg {
  height: 100%;
}
.Header_Container .box nav .item:hover > p a span::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Header_Container .box nav .item:hover .select {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 100%;
}
.Header_Container .box nav .item.active > p a span::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Header_Container .box .button {
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .search {
  margin-left: 0.3rem;
}
.Header_Container .box .search p {
  cursor: pointer;
}
.Header_Container.wy {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.language {
  position: relative;
}
.language p {
  cursor: pointer;
}
.language p svg:first-child {
  margin-right: 2px;
}
.language div {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  pointer-events: none;
  padding-top: 0.1rem;
}
.language ul {
  background: #F0F0F0;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.language ul li {
  position: relative;
  z-index: 2;
}
.language ul li a {
  font-size: var(--f16);
  color: #999;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  padding: 0 0.25rem;
}
.language ul li a:hover {
  color: #000;
}
.language ul .active a {
  color: #000;
  font-family: 'noto-bold';
}
.language ul p {
  position: absolute;
  top: 0;
  right: 0rem;
  height: 100%;
  overflow: hidden;
}
.language ul p svg {
  -webkit-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
}
.language.active div {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .language:hover div {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding-top: 0.2rem;
  }
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  aspect-ratio: 1920/770;
}
.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;
  font-family: 'noto-bold';
}
.Home_Banner .banner .swiper-slide .orientation .pic {
  text-align: center;
}
.Home_Banner .banner .swiper-slide .orientation .pic img {
  max-height: 1.42rem;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.Home_Banner .banner .swiper-slide .orientation .content1 p {
  overflow: hidden;
  margin: -0.4rem 0;
}
.Home_Banner .banner .swiper-slide .orientation .content1 p span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f40);
  text-align: center;
  margin-top: 0.5rem;
  overflow: hidden;
}
.Home_Banner .banner .swiper-slide .orientation .content2 span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.Home_Banner .banner .swiper-slide-active .orientation .content1 p span,
.Home_Banner .banner .swiper-slide.is-text-out .orientation .content1 p span {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -o-transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.Home_Banner .banner .swiper-slide-active .orientation .content2 span,
.Home_Banner .banner .swiper-slide.is-text-out .orientation .content2 span {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -o-transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.Home_Banner .banner .swiper-slide-active .orientation .content1 p span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_Banner .banner .swiper-slide-active .orientation .content2 span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_Banner .banner .swiper-slide.is-text-out .orientation .content1 p span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.Home_Banner .banner .swiper-slide.is-text-out .orientation .content2 span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.Home_Banner .container {
  position: absolute;
  left: 50%;
  bottom: 0.42rem;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.16rem;
}
.Home_Banner .container .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.Home_Banner .container .page div span {
  background: rgba(255, 255, 255, 0.3);
  width: 0.35rem;
  height: 3px;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .container .page div span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Banner .container .page div .swiper-pagination-bullet-active::after {
  -webkit-animation: line 4.8s linear forwards;
  animation: line 4.8s linear forwards;
}
.Home_Banner .container .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .container .btn div {
  opacity: 0.3;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.Home_Banner .container .btn div:hover {
  opacity: 1;
}
.Home_Banner .container .btn .play {
  display: none;
}
.Home_Banner .container.is-paused .btn .pause {
  display: none;
}
.Home_Banner .container.is-paused .btn .play {
  display: block;
}
.Home_Banner .container.is-paused .page div .swiper-pagination-bullet-active::after {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.title_01 {
  font-size: var(--f36);
  font-family: 'noto-bold';
}
.m110 {
  margin-top: 1rem;
}
.Home_News {
  padding-bottom: 2.1rem;
}
.Home_News .box .list {
  margin-bottom: 1rem;
  border-top: 1px solid #E4E4E4;
}
.Home_News .box .list .item {
  border-bottom: 1px solid #E4E4E4;
}
.Home_News .box .list .item .content1 {
  width: 1.9rem;
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
}
.Home_News .box .list .item .content1 p {
  width: 100%;
  border-right: 1px solid #E4E4E4;
}
.Home_News .box .list .item .content2 {
  height: 0.98rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.3rem;
  padding-right: 1rem;
}
.Home_News .box .list .item .content2 p {
  font-size: var(--f18);
  color: #333;
  height: 1.3em;
  max-height: 1.3em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  font-weight: var(--b500);
}
.Home_News .box .list .item .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_News .box .list .item .content3 p {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #D6D6D6;
}
.Home_News .box .list .item .content3 p svg {
  margin: auto;
}
.Home_News .box .list .item .content3 p svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .list .item:hover .content3 p {
    background: #62635E;
  }
  .Home_News .box .list .item:hover .content3 p svg path {
    stroke: #fff;
  }
}
.link_01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #D6D6D6;
  overflow: hidden;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.link_01 p {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.link_01 p svg {
  display: block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  height: 100%;
  aspect-ratio: 129/75;
}
.link_01 path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a {
  font-size: var(--f18);
  color: #333;
  height: 0.75rem;
  min-width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
}
.link_01 .a svg {
  position: absolute;
  right: 0.32rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.link_01 .a svg path {
  -webkit-transition: stroke 0.6s;
  -o-transition: stroke 0.6s;
  transition: stroke 0.6s;
}
.link_01:hover {
  background: #62635E;
}
.link_01:hover p svg {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.link_01:hover p path {
  fill: #62635E;
  stroke: rgba(198, 198, 198, 0.2);
}
.link_01:hover .a {
  color: #fff;
}
.link_01:hover .a svg {
  -webkit-transform: translateY(-50%) translateX(0.06rem);
  -ms-transform: translateY(-50%) translateX(0.06rem);
  transform: translateY(-50%) translateX(0.06rem);
}
.link_01:hover .a svg path {
  stroke: #fff;
}
.Home_links {
  padding-bottom: 2rem;
}
.Home_links .box {
  display: grid;
  gap: 1rem;
}
.Home_links .box .item .boxLeft {
  width: 11rem;
  overflow: hidden;
}
.Home_links .box .item .boxLeft figure {
  aspect-ratio: 11/5.4;
  width: 100%;
  overflow: hidden;
}
.Home_links .box .item .boxLeft figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.Home_links .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.Home_links .box .item .boxRight .orientation {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -1.6rem;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 4.8rem;
  aspect-ratio: 48/33;
  background: #F1F1F1;
  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: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.Home_links .box .item .boxRight .orientation > svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 266/329;
}
.Home_links .box .item .boxRight .orientation > svg rect,
.Home_links .box .item .boxRight .orientation > svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_links .box .item .boxRight .orientation .content {
  padding-left: 0.74rem;
}
.Home_links .box .item .boxRight .orientation .content .content1 {
  font-size: var(--f36);
  color: #333;
  font-family: 'noto-bold';
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_links .box .item .boxRight .orientation .content .content2 {
  margin-top: 0.3rem;
}
.Home_links .box .item .boxRight .orientation .content .content2 p {
  width: max(0.46rem, 30px);
  height: max(0.46rem, 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #333;
}
.Home_links .box .item .boxRight .orientation .content .content2 p svg {
  margin: auto;
}
.Home_links .box .item .boxRight .orientation .content .content2 p svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_links .box .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.Home_links .box .item:nth-child(2n) .boxRight .orientation {
  left: auto;
  right: -1.6rem;
}
@media screen and (min-width: 1200px) {
  .Home_links .box .item:hover .boxRight .orientation {
    background: #62635E;
  }
  .Home_links .box .item:hover .boxRight .orientation > svg path,
  .Home_links .box .item:hover .boxRight .orientation > svg rect {
    stroke: rgba(198, 198, 198, 0.6);
  }
  .Home_links .box .item:hover .boxRight .orientation .content .content1 {
    color: #fff;
  }
  .Home_links .box .item:hover .boxRight .orientation .content .content2 p {
    border-color: #fff;
  }
  .Home_links .box .item:hover .boxRight .orientation .content .content2 p svg path {
    stroke: #fff;
  }
}
.after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Footer_Container {
  background: #F1F1F1;
  padding: 0.6rem 0 0;
  contain: layout;
}
.Footer_Container .box .logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Footer_Container .box .logo img {
  height: 41px;
}
.Footer_Container .box .nav {
  margin-top: 0.6rem;
  width: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.12rem;
}
.Footer_Container .box .nav .item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f18);
  color: #666;
  position: relative;
}
.Footer_Container .box .nav .item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Footer_Container .box .nav .item a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Footer_Container .box .nav .item a span {
  color: #000;
  font-family: 'noto-bold';
  line-height: 1;
}
.Footer_Container .box .bottom {
  margin-top: 0.3rem;
  border-top: 1px solid #DEDEDE;
  padding: 0.38rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Footer_Container .box .bottom .left {
  font-size: var(--f16);
  color: #666;
}
.Footer_Container .box .bottom .left a {
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  position: relative;
}
.Footer_Container .box .bottom .left a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Footer_Container .box .bottom .left a:hover {
  color: #111;
}
.Footer_Container .box .bottom .left a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Footer_Container .box .bottom .right p {
  width: max(0.34rem, 28px);
  height: max(0.34rem, 28px);
  background: #D6D6D6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .bottom .right p svg {
  margin: auto;
}
.Footer_Container .box .bottom .right p svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .bottom .right p:hover {
  background: #62635E;
}
.Footer_Container .box .bottom .right p:hover svg path {
  stroke: #fff;
}
.mbx {
  overflow: hidden;
}
.mbx .box {
  padding: 0.3rem 0;
  font-size: var(--f18);
}
.mbx .box a {
  display: inline;
  color: #333;
  position: relative;
}
.mbx .box a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mbx .box a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mbx .box i {
  font-size: 10px;
  padding: 0 0.1rem;
}
.mbx .box span {
  color: #000;
  font-family: 'noto-bold';
}
.InnerBanner {
  overflow: hidden;
}
.InnerBanner picture {
  aspect-ratio: 1920/390;
}
.InnerBanner picture img {
  height: 100%;
  width: 100%;
}
.About_01 .box .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 1.66;
}
.About_01 .box .desc b,
.About_01 .box .desc strong {
  color: #333;
}
.About_02 .box {
  display: grid;
  grid-template-columns: 600fr 440fr 440fr;
  gap: 0.2rem;
}
.About_02 .box .item {
  position: relative;
  overflow: hidden;
  display: block;
}
.About_02 .box .item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}
.About_02 .box .item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1;
}
.About_02 .box .item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.About_02 .box .item:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
.About_02 .box .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.About_02 .box .item figure {
  overflow: hidden;
  width: 100%;
}
.About_02 .box .item figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  height: 100%;
}
.About_02 .box .item:nth-child(1)::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(77.57%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 77.57%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77.57%, rgba(0, 0, 0, 0.9) 100%);
}
.About_02 .box .item:nth-child(1) figure {
  aspect-ratio: 600/544;
}
.About_02 .box .item:nth-child(2) figure {
  aspect-ratio: 900/262;
}
.About_02 .box .item:nth-child(3) figure,
.About_02 .box .item:nth-child(4) figure {
  aspect-ratio: 440/262;
}
.About_02 .box .item .content {
  position: absolute;
  left: 0.36rem;
  bottom: 0.25rem;
  z-index: 2;
  gap: 0.16rem;
}
.About_02 .box .item .content .content1 {
  font-size: var(--f26);
  color: #fff;
}
.About_02 .box .item .content .content2 {
  width: max(0.3rem, 24px);
  height: max(0.3rem, 24px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box .item .content .content2 svg {
  margin: auto;
}
.About_02 .box .item .content .content2 svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .About_02 .box .item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .About_02 .box .item:hover .content .content2 {
    background: #fff;
  }
  .About_02 .box .item:hover .content .content2 svg path {
    stroke: #333;
  }
}
@media screen and (max-width: 1200px) {
  .About_02 .box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .About_02 .box .item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .About_02 .box .item:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .About_02 .box .item:nth-child(3),
  .About_02 .box .item:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .About_02 .box .item:nth-child(1) figure {
    aspect-ratio: 600/544;
  }
  .About_02 .box .item:nth-child(2) figure {
    aspect-ratio: 900/262;
  }
}
@media screen and (max-width: 699px) {
  .About_02 .box {
    grid-template-columns: 1fr;
  }
  .About_02 .box .item:nth-child(1),
  .About_02 .box .item:nth-child(2),
  .About_02 .box .item:nth-child(3),
  .About_02 .box .item:nth-child(4) {
    grid-column: 1;
  }
  .About_02 .box .item figure {
    aspect-ratio: 16/9;
  }
}
.About_03 {
  padding-bottom: 1.8rem;
}
.About_03 ._box {
  display: grid;
  gap: 1.3rem;
}
.About_03 ._box .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 2.2;
}
.p190 {
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 1500px) {
  .p190 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .p190 {
    padding-bottom: 1.2rem;
  }
}
.About_04 {
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 1500px) {
  .About_04 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .About_04 {
    padding-bottom: 1.2rem;
  }
}
.About_04 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.15rem;
}
.About_04 .box ul li {
  height: 1.47rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.About_04 .box ul li img {
  max-height: 100%;
}
.Quality_Inspection .box .list {
  display: grid;
  gap: 0.3rem;
}
.Quality_Inspection .box .list .item {
  display: grid;
  grid-template-columns: 3.54rem 1fr;
  gap: 0.66rem;
}
.Quality_Inspection .box .list .item__figure {
  width: 100%;
  aspect-ratio: 354/217;
  overflow: hidden;
}
.Quality_Inspection .box .list .item__figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.Quality_Inspection .box .list .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Quality_Inspection .box .list .item__title {
  font-size: var(--f24);
  font-family: 'noto-bold';
  color: #333;
  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;
}
.Quality_Inspection .box .list .item__model {
  margin-top: 2px;
  font-size: var(--f16);
  color: #333;
}
.Quality_Inspection .box .list .item__line {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  height: 1px;
  background: #eee;
}
.Quality_Inspection .box .list .item__desc {
  font-size: var(--f18);
  color: #666;
  line-height: 1.55;
}
@media screen and (max-width: 699px) {
  .Quality_Inspection .box .list .item {
    grid-template-columns: 1fr;
  }
}
.pu_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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}
.pu_page__prev,
.pu_page__next {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  font-size: var(--f14);
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
}
.pu_page__prev svg,
.pu_page__next svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page__prev:hover,
.pu_page__next:hover {
  color: #000;
}
.pu_page__prev:hover svg {
  -webkit-transform: translateX(-0.06rem);
  -ms-transform: translateX(-0.06rem);
  transform: translateX(-0.06rem);
}
.pu_page__next:hover svg {
  -webkit-transform: translateX(0.06rem);
  -ms-transform: translateX(0.06rem);
  transform: translateX(0.06rem);
}
.pu_page__nums {
  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;
  gap: 0.2rem;
  margin: 0 0.5rem;
}
.pu_page__num {
  font-size: var(--f14);
  color: #000;
  min-width: 0.14rem;
  text-align: center;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
  position: relative;
}
.pu_page__num::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.pu_page__num:hover {
  color: #62635E;
}
.pu_page__num:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.pu_page__num--active {
  color: #333;
}
.pu_page__ellipsis {
  font-size: var(--f14);
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .pu_page {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pu_page__nums {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 0;
    display: none;
  }
}
.Factory_Base .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Factory_Base .box .item {
  background: #F1F1F1;
}
.Factory_Base .box .item__figure {
  position: relative;
  aspect-ratio: 492/300;
  overflow: hidden;
}
.Factory_Base .box .item__figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.Factory_Base .box .item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: max(0.46rem, 34px);
  height: max(0.46rem, 34px);
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Factory_Base .box .item__content {
  padding: 0.4rem;
}
.Factory_Base .box .item__title {
  font-size: var(--f24);
  font-family: 'noto-bold';
  color: #333;
  /*height: 1.25em;*/
  /*max-height: 1.25em;*/
  line-height: 1.25;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  /*overflow: hidden;*/
  /*text-justify: distribute-all-lines;*/
}
.Factory_Base .box .item__desc {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .Factory_Base .box .item:hover .item__figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1200px) {
  .Factory_Base .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .Factory_Base .box {
    grid-template-columns: 1fr;
  }
}
.Products_main .toggle {
  gap: 0.36rem;
}
.Products_main .toggle a {
  color: #999;
  font-size: var(--f26);
  position: relative;
  padding-bottom: 0.08rem;
  font-weight: var(--b500);
}
.Products_main .toggle a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Products_main .toggle a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Products_main .toggle .active {
  color: #333;
}
.Products_main .toggle .active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Products_main .filter {
  width: 6rem;
  margin: 0.36rem auto 0;
}
.Products_main .filter__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}
.Products_main .filter__item .layui-form-select {
  width: 100%;
}
.Products_main .filter__item .layui-input {
  border: none;
  border-bottom: 1px solid #E7E7E7;
  border-radius: 0;
  padding: 0 0.28rem 0 0;
  height: 0.48rem;
  line-height: 0.48rem;
  background: transparent;
  color: #666;
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Products_main .filter__item .layui-edge {
  right: 0;
  border-top-color: #666;
}
.Products_main .filter__item.is-active .layui-input {
  color: #333;
}
.Products_main .filter__item .layui-form-selected .layui-input {
  border-bottom-color: #333;
}
.Products_main .filter__item .layui-anim-upbit {
  top: 0.52rem;
  padding: 0.06rem 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.08);
}
.Products_main .filter__item .layui-form-selectup dl {
  top: auto;
  bottom: 0.52rem;
}
.Products_main .filter__item dd {
  font-size: var(--f14);
  line-height: 0.36rem;
}
.Products_main .filter__item dd.layui-this {
  background: #F1F1F1;
}
.products_01 .box {
  margin-top: 1.4rem;
}
.products_01 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem;
}
.products_01 .box .list .item {
  padding: 0.36rem;
  padding-bottom: 0.26rem;
  border: 1px solid #D3D3D3;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.products_01 .box .list .item figure {
  height: 2.41rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products_01 .box .list .item figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.products_01 .box .list .item figcaption {
  margin-top: 0.36rem;
  font-size: var(--f22);
  color: #333;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .products_01 .box .list .item:hover {
    background: #F0F0F0;
    border-color: transparent;
  }
  .products_01 .box .list .item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.products_01 .box .list2 {
  grid-template-columns: repeat(2, 1fr);
  padding: 0 2.6rem;
}
.products_04 .box .img {
  width: 2.6rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products_04 .box .img img {
  max-height: 100%;
  margin: auto;
}
.products_04 .box .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.5rem 0 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.products_04 .box .content > div {
  width: 100%;
}
.products_04 .box .content .content1 {
  font-size: var(--f36);
  font-family: 'noto-bold';
  line-height: 1;
  margin-bottom: 0.28rem;
}
.products_04 .box .content .content2 {
  font-size: var(--f20);
  line-height: 1.4;
  word-break: break-all;
}
.products_04 .box .content .content2 span {
  font-family: 'noto-bold';
}
.products_04 .box1 {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E7E7E7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
.products_04 .box1 .item {
  aspect-ratio: 1/1;
  background: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
}
.products_04 .box1 .item img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 80%;
}
@media screen and (min-width: 1200px) {
  .products_04 .box1 .item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.products_05 {
  margin-top: 5px;
}
.products_05 .box .list .item {
  border-bottom: 1px solid #E7E7E7;
  padding: 0.45rem 0;
}
.products_05 .box .list .item .img {
  width: 3.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products_05 .box .list .item .img img {
  max-height: 100%;
  margin: auto;
}
.products_05 .box .list .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.5rem 0 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.products_05 .box .list .item .content > div {
  width: 100%;
}
.products_05 .box .list .item .content .content1 {
  font-size: var(--f36);
  font-family: 'noto-bold';
  line-height: 1;
  margin-bottom: 0.28rem;
}
.products_05 .box .list .item .content .content2 {
  font-size: var(--f20);
  line-height: 1.4;
  word-break: break-all;
}
.products_05 .box .list .item .content .content2 span {
  font-family: 'noto-bold';
}
.contact_01 {
  overflow: hidden;
}
.contact_01 .box .boxLeft {
  max-width: 5rem;
}
.contact_01 .box .boxLeft .content1 {
  margin-top: 1.78rem;
  font-size: var(--f24);
  font-family: 'noto-bold';
}
.contact_01 .box .boxLeft .content2 {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.contact_01 .box .boxLeft .content2 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.contact_01 .box .boxLeft .content2 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.contact_01 .box .boxLeft .content2 a:hover {
  color: #000;
}
.contact_01 .box .boxLeft .content2 a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.contact_01 .box .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.4;
}
.contact_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.35rem;
  display: flex;
  align-items: flex-end;
}
.contact_01 .box .boxRight .img {
  aspect-ratio: 558/396;
  width: 5.58rem;
  position: relative;
}
.contact_01 .box .boxRight .img > img {
  width: 100%;
  height: 100%;
}
.contact_01 .box .boxRight .img p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact_01 .box .boxRight .img p img {
  width: 19px;
  margin: auto;
}
.News_01 .box .item {
  border-bottom: 1px solid #E4E4E4;
  padding: 0.35rem 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item:first-child {
  border-top: 1px solid #E4E4E4;
}
.News_01 .box .item .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.8rem;
}
.News_01 .box .item .left .top {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_01 .box .item .left .top .time {
  margin-right: 0.22rem;
  width: 1.28rem;
  color: #666;
  line-height: 1.3;
  border-right: 1px solid #E4E4E4;
}
.News_01 .box .item .left .top .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1.3em;
  max-height: 1.3em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #333;
  font-family: 'noto-bold';
}
.News_01 .box .item .left .bot {
  margin-top: 0.3rem;
  font-size: var(--f18);
  height: 3.3em;
  max-height: 3.3em;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #666;
}
.News_01 .box .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;
}
.News_01 .box .item .right p {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #D6D6D6;
}
.News_01 .box .item .right p svg {
  margin: auto;
}
.News_01 .box .item .right p svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .News_01 .box .item:hover {
    background: #f1f1f1;
  }
  .News_01 .box .item:hover .right p {
    background: #62635E;
  }
  .News_01 .box .item:hover .right p svg path {
    stroke: #fff;
  }
}
.News_02 {
  margin-top: 0.7rem;
}
.News_02 .box {
  padding: 0 1rem;
}
.News_02 .box .content1 {
  font-size: var(--f32);
  font-family: 'noto-bold';
  line-height: 1.5;
  padding-right: 1rem;
}
.News_02 .box .content2 {
  font-size: var(--f18);
  margin-top: 0.26rem;
  color: #666;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #E4E4E4;
}
.News_02 .box .content3 {
  margin-top: 0.94rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.66;
}
.News_02 .box .content3 .h5.h5 {
  font-size: var(--f26);
  font-family: 'noto-bold';
  color: #333;
}
.News_02 .box .content4 {
  padding-top: 0.55rem;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 0.78rem;
}
.News_02 .box .content4__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #666;
  font-size: var(--f18);
  line-height: 1.3;
}
.News_02 .box .content4__item:not(:last-child) {
  margin-bottom: 0.24rem;
}
.News_02 .box .content4__label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  text-transform: uppercase;
}
.News_02 .box .content4__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  width: 106px;
}
.News_02 .box .content4__line {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1px;
  height: 0.16rem;
  margin: 0 0.3rem 0 0.14rem;
  background: #E4E4E4;
}
.News_02 .box .content4__title {
  min-width: 0;
  color: #333;
  font-family: 'noto-bold';
  height: 1.3em;
  max-height: 1.3em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.News_02 .box .content4__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #6B6B69;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  bottom: -1px;
}
@media screen and (min-width: 1200px) {
  .News_02 .box .content4__item:hover .content4__title::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.Downloads_01 {
  margin-top: 0.7rem;
}
.Downloads_01 .box {
  margin-top: 0.9rem;
}
.Downloads_01 .box .list .item {
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  padding: 0.36rem 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Downloads_01 .box .list .item:last-child {
  border-bottom: none;
}
.Downloads_01 .box .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background: #666;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Downloads_01 .box .list .item .content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.2rem;
  padding-right: 1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Downloads_01 .box .list .item .content2 p {
  font-size: var(--f22);
  color: #333;
  font-weight: var(--b500);
}
.Downloads_01 .box .list .item .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Downloads_01 .box .list .item .content3 p {
  width: max(0.46rem, 30px);
  height: max(0.46rem, 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #D6D6D6;
}
.Downloads_01 .box .list .item .content3 p svg {
  margin: auto;
}
.Downloads_01 .box .list .item .content3 p svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .Downloads_01 .box .list .item:hover .content2 {
    -webkit-transform: translateX(0.05rem);
    -ms-transform: translateX(0.05rem);
    transform: translateX(0.05rem);
  }
  .Downloads_01 .box .list .item:hover .content3 p {
    background: #62635E;
  }
  .Downloads_01 .box .list .item:hover .content3 p svg path {
    stroke: #fff;
  }
}
.Downloads_01 .box .button .more {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  font-size: var(--f16);
  cursor: pointer;
}
.Downloads_01 .box .button .more p {
  width: max(0.46rem, 30px);
  height: max(0.46rem, 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #333;
}
.Downloads_01 .box .button .more p svg {
  margin: auto;
}
.Downloads_01 .box .button .more p svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Downloads_01 .box .button .more:hover p {
  background: #62635E;
}
.Downloads_01 .box .button .more:hover p svg path {
  stroke: #fff;
}
.Search_01 {
  margin-top: 0.5rem;
}
.Search_01 .box {
  margin-top: 0.26rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 0.54rem;
}
.Search_01 .box form {
  width: 5.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f1f1f1;
  padding: 0.12rem;
}
.Search_01 .box form input {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.12rem;
  background: none;
  border: 0;
  outline: 0;
  font-size: var(--f18);
  color: #333;
  width: 1px;
}
.Search_01 .box form label {
  width: max(0.44rem, 36px);
  height: max(0.44rem, 36px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  background: #656661;
}
.Search_01 .box form label svg {
  margin: auto;
}
.Search_02 .box {
  font-size: var(--f22);
  color: #999;
}
.Search_02 .box span {
  color: #333;
}
.products_search .box {
  margin-top: 0.8rem;
}
.Responsibility_01 .box {
  display: grid;
  gap: 0.9rem;
}
.Responsibility_01 .box .h5 {
  font-size: var(--f26);
  font-family: 'noto-bold';
  line-height: 1;
  margin-bottom: 0.2rem;
}
.Responsibility_01 .box .main .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 1.66;
}
.Responsibility_01 .box .main .desc b,
.Responsibility_01 .box .main .desc strong {
  color: #333;
  font-family: 'noto-bold';
}
.Responsibility_01 .box .main .desc ul {
  display: grid;
  gap: 0.16rem;
}
.Responsibility_01 .box .main .desc ul li {
  padding-left: 0.3rem;
  position: relative;
}
.Responsibility_01 .box .main .desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 7px;
  height: 7px;
  background: #666;
}
.Responsibility_01 .box .main .button {
  margin-top: 0.54rem;
}
.Responsibility_01 .box .main .img_text {
  margin: 0.52rem 0;
  gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #E4E4E4;
}
.Responsibility_01 .box .main .img_text:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.Responsibility_01 .box .main .img_text .img {
  aspect-ratio: 706/560;
  width: 7.06rem;
  overflow: hidden;
}
.Responsibility_01 .box .main .img_text .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Responsibility_01 .box .main .img_text .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Responsibility_01 .box .main .img_text .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Responsibility_01 .box .main .img_text .text .h6 {
  font-size: var(--f20);
  font-family: 'noto-bold';
  margin-bottom: 0.16rem;
}
.Responsibility_01 .box .main .img_text .text .desc {
  line-height: 1.5;
}
.viewer-footer {
  display: none;
}
.link_01_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .contact_01 .box .boxLeft {
    max-width: 5.6rem;
  }
  .Header_Container .box nav .item {
    padding: 0 0.25rem;
  }
  .Header_Container .box .logo a img,
  .Footer_Container .box .logo img {
    height: 38px;
  }
  .News_01 .box .item .left .top .time {
    width: 1.48rem;
  }
  .Home_News {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 1400px) {
  .Quality_Inspection .box .list .item {
    grid-template-columns: 3.94rem 1fr;
  }
  .contact_01 .box .boxLeft {
    max-width: 6rem;
  }
  .Home_News {
    padding-bottom: 1.2rem;
  }
  .News_02 .box .content4__date {
    width: 100px;
  }
}
@media screen and (max-width: 1281px) {
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .contact_01 .box .boxLeft .content1 {
    margin-top: 1.7rem;
  }
  .News_01 .box .item .left .top .time {
    width: 1.58rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .language ul {
    padding: 0.1rem 0;
  }
  .language ul li a {
    line-height: 30px;
  }
  .Home_Banner .banner .swiper-slide .orientation .pic img {
    max-height: 0.8rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.9rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 p {
    margin: -0.2rem 0;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f30);
    margin-top: 0.2rem;
  }
  .Home_Banner .container {
    bottom: 0.2rem;
  }
  .Footer_Container .box .nav {
    width: 100%;
  }
  .Header_Container .box .logo a img,
  .Footer_Container .box .logo img {
    height: 32px;
  }
  .title_01 {
    font-size: var(--f32);
  }
  .Home_links .box {
    gap: 0.7rem;
  }
  .Home_links .box .item .boxLeft {
    width: 7rem;
  }
  .Home_links .box .item .boxRight {
    min-height: 2.6rem;
  }
  .Home_links .box .item .boxRight .orientation {
    left: -0.8rem;
    width: 3.5rem;
  }
  .Home_links .box .item .boxRight .orientation .content {
    padding-left: 0.5rem;
  }
  .Home_links .box .item .boxRight .orientation .content .content1 {
    font-size: var(--f32);
  }
  .Home_links .box .item .boxRight .orientation .content .content2 {
    margin-top: 0.18rem;
  }
  .Home_links .box .item:nth-child(2n) .boxRight .orientation {
    left: auto;
    right: -0.8rem;
  }
  .InnerBanner picture img {
    min-height: 4rem;
  }
  .Responsibility_01 .box .main .desc ul li::before {
    top: 0.14rem;
    width: 5px;
    height: 5px;
  }
  .Responsibility_01 .box .main .img_text {
    display: grid;
    gap: 0.5rem;
  }
  .Responsibility_01 .box .main .img_text .img {
    width: 100%;
  }
  .products_01 .box .list2 {
    padding: 0;
  }
  .products_01 .box .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
  }
  .mbx .box {
    font-size: var(--f16);
    line-height: 1.5;
  }
  .products_04 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .products_04 .box .img {
    margin: 0 auto;
    width: auto;
    height: 3rem;
  }
  .products_04 .box .content {
    width: 100%;
    padding: 0;
  }
  .products_04 .box .content .content1 {
    font-size: var(--f32);
    margin-bottom: 0.2rem;
  }
  .products_04 .box .content .content2 {
    font-size: var(--f18);
  }
  .products_04 .box .button {
    width: 100%;
    margin-top: 0.1rem;
  }
  .products_04 .box1 {
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
  }
  .products_05 .box .list .item .content {
    padding: 0 0 0 0.5rem;
  }
  .contact_01 .box .boxLeft {
    max-width: 100%;
  }
  .contact_01 .box .boxRight {
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    margin-top: 0.6rem;
  }
  .contact_01 .box .boxRight .img {
    width: 100%;
  }
  .contact_01 .box .boxLeft .content1 {
    margin-top: 1rem;
  }
  .News_02 .box {
    padding: 0;
  }
  .Factory_Base .box .item__title {
    /*height: 2.5em;*/
    /*max-height: 2.5em;*/
    /*line-height: 1.25;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*text-justify: distribute-all-lines;*/
  }
  .products_05 .box .list .item .content .content2,
  .Downloads_01 .box .list .item .content2 p {
    font-size: var(--f18);
  }
}
@media screen and (max-width: 699px) {
  .products_04 .box .img {
    height: 3.5rem;
  }
  .products_04 .box1 {
    grid-template-columns: 1fr;
  }
  .products_04 .box1 .item {
    aspect-ratio: 1/0.7;
  }
  .m110 {
    margin-top: 0.6rem;
  }
  .Home_Banner .banner picture img {
    aspect-ratio: 5/3;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.8rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 p {
    margin: -0.1rem 0;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f24);
  }
  .Home_Banner .banner .container {
    bottom: 0.12rem;
  }
  .Home_News {
    padding-bottom: 0.9rem;
  }
  .Home_News .box .list {
    margin-bottom: 0.6rem;
  }
  .Home_News .box .list .item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.12rem 0.3rem;
    padding: 0.24rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Home_News .box .list .item .content1 {
    grid-column: 1 / -1;
    width: 100%;
    font-size: var(--f14);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Home_News .box .list .item .content1 p {
    border-right: none;
  }
  .Home_News .box .list .item .content2 {
    grid-column: 1;
    height: auto;
    padding: 0;
  }
  .Home_News .box .list .item .content2 p {
    height: 2.7em;
    max-height: 2.7em;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    font-family: 'noto-bold';
  }
  .Home_News .box .list .item .content3 {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .Home_News .box .list .item .content3 p {
    width: 24px;
    height: 24px;
  }
  .link_01 .a {
    height: 0.64rem;
    min-width: 2.6rem;
  }
  .Home_links {
    padding-bottom: 1rem;
  }
  .Home_links .box {
    gap: 0.5rem;
  }
  .Home_links .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .Home_links .box .item .boxLeft {
    width: 100%;
  }
  .Home_links .box .item .boxRight {
    min-height: auto;
    width: 100%;
    margin-top: -0.3rem;
    padding: 0 0.2rem;
  }
  .Home_links .box .item .boxRight .orientation {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    aspect-ratio: auto;
    min-height: 1rem;
    padding: 0.28rem 0.36rem;
  }
  .Home_links .box .item .boxRight .orientation > svg {
    display: none;
  }
  .Home_links .box .item .boxRight .orientation .content {
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Home_links .box .item .boxRight .orientation .content .content1 {
    font-size: var(--f28);
  }
  .Home_links .box .item .boxRight .orientation .content .content2 {
    margin-top: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .Home_links .box .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .Home_links .box .item:nth-child(2n) .boxRight .orientation {
    left: auto;
    right: auto;
  }
  .MobileMain .HeaderMobile .box .logo a img,
  .Header_Container .box .logo a img,
  .Footer_Container .box .logo img {
    height: 26px;
  }
  .mobile_search .close i {
    font-size: 0.4rem;
  }
  .Footer_Container .box .nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem 0.15rem;
  }
  .Footer_Container .box .bottom .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Footer_Container .box .bottom .right {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .mbx .box {
    padding: 0.2rem 0;
  }
  .About_02 .box {
    gap: 0.15rem;
  }
  .About_02 .box .item:nth-child(1) figure,
  .About_02 .box .item:nth-child(2) figure,
  .About_02 .box .item:nth-child(3) figure,
  .About_02 .box .item:nth-child(4) figure {
    aspect-ratio: 690/390;
  }
  .About_03 {
    padding-bottom: 0.7rem;
  }
  .About_04 .box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .About_04 .box ul li {
    height: 100px;
  }
  .Quality_Inspection .box .list .item {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
  .Quality_Inspection .box .list .item__model {
    margin-top: 5px;
  }
  .link_01 .a svg {
    right: 0.2rem;
  }
  .Responsibility_01 .box .main .img_text .text .h6 {
    font-size: var(--f24);
  }
  .products_01 .box .list .item {
    padding: 0.4rem 0.2rem;
  }
  .products_01 .box .list .item figcaption {
    font-size: var(--f18);
  }
  .products_05 .box .list .item .img {
    width: 100%;
  }
  .products_05 .box .list .item .content {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    margin-top: 0.6rem;
  }
  .products_05 .box .list .item .img img {
    max-height: 90%;
  }
  .Products_main .toggle {
    gap: 0.24rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Products_main .toggle a {
    font-size: var(--f22);
    padding-bottom: 0.06rem;
  }
  .Products_main .filter {
    width: 100%;
  }
  .Products_main .filter__item .layui-input {
    height: 36px;
    line-height: 36px;
  }
  .Products_main .filter__item dd {
    line-height: 25px;
  }
  .Products_main .filter .layui-form-select dl {
    top: 36px;
  }
  .Products_main .filter .layui-form-selectup dl {
    top: auto;
    bottom: 36px;
  }
  .Products_main .filter .layui-form-select .layui-edge {
    border-width: 4px;
  }
  .News_01 .box .item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0.12rem 0.24rem;
    padding: 0.24rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .News_01 .box .item .left {
    display: contents;
    padding-right: 0;
  }
  .News_01 .box .item .left .top {
    display: contents;
  }
  .News_01 .box .item .left .top .time {
    grid-column: 1 / -1;
    width: 100%;
    margin-right: 0;
    border-right: none;
    font-size: var(--f14);
  }
  .News_01 .box .item .left .top .title {
    grid-column: 1;
    grid-row: 2;
    height: 2.7em;
    max-height: 2.7em;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .News_01 .box .item .left .bot {
    grid-column: 1 / -1;
    margin-top: 2px;
    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;
  }
  .News_01 .box .item .right {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .News_01 .box .item .right p {
    width: 24px;
    height: 24px;
  }
  .News_02 .box .content1 {
    font-size: var(--f24);
    padding-right: 0;
  }
  .News_02 .box .content3 .h5.h5 {
    font-size: var(--f20);
  }
  .pu_page {
    margin-top: 0.6rem;
  }
  .News_02 .box .content4__date {
    display: none;
  }
  .Downloads_01 .box .list .item .content2 {
    padding-left: 18px;
  }
  .Downloads_01 .box .list .item::after {
    width: 5px;
    height: 5px;
    top: 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .Search_01 .box form {
    width: 100%;
  }
  .pu_page__prev,
  .pu_page__next {
    font-size: var(--f18);
  }
  .Quality_Inspection .box .list .item__title
  /*,.Factory_Base .box .item__title*/
  {
    height: 2.7em;
    max-height: 2.7em;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    height: auto;
  }
  .Factory_Base .box .item__desc {
    margin-top: 0.2rem;
  }
  .products_05 .box .list .item .img {
    height: 5rem;
  }
  .News_01 .box .item:first-child {
    border-top: none;
  }
  .Downloads_01 .box .list .item .content3 p,
  .Downloads_01 .box .button .more p {
    width: max(0.46rem, 26px);
    height: max(0.46rem, 26px);
  }
  .Downloads_01 .box .button .more p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .products_search .box {
    margin-top: 0.7rem;
  }
  .About_01 .box .desc,
  .About_03 ._box .desc,
  .Responsibility_01 .box .main .desc,
  .News_02 .box .content3,
  .Privacy_Policy .box_ .content3 {
    font-size: var(--f18);
    line-height: 1.6;
  }
}
/*# sourceMappingURL=./style.css.map */