html,
body {
  scroll-behavior: smooth;
}
:root {
  --swiper-theme-color: #34B7AF;
  --bold: 500;
  --line: 58px;
  --mt: -2rem;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #34B7AF;
  --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: #1A2C79;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #1A2C79 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.85rem;
}
.pb {
  padding-bottom: 0.85rem;
}
.mt {
  margin-top: 0.5rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f46);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #34B7AF;
}
.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: #34B7AF;
  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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
  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: #34B7AF;
}
.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: #34B7AF;
  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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
}
.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 #34B7AF;
}
.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: #34B7AF;
  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;
}
.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;
}
.Header_Container .box .nav .item {
  padding: 0 0.26rem;
  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 .language a i {
  color: #34B7AF;
  font-size: 14px;
}
.Header_Container .box .search {
  margin-left: 0.32rem;
}
.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: #1A2C79;
}
.Header_Container.act .box .nav .item > p a {
  color: #333;
}
.Header_Container.act .box .nav .item.active > p a {
  color: #1A2C79;
}
.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: #1A2C79;
}
.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: #1A2C79;
}
.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: #34B7AF;
  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: #34B7AF;
}
.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: #34B7AF;
  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: #34B7AF;
}
.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: #34B7AF;
}
.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: #34B7AF;
  opacity: 0;
}
.select_nav2 ._box ._box_r ._box_r_l ul li.active a {
  color: #34B7AF;
}
.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: #34B7AF;
}
.select_nav2 ._box ._box_r ._box_r_r ul li.active a {
  color: #34B7AF;
}
.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: #1A2C79;
}
.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;
}
.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: #34B7AF;
  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: left;
}
.link_01 .a .icon {
  width: var(--line);
  height: var(--line);
  background: #34B7AF;
  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;
  min-width: 1.46rem;
  font-size: var(--f16);
  color: #fff;
  padding: 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #34B7AF;
}
.link_03 .a {
  width: 43px;
  height: 43px;
  background: #34B7AF;
  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 #1A2C79;
  overflow: hidden;
}
.link_04 .a svg {
  margin: auto;
}
.link_04 .a svg path {
  fill: #1A2C79;
  -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.62rem;
  color: #34B7AF;
}
.title_01 .h6 {
  max-width: 9.12rem;
  font-size: var(--f48);
  line-height: 1.45;
  margin-top: 0.1rem;
}
.title_01 .h6 span {
  background: #000 -webkit-gradient(linear, left top, right top, from(#00B9EF), to(#1A2C79)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #00B9EF, #1A2C79) no-repeat 0 0;
  background: #000 linear-gradient(to right, #00B9EF, #1A2C79) no-repeat 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-size: 0% 100%;
}
.title_01 .h6 .active {
  background-size: 100% 100%;
}
.jbs {
  background: -webkit-gradient(linear, left top, right top, from(#00B9EF), to(#1A2C79));
  background: -o-linear-gradient(left, #00B9EF, #1A2C79);
  background: linear-gradient(to right, #00B9EF, #1A2C79);
}
.jbwz {
  background: #000 -webkit-gradient(linear, left top, right top, from(#00B9EF), to(#1A2C79)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #00B9EF, #1A2C79) no-repeat 0 0;
  background: #000 linear-gradient(to right, #00B9EF, #1A2C79) 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(#00B9EF), to(#1A2C79)) border-box;
  background: -o-linear-gradient(left, #00B9EF, #1A2C79) border-box;
  background: linear-gradient(to right, #00B9EF, #1A2C79) 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, #1A2C79), color-stop(0.5, #00B9EF), color-stop(1, #1A2C79));
	-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_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: #1A2C79;
  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: #34B7AF;
  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: #34B7AF;
  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: #34B7AF;
  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 {
  border-radius: 0.4rem;
  overflow: hidden;
}
.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 {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Home_Product .box .item .orientation > div {
  text-align: right;
}
.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: #000 -webkit-gradient(linear, left top, right top, from(#00B9EF), to(#1A2C79)) no-repeat 0 0;*/
  /*background: #000 -o-linear-gradient(left, #00B9EF, #1A2C79) no-repeat 0 0;*/
  /*background: #000 linear-gradient(to right, #00B9EF, #1A2C79) no-repeat 0 0;*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*-webkit-transition: 1s;*/
  /*-o-transition: 1s;*/
  /*transition: 1s;*/
  
  
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), color-stop(0.5, #00B9EF), color-stop(1, #1A2C79));
    -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(#00B9EF), to(#1A2C79)) border-box;
  background: -o-linear-gradient(left, #00B9EF, #1A2C79) border-box;
  background: linear-gradient(to right, #00B9EF, #1A2C79) 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;
}
.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: #1A2C79;
}
.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: #1A2C79;
}
.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: #1A2C79;
}
.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: #1A2C79 url(../images/img7.png) no-repeat 50% 50% / cover;
  padding: 0.85rem 0 0;
}
.Footer_Container .box .img img {
  height: 0.46rem;
}
.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: #34B7AF;
  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(--f16);
    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: 1.46rem;
  padding-bottom: 0.6rem;
}
.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: #1A2C79;
  -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: #1A2C79;
}
.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: #1A2C79;
  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: #1A2C79;
  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: #1A2C79;
}
.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: #1A2C79;
}
.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: #1A2C79 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: #1A2C79;
  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: #1A2C79;
  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: #1A2C79;
  -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: #1A2C79;
  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: #1A2C79;
}
.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: #1A2C79;
}
.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 #1A2C79;
  -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: #1A2C79;
}
.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: #1A2C79;
  -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: #1A2C79;
}
.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: #1A2C79 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: #1A2C79;
  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: #1A2C79;
  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: #1A2C79;
  -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: #1A2C79;
  color: #fff;
}
.About_05 .box .main2 .list2 a::after {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  background: #1A2C79;
  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: #34B7AF;
  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: #34B7AF;
  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: #34B7AF;
  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: #34B7AF;
  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: 4.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%, #34B7AF), to(rgba(52, 183, 175, 0)));
  background: -o-linear-gradient(top, rgba(52, 183, 175, 0.1) 0%, #34B7AF 54.33%, rgba(52, 183, 175, 0) 100%);
  background: linear-gradient(180deg, rgba(52, 183, 175, 0.1) 0%, #34B7AF 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% - 4.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: #34B7AF;
  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: #34B7AF;
}
.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: #34B7AF;
  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: #1A2C79;
  -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(#00B9EF), to(#1A2C79)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #00B9EF, #1A2C79) no-repeat 0 0;
  background: #000 linear-gradient(to right, #00B9EF, #1A2C79) 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: none;
}
.About_07 .box1 .item input:hover,
.About_07 .box1 .item textarea:hover {
  border-color: #34B7AF;
}
.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: #34B7AF !important;
  background: var(--gradient);
}
.About_07 .box1 .list3 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #34B7AF;
}
.About_07 .box1 .list3 .layui-form-checked[lay-skin=primary] i {
  background: #34B7AF;
}
.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: #34B7AF;
}
.About_07 .box1 .list3 a:hover {
  color: #34B7AF;
}
.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(#00B9EF), to(#f4f5fa));
  background: -o-linear-gradient(left, #00B9EF, #f4f5fa);
  background: linear-gradient(to right, #00B9EF, #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 #1A2C79;
  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(#00B9EF), to(#1A2C79)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #00B9EF, #1A2C79) no-repeat 0 0;
  background: #000 linear-gradient(to right, #00B9EF, #1A2C79) 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 #1A2C79;
  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 #1A2C79;
  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: #1A2C79 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: #34B7AF 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: #1A2C79;
}
.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: #1A2C79 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: #34B7AF 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 #1A2C79;
  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: #34B7AF;
  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: #34B7AF;
}
.Product_01 .box .boxLeft .list .top:hover {
  color: #34B7AF;
}
.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: #34B7AF;
}
.Product_01 .box .boxLeft .list .bot ul .active a {
  color: #34B7AF;
}
.Product_01 .box .boxLeft .list .active .top span {
  color: #34B7AF;
  -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: #1A2C79;
}
.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: #1A2C79;
}
.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 #1A2C79;
  color: #1A2C79;
  -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: #1A2C79;
  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: #1A2C79;
}
.pu_page .number .active {
  color: #1A2C79;
}
.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: #34B7AF;
}
.mbx .box a {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.mbx .box a:hover {
  color: #34B7AF;
}
.mbx .box span {
  color: #333;
}
.product_bg {
  background: url(../images/img41.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: var(--nav_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: #1A2C79;
}
.Product_03 .box .item figcaption .content2 .link_03 {
  margin-left: 0.15rem;
}
.Product_03 .box .item figcaption .content2 .link_03 .a {
  background: #1A2C79;
}
.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: #1A2C79;
  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(#00B9EF), to(#1A2C79)) no-repeat 0 0;
  background: #000 -o-linear-gradient(left, #00B9EF, #1A2C79) no-repeat 0 0;
  background: #000 linear-gradient(to right, #00B9EF, #1A2C79) 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 #34B7AF;
  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: #34B7AF;
  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: #34B7AF;
  margin: auto;
}
.Marketing_02 .box .boxRight .list .item_ .circle::before,
.Marketing_02 .box .boxRight .list .item_ .circle::after {
  background: #34B7AF;
  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: #34B7AF;
  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: #34B7AF;
  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 #34B7AF;
  -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: #34B7AF;
}
.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: #34B7AF;
  -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: #34B7AF;
}
.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: #1A2C79;
  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: #1A2C79;
  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: #1A2C79;
  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 #1A2C79;
  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: #1A2C79;
}
.Investor_02 .box .list .item:hover .content4 p {
  background: #1A2C79;
}
.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: #1A2C79;
  -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 #1A2C79;
  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: #1A2C79;
}
.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: #1A2C79;
}
.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: #1A2C79;
}
.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: #34B7AF !important;
  background: var(--gradient);
}
.Investor_04 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #34B7AF;
}
.Investor_04 .box .boxRight .list4 .layui-form-checked[lay-skin=primary] i {
  background: #34B7AF;
}
.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: #34B7AF;
}
.Investor_04 .box .boxRight .list4 a:hover {
  color: #34B7AF;
}
.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: #1A2C79;
}
.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: #1A2C79;
}
.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: #1A2C79;
}
.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: #1A2C79;
  -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: #1A2C79;
}
.News_02 .box .item:hover .content3 .link_04 .a {
  background: #1A2C79;
}
.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(--f48);
  line-height: 1.4;
}
.News_03 .box .content2 {
  font-family: 'MR';
  font-size: var(--f20);
  color: #1A2C79;
  margin-top: 0.45rem;
}
.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: #1A2C79;
}
.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(--f42);
  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: #1A2C79;
}
.News_04 .box .boxRight .sticky .list .item:hover .content3 .link_04 .a {
  background: #1A2C79;
}
.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: #1A2C79;
  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: #1A2C79;
}
.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: #1A2C79;
  -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 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 #1A2C79;
  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: #1A2C79;
  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: #1A2C79;
}
.Join_02 .box .item .top:hover .content4 p {
  background: #1A2C79;
}
.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: #1A2C79;
}
.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 #1A2C79;
}
.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: #1A2C79;
}
.Search_02 {
  min-height: 50vh;
}
.Search_02 .box .list {
  margin-top: 0;
}



.Home_Product .item:nth-child(2) .link_01 .a:hover .text{
    background: #1A2C79;
}
.Home_Product .item:nth-child(2) .link_01 .a:hover .icon{
    background: #1A2C79;
}

.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 i {
    color: #34B7AF;
  }
  .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: #1A2C79;
  }
  .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: #1A2C79;
  }
  .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: #1A2C79 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: #1A2C79;
  }
  .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: #1A2C79 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: #1A2C79;
  }
  .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: #1A2C79 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: #1A2C79;
  }
  .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: #1A2C79 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: #34B7AF 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.46rem;
  }
  .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: #1A2C79;
  }
  .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: #1A2C79 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: 12px;
  }
  .Home_Product .box .item .play,
  .Outcome_01 .box .img .play,
  .Outcome_03 .box .img .play {
    width: 2.6rem;
  }
  .Footer_Container .box2 span,
  .Footer_Container .box2 a {
    font-size: 10px;
  }
  .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: #1A2C79;
  }
  .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: #1A2C79 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;
}
/*# sourceMappingURL=./style.css.map */