body {
  background: #000;
}
body::-webkit-scrollbar {
  display: 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: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #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.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f7f7f7;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #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.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #0001FC;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #0001FC;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #0001FC;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #0001FC;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #0001FC;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #0001FC;
}
.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;
}
.Header_Container .box .nav .item > p a {
  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 .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;
}
.Header_Container .box .language a svg {
  margin-left: 0.08rem;
}
.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 {
  transform-origin: left center;
  transform: scale(0.9);
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
@-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%;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .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;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div .title2 {
  --x: 300%;
  --y: 0%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -o-radial-gradient(var(--x) var(--y), circle, #fff, transparent);
  background: radial-gradient(circle at var(--x) var(--y), #fff, transparent);
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  color: transparent;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div .title3 {
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: max-content;
  opacity: 0;
  transition: opacity 0.4s;
  padding: 0 1rem;
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div .title3.active {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.3, transparent), color-stop(0.5, #ffffff), color-stop(0.7, transparent), color-stop(1, transparent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-size-adjust: none;
  background-position: -6rem 0;
  -webkit-animation: slidetounlock2 3s 1 forwards;
  animation: slidetounlock2 3s 1 forwards;
}
@media screen and (max-width: 699px) {
  .Home_Banner .banner .swiper-slide .orientation .content1 > div .title3.active {
    background-position: -5rem 0;
  }
}
.Home_Banner .banner .swiper-slide .orientation .content1 > div.active .title2 {
  --x: 50%;
  --y: 50%;
  background-size: 200%;
}
.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%;
  transform: translate(-50%, 0%) scale(1.02);
}
.Home_Banner .banner .swiper-slide-active .scroll {
  animation: scrollAnimation 2s steps(83) forwards;
  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: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#313131));
  background: -o-linear-gradient(right, #FFFFFF 0%, #313131 100%);
  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) {
  @keyframes slidetounlock2 {
    0% {
      background-position: -6rem 0;
    }
    100% {
      background-position: 4rem 0;
    }
  }
}
@media screen and (max-width: 699px) {
  @keyframes slidetounlock2 {
    0% {
      background-position: -5rem 0;
    }
    100% {
      background-position: 3rem 0;
    }
  }
}
.imgScrolllist {
  position: absolute;
  inset: 0;
  overflow: hidden;
  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;
  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;
}
.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: 10px;
  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;
}
.link_03:hover .abg::before,
.link_03:hover .abg::after {
  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;
}
@-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;
}
.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;
}
.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_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);
  position: relative;
  overflow: hidden;
}
.title_01 > div .title2 {
  --x: 300%;
  --y: 0%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -o-radial-gradient(var(--x) var(--y), circle, #fff, transparent);
  background: radial-gradient(circle at var(--x) var(--y), #fff, transparent);
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  color: transparent;
}
.title_01 > div .title3 {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  width: max-content;
  opacity: 0;
  transition: opacity 0.4s;
}
.title_01 > div .title3.active {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.3, transparent), color-stop(0.5, #ffffff), color-stop(0.7, transparent), color-stop(1, transparent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-size-adjust: none;
  background-position: -1.6rem 0;
  -webkit-animation: slidetounlock 2s 1 forwards;
  animation: slidetounlock 2s 1 forwards;
}
.title_01 > div.active .title2 {
  --x: 50%;
  --y: 50%;
  background-size: 200%;
}
@keyframes slidetounlock {
  0% {
    background-position: -1.6rem 0;
  }
  100% {
    background-position: 1rem 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 {
  transform: translateY(-1rem);
}
.Home_Product .box .boxRight .imgList .active {
  display: block;
}
.Home_Product .box .boxRight .imgList .active .scroll {
  animation: scrollAnimation 2s steps(83) forwards;
  animation-delay: 0.8s;
}
.Home_Product .mouse {
  position: absolute;
  top: -15%;
  right: -8%;
}
.Home_Product .mouse img {
  width: 13.5rem;
}
@keyframes scrollAnimation {
  0% {
    transform: translateY(0);
  }
  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;
}
@keyframes fadeInUp5 {
  from {
    opacity: 0;
    transform: translateY(1rem);
    /* 从下方20px处开始 */
  }
  to {
    opacity: 1;
    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 {
  animation: fadeInUp5 1s ease-out forwards;
}
@media screen and (min-width: 1200px) {
  .Home_History .desc_01 {
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(transparent));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), transparent);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
}
.Home_History .box .scroll .list .item > div::after {
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0001FC), to(transparent));
  background: -o-linear-gradient(top, #0001FC, 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) {
    animation-delay: 0.2s;
  }
  .Home_History .box .scroll .list .item:nth-child(2) {
    animation-delay: 0.4s;
  }
  .Home_History .box .scroll .list .item:nth-child(3) {
    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);
  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 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 {
  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);
  }
}
@media screen and (max-width: 1680px) {
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    left: 50.2%;
    top: 20.3%;
    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 {
    transform: translate(-50%, -50%) scale(0.81);
    transform-origin: center bottom;
    top: 50%;
  }
  .Home_Product .box .boxRight .imgList .item .imgVideo {
    transform: translateY(-2rem) translateX(-1rem) scale(0.8);
  }
}
@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 {
    transform: translate(-50%, -50%) scale(0.72);
    transform-origin: center bottom;
    top: 43.9%;
  }
}
@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 {
    transform: translateY(-2rem) translateX(-1.6rem) scale(0.6);
  }
  .Home_Banner .banner .swiper-slide2 .imgVideo {
    transform: translate(-50%, -50%) scale(0.67);
    top: 41%;
  }
}
@media screen and (max-width: 1200px) {
  .ydy,
  .Header_Container,
  .Home_Product .box .boxRight {
    display: none;
  }
  .Home_Banner .banner .img img {
    height: 10.2rem;
  }
  .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%;
    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 {
    animation: scrollAnimation 2s steps(83) forwards;
    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 {
    transform: translate(-50%, -50%) scale(0.78);
    top: 47%;
  }
  .Home_Product .imgVideo {
    transform: scale(0.8) translateY(-1rem);
  }
}
@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 {
    transform: translate(-50%, -50%) scale(0.38);
    top: 9%;
  }
  .Home_Product .imgVideo {
    left: 50%;
    top: 43%;
    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%;
    transform: translate(-50%, -50%) scale(0.4);
  }
  .MobileMain .HeaderMobile .box .button .menu {
    transform: scale(0.8);
  }
  .Home_Banner .page {
    left: 5vw;
    transform: translate(0, 0);
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    position: absolute;
    right: 5vw;
    top: 250px;
    transform: scale(0.86);
    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;
  }
}
/*# sourceMappingURL=./style.css.map */