body {
  background: #000;
}
body::-webkit-scrollbar {
  display: none;
}
html {
  scrollbar-width: none; /* Firefox */
}
/*body{*/
/*    scrollbar-width: none;*/
/*    -ms-overflow-style: none;*/
/*}*/

:root {
  --swiper-theme-color: #0001FC;
  --bold: 500;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 1rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #0001FC;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: 0;
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
@media screen and (min-width: 1200px) {
  .mobile_search.active {
    --nav_height: 0.7rem;
  }
}
/*body::-webkit-scrollbar {*/
/*  width: 4px;*/
/*  height: 2px;*/
/*}*/
/*body::-webkit-scrollbar-thumb {*/
/*  background: #0001FC;*/
/*}*/
/*body::-webkit-scrollbar-track {*/
/*  background: rgba(0, 0, 0, 0.1);*/
/*}*/
/*@-moz-document url-prefix() {*/
/*  body {*/
/*    scrollbar-color: #0001FC 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.6;
}
.button-disabled > div,
.button-disabled > section {
  cursor: no-drop !important;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f7f7f7;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
  color: #fff;
}
.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: #fff;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.null_height span {
  color: #0001FC;
}
.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: #0001FC;
  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: #0001FC;
}
.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: #0001FC;
}
.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: 'arial_Bold';
  color: #fff;
  background: #0001FC;
  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: 'arial_Bold';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.9rem;
}
.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: #0001FC;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'arial_Bold';
  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: 'arial_Bold';
  color: #0001FC;
  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: #0001FC;
}
.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.46rem;
  color: #fff;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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: #fff;
  opacity: 0.8;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  opacity: 1;
}
.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: #fff;
  opacity: 0.8;
}
.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: #fff;
  opacity: 0.8;
}
.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: #fff;
  opacity: 0.6;
}
.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 .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: #fff;
  opacity: 0.6;
  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 .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: #0001FC;
}
.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 #0001FC;
}
.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: #0001FC;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a img {
  height: 0.19rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav {
  margin-left: auto;
}
.Header_Container .box .nav .item {
  padding: 0 0.16rem;
  transform: translateY(0.5rem);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.Header_Container .box .nav .item > p {
  position: relative;
}
.Header_Container .box .nav .item > p::after {
  content: '';
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: 18%;
  left: 0;
  transition: 0.6s;
  background: -o-linear-gradient(right, #FFFFFF 0%, #313131 100%);
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#313131));
  background: linear-gradient(270deg, #FFFFFF 0%, #313131 100%);
}
.Header_Container .box .nav .item > p a {
  opacity: 0.6;
  font-size: var(--f18);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav .item:hover > p::after {
  width: 100%;
}
.Header_Container .box .nav .active > p a {
  opacity: 1;
}
.Header_Container .box .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.6rem;
}
.Header_Container .box .language a {
  font-size: var(--f18);
  color: #fff;
  transform: translateY(0.5rem);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.Header_Container .box .language a svg {
  margin-left: 0.08rem;
}
.Header_Container .box .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.6rem;
}
.Header_Container .box .search .link_02 {
  cursor: pointer;
}
.Header_Container.navOn .box .nav .item {
  animation: navshow 1s forwards;
}
.Header_Container.navOn .box .language a {
  animation: navshow 1s forwards;
}
.Header_Container.active {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  --nav_height: 0.7rem;
}
.Header_Container.active .box .logo img {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
@keyframes navshow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeNav {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeNav {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ydy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}
.ydy .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  padding: 0 var(--interval);
}
.ydy .box > div {
  position: relative;
}
.ydy .box > div .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-image: url('../images/guang2.png');
  mask-image: url('../images/guang2.png');
  -webkit-mask-size: 150% auto;
  mask-size: 150% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: -65% 0%;
  mask-position: -65% 0%;
  -webkit-transition: -webkit-mask-position 3s;
  transition: -webkit-mask-position 3s;
  -o-transition: mask-position 3s;
  transition: mask-position 3s;
  transition: mask-position 3s, -webkit-mask-position 3s;
}
.ydy .box > div img {
  opacity: 0.1;
  height: 100%;
}
.ydy .box > div.active .gradient-overlay {
  -webkit-mask-position: 100% 50%;
  mask-position: 100% 50%;
}
.ydyCn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}
.ydyCn .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  padding: 0 var(--interval);
}
.ydyCn .box svg {
  -webkit-transform: translateX(84px);
  -ms-transform: translateX(84px);
  transform: translateX(84px);
}
.ydyCn .box svg .text {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ydyCn .box svg .logo {
  opacity: 0;
}
.ydyCn .box svg .logoHover {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.ydyCn .box svg .logoHover.active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.ydyCn .box svg .logoHover2 {
  -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;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.ydyCn .box svg .logoHover2.active {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.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: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(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 .img {
  position: relative;
}
.Home_Banner .banner .img img {
  height: 100vh;
  width: 100%;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.Home_Banner .banner .img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  left: 0;
  top: 1.6rem;
  width: 100%;
  z-index: 2;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: 0.68rem;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div {
  position: relative;
  overflow: hidden;
  --d: 2s;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div .title1 {
  background: linear-gradient(90deg, #fff 0%, #fff 33.3%, #fff 40%, #666 60%, #666 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div .title1.active {
  animation: boxTitleScan var(--d) forwards;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div .title2 {
  display: none;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div .title3 {
  display: none;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  margin-top: 0.1rem;
}
.Home_Banner .banner .swiper-slide .orientation .content2 .link_03 {
  opacity: 0.7;
}
.Home_Banner .banner .swiper-slide .orientation .content1,
.Home_Banner .banner .swiper-slide .orientation .content2 {
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.Home_Banner .banner .swiper-slide2 .img .img2 {
  left: 50%;
  top: 29%;
  height: auto;
  width: 7.2rem;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.Home_Banner .banner .swiper-slide2 .img .img2 img {
  height: 100%;
  width: 100%;
}
.Home_Banner .banner .swiper-slide2 .img .img3 {
  position: absolute;
  inset: 0;
}
.Home_Banner .banner .swiper-slide2 .imgVideo {
  left: 50.2%;
  top: 28%;
  -webkit-transform: translate(-50%, 0%) scale(1.02);
  -ms-transform: translate(-50%, 0%) scale(1.02);
  transform: translate(-50%, 0%) scale(1.02);
}
.Home_Banner .banner .swiper-slide-active .scroll {
  -webkit-animation: scrollAnimation 2s steps(83) forwards;
  animation: scrollAnimation 2s steps(83) forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.55rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  width: 30px;
  height: 4px;
  position: relative;
  border-radius: 1px;
  overflow: hidden;
}
.Home_Banner .page div span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -o-linear-gradient(right, #FFFFFF 0%, #313131 100%);
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#313131));
  background: linear-gradient(270deg, #FFFFFF 0%, #313131 100%);
  width: 0;
  opacity: 0;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0);
}
.Home_Banner .page div .swiper-pagination-bullet-active::after {
  width: 100%;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 1;
}
@media screen and (min-width: 699px) {
  @-webkit-keyframes slidetounlock2 {
    0% {
      background-position: -6rem 0;
    }
    100% {
      background-position: 4rem 0;
    }
  }
  @keyframes slidetounlock2 {
    0% {
      background-position: -6rem 0;
    }
    100% {
      background-position: 4rem 0;
    }
  }
}
@media screen and (max-width: 699px) {
  @-webkit-keyframes slidetounlock2 {
    0% {
      background-position: -5rem 0;
    }
    100% {
      background-position: 3rem 0;
    }
  }
  @keyframes slidetounlock2 {
    0% {
      background-position: -5rem 0;
    }
    100% {
      background-position: 3rem 0;
    }
  }
}
.imgScrolllist {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.imgScrolllist > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.imgScrolllist p {
  height: 100%;
  height: 100vh;
}
.imgScrolllist p img {
  height: 100%;
  width: 100%;
}
.imgScrolllist .scroll {
  position: absolute;
  min-height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imgVideo {
  height: 545px;
  width: 684px;
  background-size: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.imgposi {
  position: fixed;
  inset: 0;
  height: 545px;
  width: 684px;
  background-size: 100%;
}
.Home_BannerActive .banner .img1 img {
  opacity: 0.2;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Home_BannerActive .banner .img2 img {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Home_BannerActive .banner .swiper-slide .orientation .content2 {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Home_BannerActive .banner .swiper-slide-active .img1 img {
  opacity: 1;
}
.Home_BannerActive .banner .swiper-slide-active .img2 img {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.Home_BannerActive .banner .swiper-slide-active .orientation .content2 {
  opacity: 1;
}
.Home_BannerOn .banner .img1 img {
  opacity: 0;
}
.Home_BannerOn .banner .img1.on img {
  opacity: 0.2;
}
.Home_BannerOn .banner .img1.active img {
  opacity: 1;
}
.Home_BannerOn .banner .img2 img {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.Home_BannerOn .banner .img2.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_BannerOn .banner .swiper-slide .orientation .content1,
.Home_BannerOn .banner .swiper-slide .orientation .content2 {
  opacity: 0;
}
.Home_BannerOn .banner .swiper-slide .orientation .active {
  opacity: 1;
}
.Home_BannerOn .page {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.Home_BannerOn .page.active {
  opacity: 1;
}
.body {
  overflow: hidden;
}
@-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 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.link_01 .a {
  min-width: 1.65rem;
  padding: 0 0.2rem;
  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;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_01 .a::before,
.link_01 .a::after {
  content: "";
  width: 400%;
  height: 400%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}
.link_01 .a::before {
  background-image: conic-gradient(transparent, #ccc, transparent 28%);
}
.link_01 .a::after {
  background-image: conic-gradient(from 180deg, transparent, #ccc, transparent 28%);
}
.link_01 .a p {
  position: absolute;
  background: #000;
  inset: 1px;
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_01 .a span,
.link_01 .a i {
  position: relative;
  z-index: 3;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_01 .a span {
  font-size: var(--f18);
  color: #fff;
}
.link_01 .a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background: #0001FC;
  margin-left: 10px;
  overflow: hidden;
}
.link_01 .a i svg {
  margin: auto;
}
.link_01 .a i svg path {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_01 .a:hover {
  border-color: #0001FC;
}
.link_01 .a:hover::before,
.link_01 .a:hover::after {
  opacity: 0;
}
.link_01 .a:hover p {
  background: #0001FC;
  inset: 0px;
}
.link_01 .a:hover i {
  background: #fff;
}
.link_01 .a:hover i svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.link_01 .a:hover i svg path {
  fill: #0001FC;
}
.link_01_ .a {
  min-width: 1.26rem;
}
.link_03 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}
.link_03 .abg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, -webkit-calc(99%) 1px, -webkit-calc(99%) -webkit-calc(99%), 1px -webkit-calc(99%), 1px 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%);
}
.link_03 .abg::before,
.link_03 .abg::after {
  content: "";
  width: 400%;
  height: 400%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}
.link_03 .abg::before {
  background-image: conic-gradient(transparent, #ccc, transparent 28%);
}
.link_03 .abg::after {
  background-image: conic-gradient(from 180deg, transparent, #ccc, transparent 28%);
}
.link_03 .a {
  min-width: 1.26rem;
  padding: 0 0.2rem;
  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;
  height: 48px;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_03 .a p {
  position: absolute;
  background: #000;
  inset: 1px;
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_03 .a span,
.link_03 .a i {
  position: relative;
  z-index: 3;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_03 .a span {
  font-size: var(--f18);
  color: #fff;
}
.link_03 .a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background: #0001FC;
  margin-left: 0.16rem;
  overflow: hidden;
}
.link_03 .a i svg {
  margin: auto;
}
.link_03 .a i svg path {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_03:hover .abg {
  border-color: #0001FC;
  opacity: 0;
}
.link_03:hover .a {
  background: #0001FC;
}
.link_03:hover .a i {
  background: #fff;
}
.link_03:hover .a i svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.link_03:hover .a i svg path {
  fill: #0001FC;
}
.link_05 {
  padding: 1px;
}
.link_05 .abg {
  -webkit-clip-path: none;
  clip-path: none;
  border-radius: 6px;
}
.link_05 .a {
  background: #000;
  border-radius: 6px;
}
@-webkit-keyframes rotate {
  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 rotate {
  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 arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(300%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(300%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-300%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(-300%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(300%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(300%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-300%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(-300%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.link_02 .a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_02 .a::before,
.link_02 .a::after {
  content: "";
  width: 400%;
  height: 400%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_02 .a::before {
  background-image: conic-gradient(transparent, #ccc, transparent 28%);
}
.link_02 .a::after {
  background-image: conic-gradient(from 180deg, transparent, #ccc, transparent 28%);
}
.link_02 .a p {
  position: absolute;
  background: #000;
  inset: 1px;
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_02 .a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a .svg,
.link_02 .a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.link_02 .a i {
  color: #fff;
  font-size: var(--f14);
}
.link_02Active {
  cursor: pointer;
}
.link_02Active .a:hover {
  background: #0001FC;
}
.link_02Active .a:hover::before,
.link_02Active .a:hover::after {
  opacity: 0;
}
.link_02Active .a:hover p {
  background: #0001FC;
}
.link_02On .a span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.link_04 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.link_04 .abg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, -webkit-calc(99%) 1px, -webkit-calc(99%) -webkit-calc(99%), 1px -webkit-calc(99%), 1px 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%);
}
.link_04 .abg::before,
.link_04 .abg::after {
  content: "";
  width: 400%;
  height: 400%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}
.link_04 .abg::before {
  background-image: conic-gradient(transparent, #ccc, transparent 28%);
}
.link_04 .abg::after {
  background-image: conic-gradient(from 180deg, transparent, #ccc, transparent 28%);
}
.link_04 .a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_04 .a p {
  position: absolute;
  background: #000;
  inset: 1px;
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.link_04 .a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
}
.link_04 .a span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_04 .a .svg,
.link_04 .a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.title_01 > div {
  font-size: var(--f32);
  --d: 1.5s;
}
.title_01 > div .title1 {
  background: linear-gradient(90deg, #fff 0%, #fff 33.3%, #fff 40%, #666 60%, #666 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_01 > div .title1.active {
  animation: boxTitleScan var(--d) forwards;
}
.title_01 > div .title2 {
  display: none;
}
.title_01 > div .title3 {
  display: none;
}
.title_01 > div.active .title2 {
  --x: 50%;
  --y: 50%;
  background-size: 200%;
}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -1.6rem 0;
  }
  100% {
    background-position: 1rem 0;
  }
}
@keyframes slidetounlock {
  0% {
    background-position: -1.6rem 0;
  }
  100% {
    background-position: 1rem 0;
  }
}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -2rem 0;
  }
  100% {
    background-position: 0.6rem 0;
  }
}
@keyframes slidetounlock {
  0% {
    background-position: -2rem 0;
  }
  100% {
    background-position: 0.6rem 0;
  }
}
.Home_Product {
  overflow: hidden;
  padding-bottom: 1.9rem;
  position: relative;
}
.Home_Product .wMain {
  position: relative;
  z-index: 2;
}
.Home_Product .box {
  margin-top: 1.8rem;
}
.Home_Product .box .boxLeft {
  width: 7.12rem;
  position: relative;
  z-index: 2;
}
.Home_Product .box .boxLeft .item {
  margin-bottom: 1.1rem;
}
.Home_Product .box .boxLeft .item:last-child {
  margin-bottom: 0;
}
.Home_Product .box .boxLeft .item .top {
  cursor: pointer;
}
.Home_Product .box .boxLeft .item .top .left {
  font-size: var(--f34);
  color: #fff;
  opacity: 0.4;
  -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;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.Home_Product .box .boxLeft .item .top .right {
  padding-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;
}
.Home_Product .box .boxLeft .item .bottom {
  padding-right: 1rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.Home_Product .box .boxLeft .item .bottom > div {
  min-height: 0;
}
.Home_Product .box .boxLeft .item .bottom > div .content1 {
  padding: 0.3rem 0 0.5rem;
}
.Home_Product .box .boxLeft .item .bottom > div .content1 p {
  font-size: var(--f16);
  color: #fff;
  line-height: 1.5;
}
.Home_Product .box .boxLeft .item .bottom > div .content3 {
  display: none;
}
.Home_Product .box .boxLeft .item.active .top .left {
  opacity: 1;
}
.Home_Product .box .boxLeft .item.active .top .right .a span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Home_Product .box .boxLeft .item.active .bottom {
  grid-template-rows: 1fr;
}
.Home_Product .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.5rem;
}
.Home_Product .box .boxRight .imgList {
  position: relative;
}
.Home_Product .box .boxRight .imgList .item {
  text-align: center;
  display: none;
  height: 4rem;
}
.Home_Product .box .boxRight .imgList .item video {
  width: 100%;
}
.Home_Product .box .boxRight .imgList .item .imgVideo {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.Home_Product .box .boxRight .imgList .active {
  display: block;
}
.Home_Product .box .boxRight .imgList .active .scroll {
  -webkit-animation: scrollAnimation 2s steps(83) forwards;
  animation: scrollAnimation 2s steps(83) forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.Home_Product .mouse {
  position: absolute;
  top: -15%;
  right: -8%;
}
.Home_Product .mouse img {
  width: 13.5rem;
}
@-webkit-keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.desc_01 {
  font-size: var(--f38);
  color: #fff;
  margin-top: 0.12rem;
}
.Home_Technology {
  position: relative;
}
.Home_Technology .video {
  position: relative;
}
.Home_Technology .video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/mouse2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.Home_Technology .video video {
  width: 100%;
  height: 100vh;
}
.Home_Technology .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Home_Technology .wMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 1;
}
.Home_Technology .title_center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.Home_Technology .desc_01 {
  text-align: center;
}
.Home_Technology .box {
  position: relative;
  margin-top: 2.48rem;
}
.Home_Technology .box .list .item {
  margin: 0 0.3rem;
  width: 3.1rem;
  height: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  overflow: hidden;
  padding: 0 0.32rem;
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}
.Home_Technology .box .list .item > div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Technology .box .list .item figure {
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.95rem;
}
.Home_Technology .box .list .item figure img {
  margin: auto;
  max-height: 100%;
}
.Home_Technology .box .list .item figcaption {
  margin-top: 0.4rem;
  text-align: center;
  font-size: var(--f16);
  color: #fff;
  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;
}
.Home_Technology .box .list .item .flexCenter {
  margin-top: 0.3rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Technology .box .list .item .flexCenter .link_03 {
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  .Home_Technology .box .list .item:hover > div {
    -webkit-transform: translateY(-0.6rem);
    -ms-transform: translateY(-0.6rem);
    transform: translateY(-0.6rem);
  }
  .Home_Technology .box .list .item:hover > div .flexCenter {
    grid-template-rows: 1fr;
  }
}
.Historybox {
  position: relative;
}
@-webkit-keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    /* 从下方20px处开始 */
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 移动到原来的位置 */
  }
}
@keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    /* 从下方20px处开始 */
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 移动到原来的位置 */
  }
}
@media screen and (min-width: 1200px) {
  .Home_History {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: #000;
    z-index: 2;
  }
}
.Home_History .animate-fade-in-up {
  -webkit-animation: fadeInUp5 1s ease-out forwards;
  animation: fadeInUp5 1s ease-out forwards;
}
@media screen and (min-width: 1200px) {
  .Home_History .desc_01 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .Home_History .title_01,
  .Home_History .desc_01 {
    opacity: 0;
  }
}
.Home_History .img {
  z-index: 0;
  position: absolute;
  inset: 0;
}
.Home_History .img picture {
  width: 100%;
  height: 100%;
}
.Home_History .img img {
  width: 100%;
  height: 100%;
}
.Home_History .wMain {
  position: relative;
  z-index: 2;
}
.Home_History .box .scroll .list .item {
  width: 29%;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Home_History .box .scroll .list .item > div {
  padding-bottom: 1.2rem;
  padding-left: 0.3rem;
  position: relative;
}
.Home_History .box .scroll .list .item > div::before,
.Home_History .box .scroll .list .item > div::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), transparent);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
}
.Home_History .box .scroll .list .item > div::after {
  height: 0;
  background: -o-linear-gradient(top, #0001FC, transparent);
  background: -webkit-gradient(linear, left top, left bottom, from(#0001FC), to(transparent));
  background: linear-gradient(to bottom, #0001FC, transparent);
}
.Home_History .box .scroll .list .item > div .top .content1 {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_History .box .scroll .list .item > div .top .content2 {
  font-size: var(--f34);
  color: #fff;
  opacity: 0.8;
  margin-top: 0.12rem;
  line-height: 1.2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_History .box .scroll .list .item > div .bottom {
  display: grid;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 0;
  line-height: 1.8;
  font-size: var(--f18);
}
.Home_History .box .scroll .list .item > div .bottom div {
  color: #fff;
  min-height: 0;
}
.Home_History .box .scroll .list .item > div:hover::before {
  height: 0%;
  opacity: 0;
}
.Home_History .box .scroll .list .item > div:hover::after {
  height: 100%;
}
.Home_History .box .scroll .list .item > div:hover .top .content1,
.Home_History .box .scroll .list .item > div:hover .top .content2 {
  opacity: 1;
}
.Home_History .box .scroll .list .item > div:hover .bottom {
  margin-top: 0.3rem;
  height: -webkit-calc(9em);
  height: calc(1.8em * 5);
}
@media screen and (min-width: 1200px) {
  .Home_History .box .scroll .list .item {
    opacity: 0;
  }
  .Home_History .box .scroll .list .item:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .Home_History .box .scroll .list .item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .Home_History .box .scroll .list .item:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}
.Home_News {
  --h1: 1.4rem;
  --h2: 1.42;
}
.Home_News .box {
  position: relative;
}
.Home_News .box .list {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.Home_News .box .list > p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 6px;
  background: #0001FC;
  height: 0;
  --h: var(--h2);
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.Home_News .box .list .item {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.Home_News .box .list .item a {
  height: var(--h1);
  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.25rem;
}
.Home_News .box .list .item a .content1 {
  font-size: var(--f22);
  height: 2.4em;
  max-height: 2.4em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 9.3rem;
  padding-right: 2rem;
}
.Home_News .box .list .item a .content2 {
  font-size: var(--f18);
  color: #fff;
  margin-right: auto;
}
.Home_News .box .list .item a .content3 path {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Home_News .box .list .item a:hover .content1 {
  -webkit-transform: translateX(0.4rem);
  -ms-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.Home_News .box .list .item a:hover .content3 .link_02 .a::before,
.Home_News .box .list .item a:hover .content3 .link_02 .a::after {
  opacity: 0;
}
.Home_News .box .list .item a:hover .content3 .link_02 .a p {
  background: #fff;
}
.Home_News .box .list .item a:hover .content3 .link_02 .a svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.Home_News .box .list .item a:hover .content3 .link_02 .a svg path {
  fill: #0001FC;
}
.Home_News .box .list .item:hover {
  border-color: transparent;
}
.Home_News .link_01,
.Home_News .link_03 {
  margin-top: 0.8rem;
}
.Home_News .listImg {
  position: absolute;
  width: 2.92rem;
  height: 1.8rem;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.Home_News .listImg p {
  --cr: 0%;
  --cl: 0%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.Home_News .listImg p a {
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  inset: 0;
}
.Home_News .listImg p a img {
  width: 100%;
  height: 100%;
}
.Home_News .listImg .active {
  z-index: 2;
}
.Footer_Container {
  position: relative;
  overflow: hidden;
  padding-top: 0.7rem;
}
.Footer_Container .wMain {
  position: relative;
  z-index: 2;
}
.Footer_Container .box1 img {
  height: 25px;
}
.Footer_Container .box2 {
  margin-top: 0.82rem;
}
.Footer_Container .box2 .boxLeft .item {
  margin-right: 0.8rem;
}
.Footer_Container .box2 .boxLeft .item p a {
  font-size: var(--f22);
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box2 .boxLeft .item ul {
  margin-top: 0.4rem;
}
.Footer_Container .box2 .boxLeft .item ul li {
  margin-bottom: 0.15rem;
}
.Footer_Container .box2 .boxLeft .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box2 .boxLeft .item ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box2 .boxLeft .item ul li a:hover {
  opacity: 1;
}
.Footer_Container .box2 .boxRight > p a {
  font-size: var(--f22);
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box2 .boxRight ul {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box2 .boxRight ul li {
  margin-left: 0.15rem;
  position: relative;
}
.Footer_Container .box2 .boxRight ul li:first-child {
  margin-left: 0;
}
.Footer_Container .box2 .boxRight ul li .a img {
  height: 20px;
}
.Footer_Container .box2 .boxRight ul li .ewm {
  position: absolute;
  top: 140%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  width: 1.1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.Footer_Container .box2 .boxRight ul li .ewm::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  -webkit-transform: translateY(-100%) translateX(-50%);
  -ms-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
}
.Footer_Container .box2 .boxRight ul li .ewm img {
  width: 100%;
  border-radius: 6px;
}
.Footer_Container .box2 .boxRight ul li:hover .a {
  border-color: #0001FC;
}
.Footer_Container .box2 .boxRight ul li:hover .a::after,
.Footer_Container .box2 .boxRight ul li:hover .a::before {
  opacity: 0;
}
.Footer_Container .box2 .boxRight ul li:hover .a p {
  background: #0001FC;
  inset: 0;
}
.Footer_Container .box2 .boxRight ul li:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.Footer_Container .box3 {
  margin-top: 0.8rem;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: var(--f16);
}
.Footer_Container .box3 span,
.Footer_Container .box3 a {
  color: #fff;
  opacity: 0.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}
.Footer_Container .box3 a:hover {
  opacity: 1;
}
.Footer_Container .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.Footer_Container .mask p {
  -webkit-transform: scaleX(0) scaleY(0);
  -ms-transform: scaleX(0) scaleY(0);
  transform: scaleX(0) scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.Footer_Container .mask img {
  width: 100%;
}
.gddj {
  position: relative;
}
.gddj .gddjImg {
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .gddj .gddjImg {
    display: block;
  }
}
.gddj .gddjImg img {
  height: 26px;
  -webkit-animation: leftRight 1.5s infinite linear;
  animation: leftRight 1.5s infinite linear;
}
@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes boxTitleScan {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
.title_02 > div {
  font-size: var(--f32);
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
  --d: 1.5s;
}
.title_02 > div .title1 {
  background: linear-gradient(90deg, #fff 0%, #fff 33.3%, #fff 40%, #666 60%, #666 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_02 > div .title1.active {
  animation: boxTitleScan var(--d) forwards;
}
.title_02 > div .title2 {
  position: absolute;
  left: 0;
  top: 0%;
  background: -o-linear-gradient(left, transparent, #fff);
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(to right, transparent, #fff);
  background-size: 100%;
  background-position: 50% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  color: transparent;
  opacity: 0;
  display: none;
}
.title_02 > div .title3 {
  display: none;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.title_02 > div .title3.active {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.4, transparent), color-stop(0.5, #ffffff), color-stop(0.6, transparent), color-stop(1, transparent));
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-size-adjust: none;
  background-position: 120% 0;
  -webkit-animation: textColor 2s forwards;
  animation: textColor 2s forwards;
}
@-webkit-keyframes textColor {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -20% 0;
  }
}
@keyframes textColor {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -20% 0;
  }
}
.InnerBanner {
  position: relative;
}
.InnerBanner picture img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  left: 0;
  top: 3.1rem;
  width: 100%;
  padding: 0 var(--interval);
}
.InnerBanner .orientation .title_02 > div {
  font-size: 0.68rem;
}
.marginTop {
  margin-top: -1.2rem;
}
.marginTop2 {
  margin-top: -2.6rem;
}
.page_box {
  position: relative;
  z-index: 2;
}
.page_box div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_box div span {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  width: 30px;
  height: 4px;
  position: relative;
  border-radius: 1px;
  overflow: hidden;
}
.page_box div span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -o-linear-gradient(right, #FFFFFF 0%, #313131 100%);
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#313131));
  background: linear-gradient(270deg, #FFFFFF 0%, #313131 100%);
  width: 0;
  opacity: 0;
}
.page_box div .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0);
}
.page_box div .swiper-pagination-bullet-active::after {
  width: 100%;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 1;
}
.pageMt div {
  margin-top: 0.4rem;
}
.News_01 {
  overflow: hidden;
}
.News_01 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.8rem;
  padding-top: 0.3rem;
  color: #fff;
}
.News_01 .box .item .boxLeft .content1 {
  font-size: var(--f20);
}
.News_01 .box .item .boxLeft .content2 {
  font-size: var(--f36);
  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;
  margin-top: 10px;
}
.News_01 .box .item .boxLeft .content3 {
  font-size: var(--f18);
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.22rem;
}
.News_01 .box .item .boxLeft .content4 {
  margin-top: 0.38rem;
}
.News_01 .box .item .boxRight {
  width: 50%;
}
.News_01 .box .item .boxRight p {
  border-radius: 10px;
  overflow: hidden;
}
.News_01 .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .box .swiper-slide {
  opacity: 0 !important;
}
.News_01 .box .swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}
.News_01 .box1 .page_box {
  margin-top: -0.36rem;
}
.NavToggle ul li a {
  font-size: var(--f22);
  color: rgba(255, 255, 255, 0.5);
  line-height: 48px;
  min-width: 1.64rem;
  text-align: center;
  padding: 0 0.2rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.NavToggle ul li a:hover {
  color: #fff;
}
.NavToggle ul .active a {
  border-color: #0001FC;
  color: #fff;
}
.News_02 .box {
  --h1: 2.98rem;
  --h2: 2.99;
}
.News_02 .box .list {
  margin-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.News_02 .box .list > p {
  --h: var(--h2);
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: -webkit-calc(100.4%);
  width: calc(100% + 0.4rem);
  border-radius: 6px;
  background: #0001FC;
  height: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  will-change: transform;
}
.News_02 .box .list .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  height: var(--h1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 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;
}
.News_02 .box .list .item a {
  position: relative;
  z-index: 1;
  width: 100%;
}
.News_02 .box .list .item a div {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_02 .box .list .item a .content1 {
  width: 3.2rem;
  font-size: var(--f20);
  color: #fff;
}
.News_02 .box .list .item a .content2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.2rem;
}
.News_02 .box .list .item a .content2 .title {
  font-size: var(--f24);
  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;
  color: #fff;
}
.News_02 .box .list .item a .content2 .desc {
  font-size: var(--f18);
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.32rem;
  color: #fff;
}
.News_02 .box .list .item a .content3 {
  width: 3.2rem;
}
.News_02 .box .list .item a .content3 p {
  border-radius: 6px;
  overflow: hidden;
}
.News_02 .box .list .item a .content3 p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_02 .box .list .item:hover {
  border-color: transparent;
}
.News_02 .box .list .item:hover a .content3 p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.fengye {
  margin: 0.9rem 0 1rem;
}
.fengye .number {
  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: 0 0.8rem;
}
.fengye .number a {
  display: inline-block;
  font-size: var(--f20);
  color: #757575;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 0.2rem;
}
.fengye .number a:hover {
  color: #fff;
}
.fengye .number .active {
  color: #fff;
}
.p140 {
  padding-top: 1.4rem;
}
.mbx .box {
  font-size: var(--f18);
  color: #666;
  padding: 0.15rem 0;
}
.mbx .box svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mbx .box svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mbx .box svg:hover path {
  fill: #fff;
}
.mbx .box a,
.mbx .box span {
  display: inline-block;
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mbx .box i {
  font-size: var(--f14);
  margin: 0 0.06rem;
}
.mbx .box a:hover {
  color: #fff;
}
.News_03 {
  --w: 11.2rem;
  margin-top: 0.22rem;
}
.News_03 .box .boxLeft {
  width: var(--w);
  color: #fff;
}
.News_03 .box .boxLeft .content1 {
  font-size: var(--f36);
}
.News_03 .box .boxLeft .content2 {
  font-size: var(--f20);
  margin-top: 0.22rem;
}
.News_04 {
  --w: 11.2rem;
}
.News_04 .box .boxLeft {
  width: var(--w);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.6rem;
  margin-top: 0.6rem;
}
.News_04 .box .boxLeft .content1 {
  font-size: var(--f18);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.News_04 .box .boxLeft .content1 img {
  width: auto !important;
  height: auto !important;
  display: inline-block;
}
.News_04 .box .boxLeft .content2 {
  margin-top: 0.6rem;
  padding-top: 0.54rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 699px) {
  .News_04 .box .boxLeft .content2 .left {
    max-width: 72%;
  }
}
.News_04 .box .boxLeft .content2 .left div a {
  color: #fff;
  opacity: 0.6;
  font-size: var(--f22);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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_04 .box .boxLeft .content2 .left div a:hover {
  opacity: 1;
}
.News_04 .box .boxLeft .content2 .left .next {
  margin-top: 0.15rem;
}
.News_04 .box .boxLeft .content2 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.92rem;
}
.News_04 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.News_04 .box .boxRight .sticky .title {
  height: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.News_04 .box .boxRight .sticky .list {
  margin-top: 0.42rem;
  display: grid;
  gap: 0.4rem;
}
.News_04 .box .boxRight .sticky .list .item .left {
  width: 1.92rem;
  border-radius: 6px;
  overflow: hidden;
}
.News_04 .box .boxRight .sticky .list .item .left img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_04 .box .boxRight .sticky .list .item .right {
  -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;
  padding-left: 0.44rem;
}
.News_04 .box .boxRight .sticky .list .item .right > div {
  width: 100%;
}
.News_04 .box .boxRight .sticky .list .item .right .content1 {
  font-size: var(--f20);
  color: #fff;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.News_04 .box .boxRight .sticky .list .item .right .content1 span {
  background: -o-linear-gradient(rgba(255, 255, 255, 0.8)) no-repeat right bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8))) no-repeat right bottom;
  background: linear-gradient(rgba(255, 255, 255, 0.8)) no-repeat right bottom;
  background-size: 0% 1px;
  background-position-x: left;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.News_04 .box .boxRight .sticky .list .item .right .content2 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.24rem;
}
.News_04 .box .boxRight .sticky .list .item:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_04 .box .boxRight .sticky .list .item:hover .right .content1 span {
  background-size: 100% 1px;
}
.Join_01 .box {
  margin-top: 0.64rem;
  padding: 0 var(--interval);
}
.Join_01 .box .swiper-slide {
  padding-top: 0.28rem;
}
.Join_01 .box .item {
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}
.Join_01 .box .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.Join_01 .box .item .img img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Join_01 .box .item .title {
  font-size: var(--f20);
  position: absolute;
  top: 0.36rem;
  left: 0.44rem;
  color: #fff;
}
.Join_01 .box .item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.44rem;
  bottom: 0.5rem;
  font-size: var(--f32);
  color: #fff;
}
.Join_01 .box .item:hover {
  -webkit-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  -webkit-box-shadow: 0px 4px 0px #0001FC;
  box-shadow: 0px 4px 0px #0001FC;
}
.Join_01 .box .item:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Join_02 {
  position: relative;
}
.Join_02 .box .item {
  width: 100%;
  opacity: 0.15;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_02 .box .item img {
  width: 100%;
}
.Join_02 .box .active {
  opacity: 1;
}
.Join_02 .box .height1 img {
  height: 2.54rem;
}
.Join_02 .box .height2 img {
  height: 4.36rem;
}
.Join_02 .box .height3 img {
  height: 2.8rem;
}
.Join_02 .box .height4 img {
  height: 2.64rem;
}
.Join_02 .box .height5 img {
  height: 4.52rem;
}
.Join_02 .box .height6 img {
  height: 2.5rem;
}
.Join_02 .box .height7 img {
  height: 2.02rem;
}
.Join_02 .box .width0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Join_02 .box .width1 {
  width: 27.3%;
}
.Join_02 .box .width2 {
  width: 28.5%;
}
.Join_02 .box .widht3 {
  width: 48.7%;
}
.Join_02 .box .width4 {
  width: 38%;
}
.Join_02 .box .width5 {
  width: 48.4%;
}
.Join_02 .box .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Join_02 .orientaiton {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_02 .orientaiton .box2 .desc {
  margin-top: 0.1rem;
  font-size: var(--f56);
  color: #fff;
  text-align: center;
}
.Join_03 .box .list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Join_03 .box .item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.Join_03 .box .item .content1 {
  font-size: var(--f24);
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Join_03 .box .item .content2 {
  font-size: var(--f18);
  color: #fff;
  width: 2.15rem;
}
.Join_03 .box .item .content2 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.14rem;
}
.Join_03 .box .item .content5 {
  padding-left: 1.65rem;
}
.Join_03 .box .item .top {
  height: 1.16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.Join_03 .box .item .top.active .content5 .link_02 .a span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Join_03 .box .item .top:hover .content5 .link_02 .a {
  border-color: transparent;
}
.Join_03 .box .item .top:hover .content5 .link_02 .a::before,
.Join_03 .box .item .top:hover .content5 .link_02 .a::after {
  opacity: 0;
}
.Join_03 .box .item .top:hover .content5 .link_02 .a p {
  background: #0001FC;
}
.Join_03 .box .item .bottom {
  padding-bottom: 0.6rem;
  display: none;
}
.Join_03 .box .item .bottom .show {
  display: none;
}
.Join_03 .box .item .bottom .show .content2 {
  margin-right: 1rem;
}
.Join_03 .box .item .bottom .main {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.7;
}
.Join_03 .box .item .bottom .main > div {
  margin-bottom: 0.3rem;
}
.Join_03 .box .item .bottom .main > div:last-child {
  margin-bottom: 0;
}
.Join_03 .box .item .bottom .main .link_03 {
  margin-top: 0.2rem;
}
.Search_01 {
  margin-top: 0.22rem;
}
.Search_01 .box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.7rem;
}
.Search_01 .box .content1 {
  font-size: var(--f36);
  color: #fff;
}
.Search_01 .box .content2 {
  margin-top: 0.26rem;
}
.Search_01 .box .content2 form {
  width: min(5.9rem, 100%);
  padding: 0 0.16rem 0 0.25rem;
  background: #272727;
  border-radius: 10px;
}
.Search_01 .box .content2 form input {
  height: 0.7rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f16);
  background: none;
  border: 0;
  color: #fff;
}
.Search_01 .box .content2 form label {
  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_01 .box .content2 form label div {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #0001FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.Search_01 .box .content2 form label div svg {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Search_01 .box .content2 form label div:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Search_02 .tip {
  font-size: var(--f20);
  color: #fff;
  padding-top: 0.24rem;
}
.Search_02 .tip span {
  color: #0001FC;
}
.Service_01 .box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.Service_01 .box .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  padding: 1px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Service_01 .box .item .content {
  position: relative;
  background: #000;
  border-radius: 10px;
  z-index: 1;
}
.Service_01 .box .item .content .text {
  position: relative;
  z-index: 1;
  height: 3.86rem;
  padding: 0.6rem 0.56rem;
}
.Service_01 .box .item .content .text .left {
  width: 2.08rem;
}
.Service_01 .box .item .content .text .left p {
  border-radius: 6px;
  overflow: hidden;
}
.Service_01 .box .item .content .text .left p img {
  width: 100%;
}
.Service_01 .box .item .content .text .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.78rem;
  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;
}
.Service_01 .box .item .content .text .right > div {
  width: 100%;
}
.Service_01 .box .item .content .text .right .content1 {
  font-size: var(--f24);
  color: #fff;
}
.Service_01 .box .item .content .text .right .content2 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.26rem;
}
.Service_01 .box .item .content .text .right .content2 p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.1rem;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  background: #484848;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  vertical-align: middle;
}
.Service_01 .box .item .content .text .right .content2 p svg {
  margin: auto;
}
.Service_01 .box .item .content .gradient {
  position: absolute;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  pointer-events: none;
}
.Service_01 .box .item .content .gradient p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 60%;
  top: 60%;
  background: rgba(0, 1, 252, 0.9);
  -webkit-filter: blur(1.5rem);
  filter: blur(1.5rem);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
@media screen and (max-width: 1200px) {
  .Service_01 .box .item .content .gradient {
    display: none;
  }
}
.Service_01 .box .item .line1,
.Service_01 .box .item .line2 {
  width: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1200px) {
  .Service_01 .box .item .line1,
  .Service_01 .box .item .line2 {
    opacity: 1;
    width: 120%;
  }
}
.Service_01 .box .item .line2 {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.Service_01 .box .item .line {
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0 at 50% 50%, transparent 100deg, #D2D2D2 180deg, transparent 260deg);
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@media screen and (min-width: 1200px) {
  .Service_01 .box .item:hover {
    border-color: transparent;
  }
  .Service_01 .box .item:hover .line1,
  .Service_01 .box .item:hover .line2 {
    opacity: 1;
  }
  .Service_01 .box .item:hover .content .text .right .content2 p {
    background: #0001FC;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.leave_01 .box {
  margin-top: 0.9rem;
  padding: 0 3.65rem;
}
.leave_01 .box .item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid transparent;
}
.leave_01 .box .item input,
.leave_01 .box .item textarea {
  width: 100%;
  background: #1A1A1A;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 0;
  height: 0.64rem;
  padding: 0 0.2rem;
  border-radius: 6px;
  font-size: var(--f18);
  resize: none;
  vertical-align: middle;
}
.leave_01 .box .item textarea {
  height: 1.6rem;
  padding: 0.1rem 0.2rem;
}
.leave_01 .box .item .line1,
.leave_01 .box .item .line2 {
  width: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: none;
}
@media screen and (max-width: 1200px) {
  .leave_01 .box .item .line1,
  .leave_01 .box .item .line2 {
    width: 120%;
  }
}
.leave_01 .box .item .line2 {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  display: none;
}
.leave_01 .box .item .line {
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0deg at 50% 50%, transparent 110deg, #D2D2D2 180deg, transparent 250deg);
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.leave_01 .box .item:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.leave_01 .box .item:hover .line {
  opacity: 1;
}
.leave_01 .box .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.leave_01 .box .list2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.leave_01 .box .list4 {
  color: rgba(255, 255, 255, 0.4);
  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;
}
.leave_01 .box .list4 p {
  margin-left: 0.06rem;
}
.leave_01 .box .list4 p span {
  color: #fff;
}
.leave_01 .box .list4 p a {
  display: inline-block;
  color: #fff;
  background: -o-linear-gradient(rgba(255, 255, 255, 0.8)) no-repeat right bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8))) no-repeat right bottom;
  background: linear-gradient(rgba(255, 255, 255, 0.8)) no-repeat right bottom;
  background-size: 0% 1px;
  background-position-x: left;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.leave_01 .box .list4 p a:hover {
  background-size: 100% 1px;
}
.leave_01 .box .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #0001FC !important;
  background: var(--gradient);
}
.leave_01 .box .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-color: #0001FC;
  border-radius: 2px;
}
.leave_01 .box .list4 .layui-form-checked[lay-skin=primary] i {
  background: #0001FC;
}
.leave_01 .box .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.leave_01 .box .list5 {
  margin-top: 0.36rem;
}
.leave_01 .box .list5 label {
  cursor: pointer;
}
.About_01 {
  position: relative;
}
.About_01 .img img {
  width: 100%;
}
.About_01 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.About_01 .orientation .box {
  padding-top: 1.58rem;
  width: 6.5rem;
}
.About_01 .orientation .box .content2 {
  font-size: var(--f36);
  line-height: 1.4;
  margin-top: 1.12rem;
  color: #fff;
}
.About_01 .orientation .box .content3 {
  margin-top: 0.48rem;
  color: #fff;
}
.About_01 .orientation .box .content3 .scroll {
  font-size: var(--f18);
  line-height: 1.7;
}
.About_01 .orientation .box .content3 .scroll p {
  margin-bottom: 0.3rem;
}
.About_01 .orientation .box .content3 .scroll p:last-child {
  margin-bottom: 0;
}
.About_01 .orientation .box .content4 {
  margin-top: 0.62rem;
  display: none;
}
.about_main {
  position: relative;
}
.about_main .particleBg {
  position: absolute;
  left: 0;
  top: 0;
  inset: 0;
  z-index: -1;
}
.about_main .particleBg canvas {
  width: 100%;
  height: 100%;
}
.About_02 {
  position: relative;
  overflow: hidden;
}
.About_02 .img img {
  width: 100%;
}
.About_02 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.About_02 .orientation .box {
  margin-top: 1.6rem;
  padding-left: var(--interval);
}
@media screen and (min-width: 1200px) {
  .About_02 .orientation .box .swiper .swiper-slide {
    padding-top: 0.4rem;
  }
}
.About_02 .orientation .box .swiper .swiper-slide .item {
  padding: 0 1.65rem 0 0.32rem;
  position: relative;
  min-height: 2.1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .orientation .box .swiper .swiper-slide .item::before,
.About_02 .orientation .box .swiper .swiper-slide .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), transparent);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
}
.About_02 .orientation .box .swiper .swiper-slide .item::after {
  height: 0;
  opacity: 0;
  background: -o-linear-gradient(top, #0001FC, transparent);
  background: -webkit-gradient(linear, left top, left bottom, from(#0001FC), to(transparent));
  background: linear-gradient(to bottom, #0001FC, transparent);
}
.About_02 .orientation .box .swiper .swiper-slide .item .content1 {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding-top: 2px;
}
.About_02 .orientation .box .swiper .swiper-slide .item .content2 {
  margin-top: 0.14rem;
}
.About_02 .orientation .box .swiper .swiper-slide .item .content2 .scroll {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .About_02 .orientation .box .swiper .swiper-slide .item:hover {
    -webkit-transform: translateY(-0.4rem);
    -ms-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
  }
  .About_02 .orientation .box .swiper .swiper-slide .item:hover::before {
    height: 0;
    opacity: 0;
  }
  .About_02 .orientation .box .swiper .swiper-slide .item:hover::after {
    height: 100%;
    opacity: 1;
  }
  .About_02 .orientation .box .swiper .swiper-slide .item:hover .content1 {
    opacity: 1;
  }
  .About_02 .orientation .box .swiper .swiper-slide .item:hover .content2 .scroll {
    opacity: 1;
  }
}
.About_02 .orientation .box .swiper .swiper-slide:first-child .item::before,
.About_02 .orientation .box .swiper .swiper-slide:first-child .item::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .About_02 .orientation .box .swiper .swiper-slide-active .item::before {
    height: 0;
    opacity: 0;
  }
  .About_02 .orientation .box .swiper .swiper-slide-active .item::after {
    height: 100%;
    opacity: 1;
  }
  .About_02 .orientation .box .swiper .swiper-slide-active .item .content1 {
    opacity: 1;
  }
  .About_02 .orientation .box .swiper .swiper-slide-active .item .content2 .scroll {
    opacity: 1;
  }
}
.ml15 {
  margin-left: 0.15rem;
}
.about3 {
  margin-top: -3.9rem;
}
.About_03 {
  position: relative;
  z-index: 2;
  padding-bottom: 0.7rem;
  overflow: hidden;
}
.About_03 .box {
  margin-top: 1.5rem;
}
.About_03 .box .swiper .item {
  width: 2.38rem;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.About_03 .box .swiper .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 0.4rem;
}
.About_03 .box .swiper .item .orientation > div {
  width: 100%;
  text-align: center;
}
.About_03 .box .swiper .item .orientation .content1 {
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.About_03 .box .swiper .item .orientation .content1 img {
  margin: auto;
  max-height: 100%;
}
.About_03 .box .swiper .item .orientation .content2 {
  margin: 4px 0;
}
.About_03 .box .swiper .item .orientation .content3 {
  font-size: var(--f16);
  color: #fff;
}
.About_04 .box {
  margin-top: 1.1rem;
  overflow: hidden;
  position: relative;
}
.About_04 .box::before,
.About_04 .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2.5rem;
  background-size: 100% 100%;
  z-index: 2;
  background: -o-linear-gradient(left, #000000, transparent);
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background: linear-gradient(to right, #000000, transparent);
}
.About_04 .box::after {
  left: auto;
  right: 0;
  background: -o-linear-gradient(left, transparent, #000000);
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000000));
  background: linear-gradient(to right, transparent, #000000);
}
.About_04 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-name: logoX;
  animation-name: logoX;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.About_04 .box ul li {
  width: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  text-align: center;
  margin: 0 10px;
}
.About_04 .box ul li img {
  max-height: 100%;
}
.About_04 .box ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes logoX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes logoX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.About_05 .box .boxLeft {
  -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;
}
.About_05 .box .boxLeft > div {
  width: 100%;
}
.About_05 .box .boxLeft .title_02 {
  margin-bottom: 0.7rem;
}
.About_05 .box .boxLeft .content1 {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.7;
}
.About_05 .box .boxLeft .content2 {
  margin-top: 6px;
  margin-bottom: 0.4rem;
}
.About_05 .box .boxLeft .content2 a {
  color: #fff;
  font-size: var(--f24);
}
.About_05 .box .boxLeft .content3 {
  margin-top: 0.25rem;
  margin-bottom: 0.34rem;
}
.About_05 .box .boxLeft .content3 .a {
  font-size: var(--f20);
  color: #fff;
  margin-bottom: 7px;
  opacity: 0.8;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_05 .box .boxLeft .content3 .a:last-child {
  margin-bottom: 0;
}
.About_05 .box .boxLeft .content3 .active {
  opacity: 1;
}
.About_05 .box .boxLeft .content4 {
  margin-top: 0.2rem;
}
.About_05 .box .boxLeft .content4 p {
  width: 1.14rem;
  position: relative;
  overflow: hidden;
}
.About_05 .box .boxLeft .content4 p img {
  width: 100%;
}
.About_05 .box .boxLeft .content4 p::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.62rem;
  background-image: -o-linear-gradient(top, #0001FC, transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0001FC), to(transparent));
  background-image: linear-gradient(to bottom, #0001FC, transparent);
  -webkit-animation: scanAnimation 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: scanAnimation 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.About_05 .box .boxRight {
  width: 11.8rem;
}
.About_05 .box .boxRight a {
  display: none;
}
.About_05 .box .boxRight a img {
  width: 100%;
}
.About_05 .box .boxRight .active {
  display: block;
}
@-webkit-keyframes scanAnimation {
  0% {
    top: -10%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 105%;
    opacity: 1;
  }
}
@keyframes scanAnimation {
  0% {
    top: -10%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 105%;
    opacity: 1;
  }
}
.layerHoner {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 90;
  display: none;
}
.layerHoner .box {
  width: 5.3rem;
  height: 6.1rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.85rem 1rem 0;
}
.layerHoner .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.layerHoner .box .close i {
  font-size: var(--f18);
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.layerHoner .box .close i:hover {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layerHoner .box .content1 {
  height: 3.53rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.layerHoner .box .content1 img {
  max-height: 100%;
  margin: auto;
}
.layerHoner .box .content2 {
  font-size: var(--f24);
  text-align: center;
  color: #fff;
  margin-top: 0.6rem;
}
.ApplicationScenarios .box .swiper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 8.6rem;
}
.ApplicationScenarios .box .swiper .item {
  position: relative;
}
.ApplicationScenarios .box .swiper .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.ApplicationScenarios .box .swiper .item .img img {
  width: 100%;
}
.ApplicationScenarios .box .swiper .item .orienation {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  text-align: center;
  width: 100%;
  font-size: var(--f24);
  z-index: 1;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ApplicationScenarios .box .swiper .swiper-slide-active {
  opacity: 1;
}
.ApplicationScenarios .box .swiper .swiper-slide-active .item .orienation {
  opacity: 1;
}
.Technical_Container {
  position: relative;
}
.Technical_Container .mouse {
  position: absolute;
  top: 0%;
  left: 15%;
  z-index: -9;
}
.Technical_Container .mouse img {
  width: 13.5rem;
}
.title_52 > div {
  font-size: 0.52rem;
}
.Technical_01 {
  height: 100dvh;
  padding-top: 1.4rem;
  position: relative;
  overflow: hidden;
}
.Technical_01 .box .content2 {
  margin-top: 0.3rem;
}
.Technical_01 .box .content3 {
  -webkit-transform: translateY(0.64rem);
  -ms-transform: translateY(0.64rem);
  transform: translateY(0.64rem);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Technical_01 .box .img_box {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.Technical_01 .box .img_box .img {
  margin: auto;
  width: 8.68rem;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.Technical_01 .box .img_box .img img {
  width: 100%;
}
.Technical_01 .box.active .content0 {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
}
.Technical_01 .box.active .content3 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Technical_01 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0.01;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}
.Technical_01 .orientation .box1 {
  width: 10.5rem;
  position: relative;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: default;
}
.Technical_01 .orientation .box1 .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-top: 0.65rem;
}
.Technical_01 .orientation.active {
  opacity: 1;
  pointer-events: auto;
}
.Technical_01 .orientation.active .box1 {
  top: 50%;
}
.title_box {
  position: absolute;
  top: 1rem;
  text-align: center;
  width: 100%;
  left: 0;
}
.title_box .content1 {
  font-size: var(--f32);
  color: #fff;
}
.title_box .content2 {
  margin-top: 6px;
}
.title_box .content3 {
  font-size: var(--f18);
  color: #7a7a7a;
  text-align: center;
  max-width: 8rem;
  margin: 0.22rem auto 0;
}
.title_box .content3 span {
  color: #fff;
}
.Technical_02,
.Technical_03 {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.Technical_02 .title_box,
.Technical_03 .title_box {
  opacity: 0;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}
.Technical_02 .img_box,
.Technical_03 .img_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  left: 0%;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.Technical_02 .img_box .img,
.Technical_03 .img_box .img {
  margin: auto;
  width: 7.36rem;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.Technical_02 .img_box .img img,
.Technical_03 .img_box .img img {
  width: 100%;
}
.Technical_04 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.Technical_04 .wMain {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Technical_04 .title {
  padding-top: 1.4rem;
  opacity: 0;
}
.Technical_04 .box {
  position: absolute;
  inset: 0;
}
.Technical_04 .box .item {
  width: 50%;
  text-align: center;
  position: relative;
}
.Technical_04 .box .item .kuang {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 5.34rem;
  opacity: 0;
}
.Technical_04 .box .item .kuang > img {
  width: 100%;
}
.Technical_04 .box .item .kuang p {
  top: 0 !important;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 90%;
  height: 3rem;
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
}
.Technical_04 .box .item .kuang p span {
  width: 100%;
  height: 100%;
  display: block;
  will-change: filter, transform;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  border-radius: 50%;
}
.Technical_04 .box .item .content1 {
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Technical_04 .box .item .content1 img {
  width: 2.04rem;
}
.Technical_04 .box .item .content2 {
  position: absolute;
  width: 5.4rem;
  left: 50%;
  top: 75%;
  -webkit-transform: translate(-50%, 0.5rem);
  -ms-transform: translate(-50%, 0.5rem);
  transform: translate(-50%, 0.5rem);
  opacity: 0;
}
.Technical_04 .box .item .content2 .svg {
  position: relative;
}
.Technical_04 .box .item .content2 .svg .dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #DCF1FF;
  -webkit-box-shadow: 0px 0px 5px 1px #F1F9FF;
  box-shadow: 0px 0px 5px 1px #F1F9FF;
  pointer-events: none;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Technical_04 .box .item .content2 .tit {
  font-size: var(--f24);
  color: #fff;
  margin-top: 0.3rem;
}
.Technical_04 .box .item .content2 .desc {
  font-size: var(--f18);
  color: #7a7a7a;
  margin-top: 0.18rem;
}
.Technical_04 .box .item .content2 .desc span {
  color: #fff;
}
.Technical_04 .box .item1 {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  z-index: 2;
}
.Technical_04 .box .item2 {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.scrollMt {
  margin-top: -100dvh;
}
.Technical_05 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Technical_05 .gddj {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Technical_05 .gddj .scroll {
  height: 100%;
}
.Technical_05 .gddj .scroll .box_main {
  height: 100%;
}
.Technical_05 .title_02 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.7rem;
  opacity: 0;
}
.Technical_05 .box_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.Technical_05 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.Technical_05 .box .effect {
  width: 100%;
}
.Technical_05 .box .effect .left {
  width: 10.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;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1520px) {
  .Technical_05 .box .effect .left {
    width: 10.1rem;
  }
}
.Technical_05 .box .effect .left .img {
  position: relative;
  opacity: 0;
}
.Technical_05 .box .effect .left .img img {
  width: 100%;
  height: 3.8rem;
}
.Technical_05 .box .effect .left .img .gx {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .Technical_05 .box .effect .left .img .gx {
    opacity: 1;
  }
}
.Technical_05 .box .effect .left .img .gx div {
  width: 100%;
  height: 1px;
  transform-origin: center right;
  position: relative;
}
.Technical_05 .box .effect .left .img .gx div:nth-child(1) {
  transform: rotate(2.5deg) scale(0.8);
}
.Technical_05 .box .effect .left .img .gx div:nth-child(1) p {
  animation: leftLight 12s linear infinite;
  animation-delay: 3s;
}
.Technical_05 .box .effect .left .img .gx div:nth-child(2) {
  transform: rotate(0deg) scale(1);
}
.Technical_05 .box .effect .left .img .gx div:nth-child(2) p {
  animation: leftLight 8.5s linear infinite;
  animation-delay: 1s;
}
.Technical_05 .box .effect .left .img .gx div:nth-child(3) {
  transform: rotate(-2.5deg) scale(0.9);
}
.Technical_05 .box .effect .left .img .gx div:nth-child(3) p {
  animation: leftLight 10s linear infinite;
  animation-delay: 4s;
}
.Technical_05 .box .effect .left .img .gx div p {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.Technical_05 .box .effect .left .img .gx div p img {
  height: 0.24rem;
  width: auto;
  filter: brightness(200%);
}
.Technical_05 .box .effect .left .img > div {
  position: absolute;
  left: -17%;
}
.Technical_05 .box .effect .left .img > div svg {
  width: 100%;
}
.Technical_05 .box .effect .left .img .svg1,
.Technical_05 .box .effect .left .img .svg4 {
  top: 22%;
  width: 110%;
}
.Technical_05 .box .effect .left .img .svg2,
.Technical_05 .box .effect .left .img .svg5 {
  top: 47%;
  width: 110%;
}
.Technical_05 .box .effect .left .img .svg3,
.Technical_05 .box .effect .left .img .svg6 {
  top: 45%;
  width: 110%;
}
@media screen and (max-width: 1520px) {
  .Technical_05 .box .effect .left .img .svg3,
  .Technical_05 .box .effect .left .img .svg6 {
    top: 40%;
  }
}
.Technical_05 .box .effect .left .img .textList {
  opacity: 0;
}
.Technical_05 .box .effect .left .img .textList .animate-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  will-change: transform, opacity;
  /* 性能优化 */
  white-space: nowrap;
  font-size: var(--f16);
}
.Technical_05 .box .effect .left .img .textList .animate-text i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #2AC4EB;
  vertical-align: middle;
}
.Technical_05 .box .effect .right {
  -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;
}
.Technical_05 .box .effect .right > div {
  width: 100%;
  position: relative;
}
.Technical_05 .box .effect .right > div > img {
  width: 100%;
  opacity: 0;
}
.Technical_05 .box .effect .right > div ._dot {
  opacity: 0;
}
.Technical_05 .box .effect .right .da_list {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .Technical_05 .box .effect .right .da_list {
    opacity: 1;
  }
}
.Technical_05 .box .effect .right .da_list .ans-row {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}
.Technical_05 .box .effect .right .da_list .ans-row-1,
.Technical_05 .box .effect .right .da_list .ans-row-3 {
  top: 40%;
}
.Technical_05 .box .effect .right .da_list .ans-row-2,
.Technical_05 .box .effect .right .da_list .ans-row-4 {
  bottom: 44%;
}
.Technical_05 .box .effect .right .da_list .animate-answer {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  width: 80%;
  will-change: transform, opacity;
}
.Technical_05 .box .effect .right .da_list .animate-answer span {
  display: block;
}
.Technical_05 .box .chip {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 1.56rem;
  z-index: 5;
}
.Technical_05 .box .chip > p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Technical_05 .box .chip > p span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 36px -2px #4596FF, inset 1px 0px 10px #F1F9FF;
  box-shadow: 0px 0px 36px -2px #4596FF, inset 1px 0px 10px #F1F9FF;
  -webkit-animation: hxd 2s infinite linear;
  animation: hxd 2s infinite linear;
}
.Technical_05 .box .chip img {
  width: 100%;
  opacity: 0;
}
.Technical_05 .box .chip .content {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -webkit-calc(100.4%);
  top: calc(100% + 0.4rem);
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0rem);
  -ms-transform: translate(-50%, 0rem);
  transform: translate(-50%, 0rem);
  text-align: center;
}
.Technical_05 .box .chip .content .content1 {
  font-size: var(--f24);
  color: #fff;
}
.Technical_05 .box .chip .content .content2 {
  font-size: var(--f18);
  color: #7a7a7a;
  margin-top: 6px;
}
.Technical_05 .box .chip .content .content2 span {
  color: #fff;
}
.Technical_05 .box1 {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
}
.Technical_05 .box1 .effect .right > div ._dot {
  position: absolute;
  right: 0;
  width: 100%;
  top: 49.8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.16rem;
  overflow: hidden;
}
.Technical_05 .box1 .effect .right > div ._dot p {
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  -webkit-animation: dot1 6s linear infinite;
  animation: dot1 3s linear infinite;
}
.Technical_05 .box1 .effect .right > div ._dot p img {
  vertical-align: baseline;
  height: 100%;
}
.Technical_05 .box1 .effect .right > div ._dot p:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.Technical_05 .box1 .effect .right > div ._dot p:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.Technical_05 .box2 {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Technical_05 .box2 .effect .right > div ._dot {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 8px;
  overflow: hidden;
}
.Technical_05 .box2 .effect .right > div ._dot p {
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  -webkit-animation: dot2 10s linear infinite;
  animation: dot2 10s linear infinite;
}
.Technical_05 .box2 .effect .right > div ._dot p img {
  vertical-align: text-top;
  height: 100%;
}
.Technical_05 .box2 .effect .right > div ._dot p:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.Technical_05 .box2 .effect .right > div ._dot p:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.Technical_05 .loadVideo {
  position: absolute;
  left: 50%;
  aspect-ratio: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 2.1rem;
  top: 50%;
}
.Technical_05 .loadVideo #canvas {
  width: 100%;
  height: 100%;
}
@keyframes leftLight {
  0% {
    left: -80%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes hxd {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hxd {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes dot1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes dot1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes dot2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes dot2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
.Product_video {
  position: relative;
}
.Product_video .video {
  height: 100dvh;
  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_video .video video {
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 1200px) {
  .Product_video {
    display: none;
  }
}
.Product_01 {
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 100%;
}
.Product_01 .title_02 > div {
  font-size: 0.62rem;
}
.product_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.product_02 .box .content1 {
  font-size: var(--f56);
  color: #fff;
}
.product_02 .box .content2 {
  max-width: 5.6rem;
  font-size: var(--f18);
  line-height: 1.6;
  color: #fff;
  margin-top: 0.36rem;
  margin-bottom: 0.74rem;
}
.product_02.mask_04 {
  display: none;
}
.ProductPhone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ProductPhone {
    display: block;
  }
}
.ProductPhone_01 video {
  width: 100%;
}
.ProductPhone_02 {
  padding: 0.6rem 0;
}
.ProductPhone_02 .box {
  text-align: center;
}
.ProductPhone_02 .box .content1 {
  font-size: var(--f32);
  color: #fff;
}
.ProductPhone_02 .box .content2 {
  font-size: var(--f18);
  line-height: 1.6;
  color: #fff;
  margin-top: 0.36rem;
  margin-bottom: 0.6rem;
}
.ProductPhone_02 .box .content3 {
  margin-top: 0.7rem;
}
.ProductPhone_02 .box .content4 video {
  width: 100%;
}
.ProductPhone_02 .box .content4 img {
  margin: auto;
  width: 70%;
}
@media screen and (max-width: 699px) {
  .ProductPhone_02 .box .content4 img {
    width: 90%;
  }
}
.ProductPhone_02:nth-child(2) .content3 {
  display: none;
}
.ProductPhone_02:last-child {
  padding-bottom: 0;
}
.ProductPhone_02:last-child .content1 {
  display: none;
}
.ProductPhone_02:last-child .content2 {
  display: none;
}
.lang_zh .Header_Container .box .logo a img {
  height: 35px;
}
@media screen and (max-width: 1520px) {
  .lang_zh .Header_Container .box .logo a img {
    height: 30px;
  }
}
.lang_zh .Home_Technology .box .list .item figcaption {
  font-size: var(--f24);
  height: 1.4em;
  max-height: 1.4em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.lang_zh .Home_Technology .box .list .item:hover > div {
  -webkit-transform: translateY(-0.45rem);
  -ms-transform: translateY(-0.45rem);
  transform: translateY(-0.45rem);
}
.lang_zh .Footer_Container .box1 img {
  height: 47px;
}
.lang_zh .Footer_Container .box2 .boxLeft .item {
  margin-right: 1.3rem;
}
@media screen and (max-width: 1680px) {
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    left: 50.2%;
    top: 20.3%;
    -webkit-transform: translate(-50%, 0%) scale(0.84);
    -ms-transform: translate(-50%, 0%) scale(0.84);
    transform: translate(-50%, 0%) scale(0.84);
  }
}
@media screen and (max-width: 1520px) {
  .Header_Container .box .nav .item {
    padding: 0 0.22rem;
  }
  .link_03 .a {
    min-width: 1.5rem;
  }
  .Home_History .box .scroll .list .item {
    max-width: 31%;
  }
  .Home_History .box .scroll .list .item > div .top .content2 {
    font-size: var(--f30);
  }
  .Home_History .box .scroll .list .item {
    height: 5.5rem;
  }
  .Footer_Container .box2 .boxLeft .item {
    margin-right: 0.65rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.58rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    margin-top: 0.2rem;
  }
  .link_02 .a,
  .link_04 .a {
    height: 44px;
    width: 44px;
  }
  .link_02 .a img,
  .link_04 .a img,
  .link_02 .a .svg,
  .link_04 .a .svg {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  .link_03 .a,
  .link_01 .a {
    height: 44px;
  }
  .Home_History .box .scroll .list .item > div {
    padding-bottom: 0.8rem;
  }
  .Footer_Container .box1 img {
    height: 23px;
  }
  .Home_Banner .banner .swiper-slide2 .img .img2 {
    left: 50%;
    top: 33%;
    width: 6.9rem;
  }
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    -webkit-transform: translate(-50%, -50%) scale(0.81);
    -ms-transform: translate(-50%, -50%) scale(0.81);
    transform: translate(-50%, -50%) scale(0.81);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    top: 50%;
  }
  .Home_Product .box .boxRight .imgList .item .imgVideo {
    -webkit-transform: translateY(-2rem) translateX(-1rem) scale(0.8);
    -ms-transform: translateY(-2rem) translateX(-1rem) scale(0.8);
    transform: translateY(-2rem) translateX(-1rem) scale(0.8);
  }
  .About_02 .orientation .box .swiper .swiper-slide .item {
    padding: 0 1rem 0 0.32rem;
  }
  .About_03 .box .swiper .item {
    width: 2.68rem;
  }
  .News_01 .box1 .page_box {
    margin-top: -0.16rem;
  }
  .News_04,
  .News_03 {
    --w: 10.5rem;
  }
  .Technical_05 .box1 .effect .right > div ._dot p img {
    vertical-align: super;
  }
  .title_52 > div {
    font-size: 0.44rem;
  }
}
@media screen and (max-width: 1400px) {
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    top: 44%;
  }
  .Home_Product .box .boxRight .imgList .item:nth-child(2) img {
    -webkit-transform: translateY(-1.3rem);
    -ms-transform: translateY(-1.3rem);
    transform: translateY(-1.3rem);
  }
  .Home_Technology .box .list .item {
    width: 3.3rem;
    height: 3.4rem;
  }
  .Footer_Container .box2 .boxLeft .item {
    margin-right: 0.6rem;
  }
  .Footer_Container .box1 img {
    height: 20px;
  }
  .Home_History .box .scroll .list .item > div .bottom {
    line-height: 1.6;
  }
  .Home_History .box .scroll .list .item > div:hover .bottom {
    height: -webkit-calc(9.6em);
    height: calc(1.6em * 6);
  }
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    -webkit-transform: translate(-50%, -50%) scale(0.72);
    -ms-transform: translate(-50%, -50%) scale(0.72);
    transform: translate(-50%, -50%) scale(0.72);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    top: 43.9%;
  }
  .lang_zh .Footer_Container .box2 .boxLeft .item {
    margin-right: 1.1rem;
  }
  .About_01 .orientation .box {
    padding-top: 1.58rem;
    width: 6.7rem;
  }
  .About_01 .orientation .box .content2 {
    margin-top: 0.9rem;
  }
  .Technical_01 .box .img_box .img {
    width: 8rem;
  }
  .title_box .content3 {
    max-width: 9rem;
  }
  .Technical_04 .title {
    padding-top: 1rem;
  }
  .Technical_04 .box .item .content2 .svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Technical_04 .box .item .content2 .tit {
    margin-top: 0.2rem;
  }
  .Technical_04 .box .item .content2 .desc {
    font-size: 14px;
  }
  .Technical_05 .box .chip .content {
    top: -webkit-calc(100.2%);
    top: calc(100% + 0.2rem);
  }
}
@media screen and (max-width: 1281px) {
  .desc_01 {
    font-size: var(--f34);
  }
  .Home_History {
    height: 108vh;
  }
  .Footer_Container .box2 .boxLeft .item {
    margin-right: 0.4rem;
  }
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    top: 51%;
  }
  .Home_Product .box .boxRight .imgList .item .imgVideo {
    -webkit-transform: translateY(-2rem) translateX(-1.6rem) scale(0.6);
    -ms-transform: translateY(-2rem) translateX(-1.6rem) scale(0.6);
    transform: translateY(-2rem) translateX(-1.6rem) scale(0.6);
  }
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    -webkit-transform: translate(-50%, -50%) scale(0.67);
    -ms-transform: translate(-50%, -50%) scale(0.67);
    transform: translate(-50%, -50%) scale(0.67);
    top: 41%;
  }
  .lang_zh .Footer_Container .box2 .boxLeft .item {
    margin-right: 1rem;
  }
  .About_02 .orientation .box .swiper .swiper-slide .item {
    padding: 0 0.95rem 0 0.32rem;
  }
  .About_03 .box .swiper .item {
    width: 3.08rem;
  }
  .About_05 .box .boxRight {
    width: 10.3rem;
  }
  .About_05 .box .boxLeft .content3 .a {
    font-size: var(--f18);
  }
  .leave_01 .box {
    padding: 0 2.95rem;
  }
  .News_01 .box .item .boxLeft {
    padding-right: 1.2rem;
  }
  .News_01 .box1 .page_box {
    margin-top: 0;
  }
  .News_04,
  .News_03 {
    --w: 9.6rem;
  }
  .Technical_01 .box .img_box .img {
    width: 7rem;
  }
  .Technical_02 .img_box .img,
  .Technical_03 .img_box .img {
    width: 6rem;
  }
  .Technical_05 .box .effect .left {
    width: 9.1rem;
  }
  .Technical_05 .box .chip .content .content1 {
    font-size: 14px;
  }
  .Technical_05 .box .chip .content .content2,
  .Technical_05 .box .effect .left .img .textList .animate-text {
    font-size: 12px;
  }
  .title_52 > div {
    font-size: 0.4rem;
  }
  .about3 {
    margin-top: -3.5rem;
  }
  .About_02 .orientation .box {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .ydy,
  .ydyCn,
  .Header_Container,
  .Home_Product .box .boxRight {
    display: none;
  }
  .Home_Banner .banner .img img {
    height: 10.2rem;
  }
  .lang_zh .MobileMain .HeaderMobile .box .logo a img {
    height: 34px;
  }
  .Home_Product .box .boxLeft {
    width: 100%;
  }
  .Home_Product .box .boxLeft .item .bottom > div .content3 {
    display: block;
    text-align: center;
    margin: 0.5rem 0 0.3rem;
    position: relative;
  }
  .Home_Product .box .boxLeft .item .top .left {
    font-size: var(--f30);
  }
  .Home_Product .box .boxLeft .item:nth-child(2) .bottom > div .content3 {
    height: 6rem;
    margin-bottom: 0;
  }
  .Home_Product .box .boxLeft .item:nth-child(2) .bottom > div .content3 .imgScrolllist {
    inset: initial;
    left: 50%;
    top: 31%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 10rem;
  }
  .Home_Product .box .boxLeft .item:nth-child(2) .bottom > div .content3 .imgScrolllist p {
    height: 10rem;
  }
  .Home_Product .box .boxLeft .item.active .scroll {
    -webkit-animation: scrollAnimation 2s steps(83) forwards;
    animation: scrollAnimation 2s steps(83) forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .Home_Technology .video video {
    height: 9.8rem;
  }
  .Home_Technology .title_center {
    position: initial;
  }
  .Home_Technology .box {
    margin-top: 0.7rem;
  }
  .Home_Technology .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
  }
  .Home_Technology .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Home_Technology .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Home_Technology .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Home_Technology .box .scroll {
      scrollbar-color: #0001FC rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_Technology .box .scroll .list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .Home_Technology .box .scroll .list .item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0.3rem 0 0;
    width: 4.1rem;
    height: 4.1rem;
  }
  .Home_Technology .box .scroll .list .item:last-child {
    margin: 0;
  }
  .Home_Technology .box .scroll .list .item .flexCenter {
    grid-template-rows: 1fr;
  }
  .Home_Technology .box .scroll .list .item figure {
    margin-top: 0.6rem;
  }
  .Home_History {
    height: auto;
    position: relative;
  }
  .Home_History .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
  }
  .Home_History .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Home_History .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Home_History .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Home_History .box .scroll {
      scrollbar-color: #0001FC rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_History .box .scroll .list {
    width: 150%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }
  .Home_History .box .scroll .list .item {
    width: auto;
    max-width: initial;
  }
  .Home_History .box .scroll .list .item > div .top .content2 {
    font-size: var(--f28);
  }
  .Home_History .box .scroll .list .item > div {
    padding-bottom: 0.9rem;
  }
  .Home_News .listImg {
    display: none;
  }
  .Home_News .box .list .item a .content1 {
    width: 72%;
    padding-right: 1rem;
  }
  .Home_News .box .list .item {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Home_News .box .list .item:hover {
    background: #0001FC;
  }
  .Footer_Container .box2 .boxLeft {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem 0rem;
    display: none;
  }
  .Footer_Container .box2 .boxLeft ul {
    display: none;
  }
  .Footer_Container .box2 .boxRight {
    width: 100%;
  }
  .Footer_Container .box3 {
    font-size: 10px;
  }
  .Footer_Container .box1 img {
    height: 18px;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.48rem;
  }
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    -webkit-transform: translate(-50%, -50%) scale(0.78);
    -ms-transform: translate(-50%, -50%) scale(0.78);
    transform: translate(-50%, -50%) scale(0.78);
    top: 47%;
  }
  .Home_Product .imgVideo {
    -webkit-transform: scale(0.8) translateY(-1rem);
    -ms-transform: scale(0.8) translateY(-1rem);
    transform: scale(0.8) translateY(-1rem);
  }
  .About_01 .orientation {
    position: inherit;
    margin-top: -3rem;
  }
  .About_01 .orientation .box {
    width: 100%;
    padding-top: 0;
  }
  .about3 {
    margin-top: -0.6rem;
  }
  .About_03 .box .swiper .item {
    width: 3.5rem;
  }
  .About_03 .box .swiper .item .orientation {
    padding-top: 0.5rem;
  }
  .About_03 .box {
    margin-top: 1rem;
  }
  .About_04 .box ul li {
    width: 2.7rem;
  }
  .About_05 .box .boxRight {
    width: 100%;
  }
  .About_05 .box .boxLeft > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .About_05 .box .boxLeft > div > div:last-child {
    text-align: center;
    padding-top: 1.1rem;
  }
  .About_05 .box .boxLeft .content4 p {
    width: 1.5rem;
  }
  .Service_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .InnerBanner picture img {
    height: 6rem;
  }
  .InnerBanner .orientation .title_02 > div {
    font-size: 0.48rem;
  }
  .InnerBanner .orientation {
    top: 2.2rem;
  }
  .marginTop2 {
    margin-top: -1.4rem;
  }
  .leave_01 .box {
    padding: 0;
  }
  .News_01 .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .News_01 .box .item .boxLeft {
    width: 100%;
    padding-right: 0;
    padding-top: 0.4rem;
  }
  .News_01 .box .item .boxRight {
    width: 100%;
  }
  .News_01 .box1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .News_02 .box .list .item a .content2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.4rem;
  }
  .News_02 .box .list .item a .content1 {
    width: 1.8rem;
  }
  .News_02 .box .list .item a .content3 {
    width: 3rem;
  }
  .News_02 .box .list > p {
    display: none;
  }
  .p140 {
    padding-top: 0.8rem;
  }
  .News_04 .box .boxLeft {
    width: 100%;
  }
  .News_04 .box .boxRight {
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.8rem;
  }
  .News_04 .box .boxRight .sticky .list .item .left {
    width: 3rem;
  }
  .Join_01 .box .item .desc {
    font-size: var(--f26);
  }
  .Join_02 .box .height1 img {
    height: 1.7rem;
  }
  .Join_02 .box .height4 img {
    height: 1.7rem;
  }
  .Join_02 .box .height6 img {
    height: 1.5rem;
  }
  .Join_02 .box .height7 img {
    height: 1.5rem;
  }
  .Join_02 .box .height5 img {
    height: 3rem;
  }
  .Join_02 .box .height2 img {
    height: 2.5rem;
  }
  .Join_02 .box .height3 img {
    height: 2.2rem;
  }
  .Join_03 .box .item .hide {
    display: none;
  }
  .Join_03 .box .item .bottom .show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.4rem;
  }
  .MobileMain .link_02 .a,
  .link_04 .a {
    width: 34px;
    height: 34px;
  }
  .Technical_01,
  .Technical_02,
  .Technical_03,
  .Technical_04,
  .Technical_05 {
    height: auto;
    pointer-events: auto;
    padding-bottom: 1.2rem;
  }
  .Technical_02,
  .Technical_03,
  .Technical_01 .box .img_box,
  .title_box,
  .Technical_02 .img_box,
  .Technical_03 .img_box,
  .Technical_04,
  .Technical_04 .box,
  .Technical_04 .box .item,
  .Technical_04 .box .item .kuang,
  .Technical_05,
  .Technical_05 .title_02 {
    position: initial !important;
    opacity: 1 !important;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
  }
  .Technical_01 .img_box,
  .Technical_02 .img_box,
  .Technical_03 .img_box {
    margin-top: 0.6rem;
  }
  .Technical_01 .box .img_box .img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .Technical_02 .img_box .img,
  .Technical_03 .img_box .img {
    width: 7rem;
  }
  .Technical_01 .orientation .box1 {
    width: 90vw;
  }
  .Technical_01 {
    overflow: initial;
  }
  .Technical_01 .orientation {
    height: calc(100vh - 58px);
  }
  .Technical_01 .orientation .box1 .content2 {
    max-height: calc(1.7em * 10);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Technical_01 .orientation .box1 .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Technical_01 .orientation .box1 .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Technical_01 .orientation .box1 .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Technical_01 .orientation .box1 .content2 {
      scrollbar-color: #0001FC rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Technical_04 .title,
  .Technical_05 .box .chip > p,
  .Technical_05 .box .chip img,
  .Technical_05 .box .chip .content {
    opacity: 1;
    padding-top: 0;
  }
  .Technical_04 .box {
    margin-top: 0.6rem;
  }
  .Technical_04 .box .item {
    width: 384px;
    margin: 0 auto 3.6rem;
    position: relative !important;
  }
  .Technical_04 .box .item .content1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .Technical_04 .box .item .content2 {
    position: absolute;
    top: 260px;
    opacity: 1;
  }
  .Technical_04 .box .item .content2 .desc {
    line-height: 2;
  }
  .Technical_04 .box .item .kuang {
    overflow: hidden;
    width: 100%;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .Technical_04 .box .item .content2 .svg .dot {
    top: 0;
    bottom: auto;
  }
  .Technical_05 .loadVideo {
    display: none;
  }
  .Technical_05 .box {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .Technical_05 .box .effect .left .img,
  .Technical_05 .box .effect .left .img .textList,
  .Technical_05 .box .effect .right > div > img {
    opacity: 1;
  }
  .Technical_05 .box .effect .left .img > div {
    left: -10%;
  }
  .Technical_05 .box .effect {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .Technical_05 .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
    position: relative;
  }
  .Technical_05 .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Technical_05 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Technical_05 .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Technical_05 .scroll {
      scrollbar-color: #0001FC rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Technical_05 .scroll .box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .Technical_05 .box .effect .left {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Technical_05 .box .effect .right > div > img {
    height: 4rem;
  }
  .Technical_05 .box .effect .right > div ._dot {
    opacity: 1;
  }
  .Technical_05 {
    padding-bottom: 0 !important;
  }
  .News_01 .box .item .boxLeft .content2,
  .News_03 .box .boxLeft .content1 {
    font-size: var(--f28);
  }
  .Product_01 {
    top: 0.6rem;
  }
  .Product_01 .title_02 > div {
    font-size: 0.42rem;
  }
  .Join_03 .box .item .bottom {
    padding-top: 0.4rem;
  }
  .Technical_05 .gddj {
    overflow: hidden;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 11px;
  }
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.4rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.38rem;
  }
  .Home_Banner .banner .img img {
    height: 360px;
  }
  .Home_Banner .banner .swiper-slide .orientation {
    top: 0.7rem;
  }
  .Home_Banner .page {
    bottom: 0.4rem;
  }
  .Home_Product .box .boxLeft .item .top .left {
    font-size: var(--f22);
  }
  .Home_Product .box .boxLeft .item .bottom > div .content1 p {
    font-size: 13px;
  }
  .Home_Product .box {
    margin-top: 0.9rem;
  }
  .link_02 .a,
  .link_04 .a {
    height: 40px;
    width: 40px;
  }
  .link_03 .a,
  .link_01 .a {
    height: 40px;
    min-width: 2rem;
  }
  .Home_Product .box .boxLeft .item .bottom > div .content3 {
    padding: 0;
  }
  .desc_01 {
    font-size: var(--f26);
  }
  .Home_Technology .box .list .item figure {
    height: 1rem;
  }
  .Home_Technology .box .scroll .list .item {
    width: 4.3rem;
    height: 4.3rem;
  }
  .Home_History .box .scroll .list {
    width: 300%;
  }
  .Home_History .box .scroll .list .item > div .top .content2 {
    font-size: 16px;
  }
  .Home_News .box .list .item a .content1 {
    font-size: 15px;
  }
  .Home_History .box .scroll .list .item > div .bottom div {
    font-size: 13px;
  }
  .Home_History .box .scroll .list .item > div .top .content2 br {
    display: none;
  }
  .Home_News .box .list .item a .content2 {
    display: none;
  }
  .Home_News .box .list .item a .content1 {
    width: 80%;
    padding-right: 0rem;
  }
  .Footer_Container .box1 img {
    height: 12px;
  }
  .Footer_Container {
    text-align: center;
  }
  .Footer_Container .box2 .boxRight ul,
  .Footer_Container .box3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Home_Product .box .boxLeft .item:nth-child(2) .bottom > div .content3 {
    height: 4rem;
  }
  .Home_Product .box .boxLeft .item:nth-child(2) .bottom > div .content3 .imgScrolllist {
    top: 31%;
    height: 7rem;
  }
  .Home_Product .box .boxLeft .item:nth-child(2) .bottom > div .content3 .imgScrolllist p {
    height: 7rem;
  }
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    -webkit-transform: translate(-50%, -50%) scale(0.38);
    -ms-transform: translate(-50%, -50%) scale(0.38);
    transform: translate(-50%, -50%) scale(0.38);
    top: 9%;
  }
  .Home_Product .imgVideo {
    left: 50%;
    top: 43%;
    -webkit-transform: translate(-50%, -50%) scale(0.35);
    -ms-transform: translate(-50%, -50%) scale(0.35);
    transform: translate(-50%, -50%) scale(0.35);
  }
  .Home_History .box .scroll .list .item > div {
    padding-bottom: 0.5rem;
  }
  .ios .Home_Banner .banner .swiper-slide2 .imgVideo {
    top: 11%;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
  }
  .MobileMain .HeaderMobile .box .button .menu {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .page {
    left: 5vw;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    position: absolute;
    right: 5vw;
    top: 250px;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .Home_Banner .banner .swiper-slide .orientation {
    top: 45px;
  }
  .Home_Banner .page div span {
    width: 24px;
    height: 2px;
  }
  .Home_Product .box .boxLeft .item:nth-child(1) .bottom > div .content1 p {
    text-align: justify;
  }
  .Home_Product .box .boxLeft .item .bottom > div .content1 {
    width: 112%;
  }
  .Home_History .box .scroll .list .item > div .top .content2 {
    height: 2.4em;
  }
  .mobile_search .close i {
    font-size: 0.45rem;
  }
  .About_01 .img img {
    min-height: 5rem;
  }
  .About_02 .img img {
    min-height: 9rem;
  }
  .about3 {
    margin-top: -2.3rem;
  }
  .About_03 .box .swiper .item {
    width: 4.2rem;
  }
  .About_05 .box .boxLeft > div > div:last-child {
    padding-top: 1.2rem;
    padding-left: 0.4rem;
  }
  .About_05 .box .boxLeft .content3 .a {
    font-size: 12px;
  }
  .Technical_01,
  .Technical_02,
  .Technical_03,
  .Technical_04 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .Technical_01 .box .img_box .img {
    width: 100%;
  }
  .Technical_04 .box .item .content2 {
    top: 210px;
  }
  .Technical_04 .box .item {
    margin: 0 auto 240px;
    position: relative !important;
    width: 100%;
  }
  .Technical_05 .box .chip {
    width: 1.86rem;
  }
  .Technical_05 .box .effect .left .img .svg1,
  .Technical_05 .box .effect .left .img .svg4 {
    top: 11%;
  }
  .Technical_05 .box .effect .left .img .svg2,
  .Technical_05 .box .effect .left .img .svg5 {
    top: 42%;
  }
  .Technical_05 .box .effect .left .img .svg3,
  .Technical_05 .box .effect .left .img .svg6 {
    top: 29%;
  }
  .leave_01 .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .leave_01 .box .item input {
    height: 0.84rem;
  }
  .News_02 .box .list {
    display: grid;
  }
  .News_02 .box .list .item {
    height: auto;
    padding: 0.5rem 0;
  }
  .News_02 .box .list .item a .content1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.4rem;
  }
  .News_02 .box .list .item a .content2 {
    width: 100%;
    margin: 0.2rem 0 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .News_02 .box .list .item a .content3 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .fengye .number {
    display: none;
  }
  .fengye .next {
    margin-left: 0.5rem;
  }
  .News_04 .box .boxLeft .content2 .right {
    width: 100%;
    margin-top: 0.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .News_04 .box .boxRight .sticky .title {
    border: 0;
  }
  .Join_03 .box .item .bottom .show .content2 {
    margin-right: 0;
  }
  .Join_03 .box .item .content2 svg {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .Search_01 .box .content1 {
    font-size: var(--f24);
  }
  .Search_01 .box .content2 form input {
    height: 0.9rem;
  }
  .Search_01 .box .content2 form label div {
    width: 36px;
    height: 36px;
  }
  .layerHoner .box .content1 {
    height: 3.8rem;
  }
  .layerHoner .box {
    height: 6.4rem;
  }
  .Service_01 .box .item .content .text .right {
    padding-left: 0.5rem;
  }
  .NavToggle ul li a {
    font-size: var(--f20);
    line-height: 44px;
    min-width: 2.14rem;
  }
  .Join_01 .box {
    padding-right: 0;
  }
  .Join_01 .box .swiper {
    padding-right: 5vw;
  }
  .Join_02 .orientaiton .box2 .desc {
    font-size: 16px;
  }
  .About_02 .orientation .box .swiper .swiper-slide .item .content1 {
    font-size: 14px;
  }
  .About_02 .orientation .box .swiper .swiper-slide .item .content2 .scroll {
    font-size: 12px;
  }
  .About_02 .orientation .box .swiper .swiper-slide .item {
    padding: 0 0.5rem 0 0.32rem;
  }
  .gddj .gddjImg img {
    height: 23px;
  }
}
/*# sourceMappingURL=./style.css.map */