body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 0.94rem;
  --color: #004efe;
  --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;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 16px;
    --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;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.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;
    --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);
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.2;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.phone_main {
  display: none;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.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;
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f3f3f3;
}
.ue-table-interlace-color-double {
  background: #f3f3f3;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.mt {
  margin-top: 0.7rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f3f3f3;
}
.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: #004efe;
  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: #004efe;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #004efe;
}
.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: #004efe;
}
.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: #004efe;
}
.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: #004efe;
}
.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: #004efe;
}
.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: #004efe;
}
.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: #004efe;
}
.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 #004efe;
  border-radius: 0.3rem;
}
.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: #004efe;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title_01 div {
  font-size: var(--f56);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 3px;
}
.desc_01 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
}
.button_01 .a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #000;
  height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px 0 35px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}
.button_01 .a .text {
  font-size: var(--f16);
  color: #000;
  transition: 0.4s;
}
.button_01 .a .btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 0.26rem;
  position: relative;
}
.button_01 .a .btn::after {
  content: '';
  background: #004efe;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.button_01 .a .btn div {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 2;
  width: 100%;
  width: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a .btn div p {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_01 .a .btn div p i {
  margin: auto;
  color: #fff;
  font-size: 12px;
  transition: 0.4s;
}
.button_01 .a .btn div .p1 i {
  color: transparent;
}
.button_01 .a:hover .text {
  color: #004efe;
}
.button_01 .a:hover .btn::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.button_01 .a:hover .btn div {
  left: 0;
}
.button_01 .a:hover .btn div .p1 i {
  color: #fff;
}
.button_01 .a:hover .btn div .p2 i {
  color: transparent;
}
.Home_About .box .boxLeft .content1 {
  font-size: var(--f18);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.16rem;
}
.Home_About .box .boxLeft .content1 em {
  font-family: 'gilroy_bold';
  font-size: var(--f22);
  color: #000;
}
.Home_About .box .boxRight {
  width: 50%;
}
.Home_About .box .boxRight .content1 {
  font-size: var(--f18);
  color: #666;
  height: 7.2em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_About .box .boxRight .content2 {
  margin-top: 0.8rem;
}
.Home_About .box1 {
  margin-top: -0.8rem;
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.Home_About .box1 img {
  width: 100%;
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.26rem;
}
.Home_News .box .list {
  background: #f3f3f3;
}
.Home_News .box .list a {
  display: block;
}
.Home_News .box .list a figure {
  overflow: hidden;
}
.Home_News .box .list a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list a figcaption {
  padding: 0.45rem 0.35rem 0.6rem;
}
.Home_News .box .list a figcaption .content1 {
  height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #000;
  font-size: var(--f24);
  /*font-weight: bold;*/
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list a figcaption .content2 {
  font-size: var(--f18);
  color: #999;
  margin-top: 0.2rem;
}
.Home_News .box .list a figcaption .content2 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 0.1rem;
}
.Home_News .box .list a figcaption .content3 {
  margin-top: 0.42rem;
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .list a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .list a:hover figcaption .content1 {
  color: #004efe;
}
.Home_News .box .list_list {
  background: #f3f3f3;
  position: relative;
}
.Home_News .box .list_list::before {
  content: "";
  height: 0.6rem;
  right: 0px;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(60%, #f8f8f8));
  background: -o-linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 60%);
  background: linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 60%);
  left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.Home_News .box .list_list::after {
  content: "";
  height: 1rem;
  right: 0px;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(80%, #f8f8f8));
  background: -o-linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 80%);
  background: linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 80%);
  left: 0px;
}
.Home_News .box .list_list .scroll {
  padding: 0.2rem 0.35rem;
  height: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Home_News .box .list_list .scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.Home_News .box .list_list .scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #004efe;
}
.Home_News .box .list_list .scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #dcdcdc;
}
@-moz-document url-prefix() {
  .Home_News .box .list_list .scroll {
    scrollbar-color: #004efe #dcdcdc;
    scrollbar-width: thin;
  }
}
.Home_News .box .list_list .scroll .item {
  margin: 0.4rem 0;
}
.Home_News .box .list_list .scroll .item a {
  display: block;
}
.Home_News .box .list_list .scroll .item a .content1 {
  font-size: var(--f24);
  color: #000;
  /*font-weight: bold;*/
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 2.8em;
  line-height: 1.4;
}
.Home_News .box .list_list .scroll .item a .content2 {
  font-family: 'gilroy_Medium';
  color: #999;
  margin-top: 0.1rem;
}
.Home_News .box .list_list .scroll .item a:hover .content1 {
  color: #004efe;
}
.Home_News .box .list_list.start::before {
  opacity: 1;
}
.Home_News .box .list_list.ended::after {
  opacity: 0;
}
.Footer_Container {
  background: #f3f3f3;
  padding: 0.8rem 0 0;
}
.Footer_Container .box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.3rem;
}
.Footer_Container .box .item .h5 a {
  display: block;
  font-size: var(--f22);
  color: #000;
  font-weight: bold;
}
.Footer_Container .box .item ul {
  margin-top: 0.4rem;
}
.Footer_Container .box .item ul li {
  margin-bottom: 0.08rem;
}
.Footer_Container .box .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .item ul li a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .item ul li a:hover {
  color: #004efe;
}
.Footer_Container .box1 {
  margin-top: 1.1rem;
  padding-bottom: 0.68rem;
}
.Footer_Container .box1 .ewm {
  margin-right: 0.6rem;
}
.Footer_Container .box1 .ewm img {
  width: 1.3rem;
}
.Footer_Container .box1 .contact {
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Footer_Container .box1 .contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box1 .contact ul li {
  margin-right: 0.4rem;
  max-width: 4.5rem;
}
.Footer_Container .box1 .contact ul li:last-child {
  margin-right: 0;
}
.Footer_Container .box1 .contact ul li .top {
  font-size: var(--f16);
  color: #666;
}
.Footer_Container .box1 .contact ul li .top span {
  width: 0.36rem;
  display: inline-block;
}
.Footer_Container .box1 .contact ul li .top svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Footer_Container .box1 .contact ul li .bot {
  margin-top: 0.12rem;
  font-size: var(--f26);
  font-family: 'gilroy_Medium';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 .contact ul li .bot span {
  font-size: var(--f22);
}
.Footer_Container .box1 .contact ul li .bot a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 .contact ul li .bot a:hover {
  color: #004efe;
}
.Footer_Container .box1 .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Footer_Container .box1 .link .item {
  position: relative;
}
.Footer_Container .box1 .link .item > p a {
  display: block;
  font-size: var(--f16);
  color: #666;
  min-width: 1.62rem;
  padding: 0 0.3rem;
  background: #e5e5e5;
  text-align: center;
  border-radius: 25px;
  line-height: 50px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.Footer_Container .box1 .link .item > p a i {
  margin-left: 0.25rem;
  font-size: var(--f14);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 .link .item ul {
  position: absolute;
  background: #e5e5e5;
  left: 0;
  bottom: 54px;
  width: 100%;
  padding: 0.12rem 0;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.Footer_Container .box1 .link .item ul li a {
  display: block;
  font-size: var(--f14);
  color: #666;
  padding: 0.06rem 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 .link .item ul li a:hover {
  color: #004efe;
}
@media screen and (min-width: 1200px) {
  .Footer_Container .box1 .link .item:hover > p a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #004efe;
  }
  .Footer_Container .box1 .link .item:hover > p a i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .Footer_Container .box1 .link .item:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
.Footer_Container .box1 .link .item.active > p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #004efe;
}
.Footer_Container .box1 .link .item.active > p a i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Footer_Container .box1 .link .item.active ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box2 {
  background: #eaeaea;
  font-size: var(--f16);
  color: #666;
  padding: 0.24rem 0;
}
.Footer_Container .box2 a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.12rem;
}
.Footer_Container .box2 a:hover {
  color: #004efe;
}
.Footer_Container .box2 .stiemap {
  margin-left: 0.45rem;
}
.Footer_Container .box2 .ewmList a {
  margin: 0;
  margin-left: 0.1rem;
  display: inline-block;
  border: 0;
  opacity: 0.4;
  filter: grayscale(1);
  transition: 0.4s;
}
.Footer_Container .box2 .ewmList a::before {
  display: none;
}
.Footer_Container .box2 .ewmList a:nth-child(2) {
  background: url(../images/weibo.svg) no-repeat 50% 50%;
}
.Footer_Container .box2 .ewmList a:nth-child(1) {
  background: url(../images/weixin.svg) no-repeat 50% 50%;
}
.Footer_Container .box2 .ewmList a:nth-child(3) {
  background: url(../images/qq.svg) no-repeat 50% 50%;
}
.Footer_Container .box2 .ewmList a:hover {
  opacity: 1;
  filter: grayscale(0);
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 88;
  --h: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1281px) {
  .Header_Container {
    --h: var(--nav_height);
  }
}
.Header_Container::before {
  content: '';
  position: absolute;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #f6f6f6;
  height: 100%;
  width: 5rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.Header_Container .box .logo {
  height: var(--h);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.Header_Container .box .logo a {
  display: block;
  position: relative;
}
.Header_Container .box .logo a img {
  height: 54px;
}
.Header_Container .box .logo a p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a .logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.16rem;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  color: #fff;
  line-height: var(--h);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item.active > p a {
  font-weight: bold;
}
.Header_Container .box nav .item:hover > p a {
  color: #004efe !important;
  font-weight: bold;
}
.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .button .search {
  height: var(--h);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container.active,
.Header_Container.sticky,
.Header_Container.on,
.Header_Container.ss {
  background: #fff;
}
.Header_Container.active::before,
.Header_Container.sticky::before,
.Header_Container.on::before,
.Header_Container.ss::before {
  opacity: 0;
}
.Header_Container.active .box .logo,
.Header_Container.sticky .box .logo,
.Header_Container.on .box .logo,
.Header_Container.ss .box .logo {
  height: var(--nav_height);
}
.Header_Container.active .box .logo a p,
.Header_Container.sticky .box .logo a p,
.Header_Container.on .box .logo a p,
.Header_Container.ss .box .logo a p {
  opacity: 0;
}
.Header_Container.active .box .logo a .logo2,
.Header_Container.sticky .box .logo a .logo2,
.Header_Container.on .box .logo a .logo2,
.Header_Container.ss .box .logo a .logo2 {
  opacity: 1;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.sticky .box nav .item > p a,
.Header_Container.on .box nav .item > p a,
.Header_Container.ss .box nav .item > p a {
  line-height: var(--nav_height);
  color: #333;
}
.Header_Container.active .box nav .item.active > p a,
.Header_Container.sticky .box nav .item.active > p a,
.Header_Container.on .box nav .item.active > p a,
.Header_Container.ss .box nav .item.active > p a {
  color: #004efe;
}
.Header_Container.active .box nav .a_item .routine_select,
.Header_Container.sticky .box nav .a_item .routine_select,
.Header_Container.on .box nav .a_item .routine_select,
.Header_Container.ss .box nav .a_item .routine_select {
  z-index: 2;
}
.Header_Container.active .box .button .search,
.Header_Container.sticky .box .button .search,
.Header_Container.on .box .button .search,
.Header_Container.ss .box .button .search {
  height: var(--nav_height);
}
.Header_Container.active .box .button .search path,
.Header_Container.sticky .box .button .search path,
.Header_Container.on .box .button .search path,
.Header_Container.ss .box .button .search path {
  fill: #333;
}
.Header_Container.active .box .button .language a,
.Header_Container.sticky .box .button .language a,
.Header_Container.on .box .button .language a,
.Header_Container.ss .box .button .language a {
  background: #f3f3f3;
  color: #666;
}
.Header_Container.active .box .button .language a path,
.Header_Container.sticky .box .button .language a path,
.Header_Container.on .box .button .language a path,
.Header_Container.ss .box .button .language a path {
  fill: #333333;
}
.Header_Container.pro::after {
  opacity: 1;
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.Header_Container.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.mobile_search {
  z-index: 89;
}
.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;
}
.language a {
  display: block;
  background: rgba(255, 255, 255, 0.15);
  height: 40px;
  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;
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  border-radius: 0.3rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.language a em {
  margin: 0 0.15rem 0 5px;
}
.language.act a {
  background: #f3f3f3;
  color: #666;
}
.language.act a path {
  fill: #333333;
}
.Product_select {
  position: absolute;
  background: #fff;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  --w: 5rem;
  visibility: hidden;
  z-index: 8;
  opacity: 0;
}
.Product_select .box_01 {
  position: relative;
  z-index: 2;
}
.Product_select .box_01 .box_left {
  width: var(--w);
  padding: 0.65rem 0.7rem 0 var(--interval);
  background: #f6f6f6;
  min-height: 5.45rem;
  position: relative;
}
.Product_select .box_01 .box_left ul li {
  margin-bottom: 0.25rem;
}
.Product_select .box_01 .box_left ul li a {
  font-size: var(--f18);
  color: #666;
  padding-right: 0.3rem;
  display: block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_select .box_01 .box_left ul li a i {
  position: absolute;
  right: 0;
  top: 0.04rem;
  font-size: var(--f18);
  color: #004efe;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_select .box_01 .box_left ul li a:hover {
  color: #004efe;
}
.Product_select .box_01 .box_left ul .active a {
  color: #004efe;
}
.Product_select .box_01 .box_left ul .active a span {
  font-weight: bold;
}
.Product_select .box_01 .box_left ul .active a i {
  opacity: 1;
}
.Product_select .box_01 .box_right {
  width: calc(100% - var(--w));
  padding: 0.65rem var(--interval) 0 1rem;
}
.Product_select .box_01 .box_right ._left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_select .box_01 .box_right ._left ._list {
  width: 2.4rem;
  display: none;
}
.Product_select .box_01 .box_right ._left ._list.on {
  display: block;
}
.Product_select .box_01 .box_right ._left ._list ul li {
  margin-bottom: 0.16rem;
}
.Product_select .box_01 .box_right ._left ._list ul li a {
  font-size: var(--f16);
  color: #666;
  padding-right: 0.3rem;
  display: block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_select .box_01 .box_right ._left ._list ul li a i {
  position: absolute;
  right: 0;
  top: 0.04rem;
  font-size: var(--f16);
  color: #004efe;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_select .box_01 .box_right ._left ._list ul li a:hover {
  color: #004efe;
}
.Product_select .box_01 .box_right ._left ._list ul .active a {
  color: #004efe;
  font-weight: bold;
}
.Product_select .box_01 .box_right ._left ._list ul .active a i {
  opacity: 1;
}
.Product_select .box_01 .box_right ._right {
  width: 5.2rem;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a {
  display: block;
  position: relative;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figure img {
  width: 100%;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .tit {
  font-size: var(--f38);
  font-weight: bold;
  color: #fff;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ {
  margin-top: 6px;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ .a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 14px 0 35px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ .a .text {
  font-size: var(--f16);
  color: #fff;
  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(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ .a .btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 0.16rem;
  position: relative;
  overflow: hidden;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ .a .btn::after {
  content: '';
  background: #004efe;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ .a .btn div {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 2;
  width: 100%;
  width: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ .a .btn div p {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_select .box_01 .box_right ._right .banner .swiper-slide a figcaption .btn_ .a .btn div p i {
  margin: auto;
  color: #fff;
  font-size: 10px;
}
.Product_select .box_01 .box_right ._right .page {
  text-align: center;
  margin-top: 0.32rem;
}
.Product_select .box_01 .box_right ._right .page div span {
  width: 20px;
  height: 2px;
  border-radius: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_select .box_01 .box_right ._right .page div .swiper-pagination-bullet-active {
  background: #004efe;
}
.Product_select.active {
  visibility: inherit;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.routine_select {
  position: absolute;
  background: #fff;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 0 var(--interval);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.routine_select.active,
.routine_select.on {
  visibility: inherit;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.routine_select.active {
  z-index: 5;
}
.routine_select .box_2 .box_left {
  padding: 20px 0;
}
.routine_select .box_2 .box_left a {
  font-weight: bold;
  color: #000;
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.routine_select .box_2 .box_left a:hover {
  color: #004efe;
}
.routine_select .box_2 .box_right {
  margin-left: 0.3rem;
}
.routine_select .box_2 .box_right ul {
  padding-left: 0.3rem;
  position: relative;
}
.routine_select .box_2 .box_right ul::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  background: #eee;
  height: -webkit-calc(60%);
  height: calc(100% - 40px);
}
.routine_select .box_2 .box_right ul li {
  margin-right: 0.25rem;
  position: relative;
}
.routine_select .box_2 .box_right ul li a {
  font-size: var(--f16);
  color: #666;
  padding: 20px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.routine_select .box_2 .box_right ul li a:hover {
  color: #004efe;
}
.routine_select .box_2 .box_right ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background: #004efe;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.routine_select .box_2 .box_right ul li.active::after {
  opacity: 1;
}
.routine_select .box_2 .box_right ul li.active a {
  color: #000;
}
.Home_3d {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.Home_3d > div {
  position: relative;
}
.Home_3d .imgBg {
  overflow: hidden;
  position: relative;
}
.Home_3d .imgBg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  z-index: 2;
}
.Home_3d .imgBg img {
  width: 100%;
}
.Home_3d .imgBg video {
  width: 100%;
}
.Home_3d .phone {
  display: none;
}
.Home_3d .list .item {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 3;
}
.Home_3d .list .item a {
  display: block;
  position: relative;
}
.Home_3d .list .item a .dian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background: #004efe;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_3d .list .item a .dian::before,
.Home_3d .list .item a .dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 78, 254, 0.2);
}
.Home_3d .list .item a .dian::before {
  -webkit-animation: boderM 3s 0.75s infinite;
  animation: boderM 3s 0.75s infinite;
}
.Home_3d .list .item a .dian::after {
  -webkit-animation: boderM 3s infinite;
  animation: boderM 3s infinite;
}
.Home_3d .list .item a .dian span {
  width: 6px;
  height: 1px;
  background: #fff;
  margin: auto;
  display: block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_3d .list .item a .dian span::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.Home_3d .list .item a .main {
  position: absolute;
  left: -10px;
  height: 50px;
  padding: 0 25px 0 50px;
  top: 50%;
  border-radius: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
  pointer-events: none;
}
.Home_3d .list .item_9 a .main,
.Home_3d .list .item_6 a .main,
.Home_3d .list .item_5 a .main,
.Home_3d .list .item_13 a .main,
.Home_3d .list .item_12 a .main{
    top: 30px;
    left: 50%;
 -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 25px;
}

.Home_3d .list .item_9 a .main,
.Home_3d .list .item_12 a .main{
    top: auto;
    bottom: 30px;
}



.Home_3d .list .item a .main::after {
  background: #004efe;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  opacity: 0.85;
  width: 0%;
}
.Home_3d .list .item a .main p {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.Home_3d .list .item a .main i {
  font-size: 14px;
  margin-left: 0.3rem;
  display: inline-block;
}
.Home_3d .list .item a .main img {
  width: 24px;
  margin-right: 12px;
}
@media screen and (min-width: 1200px) {
  .Home_3d .list .item:hover a .dian {
    background: #fff;
  }
  .Home_3d .list .item:hover a .dian::before,
  .Home_3d .list .item:hover a .dian::after {
    background: rgba(255, 255, 255, 0.2);
  }
  .Home_3d .list .item:hover a .dian span {
    background: #004efe;
  }
  .Home_3d .list .item:hover a .dian span::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    background: #004efe;
  }
  .Home_3d .list .item:hover a .main {
    pointer-events: all;
  }
  .Home_3d .list .item:hover a .main::after {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Home_3d .list .item:hover a .main p {
    opacity: 1;
    -webkit-transition: 0.4s 0.3s;
    -o-transition: 0.4s 0.3s;
    transition: 0.4s 0.3s;
  }
}
.Home_3d .list .item.active a .dian {
  background: #fff;
}
.Home_3d .list .item.active a .dian::before,
.Home_3d .list .item.active a .dian::after {
  background: rgba(255, 255, 255, 0.2);
}
.Home_3d .list .item.active a .dian span {
  background: #004efe;
}
.Home_3d .list .item.active a .dian span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  background: #004efe;
}
.Home_3d .list .item.active a .main {
  pointer-events: all;
}
.Home_3d .list .item.active a .main::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_3d .list .item.active a .main p {
  opacity: 1;
  -webkit-transition: 0.4s 0.3s;
  -o-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}
.Home_3d .list .item_1 {
  left: 28%;
  top: 17%;
}
.Home_3d .list .item_2 {
  left: 8%;
  top: 34%;
}
.Home_3d .list .item_3 {
  left: 42%;
  top: 37%;
}
.Home_3d .list .item_4 {
  left: 54%;
  top: 41%;
}
.Home_3d .list .item_5 {
  left: 77%;
  top: 54%;
}
.Home_3d .list .item_6 {
  left: 83%;
  top: 44%;
}
.Home_3d .list .item_7 {
  left: 33%;
  top: 53%;
}
.Home_3d .list .item_8 {
  left: 27%;
  top: 63%;
}
.Home_3d .list .item_9 {
  left: 51%;
  top: 78%;
}
.Home_3d .list .item_10 {
  left: 69%;
  top: 66%;
  display: none;
}
.Home_3d .list .item_11 {
  left: 66%;
  top: 77%;
}
.Home_3d .list .item_12 {
  left: 81%;
  top: 81%;
}
.Home_3d .list .item_13 {
  left: 82.5%;
  top: 26%;
}
@-webkit-keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.Inner_Banner {
  position: relative;
  overflow: hidden;
}
.Inner_Banner picture img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Inner_Banner .orientation .content1 {
  font-size: var(--f16);
  line-height: 2;
  color: #fff;
  max-width: 6.2rem;
  margin-top: 0.3rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  max-height: 10em;
}
.Inner_Banner .orientation .content1::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Inner_Banner .orientation .content1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.Inner_Banner .orientation .content1::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}
@-moz-document url-prefix() {
  .Inner_Banner .orientation .content1 {
    scrollbar-color: #004efe rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
  }
}
.Inner_Nav {
  border-bottom: 1px solid #dedede;
}
.Inner_Nav .box ul {
  position: relative;
}
.Inner_Nav .box ul li {
  padding: 0 16px;
  cursor: pointer;
}
.Inner_Nav .box ul li a {
  font-size: var(--f20);
  color: #666;
  padding: 0.36rem 0 0.3rem;
  display: block;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .box ul li a:hover {
  color: #004efe;
}
.Inner_Nav .box ul p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 16px;
}
.Inner_Nav .box ul p span {
  height: 2px;
  background: #004efe;
  display: block;
}
.Inner_Nav .box ul .active a {
  color: #000;
}
@media screen and (max-width: 1200px) {
  .Inner_Nav .box ul .active a {
    border-color: #004efe;
  }
}
.Inner_Nav_One {
  border-bottom: 1px solid #dedede;
}
.Inner_Nav_One .box ul {
  position: relative;
}
.Inner_Nav_One .box ul li {
  padding: 0 16px;
  cursor: pointer;
}
.Inner_Nav_One .box ul li a {
  font-size: var(--f20);
  color: #666;
  padding: 0.36rem 0 0.3rem;
  display: block;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav_One .box ul li a:hover {
  color: #004efe;
}
.Inner_Nav_One .box ul li.active a {
  border-color: #004efe;
  color: #000;
}
.Solution_01 .box .boxLeft {
  width: 5.6rem;
  padding-top: 0.9rem;
}
.Solution_01 .box .boxLeft .content1 {
  font-size: var(--f42);
  font-weight: bold;
}
.Solution_01 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.26rem;
}
.Solution_01 .box .boxLeft .content3 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.3rem;
}
@media screen and (max-width: 699px) {
  .Solution_01 .box .boxLeft .content3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.Solution_01 .box .boxLeft .content3 .ite .top img {
  height: 0.5rem;
}
.Solution_01 .box .boxLeft .content3 .ite .bot {
  font-size: var(--f18);
  color: #000;
  margin-top: 0.26rem;
}
.Solution_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Solution_01 .box .boxRight p {
  position: sticky;
  top: calc(var(--nav_height) + 0.5rem);
}
.Solution_01 .box .boxRight p img {
  width: 100%;
}
.Solution_01 .toggleMain {
  display: none;
}
.Solution_01 .toggleMain.active {
  display: block;
}
.Solution_01 .toggleMain.active .box .boxLeft .content1 {
  -webkit-animation: fadeInUp 0.4s ease-out forwards;
  animation: fadeInUp 0.4s ease-out forwards;
}
.Solution_01 .toggleMain.active .box .boxLeft .content2 {
  -webkit-animation: fadeInUp 0.4s ease-out forwards;
  animation: fadeInUp 0.4s ease-out forwards;
}
.Solution_01 .toggleMain.active .box .boxLeft .content3 {
  -webkit-animation: fadeInUp 0.4s ease-out forwards;
  animation: fadeInUp 0.4s ease-out forwards;
}
.Inner_Nav_Two {
  margin-top: 0.2rem;
}
.Inner_Nav_Two .box ul li {
  margin: 0 5px 10px;
}
.Inner_Nav_Two .box ul li a {
  font-size: var(--f18);
  color: #666;
  display: block;
  line-height: 36px;
  padding: 0 0.3rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav_Two .box ul li a:hover {
  border-color: #004efe;
  color: #004efe;
}
.Inner_Nav_Two .box ul .active a {
  border-color: #004efe;
  color: #004efe;
  background: #f2f6ff;
}
.Solution_02 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 0.25rem;
}
.Solution_02 .box .item {
  position: relative;
}
.Solution_02 .box .item a {
  display: block;
  border: 1px solid #ddd;
  padding-bottom: 1.06rem;
  padding-top: 0.4rem;
}
.Solution_02 .box .item .content1 {
  height: 2.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.Solution_02 .box .item .content1 img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 64%;
  max-height: 64%;
}
.Solution_02 .box .item .content2 {
  margin-top: 0.65rem;
  font-size: var(--f24);
  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;
  text-align: center;
  padding: 0 0.2rem;
  color: #000;
  font-weight: bold;
}
.Solution_02 .box .item .content3 {
  position: absolute;
  left: 50%;
  bottom: 0.52rem;
  -webkit-transform: translateX(-50%) translateY(0.5rem);
  -ms-transform: translateX(-50%) translateY(0.5rem);
  transform: translateX(-50%) translateY(0.5rem);
  opacity: 0;
}
.Solution_02 .box .item .content3 p {
  width: 40px;
  height: 40px;
  background: #004efe;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_02 .box .item .content3 p i {
  color: #fff;
  margin: auto;
  font-size: var(--f14);
}
@media screen and (min-width: 1200px) {
  .Solution_02 .box .item:hover .content1 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .Solution_02 .box .item:hover .content3 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0rem);
    -ms-transform: translateX(-50%) translateY(0rem);
    transform: translateX(-50%) translateY(0rem);
  }
}
.pu_page {
  margin-top: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_page a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: block;
  font-family: 'gilroy_regular';
  font-size: var(--f20);
  color: #000;
  margin: 0 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a i {
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a:hover {
  color: #004efe;
}
.pu_page .active {
  background: #004efe !important;
  color: #fff !important;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0.6rem;
}
.mbx {
  padding-top: 0.38rem;
}
.mbx .box {
  font-size: var(--f16);
  color: #999;
}
.mbx .box a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #004efe;
}
.mbx .box i {
  font-size: var(--f14);
}
.Solution_03 {
  margin-top: 0.76rem;
}
.Solution_03 .box {
  --w: 1.1rem;
}
.Solution_03 .box .boxLeft {
  width: 50%;
  padding: 0.36rem 0;
}
.Solution_03 .box .boxLeft > div {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Solution_03 .box .boxLeft .left {
  width: var(--w);
  position: relative;
  height: calc(var(--w) * 4 + 30px);
}
.Solution_03 .box .boxLeft .left .swiper {
  height: 100%;
}
.Solution_03 .box .boxLeft .left .swiper .swiper-slide {
  border: 1px solid transparent;
  height: var(--w);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_03 .box .boxLeft .left .swiper .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
.Solution_03 .box .boxLeft .left .swiper .swiper-slide-thumb-active {
  border-color: #004efe;
}
.Solution_03 .box .boxLeft .left .button div {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.Solution_03 .box .boxLeft .left .button div i {
  font-size: var(--f20);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_03 .box .boxLeft .left .button div i:hover {
  color: #004efe;
}
.Solution_03 .box .boxLeft .left .button .prev {
  top: -0.36rem;
}
.Solution_03 .box .boxLeft .left .button .next {
  bottom: -0.36rem;
}
.Solution_03 .box .boxLeft .left.on {
  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;
}
.Solution_03 .box .boxLeft .left.on .button {
  display: none;
}
.Solution_03 .box .boxLeft .left.on .swiper {
  height: auto;
}
.Solution_03 .box .boxLeft .left.on .swiper .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Solution_03 .box .boxLeft .left.on .swiper .swiper-wrapper .active {
  border-color: #004efe;
}
.Solution_03 .box .boxLeft .right {
  width: calc(100% - var(--w));
}
.Solution_03 .box .boxLeft .right .swiper .swiper-slide {
  height: calc(var(--w) * 4 + 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0 !important;
}
.Solution_03 .box .boxLeft .right .swiper .swiper-slide img {
  margin: auto;
  max-width: 65%;
  max-height: 65%;
}
.Solution_03 .box .boxLeft .right .swiper .swiper-slide-active {
  opacity: 1 !important;
}
.Solution_03 .box .boxRight {
  width: 50%;
  padding: 0 1.4rem 0 0.75rem;
}
.Solution_03 .box .boxRight .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.Solution_03 .box .boxRight .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.5rem;
}
.Solution_03 .box .boxRight .content3 span {
  color: #000;
}
.Solution_03 .box .boxRight .content4 {
  margin-top: 0.75rem;
}
.btn_01 .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn_01 .button div {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.btn_01 .button div i {
  font-size: var(--f14);
  margin: auto;
  color: #004efe;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
@media screen and (min-width: 1200px) {
  .btn_01 .button div:hover {
    background: #004efe;
    border-color: #004efe;
  }
  .btn_01 .button div:hover i {
    color: #fff;
  }
}
.btn_01 .button .m {
  margin-left: 0.15rem;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item {
  position: relative;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item a {
  display: block;
  border: 1px solid #ddd;
  padding-bottom: 1.06rem;
  padding-top: 0.4rem;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item .content1 {
  height: 2.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item .content1 img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 64%;
  max-height: 64%;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item .content2 {
  margin-top: 0.65rem;
  font-size: var(--f24);
  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;
  text-align: center;
  padding: 0 0.2rem;
  color: #000;
  font-weight: bold;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item .content3 {
  position: absolute;
  left: 50%;
  bottom: 0.52rem;
  -webkit-transform: translateX(-50%) translateY(0.5rem);
  -ms-transform: translateX(-50%) translateY(0.5rem);
  transform: translateX(-50%) translateY(0.5rem);
  opacity: 0;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item .content3 p {
  width: 40px;
  height: 40px;
  background: #004efe;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item .content3 p i {
  color: #fff;
  margin: auto;
  font-size: var(--f14);
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Solution_04 .box .banner .swiper-wrapper .swiper-slide .item:hover .content3 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0rem);
  -ms-transform: translateX(-50%) translateY(0rem);
  transform: translateX(-50%) translateY(0rem);
}
.Solution_05 .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.Solution_05 .box .item {
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_05 .box .item a {
  display: block;
  padding: 0.4rem 0.3rem 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_05 .box .item a .content1 {
  height: 0.7rem;
  display: flex;
  position: relative;
}
.Solution_05 .box .item a .content1 img,
.Solution_05 .box .item a .content1 svg {
  max-height: 100%;
}
.Solution_05 .box .item a .content1 .svg1 {
  opacity: 0;
}
.Solution_05 .box .item a .content1 .svg1 path,
.Solution_05 .box .item a .content1 .svg1 polygon {
  fill: #fff;
}
.Solution_05 .box .item a .content1 .svg1 svg {
  height: 100%;
}
.Solution_05 .box .item a .content1 div {
  transition: 0.4s;
  display: flex;
}
.Solution_05 .box .item a .content1 .svg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Solution_05 .box .item a .content1 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_05 .box .item a .content2 {
  font-size: var(--f28);
  font-weight: bold;
  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;
  margin-top: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.Solution_05 .box .item a .content3 {
  font-size: var(--f16);
  height: 4.8em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.2rem;
  color: #666;
}
.Solution_05 .box .item a .content4 {
  margin-top: 0.35rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
.Solution_05 .box .item a .content4 p {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_05 .box .item a .content4 p i {
  font-size: var(--f16);
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .Solution_05 .box .item:hover {
    background: #004efe;
    border-color: #004efe;
  }
  .Solution_05 .box .item:hover .content1 svg path {
    fill: #fff;
  }
  .Solution_05 .box .item:hover .content1 .svg1 {
    opacity: 1;
  }
  .Solution_05 .box .item:hover .content1 .svg2 {
    opacity: 0;
  }
  .Solution_05 .box .item:hover .content2,
  .Solution_05 .box .item:hover .content3 {
    color: #fff;
  }
  .Solution_05 .box .item:hover .content4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.f42 {
  font-size: var(--f42);
  font-weight: bold;
}
.Solution_06 .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;
  padding-right: 1.6rem;
}
.Solution_06 .box .boxLeft .scroll {
  width: 100%;
}
.Solution_06 .box .boxLeft .scroll .content1 {
  font-size: var(--f42);
  font-weight: bold;
}
.Solution_06 .box .boxLeft .scroll .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.Solution_06 .box .boxRight {
  width: 8.8rem;
}
.Solution_06 .box .boxRight p {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 1rem);
}
.Solution_06 .box .boxRight p img {
  width: 100%;
}
.Solution_07 {
  background: #f3f3f3;
}
.Solution_07 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.Solution_07 .box .list table {
  width: 100%;
}
.Solution_07 .box .list table tr td {
  font-size: var(--f20);
  color: #333;
  padding: 0.16rem 0.38rem;
  border: 1px solid #bfbfbf;
  font-weight: bold;
}
.Solution_07 .box .list table tr td:nth-child(2) {
  width: 3rem;
}
.Solution_08 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.Solution_08 .box .item {
  background: #f3f3f3;
  position: relative;
}
.Solution_08 .box .item .one {
  padding: 0.5rem 0.6rem 0.45rem;
  overflow: hidden;
}
.Solution_08 .box .item .one .content1 {
  height: 0.76rem;
}
.Solution_08 .box .item .one .content1 img,
.Solution_08 .box .item .one .content1 svg {
  height: 100%;
}
.Solution_08 .box .item .one .content1 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_08 .box .item .one .content2 {
  font-size: var(--f28);
  font-weight: bold;
  margin-top: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.Solution_08 .box .item .one .content3 {
  line-height: 1.8;
  height: calc(1.8em * 4);
  font-size: var(--f16);
  color: #666;
  margin-top: 0.2rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_08 .box .item .one .content3::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.Solution_08 .box .item .one .content3::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #004efe;
}
.Solution_08 .box .item .one .content3::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #dcdcdc;
}
@-moz-document url-prefix() {
  .Solution_08 .box .item .one .content3 {
    scrollbar-color: #004efe #dcdcdc;
    scrollbar-width: thin;
  }
}
.Solution_08 .box .item .two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.Solution_08 .box .item .two .img {
  height: 100%;
  position: relative;
}
.Solution_08 .box .item .two .img img {
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Solution_08 .box .item .two .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img17.png) no-repeat left center;
  background-size: auto 100%;
}
.Solution_08 .box .item .two .orientation_01 {
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  z-index: 1;
  height: 0.76rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Solution_08 .box .item .two .orientation_01 svg,
.Solution_08 .box .item .two .orientation_01 img {
  height: 100%;
}
.Solution_08 .box .item .two .orientation_01 path {
  fill: #fff;
}
.Solution_08 .box .item .two .orientation_02 {
  position: absolute;
  bottom: 0.3rem;
  left: 0.6rem;
  z-index: 1;
  font-size: var(--f28);
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
@media screen and (min-width: 1200px) {
  .Solution_08 .box .item:hover .one .content2,
  .Solution_08 .box .item:hover .one .content3 {
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    opacity: 0;
  }
  .Solution_08 .box .item:hover .two {
    opacity: 1;
  }
  .Solution_08 .box .item:hover .two .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .Solution_08 .box .item:hover .two .orientation_01 {
    opacity: 1;
  }
  .Solution_08 .box .item:hover .two .orientation_02 {
    opacity: 1;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
.Solution_09 .box {
  display: grid;
  gap: 0.45rem;
}
.Solution_09 .box .item .one .boxLeft {
  width: 50%;
  background: #f3f3f3;
  height: 4.96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_09 .box .item .one .boxLeft img {
  margin: auto;
  max-width: 50%;
  max-height: 50%;
}
.Solution_09 .box .item .one .boxRight {
  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;
  padding-left: 1rem;
  padding-right: 0.7rem;
}
.Solution_09 .box .item .one .boxRight .scroll {
  width: 100%;
}
.Solution_09 .box .item .one .boxRight .scroll .content1 {
  font-size: var(--f28);
  font-weight: bold;
}
.Solution_09 .box .item .one .boxRight .scroll .content2 {
  margin-top: 0.2rem;
  font-size: var(--f16);
  color: #666;
  line-height: 1.6;
}
.Solution_09 .box .item .two {
  margin-top: 0.3rem;
  position: relative;
  overflow: hidden;
}
.Solution_09 .box .item .two .img img {
  width: 100%;
}
.Solution_09 .box .item .two .bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_09 .box .item .two .bg:hover {
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 1px, #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1px, #fff);
}
.Solution_09 .box .item .two .bg div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.Solution_09 .box .item .two .bg div:nth-child(1) {
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 1px, #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1px, #fff);
}
.Solution_09 .box .item .two .bg div:nth-child(2) {
  background: #fff;
}
.Solution_09 .box .item .two .bg .div1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1%;
  -ms-flex: 1 1%;
  flex: 1 1%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Solution_09 .box .item .two .bg.active {
  background: transparent;
}
.Solution_09 .box .item .two .bg.active .div1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Solution_09 .box .item .two .bg.on {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
@media screen and (min-width: 1200px) {
  .Solution_09 .box .item:nth-child(2) .one {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .Solution_09 .box .item:nth-child(2) .one .boxRight {
    padding-left: 0.35rem;
    padding-right: 1.3rem;
  }
}
.News_01 .box {
  margin-bottom: 30px;
}
.News_01 .box a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .News_01 .box a .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .News_01 .box a .div2 {
    grid-area: 1 / 3 / 2 / 4;
  }
}
.News_01 .box a .boxLeft {
  overflow: hidden;
  height: 100%;
}
.News_01 .box a .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.News_01 .box a .boxRight {
  margin-left: -0.3rem;
  background: #f3f3f3;
  padding: 0.85rem 0.75rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box a .boxRight .content1 {
  font-size: var(--f28);
  color: #000;
  height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box a .boxRight .content2 {
  font-size: var(--f18);
  color: #666;
  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.35rem;
}
.News_01 .box a .boxRight .content3 {
  margin-top: 1.66rem;
  font-family: 'gilroy_Medium';
  color: #999;
  font-size: var(--f18);
}
.News_01 .box a .boxRight .content3 svg {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media screen and (min-width: 1200px) {
  .News_01 .box a:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .News_01 .box a:hover .boxRight {
    background: #eee;
  }
  .News_01 .box a:hover .boxRight .content1 {
    color: #004efe;
  }
}
.News_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.News_02 .box .item a {
  display: block;
}
.News_02 .box .item a figure {
  overflow: hidden;
}
.News_02 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item a figcaption {
  background: #f3f3f3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0.45rem 0.35rem 0.65rem;
}
.News_02 .box .item a figcaption .content1 {
  font-size: var(--f24);
  color: #000;
  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;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item a figcaption .content2 {
  font-family: 'gilroy_Medium';
  color: #999;
  font-size: var(--f18);
  margin-top: 0.15rem;
}
.News_02 .box .item a figcaption .content2 svg {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_02 .box .item a figcaption .content3 {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .News_02 .box .item a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .News_02 .box .item a:hover figcaption {
    background: #eee;
  }
  .News_02 .box .item a:hover figcaption .content1 {
    color: #004efe;
  }
}
.News_03 {
  padding-bottom: 1.5rem;
}
.News_03 .box .content2 {
  font-family: 'gilroy_Medium';
  color: #999;
  font-size: var(--f18);
  margin-top: 0.25rem;
}
.News_03 .box .content2 svg {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_04 .box .boxLeft {
  width: 10.36rem;
}


.News_04 .box .boxLeft .sty{
    position: sticky;
    top: calc(var(--nav_height) + 0.9rem);
}

.News_04 .box .boxLeft .content1 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
}
.News_04 .box .boxLeft .content2 {
  margin-top: 0.54rem;
  padding-top: 0.4rem;
  border-top: 1px solid #ddd;
}
.News_04 .box .boxLeft .content2 div {
  font-size: var(--f18);
}
.News_04 .box .boxLeft .content2 div i {
  font-size: var(--f18);
}
.News_04 .box .boxLeft .content2 div a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_04 .box .boxLeft .content2 div a:hover {
  color: #004efe;
}
.News_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.65rem;
}
.tj_box {
  position: -webkit-sticky;
  position: sticky;
  top: 0.4rem;
}
.tj_box .h5 {
  font-size: var(--f32);
  font-weight: bold;
}
.tj_box .list .item {
  padding: 0.35rem 0;
  border-bottom: 1px solid #ddd;
}
.tj_box .list .item a {
  display: block;
}
.tj_box .list .item a .content1 {
  font-size: var(--f24);
  line-height: 1.4;
  max-height: 2.8em;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tj_box .list .item a .content2 {
  font-family: 'gilroy_Medium';
  color: #999;
  font-size: var(--f18);
  margin-top: 0.16rem;
}
.tj_box .list .item a .content2 svg {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tj_box .list .item a:hover .content1 {
  color: #004efe;
}
.News_05 .box {
  display: grid;
  gap: 0.4rem;
}
.News_05 .box a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1200px) {
  .News_05 .box a .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .News_05 .box a .div2 {
    grid-area: 1 / 3 / 2 / 4;
  }
}
.News_05 .box a .boxLeft {
  overflow: hidden;
  position: relative;
}
.News_05 .box a .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.News_05 .box a .boxLeft p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.News_05 .box a .boxLeft p svg {
  margin: auto;
}
.News_05 .box a .boxRight {
  background: #f3f3f3;
  padding: 0.85rem 0.75rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_05 .box a .boxRight .content1 {
  font-size: var(--f28);
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 3em;
  line-height: 1.5;
}
.News_05 .box a .boxRight .content3 {
  margin-top: 2.7rem;
  font-family: 'gilroy_Medium';
  color: #999;
  font-size: var(--f18);
}
.News_05 .box a .boxRight .content3 svg {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media screen and (min-width: 1200px) {
  .News_05 .box a:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .News_05 .box a:hover .boxRight {
    background: #eee;
  }
  .News_05 .box a:hover .boxRight .content1 {
    color: #004efe;
  }
}
.Investor_01 .box {
  padding-top: 0.64rem;
  border-top: 1px solid #d9d9d9;
}
.Investor_01 .box .boxLeft {
  width: 6.8rem;
}
.Investor_01 .box .boxLeft .content1 {
  font-size: var(--f28);
  font-weight: bold;
}
.Investor_01 .box .boxLeft .content2 {
  font-size: var(--f28);
  color: #666;
  margin-top: 0.7rem;
}
.Investor_01 .box .boxLeft .content3 {
  font-size: 0.68rem;
  color: #d92d2e;
}
.Investor_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Investor_01 .box .boxRight .top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.Investor_01 .box .boxRight .top .item .content1 {
  font-size: var(--f18);
  color: #666;
}
.Investor_01 .box .boxRight .top .item .content2 {
  font-size: var(--f38);
  font-weight: bold;
}
.Investor_01 .box .boxRight .bot {
  margin-top: 0.64rem;
  padding-top: 0.54rem;
  font-size: var(--f18);
  color: #666;
  border-top: 1px solid #d9d9d9;
}
.Investor_02 .box {
  border: 1px solid #d9d9d9;
  padding: 0.35rem;
}
.Investor_03 {
  margin-top: 0.4rem;
}
.Investor_03 .box .swiper-slide {
  background: #f3f3f3;
  height: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Investor_03 .box .swiper-slide .item {
  padding: 0.56rem 0.5rem;
}
.Investor_03 .box .swiper-slide .item .content1 {
  height: 0.84rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: flex;
}
.Investor_03 .box .swiper-slide .item .content1 img,
.Investor_03 .box .swiper-slide .item .content1 svg {
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Investor_03 .box .swiper-slide .item .content2 {
  font-size: var(--f36);
  font-weight: bold;
  margin-top: 0.5rem;
  line-height: 1.2;
  height: 2.4em;
}
.Investor_03 .box .swiper-slide .item .content3 {
  font-size: var(--f24);
  color: #666;
  margin-top: 2px;
}
.Investor_03 .box .swiper-slide .item .content4 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.6;
  margin-top: 0.34rem;
}
@media screen and (min-width: 1200px) {
  .Investor_03 .box .swiper-slide:hover {
    background: #eee;
  }
  .Investor_03 .box .swiper-slide:hover .item .content1 {
    -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
}
.Investor_03 .btn_01 .button div {
  margin-top: 0.5rem;
}
.Investor_04 {
  margin-top: 0.8rem;
}
.Investor_04 .box {
  display: grid;
  gap: 20px 0.4rem;
  grid-template-columns: repeat(2, 1fr);
}
.Investor_04 .box .item {
  background: #f3f3f3;
  padding: 0.5rem;
  cursor: pointer;
}
.Investor_04 .box .item .content1 {
  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;
}
.Investor_04 .box .item .content1 img {
  width: 0.6rem;
}
.Investor_04 .box .item .content2 {
  -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: 0 0.4rem;
}
.Investor_04 .box .item .content2 > div {
  width: 100%;
}
.Investor_04 .box .item .content2 > div .top {
  font-size: var(--f32);
  font-weight: bold;
  line-height: 1.2;
}
.Investor_04 .box .item .content2 > div .bot {
  font-family: 'gilroy_Medium';
  font-size: var(--f18);
  color: #999;
  margin-top: 0.1rem;
}
.Investor_04 .box .item .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Investor_04 .box .item .content3 p {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Investor_04 .box .item .content3 p svg {
  margin: auto;
}
.Investor_04 .box .item .content3 p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Investor_04 .box .item:hover .content3 p {
  border-color: #004efe;
  background: #004efe;
}
.Investor_04 .box .item:hover .content3 p svg path {
  fill: #fff;
}
.Investor_05 {
  position: relative;
}
.Investor_05 .posi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.Investor_05 .box .boxLeft {
  max-width: 5.3rem;
}
.Investor_05 .box .boxLeft .content1 {
  font-size: var(--f18);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.36rem;
}
.Investor_05 .box .boxLeft .content1 em {
  font-family: 'gilroy_bold';
  font-size: var(--f22);
  color: #000;
}
.Investor_05 .box .boxLeft .content2 {
  font-size: var(--f22);
  color: #333;
  margin-top: 0.3rem;
  font-weight: bold;
  line-height: 1.6;
}
.Investor_05 .box .boxRight {
  width: 53%;
}
.Investor_05 .box .boxRight .scroll {
  line-height: 1.8;
}
.Investor_05 .box .boxRight .scroll .h5 {
  font-size: var(--f18);
  font-weight: bold;
  margin-bottom: 5px;
}
.Investor_05 .box .boxRight .scroll .desc {
  font-size: var(--f18);
  color: #666;
  margin-bottom: 0.3rem;
}
.Investor_05 .box1 {
  position: relative;
  overflow: hidden;
}
.Investor_05 .box1 img {
  width: 100%;
}
.Investor_06 .box {
  display: none;
}
.Investor_06 .box .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.Investor_06 .box .list .item {
  background: #f3f3f3;
  height: 1.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Investor_06 .box .list .item img {
  margin: auto;
  max-width: 54%;
  max-height: 54%;
}
.Investor_06 .box.active {
  display: block;
}
.Investor_06 .box.active .item {
  -webkit-animation: fadeInUp 0.4s ease-out forwards;
  animation: fadeInUp 0.4s ease-out forwards;
}
.Investor_07 .box .item {
  padding-bottom: 0.94rem;
  position: relative;
}
.Investor_07 .box .item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #cccccc;
  z-index: -1;
  transition: 0.4s;
}
.Investor_07 .box .item .boxLeft {
  padding: 0 0.9rem 0 1.05rem;
  width: 50%;
}
.Investor_07 .box .item .boxLeft .content1 {
  font-family: 'gilroy_bold';
  font-size: var(--f22);
  line-height: 1;
  position: relative;
}
.Investor_07 .box .item .boxLeft .content1::after {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0;
  left: -webkit-calc(100.9%);
  left: calc(100% + 0.9rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #999999;
  border-radius: 50%;
  transition: 0.4s;
}
.Investor_07 .box .item .boxLeft .content2 {
  font-size: var(--f28);
  margin-top: 0.05rem;
  font-weight: bold;
}
.Investor_07 .box .item .boxLeft .content3 {
  margin-top: 0.32rem;
}
.Investor_07 .box .item .boxLeft .content3 p {
  overflow: hidden;
}
.Investor_07 .box .item .boxLeft .content3 p img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Investor_07 .box .item .boxRight {
  padding: 0 1.05rem 0 0.9rem;
  width: 50%;
}
.Investor_07 .box .item .boxRight .scroll {
  margin-top: 1.7rem;
  font-size: var(--f18);
  color: #666;
}
.Investor_07 .box .item .boxRight .scroll p {
  margin-bottom: 0.18rem;
  padding-left: 20px;
  position: relative;
}
.Investor_07 .box .item .boxRight .scroll p:last-child {
  margin-bottom: 0;
}
.Investor_07 .box .item .boxRight .scroll p::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.08rem;
  left: 0;
  border-radius: 50%;
  background: #999;
}
@media screen and (min-width: 1200px) {
  .Investor_07 .box .item:hover .boxLeft .content1::after {
    background: #004efe !important;
  }
  .Investor_07 .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Investor_07 .box .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .Investor_07 .box .item:nth-child(2n) .boxLeft {
    padding: 0 1.05rem 0 0.9rem;
  }
  .Investor_07 .box .item:nth-child(2n) .boxLeft .content1::after {
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: 0;
    left: auto;
    right: -webkit-calc(100.9%);
    right: calc(100% + 0.9rem);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    background: #999999;
    border-radius: 50%;
  }
  .Investor_07 .box .item:nth-child(2n) .boxRight {
    padding: 0 0.9rem 0 1.05rem;
  }
}
.Investor_08 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.Investor_08 .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Investor_08 .box .item .top {
  overflow: hidden;
  width: 100%;
}
.Investor_08 .box .item .top img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Investor_08 .box .item .bot {
  height: 2.8rem;
  width: 100%;
  background: #f3f3f3;
  padding: 0.3rem 0.3rem 0 0.4rem;
}
.Investor_08 .box .item .bot .content1 {
  font-size: var(--f32);
  font-weight: bold;
}
.Investor_08 .box .item .bot .content2 {
  margin-top: 0.16rem;
}
.Investor_08 .box .item .bot .content2 .scroll {
  font-size: var(--f18);
  color: #666;
  line-height: 1.45;
  height: -webkit-calc(7.25em);
  height: calc(1.45em * 5);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Investor_08 .box .item .bot .content2 .scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.Investor_08 .box .item .bot .content2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #004efe;
}
.Investor_08 .box .item .bot .content2 .scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #dcdcdc;
}
@-moz-document url-prefix() {
  .Investor_08 .box .item .bot .content2 .scroll {
    scrollbar-color: #004efe #dcdcdc;
    scrollbar-width: thin;
  }
}
@media screen and (min-width: 320px) {
  .Investor_08 .box .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Investor_08 .box .item:hover .top img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.Investor_09 .box {
  margin-top: 0.4rem;
}
.Investor_09 .box .content1 {
  font-size: var(--f22);
  color: #000;
  line-height: 1.6;
  font-weight: bold;
}
.Investor_09 .box .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.26rem;
}
.Investor_09 .box1 {
  background: #f3f3f3;
}
.Investor_09 .box1 .boxLeft {
  width: 50%;
  position: relative;
}
.Investor_09 .box1 .boxLeft img {
  height: 6rem;
}
.Investor_09 .box1 .boxLeft p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Investor_09 .box1 .boxLeft p.active {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.Investor_09 .box1 .boxRight {
  width: 50%;
  padding: 0 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Investor_09 .box1 .boxRight .scroll {
  width: 100%;
}
.Investor_09 .box1 .boxRight .scroll .item {
  margin-bottom: 0.3rem;
}
.Investor_09 .box1 .boxRight .scroll .item:last-child {
  margin-bottom: 0;
}
.Investor_09 .box1 .boxRight .scroll .item .top {
  font-size: var(--f28);
  color: #333;
  cursor: pointer;
}
.Investor_09 .box1 .boxRight .scroll .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Investor_09 .box1 .boxRight .scroll .item .bot::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004efe;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.Investor_09 .box1 .boxRight .scroll .item .bot .desc {
  min-height: 0;
  font-size: var(--f18);
  color: #666;
  line-height: 1.7;
}
.Investor_09 .box1 .boxRight .scroll .item.active .top {
  color: #000;
  font-weight: bold;
}
.Investor_09 .box1 .boxRight .scroll .item.active .bot {
  grid-template-rows: 1fr;
  padding-top: 0.18rem;
  padding-bottom: 0.3rem;
}
.Investor_09 .box1 .boxRight .scroll .item.active .bot::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.Join_01 .box {
  --w2: 1.6rem;
  --w3: 2.4rem;
  --w4: 2.7rem;
  --w5: 2.3rem;
  --w6: 1.1rem;
}
.Join_01 .box .list {
  background: #f3f3f3;
  padding: 0.3rem 0rem 0.3rem 0.45rem;
  font-size: var(--f22);
  color: #333;
  text-align: center;
}
.Join_01 .box .list .content1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.Join_01 .box .list .content2 {
  width: var(--w2);
}
.Join_01 .box .list .content3 {
  width: var(--w3);
}
.Join_01 .box .list .content4 {
  width: var(--w4);
}
.Join_01 .box .list .content5 {
  width: var(--w5);
}
.Join_01 .box .list .content6 {
  width: var(--w6);
}
@media screen and (max-width: 1200px) {
  .Join_01 .box .list .content2,
  .Join_01 .box .list .content3,
  .Join_01 .box .list .content4 {
    display: none;
  }
}
.Join_01 .box .list1 .item {
  border-bottom: 1px solid #eee;
}
.Join_01 .box .list1 .item .boxTop {
  padding: 0.3rem 0rem 0.3rem 0.45rem;
  font-size: var(--f22);
  color: #000;
  text-align: center;
  font-weight: bold;
  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;
  cursor: pointer;
}
.Join_01 .box .list1 .item .boxTop .content1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.Join_01 .box .list1 .item .boxTop .content2 {
  width: var(--w2);
}
.Join_01 .box .list1 .item .boxTop .content3 {
  width: var(--w3);
}
.Join_01 .box .list1 .item .boxTop .content4 {
  width: var(--w4);
}
.Join_01 .box .list1 .item .boxTop .content5 {
  width: var(--w5);
}
.Join_01 .box .list1 .item .boxTop .content6 {
  width: var(--w6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Join_01 .box .list1 .item .boxTop .content6 p {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_01 .box .list1 .item .boxTop .content6 p span {
  display: block;
  width: 11px;
  height: 1px;
  margin: auto;
  background: #004efe;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_01 .box .list1 .item .boxTop .content6 p span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #004efe;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .Join_01 .box .list1 .item .boxTop .content2,
  .Join_01 .box .list1 .item .boxTop .content3,
  .Join_01 .box .list1 .item .boxTop .content4 {
    display: none;
  }
}
.Join_01 .box .list1 .item .boxTop:hover .content1 {
  color: #004efe;
}
.Join_01 .box .list1 .item .boxBot {
  padding: 0.2rem 0.45rem 0.7rem;
  display: none;
}
.Join_01 .box .list1 .item .boxBot > div {
  margin-bottom: 0.5rem;
}
.Join_01 .box .list1 .item .boxBot > div:last-child {
  margin-bottom: 0;
}
.Join_01 .box .list1 .item .boxBot > div .h5 {
  font-size: var(--f20);
  font-weight: bold;
}
.Join_01 .box .list1 .item .boxBot > div .desc {
  font-size: var(--f20);
  color: #666;
  line-height: 1.6;
  margin-top: 0.22rem;
}
.Join_01 .box .list1 .item .boxBot .phone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .Join_01 .box .list1 .item .boxBot .phone {
    display: block;
  }
}
.Join_01 .box .list1 .item.active .boxTop .content6 p {
  background: #004efe;
  border-color: #004efe;
}
.Join_01 .box .list1 .item.active .boxTop .content6 p span {
  background: #fff;
}
.Join_01 .box .list1 .item.active .boxTop .content6 p span:before {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.Join_01 .button_01 a .text {
  font-weight: bold;
}
.Join_02 .box {
  background: #f3f3f3;
  padding: 0.7rem 0.65rem;
}
.Join_02 .box .boxLeft .content1 {
  font-size: var(--f18);
  color: #666;
}
.Join_02 .box .boxLeft .content2 {
  margin-top: 0.08rem;
}
.Join_02 .box .boxLeft .content2 a {
  font-family: 'gilroy_Medium';
  font-size: var(--f48);
  color: #000;
}
.Join_02 .box .boxLeft .content3 {
  font-size: var(--f28);
  color: #666;
  margin-top: 1.5rem;
  line-height: 1.3;
}
.Join_02 .box .boxLeft .content4 {
  margin-top: 0.45rem;
}
.Join_02 .box .boxLeft .content4 img {
  width: 1.3rem;
}
.Join_02 .box .boxRight {
  width: 7.7rem;
  padding-left: 1.4rem;
  border-left: 1px solid #d9d9d9;
}
.Join_02 .box .boxRight ul li {
  margin-bottom: 1rem;
}
.Join_02 .box .boxRight ul li:last-child {
  margin-bottom: 0;
}
.Join_02 .box .boxRight ul li .top {
  font-size: var(--f18);
  color: #666;
}
.Join_02 .box .boxRight ul li .top span {
  display: inline-block;
  width: 46px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Join_02 .box .boxRight ul li .top span img {
  width: 0.32rem;
}
.Join_02 .box .boxRight ul li .bot {
  font-size: var(--f36);
  color: #000;
  margin-top: 0.1rem;
}
.Join_02 .box .boxRight ul li .bot a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_02 .box .boxRight ul li .bot a:hover {
  color: #004efe;
}
.Join_02 .box .boxRight ul li .bot span {
  font-size: var(--f28);
  display: block;
  line-height: 1.2;
}
.Search_01 .box1 form {
  width: 6.25rem;
  margin: auto;
  position: relative;
}
.Search_01 .box1 form input {
  font-size: var(--f18);
  height: 60px;
  background: #f3f3f3;
  padding: 0 0.4rem;
  border: 0;
  border-radius: 30px;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.Search_01 .box1 form:hover input {
  background: #eee;
}
.Search_01 .box1 form div {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.Search_01 .box1 form div path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_01 .box1 form div:hover path {
  fill: #004efe;
}
.Search_01 .box2 {
  margin-top: 0.5rem;
  padding: 0 2.1rem;
}
@media screen and (max-width: 1200px) {
  .Search_01 .box2 {
    padding: 0rem;
  }
}
.Search_01 .box2 ul {
  margin-left: -16px;
}
.Search_01 .box3 {
  min-height: 40vh;
  margin-top: 0.3rem;
  padding: 0 2.1rem;
}
@media screen and (max-width: 1200px) {
  .Search_01 .box3 {
    padding: 0rem;
  }
}
.Search_01 .box3 .toggleMain {
  display: none;
}
.Search_01 .box3 .toggleMain.active {
  display: block;
}
.Search_01 .box3 .toggleMain .h6 {
  font-size: var(--f18);
  color: #999;
}
.Search_01 .box3 .toggleMain .list {
  margin-top: 0.64rem;
}
.Search_01 .box3 .toggleMain .list .item {
  margin-bottom: 0.4rem;
}
.Search_01 .box3 .toggleMain .list .item:last-child {
  margin-bottom: 0;
}
.Search_01 .box3 .toggleMain .list .item a .left {
  font-size: var(--f24);
  color: #000;
  line-height: 40px;
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_01 .box3 .toggleMain .list .item a .right {
  padding-left: 1rem;
}
.Search_01 .box3 .toggleMain .list .item a .right p {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_01 .box3 .toggleMain .list .item a .right p i {
  font-size: var(--f18);
  color: #004efe;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_01 .box3 .toggleMain .list .item a:hover .left {
  font-weight: bold;
}
.Search_01 .box3 .toggleMain .list .item a:hover .right p {
  background: #004efe;
  border-color: #004efe;
}
.Search_01 .box3 .toggleMain .list .item a:hover .right p i {
  color: #fff;
}
.Technology_01 .box {
  padding: 0 3.2rem;
  text-align: center;
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .Technology_01 .box {
    padding: 0rem;
  }
}
.Technology_01 .box1 {
  margin-top: 0.9rem;
}
.Technology_01 .box1 .item {
  margin: 0 0.65rem;
  text-align: center;
}
.Technology_01 .box1 .item .top {
  font-family: 'gilroy_bold';
  color: #004efe;
}
.Technology_01 .box1 .item .top div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Technology_01 .box1 .item .top p {
  position: relative;
  white-space: nowrap;
  line-height: 1;
}
.Technology_01 .box1 .item .top span {
  font-size: var(--f58);
  line-height: 1;
}
.Technology_01 .box1 .item .top em {
  font-size: var(--f48);
  line-height: 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;
}
.Technology_01 .box1 .item .top .p1 {
  opacity: 0;
}
.Technology_01 .box1 .item .top .p2 {
  position: absolute;
  left: 0;
  top: 0;
}
.Technology_01 .box1 .item .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 5px;
}
.Technology_02 .box {
  position: relative;
}
.Technology_02 .box picture img {
  width: 100%;
}
.Technology_02 .box .list .item {
  position: absolute;
  top: 0%;
  left: 0%;
}
.Technology_02 .box .list .item .dian {
  position: relative;
  cursor: pointer;
}
.Technology_02 .box .list .item .dian span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #ecf0f9;
  background: #004efe;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_02 .box .list .item .dian .text {
  font-weight: bold;
  font-size: var(--f18);
  left: 30px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_02 .box .list .item .dian:hover .text {
  color: #004efe;
}
.Technology_02 .box .list .item .main {
  padding-left: 20px;
  padding-top: 0.55rem;
  position: absolute;
  left: 0;
  top: 0.32rem;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
.Technology_02 .box .list .item .main::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #004efe;
}
.Technology_02 .box .list .item .main ul {
  background: #f3f3f3;
  padding: 20px;
}
.Technology_02 .box .list .item .main ul li {
  margin-bottom: 20px;
}
.Technology_02 .box .list .item .main ul li:last-child {
  margin-bottom: 0;
}
.Technology_02 .box .list .item .main ul li a {
  width: 400px;
}
.Technology_02 .box .list .item .main ul li a .left {
  overflow: hidden;
}
.Technology_02 .box .list .item .main ul li a .left img {
  width: 1.7rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_02 .box .list .item .main ul li a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}
.Technology_02 .box .list .item .main ul li a .right div {
  width: 100%;
  font-size: var(--f18);
  color: #000;
  line-height: 1.4;
  font-weight: bold;
}
.Technology_02 .box .list .item .main ul li a:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
  .Technology_02 .box .list .item.active .dian span {
    background: transparent;
    border-color: #004efe;
  }
  .Technology_02 .box .list .item.active .main {
    visibility: inherit;
    opacity: 1;
    z-index: 1;
  }
}
.Technology_02 .box .list .item_flex .dian .text {
  left: auto;
  right: 30px;
}
.Technology_02 .box .list .item_flex .main {
  left: auto;
  right: 0;
  padding-left: 0px;
  padding-right: 20px;
}
.Technology_02 .box .list .item_flex .main::before {
  left: auto;
  right: 10px;
}
.Technology_02 .box .list .item_flex1 .main {
  left: auto;
  right: 0;
  padding-left: 0px;
  padding-right: 20px;
}
.Technology_02 .box .list .item_flex1 .main::before {
  left: auto;
  right: 10px;
}
.Technology_02 .box .list .item1 {
  top: 40%;
  left: 14.5%;
}
.Technology_02 .box .list .item2 {
  top: 32%;
  left: 49%;
}
.Technology_02 .box .list .item3 {
  top: 34%;
  left: 51%;
}
.Technology_02 .box .list .item4 {
  top: 37%;
  left: 81%;
}
.Technology_02 .box .list .item5 {
  top: 45%;
  left: 79.6%;
}
.Technology_02 .box .list .item6 {
  top: 50%;
  left: 78%;
}
.Technology_02 .box .list .item7 {
  top: 41%;
  left: 85%;
}
.Technology_02 .boxPhone {
  display: none;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .Technology_02 .boxPhone {
    display: block;
  }
}
.Technology_02 .boxPhone ul li {
  font-weight: bold;
  font-size: var(--f20);
  margin-right: 0.3rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_02 .boxPhone ul .active {
  color: #004efe;
  border-color: #004efe;
}
.Technology_02 .boxPhone .toggle {
  margin-top: 0.5rem;
}
.Technology_02 .boxPhone .toggle .main {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: none;
}
.Technology_02 .boxPhone .toggle .main.active {
  display: block;
}
.Technology_02 .boxPhone .toggle .main ul {
  background: #f3f3f3;
  padding: 20px;
}
.Technology_02 .boxPhone .toggle .main ul li {
  margin-bottom: 20px;
}
.Technology_02 .boxPhone .toggle .main ul li:last-child {
  margin-bottom: 0;
}
.Technology_02 .boxPhone .toggle .main ul li a {
  width: 400px;
}
.Technology_02 .boxPhone .toggle .main ul li a .left {
  overflow: hidden;
}
.Technology_02 .boxPhone .toggle .main ul li a .left img {
  width: 1.7rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_02 .boxPhone .toggle .main ul li a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}
.Technology_02 .boxPhone .toggle .main ul li a .right div {
  width: 100%;
  font-size: var(--f18);
  color: #000;
  line-height: 1.4;
  font-weight: bold;
}
.Technology_02 .boxPhone .toggle .main ul li a:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Technology_03 {
  overflow: hidden;
}
.Technology_03 .box .main {
  width: 590px;
  height: 590px;
  margin: 1rem auto 2.3rem;
  position: relative;
}
.Technology_03 .box .main > p {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #d4dcef;
}
.Technology_03 .box .main .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: var(--f32);
}
.Technology_03 .box .main .list .item {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.Technology_03 .box .main .list .item .dian {
  position: relative;
}
.Technology_03 .box .main .list .item .dian span {
  display: block;
  width: 20px;
  height: 20px;
  background: #d4dcef;
  border-radius: 50%;
}
.Technology_03 .box .main .list .item .dian p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 1.14rem;
  height: 1.14rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_03 .box .main .list .item .dian p img {
  width: 100%;
  height: 100%;
}
.Technology_03 .box .main .list .item .orientation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 430px;
}
.Technology_03 .box .main .list .item .orientation .top {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_03 .box .main .list .item .orientation .bot {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 78px;
  margin-top: 20px;
}
.Technology_03 .box .main .list .active .dian p {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.Technology_03 .box .main .list .active .orientation .top {
  color: #004efe;
}
@media screen and (min-width: 699px) {
  .Technology_03 .box .main .list .right {
    text-align: right;
  }
  .Technology_03 .box .main .list .item1 {
    top: 5%;
    left: 23.4%;
  }
  .Technology_03 .box .main .list .item1 .orientation {
    right: 1.3rem;
  }
  .Technology_03 .box .main .list .item2 {
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .Technology_03 .box .main .list .item2 .orientation {
    right: 1rem;
  }
  .Technology_03 .box .main .list .item3 {
    top: auto;
    bottom: 5%;
    left: 23.4%;
  }
  .Technology_03 .box .main .list .item3 .orientation {
    right: 1.3rem;
  }
  .Technology_03 .box .main .list .item4 {
    top: 5%;
    left: auto;
    right: 23.4%;
  }
  .Technology_03 .box .main .list .item4 .orientation {
    left: 1.3rem;
  }
  .Technology_03 .box .main .list .item5 {
    left: auto;
    right: 0%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }
  .Technology_03 .box .main .list .item5 .orientation {
    left: 1rem;
  }
  .Technology_03 .box .main .list .item6 {
    top: auto;
    left: auto;
    bottom: 5%;
    right: 23.4%;
  }
  .Technology_03 .box .main .list .item6 .orientation {
    left: 1.3rem;
  }
}
.Technology_03 .box_phone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .Technology_03 .box_phone {
    display: block;
  }
}
.Technology_03 .box_phone div {
  display: none;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.Technology_03 .box_phone div.active {
  display: block;
}
.mobile_search {
  background: #f6f6f6;
}
.mobile_search form {
  background: #fff;
  border-radius: 30px;
}
.mobile_search .label .btn {
  background: none;
}
.mobile_search .label .btn svg path {
  fill: #333;
}
.mobile_search .input input {
  font-size: var(--f18);
}
@media screen and (max-width: 1680px) {
  .Solution_02 .box .item a,
  .Solution_04 .box .banner .swiper-wrapper .swiper-slide .item a {
    padding-bottom: 1.16rem;
  }
  .Investor_04 .box .item .content2 > div .top {
    font-size: var(--f28);
  }
}
@media screen and (max-width: 1520px) {
    
        .Home_3d .list .item_3 a .main,
     .Home_3d .list .item_11 a .main{
    top: 30px;
    left: 50%;
 -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 25px;
}


.Home_3d .list .item_3 a .main,
.Home_3d .list .item_6 a .main,
.Home_3d .list .item_11 a .main{
    top: auto;
    bottom: 30px;
}

    
    
    
    
    
  .Solution_01 .box .boxLeft {
    padding-top: 0.2rem;
  }
  .Inner_Banner .orientation .content1 {
    max-width: 6.5rem;
  }
  .title_01 div {
    font-size: var(--f54);
  }
  .Solution_08 .box .item .one .content3 {
    height: calc(1.8em * 5);
  }
  .News_01 .box a .boxRight .content3 {
    margin-top: 1.46rem;
  }
  .Solution_01 .box .boxLeft {
    width: 5.9rem;
  }
  .Technology_01 .box {
    padding: 0 2.8rem;
  }
  .Home_About .box1 {
    margin-top: -1.2rem;
  }
  .Header_Container .box .logo a img {
    height: 46px;
  }
  .Technology_03 .box .main .list .item .orientation .bot {
    font-size: 14px;
  }
  .Technology_03 .box .main .list .item .orientation {
    width: 305px;
  }
  .Investor_09 .box1 .boxRight .scroll .item .bot .desc {
    font-size: var(--f16);
    line-height: 1.6;
  }
  .Solution_07 .box .list table tr td {
    font-size: var(--f18);
  }
}
@media screen and (max-width: 1400px) {
  .Technology_01 .box {
    padding: 0 2.4rem;
  }
  .Home_3d .list .item_1 {
    left: 27%;
  }
  .Technology_03 .box .main .list .item .orientation {
    width: 280px;
  }
}
@media screen and (max-width: 1281px) {
    .Join_02 .box .boxRight {
    width: 6.7rem;
    padding-left: 0.7rem;
}
  .Header_Container .box .logo a img {
    height: 38px;
  }
  .Home_3d .list .item a .main {
    font-size: 14px;
  }
  .Home_About .box1 {
    margin-top: -1rem;
  }
  .Solution_03 .box .boxRight {
    padding: 0 0 0 0.75rem;
  }
  .title_01 div {
    font-size: var(--f48);
  }
  .Solution_06 .box .boxRight {
    width: 7.8rem;
  }
  .Solution_06 .box .boxLeft {
    padding-right: 1rem;
  }
  .Technology_03 .box .main {
    width: 450px;
    height: 450px;
  }
  .News_04 .box .boxRight {
    padding-left: 0.8rem;
  }
  .Investor_05 .box .boxRight .scroll .desc {
    font-size: var(--f16);
  }
  .Solution_07 .box .list table tr td {
    font-size: var(--f16);
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_3d .imgBg video {
    height: auto;
  }
  .Footer_Container .box {
    display: none;
  }
  .Footer_Container .box1 {
    margin-top: 0;
  }
  .Footer_Container .box2 .flexBetween > div:nth-child(1) {
    line-height: 2;
    width: 70%;
  }
  .Home_News .box .list_list {
    grid-area: 2 / 1 / 3 / 3;
  }
  .Home_News .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Footer_Container .box2 a {
    margin-left: 0;
  }
  .Footer_Container .box2 .stiemap {
    margin-left: 0;
    margin-right: 0rem;
  }
  .Footer_Container .box1 .link .item > p a {
    pointer-events: none;
  }
  .Footer_Container .box1 .ewm {
    display: none;
  }
  .Footer_Container .box1 .link {
    display: none;
  }
  .Inner_Banner picture img {
    min-height: 5rem;
  }
  .Solution_01 .box .boxLeft .content3 .ite .top img {
    height: 0.7rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page a i {
    font-size: var(--f28);
  }
  .Footer_Container .box1 .contact ul li .top span {
    width: 0.46rem;
  }
  .Inner_Banner .orientation .content1 {
    max-width: 6.7rem;
  }
  .Technology_01 .box {
    padding: 0;
  }
  .Technology_03 .box .main .list .item .orientation .bot {
    display: none;
  }
  .Technology_03 .box .main {
    width: 50vw;
    height: 50vw;
    margin: 1rem auto;
  }
  .Technology_03 .box .main .list .item1,
  .Technology_03 .box .main .list .item4 {
    top: 0.2rem;
  }
  .Technology_03 .box .main .list .item3,
  .Technology_03 .box .main .list .item6 {
    bottom: 0.2rem;
  }
  .Technology_02 .box .list .item .main,
  .Technology_02 .box .list .item .dian .text {
    display: none;
  }
  .News_01 .box a {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .News_01 .box a .boxRight {
    margin-left: 0;
  }
  .News_05 .box a {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .News_05 .box a .boxRight {
    padding: 0.85rem 0.75rem;
  }
  .News_05 .box a .boxRight .content3 {
    margin-top: 1rem;
  }
  .Investor_05 .box .boxLeft {
    max-width: 100%;
  }
  .Investor_05 .posi {
    position: relative;
  }
  .Investor_05 .box1 {
    margin-top: -1.2rem;
  }
  .Investor_06 .box .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .Investor_07 .box .item .boxLeft {
    width: 100%;
    padding: 0 0 0 5vw;
  }
  .Investor_07 .box .item .boxRight {
    width: 100%;
    padding: 0 0 0 5vw;
  }
  .Investor_07 .box .item::before {
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .Investor_07 .box .item .boxLeft .content1::after {
    left: -5vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .Investor_07 .box .item .boxRight .scroll {
    margin-top: 0.5rem;
  }
  .Investor_07 .box .item .boxLeft .content1 {
    font-size: var(--f24);
  }
  .Investor_07 .box .item .boxLeft .content2 {
    margin-top: 6px;
  }
  .Investor_09 .box1 .boxLeft img {
    height: 7rem;
    width: 100%;
  }
  .Investor_09 .box1 .boxRight {
    margin-top: 0 !important;
    padding: 0.5rem !important;
  }
  .Join_02 .box .boxRight {
    width: 52%;
    padding-left: 0.5rem;
  }
  .Join_02 .box .boxRight ul li .bot span {
    font-size: var(--f24);
  }
  .Join_02 .box .boxRight ul li .bot,
  .Join_02 .box .boxLeft .content3 {
    font-size: var(--f28);
  }
  .Join_02 .box .boxRight ul li .top span {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .Join_02 .box {
    padding: 0.5rem;
  }
  .Join_01 .box .list1 .item .boxTop {
    font-size: var(--f24);
  }
  .Solution_02 .box,
  .Solution_05 .box,
  .News_02 .box,
  .Investor_08 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Solution_01 .box .boxLeft,
  .Solution_03 .box .boxLeft,
  .Solution_06 .box .boxLeft,
  .Solution_09 .box .item .one .boxLeft,
  .News_04 .box .boxLeft,
  .Investor_01 .box .boxLeft,
  .Investor_05 .box .boxLeft,
  .Investor_09 .box1 .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .Solution_01 .box .boxRight,
  .Solution_03 .box .boxRight,
  .Solution_06 .box .boxRight,
  .Solution_09 .box .item .one .boxRight,
  .News_04 .box .boxRight,
  .Investor_01 .box .boxRight,
  .Investor_05 .box .boxRight,
  .Investor_09 .box1 .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .Solution_07 .box,
  .Investor_04 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Solution_09 .box .item .one .boxRight {
    padding-right: 0;
  }
  .Technology_02 .boxPhone .toggle .main ul li a {
    width: auto;
  }
  .News_01 .box a .boxRight .content3 {
    margin-top: 0.5rem;
  }
  .News_02 .box .item a figcaption .content2 {
    margin-top: 0.3rem;
  }
  .language {
    margin-left: 0.3rem;
  }
  .language a {
    height: 32px;
  }
  .mobile_search .close i {
    font-size: 0.34rem;
  }
  .Footer_Container .box1 .contact ul li:last-child {
    display: none;
  }
  .Footer_Container .box1 {
    position: relative;
  }
  .Footer_Container .box1 .ewm {
    display: block;
    order: 2;
    margin-right: 0;
  }
  .Footer_Container .box1 .ewm img {
    width: 2.1rem;
  }
  .Footer_Container .box1 .link {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0.7rem;
  }
  .Footer_Container .box1 .contact {
    align-items: initial;
  }
  .Footer_Container .box1 .link .item > p a {
    min-width: 2.5rem;
  }
  .Solution_05 .box .item a .content4,
  .Solution_08 .box .item .two {
    transform: translateY(0);
    opacity: 1;
  }
  .Solution_05 .box .item a .content4 p,
  .Solution_08 .box .item .two p {
    border: 1px solid #004efe;
  }
  .Solution_05 .box .item a .content4 p i,
  .Solution_08 .box .item .two p i {
    color: #004efe;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 42px;
  }
  .Technology_03 .box .main {
    transform: scale(0.8);
  }
  .Home_3d {
    height: auto;
  }
  .Solution_08 .box .item .two {
    opacity: 0;
  }
  .Footer_Container .box1 .contact ul li{
      max-width: initial;
  }
}
@media screen and (max-width: 699px) {
  .Home_News .box .list_list {
    display: block;
  }
  .Home_News .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_About .box > div {
    width: 100%;
  }
  .Home_About .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Home_About .box1 {
    margin-top: -0.4rem;
  }
  .Footer_Container .box1 .contact ul {
    display: grid;
    gap: 0.3rem;
  }
  .Footer_Container .box1 .contact ul li {
    width: 100%;
    margin-right: 0;
  }
  .Footer_Container .box1 .contact ul li .top svg {
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
  }
  .Footer_Container .box1 .contact ul li .top span {
    width: 0.56rem;
  }
  .Footer_Container .box2 .flexBetween > div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .ewmList {
    width: 100%;
    text-align: center;
  }
  .Footer_Container .box1 .link {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
  }
  .Footer_Container .box1 .link .item > p a {
    width: 100%;
    text-align: left;
  }
  .Footer_Container .box1 .ewm {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    margin-right: 0;
    width: 100%;
    margin-top: 0.8rem;
    text-align: center;
  }
  .Footer_Container .box1 .ewm img {
    width: 100px;
  }
  .Footer_Container .box1 .link .item ul {
    padding: 0.3rem 0;
  }
  .button_01 .a {
    height: 44px;
    padding: 0 14px 0 25px;
  }
  .title_01 div {
    letter-spacing: 0;
  }
  .Inner_Banner .orientation .content1 {
    line-height: 1.6;
    max-width: 100%;
  }
  .Inner_Nav .box ul p {
    display: none;
  }
  .Inner_Nav .box ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Inner_Nav .box ul li {
    padding: 0 10px;
  }
  .Solution_01 .box .boxLeft .content3 {
    margin-top: 0.5rem;
  }
  .Solution_02 .box,
  .Solution_05 .box,
  .News_02 .box,
  .Investor_08 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Inner_Banner .orientation .content1 {
    max-height: 8em;
  }
  .btn_01 .button div {
    width: 32px;
    height: 32px;
  }
  .Solution_04 .box .banner .swiper-wrapper .swiper-slide {
    padding-right: 1px;
  }
  .Solution_05 .box .item a .content1,
  .Solution_08 .box .item .one .content1 {
    height: 1.2rem;
  }
  .Solution_05 .box .item a .content1 svg,
  .Solution_08 .box .item .one .content1 svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .Solution_08 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Solution_08 .box .item .one .content2 {
    margin-top: 0.4rem;
  }
  .Solution_09 .box .item .two .img img {
    min-height: 3rem;
  }
  .Technology_01 .box1 .item {
    margin: 0 0.2rem;
  }
  .Technology_01 .box1 .item .bot {
    font-size: 13px;
  }
  .Technology_03 .box .main .list .item .orientation .top {
    font-size: 13px;
  }
  .Technology_03 .box .main .list {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0.8rem 0;
  }
  .Technology_03 .box .main .list .item {
    position: relative;
    top: 0;
  }
  .Technology_03 .box .main {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .Technology_03 .box .main > p {
    display: none;
  }
  .Technology_03 .box .main .title,
  .Technology_03 .box .main .list .item .dian p {
    display: none;
  }
  .Technology_03 .box .main .list .item .orientation {
    width: 100%;
    padding-left: 16px;
  }
  .Technology_03 .box .main .list .item .dian span {
    width: 8px;
    height: 8px;
  }
  .Technology_02 .box .list .item .dian span {
    transform: scale(0.4);
  }
  .News_01 .box a .boxRight,
  .News_05 .box a .boxRight {
    padding: 0.5rem;
  }
  .News_04 .box .boxRight {
    margin-top: 1rem;
  }
  .tj_box .list .item a .content2 {
    margin-top: 0.2rem;
  }
  .Investor_01 .box .boxRight .top {
    grid-template-columns: repeat(2, 1fr);
  }
  .Inner_Nav_One .box ul li {
    padding: 0 6px;
  }
  .Investor_04 .box .item .content2 > div .top {
    font-size: var(--f22);
  }
  .Investor_04 .box .item .content3 p,
  .Join_01 .box .list1 .item .boxTop .content6 p,
  .Search_01 .box3 .toggleMain .list .item a .right p {
    width: 30px;
    height: 30px;
  }
  .Investor_04 .box .item .content1 img {
    width: 0.5rem;
  }
  .Investor_06 .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .Investor_06 .box .list .item {
    height: 1.25rem;
  }
  .Investor_06 .box .list .item img {
    max-width: 64%;
    max-height: 64%;
  }
  .Investor_08 .box .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .Investor_08 .box .item .bot {
    height: auto;
    padding: 0.3rem;
  }
  .Investor_09 .box1 .boxLeft img {
    height: 4.6rem;
  }
  .Join_01 .box .list1 .item .boxTop {
    font-size: var(--f20);
  }
  .Join_02 .box .boxRight {
    border: 0;
    width: 100%;
    padding-left: 0;
    margin: 0.5rem 0 0;
  }
  .Join_02 .box .boxLeft .content4 img {
    width: 1.8rem;
  }
  .Join_02 .box .boxRight ul li {
    margin-bottom: 0.5rem;
  }
  .Join_02 .box .boxLeft .content3 {
    margin-top: 0.5rem;
  }
  .Join_02 .box .boxRight ul li .bot {
    margin-top: 10px;
  }
  .Layer_Upload .box .content2 .upload p {
    bottom: 0.2rem;
    min-width: 1.15rem;
    line-height: 28px;
    font-size: 12px;
  }
  .Join_02 .box .boxRight ul li .bot span {
    font-size: var(--f20);
  }
  .Search_01 .box3 .toggleMain .list .item a .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;
  }
  .Home_3d .list,
  .Home_3d .imgBg video {
    display: none;
  }
  .Home_3d .phone {
    display: block;
  }
  .MobileMain .HeaderMobile .box .button .search p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_News .box .list_list {
    grid-area: initial;
  }
  .Footer_Container .box1 .contact {
    width: 100%;
  }
  .Footer_Container .box1 .contact ul {
    width: 100%;
    text-align: center;
  }
  .Footer_Container .box1 .ewm {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Footer_Container .box1 {
    padding-bottom: 2.2rem;
  }
  .Footer_Container .box1 .link {
    padding: 0 1.2rem;
  }
  .Footer_Container .box1 .link .item > p a {
    padding: 0 0.5rem;
  }
  .Footer_Container .box1 .link .item > p a {
    display: flex;
    justify-content: space-between;
  }
  .Technology_02 .box .list .item2 {
    top: 28%;
    left: 48%;
  }
  .Technology_02 .box .list .item3 {
    top: 30%;
    left: 51%;
  }
  .Technology_02 .box .list .item4 {
    top: 30%;
    left: 78%;
  }
  .Technology_02 .box .list .item5 {
    top: 44%;
    left: 76.6%;
  }
  .Technology_02 .box .list .item6 {
    top: 47%;
    left: 74%;
  }
  .Technology_02 .box .list .item7 {
    top: 36%;
    left: 82%;
  }
  .Investor_08 .box .item .bot .content2 .scroll {
    height: auto;
    padding-right: 0;
  }
  .Solution_01 .toggleMain:nth-child(1) .box .boxLeft .content3,
  .Solution_01 .toggleMain:nth-child(3) .box .boxLeft .content3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mobile_search form {
    width: 80%;
  }
  .mobile_search .input input {
    min-height: 46px;
  }
  .mobile_search .label .btn {
    transform: scale(0.8);
  }
}
/*# sourceMappingURL=./style.css.map */