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: #104ba1;
  --b600: 600;
  --r10: 10px;
  --r14: 14px;
  --r20: 0.2rem;
  --ease: cubic-bezier(0.76, 0, 0.24, 1);
  --foot: 0.65rem;
}
.ios,
.lang_en {
  --bold: bold;
}
body {
  --www: 1.6rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #104ba1;
  --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: -0.5rem;
  scroll-margin-top: 0;
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #76b9e5;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #76b9e5 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 !important;
}
.bgColor {
  background: #f7f7f7;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.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: #104ba1;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #104ba1;
  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: #104ba1;
}
.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;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}
.Search_1 .box .content1 span {
  color: #104ba1;
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: min(12rem, 100%);
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #104ba1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.94rem;
}
.Search_2 .box .item a {
  background: #f7f7f7;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #104ba1;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  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;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #104ba1;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}
.Search_2 .box .item a:hover .content2 {
  color: #104ba1;
}
.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: #104ba1;
}
.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: #104ba1;
}
.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: #104ba1;
}
.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: #104ba1;
}
.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: #104ba1;
}
.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: #104ba1;
}
.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: #104ba1;
}
.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 #104ba1;
}
.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: #104ba1;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.bjq {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.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: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .wMain {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.Header_Container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a img {
  height: 44px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a img:first-child {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.Header_Container .box .logo a img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.3rem;
}
.Header_Container .box nav .item > p {
  position: relative;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  line-height: var(--nav_height);
  color: #fff;
  font-weight: var(--bold);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item > p > img {
  position: absolute;
  left: -0.18rem;
  top: 49%;
  width: 0.3rem;
  -webkit-transform: translateY(-50%) rotate(309deg);
  -ms-transform: translateY(-50%) rotate(309deg);
  transform: translateY(-50%) rotate(309deg);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item:hover .SelectNav_01,
.Header_Container .box nav .item:hover .SelectNav_02 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: initial;
}
.Header_Container .box nav .item.active > p .icon1 {
  opacity: 0.4;
}
.Header_Container .box .button {
  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 .lxwm a {
  width: 1.58rem;
  line-height: 0.48rem;
  background: #76b9e5;
  border-radius: 99px;
  text-align: center;
  font-size: var(--f16);
  color: #fff;
}
.Header_Container .box .lxwm a div {
  display: inline-block;
  padding-right: 0.45rem;
  position: relative;
}
.Header_Container .box .lxwm a div p {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
}
.Header_Container .box .lxwm a div p img {
  width: 0.4rem;
}
.Header_Container.active,
.Header_Container.on,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
.Header_Container.active .box .logo a img:first-child,
.Header_Container.on .box .logo a img:first-child,
.Header_Container.sticky .box .logo a img:first-child {
  opacity: 0;
}
.Header_Container.active .box .logo a img:last-child,
.Header_Container.on .box .logo a img:last-child,
.Header_Container.sticky .box .logo a img:last-child {
  opacity: 1;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a,
.Header_Container.sticky .box nav .item > p a {
  color: #111;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.on .box nav .item:hover > p a,
.Header_Container.sticky .box nav .item:hover > p a {
  color: #104ba1;
}
.Header_Container.active .box nav .item.active > p a,
.Header_Container.on .box nav .item.active > p a,
.Header_Container.sticky .box nav .item.active > p a {
  color: #104ba1;
}
.Header_Container.active .box nav .item.active > p .icon1,
.Header_Container.on .box nav .item.active > p .icon1,
.Header_Container.sticky .box nav .item.active > p .icon1 {
  opacity: 0;
}
.Header_Container.active .box nav .item.active > p .icon2,
.Header_Container.on .box nav .item.active > p .icon2,
.Header_Container.sticky .box nav .item.active > p .icon2 {
  opacity: 0.5;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.Header_Container.wy {
  /*-webkit-transform: translateY(-100%);*/
  /*-ms-transform: translateY(-100%);*/
  /*transform: translateY(-100%);*/
}
.SelectNav_01 {
  position: absolute;
  left: 0;
  width: 100vw;
  background: #fff;
  padding: 0.4rem 0;
  border-top: 2px solid rgba(0, 0, 0, 0.04);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.SelectNav_01 ul li {
  padding: 0 0.3rem;
}
.SelectNav_01 ul li a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav_01 ul li a:hover {
  color: #104ba1;
}
.SelectNav_01 ul .active a {
  color: #104ba1;
}
.SelectNav_02 {
  position: absolute;
  left: 0;
  width: 100vw;
  background: #fff;
  border-top: 2px solid rgba(0, 0, 0, 0.04);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.SelectNav_02 ._box ._left {
  width: 7rem;
  background: #F7F7F7;
  padding: 0.7rem 1.5rem 0.7rem var(--interval);
}
.SelectNav_02 ._box ._left .content1 {
  font-size: var(--f40);
  font-weight: var(--bold);
  line-height: 1;
}
.SelectNav_02 ._box ._left .content2 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.3rem;
  line-height: 1.75;
}
.SelectNav_02 ._box ._left .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.64rem;
}
.SelectNav_02 ._box ._left .content3 a {
  font-size: var(--f16);
  color: #76b9e5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav_02 ._box ._left .content3 a i {
  font-size: var(--f14);
  margin-left: 0.1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}
.SelectNav_02 ._box ._left .content3 a:hover {
  color: #104ba1;
}
.SelectNav_02 ._box ._left .content3 a:hover i {
  -webkit-transform: translateX(0.05rem);
  -ms-transform: translateX(0.05rem);
  transform: translateX(0.05rem);
}
.SelectNav_02 ._box ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.55rem 1.3rem;
}
.SelectNav_02 ._box ._right ul {
  display: grid;
  position: relative;
  width: 3.28rem;
}
.SelectNav_02 ._box ._right ul li > a {
  font-size: var(--f18);
  color: #111;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0.15rem 0;
  position: relative;
}
.SelectNav_02 ._box ._right ul li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  width: 0.24rem;
  height: 1px;
  background: #104ba1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav_02 ._box ._right ul li p {
  position: absolute;
  left: 100%;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav_02 ._box ._right ul li p a {
  aspect-ratio: 480/324;
  width: 4.8rem;
  overflow: hidden;
  border-radius: var(--r20);
}
.SelectNav_02 ._box ._right ul li p a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_02 ._box ._right ul li p a:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.SelectNav_02 ._box ._right ul .active > a {
  color: #104ba1;
  padding-left: 0.3rem;
}
.SelectNav_02 ._box ._right ul .active > a::before {
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}
.SelectNav_02 ._box ._right ul .active p {
  opacity: 1;
  left: 100%;
  pointer-events: auto;
}
.SelectNav_02 ._box ._right ul:has(.on) li:not(.on) > a {
  color: #111;
  padding-left: 0;
}
.SelectNav_02 ._box ._right ul:has(.on) li:not(.on) > a::before {
  -webkit-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}
.SelectNav_02 ._box ._right ul:has(.on) li:not(.on) p {
  opacity: 0;
  left: 100%;
  pointer-events: none;
}
.SelectNav_02 ._box ._right ul .on > a {
  color: #104ba1;
  padding-left: 0.3rem;
}
.SelectNav_02 ._box ._right ul .on > a::before {
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}
.SelectNav_02 ._box ._right ul .on p {
  opacity: 1;
  left: 100%;
  pointer-events: auto;
}
.loading {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
html.loading-play .loading {
  display: block;
}
.loading .loading_mask {
  --mask-feather-size: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-mask-image: url(../images/mask2.svg), linear-gradient(#fff, #fff);
  mask-image: url(../images/mask2.svg), linear-gradient(#fff, #fff);
  -webkit-mask-size: var(--mask-feather-size) auto, cover;
  mask-size: var(--mask-feather-size) auto, cover;
  -webkit-mask-position: center, center;
  mask-position: center, center;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  will-change: -webkit-mask-size, mask-size;
}
@media screen and (min-width: 1200px) {
  .bannerbox {
    height: 100vh;
    position: relative;
  }
  .bannerbox .Home_Banner {
    position: fixed;
    inset: 0;
  }
}
.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: 1.7rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1,
.Home_Banner .banner .swiper-slide .orientation .content2,
.Home_Banner .banner .swiper-slide .orientation .content3 {
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f50);
  line-height: 1;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f28);
  margin-top: 0.16rem;
  margin-bottom: 0.38rem;
}
.Home_Banner .banner .swiper-slide .Cotton {
  position: absolute;
  bottom: 1.3rem;
  width: 100%;
  left: 0;
  pointer-events: none;
}
.Home_Banner .banner .swiper-slide .Cotton div {
  -webkit-perspective: 800px;
  perspective: 800px;
}
.Home_Banner .banner .swiper-slide .Cotton div img {
  width: 5.08rem;
}
.Home_Banner .banner .swiper-slide-active .orientation .content1 {
  -webkit-animation: homeBannerTextIn 0.6s forwards;
  animation: homeBannerTextIn 0.6s forwards;
}
.Home_Banner .banner .swiper-slide-active .orientation .content2 {
  -webkit-animation: homeBannerTextIn 0.6s 0.1s forwards;
  animation: homeBannerTextIn 0.6s 0.1s forwards;
}
.Home_Banner .banner .swiper-slide-active .orientation .content3 {
  -webkit-animation: homeBannerTextIn 0.6s 0.2s forwards;
  animation: homeBannerTextIn 0.6s 0.2s forwards;
}
.Home_Banner .banner .swiper-slide-prev:not(.swiper-slide-active) .orientation .content1,
.Home_Banner .banner .swiper-slide-next:not(.swiper-slide-active) .orientation .content1 {
  -webkit-animation: homeBannerTextOut 0.6s forwards;
  animation: homeBannerTextOut 0.6s forwards;
}
.Home_Banner .banner .swiper-slide-prev:not(.swiper-slide-active) .orientation .content2,
.Home_Banner .banner .swiper-slide-next:not(.swiper-slide-active) .orientation .content2 {
  -webkit-animation: homeBannerTextOut 0.6s forwards;
  animation: homeBannerTextOut 0.6s forwards;
}
.Home_Banner .banner .swiper-slide-prev:not(.swiper-slide-active) .orientation .content3,
.Home_Banner .banner .swiper-slide-next:not(.swiper-slide-active) .orientation .content3 {
  -webkit-animation: homeBannerTextOut 0.6s forwards;
  animation: homeBannerTextOut 0.6s forwards;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 2;
}
.Home_Banner .page div .swiper-pagination-bullet {
  all: unset;
  display: inline-block;
  margin-right: 0.3rem;
}
.Home_Banner .page div .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer {
  color: #fff;
  width: 1rem;
  cursor: pointer;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .top {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .top::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 .page div .swiper-pagination-bullet .bullet_outer .bot {
  font-size: var(--f16);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.16rem;
  text-align: center;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer:hover .bot {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .top::after {
    -webkit-animation: line var(--duration) linear;
    animation: line var(--duration) linear;
  }
}
@media screen and (max-width: 1200px) {
  .Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .top::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .bot {
  opacity: 1;
}
@-webkit-keyframes homeBannerTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes homeBannerTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes homeBannerTextOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@keyframes homeBannerTextOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.link_01 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.76rem;
  padding: 0 0.3rem;
  text-align: center;
  line-height: max(0.56rem, 32px);
  border-radius: max(0.56rem, 32px);
  border: 1px solid #fff;
  font-size: var(--f16);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a:hover {
  background: #76b9e5;
  border-color: #76b9e5;
}
.link_02 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.76rem;
  padding: 0 0.3rem;
  text-align: center;
  line-height: max(0.56rem, 32px);
  border-radius: max(0.56rem, 32px);
  border: 1px solid #76b9e5;
  font-size: var(--f16);
  color: #fff;
  background: #76b9e5;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a:hover {
  background: #4ba3dd;
  border-color: #4ba3dd;
}
.link_03 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.76rem;
  padding: 0 0.3rem;
  text-align: center;
  line-height: max(0.56rem, 32px);
  border-radius: max(0.56rem, 32px);
  border: 1px solid #76b9e5;
  font-size: var(--f16);
  color: #76b9e5;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a:hover {
  color: #fff;
  background: #76b9e5;
}
.Hellow {
  position: fixed;
  right: 0rem;
  bottom: 0.1rem;
  cursor: pointer;
  z-index: 81;
}
.Hellow img {
  width: 1.5rem;
}
.HellowLayer {
  position: fixed;
  right: 3vw;
  bottom: 0.4rem;
  z-index: 20;
  width: 94vw;
  transform: translateX(100vw);
  transition: 0.6s;
}
.HellowLayer.active {
  transform: translateX(0);
}
.HellowLayer.active .box {
  opacity: 1 !important;
}
.HellowLayer .box {
  opacity: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: var(--r20);
  box-shadow: 0 -0.08rem 0.3rem rgba(0, 0, 0, 0.08);
  padding: 0.3rem 0.6rem;
  transition: 0.6s;
}
.HellowLayer .box .close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 2;
  width: 0.36rem;
  height: 0.36rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.HellowLayer .box .close i {
  font-size: var(--f18);
  color: #999;
  font-weight: bold;
  transition: 0.6s;
}
.HellowLayer .box .close:hover i {
  color: #104ba1;
}
.HellowLayer .box .list {
  display: grid;
  grid-template-columns: 4fr 1fr;
  align-items: center;
}
.HellowLayer .box .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.32rem;
}
.HellowLayer .box .list ul li .top {
  font-size: var(--f16);
  color: #999;
  margin-bottom: 0.08rem;
}
.HellowLayer .box .list ul li .bot {
  font-family: 'PoppinsSemibold';
  font-size: var(--f18);
  line-height: 1.4;
}
.HellowLayer .box .list ul li .bot .phone {
  color: #104ba1;
  font-size: var(--f22);
}
.HellowLayer .box .list ul li .bot a {
  color: #111;
  transition: 0.6s;
  font-size: var(--f20);
}
.HellowLayer .box .list ul li .bot a[href^="mailto:"]:hover {
  color: #104ba1;
}
.HellowLayer .box .list .ewm {
  display: grid;
  justify-items: center;
  text-align: center;
}
.HellowLayer .box .list .ewm figure {
  width: 1rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--r10);
}
.HellowLayer .box .list .ewm figcaption {
  font-size: var(--f14);
  color: #666;
  margin-top: 0.04rem;
}
.title_01 {
  display: grid;
  gap: 0.12rem;
}
.title_01 .h6 {
  font-size: var(--f20);
  color: #104ba1;
}
.title_01 .h5 {
  font-size: var(--f48);
  line-height: 1.2;
}
.pci222 {
  width: 500px;
  stroke-dashoffset: 347;
  stroke-dasharray: 347;
}
.About_Us {
  height: 100vh;
  background: #fff url(../images/img1.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.About_Us .box {
  position: relative;
  z-index: 2;
}
.About_Us .box .boxLeft .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #666;
  height: 6em;
  max-height: 6em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-bottom: 0.5rem;
  width: 7.5rem;
}
.About_Us .box .boxLeft .dataList {
  margin-top: 1.1rem;
  width: 7.5rem;
}
.About_Us .box .boxLeft .dataList .item {
  margin-bottom: 0.7rem;
}
.About_Us .box .boxLeft .dataList .item .top {
  color: #104ba1;
  line-height: 1;
  font-family: 'MSB';
  font-size: var(--f24);
}
.About_Us .box .boxLeft .dataList .item .top span {
  font-size: var(--f56);
}
.About_Us .box .boxLeft .dataList .item .bot {
  font-size: var(--f18);
  line-height: 1.2;
  margin-top: 0.18rem;
}
.About_Us .box .boxLeft .dataList .item:nth-child(1),
.About_Us .box .boxLeft .dataList .item:nth-child(4) {
  width: 3.25rem;
}
.About_Us .box .boxLeft .dataList .item:nth-child(2),
.About_Us .box .boxLeft .dataList .item:nth-child(5) {
  width: 2.4rem;
}
.About_Us .box .boxLeft .dataList .item:nth-child(4),
.About_Us .box .boxLeft .dataList .item:nth-child(5) {
  margin-bottom: 0;
}
.About_Us .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_Us .box .boxRight .MapPic {
  position: absolute;
  right: 0;
  padding: 0 var(--interval);
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.About_Us .box .boxRight .MapPic img {
  width: 7.44rem;
}
.About_Us .maskPosi {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.About_Us .maskPosi .MapPic {
  position: absolute;
  right: 50%;
  padding: 0 var(--interval);
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  will-change: transform;
}
.About_Us .maskPosi .MapPic img {
  width: 7.44rem;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
@media screen and (min-width: 1200px) {
  .About_Us .box,
  .About_Us .mask {
    opacity: 0;
  }
  .About_Us .box {
    -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
.About_Us .mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(90%, #000), color-stop(100%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 90%, #000 100%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(90%, #000), color-stop(100%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent, #000 90%, #000 100%, transparent);
}
.About_Us .mask .scroll {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: Cloudwy 30s linear infinite;
  animation: Cloudwy 30s linear infinite;
}
.About_Us .mask .scroll p img {
  width: 18.83rem;
}
@-webkit-keyframes Cloudwy {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes Cloudwy {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.footer {
  padding-top: 0.75rem;
  position: relative;
  z-index: 1;
}
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0.65rem 0.65rem 0 0;
  background: url(../images/img2.jpg) no-repeat center center;
  background-size: cover;
}
.footer .box {
  padding-bottom: 0.68rem;
  position: relative;
  z-index: 1;
}
.footer .box .boxLeft {
  max-width: 5rem;
}
.footer .box .boxLeft .logo img {
  height: 0.52rem;
}
.footer .box .boxLeft .content {
  margin-top: 1rem;
}
.footer .box .boxLeft .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.16rem;
}
.footer .box .boxLeft .content ul li:last-child {
  margin-bottom: 0;
}
.footer .box .boxLeft .content ul li span {
  width: 20px;
  text-align: center;
  margin-right: 12px;
}
.footer .box .boxLeft .content ul li span svg {
  fill: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.footer .box .boxLeft .content ul li p {
  color: #fff;
  font-family: 'PoppinsRegular';
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .box .boxLeft .content ul li p a {
  color: inherit;
  font-size: var(--f20);
  display: inline-block;
  font-family: 'PoppinsSemibold';
  line-height: 1;
}
.footer .box .boxLeft .content ul li p em {
  width: 1px;
  background: #fff;
  margin: 0 0.14rem;
  height: 0.2rem;
  display: inline-block;
}
.footer .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .box .boxRight .item {
  margin-left: 0.7rem;
}
.footer .box .boxRight .item:first-child {
  margin-left: 0;
}
.footer .box .boxRight .item .h5 {
  font-size: var(--f20);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0.3rem;
}
.footer .box .boxRight .item ul li {
  margin-bottom: 0.15rem;
}
.footer .box .boxRight .item ul li:last-child {
  margin-bottom: 0;
}
.footer .box .boxRight .item ul li a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer .box .boxRight .item ul li a:hover {
  opacity: 1;
}
.footer .box1 {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.4rem 0;
}
.footer .box1 .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .box1 .left ul li {
  margin-right: 10px;
  position: relative;
}
.footer .box1 .left ul li a {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer .box1 .left ul li a img {
  max-height: 20px;
}
.footer .box1 .left ul li .ewm {
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  width: 1rem;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer .box1 .left ul li .ewm img {
  width: 100%;
}
.footer .box1 .left ul li:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.footer .box1 .right {
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .box1 .right a,
.footer .box1 .right span,
.footer .box1 .right p {
  display: inline;
  color: #fff;
}
.footer .box1 .right p {
  margin-left: 0.9rem;
}
.footer .box1 .right a:hover {
  border-bottom: 1px solid #fff;
}
.news_item {
  position: relative;
}
.news_item::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(var(--w1) * -1 / 2);
  width: 1px;
  height: 100%;
  background: #eeeeee;
  z-index: 1;
}
.news_item .content1 {
  font-family: 'PoppinsRegular';
  font-size: var(--f16);
  color: #999;
}
.news_item .content2 {
  font-size: var(--f22);
  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;
  color: #111;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0.2rem 0 0.8rem;
}
.news_item .content3 {
  border-radius: 10px;
  overflow: hidden;
}
.news_item .content3 img {
  width: 100%;
  aspect-ratio: 480/320;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.news_item:hover .content2 {
  color: #104ba1;
}
.news_item:hover .content3 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.controlBox {
  margin-top: 0.86rem;
}
.controlBox .banner_button {
  padding-left: 0.4rem;
}
.banner_page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_page div {
  position: relative;
  height: 2px !important;
}
.banner_page .swiper-pagination-progressbar {
  background: #eee;
}
.banner_page .swiper-pagination-progressbar-fill {
  background: #76b9e5;
}
.banner_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_button div {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid rgba(118, 185, 229, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_button div i {
  font-size: var(--f16);
  color: #76b9e5;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1;
}
.banner_button div:hover {
  background: #76b9e5;
  border-color: #76b9e5;
}
.banner_button div:hover i {
  color: #fff;
}
.banner_button .ml {
  margin-left: 12px;
}
.News {
  --w1: 0.7rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.News .width {
  width: var(--w1);
}
.News .box {
  margin-top: 0.8rem;
  padding-left: var(--interval);
}
.News .box .swiper {
  padding-right: var(--interval);
}
.News .box .swiper .swiper-slide:last-child .news_item::after {
  display: none;
}
.Advantage {
  position: relative;
  overflow: hidden;
}
.Advantage .img img {
  width: 100%;
  height: 100vh;
}
.Advantage .orientation {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 3;
  pointer-events: none;
}
.Advantage .orientation1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Advantage .orientation1 .list .scroll {
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
}
.Advantage .orientation1 .item {
  height: 3.3rem;
  position: relative;
  margin-bottom: 1rem;
}
.Advantage .orientation1 .item .content {
  width: 280px;
  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: 100%;
  text-align: center;
  position: absolute;
  border-radius: max(0.15rem, 10px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Advantage .orientation1 .item .content > div {
  width: 100%;
  position: relative;
  z-index: 2;
}
.Advantage .orientation1 .item .content figure {
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Advantage .orientation1 .item .content figure img {
  max-height: 56px;
}
.Advantage .orientation1 .item .content figcaption {
  font-size: var(--f24);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0.3rem;
}
.Advantage .orientation1 .item .content:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.Advantage .orientation1 .item .content:hover figure {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.Advantage .orientation1 .item:nth-child(1) .content {
  right: 0;
}
.Advantage .orientation1 .item:nth-child(3) .content {
  left: 30%;
}
.Advantage .orientation1 .item:nth-child(4) .content {
  right: 20%;
}
.Advantage .orientation1 .item:nth-child(6) .content {
  right: 30%;
}
.Product {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 5;
   /* 关键：把 hit‑test 坐标「顶回去」 */
  transform: translateZ(0) !important;
  
}

.Product .box {
  overflow: hidden;
}
.Product .box .swiper {
  -webkit-perspective: 28rem;
  perspective: 28rem;
  padding: 0.8rem 0;
  
  /* 强制重建合成层，不受上方元素影响 */
  will-change: transform !important;
  transform: translateZ(0) !important;
  /* 把 hit‑test 原点重置到自身，不继承上方偏移 */
  transform-origin: center top !important;
}

.Product > *:not(.swiper) {
  transform-style: flat !important;
  perspective: none !important;
  will-change: auto !important;
}



.Product .box .swiper .swiper-slide {
  /*-webkit-transform-style: preserve-3d;*/
  /*transform-style: preserve-3d;*/
}
.Product .box .swiper .swiper-slide .item {
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product .box .swiper .swiper-slide .item .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: .6s var(--ease);
						-o-transition: .6s var(--ease);
						transition: .6s var(--ease);
}
.Product .box .swiper .swiper-slide .item .img img {
  width: 100%;
  aspect-ratio: 365/455;
}
.Product .box .swiper .swiper-slide .item .img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
}
.Product .box .swiper .swiper-slide .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.35rem;
  color: #fff;
  z-index: 2;
}
.Product .box .swiper .swiper-slide .item .orientation .content1 {
  font-size: var(--f24);
}
.Product .box .swiper .swiper-slide .item .orientation .content2 {
  font-size: var(--f16);
  margin-top: 0.12rem;
}
.Product .box .swiper .swiper-slide .pic {
  position: absolute;
  left: 0;
  top: -0.35rem;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  /*-webkit-transform: scale(0.9);*/
  /*-ms-transform: scale(0.9);*/
  /*transform: scale(0.9);*/
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.Product .box .swiper .swiper-slide .pic img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
    
.Product .box .swiper .swiper-slide:hover .item .img{
 transform: perspective(200px)  rotateX(5deg) scale(1.06);
 box-shadow: 0 35px 35px -8px rgba(0, 0, 0, 0.25);
}
.Product .box .swiper .swiper-slide:hover .pic {
 opacity: 1;
transform: perspective(100px) translate3d(0,-.35rem,6px);
}


}



.Product .swiper {
     pointer-events: auto !important;
}
.Product .swiper-slide a{
    pointer-events: auto !important;
}


.fmb {
  margin-bottom: calc(var(--foot) * -1);
}
.Traceability_code_search {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--foot) * -1);
}
.Traceability_code_search .img img {
  width: 100%;
  height: calc(100vh + var(--foot));
  -webkit-animation: filterImg 3s forwards;
  animation: filterImg 3s forwards;
}
.Traceability_code_search::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.Traceability_code_search .orientation {
  position: absolute;
  left: 0;
  top: 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;
  text-align: center;
}
.Traceability_code_search .orientation .content1 {
  font-size: var(--f50);
  font-weight: var(--bold);
  line-height: 1;
}
.Traceability_code_search .orientation .content2 {
  margin: 0.7rem 0 0.2rem;
}
.Traceability_code_search .orientation .content2 input {
  height: max(0.56rem, 42px);
  width: 8rem;
  margin: auto;
  padding: 0 0.4rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 99px;
  font-weight: var(--bold);
  color: #fff;
  font-size: var(--f16);
}
.Traceability_code_search .orientation .content2 input::-webkit-input-placeholder {
  color: #fff;
}
.Traceability_code_search .orientation .content2 input::-moz-placeholder {
  color: #fff;
}
.Traceability_code_search .orientation .content2 input:-ms-input-placeholder {
  color: #fff;
}
.Traceability_code_search .orientation .content2 input::-ms-input-placeholder {
  color: #fff;
}
.Traceability_code_search .orientation .content2 input::placeholder {
  color: #fff;
}
.Traceability_code_search .orientation .content3 {
  font-size: var(--f16);
}
.Traceability_code_search .orientation .content4 {
  margin-top: 0.8rem;
}
.Traceability_code_search .orientation .content4 button {
  font-style: var(--f16);
  color: #fff;
  min-width: 1.72rem;
  padding: 0 0.3rem;
  height: 0.56rem;
  background: #76b9e5;
  border-radius: 99px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 0;
}
.Traceability_code_search .orientation .content4 button:hover {
  background: #4ba3dd;
}
.Inner_banner {
  position: relative;
  overflow: hidden;
}
.Inner_banner picture {
  aspect-ratio: 1920/770;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: filterImg 3s forwards;
  animation: filterImg 3s forwards;
}
.Inner_banner picture img {
  width: 100%;
  height: 100%;
}
.Inner_banner .orientation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Inner_banner .orientation .title {
  font-size: var(--f50);
  font-weight: var(--bold);
  line-height: 1;
}
@-webkit-keyframes filterImg {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes filterImg {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.Traceability_search_result {
  padding: 0.8rem 0 0.6rem;
}
.Traceability_search_result .box {
  text-align: center;
  font-size: var(--f18);
  color: #333;
}
.Traceability_search_result .box span {
  color: #104ba1;
}
.after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Traceability_search_list .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Traceability_search_list .box .list .item {
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Traceability_search_list .box .list .item figure {
  width: 100%;
  aspect-ratio: 513/640;
  border-radius: var(--r10);
  overflow: hidden;
  position: relative;
}
.Traceability_search_list .box .list .item figure::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
}
.Traceability_search_list .box .list .item figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Traceability_search_list .box .list .item figcaption {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 2;
  width: 100%;
  padding: 0 0.45rem;
  color: #fff;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Traceability_search_list .box .list .item figcaption .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
}
.Traceability_search_list .box .list .item figcaption .content2 {
  font-size: var(--f16);
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Traceability_search_list .box .list .item:hover figcaption {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .Traceability_search_list .box .list .item:hover figure img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.Traceability_details_01 {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#89CFFC), to(#FFFFFF));
  background: -o-linear-gradient(top, #89CFFC 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #89CFFC 0%, #FFFFFF 100%);
}
.Traceability_details_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.62rem;
  padding-right: 1.08rem;
}
.Traceability_details_01 .box .boxLeft .content1 {
  font-size: var(--f48);
}
.Traceability_details_01 .box .boxLeft .content2 {
  font-size: var(--f16);
  line-height: 1.75;
  color: #333;
  margin-top: 0.32rem;
}
.Traceability_details_01 .box .boxRight {
  width: 6.6rem;
}
.Traceability_details_01 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.Traceability_details_01 .box .boxRight .swiper {
  border-radius: var(--r20);
  overflow: hidden;
  position: relative;
}
.Traceability_details_01 .box .boxRight .swiper .item {
  position: relative;
}
.Traceability_details_01 .box .boxRight .swiper .item picture {
  aspect-ratio: 660/400;
  border-radius: var(--r20);
  overflow: hidden;
}
.Traceability_details_01 .box .boxRight .swiper .item picture img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Traceability_details_01 .box .boxRight .swiper .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(16, 75, 161, 0.1);
}
/*@media screen and (min-width: 1200px) {*/
/*  .Traceability_details_01 .box .boxRight .swiper .item:hover picture img {*/
/*    -webkit-transform: scale(1.06);*/
/*    -ms-transform: scale(1.06);*/
/*    transform: scale(1.06);*/
/*  }*/
/*}*/
.Traceability_details_01 .box .boxRight .swiper .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.64rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Traceability_details_01 .box .boxRight .swiper .play svg {
  margin: auto;
}
.Traceability_details_01 .box .boxRight .swiper .play::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff)) border-box;
  background: -o-linear-gradient(left, transparent, #ffffff) border-box;
  background: linear-gradient(to right, transparent, #ffffff) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.Traceability_details_01 .box .boxRight .button div {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Traceability_details_01 .box .boxRight .button div i {
  font-size: var(--f30);
  color: #fff;
}
.Traceability_details_01 .box .boxRight .button div:hover {
  opacity: 1;
}
.Traceability_details_01 .box .boxRight .button .prev {
  left: 0.2rem;
}
.Traceability_details_01 .box .boxRight .button .next {
  right: 0.2rem;
}
.Traceability_details_01 .box1 {
  margin-top: 0.8rem;
}
.Traceability_details_01 .box1 table {
  width: 100%;
  border-radius: var(--r20);
  overflow: hidden;
  background: rgba(118, 185, 229, 0.1);
}
.Traceability_details_01 .box1 table tr td {
  font-size: var(--f20);
  padding: 0.36rem 0;
  text-align: center;
}
.Traceability_details_01 .box1 table tr:first-child {
  background: rgba(118, 185, 229, 0.2);
}
.Traceability_details_01 .box1 table tr:first-child td {
  font-size: var(--f18);
  color: #333;
  padding: 0.3rem 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.Traceability_details_02 .box {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
}
.Traceability_details_02 .box .item {
  background: #f7f7f7;
  border-radius: var(--r10);
  padding: 0.6rem 0.4rem 0.4rem;
  text-align: center;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Traceability_details_02 .box .item .content1 p {
  width: 1rem;
  height: 1rem;
  background: rgba(118, 185, 229, 0.15);
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Traceability_details_02 .box .item .content1 p img {
  margin: auto;
  max-height: 50px;
}
.Traceability_details_02 .box .item .content2 {
  font-size: var(--f28);
  font-weight: var(--bold);
  margin-top: 0.38rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Traceability_details_02 .box .item .content3 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #333;
}
@media screen and (min-width: 1200px) {
  .Traceability_details_02 .box .item:hover {
    background: transparent;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.Traceability_details_03 .box .item {
  text-align: center;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Traceability_details_03 .box .item figure {
  height: 1rem;
  min-height: 50px;
}
.Traceability_details_03 .box .item figure img {
  max-height: 100%;
}
.Traceability_details_03 .box .item figcaption {
  font-size: var(--f18);
  font-family: 'PoppinsMedium';
  margin-top: 0.16rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Traceability_details_03 .box .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .Traceability_details_03 .box .item:hover figcaption {
    color: #104ba1;
  }
}
.Traceability_details_04 .box {
  gap: 0.2rem;
  --w: 9.4rem;
}
.Traceability_details_04 .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  border-radius: var(--r20);
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Traceability_details_04 .box .item .img {
  width: var(--w);
  aspect-ratio: 940/475;
  overflow: hidden;
  border-radius: var(--r20);
  position: relative;
  /*min-width: 100%;*/
  /*height: 100%;*/
}
.Traceability_details_04 .box .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.74%, rgba(1, 25, 40, 0)), color-stop(91.58%, rgba(0, 26, 42, 0.6)));
  background: -o-linear-gradient(top, rgba(1, 25, 40, 0) 46.74%, rgba(0, 26, 42, 0.6) 91.58%);
  background: linear-gradient(180deg, rgba(1, 25, 40, 0) 46.74%, rgba(0, 26, 42, 0.6) 91.58%);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Traceability_details_04 .box .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Traceability_details_04 .box .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--w);
  padding: 0.45rem 0.5rem;
  z-index: 3;
  padding-right: 1.5rem;
  color: #fff;
}
.Traceability_details_04 .box .item .orientation .name {
  font-size: var(--f32);
  line-height: 1;
  font-weight: var(--bold);
}
.Traceability_details_04 .box .item .orientation .content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.Traceability_details_04 .box .item .orientation .desc {
  font-size: var(--f16);
  line-height: 1.75;
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  .Traceability_details_04 .box .item:hover {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }
  .Traceability_details_04 .box .item:hover .img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .Traceability_details_04 .box .item:hover .img::after {
    opacity: 1;
  }
  .Traceability_details_04 .box .item:hover .orientation .content {
    opacity: 1;
    grid-template-rows: 1fr;
    margin-top: 0.23rem;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.Traceability_01 {
  contain: layout;
}
.Traceability_01 .box {
  position: relative;
  padding: 2.18rem 0 3rem;
}
.Traceability_01 .box .content {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.Traceability_01 .box .content .desc {
  max-width: 8rem;
  margin-top: 0.6rem;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.Traceability_01 .box .img {
  position: absolute;
  top: 50%;
}
.Traceability_01 .box .img img {
  width: 8rem;
}
.Traceability_02 {
  background: url(../images/img27.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 9.7rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
}
.Traceability_02 .desc {
  margin-top: 0.6rem;
  font-size: var(--f18);
  line-height: 2;
  color: #fff;
}
.Traceability_02 .box {
  margin-top: 1.7rem;
  padding: 0 0.7rem;
  position: relative;
}
.Traceability_02 .box .swiper .item {
  text-align: center;
}
.Traceability_02 .box .swiper .item figure {
  height: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Traceability_02 .box .swiper .item figure img {
  max-height: 100%;
  margin: auto;
}
.Traceability_02 .box .swiper .item figcaption {
  font-size: var(--f20);
  color: #fff;
  margin-top: 0.14rem;
}
.viewer-footer {
  display: none;
}
#images img {
  cursor: pointer;
}
.banner_button.posi div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 0;
  z-index: 2;
}
.banner_button.posi div i {
  color: #76b9e5;
}
.banner_button.posi div:hover {
  background: #76b9e5;
}
.banner_button.posi div:hover i {
  color: #fff;
}
.banner_button.posi .prev {
  left: 0;
}
.banner_button.posi .next {
  right: 0;
}
.Traceability_03 {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F4FF), to(rgba(231, 244, 255, 0.2)));
  background: -o-linear-gradient(top, #E7F4FF 0%, rgba(231, 244, 255, 0.2) 100%);
  background: linear-gradient(180deg, #E7F4FF 0%, rgba(231, 244, 255, 0.2) 100%);
}
.Traceability_03 .content {
  text-align: center;
}
.Traceability_03 .content .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  max-width: 11.05rem;
  margin: 0.48rem auto 0;
}
.Traceability_03 .box {
  margin-top: -0.2rem;
  height: 6.65rem;
  width: -webkit-calc(101.6%);
  width: calc(100% + 1.6rem);
  margin-left: -0.8rem;
  position: relative;
}
.Traceability_03 .box .img {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.Traceability_03 .box .img img {
  width: 100%;
}
.Traceability_03 .box .mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.Traceability_03 .box .mask .scroll {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: Cloudwy 30s linear infinite;
  animation: Cloudwy 30s linear infinite;
}
.Traceability_03 .box .mask .scroll p {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.Traceability_03 .box .mask .scroll p img {
  width: 18.83rem;
}
@-webkit-keyframes addressIconBounce {
  0%,
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  35% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  65% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@keyframes addressIconBounce {
  0%,
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  35% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  65% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.Contact_01 {
  overflow: hidden;
}
.Contact_01 .box .title_01 {
  margin-bottom: 0.6rem;
}
.Contact_01 .box .boxLeft {
  width: 50%;
}
.Contact_01 .box .boxLeft ul {
  display: grid;
  gap: 0.32rem;
}
.Contact_01 .box .boxLeft ul li .top {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 0.1rem;
}
.Contact_01 .box .boxLeft ul li .bot {
  font-family: 'PoppinsSemibold';
  font-size: var(--f22);
}
.Contact_01 .box .boxLeft ul li .bot .phone {
  color: #104ba1;
  font-size: var(--f32);
}
.Contact_01 .box .boxLeft ul li .bot a {
  line-height: 1;
  color: #111;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft ul li .bot a[href^="mailto:"]:hover {
  color: #104ba1;
}
.Contact_01 .box .boxLeft .ewm {
  margin-top: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.Contact_01 .box .boxLeft .ewm figure {
  width: 1rem;
}
.Contact_01 .box .boxLeft .ewm figcaption {
  font-size: var(--f16);
  color: #666;
  margin-top: 3px;
}
.Contact_01 .box .boxRight {
  width: 50%;
}
.Contact_01 .box .boxRight form .item {
  position: relative;
  background: #FBFBFB;
  border: 1px solid #E6E6E6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.Contact_01 .box .boxRight form .item input,
.Contact_01 .box .boxRight form .item textarea {
  height: 60px;
  width: 100%;
  background: none;
  padding: 0 0.2rem;
  position: relative;
  z-index: 2;
  border: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.Contact_01 .box .boxRight form .item input:not(:placeholder-shown) + p,
.Contact_01 .box .boxRight form .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_01 .box .boxRight form .item textarea {
  height: 2rem;
  padding: 0.2rem 0.2rem;
  resize: none;
}
.Contact_01 .box .boxRight form .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .boxRight form .item p em {
  color: red;
}
.Contact_01 .box .boxRight form .item:hover {
  border-color: #104ba1;
}
.Contact_01 .box .boxRight form .item:hover p {
  color: #000;
}
.Contact_01 .box .boxRight form .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_01 .box .boxRight form .list3 {
  margin: 0.2rem 0;
}
.Contact_01 .box .boxRight form .list3 .item p {
  top: 0.2rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Contact_01 .box .boxRight form .list4 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
  margin-bottom: 0.64rem;
}
.Contact_01 .box .boxRight form .list4 p {
  margin-left: 0.06rem;
}
.Contact_01 .box .boxRight form .list4 p a {
  display: inline-block;
}
.Contact_01 .box .boxRight form .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #104ba1 !important;
  background: var(--gradient);
}
.Contact_01 .box .boxRight form .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #104ba1;
}
.Contact_01 .box .boxRight form .list4 .layui-form-checked[lay-skin=primary] i {
  background: #104ba1;
}
.Contact_01 .box .boxRight form .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_01 .box .boxRight form .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #104ba1;
}
.Contact_01 .box1 {
  margin-top: 0.9rem;
  border-radius: var(--r20);
  overflow: hidden;
  position: relative;
}
.Contact_01 .box1 img {
  width: 100%;
}
.Contact_01 .box1 a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1.72rem;
  text-align: center;
  background: #76b9e5;
  border-radius: 99px;
  line-height: 0.56rem;
  color: #fff;
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box1 a svg {
  margin-left: 0.18rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box1 a:hover {
  background: #4ba3dd;
}
.Contact_01 .box1 a:hover svg {
  -webkit-animation: addressIconBounce 0.6s ease;
  animation: addressIconBounce 0.6s ease;
}
.HR_01 {
  padding-bottom: var(--foot);
  margin-bottom: calc(var(--foot) * -1);
}
.HR_01 .desc {
  font-size: var(--f24);
  color: #333;
  text-align: center;
  margin-top: 0.4rem;
}
.HR_01 .box {
  margin-top: 1rem;
}
.HR_01 .box .scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  overflow: visible;
}
.HR_01 .box .item {
  will-change: transform;
}
.HR_01 .box .item > div {
  background: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0.52rem 0.4rem 0.36rem;
  min-height: 4.7rem;
  border-radius: var(--r10);
  overflow: hidden;
  will-change: transform;
  height: 100%;
}
.HR_01 .box .item .content1 {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(118, 185, 229, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.HR_01 .box .item .content1 img {
  margin: auto;
  max-width: 48px;
}
.HR_01 .box .item .content2 {
  font-size: var(--f24);
  font-weight: var(--bold);
  margin-top: 1.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HR_01 .box .item .content3 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.75;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .HR_01 .box .item:hover > div {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  .HR_01 .box .item:hover > div .content2 {
    color: #104ba1;
  }
}
.fullBanner {
  height: 100vh;
}
.fullBanner > div {
  height: 100%;
}
.fullBanner > div > div {
  height: 100%;
  overflow: hidden;
}
.fullBanner > div > div > section {
  height: 100vh;
}
.InnovationDevelopment {
  background: url(../images/img42.jpg) no-repeat center center;
  background-size: cover;
}
.InnovationDevelopment .item {
  position: relative;
}
.InnovationDevelopment .item .img {
  width: 100%;
  height: 100dvh;
  -webkit-animation: bannerscale 20s infinite linear;
  animation: bannerscale 20s infinite linear;
}
.InnovationDevelopment .item .img picture {
  height: 100%;
}
.InnovationDevelopment .item .img img {
  height: 100%;
  width: 100%;
}
.InnovationDevelopment .item .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.InnovationDevelopment .item .orientation .card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--r20);
  width: 6.14rem;
  min-height: 1rem;
  padding: 0.6rem 0.5rem;
  color: #fff;
}
.InnovationDevelopment .item .orientation .card .content1 {
  font-size: var(--f44);
  font-weight: var(--bold);
  line-height: 1;
}
.InnovationDevelopment .item .orientation .card .content3 {
  font-size: var(--f16);
  line-height: 1.75;
  margin-top: 0.23rem;
}
@-webkit-keyframes bannerscale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes bannerscale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.Certification_system {
  background-size: cover;
}
.Certification_system .desc {
  max-width: 11.2rem;
  margin: 0.22rem auto 0;
}
.Certification_system .desc .swiper {
  font-size: var(--f18);
  line-height: 1.7;
  text-align: center;
  color: #fff;
  height: -webkit-calc(6.8em);
  height: calc(1.7em * 4);
}
.Certification_system .desc .swiper .swiper-slide {
  height: auto;
  padding-right: 0.2rem;
}
.Certification_system .desc .swiper .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.5);
}
.Certification_system .box {
  margin-top: 0.8rem;
  position: relative;
}
.Certification_system .box .swiper .item {
  text-align: center;
}
.Certification_system .box .swiper .item figure {
  height: 3.96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Certification_system .box .swiper .item figure p img {
  width: 1.56rem;
}
.Certification_system .box .swiper .item figure ._l {
  position: absolute;
  left: -0.12rem;
  bottom: 0;
  opacity: 0.2;
}
.Certification_system .box .swiper .item figure ._r {
  position: absolute;
  right: -0.12rem;
  bottom: 0;
  opacity: 0.2;
}
.Certification_system .box .swiper .item figure img {
  max-height: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.Certification_system .box .swiper .item figcaption {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #fff;
  margin-top: 0.4rem;
  line-height: 1;
}
.Certification_system .box .swiper .item .text {
  font-size: var(--f16);
  color: #fff;
  line-height: 1.375;
  height: -webkit-calc(2.75em);
  height: calc(1.375em * 2);
  margin-top: 0.15rem;
  padding: 0 0.7rem;
}
.mbx {
  padding: 0.3rem 0;
}
.mbx .box {
  font-size: var(--f16);
  color: #999;
}
.mbx .box a {
  display: inline;
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mbx .box a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mbx .box a svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mbx .box a svg:hover path {
  fill: #104ba1;
}
.mbx .box a:hover {
  color: #104ba1;
}
.mbx .box span {
  color: #333;
}
.mbx .box i {
  font-size: 12px;
  padding: 0 3px;
}
.mbx1 .box {
  color: #fff;
}
.mbx1 .box a {
  color: #fff;
}
.mbx1 .box a svg path {
  fill: #fff;
}
.mbx1 .box span {
  color: #fff;
}
.News_detail {
  margin-top: 0.5rem;
  padding-bottom: var(--foot);
  margin-bottom: calc(var(--foot) * -1);
}
.News_detail .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.2rem;
}
.News_detail .box .boxLeft .content1 {
  font-size: var(--f40);
}
.News_detail .box .boxLeft .time {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #104ba1;
  font-family: 'PoppinsRegular';
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.News_detail .box .boxLeft .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.77;
}
.News_detail .box .boxLeft .button {
  border-top: 1px solid #D1D1D1;
  padding-top: 0.4rem;
  margin-top: 0.7rem;
}
.News_detail .box .boxLeft .button .left {
  width: 70%;
  display: grid;
  gap: 0.12rem;
}
.News_detail .box .boxLeft .button .left a {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_detail .box .boxLeft .button .left a:hover {
  color: #104ba1;
}
.News_detail .box .boxRight {
  width: 3.8rem;
}
.News_detail .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.News_detail .box .boxRight .sticky .h5 {
  font-size: var(--f34);
  font-weight: var(--bold);
  color: #333;
  margin-bottom: 0.3rem;
}
.News_detail .box .boxRight .sticky ul {
  display: grid;
  gap: 0.2rem;
}
.News_detail .box .boxRight .sticky ul li {
  background: #fff;
  border-radius: var(--r10);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_detail .box .boxRight .sticky ul li a {
  padding: 0.26rem;
}
.News_detail .box .boxRight .sticky ul li a .time {
  font-size: var(--f18);
  color: #104ba1;
  font-family: 'PoppinsRegular';
}
.News_detail .box .boxRight .sticky ul li a .name {
  font-size: var(--f20);
  font-family: var(--bold);
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.13rem;
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .News_detail .box .boxRight .sticky ul li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  .News_detail .box .boxRight .sticky ul li:hover a .name {
    color: #104ba1;
  }
}
.News_01 {
  overflow: hidden;
}
.News_01 .box .swiper .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: var(--r20);
}
.News_01 .box .swiper .item .boxLeft {
  width: 7.5rem;
  aspect-ratio: 750/500;
  border-radius: var(--r20);
  overflow: hidden;
}
.News_01 .box .swiper .item .boxLeft img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_01 .box .swiper .item .boxRight {
  padding: 0 1.3rem 0 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_01 .box .swiper .item .boxRight .content1 {
  font-size: var(--f16);
  color: #104ba1;
  font-family: 'PoppinsRegular';
}
.News_01 .box .swiper .item .boxRight .content2 {
  font-size: var(--f24);
  color: #333;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  margin: 0.1rem 0 0.2rem;
}
.News_01 .box .swiper .item .boxRight .content3 {
  font-size: var(--f18);
  color: #666;
  height: 3.1em;
  max-height: 3.1em;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_01 .box .swiper .item .boxRight .content4 {
  margin-top: 0.7rem;
}
.News_01 .box .swiper .item .boxRight .content4 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.76rem;
  padding: 0 0.3rem;
  text-align: center;
  line-height: max(0.56rem, 32px);
  border-radius: max(0.56rem, 32px);
  border: 1px solid #76b9e5;
  font-size: var(--f16);
  color: #76b9e5;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .News_01 .box .swiper .item:hover .boxLeft img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  .News_01 .box .swiper .item:hover .boxRight .content2 {
    color: #104ba1;
  }
  .News_01 .box .swiper .item:hover .boxRight .content4 p {
    background: #76b9e5;
    color: #fff;
  }
}
.News_01 .controlBox {
  margin-top: 0.6rem;
}
.News_01 .controlBox .banner_page {
  max-width: 3rem;
}
.News_01 .controlBox .banner_page .swiper-pagination-progressbar {
  background: #d9d9d9;
}
.News_01 .controlBox .banner_page .swiper-pagination-progressbar-fill {
  background: #104ba1;
}
.News_02 {
  padding-bottom: var(--foot);
  margin-bottom: calc(var(--foot) * -1);
}
.News_02 .box {
  padding-top: 0.6rem;
  border-top: 1px solid #D1D1D1;
}
.News_02 .box .list {
  display: grid;
  gap: 0.2rem;
}
.News_02 .box .list .item {
  padding: 0.16rem;
  background: #fff;
  border-radius: var(--r20);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_02 .box .list .item .img {
  width: 2.3rem;
  aspect-ratio: 750/500;
  border-radius: var(--r14);
  overflow: hidden;
}
.News_02 .box .list .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_02 .box .list .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.8rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_02 .box .list .item .content .time {
  font-size: var(--f16);
  color: #104ba1;
  font-family: 'PoppinsRegular';
}
.News_02 .box .list .item .content .name {
  font-size: var(--f20);
  font-family: var(--bold);
  color: #333;
  height: 1.6em;
  max-height: 1.6em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 5px;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_02 .box .list .item .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.7rem;
}
.News_02 .box .list .item .button p {
  width: max(0.48rem, 36px);
  height: max(0.48rem, 36px);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #76b9e5;
  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;
}
.News_02 .box .list .item .button p i {
  font-size: var(--f14);
  color: #76b9e5;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .News_02 .box .list .item:hover .img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  .News_02 .box .list .item:hover .content {
    padding-left: 1rem;
  }
  .News_02 .box .list .item:hover .content .name {
    color: #104ba1;
  }
  .News_02 .box .list .item:hover .button p {
    background: #76b9e5;
    border-color: #76b9e5;
  }
  .News_02 .box .list .item:hover .button p i {
    color: #fff;
  }
}
.pu_page {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
}
.pu_page .prev a,
.pu_page .next a {
  width: max(0.6rem, 36px);
  height: max(0.6rem, 36px);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #76b9e5;
  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;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: var(--f16);
  color: #76b9e5;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #76b9e5;
  border-color: #76b9e5;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .number {
  gap: 0.4rem;
  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;
}
.pu_page .number a {
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-family: 'PoppinsRegular';
  font-size: var(--f20);
}
.pu_page .number a:hover {
  color: #76b9e5;
}
.pu_page .number a.active {
  color: #76b9e5;
  font-family: 'PoppinsSemibold';
}
.Advantages_01 {
  position: relative;
  margin-bottom: calc(var(--foot) * -1);
  height: calc(100vh + var(--foot));
}
.Advantages_01 .banner1 .img {
  height: calc(100vh + var(--foot));
  overflow: hidden;
}
.Advantages_01 .banner1 .img img {
  width: 100%;
  height: 100%;
}
.Advantages_01 .banner1 .swiper-slide-active .img img {
  -webkit-animation: filterImg 4s forwards;
  animation: filterImg 4s forwards;
}
.Advantages_01 .orientation {
  position: absolute;
  width: 5.84rem;
  right: var(--interval);
  padding-right: 0.22rem;
  bottom: calc(1rem + var(--foot));
  overflow: hidden;
  z-index: 2;
}
.Advantages_01 .orientation .banner2 {
  width: 100%;
  min-height: 2.9rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--r10);
  padding: 0.3rem 0.4rem;
}
.Advantages_01 .orientation .banner2 .page {
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--f20);
  font-family: 'PoppinsRegular';
}
.Advantages_01 .orientation .banner2 .page .swiper-pagination-current {
  color: #fff;
}
.Advantages_01 .orientation .banner2 .item {
  color: #fff;
}
.Advantages_01 .orientation .banner2 .item .content1 {
  font-size: var(--f36);
  font-weight: var(--bold);
  line-height: 1;
}
.Advantages_01 .orientation .banner2 .item .content2 {
  font-size: var(--f18);
  line-height: 1.6;
  margin-top: 0.14rem;
}
.Advantages_01 .orientation .button {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.Advantages_01 .orientation .button div {
  width: max(0.48rem, 36px);
  height: max(0.48rem, 36px);
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  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;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Advantages_01 .orientation .button div i {
  font-size: var(--f14);
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1;
}
.Advantages_01 .orientation .button div:hover {
  background: #fff;
}
.Advantages_01 .orientation .button div:hover i {
  color: #76b9e5;
}
.Advantages_01 .orienation2 {
  position: absolute;
  bottom: calc(1rem + var(--foot));
  left: var(--interval);
  z-index: 2;
}
.Advantages_01 .orienation2 ul li p {
  cursor: pointer;
  font-size: var(--f48);
  font-weight: var(--bold);
  color: #fff;
  opacity: 0.5;
  line-height: 1.5;
  position: relative;
  padding-left: 0rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Advantages_01 .orienation2 ul li span {
  font-size: 60%;
  position: absolute;
  left: -0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Advantages_01 .orienation2 ul li:hover {
  opacity: 1;
}
.Advantages_01 .orienation2 ul li.active p {
  padding-left: 0.55rem;
  opacity: 1;
}
.Advantages_01 .orienation2 ul li.active span {
  opacity: 1;
  left: 0;
}
.Product_01 {
  overflow: hidden;
}
.Product_01 .box {
  padding-left: var(--interval);
  --h: 4.74rem;
  --w1: 3.55rem;
  --w2: 3.8rem;
}
.Product_01 .box .swiper {
  padding-right: var(--interval);
  padding-top: 1.2rem;
}
.Product_01 .box .swiper .swiper-slide {
  width: var(--w1);
  height: var(--h);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
   
}

.Product_01 .box .swiper .swiper-slide.act{
    -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.Product_01 .box .swiper .swiper-slide .pic {
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.Product_01 .box .swiper .swiper-slide .pic img {
  width: 100%;
}
.Product_01 .box .swiper .swiper-slide .item {
  width: 100%;
  aspect-ratio: 380/474;
  position: relative;
  
      -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .swiper .swiper-slide .item .img {
  border-radius: var(--r10);
  overflow: hidden;
  height: 100%;
}
.Product_01 .box .swiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
}
.Product_01 .box .swiper .swiper-slide .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.4rem 0.35rem;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.Product_01 .box .swiper .swiper-slide .item .orientation .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
  line-height: 1;
}
.Product_01 .box .swiper .swiper-slide .item .orientation .content2 {
  font-size: var(--f16);
  margin-top: 0.16rem;
  line-height: 1.5;
}

/*.Product_01 .box .swiper .swiper-slide-active {*/
/*  width: var(--w2);*/
/*}*/
/*.Product_01 .box .swiper .swiper-slide-active .pic {*/
/*  opacity: 1;*/
/*  top: -0.2rem;*/
/*  -webkit-transform: scale(1);*/
/*  -ms-transform: scale(1);*/
/*  transform: scale(1);*/
/*  -webkit-transition-delay: 0.4s;*/
/*  -o-transition-delay: 0.4s;*/
/*  transition-delay: 0.4s;*/
/*}*/




.Product_01 .box .swiper .swiper-slide:hover {
  width: var(--w2);
}
/*.Product_01 .box .swiper .swiper-slide:hover .item{*/
/*     width: var(--w2);*/
/*}*/
.Product_01 .box .swiper .swiper-slide:hover .pic {
  opacity: 1;
  top: -0.2rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}




.Product_01 .box1 {
  margin-top: 0.4rem;
}
._3d {
  position: relative;
  -webkit-transform: perspective(800px) rotateX(5deg) scale(1);
  transform: perspective(800px) rotateX(5deg) scale(1);
}
.Product_02 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.Product_02 .box {
  position: relative;
  -webkit-transform: perspective(800px) rotateX(5deg) scale(1);
  transform: perspective(800px) rotateX(5deg) scale(1);
}
.Product_02 .box .img {
  border-radius: var(--r20);
  overflow: hidden;
  position: relative;
}
.Product_02 .box .img img {
  width: 100%;
}
.Product_02 .box .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, color-stop(33.44%, rgba(0, 137, 209, 0)), to(rgba(0, 137, 209, 0.6)));
  background: -o-linear-gradient(right, rgba(0, 137, 209, 0) 33.44%, rgba(0, 137, 209, 0.6) 100%);
  background: linear-gradient(270deg, rgba(0, 137, 209, 0) 33.44%, rgba(0, 137, 209, 0.6) 100%);
}
.Product_02 .box .orientation {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.3rem;
  z-index: 2;
}
.Product_02 .box .orientation .content2 {
  font-size: var(--f18);
  line-height: 2;
  margin-top: 0.4rem;
  color: #fff;
}
.Product_03 {
  padding-bottom: 0.4rem;
}
.Product_03 .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin: 0.48rem auto 0;
  max-width: 12.4rem;
  text-align: center;
}
.Product_03 .box {
  margin-top: 0.76rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Product_03 .box .item {
  text-align: center;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product_03 .box .item .content1 p {
  width: 1rem;
  height: 1rem;
  background: rgba(118, 185, 229, 0.15);
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_03 .box .item .content1 p img {
  margin: auto;
  max-width: 48px;
}
.Product_03 .box .item .content2 {
  font-size: var(--f24);
  font-weight: var(--bold);
  margin-top: 0.28rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Product_03 .box .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .Product_03 .box .item:hover .content2 {
    color: #104ba1;
  }
}
.Product_04 {
  overflow: hidden;
}
.Product_04 .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin: 0.48rem auto 0;
  max-width: 11.2rem;
  text-align: center;
}
.Product_04 .box {
  margin-top: 0.7rem;
  margin-bottom: 0.6rem;
}
.Product_04 .box .item .img {
  aspect-ratio: 520/320;
  overflow: hidden;
  border-radius: var(--r10);
  position: relative;
}
.Product_04 .box .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product_04 .box .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.29%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 36.29%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.29%, rgba(0, 0, 0, 0.2) 100%);
}
.Product_04 .box .item .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0.3rem;
  z-index: 3;
}
.Product_04 .box .item .orientation p {
  font-size: var(--f24);
  color: #fff;
  font-weight: var(--bold);
}
@media screen and (min-width: 1200px) {
  .Product_04 .box .item:hover .img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.jbbj {
  background: -webkit-gradient(linear, left top, left bottom, from(#89CFFC), to(#FFFFFF));
  background: -o-linear-gradient(top, #89CFFC 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #89CFFC 0%, #FFFFFF 100%);
}
.Product_details_01 {
  overflow: hidden;
  padding-top: 0.8rem;
}
.Product_details_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.6rem;
  padding-right: 1.2rem;
}
.Product_details_01 .box .boxLeft .content1 {
  font-size: var(--f40);
  line-height: 1;
}
.Product_details_01 .box .boxLeft .content2 {
  font-size: var(--f16);
  line-height: 1.75;
  color: #333;
  margin-top: 0.25rem;
}
.Product_details_01 .box .boxLeft .content3 {
  margin-top: 0.4rem;
  gap: 0.6rem;
  margin-bottom: 0.52rem;
}
.Product_details_01 .box .boxLeft .content3 .item .top {
  font-size: var(--f16);
  color: rgba(17, 17, 17, 0.6);
}
.Product_details_01 .box .boxLeft .content3 .item .bot {
  font-size: var(--f20);
  font-weight: var(--bold);
  color: #111;
  margin-top: 8px;
}
.Product_details_01 .box .boxLeft .content4 {
  gap: 0.12rem;
}
.Product_details_01 .box .boxRight {
  width: 8rem;
}
.Product_details_01 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.Product_details_01 .box .boxRight .swiper {
  border-radius: var(--r20);
  overflow: hidden;
  position: relative;
}
.Product_details_01 .box .boxRight .swiper .item {
  position: relative;
}
.Product_details_01 .box .boxRight .swiper .item picture {
  aspect-ratio: 800/540;
  border-radius: var(--r20);
  overflow: hidden;
}
.Product_details_01 .box .boxRight .swiper .item picture img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product_details_01 .box .boxRight .swiper .item::after {
  background: rgba(16, 75, 161, 0.1);
}
@media screen and (min-width: 1200px) {
  .Product_details_01 .box .boxRight .swiper .item:hover picture img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.Product_details_01 .box .boxRight .swiper .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.64rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_details_01 .box .boxRight .swiper .play svg {
  margin: auto;
}
.Product_details_01 .box .boxRight .swiper .play::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff)) border-box;
  background: -o-linear-gradient(left, transparent, #ffffff) border-box;
  background: linear-gradient(to right, transparent, #ffffff) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.Product_details_01 .box .boxRight .button div {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_details_01 .box .boxRight .button div i {
  font-size: var(--f30);
  color: #fff;
}
.Product_details_01 .box .boxRight .button div:hover {
  opacity: 1;
}
.Product_details_01 .box .boxRight .button .prev {
  left: 0.2rem;
}
.Product_details_01 .box .boxRight .button .next {
  right: 0.2rem;
}
.Product_details_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Product_details_02 .box .item {
  background: #f7f7f7;
  border-radius: var(--r10);
  text-align: center;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  padding: 0.5rem 0;
}
.Product_details_02 .box .item .content1 p {
  width: 1rem;
  height: 1rem;
  background: rgba(118, 185, 229, 0.15);
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_details_02 .box .item .content1 p img {
  margin: auto;
  max-width: 48px;
}
.Product_details_02 .box .item .content2 {
  font-size: var(--f24);
  font-weight: var(--bold);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  margin-left: 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;
}
@media screen and (min-width: 1200px) {
  .Product_details_02 .box .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: transparent;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
}
.Product_details_03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.Product_details_03 .box {
  margin-top: 5.2rem;
}
.Product_details_03 .box .item {
  color: #fff;
}
.Product_details_03 .box .item .top {
  font-size: var(--f56);
  font-family: 'PoppinsSemibold';
  line-height: 1;
}
.Product_details_03 .box .item .top span {
  font-size: var(--f24);
}
.Product_details_03 .box .item .bot {
  font-size: var(--f18);
  line-height: 1;
  margin-top: 0.16rem;
}
.Product_details_03 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.64rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_details_03 .play svg {
  margin: auto;
}
.Product_details_03 .play::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff)) border-box;
  background: -o-linear-gradient(left, transparent, #ffffff) border-box;
  background: linear-gradient(to right, transparent, #ffffff) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.Product_details_04 {
  overflow: hidden;
}
.Product_details_04 .box .swiper-slide {
  border-radius: var(--r10);
  background: #f7f7f7;
  min-height: 1rem;
}
.Product_details_04 .box .swiper-slide .item {
  text-align: center;
  padding: 0.5rem 0.2rem 0.25rem;
}
.Product_details_04 .box .swiper-slide .item figure {
  height: 3.96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Product_details_04 .box .swiper-slide .item figure p {
  width: 1.56rem;
}
.Product_details_04 .box .swiper-slide .item figure ._l {
  position: absolute;
  left: -0.12rem;
  bottom: 0;
  opacity: 0.2;
}
.Product_details_04 .box .swiper-slide .item figure ._r {
  position: absolute;
  right: -0.12rem;
  bottom: 0;
  opacity: 0.2;
}
.Product_details_04 .box .swiper-slide .item figure img {
  max-height: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.Product_details_04 .box .swiper-slide .item figcaption {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #111;
  margin-top: 0.5rem;
  line-height: 1;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product_details_04 .box .swiper-slide .item .text {
  font-size: var(--f16);
  color: #666;
  line-height: 1.375;
  height: -webkit-calc(2.75em);
  height: calc(1.375em * 2);
  margin-top: 0.12rem;
  padding: 0 0.3rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Product_details_04 .box .swiper-slide .item:hover figcaption {
    color: #104ba1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .Product_details_04 .box .swiper-slide .item:hover .text {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.Product_details_05 {
  overflow: hidden;
  padding-bottom: var(--foot);
  margin-bottom: calc(var(--foot) * -1);
}
.Product_details_05 .box .item {
  width: 100%;
  aspect-ratio: 380/474;
  position: relative;
}
.Product_details_05 .box .item .img {
  border-radius: var(--r10);
  overflow: hidden;
  height: 100%;
}
.Product_details_05 .box .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product_details_05 .box .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.4rem 0.35rem;
  z-index: 1;
  color: #fff;
}
.Product_details_05 .box .item .orientation .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
  line-height: 1;
}
.Product_details_05 .box .item .orientation .content2 {
  font-size: var(--f16);
  margin-top: 0.16rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .Product_details_05 .box .item:hover .img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.Technology_01 {
  --gap: 0.5rem;
  --box-right-width: 8.3rem;
  --list-height: calc((var(--box-right-width) - var(--gap)) * 480 / 780 + var(--gap));
  padding-bottom: 0.5rem;
}
.Technology_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.7rem;
  position: relative;
  padding-left: 0.4rem;
}
.Technology_01 .box .boxLeft .timeline {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}
.Technology_01 .box .boxLeft .timeline p {
  width: 100%;
  height: 0%;
  background: #104ba1;
  will-change: height;
}
.Technology_01 .box .boxLeft ul li {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  min-height: 5rem;
  opacity: 0.35;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  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;
}
.Technology_01 .box .boxLeft ul li.active {
  opacity: 1;
}
.Technology_01 .box .boxRight {
  width: var(--box-right-width);
}
.Technology_01 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc((100vh - var(--list-height)) / 2);
}
.Technology_01 .box .boxRight .sticky .list {
  position: relative;
}
.Technology_01 .box .boxRight .sticky .list .img {
  width: calc(100% - var(--gap));
  border-radius: var(--r20);
  aspect-ratio: 780/480;
  overflow: hidden;
  position: relative;
  opacity: 0.2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Technology_01 .box .boxRight .sticky .list .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(118, 185, 229, 0.2);
}
.Technology_01 .box .boxRight .sticky .list .img img {
  width: 100%;
  height: 100%;
}
.Technology_01 .box .boxRight .sticky .list .img:last-child {
  position: absolute;
  right: 0;
  top: var(--gap);
}
.Technology_01 .box .boxRight .sticky .list .active {
  z-index: 2;
  opacity: 1;
}
.Technology_02 {
  overflow: hidden;
}
.Technology_02 .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin: 0.3rem auto 0;
  max-width: 10.6rem;
  text-align: center;
}
.Technology_02 .box {
  margin-top: 0.5rem;
  position: relative;
  height: 4.6rem;
}
.Technology_02 .box .item {
  border-radius: var(--r10);
  overflow: hidden;
  aspect-ratio: 700/461;
}
.Technology_02 .box .item img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Technology_02 .box .item:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.Technology_02 .box .swiper-slide,
.Technology_02 .box .swiper-slide-prev,
.Technology_02 .box .swiper-slide-next,
.Technology_02 .box .swiper-slide-duplicate-prev,
.Technology_02 .box .swiper-slide-duplicate-next {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Technology_02 .box .swiper-slide-active,
.Technology_02 .box .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Technology_02 .banner_button {
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.Technology_02 .banner_button .prev {
  left: var(--interval);
}
.Technology_02 .banner_button .next {
  right: var(--interval);
}
.Technology_03 {
  overflow: hidden;
}
.Technology_03 .box .boxLeft {
  width: 7.8rem;
}
.Technology_03 .box .boxLeft p {
  border-radius: var(--r20);
  aspect-ratio: 780/520;
  overflow: hidden;
}
.Technology_03 .box .boxLeft p img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Technology_03 .box .boxLeft p:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.Technology_03 .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Technology_03 .box .boxRight > div {
  width: 100%;
}
.Technology_03 .box .boxRight .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin-top: 0.3rem;
}
.Technology_05 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.Technology_05 .box {
  position: relative;
}
.Technology_05 .box .img {
  border-radius: var(--r20);
  overflow: hidden;
  position: relative;
}
.Technology_05 .box .img img {
  width: 100%;
}
.Technology_05 .box .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 137, 209, 0.36)), to(rgba(0, 137, 209, 0.36)));
  background: -o-linear-gradient(right, rgba(0, 137, 209, 0.36) 0%, rgba(0, 137, 209, 0.36) 100%);
  background: linear-gradient(270deg, rgba(0, 137, 209, 0.36) 0%, rgba(0, 137, 209, 0.36) 100%);
}
.Technology_05 .box .orientation {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8.2rem;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Technology_05 .box .orientation .content2 {
  font-size: var(--f18);
  line-height: 2;
  margin-top: 0.4rem;
  color: #fff;
}
.Technology_04 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Technology_04 .wMain .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin: 0.3rem auto 0;
  text-align: center;
}
.Technology_04 .box {
  position: relative;
  margin-top: 1.15rem;
}
.Technology_04 .box .svg {
  position: relative;
}
.Technology_04 .box .svg svg {
  width: 100%;
  display: block;
}
.Technology_04 .box .svg .list {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.Technology_04 .box .svg .dot {
  position: absolute;
  width: max(0.15rem, 10px);
  height: max(0.15rem, 10px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.Technology_04 .box .svg .dot .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #104ba1;
}
.Technology_04 .box .svg .dot .text {
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-size: var(--f24);
  line-height: 1;
}
.Technology_04 .box .svg .dot .text .time {
  color: #104ba1;
  font-family: 'PoppinsMedium';
}
.Technology_04 .box .svg .dot .text .name {
  color: #111;
  text-wrap: nowrap;
  margin-top: 0.1rem;
}
.Technology_04 .box .svg .dot .images {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}
.Technology_04 .box .svg .dot .images::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.52rem;
  height: 2.52rem;
  border-radius: 50%;
  background: url(../images/img72.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: rotation 20s linear infinite;
  animation: rotation 20s linear infinite;
}
.Technology_04 .box .svg .dot .images img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Technology_04 .box .svg .dot:nth-child(2n) .text {
  top: auto;
  bottom: 0.5rem;
}
.Technology_04 .box .svg .active .text {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Technology_04 .box .svg .active .images {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Technology_04 .box .wave {
  position: absolute;
  left: 0;
  top: -28%;
  width: 100%;
}
.Technology_04 .box .wave svg {
  display: block;
  width: 200%;
}
.Technology_04 .box .wave svg path {
  stroke-width: 1px;
  -webkit-animation: waveMove 20s linear infinite;
  animation: waveMove 20s linear infinite;
}
.Technology_04 .content_box {
  margin-top: 0.92rem;
  margin-bottom: 0.56rem;
  position: relative;
}
.Technology_04 .content_box .item {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  pointer-events: none;
}
.Technology_04 .content_box .item .top {
  font-size: var(--f32);
  line-height: 1;
}
.Technology_04 .content_box .item .bot {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.22rem;
}
.Technology_04 .content_box .active {
  position: inherit;
  opacity: 1;
  pointer-events: auto;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes waveMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes waveMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.3rem;
}
.About_01 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin-top: 0.4rem;
}
.About_01 .box .boxRight {
  --box-right-width: 6.6rem;
  --list-height: calc(var(--box-right-width) * 440 / 660);
  width: var(--box-right-width);
}
.About_01 .box .boxRight .video {
  aspect-ratio: 660/440;
  border-radius: var(--r10);
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.About_01 .box .boxRight .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 137, 209, 0.2);
}
.About_01 .box .boxRight .video img {
  width: 100%;
  height: 100%;
}
.About_01 .box .boxRight .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.64rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_01 .box .boxRight .video .play svg {
  margin: auto;
}
.About_01 .box .boxRight .video .play::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff)) border-box;
  background: -o-linear-gradient(left, transparent, #ffffff) border-box;
  background: linear-gradient(to right, transparent, #ffffff) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.About_02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 8.7rem;
  position: relative;
}
.About_02 .wMain {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
  z-index: 2;
}
.About_02 .box .item {
  color: #fff;
}
.About_02 .box .item .top {
  font-size: var(--f48);
}
.About_02 .box .item .top p {
  font-size: var(--f24);
  font-family: 'PoppinsSemibold';
  line-height: 1;
}
.About_02 .box .item .top p span {
  font-size: var(--f56);
  line-height: 1;
  display: inline-block;
}
.About_02 .box .item .bot {
  margin-top: 0.2rem;
  font-size: var(--f18);
  line-height: 1.4;
  height: 2.8em;
}
.About_03 {
  padding: 0.5rem 0;
}
.About_03 .box .scroll {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(4, 1fr);
}
.About_03 .box .scroll .item {
  background: #f7f7f7;
  position: relative;
  border-radius: var(--r10);
}
.About_03 .box .scroll .item .img {
  aspect-ratio: 377/500;
  overflow: hidden;
  border-radius: var(--r10);
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_03 .box .scroll .item .img img {
  width: 100%;
  height: 100%;
}
.About_03 .box .scroll .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 125, 218, 0.25)), to(rgba(0, 125, 218, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 125, 218, 0.25) 0%, rgba(0, 125, 218, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 125, 218, 0.25) 0%, rgba(0, 125, 218, 0.5) 100%);
}
.About_03 .box .scroll .item .title {
  position: absolute;
  top: 0.5rem;
  width: 100%;
  padding: 0 0.4rem;
}
.About_03 .box .scroll .item .title .content1 {
  font-size: var(--f32);
  font-weight: var(--bold);
  color: #111;
  line-height: 1;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_03 .box .scroll .item .title .content2 {
  font-family: 'PoppinsRegular';
  font-size: var(--f18);
  color: #666;
  margin-top: 0.1rem;
  padding-bottom: 0.3rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  border-bottom: 1px solid #D9D9D9;
}
.About_03 .box .scroll .item .desc {
  font-size: var(--f16);
  line-height: 1.75;
  color: #333;
  padding: 0 0.4rem;
  bottom: 0.45rem;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_03 .box .scroll .item .desc p {
  margin-top: 0.12rem;
}
.About_03 .box .scroll .item .desc span {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .About_03 .box .scroll .item:hover .img {
    opacity: 1;
  }
  .About_03 .box .scroll .item:hover .title .content1 {
    color: #fff;
  }
  .About_03 .box .scroll .item:hover .title .content2 {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .About_03 .box .scroll .item:hover .desc {
    color: #fff;
  }
}
.About_04 {
  height: 100vh;
  background: url(../images/img76.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  content: layout;
}
.About_04 .box {
  margin-top: 0.6rem;
  position: relative;
}
.About_04 .box .bg {
  position: absolute;
  left: 0;
  top: 40%;
  width: 15.67rem;
  aspect-ratio: 1567/238;
  pointer-events: none;
}
.About_04 .box .bg img {
  width: 100%;
}
.About_04 .box .list {
  padding: 0 var(--interval);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 2.3rem;
  z-index: 2;
  position: relative;
}
.About_04 .box .list .item {
  width: 5.14rem;
}
.About_04 .box .list .item:nth-child(2n-1) {
  margin-top: 0.9rem;
}
.About_04 .box .list .item .content1 {
  aspect-ratio: 514/340;
  overflow: hidden;
  border-radius: var(--r10);
}
.About_04 .box .list .item .content1 img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_04 .box .list .item .content2 {
  font-size: var(--f36);
  line-height: 1;
  color: #104ba1;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  margin-top: 0.32rem;
  margin-bottom: 4px;
}
.About_04 .box .list .item .content3 {
  font-size: var(--f18);
}
@media screen and (min-width: 1200px) {
  .About_04 .box .list .item:hover .content1 img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.About_05 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 8.7rem;
  position: relative;
}
.About_05 .box .boxLeft {
  width: 7.6rem;
}
.About_05 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #fff;
  line-height: 2;
}
.About_05 .box .boxRight {
  padding-left: 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 7.6rem);
}
.About_05 .box .boxRight .banner {
  overflow: hidden;
}
.About_05 .box .boxRight .list .item {
  text-align: center;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_05 .box .boxRight .list .item figure {
  height: 1rem;
  min-height: 50px;
}
.About_05 .box .boxRight .list .item figure img {
  max-height: 100%;
}
.About_05 .box .boxRight .list .item figcaption {
  font-size: var(--f18);
  font-family: 'MM';
  margin-top: 0.16rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  color: #fff;
}
@media screen and (min-width: 12000px) {
  .About_05 .box .boxRight .list .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .About_05 .box .boxRight .list .item:hover figcaption {
    color: #104ba1;
  }
}
.About_05 .box .boxRight .banner4 {
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.About_05 .box .boxRight .banner4 .list {
  width: max-content;
  animation-name: list4_animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.About_05 .box .boxRight .banner4 .list .item {
  padding: 0 0.4rem;
}
.About_05 .box .boxRight .banner4 .list:hover {
  animation-play-state: paused;
}
@keyframes list4_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.About_06 .box .desc {
  max-width: 9.3rem;
  font-size: var(--f18);
  line-height: 2;
}
.About_06 .box1 {
  padding: 0.75rem 0.5rem;
  border-radius: var(--r20);
  background: rgba(231, 244, 255, 0.5);
}
.About_06 .box1 .boxLeft {
  width: 4.6rem;
  --h: 0.65rem;
}
.About_06 .box1 .boxLeft .swiper {
  height: calc(var(--h) * 8);
}
.About_06 .box1 .boxLeft .swiper .swiper-slide {
  height: var(--h);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  cursor: pointer;
  padding-left: 0.5rem;
  border-left: 1px solid #D9D9D9;
}
.About_06 .box1 .boxLeft .swiper .swiper-slide::before {
  content: "";
  width: 2px;
  height: 0px;
  background: #104ba1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .About_06 .box1 .boxLeft .swiper .swiper-slide:hover {
    color: #104ba1;
  }
}
.About_06 .box1 .boxLeft .swiper .swiper-slide-active {
  color: #104ba1;
}
.About_06 .box1 .boxLeft .swiper .swiper-slide-active::before {
  height: 34px;
}
.About_06 .box1 .boxRight {
  width: -webkit-calc(95.4%);
  width: calc(100% - 4.6rem);
  padding-left: 0.5rem;
}
.About_06 .box1 .boxRight .swiper {
  margin-bottom: 0.7rem;
}
.About_06 .box1 .boxRight .swiper .item {
  text-align: center;
}
.About_06 .box1 .boxRight .swiper .item .content1 {
  font-size: var(--f32);
}
.About_06 .box1 .boxRight .swiper .item .content2 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.13rem;
  margin-bottom: 0.38rem;
}
.About_06 .box1 .boxRight .swiper .item .content3 {
  height: 2.8rem;
}
.About_06 .box1 .boxRight .swiper .item .content3 img {
  height: 100%;
}
.About_07 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F4FF), to(rgba(231, 244, 255, 0)));
  background: -o-linear-gradient(top, #E7F4FF 0%, rgba(231, 244, 255, 0) 100%);
  background: linear-gradient(180deg, #E7F4FF 0%, rgba(231, 244, 255, 0) 100%);
  position: relative;
  --rotation-stage-height: 4.7rem;
  --rotation-radius: 82vw;
  --rotation-pivot-offset: calc(var(--rotation-radius) - var(--rotation-stage-height));
  --rotation-card-width: 1.4rem;
  --rotation-card-ratio: 1/1;
  --rotation-card-gap-ratio: 1;
  --rotation-card-gap: calc(var(--rotation-card-width) * var(--rotation-card-gap-ratio));
}
.About_07 .desc {
  max-width: 10.6rem;
  font-size: var(--f18);
  line-height: 2;
  margin: 0.5rem auto 0;
  text-align: center;
}
.About_07 .box {
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.About_07 .box .bg {
  position: absolute;
  left: -1.5rem;
  top: 0.86rem;
  width: 23rem;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(50%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 0%, #000 50%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(50%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, transparent, #000 0%, #000 50%, transparent);
}
.About_07 .box .bg img {
  width: 100%;
}
.About_07 .box .button {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.about-rotation__stage {
  bottom: 0;
  cursor: grab;
  height: var(--rotation-stage-height);
  left: 0;
  position: relative;
  touch-action: none;
  user-select: none;
  width: 100%;
  z-index: 2;
}
.about-rotation__stage:active {
  cursor: grabbing;
}
.about-rotation__arc {
  aspect-ratio: 1/1;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  bottom: calc(var(--rotation-pivot-offset) * -1);
  left: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(var(--rotation-radius) * 2);
  display: none;
}
.about-rotation__wheel {
  bottom: calc(var(--rotation-pivot-offset) * -1);
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  will-change: transform;
}
.about-rotation__card {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: var(--rotation-card-width);
  will-change: transform;
  -webkit-box-shadow: 0px 0px 16px rgba(16, 75, 161, 0.1);
  box-shadow: 0px 0px 16px rgba(16, 75, 161, 0.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.about-rotation__card .about-rotation__card-media {
  aspect-ratio: 1/1;
  border-radius: 0.1rem;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about-rotation__card .about-rotation__card-media img,
.about-rotation__card .about-rotation__card-media video {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  max-height: 43px;
}
.about-rotation__card:hover {
  background: #104ba1;
}
.about-rotation__card:hover .about-rotation__card-media img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 699px) {
  .About_Rotation {
    --rotation-stage-height: 3.6rem;
    --rotation-radius: 95vw;
    --rotation-card-width: 1.5rem;
    --rotation-card-gap-ratio: 0.2;
  }
}
@media screen and (max-width: 1680px) {
  .about-rotation__card .about-rotation__card-media img,
  .about-rotation__card .about-rotation__card-media video {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Certification_system .box .swiper .item figure {
    height: 3.76rem;
  }
}
@media screen and (max-width: 1500px) {
  .footer .box .boxRight .item {
    margin-left: 0.5rem;
  }
  .About_Us .box .boxLeft .dataList {
    width: 7.7rem;
  }
  .About_Us .box .boxLeft .dataList .item:nth-child(1),
  .About_Us .box .boxLeft .dataList .item:nth-child(4) {
    width: 3.15rem;
  }
  .About_04 .box {
    margin-top: 1.2rem;
  }
  .Product_03 .box .item .content1 p img,
  .Product_details_02 .box .item .content1 p img,
  .Traceability_details_02 .box .item .content1 p img,
  .HR_01 .box .item .content1 img,
  .Advantage .orientation1 .item .content figure img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1450px) {
  .Product_01 .box .swiper .swiper-slide .item .orientation .content2 {
    height: 3em;
  }
  .Product_details_01 .box .boxLeft {
    padding-right: 1rem;
  }
  .Technology_01 .box .boxLeft {
    padding-right: 1.4rem;
  }
  .Technology_02 .desc {
    max-width: 11.6rem;
  }
  .InnovationDevelopment .item .orientation .card {
    width: 7.2rem;
  }
  .Traceability_code_search .orientation .content2 input {
    height: max(0.66rem, 42px);
  }
  .Traceability_details_01 .box .boxRight {
    width: 7rem;
  }
  .Traceability_details_01 .box1 table tr td {
    font-size: var(--f18);
  }
  .footer .box .boxLeft {
    max-width: 5.2rem;
  }
  .Contact_01 .box .boxRight form .item input {
    height: 48px;
  }
  .Contact_01 .box .boxLeft .ewm figure {
    width: 1.3rem;
  }
}
@media screen and (max-width: 1400px) {
  .Header_Container .box nav .item > p a {
    font-size: var(--f16);
  }
  .About_03 .box .scroll .item .img {
    aspect-ratio: 377/510;
  }
  .Product_04 .desc,
  .Technology_02 .desc {
    max-width: 12.4rem;
  }
  .InnovationDevelopment .item .orientation .card {
    width: 7.3rem;
  }
  .About_Us .box .boxLeft .dataList {
    margin-top: 0.5rem;
  }
  .InnovationDevelopment .item .orientation {
    bottom: 0.7rem;
  }
}
@media screen and (max-width: 1281px) {
  .InnovationDevelopment .item .orientation .card {
    padding: 0.4rem;
  }
  .About_Us .maskPosi .MapPic img {
    width: 6.9rem;
  }
  .About_Us .box .boxLeft .dataList .item .top span {
    font-size: var(--f46);
  }
  .About_Us .box .boxLeft .dataList .item {
    margin-bottom: 0.5rem;
  }
  .About_Us .box .boxLeft .desc {
    font-size: var(--f16);
  }
  .About_03 .box .scroll .item .desc {
    font-size: var(--f14);
    padding: 0 0.4rem;
  }
  .footer .box .boxRight .item {
    margin-left: 0.4rem;
  }
  .Advantages_01 .orientation .banner2 .item .content2 {
    font-size: var(--f16);
  }
  .mbx .box a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Traceability_01 .box .content .desc {
    max-width: 7rem;
  }
  .Traceability_02 .box .swiper .item figure {
    height: 3.5rem;
  }
  .footer .box .boxLeft {
    max-width: 4.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .Advantage .orientation1 .item {
    margin-bottom: 0;
  }
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 48vh;
  }
  .Home_Banner .banner .swiper-slide .Cotton {
    display: none;
  }
  .Home_Banner .banner .swiper-slide .Cotton div img {
    width: 3.18rem;
  }
  .About_Us {
    height: auto;
    min-height: 100vh;
    padding-bottom: 0.6rem;
  }
  .About_Us .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;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    filter: none !important;
  }
  .About_Us .box .boxLeft {
    width: 100%;
  }
  .About_Us .box .boxLeft .desc {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
    overflow: visible;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  .About_Us .box .boxLeft .dataList {
    width: 100%;
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 0.2rem;
  }
  .About_Us .box .boxLeft .dataList .item {
    width: auto;
    margin-bottom: 0;
  }
  .About_Us .box .boxLeft .dataList .item:nth-child(1),
  .About_Us .box .boxLeft .dataList .item:nth-child(2),
  .About_Us .box .boxLeft .dataList .item:nth-child(4),
  .About_Us .box .boxLeft .dataList .item:nth-child(5) {
    width: auto;
  }
  .About_Us .box .boxLeft .dataList .item .top span {
    font-size: var(--f48);
  }
  .About_Us .box .boxRight {
    display: none;
  }
  .About_Us .maskPosi {
    position: relative;
    inset: auto;
    margin-top: 0rem;
    padding: 0 var(--interval);
    min-height: 3rem;
  }
  .About_Us .maskPosi .MapPic {
    position: relative;
    right: auto !important;
    top: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0;
    text-align: center;
  }
  .About_Us .maskPosi .MapPic img {
    width: 100%;
    max-width: 5.6rem;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 0 auto;
    display: block;
  }
  .Product .box .swiper .swiper-slide:hover .item {
    transform: scale(1);
  }
  .Product .box {
    padding-left: var(--interval);
    margin-top: 0.5rem;
  }
  .Product .box .swiper.product-swiper--pad {
    -webkit-perspective: none;
    perspective: none;
    padding: 0.5rem var(--interval) 0.6rem 0;
  }
  .Product .box .swiper.product-swiper--pad .swiper-slide .item .img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .Product .box .swiper.product-swiper--pad .swiper-slide .item .orientation {
    padding: 0.28rem;
  }
  .Product .box .swiper.product-swiper--pad .swiper-slide .item .orientation .content1 {
    font-size: var(--f20);
  }
  .Product .box .swiper.product-swiper--pad .swiper-slide .item .orientation .content2 {
    line-height: 1.4;
    height: 2.8em;
  }
  .Product .box .swiper.product-swiper--pad .swiper-slide .pic {
    transform: scale(1);
    opacity: 1;
  }
  .Advantage .img img {
    height: auto;
    min-height: 55vh;
    aspect-ratio: 1920/970;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .Advantage .orientation {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 0.94rem;
  }
  .Advantage .orientation1 {
    top: auto;
    bottom: 0.5rem;
    height: auto;
  }
  .Advantage .orientation1 .wMain {
    padding-left: 0;
    padding-right: 0;
  }
  .Advantage .orientation1 .list {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .Advantage .orientation1 .list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Advantage .orientation1 .list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Advantage .orientation1 .list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Advantage .orientation1 .list {
      scrollbar-color: #104ba1 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Advantage .orientation1 .list .scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    gap: 0.2rem;
  }
  .Advantage .orientation1 .list .scroll .content {
    position: initial;
  }
  .Product_03 .box .item .content1 p img,
  .Product_details_02 .box .item .content1 p img,
  .Traceability_details_02 .box .item .content1 p img,
  .HR_01 .box .item .content1 img,
  .Advantage .orientation1 .item .content figure img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .News {
    --w1: 0.35rem;
  }
  .News .box {
    margin-top: 0.6rem;
  }
  .News .news_item .content2 {
    margin: 0.2rem 0 0.4rem;
  }
  .News .controlBox {
    margin-top: 0.5rem;
  }
  .footer .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer .box .boxLeft {
    max-width: 100%;
    width: 100%;
  }
  .footer .box .boxLeft .content {
    margin-top: 0.6rem;
  }
  .footer .box .boxRight {
    display: none;
  }
  .footer .box1 {
    -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.24rem;
    padding: 0.3rem 0;
  }
  .footer .box1 .right {
    -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;
  }
  .footer .box1 .right p {
    margin-left: 0;
    margin-top: 0.16rem;
  }
  .footer .box1 .right span,
  .footer .box1 .right a,
  .footer .box1 .right p {
    font-size: 14px;
  }
  .About_01 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .About_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .About_01 .box .boxRight {
    width: 100%;
    --box-right-width: 100%;
  }
  .About_01 .box .boxRight .video {
    position: relative;
    top: auto;
  }
  .About_01 .box .boxRight .video .play {
    width: 0.74rem;
  }
  .About_02 {
    height: auto;
    min-height: 6rem;
    background-attachment: scroll;
    padding: 0.6rem 0;
  }
  .About_02 .wMain {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .About_02 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem 0.24rem;
  }
  .About_02 .box .item .top {
    font-size: var(--f36);
  }
  .About_02 .box .item .top p span {
    font-size: var(--f42);
  }
  .About_02 .box .item .bot {
    height: auto;
    font-size: var(--f16);
  }
  .About_03 .box .scroll {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.24rem;
  }
  .About_03 .box .scroll .item .img {
    opacity: 1;
  }
  .About_03 .box .scroll .item .title .content1 {
    color: #fff;
  }
  .About_03 .box .scroll .item .title .content2 {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .About_03 .box .scroll .item .desc {
    color: #fff;
    max-height: -webkit-calc(17.5em);
    max-height: calc(1.75em * 10);
  }
  .About_04 {
    height: auto;
    overflow: visible;
    padding-bottom: 0.4rem;
  }
  .About_04 .box {
    margin-top: 0.4rem;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
    padding-left: var(--interval);
    padding-right: var(--interval);
  }
  .About_04 .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_04 .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #76b9e5;
  }
  .About_04 .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .About_04 .box {
      scrollbar-color: #76b9e5 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .About_04 .box .bg {
    width: 9rem;
  }
  .About_04 .box .list {
    padding: 0;
    gap: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .About_04 .box .list .item {
    width: 4.2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .About_04 .box .list .item:nth-child(2n-1) {
    margin-top: 0.5rem;
  }
  .About_04 .box .list .item .content2 {
    font-size: var(--f30);
  }
  .About_05 {
    height: auto;
    min-height: 6rem;
    background-attachment: scroll;
    padding-bottom: 0rem;
  }
  .About_05 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .About_05 .box .boxLeft {
    width: 100%;
  }
  .About_05 .box .boxRight {
    width: 100%;
    padding-left: 0;
  }
  .About_06 .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.3rem;
  }
  .About_06 .box .desc {
    max-width: 100%;
  }
  .About_06 .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 0.3rem;
    gap: 0.5rem;
  }
  .About_06 .box1 .boxLeft {
    width: 100%;
  }
  .About_06 .box1 .boxLeft .swiper {
    height: calc(var(--h) * 8);
  }
  .About_06 .box1 .boxRight {
    width: 100%;
    padding-left: 0;
  }
  .About_06 .box1 .boxRight .swiper .item .content1 {
    font-size: var(--f28);
  }
  .About_06 .box1 .boxRight .swiper .item .content3 {
    min-height: 2.4rem;
  }
  .About_07 {
    --rotation-stage-height: 4.2rem;
    --rotation-radius: 88vw;
    --rotation-card-width: 1.5rem;
  }
  .About_07 .box .bg {
    width: 18rem;
    left: -2rem;
  }
  .About_07 .desc,
  .Product_03 .desc,
  .Product_04 .desc,
  .Technology_02 .desc {
    max-width: 100%;
  }
  .Product_02 .box,
  .Technology_05 .box {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .Product_02 .box .img img,
  .Technology_05 .box .img img {
    min-height: 6rem;
  }
  .Product_details_04 .box .swiper-slide .item figure {
    height: 3.46rem;
  }
  .Product_details_04 .box .swiper-slide .item figure p,
  .Certification_system .box .swiper .item figure p img {
    width: 1.36rem;
  }
  .Product_details_01 {
    padding-top: 0.5rem;
  }
  .Product_details_01 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .Product_details_01 .box .boxLeft {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .Product_details_01 .box .boxLeft .content3 {
    gap: 0.3rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Product_details_01 .box .boxLeft .content4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Product_details_01 .box .boxRight {
    width: 100%;
  }
  .Product_details_01 .box .boxRight .sticky {
    position: relative;
    top: auto;
  }
  .Product_details_02 .box {
    gap: 0.2rem;
  }
  .Product_details_02 .box .item {
    padding: 0.4rem 0.16rem;
  }
  .Product_details_02 .box .item .content1 p {
    width: 0.9rem;
    height: 0.9rem;
  }
  .Product_details_03 {
    background-attachment: scroll;
  }
  .Product_details_03 .box {
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem 0.24rem;
  }
  .Product_details_03 .box .item {
    text-align: center;
  }
  .Product_details_03 .box .item .top {
    font-size: var(--f36);
  }
  .Product_details_03 .box .item .top span {
    font-size: var(--f18);
  }
  .Product_details_03 .box .item .bot {
    font-size: var(--f16);
    margin-top: 0.12rem;
  }
  .Product_details_03 .play {
    top: 38%;
  }
  .Technology_03 .box {
    gap: 0.5rem;
  }
  .Technology_03 .box .boxLeft {
    width: 100%;
  }
  .Technology_03 .box .boxRight {
    width: 100%;
    padding-left: 0;
  }
  .Technology_01 {
    --box-right-width: 100%;
    overflow: hidden;
  }
  .Technology_01 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .Technology_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .Technology_01 .box .boxLeft .timeline {
    display: none;
  }
  .Technology_01 .box .boxLeft ul li {
    min-height: auto;
    opacity: 0.35;
    padding-bottom: 0.24rem;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .Technology_01 .box .boxLeft ul li.active {
    opacity: 1;
  }
  .Technology_01 .box .boxLeft ul li:last-child {
    padding-bottom: 0;
  }
  .Technology_01 .box .boxRight {
    width: 100%;
  }
  .Technology_01 .box .boxRight .sticky {
    position: relative;
    top: auto;
  }
  .Advantages_01 .orienation2 {
    display: none;
  }
  .Advantages_01 .banner1 .img,
  .Advantages_01 {
    height: 70vh;
  }
  .Advantages_01 .orientation {
    width: 90vw;
    bottom: calc(0.5rem + var(--foot));
  }
  .Advantages_01 .orientation .banner2 .item .content2 {
    margin-top: 0.2rem;
  }
  .Advantages_01 .orientation .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Certification_system .desc .swiper {
    height: -webkit-calc(11.9em);
    height: calc(1.7em * 7);
  }
  .Certification_system .box .swiper .item figure {
    height: 3.76rem;
  }
  .banner_button.posi {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.2rem;
    margin-top: 0.5rem;
  }
  .banner_button.posi div {
    position: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fullBanner,
  .fullBanner > div > div > section,
  .InnovationDevelopment .item .img {
    height: calc(100vh - var(--nav_height));
  }
  .InnovationDevelopment .item .orientation {
    bottom: 2rem;
  }
  .News_01 .box .swiper {
    border-radius: var(--r20);
    overflow: hidden;
  }
  .News_01 .box .swiper .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .News_01 .box .swiper .item .boxLeft {
    width: 100%;
  }
  .News_01 .box .swiper .item .boxRight {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 0.4rem 0.3rem 0.3rem;
  }
  .News_01 .box .swiper .item .boxRight .content4 {
    margin-top: 0.4rem;
  }
  .News_01 .controlBox {
    margin-top: 0.5rem;
  }
  .News_02 .box {
    padding-top: 0.4rem;
  }
  .News_02 .box .list .item .img {
    width: 2.4rem;
  }
  .News_02 .box .list .item .content {
    padding: 0 0.3rem;
  }
  .News_02 .box .list .item .button {
    padding-right: 0.2rem;
  }
  .News_02 .box .pu_page {
    margin-top: 0.5rem;
    gap: 0.24rem;
  }
  .News_detail .box .boxLeft .content1 {
    font-size: var(--f34);
  }
  .title_01 .h5,
  .Inner_banner .orientation .title,
  .InnovationDevelopment .item .orientation .card .content1,
  .Traceability_code_search .orientation .content1,
  .Traceability_details_01 .box .boxLeft .content1 {
    font-size: var(--f40);
  }
  .News_detail {
    margin-top: 0.4rem;
  }
  .News_detail .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .News_detail .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .News_detail .box .boxLeft .button {
    -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.3rem;
  }
  .News_detail .box .boxLeft .button .left {
    width: 100%;
  }
  .News_detail .box .boxRight {
    width: 100%;
  }
  .News_detail .box .boxRight .sticky {
    position: relative;
    top: auto;
  }
  .Traceability_code_search .img img {
    height: 70vh;
  }
  .Traceability_search_list .box .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Traceability_details_01 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .Traceability_details_01 .box .boxLeft {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .Traceability_details_01 .box .boxRight {
    width: 100%;
  }
  .Traceability_details_01 .box .boxRight .sticky {
    position: relative;
    top: auto;
  }
  .Traceability_details_01 .box1 {
    margin-top: 0.5rem;
  }
  .Traceability_details_01 .box1 .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
  }
  .Traceability_details_01 .box1 .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Traceability_details_01 .box1 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #76b9e5;
  }
  .Traceability_details_01 .box1 .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Traceability_details_01 .box1 .scroll {
      scrollbar-color: #76b9e5 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Traceability_details_01 .box1 table {
    min-width: 150%;
  }
  .Traceability_details_02 .box {
    gap: 0.2rem;
  }
  .Traceability_details_02 .box .item {
    padding: 0.4rem 0.16rem 0.3rem;
  }
  .Traceability_details_03 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .Traceability_details_03 .box .item figure {
    height: 0.8rem;
  }
  .Traceability_details_04 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
    --w: 100%;
  }
  .Traceability_details_04 .box .item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .Traceability_details_04 .box .item .img::after {
    opacity: 1;
  }
  .Traceability_details_04 .box .item .orientation {
    width: 100%;
    padding: 0.3rem 0.4rem;
  }
  .Traceability_details_04 .box .item .orientation .content {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 0.16rem;
  }
  .Traceability_01 .box {
    padding: 1rem 0 1.2rem;
    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;
    gap: 0.5rem;
  }
  .Traceability_01 .box .img {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .Traceability_01 .box .img img {
    width: 100%;
    max-width: 6rem;
    margin: 0 auto;
    display: block;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .Traceability_01 .box .content {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    filter: none !important;
  }
  .Traceability_01 .box .content .desc {
    max-width: 100%;
    margin-top: 0.4rem;
    font-size: var(--f16);
  }
  .Traceability_01 .box .content .desc p {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .Traceability_02 {
    min-height: auto;
    background-attachment: scroll;
    padding-bottom: 0rem;
  }
  .Traceability_02 .desc {
    margin-top: 0.4rem;
    font-size: var(--f16);
  }
  .Traceability_02 .box {
    margin-top: 0.8rem;
    padding: 0;
  }
  .Traceability_02 .box .swiper .item figure {
    height: 4.2rem;
  }
  .Traceability_02 .box .swiper .item figcaption {
    margin-top: 0.24rem;
    font-size: var(--f18);
  }
  .Traceability_03 .content {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    filter: none !important;
  }
  .Traceability_03 .content .desc {
    max-width: 100%;
    margin-top: 0.4rem;
    font-size: var(--f16);
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .Traceability_03 .box {
    margin-top: 0.3rem;
    height: 4.5rem;
    width: 100%;
    margin-left: 0;
  }
  .Traceability_03 .box .img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .Traceability_03 .box .mask .scroll {
    opacity: 1 !important;
  }
  .Traceability_03 .box .mask .scroll p img {
    width: 12rem;
  }
  .Contact_01 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .Contact_01 .box .title_01 {
    margin-bottom: 0.4rem;
  }
  .Contact_01 .box .boxLeft {
    width: 100%;
  }
  .Contact_01 .box .boxLeft ul {
    gap: 0.24rem;
  }
  .Contact_01 .box .boxLeft ul li .top {
    font-size: var(--f16);
  }
  .Contact_01 .box .boxLeft ul li .bot {
    font-size: var(--f20);
  }
  .Contact_01 .box .boxLeft ul li .bot .phone {
    font-size: var(--f28);
  }
  .Contact_01 .box .boxLeft .ewm {
    margin-top: 0.4rem;
  }
  .Contact_01 .box .boxLeft .ewm figure {
    width: 1.1rem;
  }
  .Contact_01 .box .boxRight {
    width: 100%;
  }
  .Contact_01 .box .boxRight form .list1 {
    gap: 0.16rem;
  }
  .Contact_01 .box .boxRight form .item input,
  .Contact_01 .box .boxRight form .item textarea {
    height: 48px;
    font-size: var(--f16);
  }
  .Contact_01 .box .boxRight form .item textarea {
    height: 1.6rem;
  }
  .Contact_01 .box .boxRight form .item p {
    font-size: var(--f16);
  }
  .Contact_01 .box .boxRight form .list4 {
    margin-bottom: 0.4rem;
  }
  .Contact_01 .box1 {
    margin-top: 0.5rem;
  }
  .HR_01 .desc {
    font-size: var(--f18);
    margin-top: 0.3rem;
  }
  .HR_01 .box {
    margin-top: 0.6rem;
    padding: 0.5rem 0;
  }
  .HR_01 .box .scroll {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.24rem;
  }
  .HR_01 .box .item > div {
    min-height: auto;
    padding: 0.4rem 0.3rem 0.3rem;
  }
  .HR_01 .box .item .content2 {
    margin-top: 0.4rem;
    font-size: var(--f20);
  }
  .HR_01 .box .item .content3 {
    font-size: var(--f14);
  }
  .Hellow {
    width: 1rem;
  }
  .Technology_04 .wMain .desc {
    font-size: var(--f16);
  }
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::before,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::after,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
    background: #76b9e5;
  }
  .Home_Banner .banner .video .phone .play {
    right: 50%;
    transform: translateX(50%);
    bottom: 1.6rem;
  }
  .HellowLayer .box .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /*.loading{*/
  /*    display: block;*/
  /*}*/
  /*.loading {*/
  /*  opacity: 0 !important;*/
  /*  pointer-events: none;*/
  /*  visibility: hidden;*/
  /*  z-index: -999;*/
  /*}*/
  .Technology_02 .box {
    height: 3.5rem;
  }
}
@media screen and (max-width: 699px) {
  .Technology_02 .box {
    height: 3.7rem;
  }
  .Technology_04 .content_box {
    margin-top: 1.5rem;
  }
  .Hellow {
    width: 1.4rem;
  }
  .About_03 .box .scroll .item .desc {
    max-height: 14em;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
    width: -webkit-calc(99.7%);
    width: calc(100% - 0.3rem);
  }
  .About_03 .box .scroll .item .desc::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_03 .box .scroll .item .desc::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .About_03 .box .scroll .item .desc::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .About_03 .box .scroll .item .desc {
      scrollbar-color: #104ba1 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_Banner .page {
    width: 100%;
  }
  .Home_Banner .page div {
    text-align: center;
  }
  .Home_Banner .page div .swiper-pagination-bullet .bullet_outer {
    width: 1.3rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f20);
    margin-top: 10px;
  }
  .About_Us .box .boxLeft .dataList {
    grid-template-columns: repeat(2, 1fr);
  }
  .Advantage .orientation1 .item .content {
    width: 220px;
  }
  .footer .box1 .left ul li a {
    width: 40px;
    height: 40px;
  }
  .footer .box1 .left ul li a img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .footer .box1 .right span,
  .footer .box1 .right a,
  .footer .box1 .right p {
    font-size: 12px;
  }
  .footer .zhulu {
    margin-left: -8px;
  }
  .footer .box .boxLeft .logo img {
    height: 36px;
  }
  .footer .box .boxLeft .content ul li span {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    margin-right: 5px;
  }
  .Product .box .swiper.product-swiper--pad .swiper-slide .item .orientation .content1 {
    font-size: var(--f24);
  }
  .Inner_banner picture img {
    min-height: 4.2rem;
  }
  .About_01 .box .boxRight .video .play,
  .Product_details_01 .box .boxRight .swiper .play,
  .Product_details_03 .play {
    width: 1rem;
  }
  .About_01 .box .boxRight .video .play svg,
  .Product_details_01 .box .boxRight .swiper .play svg,
  .Product_details_03 .play svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Product_details_03 .box {
    margin-top: 2.3rem;
  }
  .About_02 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .About_02 {
    min-height: 7rem;
    padding: 0.8rem 0;
  }
  .About_04 .box {
    margin-top: 0.7rem;
  }
  .About_03 .box .scroll .item .desc {
    font-size: 10px;
    max-height: -webkit-calc(10.5em);
    max-height: calc(1.75em * 6);
  }
  .About_03 .box .scroll .item .title .content1 {
    font-size: var(--f24);
  }
  .About_06 .box1 .boxLeft {
    display: none;
  }
  .About_07 {
    --rotation-stage-height: 5rem;
    --rotation-radius: 78vw;
    --rotation-card-width: 90px;
  }
  .about-rotation__card .about-rotation__card-media img,
  .about-rotation__card .about-rotation__card-media video {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Product_01 .box .swiper .swiper-slide .pic {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .Product_02 .box .orientation .content2,
  .Technology_05 .box .orientation .content2 {
    height: 10em;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Product_02 .box .orientation .content2::-webkit-scrollbar,
  .Technology_05 .box .orientation .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_02 .box .orientation .content2::-webkit-scrollbar-thumb,
  .Technology_05 .box .orientation .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Product_02 .box .orientation .content2::-webkit-scrollbar-track,
  .Technology_05 .box .orientation .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Product_02 .box .orientation .content2,
    .Technology_05 .box .orientation .content2 {
      scrollbar-color: #104ba1 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Product_02 .box .orientation {
    left: 5vw;
    width: 80vw;
  }
  .Technology_05 .box .orientation {
    width: 90%;
  }
  .Product_03 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .Product_03 .box .item .content2,
  .Product_details_01 .box .boxLeft .content3 .item .bot {
    font-size: var(--f22);
  }
  .Product_01 .box .swiper {
    padding-top: 1.8rem;
  }
  .Product_01 .box .swiper .swiper-slide .pic {
    top: -1.1rem;
  }
  .Product_details_02 .box,
  .Traceability_details_02 .box,
  .Traceability_details_03 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_details_02 .box .item {
    padding: 0.2rem 0.1rem;
  }
  .Product_details_02 .box .item .content2 {
    margin-left: 15px;
  }
  .Product_03 .box .item .content1 p,
  .Product_details_02 .box .item .content1 p,
  .Traceability_details_02 .box .item .content1 p,
  .HR_01 .box .item .content1,
  .Advantage .orientation1 .item .content figure {
    width: 60px;
    height: 60px;
  }
  .Product_03 .box .item .content1 p img,
  .Product_details_02 .box .item .content1 p img,
  .Traceability_details_02 .box .item .content1 p img,
  .HR_01 .box .item .content1 img,
  .Advantage .orientation1 .item .content figure img {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .Product_details_04 .title_01 .h5,
  .Product_details_05 .title_01 .h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Product_details_04 .box .swiper-slide .item {
    padding: 0.6rem 0.2rem;
  }
  .Product_details_04 .box .swiper-slide .item figure,
  .Traceability_02 .box .swiper .item figure {
    height: 5rem;
  }
  .Product_details_05 .box {
    width: -webkit-calc(105%);
    width: calc(100% + 5vw);
  }
  .Product_details_05 .box .swiper {
    padding-right: 5vw;
  }
  .Technology_04 .content_box .item .bot {
    padding: 0 5vw;
  }
  .InnovationDevelopment .item .orientation {
    bottom: 15%;
  }
  .Certification_system .desc .swiper {
    height: -webkit-calc(8.5em);
    height: calc(1.7em * 5);
    font-size: var(--f16);
  }
  .Certification_system .box .swiper .item figure ._l {
    left: 0.9rem;
  }
  .Certification_system .box .swiper .item figure ._r {
    right: 0.9rem;
  }
  .News_02 .box .list .item .button {
    display: none;
  }
  .News_02 .box .list .item .content .name {
    height: 3.2em;
    max-height: 3.2em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  :root {
    --r10: 5px;
    --r14: 8px;
    --r20: 0.2rem;
  }
  .pu_page .number {
    display: none;
  }
  .Traceability_code_search .orientation .content2 input {
    width: 100%;
  }
  .Traceability_search_list .box .list .item figcaption {
    padding: 0 0.3rem;
  }
  .Traceability_details_02 .box .item .content2 {
    font-size: var(--f22);
  }
  .Traceability_details_02 .box .item .content3 {
    font-size: var(--f16);
  }
  .Traceability_details_04 .box .item .orientation .desc {
    line-height: 1.7;
    height: -webkit-calc(8.5em);
    height: calc(1.7em * 5);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Traceability_details_04 .box .item .orientation .desc::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Traceability_details_04 .box .item .orientation .desc::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Traceability_details_04 .box .item .orientation .desc::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Traceability_details_04 .box .item .orientation .desc {
      scrollbar-color: #104ba1 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Traceability_details_04 .box .item .img {
    min-height: 5rem;
  }
  .Traceability_details_01 .box1 table {
    min-width: 300%;
  }
  .footer::before {
    border-radius: 0.45rem 0.45rem 0 0;
  }
  .Contact_01 .box .boxLeft .ewm figure {
    width: 2rem;
  }
  .Contact_01 .box .boxRight form .item input {
    height: 40px;
  }
  .Contact_01 .box1 a {
    width: 2.52rem;
    line-height: 0.86rem;
  }
  .Contact_01 .box1 img {
    min-height: 4.2rem;
  }
  .HellowLayer {
    right: 3vw;
    width: 94vw;
  }
  .HellowLayer .box {
    padding: 0.4rem 0.3rem 0.35rem;
  }
  .HellowLayer .box .close {
    width: 30px;
    height: 30px;
  }
  .HellowLayer .box .list {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding-right: 0;
  }
  .HellowLayer .box .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem 0.24rem;
  }
  .HellowLayer .box .list ul li .top {
    font-size: var(--f14);
  }
  .HellowLayer .box .list ul li .bot {
    font-size: var(--f16);
  }
  .HellowLayer .box .list ul li .bot .phone {
    font-size: var(--f20);
  }
  .HellowLayer .box .list .ewm {
    justify-self: start;
  }
  .HellowLayer .box .list .ewm figure {
    width: 1.6rem;
  }
  .About_06 .box1 .boxRight .swiper .item .content2 {
    line-height: 1.5;
    height: 3em;
  }
}
.Technology_04 .box .svg .dot {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


.Traceability_details_01_ {
  position: relative;
  overflow: initial;
}
.Traceability_details_01_ .box .boxLeft {
  opacity: 0;
  min-height: 4rem;
}
@media screen and (max-width: 1500px) {
  .Traceability_details_01_ .box .boxLeft {
    min-height: 330px;
  }
  .Traceability_details_04 .box {
    --w: 10rem;
}
  
  
}
@media screen and (max-width: 1200px) {
  .Traceability_details_01_ .box .boxLeft {
    min-height: initial;
  }
  .Traceability_details_01 .box .boxRight .swiper .play{
      width: 0.84rem;
  }
}
.Traceability_details_01_ .box1 {
  opacity: 0;
}
/*# sourceMappingURL=./style.css.map */