:root {
  --swiper-theme-color: #0C2963;
  --bold: 500;
  --bold1: bold;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #0C2963;
  --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.5rem;
  }
}
@media screen and (max-width: 1300px) {
  body {
    --www: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #32B8C4;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #32B8C4 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
}
.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.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #0C2963;
}
.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: #0C2963;
  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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
  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: #0C2963;
}
.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: #0C2963;
  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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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 #0C2963;
}
.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: #0C2963;
  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 {
  content: '';
  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: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a img {
  height: 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -0.2rem;
}
.Header_Container .box .nav .item {
  padding: 0 0.22rem;
  position: relative;
}
.Header_Container .box .nav .item > p a {
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.8);
  line-height: var(--nav_height);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item > p a svg {
  position: absolute;
  right: -0.18rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Header_Container .box .nav .item:hover > p a {
  color: #fff;
}
.Header_Container .box .nav .item:hover .selectNav {
  opacity: 1;
  visibility: initial;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item.active > p a {
  color: #fff;
}
.Header_Container .box .nav .langague {
  padding-left: 0.7rem;
}
.Header_Container .box .nav .langague > p a {
  color: #fff;
}
.Header_Container .box .Search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.58rem;
}
.Header_Container .box .Search p {
  cursor: pointer;
}
.Header_Container .box .Search p path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container.active,
.Header_Container.sticky,
.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.sticky::before,
.Header_Container.on::before {
  opacity: 0;
}
.Header_Container.active .box .logo a .img1,
.Header_Container.sticky .box .logo a .img1,
.Header_Container.on .box .logo a .img1 {
  opacity: 0;
}
.Header_Container.active .box .logo a .img2,
.Header_Container.sticky .box .logo a .img2,
.Header_Container.on .box .logo a .img2 {
  opacity: 1;
}
.Header_Container.active .box .nav .item > p a,
.Header_Container.sticky .box .nav .item > p a,
.Header_Container.on .box .nav .item > p a {
  color: #0C2963;
}
.Header_Container.active .box .nav .item:hover > p a,
.Header_Container.sticky .box .nav .item:hover > p a,
.Header_Container.on .box .nav .item:hover > p a {
  color: #32B8C4;
}
.Header_Container.active .box .nav .item.active > p a,
.Header_Container.sticky .box .nav .item.active > p a,
.Header_Container.on .box .nav .item.active > p a {
  color: #32B8C4;
}
.Header_Container.active .box .Search p svg path,
.Header_Container.sticky .box .Search p svg path,
.Header_Container.on .box .Search p svg path {
  fill: #0C2963;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.selectNav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.16rem;
  min-width: 1.4rem;
  top: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.selectNav ul {
  background: #0C2963;
  padding: 0.16rem 0;
  display: grid;
  gap: 0.16rem;
}
.selectNav ul li {
  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;
}
.selectNav ul li a {
  color: #fff;
  opacity: 0.7;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.selectNav ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #32B8C4;
}
.selectNav ul .active a {
  opacity: 1;
  border-bottom: 1px solid #32B8C4;
}
.Home_Banner {
  --h1: 9.7rem;
  height: var(--h1);
}
.Home_Banner .banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: var(--h1);
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 300px;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .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 {
  line-height: 1.3;
  font-size: var(--f56);
  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_Banner .banner .swiper-slide .orientation .content1 p {
  width: calc(var(--f56) * 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;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  margin-top: 0.58rem;
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  bottom: 0.7rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  width: 13px;
  height: 13px;
  opacity: 0.5;
  border: 3px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
  margin-right: 0.12rem;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.bjs {
  background: #fff;
  position: relative;
  z-index: 2;
}
@-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);
  }
}
.button_link1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_link1 .a {
  font-size: var(--f20);
  color: #fff;
  cursor: pointer;
  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;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.13rem;
}
.button_link1 .a span {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.button_link1 .a p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link1 .a p svg {
  margin: auto;
  fill: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link1 .a:hover p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.button_link1 .a:hover p svg {
  fill: #fff;
}
.button_link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_link2 .a {
  font-size: var(--f20);
  color: #0C2963;
  cursor: pointer;
  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;
}
.button_link2 .a p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #0C2963;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link2 .a p svg {
  margin: auto;
  fill: #0C2963;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link2 .a:hover p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.button_link2 .a:hover p svg {
  fill: #fff;
}
.button_link3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_link3 .a {
  font-size: var(--f20);
  color: #fff;
  cursor: pointer;
  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;
}
.button_link3 .a p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #32B8C4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link3 .a p svg {
  margin: auto;
  fill: #32B8C4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link3 .a:hover p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.button_link3 .a:hover p svg {
  fill: #fff;
}
.title_01 {
  color: #0C2963;
}
.title_01 .con1 {
  font-size: var(--f52);
  line-height: 1.1;
}
.title_01 .con1 span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
}
.title_01 .con2 {
  font-size: var(--f36);
  margin-top: 0.28rem;
  line-height: 1.4;
}
.title_01 .con2 span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
}
.title_01 .con2 .p1 {
  font-size: var(--f48);
  margin-bottom: 0.3rem;
}
.title_01 .con2.mt {
  margin-top: 0;
}
.title_01 .on {
  opacity: 1 !important;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.title_01 .con3 {
  margin-top: 0.76rem;
}
.Home_About {
  overflow: hidden;
}
.Home_About .box {
  margin-top: 0.8rem;
  padding-top: 0.74rem;
  border-top: 1px solid rgba(12, 41, 99, 0.5);
  --col: #edebee;
}
@media screen and (min-width: 699px) {
  .Home_About .box .item {
    width: 50%;
  }
}
.Home_About .box .item .top {
  font-size: var(--f36);
  color: #0C2963;
  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_About .box .item .top svg {
  margin-right: 0.1rem;
}
.Home_About .box .item .bot {
  margin-top: 0.24rem;
  position: relative;
  border: 1px solid #eee;
}
.Home_About .box .item .bot .img {
  height: 372px;
  overflow: hidden;
  text-align: center;
}
.Home_About .box .item .bot .img video {
  width: 100%;
}
.Home_About .box .item .bot .text,
.Home_About .box .item .bot .button_link2 {
  position: absolute;
  left: 0.36rem;
  bottom: 0.36rem;
  z-index: 3;
}
.Home_About .box .item .bot .text {
  left: auto;
  right: 0.36rem;
  color: #0C2963;
  font-size: var(--f18);
}
.Home_About .box .item:hover .bot .text {
  color: #0C2963;
}
.Home_About .box .left .top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.2rem;
}
.Home_About .box .left .bot .img {
  padding: 0.18rem 1.5rem 0;
}
.Home_About .box .right .top {
  padding-left: 0.2rem;
  position: relative;
}
.Home_About .box .right .top span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Home_About .box .right .top span svg {
  margin: auto;
}
.Home_About .box .right .bot {
  /*background: var(--col);*/
}
.Home_About .box .right .bot .img img {
  height: 100%;
}
.Home_About .box .right .bot::after {
  content: '';
  position: absolute;
  height: 0.3rem;
  width: 100%;
  left: 0;
  bottom: 0;
}
.Home_About .boxPhone {
  display: none;
}
.Home_About .box1 {
  margin-top: 0.72rem;
  position: relative;
}
.Home_About .box1 .video {
  overflow: hidden;
}
.Home_About .box1 .video video,
.Home_About .box1 .video img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 6.5rem;
}
.Home_About .box1 .orientation {
  position: absolute;
  left: 0;
  top: 62%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.Home_About .box1 .orientation .main {
  font-size: 0.64rem;
  line-height: 1.1;
  color: #0C2963;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
  padding: 0.2rem 0;
}
.Home_About .box1 .orientation .main a {
  padding-bottom: 0.05rem;
  display: inline-block;
  position: relative;
}
.Home_About .box1 .orientation .main a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.05rem;
  background: #0C2963;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.Home_About .box1 .orientation .main a span {
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_About .box1 .orientation .main a .active {
  opacity: 1;
}
.Home_About .box1 .orientation .main:hover {
  text-shadow: 1px 1px 15px #C9FBFF;
}
.Home_About .box1 .orientation .link {
  margin-top: 0.54rem;
}
.Home_About .box1 .orientation1 .main a {
  background: #0C2963 -webkit-gradient(linear, left top, right top, from(#2D519A), to(#32B8C4)) no-repeat 0 0;
  background: #0C2963 -o-linear-gradient(left, #2D519A, #32B8C4) no-repeat 0 0;
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.Home_About .box1 .orientation1 .main .active {
  background-size: 100% 100%;
}
.Home_About .box1 .orientation1 .main .active::after {
  width: 100%;
}
.Home_About .box2 {
  padding-top: 0.8rem;
}
.Home_About .box2 .left {
  width: 50%;
  overflow: hidden;
}
.Home_About .box2 .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_About .box2 .right {
  background: #001F48;
  width: 50%;
  color: #fff;
}
.Home_About .box2 .right .content1 {
  margin-top: 1.6rem;
  font-size: var(--f36);
  padding: 0 1rem;
  line-height: 1.5;
}
.Home_About .box2 .right .content2 {
  margin-top: 0.8rem;
  padding: 0 0.45rem;
}
.Home_About .box2:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_About .box2:hover .right .content2 .button_link3 .a p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.Home_About .box2:hover .right .content2 .button_link3 .a p svg {
  fill: #fff;
}
.Home_About1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.line {
  background: #0C2963 -webkit-gradient(linear, left top, right top, from(#2D519A), to(#32B8C4)) no-repeat 0 0;
  background: #0C2963 -o-linear-gradient(left, #2D519A, #32B8C4) no-repeat 0 0;
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn div {
  width: 42px;
  height: 42px;
  border: 2px solid #0C2963;
  border-radius: 50%;
  opacity: 0.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn div svg {
  margin: auto;
}
.banner_btn div:hover {
  opacity: 1;
}
.banner_btn .ml {
  margin-left: 0.1rem;
}
.Home_News .box .swiper {
  padding-right: 1px;
}
.Home_News .box .item {
  border: 1px solid #CED4E0;
}
.Home_News .box .item figure {
  overflow: hidden;
}
.Home_News .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .item figcaption {
  padding: 0.3rem;
}
.Home_News .box .item figcaption .content1 {
  font-size: var(--f24);
  color: #0C2963;
  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;
}
.Home_News .box .item figcaption .content1 span {
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item figcaption .content2 {
  margin-top: 0.8rem;
  color: #0C2963;
  font-family: 'MR';
  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 .item figcaption .content2 .l {
  font-size: var(--f24);
}
.Home_News .box .item figcaption .content2 .r {
  font-size: 14px;
}
.Home_News .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item:hover figcaption .content1 span {
  background-size: 100% 2px;
}
.Home_News .box1 {
  margin-top: 0.8rem;
}
.Footer_Container {
  background: #011530;
  min-height: 1rem;
  padding: 0.7rem 0 0.5rem;
  position: relative;
  z-index: 2;
}
.Footer_Container .box .left .content1 img {
  height: 0.67rem;
}
.Footer_Container .box .left .content2 {
  margin-top: 0.42rem;
}
.Footer_Container .box .left .content2 .icon {
  border-radius: 10px;
  overflow: hidden;
}
.Footer_Container .box .left .content2 .icon img {
  width: 1rem;
}
.Footer_Container .box .left .content2 .text {
  padding-left: 0.34rem;
  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;
}
.Footer_Container .box .left .content2 .text p {
  font-size: var(--f16);
  line-height: 1.6;
}
.Footer_Container .box .right .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem 0.64rem;
}
.Footer_Container .box .right .list .item a {
  width: 2.2rem;
  font-size: var(--f20);
  color: #fff;
  padding: 0.17rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .right .list .item a::after {
  content: '';
  position: absolute;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.Footer_Container .box .right .list .item a svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .right .list .item a:hover::after {
  width: 100%;
}
.Footer_Container .box .right .list .item a:hover svg {
  right: -5px;
}
.Footer_Container .box1 {
  font-size: var(--f16);
  margin-top: 1.28rem;
}
.Footer_Container .box1 span {
  color: #fff;
  opacity: 0.7;
}
.Footer_Container .box1 a {
  display: inline-block;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 a:hover {
  opacity: 1;
}
.InnerBanner {
    overflow: hidden;
}
.InnerBanner .img img {
  width: 100%;
}

@media screen and (min-width:1200px) {
    

.InnerBanner .img img{
   height: 500px;
}
}
@media screen and (min-width:1200px) and (max-width:1400px) {
    .InnerBanner .img img{
   height: 380px;
}
}
    


.Technology_1 .box .boxLeft {
  width: 50%;
  position: relative;
}
.Technology_1 .box .boxLeft > img {
  width: 100%;
}
.Technology_1 .box .boxLeft .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.85rem;
  height: 0.85rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.Technology_1 .box .boxLeft .play svg {
  margin: auto;
}
.Technology_1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.06rem;
}
.Technology_1 .box .boxRight > div .content1 {
  font-size: var(--f36);
  color: #0C2963;
}
.Technology_1 .box .boxRight > div .content2 {
  margin-top: 0.4rem;
  font-size: var(--f24);
  line-height: 2;
  color: #0C2963;
}
.Technology_2 {
  --h: 5.9rem;
  --m: 0.35rem;
  --b: 0.56rem;
  top: 10%;
  z-index: 5;
  background: #fff;
}
.Technology_2.active {
  position: initial;
}
.Technology_2 .heng {
  background: #0C2963;
  opacity: 0.5;
  height: 1px;
}
.Technology_2 .screen {
  height: 100vh;
  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;
}
.Technology_2 .box {
  position: relative;
}
.Technology_2 .box .width {
  width: var(--m);
}
.Technology_2 .box .toggle {
  position: absolute;
  left: 0;
  top: 0.16rem;
  z-index: 3;
  background: rgba(12, 41, 99, 0.08);
  padding: 5px;
  border-radius: var(--b);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Technology_2 .box .toggle li {
  width: var(--b);
  height: var(--b);
  line-height: var(--b);
  font-size: var(--f18);
  color: #0C2963;
  text-align: center;
  border-radius: 50%;
  margin-right: var(--m);
  cursor: pointer;
  z-index: 2;
}
.Technology_2 .box .toggle li:last-child {
  margin-right: 0;
}
.Technology_2 .box .toggle li:nth-last-child(2) {
  margin-right: 0;
}
.Technology_2 .box .toggle .active {
  font-weight: bold;
}
.Technology_2 .box .toggle p {
  position: absolute;
  left: 5px;
  top: 5px;
  width: var(--b);
  height: var(--b);
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Technology_2 .box .list {
  position: relative;
  height: var(--h);
}
.Technology_2 .box .list .item_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Technology_2 .box .list .active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.Technology_2 .box .list .item {
     
}
.Technology_2 .box .list .item .boxLeft {
  width: 64%;
  color: #0C2963;
 padding-top: 1.28rem;
  padding-right: 1rem;
}
.Technology_2 .box .list .item .boxLeft .content1 {
  font-size: var(--f36);
  line-height: 1.3;
}
.Technology_2 .box .list .item .boxLeft .content2 {
  margin-top: 0.26rem;
}
.Technology_2 .box .list .item .boxLeft .content2 .scroll {
  font-size: var(--f18);
  line-height: 1.66;
}
.Technology_2 .box .list .item .boxRight {
  width: 36%;
  overflow: hidden;
   padding-top: 1.28rem;
}
.Technology_2 .box .list .item .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_2 .box .list .item .boxRight:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.container {
  height: 100vh;
}
.container .section {
  height: 100vh;
  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: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background: #f6f6f6;
}
.container .active {
  opacity: 1;
}
.News_1 .box .swiper-slide a .boxLeft {
  width: 50%;
}
.News_1 .box .swiper-slide a .boxLeft p {
  overflow: hidden;
}
.News_1 .box .swiper-slide a .boxLeft img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  vertical-align: bottom;
}
.News_1 .box .swiper-slide a .boxRight {
  width: 50%;
  padding-left: 0.8rem;
  color: #0C2963;
  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_1 .box .swiper-slide a .boxRight > div {
  width: 100%;
}
.News_1 .box .swiper-slide a .boxRight .content1 {
  font-family: 'MR';
  font-size: var(--f18);
}
.News_1 .box .swiper-slide a .boxRight .content2 {
  font-size: var(--f32);
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.12rem;
  font-weight: var(--bold);
}
.News_1 .box .swiper-slide a .boxRight .content2 span {
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_1 .box .swiper-slide a .boxRight .content3 {
  font-weight: var(--bold);
  font-size: var(--f18);
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.26rem;
}
.News_1 .box .swiper-slide a .boxRight .content4 {
  font-size: var(--f20);
  font-family: 'MR';
  margin-top: 0.33rem;
}
.News_1 .box .swiper-slide a:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_1 .box .swiper-slide a:hover .boxRight .content2 span {
  background-size: 100% 2px;
}
.News_1 .page {
  margin-top: 0.56rem;
}
.News_1 .page div {
  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;
}
.News_1 .page div span {
  width: 10px;
  height: 10px;
  border: 2px solid #0C2963;
  background: transparent;
  margin: 0 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .page div .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0C2963;
}
.navToggle ul li {
  margin: 0 0.2rem;
}
.navToggle ul li a {
  font-size: var(--f24);
  color: #0C2963;
  font-weight: var(--bold);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 0.12rem;
  border-bottom: 3px solid transparent;
  opacity: 0.8;
  cursor: pointer;
}
.navToggle ul li a:hover {
  opacity: 1;
}
.navToggle ul li.active a {
  border-bottom: 3px solid #32B8C4;
  opacity: 1;
}
.xiantiao {
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_2 .heng {
  height: 1px;
  background: #0C2963;
  opacity: 0.5;
  margin-bottom: 0.45rem;
}
.News_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.News_2 .box .item {
  border: 1px solid #CED4E0;
}
.News_2 .box .item figure {
  overflow: hidden;
}
.News_2 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item figcaption {
  padding: 0.3rem;
}
.News_2 .box .item figcaption .content1 {
  font-size: var(--f24);
  color: #0C2963;
  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;
}
.News_2 .box .item figcaption .content1 span {
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_2 .box .item figcaption .content2 {
  margin-top: 0.8rem;
  color: #0C2963;
  font-family: 'MR';
  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_2 .box .item figcaption .content2 .l {
  font-size: var(--f24);
}
.News_2 .box .item figcaption .content2 .r {
  font-size: 14px;
  display: none;
}
.News_2 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_2 .box .item:hover figcaption .content1 span {
  background-size: 100% 2px;
}
.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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.64rem 0 0;
}
.pu_page a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a i {
  margin: auto;
  font-weight: bold;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  line-height: 1;
  color: #0C2963;
}
.pu_page .prev a,
.pu_page .next a {
  border-radius: 50%;
  border: 2px solid #0C2963;
  opacity: 0.3;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  opacity: 1;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.6rem;
}
.pu_page .number a {
  width: auto;
  font-size: var(--f18);
  margin: 0 0.25rem;
  color: #0C2963;
  border-bottom: 3px solid transparent;
}
.pu_page .number a:hover {
  border-color: #32B8C4;
}
.pu_page .number .active {
  font-weight: bold;
  border-color: #32B8C4;
}
.mbx {
  margin-top: 0.66rem;
}
.mbx .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mbx .box a {
  display: inline-block;
  opacity: 0.5;
  line-height: 1.2;
  color: #0C2963;
}
.mbx .box i {
  font-size: 12px;
  opacity: 0.5;
  color: #0C2963;
  margin: 0 6px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.mbx .box span {
  color: #0C2963;
  line-height: 1.2;
}
.News_3 {
  --w: 5.2rem;
  margin-bottom: 0.4rem;
}
.News_3 .box {
  padding-right: var(--w);
}
.News_3 .box .content1 {
  font-weight: var(--bold);
  font-size: var(--f36);
  line-height: 1.4;
  margin-top: 0.32rem;
}
.News_3 .box .content2 {
  font-family: 'MR';
  color: #0C2963;
  margin-top: 0.18rem;
}
.News_4 {
  --w: 5.2rem;
}
.News_4 em{
    font-style: italic;
}

.News_4 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_4 .box .boxLeft .heng {
  height: 1px;
  background: #0C2963;
  opacity: 0.5;
}
.News_4 .box .boxLeft .content1 {
  font-size: var(--f20);
  font-weight: var(--bold);
  line-height: 1.8;
  margin-top: 0.4rem;
}
.News_4 .box .boxLeft .content1 h5 {
  font-size: var(--f26);
  font-weight: var(--bold);
}
.News_4 .box .boxLeft .content2 {
  margin-top: 0.68rem;
  padding: 0 0.45rem;
  background: #f4f4f4;
}
.News_4 .box .boxLeft .content2 > div {
  padding: 0.22rem 0;
  border-bottom: 1px solid rgba(12, 41, 99, 0.2);
}
.News_4 .box .boxLeft .content2 > div:last-child {
  border-bottom: none;
}
.News_4 .box .boxLeft .content2 > div a {
  color: #0C2963;
}
.News_4 .box .boxLeft .content2 > div .top {
  font-size: var(--f18);
}
.News_4 .box .boxLeft .content2 > div .bot {
  font-size: var(--f20);
  font-weight: var(--bold);
  margin-top: 8px;
  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_4 .box .boxLeft .content2 > div .bot span {
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_4 .box .boxLeft .content2 > div .bot:hover span {
  background-size: 100% 2px;
}
.News_4 .box .boxRight {
  width: var(--w);
  padding-left: 1rem;
}
.News_4 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.News_4 .box .boxRight .h5 {
  font-weight: var(--bold);
  font-size: var(--f32);
  line-height: 1;
}
.News_4 .box .boxRight .list {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.4rem;
}
.News_4 .box .boxRight .list .item {
  border: 1px solid #CED4E0;
}
.News_4 .box .boxRight .list .item figure {
  overflow: hidden;
}
.News_4 .box .boxRight .list .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_4 .box .boxRight .list .item figcaption {
  padding: 0.18rem 0.25rem;
}
.News_4 .box .boxRight .list .item figcaption .content1 {
  font-size: var(--f20);
  color: #0C2963;
  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;
}
.News_4 .box .boxRight .list .item figcaption .content1 span {
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_4 .box .boxRight .list .item figcaption .content2 {
  margin-top: 0.4rem;
  color: #0C2963;
  font-family: 'MR';
  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_4 .box .boxRight .list .item figcaption .content2 .l {
  font-size: var(--f16);
}
.News_4 .box .boxRight .list .item figcaption .content2 .r {
  font-size: 14px;
  display: none;
}
.News_4 .box .boxRight .list .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_4 .box .boxRight .list .item:hover figcaption .content1 span {
  background-size: 100% 2px;
}
.Contact_1 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_1 .box .item {
  background: #f7f7f7;
  position: relative;
}
.Contact_1 .box .item .img {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .item .img img {
  width: 100%;
}
.Contact_1 .box .item .orientation {
  padding: 0.5rem 0.6rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #0C2963;
  font-weight: var(--bold);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .item .orientation .content1 {
  font-size: var(--f36);
  line-height: 1;
}
.Contact_1 .box .item .orientation .content2 {
  font-size: var(--f20);
  line-height: 1.7;
  height: -webkit-calc(5.1em);
  height: calc(1.7em * 3);
  margin-top: 0.16rem;
}
.Contact_1 .box .item .orientation .content3 .a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .item:hover .img {
  opacity: 1;
}
.Contact_1 .box .item:hover .orientation {
  color: #fff;
}
.Contact_1 .box .item:hover .content3 .a {
  color: #fff;
}
.Contact_1 .box .item:hover .content3 .a p {
  border-color: #32B8C4;
}
.Contact_1 .box .item:hover .content3 .a p svg {
  fill: #32B8C4;
}
.Contact_2 .heng {
  height: 1px;
  margin: 0.8rem 0 0.7rem;
  background: #0C2963;
  opacity: 0.5;
}
.Contact_2 .box {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(3, 1fr);
}
.Contact_2 .box .item {
  color: #0C2963;
  background: #f7f7f7;
  text-align: center;
  padding: 1rem 0 0.55rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .item .content1 img {
  height: 0.5rem;
}
.Contact_2 .box .item .content2 {
  font-size: var(--f36);
  margin-top: 0.56rem;
}
.Contact_2 .box .item .content3 {
  font-size: var(--f20);
  margin-top: 0.15rem;
}
.Contact_2 .box .item:hover {
  -webkit-box-shadow: 0 4px 0.12rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0.12rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Investor_1 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Investor_1 .box .item {
  height: 1.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #A4AFC4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Investor_1 .box .item img {
  max-height: 1.3rem;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Investor_1 .box .item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.Investor_1 .box .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.f32 {
  font-size: var(--f32);
}
.Business_1 .content1 {
  font-size: var(--f36);
  line-height: 1.2;
  margin-top: 0.46rem;
}
.Business_1 .content2 {
  font-size: var(--f24);
  line-height: 1.9;
  margin-top: 0.35rem;
}
.Business_1 .box {
  margin: 1rem auto 0;
  width: 10.75rem;
  position: relative;
}
.Business_1 .box .img img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .Business_1 .box ul {
    position: absolute;
    top: 50%;
  }
}
.Business_1 .box ul li {
  font-size: var(--f20);
  margin-bottom: 1.06rem;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Business_1 .box ul li:last-child {
  margin-bottom: 0;
}
.Business_1 .box ul li::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #32B8C4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Business_1 .box ul li.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .Business_1 .box .left {
    left: -0.32rem;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
  }
  .Business_1 .box .left li {
    padding-right: 18px;
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    opacity: 0;
  }
  .Business_1 .box .left li::after {
    right: 0;
  }
  .Business_1 .box .right {
    right: -0.32rem;
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
  }
  .Business_1 .box .right li {
    padding-left: 18px;
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
    opacity: 0;
  }
  .Business_1 .box .right li::after {
    left: 0;
  }
}
.public_svg {
  display: none;
  pointer-events: none;
}
.Pipeline_1 .desc {
  font-size: var(--f24);
  line-height: 1.9;
  margin-top: 0.4rem;
}
.Pipeline_1 .box {
  --w1: 1.6rem;
  --w2: 1.3rem;
  --w3: 1.5rem;
  --w4: 1.4rem;
  --h1: 40px;
  --h2: 52px;
}
.Pipeline_1 .box .scroll {
  text-align: center;
  padding-left: 0.8rem;
  position: relative;
}
.Pipeline_1 .box .scroll .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  background: #0C2963;
  height: 100%;
  color: #fff;
}
.Pipeline_1 .box .scroll .title p {
  font-size: var(--f20);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.Pipeline_1 .box .scroll .content1 {
  width: var(--w1);
}
.Pipeline_1 .box .scroll .content2 {
  width: var(--w2);
}
.Pipeline_1 .box .scroll .content3 {
  width: var(--w3);
}
.Pipeline_1 .box .scroll .content4 {
  width: var(--w4);
}
.Pipeline_1 .box .scroll .content5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Pipeline_1 .box .scroll .th {
  font-size: var(--f20);
  padding-bottom: 0.15rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(12, 41, 99, 0.5);
  line-height: var(--h1);
}
.Pipeline_1 .box .scroll .th .content5 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.Pipeline_1 .box .scroll .th .content5 .li {
  font-size: var(--f18);
  position: relative;
}
.Pipeline_1 .box .scroll .th .content5 .li svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Pipeline_1 .box .scroll .td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(12, 41, 99, 0.5);
}
.Pipeline_1 .box .scroll .td .left {
  width: var(--w1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Pipeline_1 .box .scroll .td .left .content1 {
  margin: auto;
}
.Pipeline_1 .box .scroll .td .left .content1 figure img {
  max-height: 35px;
}
.Pipeline_1 .box .scroll .td .left .content1 figcaption {
  font-size: var(--f20);
  font-weight: bold;
  margin-top: 5px;
}
.Pipeline_1 .box .scroll .td .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Pipeline_1 .box .scroll .td .right .item {
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: var(--h2);
  border-bottom: 1px dashed rgba(12, 41, 99, 0.5);
}
.Pipeline_1 .box .scroll .td .right .item:last-child {
  border: 0;
}
.Pipeline_1 .box .scroll .td .right .item .content5 {
  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;
}
.Pipeline_1 .box .scroll .td .right .item .content5 p {
  height: 0.07rem;
  background: #32B8C4;
  position: relative;
  width: 1%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.Pipeline_1 .box .scroll .td .right .item .content5 p::after {
  content: '';
  width: 0.18rem;
  height: 0.18rem;
  background: #fff;
  border-radius: 50%;
  border: 0.06rem solid #32B8C4;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.PopularScience .box .h5 {
  font-size: var(--f36);
  margin-bottom: 0.4rem;
}
.PopularScience .box .desc {
  font-size: var(--f24);
  line-height: 1.9;
}
.PopularScience .box .heng {
  margin: 1rem 0;
  height: 1px;
  background: #0C2963;
  opacity: 0.5;
}
.PopularScience .box .content2 {
  text-align: center;
  margin-top: 0.9rem;
}
.PopularScience .box .content2 img {
  /*width: 8.96rem;*/
}
.PopularScience .box .content3 {
  margin-top: 0.4rem;
  text-align: center;
}
.PopularScience .box .content3 img {
  /*width: 100%;*/
}
.PopularScience .box .content4 {
  margin-top: 0.8rem;
  text-align: center;
}
.PopularScience .box .content4 img {
  /*width: 10.27rem;*/
}
.PopularScience .box .content5 {
  margin: 0.8rem auto 0;
  width: 575px;
  position: relative;
}
.PopularScience .box .content5 img {
  /*width: 100%;*/
}
.PopularScience .box .content5 .list .item {
  position: absolute;
  top: 0;
  width: 4.2rem;
}
.PopularScience .box .content5 .list .item .con1 {
  font-size: var(--f28);
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.PopularScience .box .content5 .list .item .con2 {
  font-family: 'MR';
  font-size: var(--f22);
  color: #aaa;
  margin-top: 7px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.PopularScience .box .content5 .list .item .active {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}
.PopularScience .box .content5 .list .item .con3 {
  margin-top: 10px;
  position: relative;
}
.PopularScience .box .content5 .list .item .con3::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #32B8C4;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.PopularScience .box .content5 .list .item .con3 p {
  height: 1px;
  background: #32B8C4;
  width: 0%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.PopularScience .box .content5 .list .item .con3.on::after {
  opacity: 1;
}
.PopularScience .box .content5 .list .item .con3.on p {
  width: 100%;
}
.PopularScience .box .content5 .list .item1 {
  left: -41%;
  top: 14%;
}
.PopularScience .box .content5 .list .item1 .con1,
.PopularScience .box .content5 .list .item1 .con2 {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  opacity: 0;
}
.PopularScience .box .content5 .list .item1 .con3 {
  padding-right: 24px;
}
.PopularScience .box .content5 .list .item1 .con3::after {
  right: 0;
}
.PopularScience .box .content5 .list .item2 {
  left: -64%;
  top: 65%;
}
.PopularScience .box .content5 .list .item2 .con1,
.PopularScience .box .content5 .list .item2 .con2 {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  opacity: 0;
}
.PopularScience .box .content5 .list .item2 .con3 {
  padding-right: 24px;
}
.PopularScience .box .content5 .list .item2 .con3::after {
  right: 0;
}
.PopularScience .box .content5 .list .item3 {
  width: 5.7rem;
  left: 66%;
  top: 20%;
  text-align: right;
}
.PopularScience .box .content5 .list .item3 .con1,
.PopularScience .box .content5 .list .item3 .con2 {
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
  opacity: 0;
}
.PopularScience .box .content5 .list .item3 .con3 {
  padding-left: 24px;
}
.PopularScience .box .content5 .list .item3 .con3::after {
  left: 0;
}
.PopularScience .box .content5 .list .item4 {
  left: 76%;
  top: 66%;
  text-align: right;
}
.PopularScience .box .content5 .list .item4 .con1,
.PopularScience .box .content5 .list .item4 .con2 {
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
  opacity: 0;
}
.PopularScience .box .content5 .list .item4 .con3 {
  padding-left: 24px;
}
.PopularScience .box .content5 .list .item4 .con3::after {
  left: 0;
}
.PopularScience .box .content6 {
  margin-top: 0.78rem;
}
.PopularScience .box .content6 .item {
  text-align: center;
  margin: 0 0.6rem;
}
.PopularScience .box .content6 .item figcaption {
  font-size: var(--f28);
  color: #2D519A;
}
.PopularScience .box .content6 .item figure {
  width: 3.58rem;
  margin-top: 0.26rem;
  border: 1px solid rgba(113, 112, 113, 0.6);
}
.About_1 .box .boxLeft {
  width: 50%;
  padding-right: 0rem;
  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_1 .box .boxLeft > div {
  width: 100%;
}
.About_1 .box .boxLeft > div .content2 {
  margin-top: 0.18rem;
}
.About_1 .box .boxLeft > div .content2 .li,
.About_1 .box .boxLeft > div .content2 p {
  font-size: var(--f24);
  color: #0C2963;
  line-height: 2;
}
.About_1 .box .boxLeft > div .content2 .li span,
.About_1 .box .boxLeft > div .content2 p span {
  background: #0C2963 -webkit-gradient(linear, left top, right top, from(#2D519A), to(#32B8C4)) no-repeat 0 0;
  background: #0C2963 -o-linear-gradient(left, #2D519A, #32B8C4) no-repeat 0 0;
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_1 .box .boxLeft > div .content2 .li .active,
.About_1 .box .boxLeft > div .content2 p .active {
  background-size: 100% 100%;
}
.About_1 .box .boxRight {
  width: 50%;
}
.About_1 .box .boxRight p img {
  width: 100%;
}
.About_2 .box {
  border-top: 1px solid rgba(12, 41, 99, 0.5);
  border-bottom: 1px solid rgba(12, 41, 99, 0.5);
  padding: 0.96rem 0;
}
.About_2 .box .boxLeft {
  width: 9.95rem;
  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_2 .box .boxLeft > div {
  width: 100%;
}
.About_2 .box .boxLeft > div .content2 {
  margin-top: 0.18rem;
}
.About_2 .box .boxLeft > div .content2 .h5 {
  font-size: var(--f42);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.About_2 .box .boxLeft > div .content2 p {
  font-size: var(--f32);
  color: #0C2963;
  line-height: 1.625;
}
.About_2 .box .boxLeft > div .content2 p em {
  background: #0C2963 -webkit-gradient(linear, left top, right top, from(#2D519A), to(#32B8C4)) no-repeat 0 0;
  background: #0C2963 -o-linear-gradient(left, #2D519A, #32B8C4) no-repeat 0 0;
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: var(--bold);
}
.About_2 .box .boxLeft > div .content2 p span {
  opacity: 0.1;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
  display: inline-block;
  font-weight: var(--bold);
}
.About_2 .box .boxLeft > div .content2 p .active {
  opacity: 1;
}
.PopularScience .f32 {
  margin-bottom: 0.46rem;
}
.About_3 {
  overflow: hidden;
}
.About_3 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.34rem;
}
.About_3 .box .item {
  position: relative;
}
.About_3 .box .item .content1 {
  font-size: var(--f36);
}
.About_3 .box .item .content2 {
  font-size: var(--f20);
  margin-top: 9px;
}
.About_3 .box .item .content3 {
  font-size: var(--f20);
  margin-top: 0.35rem;
}
.About_3 .box .item .one {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box .item .one figure {
  background: #0C2963;
}
.About_3 .box .item .one figure img {
  width: 100%;
}
.About_3 .box .item .one figcaption {
  border: 1px solid #CED4E0;
  padding: 0.55rem 0.38rem 0.38rem;
}
.About_3 .box .item .one figcaption .content2 {
  height: -webkit-calc(3.4em);
  height: calc(1.7em * 2);
  line-height: 1.7;
}
.About_3 .box .item .two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C2963;
  padding: 0.7rem 0.15rem 0.7rem 0.44rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
}
.About_3 .box .item .two .scroll {
  color: #fff;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  height: 100%;
  padding-right: 0.15rem;
}
.About_3 .box .item .two .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_3 .box .item .two .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #32B8C4;
}
.About_3 .box .item .two .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}
@-moz-document url-prefix() {
  .About_3 .box .item .two .scroll {
    scrollbar-color: #32B8C4 rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
  }
}
.About_3 .box .item:hover .two {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.About_4 .box .img {
  overflow: hidden;
}
.About_4 .box .img img {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.About_4 .box .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_4 .box .list {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.2rem;
}
.About_4 .box .list .item {
  padding: 0.7rem 0.6rem;
  background: #f7f7f7;
}
.About_4 .box .list .item .content1 {
  font-size: var(--f36);
}
.About_4 .box .list .item .content1 span {
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_4 .box .list .item .content2 {
  font-size: var(--f20);
  line-height: 2;
  margin-top: 0.18rem;
}
.About_4 .box .list .item:hover .content1 span {
  background-size: 100% 2px;
}
.About_5 .heng {
  height: 1px;
  background: #0C2963;
  opacity: 0.5;
  margin: 1rem 0;
}
.About_5 .box .swiper {
  padding: 10px 0;
}
.About_5 .box .swiper .swiper-slide {
  background: #f7f7f7;
  height: auto;
}
.About_5 .box .item {
  min-height: 1rem;
  min-height: 4.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box .item .img {
  padding-top: 0.15rem;
}
.About_5 .box .item .img img {
  width: 100%;
}
.About_5 .box .item .content0 {
  padding: 0.15rem 0.4rem;
}
.About_5 .box .item .content1 {
  font-size: var(--f36);
  line-height: 1;
}
.About_5 .box .item .content2 {
  font-size: var(--f18);
  margin-top: 0.24rem;
  line-height: 1.3;
}
.About_5 .box .item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.About_6 .box .item {
  padding: 0.3rem;
  background: #f7f7f7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.About_6 .box .item .left {
  width: 1.95rem;
}
.About_6 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.About_6 .box .item .right div {
  width: 100%;
  font-size: var(--f20);
  line-height: 1.3;
  font-weight: var(--bold);
}
.About_6 .box .item:hover {
  background: #0C2963;
  color: #fff;
}
.About_7 {
  height: 100vh;
}
.About_7 .f32 {
  padding-top: 1.4rem;
}
.About_7 .box {
  margin-top: 25vh;
}
.About_7 .box > div {
  width: 100%;
}
.About_7 .box .boxLeft {
  width: 50%;
  position: relative;
  
}

.About_7 .box .boxLeft .posi {
  position: absolute;
  left: 100%;
  top: 108%;
}

.About_7 .box .boxLeft .posi p{
     
  /*height: 26px;*/
  /*width: 26px;*/
  /*border-radius: 50%;*/
  /*border: 2px solid #ddd;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  animation: move-the-circle 1s infinite;
}
.About_7 .box .boxLeft .posi svg {
  fill: #ddd;
  margin: auto;
  width: 26px;
  height: auto;
  /*transform: rotate(90deg);*/
}



@keyframes move-the-circle {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}


.About_7 .box .boxLeft .svg {
  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_7 .box .boxLeft .svg p {
  margin-right: 0.25rem;
}
.About_7 .box .boxLeft .svg p .path {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  fill: transparent;
}
.About_7 .box .boxLeft .svg .active svg .path {
  stroke: transparent;
  fill: #0C2963;
}
.About_7 .box .boxRight {
  width: 50%;
  position: relative;
}
.About_7 .box .boxRight .item {
  position: absolute;
  top: 0;
  left: 0;
  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;
  padding-bottom: 0.5rem;
}
.About_7 .box .boxRight .item .content1 {
  font-size: var(--f36);
  line-height: 1;
}
.About_7 .box .boxRight .item .content2 {
  font-size: var(--f18);
  line-height: 1.9;
  margin-top: 0.29rem;
}
.About_7 .box .boxRight .active {
  position: inherit;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.About_7 .box .boxRight .prev {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 1680px) {
  .About_7 .box .boxLeft .svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .PopularScience .box .content5 .list .item1 {
    left: -29%;
    top: 16%;
  }
  .PopularScience .box .content5 .list .item2 {
    left: -51%;
    top: 67%;
  }
  .PopularScience .box .content5 .list .item3 {
    top: 23%;
  }
  .PopularScience .box .content5 .list .item4 {
    top: 68%;
  }
}
@media screen and (max-width: 1520px) {
  .About_2 .box .boxLeft {
    width: 10.1rem;
  }
  .Header_Container .box .Search p {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .Home_About .box .item .top svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Home_About .box .right .bot::after {
    height: 0.4rem;
  }
  .Home_About .box .item .bot .img {
    height: 330px;
  }
  .PopularScience .box .content5 .list .item1 {
    left: -24%;
  }
  .PopularScience .box .content5 .list .item2 {
    left: -46%;
  }
}
@media screen and (max-width: 1400px) {
  .Footer_Container .box1 {
    font-size: var(--f14);
  }
  .Footer_Container .box .right .list .item a {
    font-size: var(--f18);
  }
  .PopularScience .box .content5 {
    width: 540px;
  }
  .Pipeline_1 .box {
    --w3: 1.8rem;
}
  
}
@media screen and (max-width: 1281px) {
  .Home_Banner .banner .swiper-slide .orientation .content1 p svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Header_Container .box .nav .item > p a {
    font-size: var(--f16);
  }
  .Home_About .box .item .bot .img {
    height: 300px;
  }
  .banner_btn div,
  .pu_page a {
    width: 36px;
    height: 36px;
  }
  .pu_page a {
    line-height: 36px;
  }
  .Technology_2 .box .list .item .boxLeft .content2 .scroll {
    font-size: var(--f16);
  }
  .Pipeline_1 .box .scroll .th {
    font-size: var(--f18);
  }
  .Pipeline_1 .box .scroll .th .content5 .li {
    font-size: var(--f16);
  }
  .Pipeline_1 .box .scroll .td .left .content1 figcaption {
    font-size: var(--f16);
  }
  .Pipeline_1 .box .scroll .td .right .item {
    font-size: 12px;
  }
  .Header_Container .box .nav .langague {
    padding-left: 0.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner {
    height: 300px;
  }
  .Home_About .box .left .bot .img {
    padding: 0.18rem 0.4rem 0;
  }
  .Home_About .box .item .bot .img {
    height: 410px;
  }
  .Home_About .box .item.right .bot .img {
    height: 350px;
  }
  .Home_About .box1 .orientation .main {
    font-size: 0.44rem;
  }
  .Home_About .box2 .left {
    width: 100%;
  }
  .Home_About .box2 .right {
    width: 100%;
    padding: 0.8rem 0vw;
  }
  .Home_About .box2 .right .content1 {
    margin-top: 0;
  }
  .Footer_Container .box .right .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .Footer_Container .box1 {
    font-size: var(--f16);
  }
  .Footer_Container .box1 div {
    line-height: 2;
    width: 100%;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    font-weight: bold;
    color: #32B8C4;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 40px;
  }
  .Footer_Container .box .left .content2 .icon img {
    width: 1.1rem;
  }
  .Home_About .box .item .top {
    display: none;
  }
  .Home_About .boxPhone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Home_About .boxPhone .item .top {
    display: block;
  }
  .Home_About .boxPhone .item .top svg {
    margin: 0 5px;
    -webkit-transform: scale(0.7) translateY(-2px);
    -ms-transform: scale(0.7) translateY(-2px);
    transform: scale(0.7) translateY(-2px);
  }
  .Home_About .boxPc {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .Home_About .box .item {
    width: 100%;
  }
  .Home_Banner .banner {
    position: initial;
  }
  .About_2 .box .boxLeft {
    width: 100%;
    margin-top: 0.5rem;
  }
  .About_3 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .About_3 .box .item .content1 {
    font-size: var(--f32);
  }
  .About_5 .box .item .content0 {
    padding: 0.15rem 0.4rem 0.4rem;
  }
  .About_7 {
    height: auto;
    padding-bottom: 0.9rem;
  }
  .About_7 .box {
    margin-top: 0.8rem;
  }
  .About_7 .box .boxLeft {
    width: 100%;
  }
  .About_7 .box .boxRight {
    width: 100%;
    margin-top: 0.4rem;
  }
  .About_7 .box .boxRight .item {
    position: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .About_7 .box .boxRight .item:last-child {
    padding-bottom: 0;
  }
  .Technology_1 .box .boxLeft {
    width: 100%;
  }
  .Technology_1 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0;
  }
  .Technology_2 .screen {
    height: auto;
  }
  .Technology_2 .box .toggle {
    display: none;
  }
  .Technology_2 .box .list {
    display: grid;
    gap: 0.8rem;
    height: auto;
  }
  .Technology_2 .box .list .item_box {
    position: initial;
    opacity: 1;
  }
  .Technology_2 .box .list .item .boxLeft {
    width: 100%;
    padding: 0;
  }
  .Technology_2 .box .list .item .boxRight {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0;
  }
  .Technology_1 .box .boxRight > div .content1,
  .Technology_2 .box .list .item .boxLeft .content1 {
    font-size: var(--f28);
  }
  .Technology_2 .box .list .item .boxLeft .content2 .scroll {
    line-height: 1.8;
  }
  .Pipeline_1 .box {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .Pipeline_1 .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Pipeline_1 .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #32B8C4;
  }
  .Pipeline_1 .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Pipeline_1 .box {
      scrollbar-color: #32B8C4 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Pipeline_1 .box .scroll {
    width: 180%;
  }
  .Business_1 .box {
    width: 5.6rem;
  }
  .Business_1 .box ul li {
    font-size: 14px;
    margin-bottom: 0.4rem;
  }
  .Business_1 .box ul li:last-child {
    margin-bottom: 0;
  }
  .Business_1 .box .left {
    left: -0.12rem;
  }
  .Business_1 .box .right {
    right: -0.12rem;
  }
  .News_1 .box .swiper-slide a .boxLeft {
    width: 100%;
  }
  .News_1 .box .swiper-slide a .boxRight {
    padding-left: 0;
    margin-top: 0.6rem;
    width: 100%;
  }
  .News_1 .box .swiper-slide a .boxRight .content2 {
    font-size: var(--f26);
  }
  .News_3 .box {
    padding: 0;
  }
  .News_3 .box .content1 {
    font-size: var(--f28);
  }
  .News_4 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.8rem;
    padding-left: 0;
  }
  .Contact_1 .box .item .img img {
    height: 3rem;
  }
  .Contact_1 .box .item .orientation {
    padding: 0.4rem;
  }
  .Contact_1 .box .item .orientation .content1,
  .Contact_2 .box .item .content2,
  .PopularScience .box .h5 {
    font-size: var(--f28);
  }
  .PopularScience .box .desc {
    font-size: var(--f20);
    line-height: 1.8;
  }
  .Investor_1 .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .News_2 .box,
  .News_4 .box .boxRight .list,
  .Contact_2 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .News_2 .box,
  .News_4 .box .boxRight .list,
  .Investor_1 .box,
  .About_3 .box,
  .Contact_1 .box {
    gap: 20px;
  }
  .PopularScience .box .content6 .item figcaption {
    font-size: var(--f24);
  }
  .PopularScience .box .content6 .item {
    margin: 0 0.2rem;
  }
  .PopularScience .box .content5 {
    width: 50vw;
  }
  .PopularScience .box .content5 .list .item {
    width: 2.4rem;
  }
  .PopularScience .box .content5 .list .item .con1 {
    font-size: 16px;
  }
  .PopularScience .box .content5 .list .item .con2 {
    font-size: 14px;
  }
  .PopularScience .box .content5 .list .item1 {
    left: -13%;
    top: 13%;
  }
  .PopularScience .box .content5 .list .item2 {
    left: -35%;
    top: 65%;
  }
  .PopularScience .box .content5 .list .item3 {
    top: 20%;
    width: 3.8rem;
  }
  .Contact_2 .box .item .content1 img {
    height: 0.7rem;
  }
  
  .About_7 .box .boxLeft .posi{
      display: none;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 32px;
  }
  .MobileMain .HeaderMobile .box .button .search {
    margin-left: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .search svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    font-size: 12px;
  }
  .Home_Banner .page {
    bottom: 5vw;
  }
  .Home_About .box .item .top svg {
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64);
  }
  .Home_About .box1 .orientation .main {
    font-size: 0.36rem;
    line-height: 2;
    padding: 0 5vw;
  }
  .Home_About .box1 .video video,
  .Home_About .box1 .video img {
    height: 4.8rem;
  }
  .Home_About .box1 .orientation .main a::after {
    bottom: -3px;
    height: 2px;
  }
  .Home_About .box2 .right .content1 {
    padding: 0 5vw;
  }
  .banner_btn div {
    width: 36px;
    height: 36px;
  }
  .Home_Banner .page div span {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    line-height: 1;
  }
  .Home_Banner .banner {
    top: var(--nav_height);
  }
  .title_01 .con1 {
    font-size: var(--f56);
  }
  .Home_About .box2 .right .content1 {
    font-size: var(--f28);
  }
  .Home_About .box .item .top svg {
    margin: 0;
  }
  .Footer_Container .box .right {
    display: none;
  }
  .Footer_Container .box .left .content2 .icon img {
    width: 1.7rem;
  }
  .Footer_Container .box .left .content2 .icon {
    border-radius: 8px;
  }
  .Footer_Container .box .left .content1 img {
    height: 32px;
  }
  .Home_About .box .item .bot .img {
    height: 240px;
  }
  .Home_About .box .item.right .bot .img {
    height: 186px;
  }
  .Home_About .box .item.right .bot .button_link2 {
    bottom: 0.66rem;
  }
  .Home_About .box .item.right .bot .text {
    left: 0.36rem;
    right: auto;
    bottom: 0.16rem;
  }
  .About_3 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .News_2 .box,
  .News_4 .box .boxRight .list,
  .Investor_1 .box,
  .About_3 .box,
  .Contact_1 .box {
    gap: 10px;
  }
  .About_4 .box .list .item {
    padding: 0.4rem 0.3rem;
  }
  .About_2 .box .boxLeft > div .content2 p {
    font-size: var(--f28);
  }
  .About_4 .box .list .item .content2,
  .About_7 .box .boxRight .item .content2,
  .Technology_1 .box .boxRight > div .content2,
  .Business_1 .content2 {
    line-height: 1.8;
  }
  .About_7 .box .boxRight .item .content2,
  .Technology_1 .box .boxRight > div .content2,
  .Business_1 .content2 {
    font-size: var(--f20);
  }
  .About_5 .box .item .content2 {
    font-size: var(--f20);
    margin-top: 0.3rem;
  }
  .About_6 .box .item .left {
    width: 2.75rem;
  }
  .About_6 .box .item .right div {
    font-size: var(--f22);
  }
  .About_7 .box .boxLeft .svg {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
  .About_7 .box .boxRight {
    margin-top: -0.6rem;
  }
  .About_7 .box .boxRight .item .content1 {
    font-size: var(--f28);
  }
  .Technology_1 .box .boxLeft .play svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Pipeline_1 .box .scroll {
    width: 350%;
  }
  .Pipeline_1 .box {
    --w1: 2.2rem;
    --w2: 1.8rem;
    --w3: 2.4rem;
    --w4: 2rem;
  }
  .Business_1 .box {
    width: 100%;
  }
  .Business_1 .box .img {
    margin-bottom: 0.5rem;
  }
  .Business_1 .box ul li {
    margin-bottom: 0.3rem !important;
  }
  .Business_1 .box ul li {
    padding-left: 16px;
    font-size: var(--f20);
  }
  .Business_1 .box ul li::after {
    left: 0;
  }
  .News_2 .box,
  .News_4 .box .boxRight .list,
  .Contact_2 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 0.2rem;
  }
  .News_4 .box .boxLeft .content2 > div {
    padding: 0.3rem 0;
  }
  .Investor_1 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Contact_1 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_1 .box .item .orientation .content2 {
    height: -webkit-calc(3.4em);
    height: calc(1.7em * 2);
  }
  .PopularScience .box .content6 .item figcaption {
    font-size: 14px;
  }
  .PopularScience .box .content6 .item figure {
    width: 2.6rem;
    margin: 0.26rem auto 0;
  }
  .PopularScience .box .content5 {
    width: 100%;
  }
  .PopularScience .box .content5 .list {
    display: none;
  }
  .Home_About .box .right .bot{
      padding-bottom: 0.6rem;
  }
  
}
/*# sourceMappingURL=./style.css.map */