html,
body {
  scroll-behavior: smooth;
}

:root {
  --swiper-theme-color: #005EB8;
  --bold: 500;
  --line: 50px;
  --mt: 0;
}

body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --new_height: 0;
  --color: #005EB8;
  --f12: 0.12rem;
  --f13: 0.13rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}

@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}

@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}

.maodian {
  position: relative;

  top: calc(var(--nav_height) * -1 + 1px);
}

#nobanner {
  top: calc(var(--nav_height) * -1 - 0.5rem) !important;
}

.search_open {
  cursor: pointer;
}

.mobile_search {
  top: var(--nav_height);
}

body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  display: none;
}

body::-webkit-scrollbar-thumb {
  background: #005EB8;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

@-moz-document url-prefix() {
  body {
    scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}

.phoneScroll {
  position: relative;
}

.phoneScroll .phoneScrollIcon {
  left: 50%;
  bottom: 5px;
  position: absolute;
  display: none;
}

@media screen and (max-width: 1200px) {
  .phoneScroll .phoneScrollIcon {
    display: block;
  }
}

.phoneScroll .phoneScrollIcon img {
  height: 26px;
  -webkit-animation: leftRight 1.5s infinite linear;
  animation: leftRight 1.5s infinite linear;
}

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }

  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }

  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}

.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}

.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}

.swiper-button-disabled {
  cursor: no-drop !important;
}

.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}

.phone_main {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.bgColor {
  background: #f7f7f7;
}

.pt {
  padding-top: 0.45rem;
}

.pb {
  padding-bottom: 0.85rem;
}

.mt {
  margin-top: 0.5rem;
}

.Privacy_Policy .box_ .content1 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}

.Privacy_Policy .box_ .content1 h1,
.Privacy_Policy .box_ .content1 h2,
.Privacy_Policy .box_ .content1 h3 {
  font-size: var(--f46);
  margin-bottom: 0.5rem;
}

.Privacy_Policy .box_ .content1 p {
  margin-bottom: 0.8rem;
}

.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_Result .search_info {
  margin-bottom: 0.2rem;
}

.Search_Result .search_form .input_box {
  display: flex;
  max-width: 600px;
}

.Search_Result .search_form input[type="text"] {
  flex: 1;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  outline: none;
}

.Search_Result .search_form input[type="text"]:focus {
  border-color: #005EB8;
}

.Search_Result .search_form button {
  width: 100px;
  height: 46px;
  background: #005EB8;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  cursor: pointer;
}

.Search_Result .search_form button:hover {
  background: #004a94;
}

.Search_Result .search_count {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #666;
}

.Search_Result .search_count .kw {
  color: #005EB8;
  font-weight: bold;
}

.Search_Result .search_section {
  margin-bottom: 0.5rem;
}

.Search_Result .section_title {
  font-size: var(--f22);
  font-weight: bold;
  color: #333;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #005EB8;
  margin-bottom: 0.2rem;
}

.Search_Result .section_title span {
  font-size: var(--f16);
  color: #999;
  font-weight: normal;
}

.Search_Result .result_item {
  display: block;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.3rem;
  background: #f9f9f9;
  border-radius: 6px;
  transition: all 0.2s;
}

.Search_Result .result_item:hover {
  background: #f0f6fd;
  box-shadow: 0 2px 8px rgba(0, 94, 184, 0.1);
}

.Search_Result .item_title {
  font-size: var(--f18);
  font-weight: bold;
  color: #333;
  margin-bottom: 0.15rem;
}

.Search_Result .item_title:hover {
  color: #005EB8;
}

.Search_Result .item_desc {
  font-size: var(--f16);
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.15rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Search_Result .item_link {
  font-size: var(--f16);
  color: #005EB8;
}

.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}

.null_height span {
  color: #005EB8;
}

.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}

.Search_List .box2 {
  min-height: 40vh;
}

.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}

.Search_List .box2 .item a .left {
  max-width: 80%;
}

.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}

.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}

.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #005EB8;
  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: #005EB8;
}

.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}

.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}

.Search_1 .box .content1 span {
  color: #005EB8;
}

.Search_1 .box .content2 {
  margin-top: 0.7rem;
}

.Search_1 .box .content2 form {
  width: min(12rem, 100%);
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}

.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}

@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}

.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #005EB8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}

@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}

.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}

.Search_2 .box {
  display: grid;
  gap: 0.1rem;
}

.Search_2 .box .item a {
  background: #f7f7f7;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}

@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}

.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #005EB8;
}

.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #005EB8;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}

.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}

@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}

.Search_2 .box .item a:hover .content2 {
  color: #005EB8;
}

.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: #005EB8;
}

.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: #005EB8;
}

.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: #005EB8;
}

.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: #005EB8;
}

.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: #005EB8;
}

.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: #005EB8;
}

.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: #005EB8;
}

.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 #005EB8;
}

.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: #005EB8;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}

.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Header_Container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.Header_Container .box a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Header_Container .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header_Container .box .logo a {
  position: relative;
}

.Header_Container .box .logo a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 240px;
}

.Header_Container .box .logo a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.Header_Container .box .logo .code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.Header_Container .box .logo .code p {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 0 1.2rem;
  box-sizing: border-box;
}

.Header_Container .box .nav .item {
  padding: 0;
  position: relative;
}

.Header_Container .box .nav .item>p a {
  line-height: var(--nav_height);
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Header_Container .box .nav .item:hover .select_nav,
.Header_Container .box .nav .item:hover .select_nav2 {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  pointer-events: initial;
}

.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header_Container .box .language a {
  font-size: var(--f18);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Header_Container .box .search {
  margin-left: 0.2rem;
}

.Header_Container .box .search a {
  width: 46px;
  height: 46px;
  background: #F4C926;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.Header_Container .box .search a svg {
  margin: auto;
}

.Header_Container .box .contactUs {
  margin-left: 0.2rem;
}

.Header_Container.wy {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.Header_Container.act::before {
  opacity: 0;
}

.Header_Container.act .box .logo .img1 {
  opacity: 0;
}

.Header_Container.act .box .logo .img2 {
  opacity: 1;
}

.Header_Container.act .box .logo .code {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.Header_Container.act .box .logo .code p {
  color: #005EB8;
}

.Header_Container.act .box .nav .item>p a {
  color: #333;
}

.Header_Container.act .box .nav .item.active>p a {
  color: #005EB8;
}

.Header_Container.act .box .language a {
  color: #333;
}

.Header_Container.active,
.Header_Container.on {
  background: #fff;
  -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.active::before,
.Header_Container.on::before {
  opacity: 0;
}

.Header_Container.active .box .logo .img1,
.Header_Container.on .box .logo .img1 {
  opacity: 0;
}

.Header_Container.active .box .logo .img2,
.Header_Container.on .box .logo .img2 {
  opacity: 1;
}

.Header_Container.active .box .logo .code,
.Header_Container.on .box .logo .code {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.Header_Container.active .box .logo .code p,
.Header_Container.on .box .logo .code p {
  color: #005EB8;
}

.Header_Container.active .box .nav .item>p a,
.Header_Container.on .box .nav .item>p a {
  color: #333;
}

.Header_Container.active .box .nav .item.active>p a,
.Header_Container.on .box .nav .item.active>p a {
  color: #005EB8;
}

.Header_Container.active .box .language a,
.Header_Container.on .box .language a {
  color: #333;
}

.select_nav {
  position: absolute;
  width: 180px;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  padding-top: 10px;
  top: 97%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.select_nav ul {
  display: grid;
  gap: 0.2rem;
  padding: 0.18rem 0;
  background: #fff url(../images/brind5.png) no-repeat left bottom;
  border-radius: 0.2rem;
}

.select_nav ul li a {
  padding: 0 0.2rem;
}

.select_nav ul li a .l {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
  width: 80%;
}

.select_nav ul li a .r {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.select_nav ul li a .r p {
  width: 25px;
  height: 25px;
  background: #005EB8;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select_nav ul li a .r p svg {
  margin: auto;
}

.select_nav ul li a:hover .l {
  color: #005EB8;
}

.select_nav ul li a:hover .r {
  opacity: 1;
}

.select_nav2 {
  position: absolute;
  left: -2.9rem;
  width: 7.9rem;
  pointer-events: none;
  opacity: 0;
  padding-top: 10px;
  top: 97%;
}

.select_nav2 ._box {
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fff;
  min-height: 2.9rem;
}

.select_nav2 ._box ._box_l {
  width: 274px;
  background: #F3FBFB;
  padding: 0.32rem;
  position: relative;
}

.select_nav2 ._box ._box_l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img68.png) no-repeat left bottom;
  background-size: 2.1rem auto;
}

.select_nav2 ._box ._box_l ul {
  display: grid;
  gap: 0.2rem;
  position: relative;
  z-index: 1;
}

.select_nav2 ._box ._box_l ul li a .l {
  font-size: var(--f20);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
  width: 80%;
}

.select_nav2 ._box ._box_l ul li a .r {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.select_nav2 ._box ._box_l ul li a .r p {
  width: 25px;
  height: 25px;
  background: #005EB8;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select_nav2 ._box ._box_l ul li a .r p svg {
  margin: auto;
}

.select_nav2 ._box ._box_l ul li.active a .l {
  color: #005EB8;
}

.select_nav2 ._box ._box_l ul li.active a .r {
  opacity: 1;
}

.select_nav2 ._box ._box_r {
  padding: 0.32rem 0;
  padding-left: 0.54rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select_nav2 ._box ._box_r ._list {
  display: none;
}

.select_nav2 ._box ._box_r ._list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select_nav2 ._box ._box_r ._box_r_l {
  width: 2.26rem;
  border-right: 1px solid #E5E5E5;
}

.select_nav2 ._box ._box_r ._list.on ._box_r_l {
  border-width: 0;
  width: 100%;
}

.select_nav2 ._box ._box_r ._box_r_l ul li {
  margin-bottom: 0.2rem;
  padding-right: 0.5rem;
}

.select_nav2 ._box ._box_r ._box_r_l ul li:last-child {
  margin-bottom: 0;
}

.select_nav2 ._box ._box_r ._box_r_l ul li a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.select_nav2 ._box ._box_r ._box_r_l ul li a:hover {
  color: #005EB8;
}

.select_nav2 ._box ._box_r ._box_r_l ul li a i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f14);
  color: #005EB8;
  opacity: 0;
}

.select_nav2 ._box ._box_r ._box_r_l ul li.active a {
  color: #005EB8;
}

.select_nav2 ._box ._box_r ._box_r_l ul li.active a i {
  opacity: 1;
}

.select_nav2 ._box ._box_r ._box_r_r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
}

.select_nav2 ._box ._box_r ._box_r_r ul {
  display: none;
}

.select_nav2 ._box ._box_r ._box_r_r ul.active {
  display: block;
}

.select_nav2 ._box ._box_r ._box_r_r ul li {
  margin-bottom: 0.2rem;
}

.select_nav2 ._box ._box_r ._box_r_r ul li:last-child {
  margin-bottom: 0;
}

.select_nav2 ._box ._box_r ._box_r_r ul li a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.select_nav2 ._box ._box_r ._box_r_r ul li a:hover {
  color: #005EB8;
}

.select_nav2 ._box ._box_r ._box_r_r ul li.active a {
  color: #005EB8;
}

.Search_box {
  position: fixed;
  top: var(--nav_height);
  left: 0;
  z-index: 8;
  width: 100%;
  background: #F4F5FA;
  padding: 0.25rem 0;
  display: none;
}

.Search_box .box form {
  background: #fff;
  border-radius: 0.3rem;
  width: 6.8rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.25rem;
  position: relative;
}

.Search_box .box form input {
  height: 0.6rem;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  font-size: var(--f16);
}

.Search_box .box form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Search_box .box form .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.Search_box .box .close {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.Search_box .box .close path,
.Search_box .box .close svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Search_box .box .close:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Search_box .box .close:hover path {
  fill: #005EB8;
}

.Home_Banner .banner {
  position: relative;
}

.Home_Banner .banner .swiper-slide {
  overflow: hidden;
}

.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: 6rem;
  }
}

.Home_Banner .banner .video {
  position: relative;
}

.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}

.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}

.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}

.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f42);
}

.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f48);
  line-height: 1.25;
  margin-top: 0.18rem;
  max-width: 60%;
}

.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.5rem;
}

.Home_Banner .page {
  position: absolute;
  left: 0;
  padding: 0 var(--interval);
  width: 100%;
  bottom: 0.45rem;
  z-index: 2;
}

.Home_Banner .page>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Home_Banner .page>div .swiper-pagination-bullet {
  all: unset;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Home_Banner .page>div .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}

.Home_Banner .page>div .swiper-pagination-bullet .bullet_outer {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_Banner .page>div .swiper-pagination-bullet .bullet_outer .top {
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_Banner .page>div .swiper-pagination-bullet .bullet_outer .top::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.Home_Banner .page>div .swiper-pagination-bullet .bullet_outer .bot {
  font-size: var(--f18);
  margin-top: 0.35rem;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_Banner .page>div .swiper-pagination-bullet .bullet_outer:hover .top {
  background: #fff;
}

.Home_Banner .page>div .swiper-pagination-bullet-active .bullet_outer .top::after {
  -webkit-animation: line var(--duration) linear;
  animation: line var(--duration) linear;
}

.Home_Banner .page>div .swiper-pagination-bullet-active .bullet_outer .bot {
  opacity: 1;
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.link_01 .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}

.link_01 .a .text {
  height: var(--line);
  line-height: var(--line);
  background: #005EB8;
  border-radius: var(--line);
  min-width: 1.8rem;
  font-size: var(--f18);
  color: #fff;
  padding: 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.link_01 .a .icon {
  width: var(--line);
  height: var(--line);
  background: #005EB8;
  border-radius: var(--line);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  overflow: hidden;
}

.link_01 .a .icon svg {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.link_01 .a .float {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.link_01 .a:hover .icon svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}

.link_01.none .a:hover .icon svg {
  -webkit-animation: initial;
  animation: initial;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.link_02 .a {
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  font-size: var(--f16);
  color: #fff;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #005EB8;
  text-align: center;
}

.link_02 .a:hover {
  background: #0096DB;
}

.link_03 .a {
  width: 43px;
  height: 43px;
  background: #005EB8;
  border-radius: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.link_03 .a svg {
  margin: auto;
}

.link_04 .a {
  width: 43px;
  height: 43px;
  border-radius: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #005EB8;
  overflow: hidden;
}

.link_04 .a svg {
  margin: auto;
}

.link_04 .a svg path {
  fill: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.link_04 .a:hover svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}

@-webkit-keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  7% {
    -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  7% {
    -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

.title_01 .h5 {
  font-size: 0.42rem;
  color: #005EB8;
  font-weight: bolder;
}

.title_01 .h6 {
  max-width: 9.12rem;
  font-size: var(--f40);
  line-height: 1.45;
  margin-top: 0.1rem;
}


.jbs {
  background: -webkit-gradient(linear, left top, right top, from(#005EB8), to(#005EB8));
  background: -o-linear-gradient(left, #005EB8, #005EB8);
  background: linear-gradient(to right, #005EB8, #005EB8);
}

.jbwz {
  background: #000 -webkit-gradient(linear, left top, right top, from(#005EB8), to(#005EB8)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #005EB8, #005EB8) no-repeat 0 0;
  background: #000 linear-gradient(to right, #005EB8, #005EB8) no-repeat 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.jbbk {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#005EB8), to(#005EB8)) border-box;
  background: -o-linear-gradient(left, #005EB8, #005EB8) border-box;
  background: linear-gradient(to right, #005EB8, #005EB8) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.title_03 .h6 span {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #005EB8), color-stop(0.5, #005EB8), color-stop(1, #005EB8));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-size-adjust: none;
  background-position: -660px 0;
  -webkit-animation: slidetounlock 15s infinite linear;
}

@keyframes slidetounlock {
  0% {
    background-position: -860px 0;
  }

  100% {
    background-position: 820px 0;
  }
}

.Home_About {
  width: 100%;
  background: url(../images/home-about-bg.jpg) no-repeat center;
  background-size: cover;
}

.index-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.index-about-box .left {
  width: 50%;
}

.index-about-box .right {
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
}

/* ��������ͼƬ�ֲ� */
.about-swiper-wrap {
  width: 100%;
}

.about-swiper-wrap .about-swiper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.about-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 0.15rem;
  text-align: center;
}

.about-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}

.about-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: #fff;
}

/* ���������ֲ����Ҽ�ͷ */
.about-swiper-prev,
.about-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-swiper-prev {
  left: 18px;
}

.about-swiper-prev svg {
  width: 18px;
}

.about-swiper-next {
  right: 18px;
}

.about-swiper-next svg {
  width: 18px;
}

.about-swiper-prev:hover,
.about-swiper-next:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.index-h1 {
  font-size: .28rem;
  color: #333;
  padding: .2rem 0 .5rem;
}

.public-title .h2 {
  font-size: 0.42rem;
  font-weight: bolder;
  color: #005EB8;
}

.business-title {
  color: #ffffff;
  font-size: 0.42rem;
  font-weight: bolder;
}

.InfoContent {
  width: 100%;
  padding: 0 0 0.4rem 0;
  font-size: 0.18rem;
  line-height: 2.2;
}

.Home_Technology {
  position: relative;
  height: 100vh;
}

.Home_Technology .title_01 {
  position: relative;
  z-index: 2;
}

.Home_Technology .box {
  margin-top: 0.72rem;
}

.Home_Technology .box .boxLeft {
  width: 5rem;
  position: relative;
  z-index: 2;
}

.Home_Technology .box .boxLeft ul {
  padding-left: 0.6rem;
  border-left: 1px solid #CBCBCB;
  position: relative;
  padding-top: 0.15rem;
  height: 100%;
}

.Home_Technology .box .boxLeft ul::after {
  content: '';
  position: absolute;
  top: 0;
  width: 3px;
  left: -1px;
  background: #005EB8;
  height: calc(var(--y) * 100%);
}

.Home_Technology .box .boxLeft ul li {
  cursor: pointer;
  padding-bottom: 0.95rem;
}

.Home_Technology .box .boxLeft ul li .top {
  font-size: var(--f42);
  color: #333;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}

.Home_Technology .box .boxLeft ul li .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_Technology .box .boxLeft ul li .bot>div {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_Technology .box .boxLeft ul li .bot>div .desc {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  max-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;
  height: auto;
}

.Home_Technology .box .boxLeft ul li .bot>div .link {
  margin-top: 0.32rem;
}

.Home_Technology .box .boxLeft ul li:hover .top {
  opacity: 1;
}

.Home_Technology .box .boxLeft ul .active .top {
  opacity: 1;
}

.Home_Technology .box .boxLeft ul .active .bot {
  grid-template-rows: 1fr;
}

.Home_Technology .box .boxLeft ul .active .bot>div {
  padding: 0.18rem 0;
}

.Home_Technology .box .boxLeftPhone {
  display: none;
  margin-top: 0.5rem;
}

.Home_Technology .box .boxLeftPhone>div {
  display: none;
}

.Home_Technology .box .boxLeftPhone>div.active {
  display: block;
}

.Home_Technology .box .boxLeftPhone>div .desc {
  font-size: var(--f26);
  color: #666;
  height: 3.6em;
  max-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_Technology .box .boxLeftPhone>div .link {
  margin-top: 0.32rem;
}

@media screen and (max-width: 1200px) {
  .Home_Technology .box .boxLeftPhone {
    display: block;
  }
}

.Home_Technology .box .boxRight {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.Home_Technology .box .boxRight .list {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.Home_Technology .box .boxRight .list .item {
  position: relative;
}

.Home_Technology .box .boxRight .list .item .img img {
  width: 100%;
}

.Home_Technology .box .boxRight .list .item .icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
  opacity: 0;
}

.Home_Technology .box .boxRight .list .item .icon img {
  margin: auto;
}

.Home_Technology .box .boxRight .list .item .icon1 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.Home_Technology .box .boxRight .list .item .icon2 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.Home_Technology .box .boxRight .list .item .icon3 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.Home_Technology .box .boxRight .list.active {
  opacity: 1;
  pointer-events: all;
}

.Home_Technology .box .boxRight .list.active .item .icon {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.Home_Technology .box .boxRight .list1 .item .icon1 {
  width: 1.85rem;
  height: 1.85rem;
  left: 50%;
  top: 40%;
  background: #005EB8;
  border-radius: 0.4rem 50% 50% 0.4rem;
}

.Home_Technology .box .boxRight .list1 .item .icon1 img {
  width: 0.96rem;
}

.Home_Technology .box .boxRight .list1 .item .icon2 {
  right: 4%;
  top: 53%;
  width: 1.33rem;
  height: 1.33rem;
  background: #DE7295;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list1 .item .icon2 img {
  width: 0.59rem;
}

.Home_Technology .box .boxRight .list1 .item .icon3 {
  right: 16%;
  top: 70%;
  background: #F4C926;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list1 .item .icon3 img {
  width: 0.41rem;
}

.Home_Technology .box .boxRight .list2 .item .icon1 {
  width: 1.44rem;
  height: 1.44rem;
  left: 43%;
  top: 52%;
  background: #F4C926;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list2 .item .icon1 img {
  width: 0.48rem;
}

.Home_Technology .box .boxRight .list2 .item .icon2 {
  right: 4%;
  top: 53%;
  width: 1.85rem;
  height: 1.85rem;
  background: #DE7295;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list2 .item .icon2 img {
  width: 0.62rem;
}

.Home_Technology .box .boxRight .list2 .item .icon3 {
  right: 24%;
  top: 76%;
  background: #005EB8;
  width: 1.22rem;
  height: 1.22rem;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list2 .item .icon3 img {
  width: 0.48rem;
}

.Home_Technology .box .boxRight .list3 .item .icon1 {
  width: 1.5rem;
  height: 1.5rem;
  left: 49%;
  top: 45%;
  background: #DE7295;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list3 .item .icon1 img {
  width: 0.58rem;
}

.Home_Technology .box .boxRight .list3 .item .icon2 {
  right: 4%;
  top: 28%;
  width: 1.6rem;
  height: 1.6rem;
  background: #005EB8;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list3 .item .icon2 img {
  width: 0.44rem;
}

.Home_Technology .box .boxRight .list3 .item .icon3 {
  right: 19%;
  top: 70%;
  background: #F4C926;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.2rem 50% 50% 0.2rem;
}

.Home_Technology .box .boxRight .list3 .item .icon3 img {
  width: 0.45rem;
}

.Home_Technology .box .play_01 {
  top: 88%;
}

.Home_Product {
  --top: 0;
  background: url(../images/img4.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
  background-attachment: fixed;
}

.Home_Product .title_01 .h6 {
  max-width: initial;
}

.Home_Product .box {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.5rem;
}

.Home_Product .box .item {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.Home_Product .box .item .img {
  width: 100%;
}

.Home_Product .box .item .img img {
  width: 100%;
}

.Home_Product .box .item .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  width: 8.6rem;
}

.Home_Product .box .item .orientation {
  width: 100%;
}

.Home_Product .box .item .orientation>div {
  text-align: left;
}

.Home_Product .box .item .orientation>div .content1 p {
  font-size: var(--f48);
  display: inline-block;
  min-width: 3.4rem;
  line-height: 0.78rem;
  padding: 0 0.3rem;
  border-radius: 0.78rem;
  position: relative;
  text-align: center;
}

.Home_Product .box .item .orientation>div .content1 p span {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #005EB8), color-stop(0.5, #005EB8), color-stop(1, #005EB8));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-size-adjust: none;
  background-position: -660px 0;
  -webkit-animation: slidetounlock 15s infinite linear;
}

.Home_Product .box .item .orientation>div .content1 p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#005EB8), to(#005EB8)) border-box;
  background: -o-linear-gradient(left, #005EB8, #005EB8) border-box;
  background: linear-gradient(to right, #005EB8, #005EB8) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.Home_Product .box .item .orientation>div .content2 {
  font-size: var(--f42);
  line-height: 1.4;
  margin-top: 0.4rem;
}

.Home_Product .box .item .orientation>div .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.15rem;
}

.Home_Product .box .item .orientation>div .content4 {
  margin-top: 0.72rem;
}

.main-card-box {
  border-radius: 0.4rem;
  overflow: hidden;
  width: 100%;
}


.Home_Cooperation .box {
  margin-top: 0.78rem;
}

.Home_Cooperation .box .banner {
  overflow: hidden;
}

.Home_Cooperation .box .banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation-name: hx;
  animation-name: hx;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.Home_Cooperation .box .banner ul li {
  width: 2.48rem;
  height: 0.94rem;
  border: 1px solid #cecece;
  margin: 0 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.94rem;
}

.Home_Cooperation .box .banner ul li img {
  margin: auto;
  max-height: 50%;
  /*-webkit-filter: brightness(0);*/
  /*filter: brightness(0);*/
  /*opacity: 0.3;*/

  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;


  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_Cooperation .box .banner ul li:nth-child(3n) img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}

.Home_Cooperation .box .banner ul li:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}

.Home_Cooperation .box .banner ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.Home_Cooperation .box .banner:nth-child(2) {
  margin-top: 0.3rem;
}

.Home_Cooperation .box .banner:nth-child(2) ul {
  animation-direction: reverse;
}

@-webkit-keyframes hx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes hx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.Home_News {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
  overflow: hidden;
}

.Home_News .box .banner .swiper-slide {
  width: calc(100vw - var(--interval) * 2);
}

.Home_News .box .banner .swiper-slide .item {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.48rem;
  padding-left: 0.8rem;
  position: relative;
  --bg: #005EB8;
}

.Home_News .box .banner .swiper-slide .item>svg {
  position: absolute;
  bottom: 0;
  right: -2px;
  height: 101%;
  fill: #EDEEF5;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  width: 100%;
}

.Home_News .box .banner .swiper-slide .item a {
  position: relative;
  z-index: 1;
}

.Home_News .box .banner .swiper-slide .item a .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Home_News .box .banner .swiper-slide .item a .boxLeft>div {
  width: 100%;
}

.Home_News .box .banner .swiper-slide .item a .boxLeft .content1 {
  font-family: 'MR';
  color: #005EB8;
}

.Home_News .box .banner .swiper-slide .item a .boxLeft .content2 {
  font-size: var(--f34);
  color: #333;
  margin-top: 0.22rem;
  height: 4.5em;
  max-height: 4.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_News .box .banner .swiper-slide .item a .boxLeft .content3 {
  font-family: 'MR';
  color: #999;
  font-size: var(--f20);
  margin-top: 1.5rem;
}

.Home_News .box .banner .swiper-slide .item a .boxRight {
  width: 7.3rem;
  position: relative;
}

.Home_News .box .banner .swiper-slide .item a .boxRight>p {
  overflow: hidden;
  border-radius: 20px;
}

.Home_News .box .banner .swiper-slide .item a .boxRight>p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Home_News .box .banner .swiper-slide .item a .boxRight>p:hover {
  /*cursor: url(../images/mouse.svg) 0 0, auto;*/
}

.Home_News .box .banner .swiper-slide .item:hover a .boxLeft .content2 {
  color: #005EB8;
}

.Home_News .box .banner .swiper-slide .item:hover>svg {
  fill: var(--bg);
}

.Home_News .box .banner .page_01 {
  /*display: none;*/
  margin-top: -0.3rem;
}

@media screen and (max-width: 1200px) {
  .Home_News .box .banner .page_01 {
    display: block;
    margin-top: 0rem;
  }
}

.Home_News .box .banner .page_01 .page div span {
  margin-top: 0.6rem;
}

.Home_News .box .link_01 {
  margin-top: 0.8rem;
}

.Home_News .box .item .link_01 {
  margin-top: 0.4rem;
}



.Footer_Container {
  background: #005EB8 url(../images/img7.png) no-repeat 50% 50% / cover;
  padding: 0.85rem 0 0;
}

.Footer_Container .box .img img {
  height: 0.66rem;
}

.Footer_Container .box .code {
  margin-left: 0.52rem;
  font-size: var(--f18);
  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;
  font-family: 'MM';
}

.Footer_Container .box .code p {
  padding: 1px 0;
}

.Footer_Container .box1 {
  margin-top: 0.9rem;
}

.Footer_Container .box1 .left {
  max-width: 5rem;
}

.Footer_Container .box1 .left .content1 a {
  font-family: 'MB';
  color: #ffffff;
  font-size: var(--f32);
}

.Footer_Container .box1 .left .content2 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.16rem;
}

.Footer_Container .box1 .left .content3 {
  margin-top: 0.64rem;
}

.Footer_Container .box1 .left .content3 div {
  margin: 0 0.2rem 0 0;
}

.Footer_Container .box1 .left .content3 p {
  width: 1.5rem;
  /*padding: 2px;*/
  background: #fff;
  border-radius: 10px;
}

.Footer_Container .box1 .left .content3 p img {
  width: 100%;
  border-radius: 5px;
}

.Footer_Container .box1 .left .content3 span {
  color: #fff;
  font-size: var(--f12);
  display: block;
  text-align: center;
  margin-top: 6px;
}

.Footer_Container .box1 .center_ {
  width: 3.8rem;
  position: relative;
}

.Footer_Container .box1 .center_ .item {
  margin-bottom: 0.2rem;
}

.Footer_Container .box1 .center_ .item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
}

.Footer_Container .box1 .center_ .item p a {
  font-size: var(--f22);
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.Footer_Container .box1 .center_ .item ul {
  position: absolute;
  left: 2.8rem;
  top: 0;
  display: none;
}

.Footer_Container .box1 .center_ .item ul li {
  margin-bottom: 0.14rem;
}

.Footer_Container .box1 .center_ .item ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.6;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.Footer_Container .box1 .center_ .item ul li a:hover {
  opacity: 1;
}

.Footer_Container .box1 .center_ .active p a {
  opacity: 1;
}

.Footer_Container .box1 .center_ .active ul {
  display: block;
}

.Footer_Container .box1 .right .link {
  background: rgba(255, 255, 255, 0.1);
  width: 3.56rem;
  border-radius: 0.64rem;
  position: relative;
}

.Footer_Container .box1 .right .link>a {
  height: 0.64rem;
  font-size: var(--f20);
  color: #fff;
  opacity: 0.6;
  padding: 0 0.26rem;
  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;
}

.Footer_Container .box1 .right .link>a svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Footer_Container .box1 .right .link>a.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Footer_Container .box1 .right .link ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 0.12rem 0.26rem;
  border-radius: 0.2rem;
  top: 105%;
  display: none;
}

.Footer_Container .box1 .right .link ul li {
  padding: 8px 0;
}

.Footer_Container .box1 .right .link ul li a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.6;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Footer_Container .box1 .right .link ul li a:hover {
  opacity: 1;
}

.Footer_Container .box2 {
  margin-top: 0.6rem;
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Footer_Container .box2 span,
.Footer_Container .box2 a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.6;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Footer_Container .box2 img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.Footer_Container .box2 a:hover {
  opacity: 1;
}

.Footer_Container .box2 text {
  display: none;
}

.InnerBanner {
  position: relative;
}

.InnerBanner .img {
  z-index: -1;
  position: relative;
}

.InnerBanner .img img {
  width: 100%;
  /*height: 8rem;*/
}

.InnerBanner .video {
  position: relative;
  z-index: -1;
}

.InnerBanner .video video {
  width: 100%;
  height: 8rem;
}

.InnerBanner .video::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.87%, rgba(255, 255, 255, 0)), color-stop(86.66%, #FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 28.87%, #FFFFFF 86.66%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 28.87%, #FFFFFF 86.66%);
}

.InnerBanner .orientation {
  position: absolute;
  left: 0;
  bottom: 1.3rem;
  width: 100%;
  --h: 0.68rem;
}

.InnerBanner .orientation .box {
  border-bottom: 1px solid #CECECE;
}

.InnerBanner .orientation .box .title {
  font-size: var(--f18);
  line-height: var(--h);
}

.InnerBanner .orientation .box .xian {
  margin: 0 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;
}

.InnerBanner .orientation .box .xian p {
  height: 20px;
  width: 1px;
  background: #ebebeb;
}

.InnerBanner .orientation .box .scroll ul {
  margin-left: -0.14rem;
}

.InnerBanner .orientation .box .scroll ul li {
  padding: 0 0.14rem;
}

.InnerBanner .orientation .box .scroll ul li a {
  line-height: var(--h);
  color: #333;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.InnerBanner .orientation .box .scroll ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.InnerBanner .orientation .box .scroll ul li a:hover::after {
  width: 100%;
}

.InnerBanner .orientation .box .scroll ul .active a {
  opacity: 1;
}

.InnerBanner .orientation .box .scroll ul .active a::after {
  width: 100%;
}

.InnerNav {
  --h: 0.68rem;
  margin-top: var(--mt);
  position: -webkit-sticky;
  position: sticky;
  z-index: 6;
  top: 0;
}

.InnerNav.active {
  background-color: #fff;
}

.InnerNav .box {
  border-bottom: 1px solid #CECECE;
}

.InnerNav .box .title {
  font-size: var(--f18);
  line-height: var(--h);
}

.InnerNav .box .xian {
  margin: 0 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;
}

.InnerNav .box .xian p {
  height: 20px;
  width: 1px;
  background: #ebebeb;
}

.InnerNav .box .scroll ul {
  margin-left: -0.14rem;
}

.InnerNav .box .scroll ul li {
  padding: 0 0.14rem;
}

.InnerNav .box .scroll ul li a {
  line-height: var(--h);
  color: #333;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-size: var(--f16);
}

.InnerNav .box .scroll ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: #005EB8;
}

.InnerNav .box .scroll ul li a:hover::after {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.InnerNav .box .scroll ul .active a {
  opacity: 1;
}

.InnerNav .box .scroll ul .active a::after {
  width: 100%;
}

.About_01 .box .boxLeft {
  position: relative;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.About_01 .box .boxLeft .title_01 {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}

.About_01 .box .boxLeft .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
}

.About_01 .box .boxLeft .orientation div {
  font-size: var(--f26);
  color: #005EB8;
  font-family: 'MSB';
  line-height: 1.1;
}

.About_01 .box .boxLeft .orientation p {
  font-size: var(--f16);
  color: #333;
}

.About_01 .box .boxRight {
  width: 7.7rem;
}

.About_01 .box .boxRight .content1 {
  font-size: var(--f32);
  color: #333;
  line-height: 1.6;
}

.About_01 .box .boxRight .content2 {
  margin-top: 0.4rem;
  font-size: var(--f18);
  color: #666;
  height: 18em;
  max-height: 18em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-justify: distribute-all-lines;
}

.About_01 .box .boxRight .content3 {
  margin-top: 0.7rem;
}

.About_02 {
  background-attachment: fixed;
  background-size: 100% 9.7rem;
}

.About_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}

.About_02 .box .boxLeft .link_01 {
  margin-top: 0.86rem;
}

.About_02 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}

.About_02 .box .boxRight {
  width: 7.92rem;
}

.About_02 .box .boxRight .scroll ul li {
  padding: 0.4rem 0.6rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(26, 44, 121, 0.1);
  box-shadow: 0px 0px 10px rgba(26, 44, 121, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.3rem;
  min-height: 3.6rem;
  margin-bottom: 0.3rem;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.About_02 .box .boxRight .scroll ul li .img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 94%;
}

.About_02 .box .boxRight .scroll ul li .img img {
  height: 100%;
  -webkit-transform: translateY(10%) scale(1);
  -ms-transform: translateY(10%) scale(1);
  transform: translateY(10%) scale(1);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_02 .box .boxRight .scroll ul li:last-child {
  margin-bottom: 0;
}

.About_02 .box .boxRight .scroll ul li div,
.About_02 .box .boxRight .scroll ul li p,
.About_02 .box .boxRight .scroll ul li img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 1;
}

.About_02 .box .boxRight .scroll ul li .content1 p {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background: #005EB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.About_02 .box .boxRight .scroll ul li .content1 p img {
  margin: auto;
  max-width: 0.44rem;
}

.About_02 .box .boxRight .scroll ul li .content1 p img:first-child {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}

.About_02 .box .boxRight .scroll ul li .content1 p img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.About_02 .box .boxRight .scroll ul li .content2 {
  font-size: var(--f36);
  margin-top: 0.8rem;
}

.About_02 .box .boxRight .scroll ul li .content3 {
  font-size: var(--f24);
  margin-top: 0.25rem;
  line-height: 1.7;
}

.About_02 .box .boxRight .scroll ul li:hover {
  background: #0096DB;
}

.About_02 .box .boxRight .scroll ul li:hover .img img {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.About_02 .box .boxRight .scroll ul li:hover .content1 p {
  background: #fff;
}

.About_02 .box .boxRight .scroll ul li:hover .content1 p img {
  opacity: 0;
}

.About_02 .box .boxRight .scroll ul li:hover .content1 p img:last-child {
  opacity: 1;
}

.About_02 .box .boxRight .scroll ul li:hover div {
  color: #fff;
}

.bg1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.bg1.act {
  background: #f7f7f7;
}

.bg1.act1 {
  background: #f4f5fa;
}

.Cookie_Container {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
  border-top: 1px solid #fff;
}

.Cookie_Container.act {
  background: #f7f7f7;
}

.Cookie_Container.act1 {
  background: #f4f5fa;
}

.About_03 {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.About_03.act {
  background: #f7f7f7;
}

.About_03.act1 {
  background: #f4f5fa;
}

.About_03 .box {
  border-radius: 0.3rem;
  overflow: hidden;
  background: url(../images/img11.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
  --h1: 6.3rem;
}

.About_03 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5rem 2.8rem 0.5rem 1.2rem;
  height: 100%;
  overflow: hidden;
  height: var(--h1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.About_03 .box .boxLeft>div {
  position: relative;
  width: 100%;
}

.About_03 .box .boxLeft .scroll {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  max-height: calc(var(--h1) - 1rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.About_03 .box .boxLeft .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.About_03 .box .boxLeft .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005EB8;
}

.About_03 .box .boxLeft .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

@-moz-document url-prefix() {
  .About_03 .box .boxLeft .scroll {
    scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}

.About_03 .box .boxLeft .scroll.active {
  position: inherit;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.About_03 .box .boxLeft .scroll.prev {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.About_03 .box .boxLeft .scroll .item {
  margin-bottom: 0.5rem;
}

.About_03 .box .boxLeft .scroll .item:last-child {
  margin-bottom: 0;
}

.About_03 .box .boxLeft .scroll .item .content1 {
  font-size: var(--f36);
  color: #005EB8;
  line-height: 1;
}

.About_03 .box .boxLeft .scroll .item .content2 {
  font-size: var(--f20);
  color: #333;
  line-height: 2;
  margin-top: 0.16rem;
}

.About_03 .box .boxRight {
  width: 4.6rem;
  background: #005EB8;
  padding-left: 0.85rem;
}

.About_03 .box .boxRight .banner {
  padding: 0.85rem 0;
  position: relative;
}

.About_03 .box .boxRight .banner .swiper {
  height: 4.6rem;
}

.About_03 .box .boxRight .banner .swiper .swiper-slide {
  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;
}

.About_03 .box .boxRight .banner .swiper .swiper-slide p {
  font-size: var(--f32);
  color: #fff;
  opacity: 0.3;
  font-family: 'MM';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_03 .box .boxRight .banner .swiper .swiper-slide-active p {
  opacity: 1;
  font-size: var(--f54);
}

.About_03 .box .boxRight .banner .button {
  position: absolute;
  left: 0rem;
  z-index: 2;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_03 .box .boxRight .banner .button:hover {
  opacity: 1;
}

.About_03 .box .boxRight .banner .prev {
  top: 0.5rem;
}

.About_03 .box .boxRight .banner .next {
  bottom: 0.5rem;
}

.About_04 {
  overflow: hidden;
}

.About_04 .toggle {
  height: 0;
}

.About_04 .toggle ul {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  z-index: 1;
}

.About_04 .toggle ul li {
  cursor: pointer;
  font-size: var(--f20);
  color: #333;
  opacity: 0.5;
  margin-left: 0.5rem;
  padding-bottom: 0.16rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_04 .toggle ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_04 .toggle ul li:hover::after {
  width: 100%;
}

.About_04 .toggle ul li.active {
  opacity: 1;
}

.About_04 .toggle ul li.active::after {
  opacity: 1;
  width: 100%;
}

.About_04 .box {
  padding-left: var(--interval);
}

.About_04 .box .swiper {
  padding-right: var(--interval);
}

.About_04 .box .swiper-slide {
  width: 6.6rem;
  min-height: 3.3rem;
  background: #F4F5FA;
  border-radius: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  padding: 0.5rem 0.6rem;
  overflow: hidden;
}

.About_04 .box .swiper-slide .img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_04 .box .swiper-slide .img img {
  height: 2.98rem;
}

.About_04 .box .swiper-slide .item {
  position: relative;
  z-index: 2;
}

.About_04 .box .swiper-slide .item div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_04 .box .swiper-slide .item .content1 {
  font-size: var(--f42);
  line-height: 1;
}

.About_04 .box .swiper-slide .item .content2 {
  font-size: var(--f24);
  color: #005EB8;
  margin-top: 0.3rem;
  height: 1.1rem;
  line-height: 1.3;
}

.About_04 .box .swiper-slide .item .desc {
  display: none;
}

.About_04 .box .swiper-slide:hover {
  background: #0096DB;
}

.About_04 .box .swiper-slide:hover .img {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.About_04 .box .swiper-slide:hover .item div {
  color: #fff;
}

.About_04 .box .swiper-slide:hover .item .content3 .link_04 .a {
  background: #fff;
}

.About_04 .box .swiper-slide:hover .item .content3 .link_04 .a svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}

.About_04 .box .swiper-slide:hover .item .content3 .link_04 .a svg path {
  fill: #005EB8;
}

.About_04 .box .button_01 .button div {
  margin-top: 0.8rem;
}

.button_01 .button div {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.button_01 .button div svg {
  margin: auto;
}

.button_01 .button div svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button_01 .button div:hover {
  background: #0096DB;
  border: 1px solid #0096DB;
}

.button_01 .button div:hover svg path {
  fill: #fff;
}

.button_01 .button .ml {
  margin-left: 0.15rem;
}

.About_04 .button_01 {
  padding-right: var(--interval);
}

.About_04_layer {
  position: fixed;
  z-index: 81;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.About_04_layer .box {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.1rem;
  max-height: 6rem;
  padding: 0.54rem;
  border-radius: 0.3rem;
  background: #fff url(../images/brind2.png) no-repeat 50% 50% / cover;
}

.About_04_layer .box .close {
  position: absolute;
  right: 0.32rem;
  top: 0.32rem;
}

.About_04_layer .box .close i {
  color: #999;
  font-size: var(--f28);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}

.About_04_layer .box .close i:hover {
  color: #005EB8;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.About_04_layer .box .title {
  font-size: var(--f34);
  line-height: 1;
}

.About_04_layer .box .scroll {
  margin-top: 0.26rem;
  font-size: var(--f18);
  line-height: 1.8;
  color: #666;
  max-height: -webkit-calc(21.6em);
  max-height: calc(1.8em * 12);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.About_04_layer .box .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.About_04_layer .box .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005EB8;
}

.About_04_layer .box .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

@-moz-document url-prefix() {
  .About_04_layer .box .scroll {
    scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}

.About_05 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.About_05.act {
  background: #f7f7f7;
}

.About_05.act1 {
  background: #f4f5fa;
}

.About_05 .title_01 .h6 {
  margin: auto;
}

.About_05 .box .xian1,
.About_05 .box .xian2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-webkit-calc(-99.8rem));
  -ms-transform: translateY(-50%) translateX(calc(0.2rem - 100%));
  transform: translateY(-50%) translateX(calc(0.2rem - 100%));
}

.About_05 .box .xian1 img,
.About_05 .box .xian2 img {
  width: 0.85rem;
}

.About_05 .box .box_ {
  border-radius: 0.2rem;
  padding: 0.2rem;
}

.About_05 .box .scroll img {
  margin: auto;
}

.About_05 .box .main1 {
  width: 1.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.About_05 .box .main2 {
  margin-left: 0.74rem;
}

.About_05 .box .main2 .box_ {
  background: rgba(26, 44, 121, 0.2);
}

.About_05 .box .main2 .list li {
  margin-bottom: 0.14rem;
}

.About_05 .box .main2 .list li:last-child {
  margin-bottom: 0;
}

.About_05 .box .main2 .list li a {
  width: 3.6rem;
  height: 0.7rem;
  background: #fff;
  font-size: var(--f18);
  color: #005EB8;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.1rem;
}

.About_05 .box .main2 .list li a:hover {
  background: #005EB8;
  color: #fff;
}

.About_05 .box .main2 .list2 {
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.About_05 .box .main2 .list2 a {
  width: 0.7rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 6px;
  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;
  font-size: var(--f18);
  color: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  letter-spacing: 2px;
  padding: 0 0.1rem;
  position: relative;
}

.About_05 .box .main2 .list2 a:hover {
  background: #005EB8;
  color: #fff;
}

.About_05 .box .main2 .list2 a::after {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  background: #005EB8;
  height: 1px;
  width: 0.2rem;
}

.About_05 .box .main3 {
  margin-left: 0.7rem;
}

.About_05 .box .main3 .box_ {
  background: rgba(52, 183, 175, 0.2);
  padding: 0.2rem;
}

.About_05 .box .main3 .xian2 img {
  width: 1.99rem;
}

.About_05 .box .main3 ul {
  height: 100%;
}

.About_05 .box .main3 ul li {
  margin-bottom: 0.13rem;
  height: 0.5rem;
}

.About_05 .box .main3 ul li:last-child {
  margin-bottom: 0;
}

.About_05 .box .main3 ul li a {
  font-size: var(--f18);
  color: #005EB8;
  width: 3.6rem;
  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;
  border-radius: 6px;
  background: #fff;
  height: 100%;
  padding: 0 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_05 .box .main3 ul li a:hover {
  background: #005EB8;
  color: #fff;
}

.About_05 .box .main4 {
  margin-left: auto;
}

.About_05 .box .main4 .box_ {
  background: rgba(52, 183, 175, 0.2);
}

.About_05 .box .main4 ul {
  height: 100%;
}

.About_05 .box .main4 ul li {
  margin-bottom: 0.13rem;
  height: 0.5rem;
}

.About_05 .box .main4 ul li:last-child {
  margin-bottom: 0;
}

.About_05 .box .main4 ul li a {
  font-size: var(--f18);
  color: #005EB8;
  width: 3.6rem;
  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;
  border-radius: 6px;
  background: #fff;
  height: 100%;
  padding: 0 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_05 .box .main4 ul li a:hover {
  background: #005EB8;
  color: #fff;
}

.About_05 .box .main4 ul li:nth-child(4) {
  margin-top: 0.45rem;
}

.About_05 .box .main4 .xian3 {
  position: absolute;
  left: 0;
  top: -webkit-calc(0.5rem / 2 + 0.2rem);
  top: calc(0.5rem / 2 + 0.2rem);
  -webkit-transform: translateY(0%) translateX(-webkit-calc(-99.8rem));
  -ms-transform: translateY(0%) translateX(calc(0.2rem - 100%));
  transform: translateY(0%) translateX(calc(0.2rem - 100%));
}

.About_05 .box .main4 .xian3 img {
  width: 1.1rem;
}

.About_05 .box .main1 {
  opacity: 0;
}

.About_05 .box .main1,
.About_05 .box .main2,
.About_05 .box .main3,
.About_05 .box .main4 {
  position: relative;
}

.About_05 .box .main1 li,
.About_05 .box .main2 li,
.About_05 .box .main3 li,
.About_05 .box .main4 li {
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.About_05 .box .main1 li.active,
.About_05 .box .main2 li.active,
.About_05 .box .main3 li.active,
.About_05 .box .main4 li.active {
  opacity: 1;
}

.About_05 .box .main1 .xian,
.About_05 .box .main2 .xian,
.About_05 .box .main3 .xian,
.About_05 .box .main4 .xian {
  -webkit-clip-path: polygon(0 0, 0 0, 0 99%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 99%, 0% 100%);
}

.About_05 .box .main1 .box_,
.About_05 .box .main2 .box_,
.About_05 .box .main3 .box_,
.About_05 .box .main4 .box_ {
  pointer-events: none;
  opacity: 0;
  height: 100%;
  z-index: 2;
  position: relative;
}

.About_06 {
  background: url(../images/img13.jpg) no-repeat 50% 50% / cover;
  overflow: hidden;
}

.About_06 .box {
  margin-top: 0.3rem;
}

.About_06 .box .boxLeft {
  width: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.About_06 .box .boxLeft .banner {
  height: 4.3rem;
}

.About_06 .box .boxLeft .banner .swiper {
  height: 100%;
}

.About_06 .box .boxLeft .banner .swiper::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 183, 175, 0.1)), color-stop(54.33%, #005EB8), to(rgba(52, 183, 175, 0)));
  background: -o-linear-gradient(top, rgba(52, 183, 175, 0.1) 0%, #005EB8 54.33%, rgba(52, 183, 175, 0) 100%);
  background: linear-gradient(180deg, rgba(52, 183, 175, 0.1) 0%, #005EB8 54.33%, rgba(52, 183, 175, 0) 100%);
}

.About_06 .box .boxLeft .banner .swiper .swiper-slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.About_06 .box .boxLeft .banner .swiper .swiper-slide p {
  cursor: pointer;
  font-size: var(--f22);
  color: #fff;
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}

.About_06 .box .boxLeft .banner .swiper .swiper-slide p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.About_06 .box .boxLeft .banner .swiper .swiper-slide p::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.About_06 .box .boxLeft .banner .swiper .swiper-slide-active {
  opacity: 1;
}

.About_06 .box .boxLeft .banner .swiper .swiper-slide-next,
.About_06 .box .boxLeft .banner .swiper .swiper-slide-prev {
  opacity: 0.5;
}

.About_06 .box .boxRight {
  width: -webkit-calc(95.5%);
  width: calc(100% - 5.5rem);
  padding-left: 0.7rem;
}

.About_06 .box .boxRight .banner1 {
  position: relative;
}

.About_06 .box .boxRight .banner1 .swiper-slide {
  position: relative;
}

.About_06 .box .boxRight .banner1 p {
  border-radius: 0.3rem;
  overflow: hidden;
}

.About_06 .box .boxRight .banner1 p img {
  width: 100%;
}

.About_06 .box .boxRight .banner1 .page_01 {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 0.3rem;
}

.About_06 .box .boxRight .banner1 .page_01 span {
  background: #005EB8;
  opacity: 0.2;
}

.About_06 .box .boxRight .banner1 .page_01 .swiper-pagination-bullet-active {
  opacity: 1;
}

.page_01 .page div {
  text-align: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_01 .page div span {
  width: 0.9rem;
  height: 3px;
  background: #E8E8E8;
  border-radius: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .page_01 .page div span {
    width: 40px;
  }
}

.page_01 .page div .swiper-pagination-bullet-active {
  opacity: 1;
  background: #005EB8;
}

.play_01 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play_01::before,
.play_01::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(52, 183, 175, 0.6);
  z-index: 1;
  -webkit-animation: pulse 2s infinite ease-out;
  animation: pulse 2s infinite ease-out;
}

.play_01::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.play_01 p {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #005EB8;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.play_01 p svg {
  margin: auto;
}

.play_02::before,
.play_02::after {
  background: rgba(255, 255, 255, 0.6);
}

.play_02 p {
  background: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.About_07 {
  background: url(../images/img15.jpg) no-repeat 50% 50% / cover;
}

.About_07 .toggle ul li {
  cursor: pointer;
  font-size: var(--f20);
  color: #333;
  opacity: 0.5;
  margin-right: 0.4rem;
  padding-bottom: 0.16rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_07 .toggle ul li:last-child {
  margin-right: 0;
}

.About_07 .toggle ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.About_07 .toggle ul li:hover::after {
  width: 100%;
}

.About_07 .toggle ul li.active {
  opacity: 1;
}

.About_07 .toggle ul li.active::after {
  opacity: 1;
  width: 100%;
}

.About_07 .box .list {
  display: none;
}

.About_07 .box .list.active {
  display: block;
}

.About_07 .box .list .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
  padding-top: 0.9rem;
}

.About_07 .box .list .item .boxLeft ul {
  display: grid;
  gap: 0.6rem;
}

.About_07 .box .list .item .boxLeft ul li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.5rem;
}

.About_07 .box .list .item .boxLeft ul li .icon img {
  max-width: 0.27rem;
}

.About_07 .box .list .item .boxLeft ul li .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.About_07 .box .list .item .boxLeft ul li .content .content1 {
  font-size: var(--f18);
  color: #666;
  margin-bottom: 0.1rem;
}

.About_07 .box .list .item .boxLeft ul li .content .content2 div a {
  line-height: 1.2;
  font-size: var(--f32);
  background: #000 -webkit-gradient(linear, left top, right top, from(#005EB8), to(#005EB8)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #005EB8, #005EB8) no-repeat 0 0;
  background: #000 linear-gradient(to right, #005EB8, #005EB8) no-repeat 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: inline-block;
}

.About_07 .box .list .item .boxLeft ul li .content .content2 p {
  font-size: var(--f24);
}

.About_07 .box .list .item .boxRight {
  width: 7.7rem;
  margin-top: -0.46rem;
}

.About_07 .box .list .item .boxRight a {
  border-radius: 0.3rem;
  overflow: hidden;
}

.About_07 .box .list .item .boxRight a img {
  width: 100%;
}

.About_07 .box1 {
  margin-top: 1rem;
}

.About_07 .box1 .item input,
.About_07 .box1 .item textarea {
  font-size: var(--f16);
  height: 0.7rem;
  width: 100%;
  border: 1px solid #CECECE;
  display: block;
  border-radius: 10px;
  padding: 0 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
}

.About_07 .box1 .item input:hover,
.About_07 .box1 .item textarea:hover {
  border-color: #005EB8;
}

.About_07 .box1 .list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}

.About_07 .box1 .list2 {
  margin-top: 0.2rem;
}

.About_07 .box1 .list2 textarea {
  height: 1.4rem;
  padding: 0.14rem 0.24rem;
  resize: none;
}

.About_07 .box1 .list3 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}

.About_07 .box1 .list3 p {
  margin-left: 0.06rem;
}

.About_07 .box1 .list3 p a {
  display: inline-block;
}

.About_07 .box1 .list3 .layui-form-checked[lay-skin="primary"]>i {
  border-color: #005EB8 !important;
  background: var(--gradient);
}

.About_07 .box1 .list3 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #005EB8;
}

.About_07 .box1 .list3 .layui-form-checked[lay-skin=primary] i {
  background: #005EB8;
}

.About_07 .box1 .list3 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.About_07 .box1 .list3 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #005EB8;
}

.About_07 .box1 .list3 a:hover {
  color: #005EB8;
}

.About_07 .box1 .list4 {
  margin-top: 0.28rem;
}

.About_08 {
  margin-top: var(--mt);
  background: url(../images/img17.png) no-repeat center bottom;
  background-size: 100% auto;
}

.About_08 .box {
  font-size: var(--f32);
  color: #333;
}

.About_08 .box1 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
}

.About_08 .box1 img {
  width: auto !important;
  height: auto !important;
}

.About_08 .box2 {
  margin-top: 0.6rem;
}

.bj2 {
  background: -webkit-gradient(linear, left top, right top, from(#005EB8), to(#f4f5fa));
  background: -o-linear-gradient(left, #005EB8, #f4f5fa);
  background: linear-gradient(to right, #005EB8, #f4f5fa);
}

.Outcome_01 .box {
  min-height: 3rem;
  position: relative;
  overflow: hidden;
}

.Outcome_01 .box .img {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}

.Outcome_01 .box .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img18.png) no-repeat 50% 50% / cover;
}

.Outcome_01 .box .img .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  width: 8.6rem;
}

.Outcome_01 .box .img img {
  width: 8.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Outcome_01 .box .orientation {
  width: 5.9rem;
  right: 0.98rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  position: absolute;
}

.Outcome_01 .box .orientation .item p {
  font-size: var(--f18);
  line-height: 1.8;
  margin-bottom: 0.36rem;
  padding-left: 30px;
  position: relative;
}

.Outcome_01 .box .orientation .item p:last-child {
  margin-bottom: 0;
}

.Outcome_01 .box .orientation .item p::before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #005EB8;
  left: 0;
  top: 0.07rem;
  position: absolute;
  border-radius: 50%;
}

.Outcome_02 {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.Outcome_02.act {
  background: #f7f7f7;
}

.Outcome_02.act1 {
  background: #f4f5fa;
}

.Outcome_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
  position: relative;
}

.Outcome_02 .box .boxLeft .orientation {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
}

.Outcome_02 .box .boxLeft .orientation .content1 {
  font-size: var(--f60);
  line-height: 1;
  font-family: 'MSB';
}

.Outcome_02 .box .boxLeft .orientation .content1 span {
  background: #000 -webkit-gradient(linear, left top, right top, from(#005EB8), to(#005EB8)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #005EB8, #005EB8) no-repeat 0 0;
  background: #000 linear-gradient(to right, #005EB8, #005EB8) no-repeat 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.Outcome_02 .box .boxLeft .orientation .content2 {
  font-size: var(--f24);
  color: #333;
  margin-top: 6px;
}

.Outcome_02 .box .boxRight {
  width: 8.1rem;
  position: relative;
}

.Outcome_02 .box .boxRight>p {
  border-radius: 0.3rem;
  overflow: hidden;
}

.Outcome_02 .box .boxRight>p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.Outcome_02 .box .boxRight>p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.Outcome_03 .box {
  min-height: 3rem;
  position: relative;
  overflow: hidden;
}

.Outcome_03 .box .img {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  text-align: right;
}

.Outcome_03 .box .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img21.png) no-repeat 50% 50% / cover;
}

.Outcome_03 .box .img .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: auto;
  right: 0;
  width: 6rem;
}

.Outcome_03 .box .img img {
  width: 8.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Outcome_03 .box .orientation {
  width: 6.8rem;
  left: 0.98rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  position: absolute;
}

.Outcome_03 .box .orientation .h6 {
  font-size: var(--f32);
  margin-bottom: 0.24rem;
}

.Outcome_03 .box .orientation .item p {
  font-size: var(--f18);
  line-height: 1.8;
  margin-bottom: 0.3rem;
  padding-left: 30px;
  position: relative;
}

.Outcome_03 .box .orientation .item p:last-child {
  margin-bottom: 0;
}

.Outcome_03 .box .orientation .item p::before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #005EB8;
  left: 0;
  top: 0.07rem;
  position: absolute;
  border-radius: 50%;
}

.title_02 .h6 {
  width: 100%;
  max-width: 100%;
}

.Outcome_04 .box .swiper-slide {
  background: #f7f7f7;
  border-radius: 0.3rem;
  height: auto;
}

.Outcome_04 .box .item {
  position: relative;
  height: 100%;
}

.Outcome_04 .box .item figure {
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Outcome_04 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Outcome_04 .box .item figure:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.Outcome_04 .box .item figcaption {
  padding: 0.3rem 0.4rem 0.5rem;
}

.Outcome_04 .box .item figcaption .one {
  position: relative;
}

.Outcome_04 .box .item figcaption .one .content1 {
  font-size: var(--f34);
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}

.Outcome_04 .box .item figcaption .one .content2 {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.1rem;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}

.Outcome_04 .box .item figcaption .one .content3 {
  margin-top: 0.3rem;
  padding-right: 0.8rem;
}

.Outcome_04 .box .item figcaption .one .content3 p {
  font-size: var(--f18);
  color: #333;
  position: relative;
  padding-left: 0.3rem;
  height: 1.8em;
  max-height: 1.8em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}

.Outcome_04 .box .item figcaption .one .content3 p::before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #005EB8;
  left: 0;
  top: 0.08rem;
  position: absolute;
  border-radius: 50%;
}

.Outcome_04 .box .item figcaption .one .content4 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.Outcome_04 .box .item figcaption:hover .two {
  opacity: 1;
  z-index: 5;
}

.Outcome_04 .box .item .two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #005EB8 url(../images/img25.png) no-repeat 50% bottom;
  background-size: 100% auto;
  border-radius: 0.3rem;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Outcome_04 .box .item .two .scroll {
  color: #fff;
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.Outcome_04 .box .item .two .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.Outcome_04 .box .item .two .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.Outcome_04 .box .item .two .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}

@-moz-document url-prefix() {
  .Outcome_04 .box .item .two .scroll {
    scrollbar-color: #005EB8 rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
  }
}

.Outcome_04 .box .item .two .scroll .content1 {
  font-size: var(--f34);
  line-height: 1.2;
}

.Outcome_04 .box .item .two .scroll .content2 {
  font-size: var(--f20);
  margin-top: 0.1rem;
}

.Outcome_04 .box .item .two .scroll .content3 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  line-height: 1.8;
  opacity: 0.7;
}

.page_01_ .page div span {
  margin-top: 0.6rem !important;
}

.Outcome_05 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.Outcome_05.act {
  background: #f7f7f7;
}

.Outcome_05.act1 {
  background: #f4f5fa;
}

.Outcome_05>div {
  background: url(../images/img26.png) no-repeat right bottom;
  background-size: 100% 5.42rem;
}

.Outcome_06 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}

.Outcome_06 .box .boxLeft .title_01 {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}

.Outcome_06 .box .boxRight {
  width: 7.5rem;
}

.Outcome_06 .box .boxRight .content1 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}

.Outcome_06 .box .boxRight .content2 {
  margin-top: 0.56rem;
}

.Outcome_06 .box1 {
  margin-top: 0.9rem;
  position: relative;
}

.Outcome_06 .box1 .img {
  overflow: hidden;
  border-radius: 0.3rem;
}

.Outcome_06 .box1 .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Outcome_07 {
  margin-top: var(--mt);
  --w: 8.1rem;
}

.Outcome_07 .box {
  display: grid;
  gap: 0.8rem;
}

.Outcome_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;
}

.Outcome_07 .box .item .boxLeft {
  width: calc(100% - var(--w) - 1rem);
  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;
}

.Outcome_07 .box .item .boxLeft>div {
  width: 100%;
}

.Outcome_07 .box .item .boxLeft .content1 {
  font-size: var(--f34);
  color: #333;
}

.Outcome_07 .box .item .boxLeft .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.2rem;
  max-height: -webkit-calc(19.8em);
  max-height: calc(1.8em * 11);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.Outcome_07 .box .item .boxLeft .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.Outcome_07 .box .item .boxLeft .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005EB8;
}

.Outcome_07 .box .item .boxLeft .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

@-moz-document url-prefix() {
  .Outcome_07 .box .item .boxLeft .content2 {
    scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}

.Outcome_07 .box .item .boxLeft .content3 {
  margin-top: 0.7rem;
}

.Outcome_07 .box .item .boxRight {
  width: var(--w);
}

.Outcome_07 .box .item .boxRight>div {
  width: 100%;
  position: relative;
}

.Outcome_07 .box .item .boxRight p {
  border-radius: 0.3rem;
  overflow: hidden;
}

.Outcome_07 .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Outcome_07 .box .item .boxRight:hover p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.Quality_01 {
  --w1: 8.8rem;
  --h: 5.4rem;
  --w2: calc((100svw - var(--w1) - var(--interval) * 2 - 30px) / 3);
}

@media screen and (min-width: 1200px) {
  .Quality_01 .box .swiper-wrapper .swiper-slide {
    width: var(--w2);
    margin-right: 10px;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
}

.Quality_01 .box .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item {
  position: relative;
  overflow: hidden;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .img {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: var(--h);
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.81%, rgba(26, 44, 121, 0)), to(rgba(26, 44, 121, 0.32)));
  background: -o-linear-gradient(top, rgba(26, 44, 121, 0) 44.81%, rgba(26, 44, 121, 0.32) 100%);
  background: linear-gradient(180deg, rgba(26, 44, 121, 0) 44.81%, rgba(26, 44, 121, 0.32) 100%);
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  width: var(--w1);
  border-radius: 0.3rem;
  overflow: hidden;
  background: url(../images/img34.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 0.6rem;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m {
  width: 100%;
  padding: 0.4rem 0;
  width: 5.6rem;
  color: #fff;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m .content1 {
  font-size: var(--f32);
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m .content2 {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.22rem;
  max-height: -webkit-calc(7.2em);
  max-height: calc(1.8em * 4);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}

@-moz-document url-prefix() {
  .Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m .content2 {
    scrollbar-color: #005EB8 rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
  }
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .play_01 {
  top: 44%;
}

.Quality_01 .box .swiper-wrapper .swiper-slide .item .text {
  font-size: var(--f32);
  bottom: 0.45rem;
  width: 100%;
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 0;
  color: #fff;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.Quality_01 .box .swiper-wrapper .active {
  width: var(--w1);
}

.Quality_01 .box .swiper-wrapper .active .item .orientation {
  opacity: 1;
}

.Quality_01 .box .swiper-wrapper .active .item .text {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation {
    opacity: 1;
  }

  .Quality_01 .box .swiper-wrapper .swiper-slide .item .text {
    opacity: 0;
  }
}

.Quality_01 .page_01 .page div span {
  margin-top: 0.6rem;
}

.Quality_02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.Quality_02.act {
  background: #f7f7f7;
}

.Quality_02.act1 {
  background: #f4f5fa;
}

.Quality_02 .box p {
  font-size: var(--f18);
  line-height: 1.8;
  padding-left: 30px;
  position: relative;
}

.Quality_02 .box p:last-child {
  margin-bottom: 0;
}

.Quality_02 .box p::before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #005EB8;
  left: 0;
  top: 0.07rem;
  position: absolute;
  border-radius: 50%;
}

.Quality_02 .banner {
  margin-top: 0.8rem;
}

.Quality_02 .banner .swiper-slide {
  width: 8.4rem;
  opacity: 0.2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.Quality_02 .banner .swiper-slide .img {
  border-radius: 0.3rem;
  overflow: hidden;
}

.Quality_02 .banner .swiper-slide .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Quality_02 .banner .swiper-slide:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.Quality_02 .banner .swiper-slide .play_01 {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Quality_02 .banner .swiper-slide-active {
  opacity: 1;
}

.Quality_02 .banner .swiper-slide-active .play_01 {
  opacity: 1;
}

.Quality_02 .page_01 .page div span {
  margin-top: 0.6rem;
}

.Product_01 .box .boxLeft {
  width: 3.5rem;
}

.Product_01 .box .boxLeft>div {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}

.Product_01 .box .boxLeft .h5 {
  font-size: var(--f60);
  color: #005EB8;
  line-height: 1;
}

.Product_01 .box .boxLeft .list {
  margin-top: 0.38rem;
}

.Product_01 .box .boxLeft .list .item {
  margin-bottom: 10px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 0 0.3rem;
}

.Product_01 .box .boxLeft .list .top {
  font-size: var(--f28);
  color: #333;
  line-height: 0.7rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.Product_01 .box .boxLeft .list a.top {
  font-size: var(--f20);
}

.Product_01 .box .boxLeft .active a.top {
  color: #005EB8;
}

.Product_01 .box .boxLeft .list .top:hover {
  color: #005EB8;
}

.Product_01 .box .boxLeft .list .top span {
  color: #d6d6d6;
  font-size: var(--f16);
  display: inline-block;
}

.Product_01 .box .boxLeft .list .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding-left: 0.12rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_01 .box .boxLeft .list .bot ul {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_01 .box .boxLeft .list .bot ul li {
  padding: 0.08rem 0;
}

.Product_01 .box .boxLeft .list .bot ul li a {
  font-size: var(--f20);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_01 .box .boxLeft .list .bot ul li a:hover {
  color: #005EB8;
}

.Product_01 .box .boxLeft .list .bot ul .active a {
  color: #005EB8;
}

.Product_01 .box .boxLeft .list .active .top span {
  color: #005EB8;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.Product_01 .box .boxLeft .list .active .bot {
  grid-template-rows: 1fr;
}

.Product_01 .box .boxLeft .list .active .bot ul {
  padding: 5px 0 0.3rem;
}

.Product_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.94rem;
}

.Product_01 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem;
}

.Product_01 .box .boxRight .list .item {
  border: 1px solid #CECECE;
  border-radius: 0.3rem;
  padding: 0.75rem 0;
  position: relative;
  overflow: hidden;
}

.Product_01 .box .boxRight .list .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/img39.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  opacity: 0;
  top: 10%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_01 .box .boxRight .list .item figure {
  position: relative;
  z-index: 4;
}

.Product_01 .box .boxRight .list .item figure .img {
  width: 3.06rem;
  height: 3.06rem;
  margin: auto;
  border-radius: 0.2rem;
}

.Product_01 .box .boxRight .list .item figure .img img {
  max-height: 100%;
}

.Product_01 .box .boxRight .list .item figcaption {
  margin-top: 0.5rem;
  text-align: center;
  -webkit-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_01 .box .boxRight .list .item figcaption .content1 {
  /*font-size: var(--f32);*/
  font-size: var(--f28);
  color: #333;
}

.Product_01 .box .boxRight .list .item figcaption .content2 {
  margin-top: 0.18rem;
  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;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_01 .box .boxRight .list .item figcaption .content2 p {
  font-size: var(--f18);
  color: #005EB8;
}

.Product_01 .box .boxRight .list .item figcaption .content2 .link_03 {
  margin-left: 0.15rem;
}

.Product_01 .box .boxRight .list .item figcaption .content2 .link_03 .a {
  background: #005EB8;
}

.Product_01 .box .boxRight .list .item:hover::before {
  opacity: 1;
  top: 0;
}

.Product_01 .box .boxRight .list .item:hover figure .img {
  background: #fff;
}

.Product_01 .box .boxRight .list .item:hover figcaption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.Product_01 .box .boxRight .list .item:hover figcaption .content2 {
  opacity: 1;
}

.pu_page {
  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;
  margin-top: 0.64rem;
  --w: 48px;
}

.pu_page .prev a,
.pu_page .next a {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #005EB8;
  color: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.pu_page .prev a i,
.pu_page .next a i {
  margin: auto;
  font-size: var(--f14);
}

.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #005EB8;
  color: #fff;
}

.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.7rem;
}

.pu_page .number a,
.pu_page .number span {
  margin: 0 0.18rem;
  color: #666;
  font-size: var(--f18);
  line-height: var(--w);
  font-family: 'MSB';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pu_page .number a {
  cursor: pointer;
  position: relative;
}

.pu_page .number a::before {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0%;
  height: 3px;
  background: #F4C926;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pu_page .number a:hover {
  color: #005EB8;
}

.pu_page .number .active {
  color: #005EB8;
}

.pu_page .number .active::before {
  width: 100%;
}

.mbx {
  padding-top: 0.34rem;
}

.mbx .box {
  font-size: var(--f16);
}

.mbx .box i {
  font-size: var(--f14);
  color: #999;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mbx .box i:nth-last-child(2) {
  color: #005EB8;
}

.mbx .box a {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}

.mbx .box a:hover {
  color: #005EB8;
}

.mbx .box span {
  color: #333;
}

.product_bg {
  background: url(../images/img41.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: var(--new_height);
}

.Product_02 {
  padding: 0.8rem 0rem;
  position: relative;
}

.Product_02::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.Product_02::before.act {
  background: #f7f7f7;
}

.Product_02::before.act1 {
  background: #f4f5fa;
}

.Product_02 .box .boxLeft {
  width: 6.96rem;
  padding-left: 0.8rem;
}

.Product_02 .box .boxLeft>div {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}

.Product_02 .box .boxLeft .swiper {
  width: 100%;
}

.Product_02 .box .boxLeft .swiper .swiper-slide .img {
  height: 6.16rem;
  display: flex;
}

.Product_02 .box .boxLeft .swiper .swiper-slide .img img {
  max-height: 100%;
  margin: auto;
}

.Product_02 .box .boxLeft .page_01 {
  margin-top: 0.4rem;
}

.Product_02 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.6rem;
}

.Product_02 .box .boxRight .content1 {
  font-size: var(--f48);
  line-height: 1.2;
}

.Product_02 .box .boxRight .content2 {
  margin-top: 0.2rem;
}

.Product_02 .box .boxRight .content2 .scroll p {
  line-height: 1.8;
  font-size: var(--f18);
  color: #666;
  margin-bottom: 0.14rem;
}

.Product_02 .box .boxRight .content2 .scroll p span {
  color: #333;
  font-weight: bold;
}

.Product_02 .box .boxRight .content3 {
  margin-top: 0.64rem;
}

.Product_03 .box .item {
  border: 1px solid #CECECE;
  border-radius: 0.3rem;
  padding: 0.75rem 0;
  position: relative;
  overflow: hidden;
}

.Product_03 .box .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/img39.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  opacity: 0;
  top: 10%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_03 .box .item figure {
  position: relative;
  z-index: 4;
}

.Product_03 .box .item figure .img {
  width: 3.06rem;
  height: 3.06rem;
  margin: auto;
  border-radius: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_03 .box .item figure .img img {
  max-height: 100%;
}

.Product_03 .box .item figcaption {
  margin-top: 0.5rem;
  text-align: center;
  -webkit-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_03 .box .item figcaption .content1 {
  font-size: var(--f32);
  color: #333;
}

.Product_03 .box .item figcaption .content2 {
  margin-top: 0.18rem;
  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;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Product_03 .box .item figcaption .content2 p {
  font-size: var(--f18);
  color: #005EB8;
}

.Product_03 .box .item figcaption .content2 .link_03 {
  margin-left: 0.15rem;
}

.Product_03 .box .item figcaption .content2 .link_03 .a {
  background: #005EB8;
}

.Product_03 .box .item:hover::before {
  opacity: 1;
  top: 0;
}

.Product_03 .box .item:hover figure .img {
  background: #fff;
}

.Product_03 .box .item:hover figcaption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.Product_03 .box .item:hover figcaption .content2 {
  opacity: 1;
}

.Product_03 .box1 {
  margin-top: 0.6rem;
}

.Product_03 .page_01 .page div span {
  margin-top: 0.6rem;
}

.Marketing_01 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.Marketing_01 .box .list .item {
  padding: 0.25rem;
  background: #f7f7f7;
  border-radius: 0.12rem;
}

.Marketing_01 .box .list .item figure .content1 p {
  width: 0.8rem;
  height: 0.8rem;
  background: #005EB8;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Marketing_01 .box .list .item figure .content1 p img {
  margin: auto;
  max-width: 0.34rem;
}

.Marketing_01 .box .list .item figure .content2 {
  font-size: var(--f34);
  color: #333;
  margin-top: 0.24rem;
  line-height: 1.2;
  height: 1.2em;
}

.Marketing_01 .box .list .item figcaption {
  margin-top: 0.38rem;
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
}

.Marketing_01 .box .list .item figcaption img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Marketing_01 .box .list .item figcaption:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.Marketing_02 {
  background: #f7f7f7;
}

.Marketing_02 .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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Marketing_02 .box .boxLeft>div {
  width: 100%;
}

.Marketing_02 .box .boxLeft>div ul li {
  margin-top: 0.5rem;
}

.Marketing_02 .box .boxLeft>div ul li .top {
  font-size: var(--f48);
  font-weight: bold;
}

.Marketing_02 .box .boxLeft>div ul li .top p {
  background: #000 -webkit-gradient(linear, left top, right top, from(#005EB8), to(#005EB8)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #005EB8, #005EB8) no-repeat 0 0;
  background: #000 linear-gradient(to right, #005EB8, #005EB8) no-repeat 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  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;
}

.Marketing_02 .box .boxLeft>div ul li .top span {
  font-size: var(--f58);
  font-family: 'MB';
}

.Marketing_02 .box .boxLeft>div ul li .bot {
  font-size: var(--f24);
  color: #333;
  line-height: 1;
}

.Marketing_02 .box .boxRight {
  width: 11rem;
  position: relative;
}

.Marketing_02 .box .boxRight .img img {
  width: 100%;
}

.Marketing_02 .box .boxRight .list .item {
  position: absolute;
  left: 0%;
  top: 0%;
}

.Marketing_02 .box .boxRight .list .item .text {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 14px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.Marketing_02 .box .boxRight .list .item .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #005EB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.Marketing_02 .box .boxRight .list .item .circle span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #005EB8;
  margin: auto;
}

.Marketing_02 .box .boxRight .list .item .circle::before,
.Marketing_02 .box .boxRight .list .item .circle::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
  border: 1px solid rgba(52, 183, 175, 0.8);
  border-radius: 100%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-animation: sonarAnimation 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  animation: sonarAnimation 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

.Marketing_02 .box .boxRight .list .item .circle::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Marketing_02 .box .boxRight .list .item_ {
  position: absolute;
  left: 0%;
  top: 0%;
}

.Marketing_02 .box .boxRight .list .item_ .circle {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.Marketing_02 .box .boxRight .list .item_ .circle span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #005EB8;
  margin: auto;
}

.Marketing_02 .box .boxRight .list .item_ .circle::before,
.Marketing_02 .box .boxRight .list .item_ .circle::after {
  background: #005EB8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-animation: sonarAnimation1 2s 1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  animation: sonarAnimation1 2s 1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

.Marketing_02 .box .boxRight .list .item_ .circle::after {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Marketing_02 .box .boxRight .list .item_ .text {
  font-size: 14px;
  color: #005EB8;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.Marketing_02 .box .boxRight .list .item1 {
  left: 19%;
  top: 30.5%;
}

.Marketing_02 .box .boxRight .list .item2 {
  left: 32.5%;
  top: 34.8%;
}

.Marketing_02 .box .boxRight .list .item3 {
  left: 32%;
  top: 48.4%;
}

.Marketing_02 .box .boxRight .list .item4 {
  left: 51%;
  top: 35.5%;
}

.Marketing_02 .box .boxRight .list .item5 {
  left: 78%;
  top: 16%;
}

.Marketing_02 .box .boxRight .list .item6 {
  left: 76%;
  top: 25%;
}

.Marketing_02 .box .boxRight .list .item7 {
  left: 71.5%;
  top: 31.3%;
}

.Marketing_02 .box .boxRight .list .item8 {
  left: 62.3%;
  top: 37%;
}

.Marketing_02 .box .boxRight .list .item8 .text {
  top: -20px;
}

.Marketing_02 .box .boxRight .list .item9 {
  left: 64%;
  top: 39%;
}

.Marketing_02 .box .boxRight .list .item10 {
  left: 56.7%;
  top: 44%;
}

.Marketing_02 .box .boxRight .list .item11 {
  left: 47%;
  top: 45%;
}

.Marketing_02 .box .boxRight .list .item12 {
  left: 51%;
  top: 54%;
}

.Marketing_02 .box .boxRight .list .item13 {
  left: 41.2%;
  top: 62.5%;
}

.Marketing_02 .box .boxRight .list .item14 {
  left: 49.2%;
  top: 65.3%;
}

.Marketing_02 .box .boxRight .list .item15 {
  left: 57%;
  top: 62%;
}

.Marketing_02 .box .boxRight .list .item16 {
  left: 65%;
  top: 60%;
}

.Marketing_02 .box .boxRight .list .item17 {
  left: 38%;
  top: 79%;
}

.Marketing_02 .box .boxRight .list .item18 {
  left: 48%;
  top: 73%;
}

.Marketing_02 .box .boxRight .list .item19 {
  left: 56%;
  top: 71%;
}

.Marketing_02 .box .boxRight .list .item20 {
  left: 63%;
  top: 71%;
}

.Marketing_02 .box .boxRight .list .item21 {
  left: 67%;
  top: 75%;
}

.Marketing_02 .box .boxRight .list .item22 {
  left: 51%;
  top: 83%;
}

.Marketing_02 .box .boxRight .list .item23 {
  left: 60%;
  top: 82%;
}

.Marketing_02 .box .boxRight .list .item24 {
  left: 53%;
  top: 95%;
}

.Marketing_02 .box .boxRight .list .item25 {
  left: 61%;
  top: 43%;
}

.Marketing_02 .box .boxRight .list .item26 {
  left: 59%;
  top: 54%;
}

.Marketing_02 .box .boxRight .list .item27 {
  left: 65%;
  top: 48%;
}

.Marketing_02 .box .boxRight .list .item28 {
  left: 69%;
  top: 58%;
}

.Marketing_02 .box .boxRight .list .item29 {
  left: 70%;
  top: 67%;
}

@-webkit-keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes sonarAnimation1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}

@keyframes sonarAnimation1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}

.Marketing_03 {
  background: url(../images/img48.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.Marketing_03 .box .item {
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.1rem;
  background: #005EB8;
  color: #fff;
  border-radius: 6px;
}

.Marketing_03 .box .list1 .item {
  width: 3.8rem;
  font-size: var(--f22);
}

.Marketing_03 .box .list2 {
  margin: 10px 0 20px;
}

.Marketing_03 .box .list2 img {
  width: 13.85rem;
}

.Marketing_03 .box .list3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.3rem;
}

.Marketing_03 .box .list3 .item {
  height: 0.7rem;
  font-size: var(--f18);
}

.Marketing_03 .box1 {
  margin-top: 0.7rem;
}

.Marketing_03 .box1 .scroll ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.Marketing_03 .box1 .scroll ul li {
  padding: 0.3rem;
  padding-bottom: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Marketing_03 .box1 .scroll ul li .content1 p {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Marketing_03 .box1 .scroll ul li .content1 p img {
  margin: auto;
  max-width: 0.32rem;
}

.Marketing_03 .box1 .scroll ul li .content2 {
  font-size: var(--f22);
  color: #fff;
  margin-top: 0.6rem;
}

.Marketing_03 .box1 .scroll ul li .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #fff;
  opacity: 0.8;
  margin-top: 0.2rem;
  height: 3.6em;
}

.Marketing_03 .box1 .scroll ul li:hover {
  background: rgba(52, 183, 175, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-color: transparent;
}

.Marketing_03 .box1 .scroll ul li:nth-child(1) .content1 p {
  background: #005EB8;
}

.Marketing_03 .box1 .scroll ul li:nth-child(2) .content1 p {
  background: #F4C926;
}

.Marketing_03 .box1 .scroll ul li:nth-child(3) .content1 p {
  background: #DE7295;
}

.Marketing_04 .box {
  margin-top: 0.8rem;
}

.Marketing_04 .box .scroll ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}

.Marketing_04 .box .scroll ul li {
  padding: 0.4rem 0.45rem;
  border-radius: 0.3rem;
  border: 1px solid #CECECE;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Marketing_04 .box .scroll ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  bottom: 0;
  background: url(../images/brind3.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Marketing_04 .box .scroll ul li .content1 p {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Marketing_04 .box .scroll ul li .content1 p img {
  margin: auto;
  max-width: 0.32rem;
}

.Marketing_04 .box .scroll ul li .content2 {
  margin-top: 0.52rem;
  font-size: var(--f34);
}

.Marketing_04 .box .scroll ul li:hover {
  border-color: #005EB8;
}

.Marketing_04 .box .scroll ul li:hover::before {
  opacity: 1;
  top: 0;
}

.Marketing_04 .box .scroll ul li:hover .content1 p {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.Investor_01 .box {
  margin-top: 0.75rem;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 0.6rem;
}

.Investor_01 .box .boxLeft {
  font-family: 'MB';
}

.Investor_01 .box .boxLeft .top {
  font-size: var(--f24);
}

.Investor_01 .box .boxLeft .bot {
  font-size: var(--f60);
  line-height: 1;
  margin-top: 0.4rem;
}

.Investor_01 .box .boxLeft .bot sub,
.Investor_01 .box .boxLeft .bot span {
  font-size: var(--f20);
}

.Investor_01 .box .boxRight {
  width: 8.1rem;
}

.Investor_01 .box .boxRight .title {
  font-size: var(--f16);
  color: #333;
}

.Investor_01 .box .boxRight ul {
  margin-top: 0.35rem;
}

.Investor_01 .box .boxRight ul li .top {
  font-size: var(--f18);
  color: #000;
}

.Investor_01 .box .boxRight ul li .bot {
  font-size: var(--f34);
  line-height: 1;
  font-family: 'MB';
  margin-top: 0.2rem;
  position: relative;
}

.Investor_01 .box .boxRight ul li .bot .span1 {
  color: #E60012;
}

.Investor_01 .box .boxRight ul li .bot .span2 {
  color: #1AC843;
}

.Investor_01 .box .boxRight ul li .bot span {
  opacity: 0;
}

.Investor_01 .box .boxRight ul li .bot span:nth-child(2) {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.Investor_02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.Investor_02.act {
  background: #f7f7f7;
}

.Investor_02.act1 {
  background: #f4f5fa;
}

.Investor_02 .toggle {
  height: 0;
}

.Investor_02 .toggle>div {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  position: relative;
}

.Investor_02 .toggle>div .button div {
  position: absolute;
  top: 4%;
  cursor: pointer;
}

.Investor_02 .toggle>div .button div i {
  font-size: var(--f14);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}

.Investor_02 .toggle>div .button div:hover i {
  color: #005EB8;
  opacity: 1;
}

.Investor_02 .toggle>div .button .prev {
  left: -0.2rem;
}

.Investor_02 .toggle>div .button .next {
  right: -0.2rem;
}

.Investor_02 .toggle .swiper {
  width: 7.14rem;
}

.Investor_02 .toggle .swiper .swiper-slide {
  font-family: 'MSB';
  font-size: var(--f20);
  color: #333;
  opacity: 0.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_02 .toggle .swiper .swiper-slide p {
  position: relative;
  padding-bottom: 0.12rem;
  cursor: pointer;
}

.Investor_02 .toggle .swiper .swiper-slide p::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #005EB8;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .Investor_02 .toggle .swiper .swiper-slide:hover {
    opacity: 1;
  }
}

.Investor_02 .toggle .swiper .active {
  opacity: 1;
}

.Investor_02 .toggle .swiper .active p::after {
  opacity: 1;
}

.Investor_02 .box {
  margin-top: 0.8rem;
}

.Investor_02 .box .list {
  border-top: 1px solid #CECECE;
}

.Investor_02 .box .list .item {
  border-bottom: 1px solid #CECECE;
  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;
  padding: 0 1px;
}

.Investor_02 .box .list .item .content1 {
  font-size: var(--f24);
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.06rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  max-width: 60%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_02 .box .list .item .content2 {
  font-size: var(--f20);
  color: #999;
  margin-left: auto;
}

.Investor_02 .box .list .item .content3 {
  font-size: var(--f18);
  color: #005EB8;
  margin-left: 2rem;
}

.Investor_02 .box .list .item .content4 {
  margin-left: 0.15rem;
}

.Investor_02 .box .list .item .content4 p {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #005EB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_02 .box .list .item .content4 p svg {
  margin: auto;
}

.Investor_02 .box .list .item .content4 p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_02 .box .list .item:hover .content1 {
  color: #005EB8;
}

.Investor_02 .box .list .item:hover .content4 p {
  background: #005EB8;
}

.Investor_02 .box .list .item:hover .content4 p svg path {
  fill: #fff;
}

.Investor_02 .button_01 .button div {
  margin-top: 0.8rem;
}

.Investor_03 .box .item {
  background: #f7f7f7;
  padding: 0.7rem 0.4rem 0.5rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.Investor_03 .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0%;
  right: 0;
  bottom: 0;
  background: url(../images/brind4.png) no-repeat center bottom;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.Investor_03 .box .item .content1 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_03 .box .item .content2 {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.2rem;
  height: 2.35rem;
}

.Investor_03 .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;
  font-size: var(--f18);
  color: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_03 .box .item .content3 p {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #005EB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.15rem;
}

.Investor_03 .box .item .content3 p svg {
  margin: auto;
}

.Investor_03 .box .item .content3 p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_03 .box .item:hover {
  background: #005EB8;
}

.Investor_03 .box .item:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.Investor_03 .box .item:hover .content1 path {
  fill: #fff;
}

.Investor_03 .box .item:hover .content2 {
  color: #fff;
}

.Investor_03 .box .item:hover .content3 {
  color: #fff;
}

.Investor_03 .box .item:hover .content3 p {
  background: #fff;
}

.Investor_03 .box .item:hover .content3 p svg path {
  fill: #005EB8;
}

.Investor_03 .button_01 .button div {
  margin-top: 0.8rem;
}

.Investor_04 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.Investor_04.act {
  background: #f7f7f7;
}

.Investor_04.act1 {
  background: #f4f5fa;
}

.Investor_04>div {
  background: url(../images/img41.png) no-repeat 50% 50%;
  background-size: cover;
}

.Investor_04 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0.94rem;
}

.Investor_04 .box .boxLeft ul {
  display: grid;
  gap: 0.35rem;
}

.Investor_04 .box .boxLeft ul li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.5rem;
}

.Investor_04 .box .boxLeft ul li .icon img {
  max-width: 0.27rem;
}

.Investor_04 .box .boxLeft ul li .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Investor_04 .box .boxLeft ul li .content .content1 {
  font-size: var(--f24);
}

.Investor_04 .box .boxLeft ul li .content .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'MB';
}

.Investor_04 .box .boxLeft ul li .content .content1 a:hover {
  color: #005EB8;
}

.Investor_04 .box .boxLeft ul li .content .content2 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.1rem;
}

.Investor_04 .box .boxRight {
  width: 9.98rem;
}

.Investor_04 .box .boxRight .item input,
.Investor_04 .box .boxRight .item textarea {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  font-size: var(--f16);
  padding: 0 0.24rem;
  border: 0;
  height: 0.7rem;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Investor_04 .box .boxRight .item input:focus,
.Investor_04 .box .boxRight .item textarea:focus {
  outline: none;
  border: 1px solid var(--color);
}

.Investor_04 .box .boxRight .item textarea {
  height: 1.36rem;
  padding: 0.15rem 0.24rem;
  resize: none;
}

.Investor_04 .box .boxRight .list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}

.Investor_04 .box .boxRight .list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
  margin: 0.1rem 0;
}

.Investor_04 .box .boxRight .list4 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}

.Investor_04 .box .boxRight .list4 p {
  margin-left: 0.06rem;
}

.Investor_04 .box .boxRight .list4 p a {
  display: inline-block;
}

.Investor_04 .box .boxRight .list4 .layui-form-checked[lay-skin="primary"]>i {
  border-color: #005EB8 !important;
  background: var(--gradient);
}

.Investor_04 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #005EB8;
}

.Investor_04 .box .boxRight .list4 .layui-form-checked[lay-skin=primary] i {
  background: #005EB8;
}

.Investor_04 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.Investor_04 .box .boxRight .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #005EB8;
}

.Investor_04 .box .boxRight .list4 a:hover {
  color: #005EB8;
}

.Investor_04 .box .boxRight .list5 {
  margin-top: 0.3rem;
}

.News_01 .box .banner .swiper-slide {
  width: calc(100vw - var(--interval) * 2);
}

.News_01 .box .banner .swiper-slide .item {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.48rem;
  padding-left: 0.8rem;
  position: relative;
  --bg: #005EB8;
}

.News_01 .box .banner .swiper-slide .item>svg {
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  fill: #EDEEF5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.News_01 .box .banner .swiper-slide .item a {
  position: relative;
  z-index: 1;
}

.News_01 .box .banner .swiper-slide .item a .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.News_01 .box .banner .swiper-slide .item a .boxLeft>div {
  width: 100%;
}

.News_01 .box .banner .swiper-slide .item a .boxLeft .content1 {
  font-family: 'MR';
  color: #005EB8;
}

.News_01 .box .banner .swiper-slide .item a .boxLeft .content2 {
  font-size: var(--f34);
  color: #333;
  margin-top: 0.22rem;
  height: 4.5em;
  max-height: 4.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.News_01 .box .banner .swiper-slide .item a .boxLeft .content3 {
  font-family: 'MR';
  color: #999;
  font-size: var(--f20);
  margin-top: 1.5rem;
}

.News_01 .box .banner .swiper-slide .item a .boxRight {
  width: 7.3rem;
  position: relative;
}

.News_01 .box .banner .swiper-slide .item a .boxRight>p {
  overflow: hidden;
  border-radius: 20px;
}

.News_01 .box .banner .swiper-slide .item a .boxRight>p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.News_01 .box .banner .swiper-slide .item:hover a .boxLeft .content2 {
  color: #005EB8;
}

.News_01 .box .banner .swiper-slide .item:hover a .boxRight>p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.News_01 .box .banner .swiper-slide .item:hover>svg {
  fill: var(--bg);
}

.News_01 .box .link_01 {
  margin-top: 0.8rem;
}

.News_01 .button_01 .button div {
  margin-top: 0.8rem;
}

body.body {
  background: #f7f7f7;
}

.News_02 .toggle ul {
  position: relative;
  z-index: 1;
}

.News_02 .toggle ul li {
  margin-right: 0.68rem;
}

.News_02 .toggle ul li a {
  cursor: pointer;
  font-size: var(--f20);
  color: #333;
  opacity: 0.5;
  padding-bottom: 0.16rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.News_02 .toggle ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.News_02 .toggle ul li a:hover::after {
  width: 100%;
}

.News_02 .toggle ul li.active a {
  opacity: 1;
}

.News_02 .toggle ul li.active a::after {
  opacity: 1;
  width: 100%;
}

.News_02 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}

.News_02 .box .item {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.4rem 0.3rem;
}

.News_02 .box .item .content1 {
  font-size: var(--f20);
  color: #999;
  font-family: 'MR';
}

.News_02 .box .item .content2 {
  font-size: var(--f24);
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.12rem;
}

.News_02 .box .item .content3 {
  margin: 0.4rem 0;
}

.News_02 .box .item .content4 {
  position: relative;
}

.News_02 .box .item .content4 .img {
  border-radius: 0.2rem;
  overflow: hidden;
}

.News_02 .box .item .content4 .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.News_02 .box .item:hover .content2 {
  color: #005EB8;
}

.News_02 .box .item:hover .content3 .link_04 .a {
  background: #005EB8;
}

.News_02 .box .item:hover .content3 .link_04 .a path {
  fill: #fff;
}

.News_02 .box .item:hover .content4 .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.News_03 .box {
  width: 11.1rem;
}

.News_03 .box .content1 {
  font-size: var(--f30);
  line-height: 1.4;
}

.News_03 .box .content2 {
  font-family: 'MR';
  font-size: var(--f20);
  color: #005EB8;
  margin-top: 0.1rem;
}

.News_04 .box {
  margin-top: 0.5rem;
  border-top: 1px solid #cecece;
  padding-top: 0.6rem;
}

.News_04 .box .boxLeft {
  width: 11.1rem;
}

.News_04 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}

.News_04 .box .boxLeft .desc img,
.News_04 .box .boxLeft .desc video {
  max-width: 100%;
}

.News_04 .box .boxLeft .up_down {
  margin-top: 0.8rem;
  border-top: 1px solid #cecece;
  padding-top: 0.5rem;
}

.News_04 .box .boxLeft .up_down .left {
  max-width: 70%;
}

.News_04 .box .boxLeft .up_down .left a {
  margin: 0.16rem 0;
  font-size: var(--f18);
  color: #999;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}

.News_04 .box .boxLeft .up_down .left a span {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.News_04 .box .boxLeft .up_down .left a span:hover {
  color: #005EB8;
}

.News_04 .box .boxLeft .up_down .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.News_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}

.News_04 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}

.News_04 .box .boxRight .sticky .h5 {
  font-size: var(--f24);
  line-height: 1;
}

.News_04 .box .boxRight .sticky .list {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.3rem;
}

.News_04 .box .boxRight .sticky .list .item {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.4rem 0.3rem;
}

.News_04 .box .boxRight .sticky .list .item .content1 {
  font-size: var(--f16);
  color: #999;
  font-family: 'MR';
}

.News_04 .box .boxRight .sticky .list .item .content2 {
  font-size: var(--f20);
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.12rem;
}

.News_04 .box .boxRight .sticky .list .item .content3 {
  margin: 0.36rem 0;
}

.News_04 .box .boxRight .sticky .list .item .content4 {
  position: relative;
}

.News_04 .box .boxRight .sticky .list .item .content4 .img {
  border-radius: 0.2rem;
  overflow: hidden;
}

.News_04 .box .boxRight .sticky .list .item .content4 .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.News_04 .box .boxRight .sticky .list .item:hover .content2 {
  color: #005EB8;
}

.News_04 .box .boxRight .sticky .list .item:hover .content3 .link_04 .a {
  background: #005EB8;
}

.News_04 .box .boxRight .sticky .list .item:hover .content3 .link_04 .a path {
  fill: #fff;
}

.News_04 .box .boxRight .sticky .list .item:hover .content4 .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.Join_01 .box {
  overflow: hidden;
}

.Join_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.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;
}

.Join_01 .box .boxLeft ul {
  border-left: 1px solid #CBCBCB;
}

.Join_01 .box .boxLeft ul li {
  padding: 0.15rem 0 0.3rem 0.6rem;
  margin-bottom: 0.7rem;
  cursor: pointer;
  position: relative;
}

.Join_01 .box .boxLeft ul li::before {
  content: '';
  left: -2px;
  top: 0;
  width: 3px;
  background: #005EB8;
  position: absolute;
  height: 0%;
}

.Join_01 .box .boxLeft ul li:last-child {
  margin-bottom: 0;
}

.Join_01 .box .boxLeft ul li .top {
  font-size: var(--f42);
  color: #333;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_01 .box .boxLeft ul li .bot {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  line-height: 1.8;
}

.Join_01 .box .boxLeft ul li .bot>div {
  min-height: 0;
}

.Join_01 .box .boxLeft ul li .bot .desc {
  font-size: var(--f18);
  color: #666;
}

.Join_01 .box .boxLeft ul li .bot .main {
  display: none;
  margin-top: 0.4rem;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .Join_01 .box .boxLeft ul li .bot .main {
    display: block;
  }
}

.Join_01 .box .boxLeft ul li .bot .main .img {
  border-radius: 0.3rem;
  overflow: hidden;
}

.Join_01 .box .boxLeft ul li .bot .main .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_01 .box .boxLeft ul li:hover .top {
  opacity: 1;
  color: #005EB8;
}

.Join_01 .box .boxLeft ul .active::before {
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_01 .box .boxLeft ul .active .top {
  opacity: 1;
}

.Join_01 .box .boxLeft ul .active .bot {
  grid-template-rows: 1fr;
  margin-top: 0.1rem;
}

.Join_01 .box .boxRight {
  width: 8.4rem;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .Join_01 .box .boxRight {
    display: none;
  }
}

.Join_01 .box .boxRight .main {
  position: absolute;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

.Join_01 .box .boxRight .main.active {
  position: initial;
  opacity: 1;
  z-index: 2;
}

.Join_01 .box .boxRight .img {
  border-radius: 0.3rem;
  overflow: hidden;
}

.Join_01 .box .boxRight .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_01 .box .boxRight .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.Join_02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.23%, #F4F5FA), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5FA 44.23%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5FA 44.23%, #FFFFFF 100%);
}

.Join_02.act {
  background: #f7f7f7;
}

.Join_02.act1 {
  background: #f4f5fa;
}

.Join_02 .toggle {
  height: 0;
}

.Join_02 .toggle ul {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  z-index: 1;
}

.Join_02 .toggle ul li a {
  cursor: pointer;
  font-size: var(--f20);
  color: #333;
  opacity: 0.5;
  margin-left: 0.5rem;
  padding-bottom: 0.16rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_02 .toggle ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #005EB8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_02 .toggle ul li a:hover::after {
  width: 100%;
}

.Join_02 .toggle ul li.active a {
  opacity: 1;
}

.Join_02 .toggle ul li.active a::after {
  opacity: 1;
  width: 100%;
}

.Join_02 .box .list {
  display: grid;
  gap: 0.2rem;
}

.Join_02 .box .item {
  border-radius: 0.2rem;
  background: #fff;
  padding: 0 0.6rem;
}

.Join_02 .box .item .top {
  cursor: pointer;
}

.Join_02 .box .item .top .content1 {
  margin-right: auto;
  height: 0.98rem;
  font-size: var(--f24);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
  max-width: 60%;
}

.Join_02 .box .item .top .content2 {
  width: 1.6rem;
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Join_02 .box .item .top .content2:nth-child(2) {
  width: 3.2rem;
}

.Join_02 .box .item .top .content2 svg {
  margin-right: 0.1rem;
}

.Join_02 .box .item .top .content4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.9rem;
}

.Join_02 .box .item .top .content4 p {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #005EB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_02 .box .item .top .content4 p span {
  margin: auto;
  display: block;
  width: 12px;
  height: 2px;
  background: #005EB8;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_02 .box .item .top .content4 p span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Join_02 .box .item .top:hover .content1 {
  color: #005EB8;
}

.Join_02 .box .item .top:hover .content4 p {
  background: #005EB8;
}

.Join_02 .box .item .top:hover .content4 p span {
  background: #fff;
}

.Join_02 .box .item .bot {
  display: none;
  padding-bottom: 0.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.Join_02 .box .item .bot .content1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  padding-top: 0.2rem;
}

.Join_02 .box .item .bot .content1 .ite {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
}

.Join_02 .box .item .bot .content1 .ite svg {
  margin-right: 0.1rem;
}

.Join_02 .box .item .bot .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin-top: 0.2rem;
}

.Join_02 .box .item .bot .content3 {
  margin-top: 0.6rem;
}

.Join_02 .box .item.active .top .content4 p {
  background: #005EB8;
}

.Join_02 .box .item.active .top .content4 p span {
  background: #fff;
}

.Join_02 .box .item.active .top .content4 p span::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.Search_01 .content1 {
  font-size: var(--f46);
}

.Search_01 .content2 {
  margin-top: 0.36rem;
}

.Search_01 .content2 form {
  width: min(5.9rem, 100%);
  display: block;
  position: relative;
}

.Search_01 .content2 form input {
  height: 0.74rem;
  border-radius: 0.4rem;
  background: #fff;
  width: 100%;
  border: 1px solid transparent;
  padding: 0 0.25rem;
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.Search_01 .content2 form input:focus {
  border: 1px solid #005EB8;
}

.Search_01 .content2 form label {
  position: absolute;
  right: 0.24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.Search_01 .content3 {
  height: 1px;
  background: #CFDADE;
  margin-top: 0.64rem;
  margin-bottom: 0.2rem;
}

.Search_01 .content4 {
  font-size: var(--f20);
  color: #333;
}

.Search_01 .content4 span {
  color: #005EB8;
}

.Search_02 {
  min-height: 50vh;
}

.Search_02 .box .list {
  margin-top: 0;
}



.Home_Product .item:nth-child(2) .link_01 .a:hover .text {
  background: #005EB8;
}

.Home_Product .item:nth-child(2) .link_01 .a:hover .icon {
  background: #005EB8;
}

.link_01 .a:hover .text {
  background: #F4C926;
}

.link_01 .a:hover .icon {
  background: #F4C926;
}

.link_03 .a:hover {
  background: #F4C926;
}


@media screen and (max-width: 1680px) {
  .Home_Technology .box .boxLeft ul li {
    padding-bottom: 0.6rem;
  }

  :root {
    --line: 48px;
  }

  .select_nav2 ._box ._box_l {
    width: 245px;
  }

  .select_nav2 {
    width: 8.1rem;
  }

  .Home_Technology .box .boxRight .list1 .item .icon1 {
    top: 50%;
  }
}

@media screen and (max-width: 1520px) {
  .Header_Container .box .nav .item {
    padding: 0 0.2rem;
  }

  .select_nav {
    width: 160px;
  }

  .Home_Technology .box .boxLeft ul li {
    padding-bottom: 0.92rem;
  }

  .Footer_Container .box1 .left {
    max-width: 5.2rem;
  }

  .Footer_Container .box1 .center_ {
    width: 3.5rem;
  }

  .Footer_Container .box2 span,
  .Footer_Container .box2 a {
    font-size: var(--f16);
  }

  .About_03 .box .boxLeft .scroll {
    max-height: calc(var(--h1) - 0.9rem);
  }

  .About_06 .box .boxLeft .banner .swiper .swiper-slide p {
    font-size: var(--f20);
  }

  .Outcome_01 .box .orientation .item p::before,
  .Outcome_03 .box .orientation .item p::before,
  .Quality_02 .box p::before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .Outcome_01 .box .orientation .item p,
  .Outcome_03 .box .orientation .item p,
  .Quality_02 .box p {
    padding-left: 22px;
  }

  .Outcome_07 .box .item .boxLeft .content3 {
    margin-top: 0.4rem;
  }

  .Outcome_07 .box .item .boxLeft .content2 {
    max-height: -webkit-calc(21.6em);
    max-height: calc(1.8em * 12);
  }

  .select_nav2 {
    width: 8.4rem;
  }

  .Home_Technology .box .boxRight .list1 .item .icon1 {
    top: 38%;
  }

  .About_03 .box {
    --h1: 6.5rem;
  }

  .Outcome_03 .box .orientation {
    width: 7.4rem;
  }





}

@media screen and (max-width: 1400px) {
  .select_nav2 {
    width: 8.6rem;
  }

  .link_02 .a,
  .link_04 .a {
    height: 40px;
    line-height: 40px;
  }

  .Header_Container .box .search a {
    width: 40px;
    height: 40px;
  }

  :root {
    --line: 40px;
  }

  .Header_Container .box .logo a img {
    height: 50px;
  }

  .link_01 .a .icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .Home_Technology .box .boxLeft ul li {
    padding-bottom: 0.7rem;
  }

  .Home_Technology .box .boxLeft ul li .top {
    font-size: var(--f36);
  }

  .Home_Product .box .item .orientation>div .content1 p {
    font-size: var(--f44);
  }

  .About_02 .box .boxRight .scroll ul li .content1 p img {
    max-width: 0.34rem;
  }

  .About_03 .box .boxLeft .scroll .item {
    margin-bottom: 0.4rem;
  }

  .Outcome_01 .box .orientation .item p::before,
  .Outcome_03 .box .orientation .item p::before,
  .Quality_02 .box p::before {
    top: 0.08rem;
  }

  .Outcome_04 .box .item .two .scroll {
    max-height: 97%;
  }

  .title_01 .h5 {
    font-size: 0.52rem;
  }

  .title_01 .h6 {
    font-size: var(--f40);
  }

  .Home_Product .box .item .orientation>div .content1 p {
    font-size: var(--f38);
  }

  .Home_Product .box .item .orientation>div .content2 {
    font-size: var(--f36);
  }

  .Home_Technology .box .boxRight .list1 .item .icon1 {
    top: 44%;
  }

  .Outcome_03 .box .orientation {
    width: 8rem;
  }


}

@media screen and (max-width: 1281px) {
  .Home_Banner .page>div .swiper-pagination-bullet .bullet_outer .bot {
    margin-top: 0.2rem;
  }

  .Header_Container .box .nav .item>p a,
  .Header_Container .box .language a {
    font-size: 15px;
  }

  .Footer_Container .box2 span,
  .Footer_Container .box2 a {
    font-size: 12px;
  }

  .Footer_Container .box1 .center_ .item p a {
    font-size: var(--f20);
  }

  .About_03 .box .boxLeft {
    padding: 0.5rem 1.7rem 0.5rem 1.2rem;
  }

  .About_03 .box .boxLeft .scroll .item .content2 {
    font-size: var(--f18);
  }

  .About_06 .box .boxLeft .banner .swiper .swiper-slide p {
    font-size: 14px;
  }

  .About_07 .toggle ul li {
    font-size: 14px;
  }

  .About_07 .toggle ul li {
    margin-right: 0.3rem;
  }

  .Footer_Container .box1 .left {
    max-width: 5.4rem;
  }

  .Outcome_04 .box .item figcaption .one .content3 p {
    font-size: var(--f16);
  }

  .Marketing_03 .box .list3 .item {
    font-size: var(--f16);
  }

  .News_01 .box .banner .swiper-slide .item a .boxLeft {
    padding-right: 1.2rem;
  }

  .News_04 .box .boxRight {
    padding-left: 0.7rem;
  }

  .Join_01 .box .boxLeft {
    padding-right: 1.5rem;
  }

  .select_nav2 {
    width: 9.5rem;
  }

  .select_nav2 ._box ._box_r ._box_r_l {
    width: 2.7rem;
  }

  .select_nav2 ._box ._box_r ._box_r_l ul li {
    padding-right: 0.3rem;
  }

  .Home_Technology .box .boxLeft ul li {
    padding-bottom: 0.45rem;
  }

  .Home_Technology .box .boxRight .list1 .item .icon1,
  .Home_Technology .box .boxRight .list2 .item .icon2 {
    width: 1.6rem;
    height: 1.6rem;
  }

  .About_05 .box .main2 .list li a {
    width: 3.3rem;
  }

  .About_05 .box .main3 ul li a {
    width: 3.3rem;
  }

  .About_05 .box .main4 ul li a {
    width: 3.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }

  .Home_Banner .banner .video .phone .play {
    bottom: 12vw;
  }

  .MobileMain .HeaderMobile .box .button .Language a .lang-arrow svg {
    fill: #005EB8;
  }

  .Home_Product .box .item .img img {
    height: 5.8rem;
  }

  .Footer_Container .box1 .center_ {
    display: none;
  }

  .Footer_Container .box2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .Footer_Container .box .img img {
    height: 0.56rem;
  }

  .Home_Technology .box .boxLeftPhone {
    position: relative;
    z-index: 2;
  }

  .Home_Technology .box .boxRight {
    position: initial;
    height: auto;
    margin-top: -1rem;
  }

  .Home_Technology .box .boxLeft {
    width: 100%;
  }

  .Home_Technology .box .boxLeft ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.15rem 0;
    padding-left: 0.4rem;
  }

  .Home_Technology .box .boxLeft ul li {
    padding-bottom: 0;
    margin-right: 0.8rem;
    font-size: var(--f30);
  }

  .Home_Technology .box .boxLeft ul li .bot {
    display: none;
  }

  .Home_Technology .box .boxLeft ul::after {
    width: 4px;
    height: 100%;
  }

  .Home_Technology {
    height: auto;
  }

  .Home_Technology .box .boxRight .list {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }

  .Home_Technology .box .boxRight .list.active {
    position: initial;
  }

  .Home_Product {
    background-size: cover;
  }

  .title_01 .h6 {
    font-size: var(--f28);
  }

  .Home_Product .box .item .orientation {
    right: 0.5rem;
  }

  .Home_Technology .box .boxRight .list1 .item .icon1 {
    top: 26%;
    left: 20%;
  }

  .Home_Technology .box .boxRight .list1 .item .icon2 {
    top: 45%;
    right: 0;
  }

  .Home_Technology .box .boxRight .list1 .item .icon3 {
    top: 74%;
    right: 24%;
  }

  .Home_Technology .box .play_01 {
    top: 90%;
    left: 10vw;
  }

  .Home_Technology .box .boxRight .list2 .item .icon1 {
    top: 42%;
    left: 5%;
  }

  .Home_Technology .box .boxRight .list2 .item .icon2 {
    right: 0;
    top: 40%;
  }

  .Home_Technology .box .boxRight .list2 .item .icon3 {
    right: 32%;
  }

  .Home_Technology .box .boxRight .list3 .item .icon1 {
    left: 20%;
    top: 40%;
  }

  .Home_News .box .banner .swiper {
    padding: 0 5vw;
  }

  .Home_News .box .banner .swiper-slide .item a .boxLeft .content3,
  .News_01 .box .banner .swiper-slide .item a .boxLeft .content3 {
    margin-top: 0;
  }

  .Home_News .box .banner .swiper-slide .item,
  .News_01 .box .banner .swiper-slide .item {
    padding: 0.4rem;
  }

  .Home_News .box .banner .swiper-slide .item>svg,
  .News_01 .box .banner .swiper-slide .item>svg {
    display: none;
  }

  .MobileMain .HeaderMobile .box .logo a img {
    height: 42px;
  }

  .Footer_Container .box2 div {
    display: inline-block;
    text-align: left;
  }

  .Footer_Container .box2 div:last-child {
    display: none;
  }

  .Footer_Container .box2 div text {
    display: inline-block;
  }

  .Footer_Container .box2 {
    margin-top: 0.7rem;
  }

  .MobileMain .HeaderMobile .box .logo .code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.2rem;
    padding-left: 0.2rem;
    border-left: 1px solid #eee;
  }

  .MobileMain .HeaderMobile .box .logo .code p {
    font-size: var(--f16);
    color: #005EB8;
  }

  .Home_Product .box .item {
    top: 80px;
  }

  .title_01 .h6 br {
    display: none;
  }

  .About_02 .box .boxRight .scroll ul li .content2 {
    margin-top: 0.6rem;
  }

  .About_03 .box .boxRight .banner {
    padding: 0.3rem 0.8rem;
  }

  .About_03 .box .boxRight .banner .swiper {
    height: auto;
  }

  .About_03 .box .boxRight .banner .swiper .swiper-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .About_03 .box .boxRight .banner .swiper .swiper-slide p {
    font-size: var(--f32);
  }

  .About_03 .box .boxRight .banner .prev {
    top: 50%;
    left: 0.2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .About_03 .box .boxRight .banner .prev svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .About_03 .box .boxRight .banner .next {
    top: 50%;
    left: auto;
    bottom: auto;
    right: 0.2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .About_03 .box .boxRight .banner .next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .About_05 .box .gd {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
    padding-right: 2px;
  }

  .About_05 .box .gd::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .About_05 .box .gd::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #005EB8;
  }

  .About_05 .box .gd::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }

  @-moz-document url-prefix() {
    .About_05 .box .gd {
      scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }

  .About_05 .box .gd .scroll {
    width: 169%;
  }

  .InnerNav {
    top: 58px;
    position: inherit;
  }

  .About_07 .toggle ul li {
    font-size: 16px;
  }

  .Home_Product .box .item .play,
  .Outcome_01 .box .img .play,
  .Outcome_03 .box .img .play {
    width: 3.6rem;
  }

  .Outcome_01 .box .orientation,
  .Outcome_03 .box .orientation {
    width: 5rem;
    right: 3vw;
  }

  .Outcome_01 .box .orientation .scroll,
  .Outcome_03 .box .orientation .scroll {
    height: 6rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.2rem;
  }

  .Outcome_01 .box .orientation .scroll::-webkit-scrollbar,
  .Outcome_03 .box .orientation .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .Outcome_01 .box .orientation .scroll::-webkit-scrollbar-thumb,
  .Outcome_03 .box .orientation .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #005EB8;
  }

  .Outcome_01 .box .orientation .scroll::-webkit-scrollbar-track,
  .Outcome_03 .box .orientation .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }

  @-moz-document url-prefix() {

    .Outcome_01 .box .orientation .scroll,
    .Outcome_03 .box .orientation .scroll {
      scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }

  .Outcome_03 .box .orientation {
    right: auto;
    left: 3vw;
  }

  .Outcome_02 .box .boxLeft .orientation {
    position: initial;
    margin-top: 0.4rem;
  }

  .title_01 .h5,
  .Product_01 .box .boxLeft .h5 {
    font-size: 0.46rem;
  }

  .Outcome_07 .box .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-flow: column-reverse !important;
    -ms-flex-flow: column-reverse !important;
    flex-flow: column-reverse !important;
  }

  .Outcome_07 .box {
    gap: 1rem;
  }

  .Product_02 .box .boxLeft .swiper .swiper-slide .img {
    text-align: center;
  }

  .Marketing_01 .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
    padding-right: 2px;
  }

  .Marketing_01 .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .Marketing_01 .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #005EB8;
  }

  .Marketing_01 .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }

  @-moz-document url-prefix() {
    .Marketing_01 .box .scroll {
      scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }

  .Marketing_01 .box .scroll .list {
    width: 150%;
  }

  .Marketing_04 .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
    padding-right: 2px;
  }

  .Marketing_04 .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .Marketing_04 .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #005EB8;
  }

  .Marketing_04 .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }

  @-moz-document url-prefix() {
    .Marketing_04 .box .scroll {
      scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }

  .Marketing_04 .box .scroll ul {
    width: 203%;
  }

  .Marketing_03 .box1 .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
    padding-right: 2px;
  }

  .Marketing_03 .box1 .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .Marketing_03 .box1 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }

  .Marketing_03 .box1 .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }

  @-moz-document url-prefix() {
    .Marketing_03 .box1 .scroll {
      scrollbar-color: #005EB8 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }

  .Marketing_03 .box1 .scroll ul {
    width: 150%;
  }

  .Marketing_02 .box .boxLeft ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .Marketing_04 .box .scroll ul li .content1 p {
    width: 0.84rem;
    height: 0.84rem;
  }

  .Marketing_04 .box .scroll ul li .content2 {
    margin-top: 0.8rem;
  }

  .Marketing_03 .box {
    /*display: none;*/
  }

  .Marketing_03 .phone_img {
    margin-top: 0.6rem;
  }

  .Investor_01 .box .boxLeft .bot {
    margin-top: 0.2rem;
  }

  .Investor_02 .box .list .item .content3 {
    margin-left: 0.6rem;
  }

  .Investor_02 .toggle {
    height: auto;
    margin-top: 0.5rem;
  }

  .Investor_02 .toggle>div {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
  }

  .News_02 .box .list {
    margin-top: 0.6rem;
  }

  .News_03 .box,
  .News_04 .box .boxLeft {
    width: 100%;
  }

  .Join_02 .box .item .top .content4 {
    margin-left: 0;
  }

  .Search_02 .box .list {
    margin-top: 0;
  }

  .Search_01 .content3 {
    margin: 0.5rem 0;
  }

  .product_bg {
    padding-top: 0;
  }

  .Home_News .box .banner .swiper-slide .item a .boxLeft,
  .About_01 .box .boxLeft,
  .About_02 .box .boxLeft,
  .About_03 .box .boxLeft,
  .About_06 .box .boxLeft,
  .About_07 .box .list .item .boxLeft,
  .Outcome_02 .box .boxLeft,
  .Outcome_06 .box .boxLeft,
  .Outcome_07 .box .item .boxLeft,
  .Product_01 .box .boxLeft,
  .Product_02 .box .boxLeft,
  .Marketing_02 .box .boxLeft,
  .Investor_01 .box .boxLeft,
  .News_01 .box .banner .swiper-slide .item a .boxLeft,
  .News_04 .box .boxLeft,
  .Join_01 .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .Home_News .box .banner .swiper-slide .item a .boxRight,
  .About_01 .box .boxRight,
  .About_02 .box .boxRight,
  .About_03 .box .boxRight,
  .About_06 .box .boxRight,
  .About_07 .box .list .item .boxRight,
  .Outcome_02 .box .boxRight,
  .Outcome_06 .box .boxRight,
  .Outcome_07 .box .item .boxRight,
  .Product_01 .box .boxRight,
  .Product_02 .box .boxRight,
  .Marketing_02 .box .boxRight,
  .Investor_01 .box .boxRight,
  .News_01 .box .banner .swiper-slide .item a .boxRight,
  .News_04 .box .boxRight,
  .Join_01 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0.6rem;
  }

  .About_07 .box1 .list1,
  .News_02 .box .list,
  .News_04 .box .boxRight .sticky .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .About_01 .box .boxRight .content1,
  .Home_Product .box .item .orientation>div .content2,
  .Home_Technology .box .boxLeft ul li .top,
  .Home_Banner .banner .swiper-slide .orientation .content2,
  .News_03 .box .content1,
  .Search_01 .content1 {
    font-size: var(--f30);
  }

  .Outcome_04 .box .item figcaption .one .content1,
  .Home_News .box .banner .swiper-slide .item a .boxLeft .content2,
  .Marketing_04 .box .scroll ul li .content2,
  .Marketing_01 .box .list .item figure .content2,
  .News_01 .box .banner .swiper-slide .item a .boxLeft .content2 {
    font-size: var(--f28);
  }

  .News_04 .box .boxRight .sticky .list .item .content2,
  .News_02 .box .item .content2 {
    font-size: var(--f26);
  }

  .About_03 .box .boxLeft {
    padding: 0.5rem;
  }

  .About_03 .box .boxRight,
  .Outcome_07 .box .item .boxRight {
    margin-top: 0;
  }

  .Outcome_07 .box .item .boxLeft {
    margin-top: 0.6rem;
  }

  .Quality_01 {
    --w1: 100%;
  }

  .Product_02 {
    padding-bottom: 0;
  }

  .Investor_02 .toggle .swiper {
    width: 100%;
  }

  .About_02 {
    background-size: cover;
  }

  .News_04 .box .boxLeft .desc img,
  .News_04 .box .boxLeft .desc video {
    width: auto !important;
    height: auto !important;
  }

}

@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 35px;
  }

  .MobileMain .HeaderMobile .box .logo .code p {
    font-size: 12px;
  }

  .Search_box .box form input {
    height: 0.8rem;
    border-radius: 0.4rem;
  }

  .Search_box .box form {
    width: 84%;
  }

  .Search_box .box .close {
    right: -20px;
  }

  .Home_Banner .page>div .swiper-pagination-bullet .bullet_outer .bot {
    display: none;
  }

  .About_01 .box .boxRight .content1,
  .Home_Product .box .item .orientation>div .content2,
  .Home_Technology .box .boxLeft ul li .top,
  .Home_Banner .banner .swiper-slide .orientation .content2,
  .News_03 .box .content1,
  .Search_01 .content1,
  .Home_Product .box .item .orientation>div .content1 p {
    font-size: var(--f26);
  }

  .link_01 .a .text {
    min-width: 2.2rem;
  }

  .Home_Banner .page>div .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
  }

  .Home_Technology .box .boxLeft ul li {
    margin-right: 0.6rem;
  }

  .play_01 p {
    width: 0.8rem;
    height: 0.8rem;
  }

  .play_01 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .link_03 .a {
    width: 0.8rem;
    height: 0.8rem;
  }

  .Home_Technology .box .boxRight .list1 .item .icon1 img {
    width: 0.76rem;
  }

  .Home_Technology .box .boxRight .list2 .item .icon1 {
    top: 29%;
    left: 5%;
  }

  .Home_Technology .box .boxRight .list1 .item .icon1,
  .Home_Technology .box .boxRight .list2 .item .icon2,
  .Home_Technology .box .boxRight .list3 .item .icon2 {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem 50% 50% 0.2rem;
  }

  .Home_Technology .box .boxRight .list2 .item .icon3 {
    top: 72%;
  }

  .Home_Technology .box .boxRight .list3 .item .icon1 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .Home_Technology .box .boxRight .list3 .item .icon1 img {
    width: 0.48rem;
  }

  .Home_Product .box .item .orientation {
    width: 50vw;
  }

  .Home_Cooperation .box .banner ul li {
    width: 2.8rem;
    height: 1.2rem;
  }

  .Footer_Container .box .img {
    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 .box .img img {
    height: 0.76rem;
  }

  .Footer_Container {
    padding: 0.5rem 0 0;
  }

  .Footer_Container .box1 {
    position: relative;
  }

  .Footer_Container .box1 .left {
    max-width: 100%;
    width: 100%;
  }

  .Footer_Container .box1 .right {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 48%;*/
    /*z-index: 1;*/
    width: 100%;
  }

  .Footer_Container .box1 .right .link {
    width: 100%;
    margin-top: 0.4rem;
  }

  .Footer_Container .box1 {
    z-index: 2;
  }

  .Footer_Container .box1 .right .link>a {
    height: 0.74rem;
  }

  .Footer_Container .box1 .right ul {
    background: rgba(26, 44, 121, 0.9) !important;
  }

  .Footer_Container .box1 .left .content3 p {
    width: 100px;
    padding: 3px;
  }

  .Footer_Container .box1 {
    margin-top: 0.5rem;
  }

  .InnerNav .box .title,
  .InnerNav .box .xian {
    display: none;
  }

  .InnerNav .box {
    display: none;
  }

  .InnerNav .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
    padding-right: 2px;
    padding-bottom: 0.1rem;
  }

  .InnerNav .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .InnerNav .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #005EB8;
  }

  .InnerNav .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }

  @-moz-document url-prefix() {
    .InnerNav .box .scroll {
      scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }

  .InnerNav .box .scroll ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .About_01 .box .boxLeft {
    padding-bottom: 0;
  }

  .About_01 .box .boxLeft .orientation {
    display: none;
  }

  .About_03 .box .boxRight .banner {
    padding: 0.3rem 1rem;
  }

  .About_03 .box .boxRight .banner .next {
    top: 47%;
  }

  .About_03 .box .boxLeft {
    padding-right: 0;
  }

  .About_03 .box .boxLeft .scroll {
    padding-right: 0.5rem;
  }

  .About_04 .toggle {
    height: auto;
    margin-top: 0.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .About_04 .toggle ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .About_04 .toggle ul li:nth-child(1) {
    margin-left: 0rem;
  }

  .About_04 .box .swiper-slide .item .content2 {
    height: 1.4rem;
  }

  .About_05 .box .gd .scroll {
    width: 240%;
  }

  .About_07 .toggle ul li {
    margin-bottom: 0.2rem;
  }

  .InnerBanner .img img {
    height: 5rem;
  }

  .Outcome_01 .box .orientation .scroll,
  .Outcome_03 .box .orientation .scroll {
    height: 4.2rem;
  }

  .Outcome_01 .box .orientation,
  .Outcome_03 .box .orientation {
    width: 4.3rem;
  }

  .Outcome_03 .box .orientation p br:nth-child(2) {
    display: none;
  }

  .Outcome_04 .box .item figcaption .one .content3 p::before {
    top: 0.14rem;
  }

  .Outcome_01 .box .orientation .item p::before,
  .Outcome_03 .box .orientation .item p::before,
  .Quality_02 .box p::before {
    top: 0.12rem;
  }

  .Outcome_07 .box .item .boxLeft .content2 {
    max-height: -webkit-calc(12.6em);
    max-height: calc(1.8em * 7);
  }

  .Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m .content2 {
    max-height: -webkit-calc(5.4em);
    max-height: calc(1.8em * 3);
  }

  .Quality_01 .box .swiper-wrapper .swiper-slide .item .orientation .m {
    width: 4.4rem;
  }

  .Product_01 .box .boxLeft .list .item {
    padding: 0.2rem;
  }

  .Product_01 .box .boxLeft .list {
    display: none;
  }

  .Product_01 .box .boxRight .list {
    gap: 0.2rem;
  }

  .Product_01 .box .boxRight .list .item,
  .Product_03 .box .item {
    padding: 0 0 0.4rem;
  }

  .Product_01 .box .boxRight .list .item figcaption,
  .Product_03 .box .list .item figcaption {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .Product_01 .box .boxRight .list .item figcaption .content2,
  .Product_03 .box .item figcaption .content2 {
    opacity: 1;
  }

  .Product_01 .link_03 .a,
  .Product_03 .link_03 .a {
    width: 0.6rem;
    height: 0.6rem;
  }

  .Product_01 .box .boxRight .list .item figure .img,
  .Product_03 .box .item figure .img {
    width: 100%;
    height: 2.96rem;
    text-align: center;
  }

  .Product_01 .box .boxRight .list .item figcaption,
  .Product_03 .box .item figcaption {
    margin-top: 0.1rem;
  }

  .Product_01 .box .boxRight .list .item::before,
  .Product_03 .box .item::before {
    display: none;
  }

  .pu_page {
    --w: 36px;
  }

  .Product_03 .swiper {
    padding: 0 1px;
  }

  .Marketing_01 .box .scroll .list {
    width: 200%;
  }

  .Marketing_01 .box .list .item figure .content1 p {
    width: 1rem;
    height: 1rem;
  }

  .Marketing_02 .box .boxRight .list .item .text,
  .Marketing_02 .box .boxRight .list .item_ .text,
  .Marketing_04 .box .scroll ul li::before {
    display: none;
  }

  .Marketing_02 .box .boxRight .list .item {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .Marketing_03 .box1 .scroll ul {
    width: 230%;
  }

  .Marketing_03 .box1 .scroll ul li .content3 {
    height: 5.4em;
  }

  .Marketing_01 .box .list .item figure .content1 p img {
    max-width: 0.44rem;
  }

  .Investor_02 .box .list .item .content2,
  .Investor_02 .box .list .item .content3 {
    display: none;
  }

  .Investor_02 .box .list .item .content4 p {
    width: 32px;
    height: 32px;
  }

  .Investor_02 .box .list .item .content1 {
    max-width: 72%;
  }

  .Investor_02 .toggle {
    padding: 0 30px;
  }

  .Investor_02 .toggle>div .button .prev {
    left: -0.6rem;
  }

  .Investor_02 .toggle>div .button .next {
    right: -0.6rem;
  }

  .Investor_04 .box .boxRight .list1,
  .Investor_04 .box .boxRight .list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }

  .Investor_04 .box .boxRight .list2 {
    margin: 0.2rem 0;
  }

  .Investor_04 .box .boxRight .item textarea,
  .About_07 .box1 .item textarea {
    height: 1.8rem;
  }

  .Investor_04 .box .boxRight .item input,
  .About_07 .box1 .item input {
    height: 0.8rem;
  }

  .Investor_03 .box,
  .Marketing_01 .box,
  .Marketing_03 .box1 {
    width: -webkit-calc(105%);
    width: calc(100% + 5vw);
  }

  .button_01 .button div {
    height: 34px;
    width: 34px;
  }

  .About_07 .box1 .list1,
  .News_02 .box .list,
  .News_04 .box .boxRight .sticky .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .News_04 .box .boxLeft .up_down .left {
    width: 100%;
    max-width: 100%;
  }

  .News_04 .box .boxLeft .up_down .right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.4rem;
  }

  .Join_01 .box .boxLeft ul li {
    padding: 0.15rem 0 0.3rem 0.3rem;
  }

  .Join_02 .toggle {
    height: auto;
    margin-top: 0.5rem;
  }

  .Join_02 .toggle {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .Join_02 .toggle ul {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .Join_02 .toggle ul li:first-child a {
    margin-left: 0;
  }

  .Join_02 .box .item .top .hide {
    display: none;
  }

  .Join_02 .box .item .top .content4 p {
    width: 32px;
    height: 32px;
  }

  .Join_02 .box .item {
    padding: 0 0.4rem;
  }

  .Join_02 .box .item .bot .content1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .Join_02 .box .item .bot .content1 .ite svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .Search_01 .content2 form input {
    height: 0.84rem;
  }

  .title_01 .h6,
  .Outcome_03 .box .orientation .h6,
  .Product_01 .box .boxLeft .list .top {
    font-size: 18px;
  }

  .About_03 .box .boxRight .banner .swiper .swiper-slide p,
  .Product_01 .box .boxRight .list .item figcaption .content1,
  .Product_03 .box .item figcaption .content1,
  .Join_02 .box .item .top .content1 {
    font-size: 16px;
  }

  .Home_Technology .box .boxLeftPhone>div .desc,
  .Footer_Container .box1 .right .link>a,
  .About_02 .box .boxRight .scroll ul li .content3,
  .Outcome_02 .box .boxLeft .orientation .content2,
  .Marketing_04 .box .scroll ul li .content2,
  .Investor_02 .box .list .item .content1 {
    font-size: 14px;
  }

  .Home_Product .box .item .orientation>div .content3,
  .Footer_Container .box .code,
  .Footer_Container .box1 .left .content2,
  .Footer_Container .box1 .right .link ul li a,
  .About_05 .box .main3 ul li a,
  .About_05 .box .main2 .list li a,
  .About_05 .box .main2 .list2 a,
  .About_05 .box .main4 ul li a,
  .Outcome_03 .box .orientation .item p,
  .Outcome_01 .box .orientation .item p,
  .Product_01 .box .boxRight .list .item figcaption .content2 p,
  .Outcome_04 .box .item figcaption .one .content3 p::before,
  .Marketing_02 .box .boxLeft>div ul li .bot,
  .Investor_01 .box .boxRight ul li .top {
    font-size: 13px;
  }

  .Home_Product .box .item .play,
  .Outcome_01 .box .img .play,
  .Outcome_03 .box .img .play {
    width: 2.6rem;
  }

  .Footer_Container .box2 img {
    transform: scale(0.8) translateY(0px);
  }

  .About_04_layer .box {
    width: 90vw;
  }

  .About_04_layer .box {
    max-height: none;
  }

  .About_07 .toggle {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
    padding-right: 2px;
    padding-bottom: 0.2rem;
  }

  .About_07 .toggle::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .About_07 .toggle::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #005EB8;
  }

  .About_07 .toggle::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }

  @-moz-document url-prefix() {
    .About_07 .toggle {
      scrollbar-color: #005EB8 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }

  .About_07 .toggle ul {
    width: max-content;
  }

  .Footer_Container .box2 span:first-child {
    display: block;
  }

  .Footer_Container .box2 em:nth-child(2) {
    display: none;
  }

  .Footer_Container .box2 img {
    transform-origin: left center;
  }

  .Footer_Container .box2 div,
  .Footer_Container .box1 .left {
    text-align: center;
  }

  .Footer_Container .box1 .left .content3,
  .Footer_Container .box {
    justify-content: center;
  }

  .Product_01 .box .boxRight .list .item figcaption .content1 {
    padding: 0 8px;
    font-size: 14px;
  }



}

.Layer_Upload .box {
  border-radius: 0.2rem;
}


/* Hero ���� */
.CoreBusiness_Hero {
  position: absolute;
  min-height: 6rem;
  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;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.CoreBusiness_Hero .wMain {
  position: relative;
  z-index: 2;
}

.CoreBusiness_Hero .hero-content {
  text-align: center;
  padding: 1.5rem 0;
}

.CoreBusiness_Hero .hero-tag {
  display: inline-block;
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.15em;
  margin-bottom: 0.35rem;
  padding: 0.08rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}

.CoreBusiness_Hero .hero-title {
  font-size: 0.52rem;
  font-family: 'MB';
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.CoreBusiness_Hero .hero-subtitle {
  font-size: var(--f22);
  color: rgba(255, 255, 255, 0.85);
  max-width: 10rem;
  margin: 0 auto;
  line-height: 1.8;
}

/* ����װ��Ԫ�� */
.CoreBusiness_Hero .float-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.CoreBusiness_Hero .float-shapes .shape {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-animation: CB-floatShape 20s ease-in-out infinite;
  animation: CB-floatShape 20s ease-in-out infinite;
}

.CoreBusiness_Hero .float-shapes .shape:nth-child(1) {
  width: 3rem;
  height: 3rem;
  top: -0.5rem;
  right: 10%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.CoreBusiness_Hero .float-shapes .shape:nth-child(2) {
  width: 2rem;
  height: 2rem;
  bottom: 10%;
  right: 30%;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.CoreBusiness_Hero .float-shapes .shape:nth-child(3) {
  width: 1.5rem;
  height: 1.5rem;
  top: 20%;
  left: 5%;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

@-webkit-keyframes CB-floatShape {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-25px) rotate(120deg);
  }

  66% {
    transform: translateY(15px) rotate(240deg);
  }
}

@keyframes CB-floatShape {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-25px) rotate(120deg);
  }

  66% {
    transform: translateY(15px) rotate(240deg);
  }
}

/* ====== ����ҵ������ʽ�������� CoreBusiness/index.blade.php @section('style') �� ====== */

/* �е���Ļ΢�� */
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .cbp-content1 p {
    font-size: var(--f42);
    min-width: 3rem;
  }

  .cbp-content2 {
    font-size: var(--f20);
  }

  .cbp-orientation {
    right: 1rem;
  }
}

/* ҵ�������� */
.CoreBusiness_Section {
  padding: 1rem 0 0;
}

.CoreBusiness_Section .section-header {
  text-align: center;
  margin-bottom: 0.8rem;
}

.CoreBusiness_Section .section-header .tag {
  display: inline-block;
  font-size: var(--f14);
  color: #005EB8;
  letter-spacing: 0.2em;
  font-family: 'MB';
  margin-bottom: 0.25rem;
  position: relative;
  padding-left: 0.4rem;
}

.CoreBusiness_Section .section-header .tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.28rem;
  height: 2px;
  background: #005EB8;
}

.CoreBusiness_Section .section-header .title {
  font-size: var(--f40);
  font-family: 'MB';
  color: #005EB8;
  line-height: 1.3;
  font-weight: bolder;
}

.CoreBusiness_Cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.CoreBusiness_Card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 40px rgba(26, 44, 121, 0.06);
  box-shadow: 0 4px 40px rgba(26, 44, 121, 0.06);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.CoreBusiness_Card:hover {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-box-shadow: 0 24px 80px rgba(26, 44, 121, 0.12);
  box-shadow: 0 24px 80px rgba(26, 44, 121, 0.12);
  border-color: transparent;
}

.CoreBusiness_Card:nth-child(1):hover {
  border-color: var(--cb-color);
}

.CoreBusiness_Card:nth-child(2):hover {
  border-color: rgba(0, 185, 239, 0.2);
}


.CoreBusiness_Card .card-top-bar {
  height: 4px;
}

.CoreBusiness_Card:nth-child(1) .card-top-bar {
  background: linear-gradient(90deg, #005EB8, #00D6B4);
}

.CoreBusiness_Card:nth-child(2) .card-top-bar {
  background: linear-gradient(90deg, #005EB8, #005EB8);
}

/* ��Ƭ�������� */
.CoreBusiness_Card .card-body {
  padding: 0.55rem 0.45rem 0.5rem;
  position: relative;
}

/* ��Ƭͼ�� */
.CoreBusiness_Card .card-icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 20px;
  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-bottom: 0.35rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.CoreBusiness_Card:nth-child(1) .card-icon {
  background: linear-gradient(135deg, rgba(52, 183, 175, 0.1), rgba(0, 214, 180, 0.1));
}

.CoreBusiness_Card:nth-child(2) .card-icon {
  background: linear-gradient(135deg, rgba(26, 44, 121, 0.08), rgba(0, 185, 239, 0.08));
}

.CoreBusiness_Card:hover .card-icon {
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}

.CoreBusiness_Card .card-icon svg {
  width: 0.38rem;
  height: 0.38rem;
}

.CoreBusiness_Card:nth-child(1) .card-icon svg {
  stroke: #005EB8;
}

.CoreBusiness_Card:nth-child(2) .card-icon svg {
  stroke: #005EB8;
}


.CoreBusiness_Card .card-number {
  position: absolute;
  top: 0.45rem;
  right: 0.4rem;
  font-size: 0.56rem;
  font-family: 'MB';
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.CoreBusiness_Card:hover .card-number {
  color: rgba(0, 0, 0, 0.07);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.CoreBusiness_Card .card-title {
  font-size: var(--f30);
  font-family: 'MB';
  line-height: 1.35;
  margin-bottom: 0.18rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
}

.CoreBusiness_Card .card-title::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0.36rem;
  height: 3px;
  border-radius: 2px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.CoreBusiness_Card:nth-child(1) .card-title::after {
  background: linear-gradient(90deg, #005EB8, transparent);
}

.CoreBusiness_Card:nth-child(2) .card-title::after {
  background: linear-gradient(90deg, #005EB8, transparent);
}

.CoreBusiness_Card:hover .card-title::after {
  width: 100%;
}


.CoreBusiness_Card .card-subtitle {
  font-size: var(--f18);
  color: #005EB8;
  font-weight: bold;
  margin-bottom: 0.22rem;
  letter-spacing: 0.02em;
}

.CoreBusiness_Card:nth-child(2) .card-subtitle {
  color: #005EB8;
}

.CoreBusiness_Card .card-desc {
  font-size: var(--f17);
  color: #666;
  line-height: 1.75;
  margin-bottom: 0.35rem;
}

/* �����б� */
.CoreBusiness_Card .card-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
  margin-bottom: 0.35rem;
}

.CoreBusiness_Card .service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
  padding: 0.14rem 0.18rem;
  background: #fafbfc;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.CoreBusiness_Card .service-item:hover {
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.CoreBusiness_Card .service-item:hover {
  border-color: rgba(26, 44, 121, 0.15);
}

.CoreBusiness_Card .service-item .dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  margin-right: 0.1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.CoreBusiness_Card:nth-child(1) .service-item .dot {
  background: #005EB8;
}

.CoreBusiness_Card:nth-child(2) .service-item .dot {
  background: #005EB8;
}

.CoreBusiness_Card:nth-child(1) .service-item:hover .dot {
  -webkit-box-shadow: 0 0 0 4px rgba(52, 183, 175, 0.2);
  box-shadow: 0 0 0 4px rgba(52, 183, 175, 0.2);
}

.CoreBusiness_Card:nth-child(2) .service-item:hover .dot {
  -webkit-box-shadow: 0 0 0 4px rgba(26, 44, 121, 0.15);
  box-shadow: 0 0 0 4px rgba(26, 44, 121, 0.15);
}

.CoreBusiness_Card .service-item .text {
  font-size: var(--f15);
  color: #555;
  line-height: 1.65;
}

/* ��Ƭ�ײ������� */
.CoreBusiness_Card .card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.25rem;
  border-top: 1px solid #f0f2f5;
}

.CoreBusiness_Card .card-footer .status {
  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(--f14);
  color: #999;
}

.CoreBusiness_Card .card-footer .status .dot-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.08rem;
  -webkit-animation: CB-pulse-dot 2s ease infinite;
  animation: CB-pulse-dot 2s ease infinite;
}

.CoreBusiness_Card:nth-child(1) .card-footer .status .dot-status {
  background: #005EB8;
}

.CoreBusiness_Card:nth-child(2) .card-footer .status .dot-status {
  background: #005EB8;
}

@-webkit-keyframes CB-pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

@keyframes CB-pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

.CoreBusiness_Card .card-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  font-family: 'MM';
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.CoreBusiness_Card .card-link:hover {
  color: #333;
}

.CoreBusiness_Card .card-link svg {
  width: 14px;
  height: 14px;
  margin-left: 0.08rem;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.CoreBusiness_Card:hover .card-link svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.CoreBusiness_Card:nth-child(1):hover .card-link {
  color: #005EB8;
}

.CoreBusiness_Card:nth-child(1):hover .card-link svg path {
  stroke: #005EB8;
}

.CoreBusiness_Card:nth-child(2):hover .card-link {
  color: #005EB8;
}

.CoreBusiness_Card:nth-child(2):hover .card-link svg path {
  stroke: #005EB8;
}


.CoreBusiness_CTA .cta-title {
  font-size: var(--f42);
  font-family: 'MB';
  color: #ffffff;
  margin-bottom: 0.2rem;
  font-weight: bolder;
}

.CoreBusiness_CTA .cta-desc {
  font-size: var(--f20);
  color: #ffffff;
  margin-bottom: 0.5rem;
  max-width: 8rem;
  margin: 0 auto 0.5rem;
}

.CoreBusiness_CTA .cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}

.CoreBusiness_CTA .btn-primary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.18rem 0.55rem;
  background: linear-gradient(135deg, #005EB8, #005EB8);
  color: #fff;
  font-size: var(--f18);
  font-family: 'MB';
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 8px 32px rgba(26, 44, 121, 0.25);
  box-shadow: 0 8px 32px rgba(26, 44, 121, 0.25);
  cursor: pointer;
  text-decoration: none !important;
}

.CoreBusiness_CTA .btn-primary:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 14px 40px rgba(26, 44, 121, 0.35);
  box-shadow: 0 14px 40px rgba(26, 44, 121, 0.35);
}

.CoreBusiness_CTA .btn-secondary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.18rem 0.55rem;
  background: transparent;
  color: #005EB8;
  font-size: var(--f18);
  font-family: 'MB';
  border-radius: 50px;
  border: 2px solid #005EB8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none !important;
}

.CoreBusiness_CTA .btn-secondary:hover {
  background: #005EB8;
  color: #fff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* ����ͳ���� */
.CoreBusiness_Stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  padding: 1.2rem 0;
  margin-top: 1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.CoreBusiness_Stats .stat-item {
  text-align: center;
  position: relative;
}

.CoreBusiness_Stats .stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(180deg, transparent, #e0e0e0, transparent);
}

.CoreBusiness_Stats .stat-num {
  font-size: var(--f42);
  font-family: 'MB';
  color: #005EB8;
  line-height: 1.2;
}

.CoreBusiness_Stats .stat-num span {
  font-size: var(--f22);
  color: #005EB8;
}

.CoreBusiness_Stats .stat-label {
  font-size: var(--f15);
  color: #999;
  margin-top: 0.08rem;
}

/* ������������״̬ */
.CoreBusiness_Card {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.CoreBusiness_Card.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.CoreBusiness_Card:nth-child(2).animated {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.CoreBusiness_Stats .stat-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.CoreBusiness_Stats .stat-item.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* ---- ��Ӧʽ��ƣ�ƽ��� ---- */
@media screen and (max-width: 1200px) {
  .CoreBusiness_Hero .hero-title {
    font-size: 0.52rem;
  }

  .CoreBusiness_Cards {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .CoreBusiness_Stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .CoreBusiness_Stats .stat-item:not(:last-child)::after {
    display: none;
  }

  .CoreBusiness_CTA .cta-buttons {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

/* ---- ��Ӧʽ��ƣ��ֻ��� ---- */
@media screen and (max-width: 767px) {
  .CoreBusiness_Hero {
    min-height: auto;
    padding: 1rem 0;
  }

  .CoreBusiness_Hero .hero-title {
    font-size: 0.46rem;
  }

  .CoreBusiness_Hero .hero-subtitle {
    font-size: var(--f20);
  }

  .CoreBusiness_Section {
    padding: 1rem 0 1.5rem;
  }

  .CoreBusiness_Section .section-header .title {
    font-size: var(--f36);
  }

  .CoreBusiness_Card .card-body {
    padding: 0.4rem 0.3rem 0.35rem;
  }

  .CoreBusiness_Card .card-services {
    grid-template-columns: 1fr;
  }

  .CoreBusiness_Card .card-title {
    font-size: var(--f26);
  }

  .CoreBusiness_CTA {
    padding: 1.2rem 0.3rem 1.5rem;
  }

  .CoreBusiness_CTA .cta-title {
    font-size: var(--f28);
  }

  .CoreBusiness_Stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 0.8rem 0;
  }

  .CoreBusiness_Stats .stat-num {
    font-size: var(--f38);
  }
}

/* ========================================
   ���ǵ�����ҳ�� - Advantage
   ======================================== */

/* ---- Hero ���� ---- */
.Adv_Hero {
  position: relative;
  min-height: 5.6rem;
  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;
  background: linear-gradient(135deg, #0F1B4D 0%, #005EB8 40%, #2A3F9E 70%, #005EB8 100%);
  overflow: hidden;
}

.Adv_Hero .hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(52, 183, 175, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 30%, rgba(0, 185, 239, 0.1) 0%, transparent 45%);
}

.Adv_Hero .float-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.Adv_Hero .float-particles .particle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-animation: Adv-floatParticle 18s ease-in-out infinite;
  animation: Adv-floatParticle 18s ease-in-out infinite;
}

.Adv_Hero .float-particles .particle:nth-child(1) {
  width: 2.5rem;
  height: 2.5rem;
  top: 10%;
  left: 8%;
  animation-delay: 0s;
}

.Adv_Hero .float-particles .particle:nth-child(2) {
  width: 1.5rem;
  height: 1.5rem;
  top: 60%;
  right: 12%;
  animation-delay: -4s;
}

.Adv_Hero .float-particles .particle:nth-child(3) {
  width: 1rem;
  height: 1rem;
  top: 25%;
  right: 25%;
  animation-delay: -8s;
}

.Adv_Hero .float-particles .particle:nth-child(4) {
  width: 1.8rem;
  height: 1.8rem;
  bottom: 15%;
  left: 20%;
  animation-delay: -12s;
}

.Adv_Hero .float-particles .particle:nth-child(5) {
  width: 0.7rem;
  height: 0.7rem;
  top: 45%;
  left: 55%;
  animation-delay: -6s;
}

@-webkit-keyframes Adv-floatParticle {

  0%,
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.6;
  }

  25% {
    -webkit-transform: translateY(-30px) translateX(15px) scale(1.1);
    transform: translateY(-30px) translateX(15px) scale(1.1);
    opacity: 0.9;
  }

  50% {
    -webkit-transform: translateY(-10px) translateX(-10px) scale(0.95);
    transform: translateY(-10px) translateX(-10px) scale(0.95);
    opacity: 0.5;
  }

  75% {
    -webkit-transform: translateY(20px) translateX(20px) scale(1.05);
    transform: translateY(20px) translateX(20px) scale(1.05);
    opacity: 0.8;
  }
}

@keyframes Adv-floatParticle {

  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.6;
  }

  25% {
    transform: translateY(-30px) translateX(15px) scale(1.1);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-10px) translateX(-10px) scale(0.95);
    opacity: 0.5;
  }

  75% {
    transform: translateY(20px) translateX(20px) scale(1.05);
    opacity: 0.8;
  }
}

.Adv_Hero .wMain {
  position: relative;
  z-index: 2;
}

.Adv_Hero .hero-content {
  text-align: center;
  padding: 1.2rem 0;
}

.Adv_Hero .hero-tag {
  display: inline-block;
  font-size: var(--f14);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.25em;
  margin-bottom: 0.35rem;
  font-family: 'MB';
}

.Adv_Hero .hero-title {
  font-size: 0.68rem;
  font-family: 'MB';
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.28rem;
}

.Adv_Hero .hero-title .highlight {
  color: #005EB8;
  position: relative;
}

.Adv_Hero .hero-subtitle {
  font-size: var(--f22);
  color: rgba(255, 255, 255, 0.78);
  max-width: 9rem;
  margin: 0 auto;
  line-height: 1.8;
}

/* ָʾ�� */
.Adv_Hero .hero-indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.14rem;
  margin-top: 0.5rem;
}

.Adv_Hero .hero-indicators .indicator {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.Adv_Hero .hero-indicators .indicator.active {
  width: 48px;
  background: #005EB8;
  -webkit-box-shadow: 0 0 12px rgba(52, 183, 175, 0.5);
  box-shadow: 0 0 12px rgba(52, 183, 175, 0.5);
}

/* ---- ����չʾ�� ---- */
.Adv_Section {
  padding: 0.5rem 0;
}

/* �������ƿ� */
.Adv_Block {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.6rem;
  align-items: start;
  position: relative;
  padding: 0.8rem 0;
  border-radius: 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* ����������ʼ״̬ */
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.97);
  transform: translateY(50px) scale(0.97);
}

.Adv_Block.adv-animated {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.Adv_Block:hover {
  background: linear-gradient(135deg, rgba(26, 44, 121, 0.02), rgba(52, 183, 175, 0.03));
}

/* ��ࣺ����+ͼ�� */
.Adv_Block .block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.25rem;
  padding-top: 0.1rem;
}

.Adv_Block .block-number {
  font-size: 0.72rem;
  font-family: 'MB';
  color: rgba(26, 44, 121, 0.07);
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.Adv_Block:hover .block-number {
  color: rgba(26, 44, 121, 0.13);
}

.Adv_Block .block-icon-wrap {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 22px;
  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;
  background: linear-gradient(135deg, rgba(52, 183, 175, 0.08), rgba(0, 214, 180, 0.06));
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.Adv_Block .block-icon-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 1px solid rgba(52, 183, 175, 0.1);
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.Adv_Block:hover .block-icon-wrap {
  -webkit-transform: rotate(8deg) scale(1.08);
  transform: rotate(8deg) scale(1.08);
  -webkit-box-shadow: 0 8px 32px rgba(52, 183, 175, 0.15);
  box-shadow: 0 8px 32px rgba(52, 183, 175, 0.15);
}

.Adv_Block:hover .block-icon-wrap::after {
  border-color: rgba(52, 183, 175, 0.25);
}

.Adv_Block .block-icon-wrap svg {
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
  z-index: 1;
}

/* ͼ����� */
.Adv_Block .block-icon-wrap.icon-blue {
  background: linear-gradient(135deg, rgba(26, 44, 121, 0.06), rgba(0, 185, 239, 0.05));
}

.Adv_Block .block-icon-wrap.icon-blue::after {
  border-color: rgba(26, 44, 121, 0.1);
}

.Adv_Block:hover .icon-blue {
  -webkit-box-shadow: 0 8px 32px rgba(26, 44, 121, 0.15);
  box-shadow: 0 8px 32px rgba(26, 44, 121, 0.15);
}

.Adv_Block:hover .icon-blue::after {
  border-color: rgba(26, 44, 121, 0.2);
}

.Adv_Block .block-icon-wrap.icon-emerald {
  background: linear-gradient(135deg, rgba(52, 183, 175, 0.1), rgba(39, 174, 96, 0.05));
}

.Adv_Block:hover .icon-emerald {
  -webkit-box-shadow: 0 8px 32px rgba(52, 183, 175, 0.2);
  box-shadow: 0 8px 32px rgba(52, 183, 175, 0.2);
}

.Adv_Block:hover .icon-emerald::after {
  border-color: rgba(52, 183, 175, 0.3);
}

.Adv_Block .block-icon-wrap.icon-shield {
  background: linear-gradient(135deg, rgba(26, 44, 121, 0.06), rgba(52, 183, 175, 0.04));
}

.Adv_Block:hover .icon-shield {
  -webkit-box-shadow: 0 8px 32px rgba(26, 44, 121, 0.12);
  box-shadow: 0 8px 32px rgba(26, 44, 121, 0.12);
}

.Adv_Block:hover .icon-shield::after {
  border-color: rgba(26, 44, 121, 0.2);
}

/* �Ҳ������� */
.Adv_Block .block-right {
  background: #fff;
  border-radius: 20px;
  padding: 0.55rem 0.55rem 0.5rem;
  border: 1px solid rgba(26, 44, 121, 0.06);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0 4px 24px rgba(26, 44, 121, 0.04);
  box-shadow: 0 4px 24px rgba(26, 44, 121, 0.04);
}

.Adv_Block:hover .block-right {
  -webkit-box-shadow: 0 12px 48px rgba(26, 44, 121, 0.08);
  box-shadow: 0 12px 48px rgba(26, 44, 121, 0.08);
  border-color: transparent;
}

.Adv_Block.adv-block-1:hover .block-right {
  border-color: rgba(52, 183, 175, 0.15);
}

.Adv_Block.adv-block-2:hover .block-right {
  border-color: rgba(26, 44, 121, 0.12);
}

.Adv_Block.adv-block-3:hover .block-right {
  border-color: rgba(52, 183, 175, 0.15);
}

.Adv_Block.adv-block-4:hover .block-right {
  border-color: rgba(26, 44, 121, 0.12);
}

/* ��ͷ�� */
.Adv_Block .block-header {
  margin-bottom: 0.3rem;
}

.Adv_Block .block-tag {
  display: inline-block;
  font-size: var(--f11);
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 0.05rem 0.2rem;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: 'MM';
  margin-bottom: 0.18rem;
}

.Adv_Block .block-tag.tag-green {
  background: linear-gradient(135deg, #005EB8, #00D6B4);
}

.Adv_Block .block-tag.tag-blue {
  background: linear-gradient(135deg, #005EB8, #3B5CE4);
}

.Adv_Block .block-tag.tag-emerald {
  background: linear-gradient(135deg, #27AE60, #005EB8);
}

.Adv_Block .block-tag.tag-navy {
  background: linear-gradient(135deg, #005EB8, #2C3E8F);
}

.Adv_Block .block-title {
  font-size: var(--f34);
  font-family: 'MB';
  color: #005EB8;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.Adv_Block .block-title span {
  color: #005EB8;
  position: relative;
}

.Adv_Block .adv-block-2 .block-title span {
  color: #005EB8;
}

.Adv_Block .adv-block-4 .block-title span {
  color: #005EB8;
}

.Adv_Block .block-subtitle {
  font-size: var(--f17);
  color: #999;
  line-height: 1.5;
  margin-bottom: 0;
}

/* �����ı� */
.Adv_Block .block-content .block-desc {
  font-size: var(--f16);
  color: #666;
  line-height: 1.85;
  margin-bottom: 0.35rem;
}

/* ---- �����б����ŶӰ�飩 ---- */
.Adv_Block .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.35rem;
}

.Adv_Block .feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.22rem;
  background: #FAFCFD;
  border-radius: 14px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Adv_Block .feature-item:hover {
  background: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(52, 183, 175, 0.08);
  box-shadow: 0 6px 24px rgba(52, 183, 175, 0.08);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: rgba(52, 183, 175, 0.15);
}

.Adv_Block .feature-item .feature-icon {
  width: 0.32rem;
  height: 0.32rem;
  min-width: 0.32rem;
  border-radius: 50%;
  background: rgba(52, 183, 175, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.14rem;
  margin-top: 0.02rem;
}

.Adv_Block .feature-item .feature-icon svg {
  width: 0.18rem;
  height: 0.18rem;
}

.Adv_Block .feature-item .feature-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.Adv_Block .feature-item .feature-text strong {
  font-size: var(--f16);
  color: #333;
  font-family: 'MM';
  margin-bottom: 0.04rem;
}

.Adv_Block .feature-item .feature-text span {
  font-size: var(--f13);
  color: #aaa;
}

/* �������ǩ */
.Adv_Block .block-badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f14);
  color: #bbb;
  padding: 0.1rem 0.24rem;
  border-radius: 30px;
  background: #FAFAFA;
  border: 1px dashed #e0e0e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Adv_Block .block-badge svg {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
  stroke: #ccc;
  -webkit-animation: Adv-pulseBadge 2.5s infinite;
  animation: Adv-pulseBadge 2.5s infinite;
}

.Adv_Block .block-badge:hover {
  background: #FFF9F0;
  border-color: #F5A623;
  color: #D4910A;
}

.Adv_Block .block-badge:hover svg {
  stroke: #F5A623;
}

@-webkit-keyframes Adv-pulseBadge {

  0%,
  100% {
    opacity: 0.6
  }

  50% {
    opacity: 1
  }
}

@keyframes Adv-pulseBadge {

  0%,
  100% {
    opacity: 0.6
  }

  50% {
    opacity: 1
  }
}

/* ---- �����ͼ��ȫ�������飩 ---- */
.Adv_Block .network-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.35rem;
}

.Adv_Block .map-region {
  background: #FBFDFF;
  border-radius: 14px;
  padding: 0.28rem 0.25rem;
  border: 1px solid #EEF4F8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Adv_Block .map-region:hover {
  background: #fff;
  -webkit-box-shadow: 0 6px 20px rgba(26, 44, 121, 0.06);
  box-shadow: 0 6px 20px rgba(26, 44, 121, 0.06);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  border-color: rgba(26, 44, 121, 0.1);
}

.Adv_Block .map-region .region-name {
  font-size: var(--f17);
  font-family: 'MB';
  color: #333;
  margin-bottom: 0.12rem;
}

.Adv_Block .map-region .region-bar {
  height: 6px;
  background: #EEE;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.Adv_Block .map-region .bar-fill {
  height: 100%;
  border-radius: 3px;
  -webkit-transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  width: 0 !important;
}

.Adv_Block .bar-fill.bar-green {
  background: linear-gradient(90deg, #005EB8, #00D6B4);
}

.Adv_Block .bar-fill.bar-blue {
  background: linear-gradient(90deg, #005EB8, #3B5CE4);
}

.Adv_Block .bar-fill.bar-cyan {
  background: linear-gradient(90deg, #005EB8, #005EB8);
}

.Adv_Block .map-region .region-count {
  font-size: var(--f13);
  color: #999;
}

/* ---- ���۱��Ͽ�Ƭ��͸���շѰ�飩 ---- */
.Adv_Block .pricing-guarantee {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.18rem;
}

.Adv_Block .guarantee-card {
  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.22rem 0.25rem;
  background: linear-gradient(135deg, #F0FDF9, #EBF8F5);
  border-radius: 14px;
  border: 1px solid rgba(52, 183, 175, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Adv_Block .guarantee-card:hover {
  background: #fff;
  -webkit-box-shadow: 0 6px 20px rgba(52, 183, 175, 0.1);
  box-shadow: 0 6px 20px rgba(52, 183, 175, 0.1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  border-color: var(--cb-color);
}

.Adv_Block .guarantee-card .guarantee-icon {
  width: 0.38rem;
  height: 0.38rem;
  min-width: 0.38rem;
  border-radius: 50%;
  background: rgba(52, 183, 175, 0.12);
  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-right: 0.15rem;
}

.Adv_Block .guarantee-card .guarantee-icon svg {
  width: 0.2rem;
  height: 0.2rem;
}

.Adv_Block .guarantee-card .guarantee-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Adv_Block .guarantee-card .guarantee-info strong {
  font-size: var(--f16);
  color: #333;
  font-family: 'MM';
}

.Adv_Block .guarantee-card .guarantee-info span {
  font-size: var(--f12);
  color: #AAA;
  margin-top: 0.03rem;
}

/* ---- �Ϲ��Կ�Ƭ����˽�Ϲ��飩 ---- */
.Adv_Block .compliance-cards {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.Adv_Block .compliance-main {
  background: linear-gradient(145deg, #F5F7FF, #EEF2FE);
  border-radius: 18px;
  padding: 0.35rem;
  text-align: center;
  border: 2px solid rgba(26, 44, 121, 0.08);
  min-width: 2.2rem;
}

.Adv_Block .compliance-icon-big {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.15rem;
}

.Adv_Block .compliance-icon-big svg {
  width: 100%;
  height: 100%;
}

.Adv_Block .compliance-highlight strong {
  display: block;
  font-size: var(--f16);
  color: #005EB8;
  font-family: 'MB';
  line-height: 1.3;
}

.Adv_Block .compliance-highlight span {
  display: inline-block;
  font-size: var(--f11);
  color: #005EB8;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.05rem;
  padding: 0.03rem 0.14rem;
  background: rgba(52, 183, 175, 0.1);
  border-radius: 10px;
}

.Adv_Block .compliance-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.12rem;
}

.Adv_Block .compliance-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.16rem 0.22rem;
  background: #FBFCFF;
  border-radius: 12px;
  border: 1px solid #F0F2F7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Adv_Block .compliance-item:hover {
  background: #fff;
  border-color: rgba(26, 44, 121, 0.1);
  -webkit-box-shadow: 0 4px 16px rgba(26, 44, 121, 0.05);
  box-shadow: 0 4px 16px rgba(26, 44, 121, 0.05);
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.Adv_Block .compliance-item .item-icon {
  width: 0.32rem;
  height: 0.32rem;
  min-width: 0.32rem;
  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-right: 0.14rem;
}

.Adv_Block .compliance-item .item-icon svg {
  width: 0.26rem;
  height: 0.26rem;
}

.Adv_Block .compliance-item span {
  font-size: var(--f15);
  color: #555;
}

/* ---- װ��Ԫ�� ---- */
.Adv_Block .block-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.deco-circle-1 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 183, 175, 0.06), transparent 70%);
  top: 0.5rem;
  right: 1rem;
}

.deco-dots-1 {
  width: 1.5rem;
  height: 1.5rem;
  background-image: radial-gradient(circle, rgba(52, 183, 175, 0.12) 2px, transparent 2px);
  background-size: 12px 12px;
  bottom: 0.8rem;
  right: 0.5rem;
}

.deco-grid-2 {
  width: 2.5rem;
  height: 2.5rem;
  background-image:
    linear-gradient(rgba(26, 44, 121, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 44, 121, 0.04) 1px, transparent 1px);
  background-size: 16px 16px;
  top: 0.3rem;
  right: 0.8rem;
  border-radius: 12px;
}

.deco-circle-2 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(26, 44, 121, 0.06);
  bottom: 1rem;
  right: 1.5rem;
}

.deco-check-3 {
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  right: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2334B7AF' stroke-width='1.5'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  opacity: 0.08;
  border-radius: 50%;
  border: 1px solid rgba(52, 183, 175, 0.08);
}

.deco-shield-4 {
  width: 2.5rem;
  height: 2.5rem;
  top: 0.3rem;
  right: 0.6rem;
  border: 1px solid rgba(26, 44, 121, 0.05);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(26, 44, 121, 0.03), transparent 70%);
}

.deco-ring-4 {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1.5px dashed rgba(52, 183, 175, 0.1);
  bottom: 1.2rem;
  right: 1.8rem;
  -webkit-animation: Adv-spinRing 20s linear infinite;
  animation: Adv-spinRing 20s linear infinite;
}

@-webkit-keyframes Adv-spinRing {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes Adv-spinRing {
  to {
    transform: rotate(360deg);
  }
}

/* ---- �ָ��� ---- */
.Adv_Divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  padding: 0.1rem 0;
}

.Adv_Divider .divider-line {
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E8ECF1, transparent);
}

.Adv_Divider .divider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E8ECF1;
  position: relative;
}

.Adv_Divider .divider-dot::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 1px dashed #DDD;
  -webkit-animation: Adv-dotPulse 3s ease-in-out infinite;
  animation: Adv-dotPulse 3s ease-in-out infinite;
}

@-webkit-keyframes Adv-dotPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5
  }

  50% {
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes Adv-dotPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5
  }

  50% {
    transform: scale(1.5);
    opacity: 0
  }
}


/* ---- ��Ӧʽ��ƣ�ƽ��� ---- */
@media screen and (max-width: 1200px) {
  .Adv_Hero .hero-title {
    font-size: 0.54rem;
  }

  .Adv_Block {
    grid-template-columns: 1.5rem 1fr;
    gap: 0.4rem;
    padding: 0.6rem 0;
  }

  .Adv_Block .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .Adv_Block .feature-item:last-child {
    grid-column: span 2;
  }

  .Adv_Block .network-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .Adv_Block .network-map .map-region:last-child {
    grid-column: span 2;
  }

  .Adv_Block .pricing-guarantee {
    grid-template-columns: repeat(2, 1fr);
  }

  .Adv_CTA .cta-buttons {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

/* ---- ��Ӧʽ��ƣ��ֻ��� ---- */
@media screen and (max-width: 767px) {
  .Adv_Hero {
    min-height: auto;
    padding: 1rem 0;
  }

  .Adv_Hero .hero-title {
    font-size: 0.46rem;
  }

  .Adv_Hero .hero-subtitle {
    font-size: var(--f19);
  }

  .Adv_Hero .hero-indicators .indicator {
    width: 28px;
  }

  .Adv_Hero .hero-indicators .indicator.active {
    width: 36px;
  }

  .Adv_Section {
    padding: 1rem 0 0.8rem;
  }

  .Adv_Block {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.5rem 0;
  }

  .Adv_Block .block-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 0.2rem;
    justify-content: flex-start;
  }

  .Adv_Block .block-number {
    font-size: 0.56rem;
  }

  .Adv_Block .block-icon-wrap {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 16px;
  }

  .Adv_Block .block-icon-wrap svg {
    width: 0.36rem;
    height: 0.36rem;
  }

  .Adv_Block .block-right {
    padding: 0.4rem 0.3rem 0.35rem;
    border-radius: 16px;
  }

  .Adv_Block .block-title {
    font-size: var(--f28);
  }

  .Adv_Block .feature-list {
    grid-template-columns: 1fr;
    gap: 0.12rem;
  }

  .Adv_Block .feature-item:last-child {
    grid-column: auto;
  }

  .Adv_Block .network-map {
    grid-template-columns: 1fr;
    gap: 0.12rem;
  }

  .Adv_Block .network-map .map-region:last-child {
    grid-column: auto;
  }

  .Adv_Block .compliance-cards {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .Adv_Block .compliance-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.25rem 0.3rem;
    min-width: auto;
  }

  .Adv_Block .compliance-icon-big {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.2rem 0 0;
  }

  .Adv_Block .pricing-guarantee {
    grid-template-columns: 1fr;
    gap: 0.12rem;
  }

  .Adv_CTA {
    padding: 1.5rem 0.3rem;
    border-radius: 16px;
    margin-top: 0.5rem;
  }

  .Adv_CTA .cta-title {
    font-size: var(--f28);
  }

  .Adv_CTA .mini-stat .mini-num {
    font-size: var(--f36);
  }

  .Adv_CTA .cta-buttons {
    gap: 0.15rem;
  }
}

.Japan_Partners {
  padding: 0.8rem 0 0.6rem;
  background: linear-gradient(180deg, #f8fafb 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.Japan_Partners::before {
  content: '';
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 6rem;
  height: 6rem;
  background: radial-gradient(circle, rgba(52, 183, 175, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.Japan_Partners::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  width: 4rem;
  height: 4rem;
  background: radial-gradient(circle, rgba(26, 44, 121, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ---- ������ ---- */
.partners-header {
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.partners-header .jp-tag {
  display: inline-block;
  font-size: var(--f13, 0.13rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #005EB8;
  margin-bottom: 0.06rem;
  padding: 0.06rem 0.52rem;
  border: 1px solid rgba(52, 183, 175, 0.35);
  border-radius: 30px;
  background: rgba(52, 183, 175, 0.06);
}

.Japan_Partners .partners-header .jp-title {
  font-size: var(--f38, 0.38rem);
  font-weight: 800;
  font-family: 'MB', sans-serif;
  color: #005EB8;
  margin-top: 0.08rem;
  line-height: 1.3;
}

.Japan_Partners .partners-header .jp-subtitle {
  font-size: var(--f15, 0.15rem);
  color: #999;
  margin-top: 0.1rem;
  max-width: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  text-align: center;
}

/* ---- ��Ƭ���� ---- */
.Japan_Partners .partners-box {
  position: relative;
  margin: 0 auto;
}

/* ---- ����������Ƭ ---- */
/* �� ���ģ�sticky �ѵ����� + �볡͸���ȣ�transform �� GSAP ScrollTrigger ������*/
.Japan_Partners .partner-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0 0.08rem 0.4rem rgba(26, 44, 121, 0.07), 0 0.02rem 0.12rem rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 0.85rem;
  transform-origin: center center;
  will-change: transform;
  z-index: 1;
  transition: opacity 0.6s ease;
  opacity: 0;
}

.Japan_Partners .partner-item.jp-animated {
  opacity: 1;
}

.Japan_Partners .partner-item:hover {
  z-index: 10;
}


.partner-item:nth-child(1) {
  border-top: 0.04rem solid #087f75;
}

.partner-item:nth-child(2) {
  border-top: 0.04rem solid #005EB8;
}

.partner-item:nth-child(3) {
  border-top: 0.04rem solid #e74c3c;
}

.partner-item:nth-child(1) .left-name{
   color: #087f75;
}

.partner-item:nth-child(2) .left-name{
   color: #005EB8;
}

.partner-item:nth-child(3) .left-name{
   color: #c0392b;
}

.Japan_Partners .partner-item .item-left {
  flex: 1 1 55%;
  min-width: 0;
  padding: 0.4rem 0.36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}


.Japan_Partners .partner-item .item-left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.28rem;
  bottom: 0.28rem;
  width: 0.04rem;
  border-radius: 0 0.04rem 0.04rem 0;
}

/* ��Ŵ�ˮӡ */
.Japan_Partners .partner-item .left-number {
  font-size: 0.52rem;
  font-weight: 800;
  opacity: 0.07;
  position: absolute;
  top: 0.12rem;
  right: 0.2rem;
  line-height: 1;
  letter-spacing: -0.02rem;
  user-select: none;
}

.partner-item:nth-child(1) .left-number {
  color: #005EB8;
}

.partner-item:nth-child(2) .left-number {
  color: #005EB8;
}

.partner-item:nth-child(3) .left-number {
  color: #e74c3c;
}

/* ���±�ǩ */
.Japan_Partners .partner-item .left-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
  font-size: var(--f12, 0.14rem);
  font-weight: 700;
  padding: 0.05rem 0.14rem;
  border-radius: 20px;
  margin-bottom: 0.16rem;
  width: fit-content;
  letter-spacing: 0.03em;
}

.partner-item:nth-child(1) .left-badge {
  background: rgba(52, 183, 175, 0.10);
  color: #087f75;
}

.partner-item:nth-child(2) .left-badge {
  background: rgba(26, 44, 121, 0.08);
  color: #005EB8;
}

.partner-item:nth-child(3) .left-badge {
  background: rgba(231, 76, 60, 0.08);
  color: #c0392b;
}

.left-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.Japan_Partners .partner-item .left-name {
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.18rem;
}

.Japan_Partners .partner-item .left-name span {
  display: block;
  font-size: var(--f16, 0.13rem);
  color: #aaa;
  font-weight: 400;
  margin-top: 0.05rem;
}

.Japan_Partners .partner-item .left-features {
  margin-bottom: 0.2rem;
}

.Japan_Partners .partner-item .feature-row {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  margin-bottom: 0.11rem;
}

.Japan_Partners .partner-item .feature-icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.01rem;
}

.partner-item:nth-child(1) .feature-icon {
  background: rgba(52, 183, 175, 0.1);
  color: #087f75;
}

.partner-item:nth-child(2) .feature-icon {
  background: rgba(26, 44, 121, 0.06);
  color: #005EB8;
}

.partner-item:nth-child(3) .feature-icon {
  background: rgba(231, 76, 60, 0.08);
  color: #e74c3c;
}

.feature-icon svg {
  width: 25px;
  height: 25px;
}

.Japan_Partners .partner-item .feature-text {
  font-size: var(--f13, 0.16rem);
  color: #666;
  line-height: 1.6;
}

.Japan_Partners .partner-item .feature-label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 1px;
  font-size: var(--f16);
}

/* ��ǩ pills */
.Japan_Partners .partner-item .left-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.07rem;
  margin-bottom: 0.2rem;
}

.Japan_Partners .partner-item .tag-pill {
  font-size: var(--f11, 0.14rem);
  padding: 0.04rem 0.13rem;
  border-radius: 14px;
  background: #f5f7fa;
  color: #888;
  border: 1px solid #eee;
  transition: all 0.25s ease;
}

.partner-item:hover .tag-pill {
  border-color: transparent;
}

.partner-item:nth-child(1):hover .tag-pill {
  background: rgba(52, 183, 175, 0.1);
  color: #087f75;
}

.partner-item:nth-child(2):hover .tag-pill {
  background: rgba(26, 44, 121, 0.07);
  color: #005EB8;
}

.partner-item:nth-child(3):hover .tag-pill {
  background: rgba(231, 76, 60, 0.07);
  color: #c0392b;
}

.Japan_Partners .partner-item .left-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.16rem;
  border-top: 1px solid #f0f2f5;
}

.Japan_Partners .partner-item .left-suit {
  font-size: var(--f14, 0.14rem);
  color: #999;
}

.Japan_Partners .partner-item .left-suit strong {
  color: #333;
  font-weight: 600;
}

.Japan_Partners .partner-item .left-link {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
  font-size: var(--f13, 0.13rem);
  font-weight: 600;
  padding: 0.12rem 0.18rem;
  border-radius: 22px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.partner-item:nth-child(1) .left-link {
  background: #087f75;
  color: #fff;
}

.partner-item:nth-child(1) .left-link:hover {
  background: #087f75;
  transform: translateX(3px);
}

.partner-item:nth-child(2) .left-link {
  background: #005EB8;
  color: #fff;
}

.partner-item:nth-child(2) .left-link:hover {
  background: #005EB8;
  transform: translateX(3px);
}

.partner-item:nth-child(3) .left-link {
  background: #e74c3c;
  color: #fff;
}

.partner-item:nth-child(3) .left-link:hover {
  background: #e74c3c;
  transform: translateX(3px);
}

.left-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.left-link:hover svg {
  transform: translateX(3px);
}


.Japan_Partners .partner-item .item-right {
  flex: 0 0 45%;
  min-width: 0;
  position: relative;
  background: #f5f7fa;
}

.Japan_Partners .partner-item .gallery-swiper {
  width: 100%;
  height: 100%;
  min-height: 3.6rem;
}

.Japan_Partners .partner-item .swiper-slide {
  position: relative;
  overflow: hidden;
}

.Japan_Partners .partner-item .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.Japan_Partners .partner-item .swiper-slide:hover img {
  transform: scale(1.03);
}

/* �ֲ���ҳԲ�� */
.Japan_Partners .partner-item .gallery-pagination {
  position: absolute;
  bottom: 0.14rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.07rem;
  z-index: 10;
}

.Japan_Partners .partner-item .gallery-dot {
  width: 0.24rem;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: all 0.3s ease;
}

.Japan_Partners .partner-item .gallery-dot.active {
  width: 0.32rem;
  background: #fff;
}

/* �ֲ������� */
.Japan_Partners .partner-item .gallery-count {
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: var(--f11, 0.11rem);
  padding: 4px 0.11rem;
  border-radius: 14px;
  z-index: 10;
}

/* �ֲ�������ť */
.Japan_Partners .partner-item .gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
}

.Japan_Partners .partner-item .item-right:hover .gallery-nav-btn {
  opacity: 1;
}

.Japan_Partners .partner-item .gallery-nav-btn:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  transform: translateY(-50%) scale(1.05);
}

.Japan_Partners .partner-item .gallery-nav-btn.prev {
  left: 0.12rem;
}

.Japan_Partners .partner-item .gallery-nav-btn.next {
  right: 0.12rem;
}

.gallery-nav-btn svg {
  width: 16px;
  height: 16px;
  color: #333;
}

/* ---- �ײ�CTA���� ---- */
.Japan_Partners .partners-footer {
  text-align: center;
  margin-top: 0.3rem;
  position: relative;
  z-index: 2;
}

.Japan_Partners .partners-footer p {
  font-size: var(--f14, 0.14rem);
  color: #999aaa;
}

.Japan_Partners .partners-footer strong {
  color: #005EB8;
}

/* ========== �ձ��������� - �������Ŷѵ���ͬ��ҳ����ҵ��========== */

.partners-header {
  text-align: center;
  margin-bottom: 0.6rem;
}

.jp-tag {
  display: inline-block;
  font-size: var(--f14);
  color: #005EB8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
  position: relative;
  padding: 0 0.2rem;
}

.jp-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 1px;
  background: #005EB8;
}

.jp-tag::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.3rem;
  height: 1px;
  background: #005EB8;
}

.jp-title {
  font-size: var(--f38);
  font-weight: 700;
  color: #005EB8;
  margin-bottom: 0.15rem;
}

.jp-subtitle {
  font-size: var(--f16);
  color: #666;
  max-width: 9rem;
  margin: 0 auto;
  line-height: 1.7;
}

/* ��Ƭ���� */
.partners-box {
  position: relative;
  margin-top: 0.5rem;
}

/* ����������Ƭ - sticky �ѵ����֣�����ҳ Home_Product .box .item һ�£�*/
.partner-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  /* �볡��������ʼ͸�� */
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* ��Ƭ�����ʽ����Ӱ�� sticky/������Ϊ��*/
.partner-item {
  display: flex;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.04rem 0.3rem rgba(26, 44, 121, 0.08);
  transform-origin: center center;
  z-index: 1;
  margin-bottom: 0.25rem;
}

.partner-item:hover {
  z-index: 10;
}

.partner-item.jp-animated {
  opacity: 1;
}

/* ��������� (55%) */
.item-left {
  flex: 0 0 55%;
  padding: 0.5rem 0.5rem 0.4rem 0.6rem;
  display: flex;
  flex-direction: column;
}

.left-number {
  font-size: var(--f56);
  font-weight: 800;
  color: #e8f4f3;
  line-height: 1;
  -webkit-text-stroke: 1px #005EB8;
  margin-bottom: 0.08rem;
}

.left-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
  font-size: var(--f14);
  color: #005EB8;
  background: rgba(52, 183, 175, 0.1);
  padding: 0.05rem 0.15rem;
  border-radius: 1rem;
  width: fit-content;
  margin-bottom: 0.2rem;
}

.left-badge svg {
  width: 0.16rem;
  height: 0.16rem;
}

.left-name {
  font-size: var(--f32);
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 0.12rem;
  line-height: 1.35;
}

.left-name span {
  display: block;
  font-size: var(--f14);
  color: #999;
  font-weight: 400;
  margin-top: 0.05rem;
}

.left-features {
  margin-bottom: 0.18rem;
}

.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  padding: 0.08rem 0;
}

.feature-icon {
  flex-shrink: 0;
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005EB8;
}

.feature-text {
  font-size: var(--f13);
  color: #555;
  line-height: 1.5;
}

.feature-label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 0.02rem;
}

.left-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem;
  margin-bottom: 0.2rem;
}

.tag-pill {
  font-size: var(--f12);
  padding: 0.04rem 0.14rem;
  border-radius: 1rem;
  background: #f0f4ff;
  color: #005EB8;
}

.left-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 0.15rem;
  border-top: 1px solid #eee;
}

.left-suit {
  font-size: var(--f13);
  color: #666;
}

.left-suit strong {
  color: #005EB8;
}

.left-link {
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
  font-size: var(--f13);
  color: #005EB8;
  font-weight: 600;
}

.left-link svg {
  width: 0.16rem;
  height: 0.16rem;
}

/* �Ҳ��ֲ�ͼ�� (45%) */
.item-right {
  flex: 0 0 45%;
  position: relative;
  background: #f5f5f5;
  min-height: 3.6rem;
}

.gallery-swiper {
  width: 100%;
  height: 100%;
  min-height: 3.6rem;
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-pagination {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.08rem;
  z-index: 10;
}

.gallery-dot {
  width: 0.16rem;
  height: 0.05rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-dot.active {
  width: 0.28rem;
  background: #fff;
}

.gallery-count {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: var(--f12);
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.03rem 0.1rem;
  border-radius: 1rem;
  z-index: 10;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
}

.gallery-nav-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-nav-btn.prev {
  left: 0.15rem;
}

.gallery-nav-btn.next {
  right: 0.15rem;
}

.gallery-nav-btn svg {
  width: 0.17rem;
  height: 0.17rem;
}


.CoreBusiness_CTA {
  text-align: center;
  padding: 1rem 0 1rem;
  background: linear-gradient(135deg, #0096DB 0%, #0096DB 100%);
  border-radius: 0.5rem 0.5rem 0 0;
}

.cta-title {
  font-size: var(--f38);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}

.cta-desc {
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.85);
  max-width: 9rem;
  margin: 0 auto 0.4rem;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.4rem;
  border-radius: 2rem;
  font-size: var(--f16);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #F4C926;
  color: #1a1a2e;
}

.btn-primary:hover {
  background: #ffc94d;
  transform: translateY(-0.02rem);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #005EB8;
}

.main-CoreBusiness_Cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.main-CoreBusiness_Card {
  position: relative;
  background: #fff;
}


.main-CoreBusiness_Card .main-card-body {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem;
}


.main-CoreBusiness_Card .main-card-icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 20px;
  background-color: var(--cb-color);
  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-bottom: 0.35rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.main-CoreBusiness_Card .main-card-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--cb-color), transparent);
  opacity: 0.15;
  z-index: -1;
}


.main-CoreBusiness_Card .main-card-icon .main-card-icon-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-CoreBusiness_Card .main-card-icon .main-card-icon-inner svg {
  stroke: #fff !important;
  fill: none !important;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
  width: 0.38rem;
  height: 0.38rem;
}

.main-CoreBusiness_Card .main-card-icon svg {
  width: 0.38rem;
  height: 0.38rem;
}

.main-CoreBusiness_Card:hover .main-card-icon {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--cb-color);
}


.main-CoreBusiness_Card .main-card-number {
  position: absolute;
  top: 0.45rem;
  right: 0.4rem;
  font-size: 0.56rem;
  font-family: 'MB';
  color: var(--cb-color);
  opacity: 0.06;
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-CoreBusiness_Card:hover .main-card-number {
  opacity: 0.12;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.main-CoreBusiness_Card .main-card-title {
  font-size: var(--f30);
  font-family: 'MB';
  color: var(--cb-color);
  line-height: 1.35;
  margin-bottom: 0.18rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  font-weight: bolder;
}

.main-CoreBusiness_Card .main-card-title::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0.36rem;
  height: 3px;
  border-radius: 2px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  background-color: var(--cb-color);
}

.main-CoreBusiness_Card:hover .main-card-title::after {
  width: 100%;
}


.main-CoreBusiness_Card .main-card-subtitle {
  font-size: var(--f18);
  color: var(--cb-color);
  opacity: 0.75;
  font-weight: bold;
  margin-bottom: 0.22rem;
  letter-spacing: 0.02em;
}


.main-CoreBusiness_Card .main-card-desc {
  font-size: var(--f17);
  color: #666;
  line-height: 1.75;
  margin-bottom: 0.35rem;
}


.main-CoreBusiness_Card .main-card-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
  margin-bottom: 0.35rem;
}

.main-CoreBusiness_Card .main-service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
  padding: 0.14rem 0.18rem;
  background: #fafbfc;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.main-CoreBusiness_Card .main-service-item:hover {
  background: #fff;
  border-color: var(--cb-color);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.main-CoreBusiness_Card .main-service-item .main-dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  margin-right: 0.1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.main-CoreBusiness_Card .main-service-item .main-dot {
  background-color: var(--cb-color);
}

.main-CoreBusiness_Card .main-service-item:hover .main-dot {
  -webkit-box-shadow: 0 0 0 4px var(--cb-color);
  box-shadow: 0 0 0 4px var(--cb-color);
  opacity: 0.2;
}

.main-CoreBusiness_Card .main-service-item .main-text {
  font-size: var(--f15);
  color: #555;
  line-height: 1.65;
}


.main-CoreBusiness_Card .main-card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-top: 0.25rem;
  border-top: 1px solid #f0f2f5;
}

.main-CoreBusiness_Card .main-card-footer .main-status {
  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(--f14);
  color: #999;
}

.main-CoreBusiness_Card .main-card-footer .main-status .main-dot-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.08rem;
  -webkit-animation: main-CB-pulse-dot 2s ease infinite;
  animation: main-CB-pulse-dot 2s ease infinite;
}

.main-CoreBusiness_Card .main-card-footer .main-status .main-dot-status {
  background-color: var(--cb-color);
}

@-webkit-keyframes main-CB-pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

@keyframes main-CB-pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

.main-CoreBusiness_Card .main-card-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  font-family: 'MM';
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-CoreBusiness_Card .main-card-link:hover {
  color: #333;
}

.main-CoreBusiness_Card .main-card-link svg {
  width: 14px;
  height: 14px;
  margin-left: 0.08rem;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.main-CoreBusiness_Card:hover .main-card-link svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.main-CoreBusiness_Card:hover .main-card-link {
  color: var(--cb-color);
}

.main-CoreBusiness_Card:hover .main-card-link svg path {
  stroke: var(--cb-color);
}

.main-card-title-top {
  display: flex;
  align-items: center;
}

.main-card-title-bot {
  padding-left: 0.4rem;
  flex: 1;
}

.News_02 {
  background: #f1f1f1;
}

.about-mian-img {
  width: 100%;
  vertical-align: middle;
}

.language {
  position: relative;
}

/* 语言下拉按钮 */
.Header_Container .box .language .lang-switch-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: var(--f16);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
}

.Header_Container .box .language .lang-switch-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.Header_Container .box .language .lang-switch-btn .lang-arrow {
  width: 10px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.Header_Container .box .language .lang-switch-btn .lang-arrow svg {
  display: block;
}

.Header_Container .box .language .lang-switch-btn.active .lang-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Header_Container.act .box .language .lang-switch-btn {
  color: #333;
}

.Header_Container.active .box .language .lang-switch-btn,
.Header_Container.on .box .language .lang-switch-btn {
  color: #333;
}

/* 语言下拉菜单 */
.Header_Container .box .language .lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  min-width: 120px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.Header_Container .box .language .lang-dropdown.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block !important;
}

.Header_Container .box .language .lang-dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 18px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  z-index: -1;
}

.Header_Container .box .language .lang-dropdown a {
  display: block;
  padding: 12px 20px;
  white-space: nowrap;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #f5f5f5;
}

.Header_Container .box .language .lang-dropdown a:last-child {
  border-bottom: none;
}

.Header_Container .box .language .lang-dropdown a:hover {
  background: #f0faf9;
  color: #005EB8;
}

.lang-dropdown-pad {
  background: #ffffff;
  overflow: hidden;
  border-radius: 0.1rem;
}

/* 手机端语言 */
.MobileMain .HeaderMobile .box .button .Language a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.MobileMain .HeaderMobile .box .button .Language a .lang-arrow {
  width: 8px;
  display: inline-block;
}

.MobileMain .HeaderMobile .box .button .Language {
  position: relative;
}

.MobileMain .HeaderMobile .box .button .Language .lang-switch-btn-m.active .lang-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.MobileMain .HeaderMobile .box .button .Language .lang-dropdown-m {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  min-width: 100px;
  z-index: 999;
  overflow: hidden;
}

.MobileMain .HeaderMobile .box .button .Language .lang-dropdown-m.show {
  display: block;
}

.MobileMain .HeaderMobile .box .button .Language .lang-dropdown-m a {
  display: block;
  padding: 10px 16px;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
}

.MobileMain .HeaderMobile .box .button .Language .lang-dropdown-m a:last-child {
  border-bottom: none;
}

.MobileMain .HeaderMobile .box .button .Language .lang-dropdown-m a:hover {
  background: #f0faf9;
  color: #005EB8;
}