body {
  --ww: 0.96rem;
  --bj: var(--ww);
  --top: 0.8rem;
  --color: #00133a;
  --gap: 1rem;
  --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;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
  --f72: 0.72rem;
  --f82: 0.82rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 5vw;
    --gap: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.32rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --f72: 0.64rem;
    --f82: 0.74rem;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.4rem;
    --f30: 0.4rem;
    --f32: 0.42rem;
    --f34: 0.42rem;
    --f36: 0.42rem;
    --f38: 0.46rem;
    --f40: 0.46rem;
    --f42: 0.46rem;
    --f44: 0.48rem;
    --f46: 0.48rem;
    --f48: 0.5rem;
    --f52: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.52rem;
    --f64: 0.54rem;
    --f72: 0.62rem;
    --f82: 0.72rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #00133a;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #00133a #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: no-drop !important;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -1 + 1px);
}
.maodian2 {
  top: calc(var(--h80) * -1 + 1px);
}
html,
body {
  scroll-behavior: smooth;
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f52);
  color: #000;
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 > div {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f52);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #00133a;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #00133a;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #00133a;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #00133a;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #00133a;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .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;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .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;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a + a {
  margin-top: 4px;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #00133a;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compiler_style iframe,
.compiler_style video,
.compiler_style img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .compiler_style img,
  .compiler_style video {
    width: auto !important;
    height: auto !important;
  }
}
.compiler_style a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.compiler_style b,
.compiler_style strong {
  font-weight: bold;
}
.compiler_style i,
.compiler_style em {
  font-style: italic;
}
.compiler_style sup {
  vertical-align: super;
  font-size: smaller;
}
.compiler_style sub {
  vertical-align: sub;
  font-size: smaller;
}
.compiler_style h1,
.compiler_style h2,
.compiler_style h3,
.compiler_style h4,
.compiler_style h5,
.compiler_style h6 {
  font-weight: bold;
}
.compiler_style hr {
  display: block;
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
  padding: 6px;
}
.compiler_style ul {
  padding-left: 22px;
}
.compiler_style ul li {
  list-style-type: disc;
}
.compiler_style ol {
  padding-left: 22px;
}
.compiler_style ol li {
  list-style-type: decimal;
}
.pu_search {
  --h: 0.6rem;
  display: none;
  position: fixed;
  top: var(--top);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.25rem 0;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pu_search .ch_box {
  width: min(7.2rem, 90vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_search .ch_box .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form .item input {
  width: 100%;
  height: var(--h);
  border: none;
  background: none;
  color: #333;
}
.pu_search .ch_box .form form .item input::-webkit-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input:-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::placeholder {
  color: #999;
}
.pu_search .ch_box .form form .submit {
  cursor: pointer;
}
.pu_search .ch_box .form form .submit span {
  display: block;
  width: 22px;
}
.pu_search .ch_box .form form .submit span img {
  width: 100%;
}
.pu_search .ch_box .close {
  margin-left: 0.3rem;
  cursor: pointer;
}
.pu_search .ch_box .close i {
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #00133a;
}
@media (max-width: 1520px) {
  .pu_search {
    --h: 0.66rem;
  }
}
@media (max-width: 1200px) {
  .pu_search {
    --h: 0.7rem;
  }
}
@media (max-width: 750px) {
  .pu_search {
    --h: 0.86rem;
  }
  .pu_search .ch_box .form form .submit span {
    width: 20px;
  }
}
.pc_header {
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pc_header .he_box {
  font-size: var(--f18);
  color: #000;
}
.pc_header .he_box .logo a img {
  height: 0.35rem;
}
.pc_header .he_box .column .nav .item {
  position: relative;
}
.pc_header .he_box .column .nav .item > p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: var(--top);
}
.pc_header .he_box .column .nav .item .down {
  display: none;
  position: absolute;
  top: 100%;
  left: -0.5rem;
  background: rgba(255, 255, 255, 0.95);
  min-width: 2.47rem;
  padding: 0.5rem;
}
.pc_header .he_box .column .nav .item .down > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: var(--f18);
}
.pc_header .he_box .column .nav .item .down > div > a span {
  width: var(--f20);
  height: calc(var(--f18) * 1.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc_header .he_box .column .nav .item .down > div > a span img {
  margin: auto;
  max-width: 100%;
}
.pc_header .he_box .column .nav .item .down > div > a p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc_header .he_box .column .nav .item .down > div > a p em {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-style: normal;
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
}
.pc_header .he_box .column .nav .item .down > div > a p i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  font-size: 0.6em;
  font-weight: bold;
  color: #00133a;
}
.pc_header .he_box .column .nav .item .down > div > a + a {
  margin-top: 0.4rem;
}
.pc_header .he_box .column .nav .item .down > div > a:hover p em,
.pc_header .he_box .column .nav .item .down > div > a.active p em {
  color: #00133a;
}
.pc_header .he_box .column .nav .item .down > div > a:hover p i,
.pc_header .he_box .column .nav .item .down > div > a.active p i {
  opacity: 1;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.5rem;
}
.pc_header .he_box .column .nav .item:hover .down {
  display: block;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #00133a;
}
.pc_header .he_box .column .menu {
  margin-left: 0.8rem;
}
.pc_header .he_box .column .menu .lang {
  position: relative;
}
.pc_header .he_box .column .menu .lang > a {
  cursor: pointer;
}
.pc_header .he_box .column .menu .lang > a svg {
  width: var(--f20);
}
.pc_header .he_box .column .menu .lang > a i {
  font-size: 0.6em;
  font-weight: bold;
  color: #00133a;
}
.pc_header .he_box .column .menu .lang .post {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  min-width: 1.2rem;
  padding: 0.12rem;
}
.pc_header .he_box .column .menu .lang .post a {
  line-height: 2;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pc_header .he_box .column .menu .lang .post a:hover,
.pc_header .he_box .column .menu .lang .post a.active {
  color: #00133a;
}
.pc_header .he_box .column .menu .lang:hover .post {
  display: block;
}
.pc_header .he_box .column .menu .search {
  margin-left: 0.42rem;
}
.pc_header .he_box .column .menu .search p {
  cursor: pointer;
}
.pc_header .he_box .column .menu .search p svg {
  width: var(--f20);
}
.pc_header.active {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
}
.pc_header.on {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pc_footer {
  position: relative;
  background: #101010;
  font-size: var(--f16);
  padding: 1rem 0 0;
}
.pc_footer .ter_top {
  padding-bottom: 1.4rem;
}
.pc_footer .ter_top .le_box .code > div {
  text-align: center;
  margin-right: 0.4rem;
}
.pc_footer .ter_top .le_box .code > div:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .le_box .code > div img {
  width: var(--w120);
}
.pc_footer .ter_top .le_box .code > div p {
  margin-top: 0.16rem;
  font-size: var(--f18);
  color: #999;
}
.pc_footer .ter_top .ri_box {
  width: 9.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.56rem;
}
.pc_footer .ter_top .ri_box > div p {
  font-size: var(--f18);
  color: #999;
}
.pc_footer .ter_top .ri_box > div a {
  margin-top: 6px;
  font-size: var(--f22);
  color: #fff;
  line-height: 1.36;
}
.pc_footer .ter_bot {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  padding: 0.6rem 0;
  color: #999;
}
.pc_footer .ter_bot .copy a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_bot .copy a:hover {
  color: #fff;
}
.pc_footer .ter_bot .yszc {
  margin-left: 0.2rem;
}
.pc_footer .ter_bot .yszc a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_bot .yszc a:hover {
  color: #fff;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pu_link .a {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.pu_link .a span {
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  min-width: 1.96rem;
  line-height: var(--h50);
  border-top: 1px solid #00133a;
  border-bottom: 1px solid #00133a;
  display: block;
  color: #00133a;
}
.pu_link .a::after,
.pu_link .a::before {
  transition: 0.4s;
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #00133a;
}
.pu_link .a::before {
  top: -3.5px;
}
.pu_link .a::after {
  bottom: -3.5px;
}
.pu_link:hover .a span {
  transition-delay: 0.3s;
  background: #00133a;
  color: #fff;
}
.pu_link:hover .a::after {
  bottom: -8px;
}
.pu_link:hover .a::before {
  top: -8px;
}
.pu_link.white .a span {
  border-top-color: #fff;
  border-bottom-color: #fff;
  color: #fff;
}
.pu_link.white .a::after,
.pu_link.white .a::before {
  background: #a0bfe7;
  border: 1px solid #fff;
}
.pu_link.white:hover .a span {
  background: #fff;
  color: #00133a;
}
.index_banner {
  --g1: 0.76rem;
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--g1) var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 img {
  height: 0.53rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 p {
  font-size: var(--f82);
  color: #fff;
  line-height: 1.1;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 p span {
  font-weight: 100;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 p {
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  right: var(--bj);
  bottom: var(--g1);
}
.pu_tog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_tog .prev,
.pu_tog .next {
  cursor: pointer;
  width: var(--w60);
  height: var(--w60);
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.3;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pu_tog .prev i,
.pu_tog .next i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  margin: auto;
  font-size: var(--f20);
}
.pu_tog .prev:hover,
.pu_tog .next:hover {
  opacity: 1;
  background: #fff;
}
.pu_tog .prev:hover i,
.pu_tog .next:hover i {
  color: #00133a;
}
.pu_tog .next {
  margin-left: 0.16rem;
}
@-webkit-keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.index_about {
  --h1: 2.35rem;
  --h2: 1.82rem;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index_about .box1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_about .box1 img {
  width: 100%;
  height: 100%;
}
.index_about .box2 {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.index_about .box2 .t1 {
  color: #00133a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index_about .box2 .t1 p {
  font-size: 1.6rem;
  font-family: Regular;
  line-height: 0.8;
}
.index_about .box2 .t1 span {
  margin-left: 0.26rem;
  font-size: 0.72rem;
}
.index_about .box2 .t2 {
  margin-top: 0.4rem;
  font-size: var(--f24);
  color: #010101;
}
.index_about .box3 {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_about .box3 .div1 {
  -webkit-clip-path: inset(0% 0% 0% 100%);
  clip-path: inset(0% 0% 0% 100%);
  position: absolute;
  font-size: 0.72rem;
  color: #000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}
.index_about .box3 .div2 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 100%;
}
.index_about .box3 .div2 .img1 {
  z-index: 1;
  position: relative;
  height: var(--h1);
}
.index_about .box3 .div2 .img2 {
  margin-left: -1.76rem;
  height: var(--h2);
}
.index_about .box4 {
  opacity: 0;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.index_about .box4 > div {
  width: 100%;
  margin: auto;
  text-align: center;
}
.index_about .box4 > div .content1 .tips {
  font-size: var(--f26);
  color: #00133a;
  margin-bottom: 0.14rem;
}
.index_about .box4 > div .content2 {
  margin-top: 0.5rem;
}
.index_about .box4 > div .content2 p {
  margin: 0 auto;
  width: min(10.6rem, 100%);
  color: #666;
  line-height: 1.77;
  font-size: var(--f18);
}
.index_about .box4 > div .content3 {
  margin-top: 0.78rem;
}
.title_01 {
  font-size: var(--f52);
  color: #000;
}
.index_product {
  contain: layout paint;
  position: relative;
  --w1: 3.45rem;
  --h1: 2.45rem;
}
.index_product .box {
  overflow: hidden;
  margin-top: 0.8rem;
}
.index_product .box > div {
  padding: 0 0 0 var(--bj);
}
.index_product .box > div .le_box {
  width: 31.6%;
}
.index_product .box > div .le_box > div {
  width: 100%;
  height: 100%;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_product .box > div .le_box > div .content1 .text .t2 {
  margin-top: 0.22rem;
  font-size: var(--f26);
  color: #000;
}
.index_product .box > div .le_box > div .content1 .text .t3 {
  margin-top: 0.22rem;
  font-size: var(--f16);
  color: #666;
  line-height: 1.625;
}
.index_product .box > div .le_box > div .content1 .btn {
  margin-top: 0.54rem;
}
.index_product .box > div .le_box > div .content2 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f24);
  color: #999;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.index_product .box > div .le_box > div .content2 a:hover,
.index_product .box > div .le_box > div .content2 a.active {
  color: #000;
}
.index_product .box > div .ri_box {
  position: relative;
  width: 57.3%;
}
.index_product .box > div .ri_box .bk {
  width: 100%;
  -webkit-clip-path: var(--path1);
  clip-path: var(--path1);
}
.index_product .box > div .ri_box .bk img {
  width: 100%;
}
.index_product .box > div .ri_box .img_ {
  position: absolute;
  top: 50%;
  left: -11%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_product .box > div .ri_box .img_ p {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: var(--w1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_product .box > div .ri_box .img_ p img {
  margin: auto;
  max-width: 100%;
}
.index_product .box > div .ri_box .img_ p.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_product .box:nth-child(even) > div {
  padding: 0 var(--bj) 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.index_product .box:nth-child(even) > div .le_box {
  text-align: right;
}
.index_product .box:nth-child(even) > div .le_box .content1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.index_product .box:nth-child(even) > div .le_box .content2 {
  margin-left: auto;
}
.index_product .box:nth-child(even) > div .ri_box .bk {
  -webkit-clip-path: var(--path2);
  clip-path: var(--path2);
}
.index_product .box:nth-child(even) > div .ri_box .img_ {
  left: auto;
  right: -11%;
}
.index_product .box > div .le_box > div {
  padding: 0 0 0.6rem;
}
.index_partners {
  --g: 0.2rem;
  --num: 6;
  --w1: calc(((var(--vw) - var(--bj) * 2) - ((var(--num) - 1) * var(--g))) / var(--num));
  position: relative;
}
.index_partners .rs_bot {
  margin-top: 0.7rem;
}
.index_partners .rs_bot .item {
  padding: 0.2rem 0 0.8rem;
  border-top: 1px solid #cccccc;
}
.index_partners .rs_bot .item .div1 {
  font-size: var(--f26);
}
.index_partners .rs_bot .item .div2 {
  margin-top: 0.4rem;
  overflow: hidden;
}
.index_partners .rs_bot .item .div2 ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
.index_partners .rs_bot .item .div2 ul li {
  width: var(--w1);
  height: var(--h100);
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: var(--g);
}
.index_partners .rs_bot .item .div2 ul li img {
  margin: auto;
  max-width: 60%;
  max-height: 60%;
}
.index_partners .rs_bot .item .div2 ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.index_partners .rs_bot .item:first-child {
  border-top-color: #00133a;
}
.index_partners .rs_bot .item:nth-child(even) .div2 ul {
  animation-direction: reverse;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(calc(-50% - 0.2rem), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(calc(-50% - 0.2rem), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
.index_news {
  --w1: 1.3rem;
  background: #f8f8f8;
}
.index_news .ws_bot {
  margin-top: 0.8rem;
}
.index_news .ws_bot .content1 {
  position: relative;
}
.index_news .ws_bot .content1 .follow {
  z-index: 2;
  display: none;
  position: absolute;
  width: var(--w1);
  top: 0;
  left: 0;
  pointer-events: none;
}
.index_news .ws_bot .content1 .follow img {
  width: 100%;
}
.index_news .ws_bot .content2 {
  margin-top: 0.5rem;
}
.pu_li_1 {
  cursor: pointer;
  position: relative;
  background: #fff;
}
.pu_li_1::before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: #00133a;
}
.pu_li_1 .box {
  padding: 0.4rem;
}
.pu_li_1 .box .text .t1 {
  font-size: var(--f16);
  color: #666;
}
.pu_li_1 .box .text .t2 {
  margin-top: 0.18rem;
  font-size: var(--f24);
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}
.pu_li_1 .box .btn {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pu_li_1 .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pu_li_1 .img::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 55.6%;
}
.pu_li_1 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_li_1:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.pu_li_1:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.more_01 {
  font-size: var(--f16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more_01 span {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.more_01 i {
  margin-left: 6px;
  font-weight: bold;
  font-size: 0.6em;
  color: #00133a;
}
.more_01:hover span {
  color: #00133a;
}
.pu_dian {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_dian .swiper-pagination-bullet {
  margin: 0 0.08rem !important;
  width: 0.33rem;
  height: 2px;
  background: #00133a;
  opacity: 0.2;
}
.pu_dian .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_join {
  position: relative;
}
.index_join .bk {
  width: 100%;
}
.index_join .bk img {
  width: 100%;
}
.index_join .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.index_join .post > div {
  width: 100%;
  margin: auto;
}
.index_join .post > div .title_01 {
  color: #fff;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
}
.pu_banner .ban_post > div .content1 {
  font-size: var(--f82);
}
.pu_banner .ban_post > div .content2 {
  margin-top: 0.6rem;
}
.yuan_ {
  cursor: pointer;
  width: var(--w72);
  height: var(--w72);
  background-color: rgba(255, 255, 255, 0.102);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.yuan_ svg {
  max-width: 30%;
  margin: auto;
}
.yuan_ svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.yuan_:hover {
  background: #fff;
}
.yuan_:hover svg path {
  fill: #00133a;
}
.pu_level {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.pu_level .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.pu_level .box a {
  position: relative;
  line-height: var(--h80);
  color: #000;
  font-size: var(--f24);
  margin-right: 0.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_level .box a:last-child {
  margin-right: 0;
}
.pu_level .box a::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #00133a;
}
.pu_level .box a.active,
.pu_level .box a:hover {
  color: #00133a;
}
.pu_level .box a.active::before,
.pu_level .box a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.product_01 {
  contain: layout paint;
}
.product_01 .ct_box .content1 .pu_li_2:nth-child(n + 4) {
  display: none;
}
.product_01 .ct_box .content2 {
  margin-top: 0.8rem;
}
.pu_li_2 + .item {
  margin-top: var(--gap);
}
.pu_li_2 > div .le_box {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_li_2 > div .le_box > div {
  width: 100%;
  margin: auto;
}
.pu_li_2 > div .le_box > div .text .title_01 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_li_2 > div .le_box > div .text .t2 {
  margin-top: 0.2rem;
  font-size: var(--f26);
  line-height: 1.53;
}
.pu_li_2 > div .le_box > div .text .t3 {
  margin-top: 0.24rem;
}
.pu_li_2 > div .le_box > div .text .t3 p {
  position: relative;
  font-size: var(--f16);
  line-height: 1.875;
  color: #666;
  padding-left: 16px;
}
.pu_li_2 > div .le_box > div .text .t3 p::before {
  content: "";
  position: absolute;
  top: calc((var(--f16) * 1.875 - var(--w6)) / 2);
  left: 0;
  width: var(--w6);
  height: var(--w6);
  background: #00133a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pu_li_2 > div .le_box > div .btn {
  margin-top: 0.5rem;
}
.pu_li_2 > div .ri_box {
  position: relative;
  width: 55.85%;
}
.pu_li_2 > div .ri_box::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 76.85%;
  background: #f8f8f8;
  -webkit-clip-path: var(--path1);
  clip-path: var(--path1);
}
.pu_li_2 > div .ri_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 56%;
}
.pu_li_2:nth-child(even) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pu_li_2:nth-child(even) > div .ri_box::before {
  -webkit-clip-path: var(--path2);
  clip-path: var(--path2);
}
.pu_li_2:hover > div .le_box > div .text .title_01 {
  color: #00133a;
}
.noData {
  min-height: 36vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.noData p {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #999;
  font-size: var(--f18);
  line-height: 1.5;
}
.noData p span {
  color: #00133a;
}
.display_01 {
  position: relative;
}
.display_01 .ay_top {
  text-align: center;
}
.display_01 .ay_top .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.display_01 .ay_bot {
  position: relative;
  margin-top: 0.7rem;
  text-align: center;
}
.display_01 .ay_bot img {
  width: min(12rem, 100%);
}
.display_01 .ay_bot .post {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.display_02 {
  contain: layout paint;
  position: relative;
  background: #f9f9f9;
}
.display_02 .ay_top .content1 {
  text-align: center;
}
.display_02 .ay_top .content1 .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.display_02 .ay_top .content2 {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
}
.display_02 .ay_top .content2 .item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0.46rem 0.54rem 0.25rem;
  border: 1px solid #eee;
  text-align: center;
}
.display_02 .ay_top .content2 .item .svg {
  height: var(--h54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display_02 .ay_top .content2 .item .svg img {
  margin: auto;
  max-height: 100%;
}
.display_02 .ay_top .content2 .item .text {
  margin-top: 0.3rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: #000;
}
.display_02 .ay_top .content2 .item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.display_02 .ay_bot {
  margin-top: 0.7rem;
}
.display_02 .ay_bot .le_box {
  width: 30%;
}
.display_02 .ay_bot .le_box > div .desc {
  margin-top: 0.7rem;
  border-left: 1px solid #eee;
}
.display_02 .ay_bot .le_box > div .desc > div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
  font-size: var(--f26);
  color: #999;
  padding-left: 0.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.display_02 .ay_bot .le_box > div .desc > div p::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0%;
  background: #00133a;
}
.display_02 .ay_bot .le_box > div .desc > div.active p,
.display_02 .ay_bot .le_box > div .desc > div:hover p {
  color: #00133a;
}
.display_02 .ay_bot .le_box > div .desc > div.active p::before,
.display_02 .ay_bot .le_box > div .desc > div:hover p::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.display_02 .ay_bot .le_box > div .desc > div + div {
  margin-top: 0.36rem;
}
.display_02 .ay_bot .ri_box {
  width: 65.2%;
  position: relative;
}
.display_02 .ay_bot .ri_box p {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.display_02 .ay_bot .ri_box p::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 56.2%;
}
.display_02 .ay_bot .ri_box p img,
.display_02 .ay_bot .ri_box p video {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 0;
  left: 0;
}
.display_02 .ay_bot .ri_box p.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.display_03 {
  position: relative;
}
.display_03 .ay_top .content1 {
  text-align: center;
}
.display_03 .ay_top .content1 .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.display_03 .ay_top .content2 {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.display_03 .ay_top .content2 .item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.8rem;
}
.display_03 .ay_top .content2 .item:last-child {
  margin-right: 0;
}
.display_03 .ay_top .content2 .item .t1 {
  font-size: var(--f20);
  color: #000;
}
.display_03 .ay_top .content2 .item .t2 {
  margin-top: 0.1rem;
  font-size: var(--f40);
  color: #00133a;
  font-family: Medium;
}
.display_03 .ay_top .content2 .item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.display_03 .ay_bot {
  margin-top: 0.7rem;
}
.display_03 .ay_bot .swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.display_03 .ay_bot .swiper .swiper-slide img {
  width: 100%;
}
.display_03 .ay_bot .swiper .swiper-slide .post {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.display_03 .ay_bot .div_ {
  margin-top: 0.5rem;
}
.display_04 {
  position: relative;
}
.display_04 .ay_bk {
  width: 100%;
}
.display_04 .ay_bk img,
.display_04 .ay_bk video {
  width: 100%;
  min-height: calc(var(--vh) - var(--top));
}
.display_04 .ay_post {
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display_04 .ay_post > div {
  width: 100%;
  margin: auto;
}
.display_04 .ay_post > div .desc {
  margin-top: 0.34rem;
  width: min(6.08rem, 100%);
  color: #666;
  font-size: var(--f18);
  line-height: 2;
}
.display_04 .ay_post > div .desc .t2 p {
  position: relative;
  padding-left: 16px;
}
.display_04 .ay_post > div .desc .t2 p::before {
  content: "";
  position: absolute;
  top: calc((var(--f18) * 2 - var(--w6)) / 2);
  left: 0;
  width: var(--w6);
  height: var(--w6);
  background: #00133a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.display_04 .ay_post.is_bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, #e1ebf1), to(#ffffff00));
  background: linear-gradient(90deg, #e1ebf1 36%, #ffffff00);
}
.display_05 {
  position: relative;
}
.display_05 .ay_bot {
  margin-top: 0.7rem;
}
.display_05 .ay_bot .swiper .swiper-slide {
  position: relative;
}
.display_05 .ay_bot .swiper .swiper-slide .bk {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.display_05 .ay_bot .swiper .swiper-slide .bk::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 155, 239, 0.25);
}
.display_05 .ay_bot .swiper .swiper-slide .bk img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.display_05 .ay_bot .swiper .swiper-slide .post {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.display_05 .ay_bot .swiper .swiper-slide .text {
  z-index: 2;
  position: absolute;
  bottom: 0.34rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.display_05 .ay_bot .swiper .swiper-slide .text p {
  color: #fff;
  font-size: var(--f18);
}
.display_05 .ay_bot .div_ {
  margin-top: 0.5rem;
}
.display_05 .div_ .prev,
.display_05 .div_ .next {
  opacity: 1;
  border-color: rgba(153, 153, 153, 0.5);
}
.display_05 .div_ .prev i,
.display_05 .div_ .next i {
  color: rgba(153, 153, 153, 0.5);
}
.display_05 .div_ .prev:hover,
.display_05 .div_ .next:hover {
  border-color: #00133a;
  background: #00133a;
}
.display_05 .div_ .prev:hover i,
.display_05 .div_ .next:hover i {
  color: #fff;
}
.display_06 {
  position: relative;
}
.display_06 .ay_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.display_06 .ay_bk img {
  width: 100%;
  height: 100%;
}
.display_06 .ay_post {
  z-index: 1;
  position: relative;
  min-height: var(--vh);
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display_06 .ay_post > div {
  width: 100%;
  margin: auto;
}
.display_06 .ay_post > div .content1 .desc {
  margin-top: 0.32rem;
}
.display_06 .ay_post > div .content1 .desc p {
  color: #666;
  font-size: var(--f18);
  line-height: 2;
  position: relative;
  padding-left: 16px;
}
.display_06 .ay_post > div .content1 .desc p::before {
  content: "";
  position: absolute;
  top: calc((var(--f18) * 2 - var(--w6)) / 2);
  left: 0;
  width: var(--w6);
  height: var(--w6);
  background: #00133a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.display_06 .ay_post > div .content2 {
  margin-top: 0.86rem;
}
.display_06 .ay_post > div .content2 .item {
  margin-right: 0.28rem;
  text-align: center;
}
.display_06 .ay_post > div .content2 .item:last-child {
  margin-right: 0;
}
.display_06 .ay_post > div .content2 .item .svg {
  height: var(--h58);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display_06 .ay_post > div .content2 .item .svg img {
  margin: auto;
  max-height: 100%;
}
.display_06 .ay_post > div .content2 .item .text {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #000;
}
.technology_01 {
  --w1: 44px;
  --h1: 0.54rem;
  contain: layout paint;
  position: relative;
  background: #fafafa;
}
.technology_01 .wMain {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.technology_01 .le_box {
  width: 30.2%;
  margin-top: 0.5rem;
}
.technology_01 .le_box .content2 {
  margin-top: 0.7rem;
}
.technology_01 .le_box .content2 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.technology_01 .le_box .content2 .item::before {
  content: "";
  position: absolute;
  top: calc(var(--w1) + (var(--h1) - var(--w1)) / 2);
  left: calc((var(--w1) - 2px) / 2);
  width: 2px;
  height: 100%;
  background: #eee;
}
.technology_01 .le_box .content2 .item .svg {
  position: relative;
  width: var(--w1);
  height: var(--w1);
  border-radius: 50%;
  background: #fff;
}
.technology_01 .le_box .content2 .item .svg svg {
  width: var(--w1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.technology_01 .le_box .content2 .item .svg svg .cir2 {
  stroke-dashoffset: 132;
  stroke-dasharray: 132;
}
.technology_01 .le_box .content2 .item .svg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 45%;
}
.technology_01 .le_box .content2 .item .text {
  margin-top: calc((var(--w1) - var(--f28) * 1.2) / 2);
  padding-left: 0.22rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.technology_01 .le_box .content2 .item .text .t1 {
  font-size: var(--f28);
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.technology_01 .le_box .content2 .item .text .t2 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.technology_01 .le_box .content2 .item .text .t2 > div {
  min-height: 0;
}
.technology_01 .le_box .content2 .item .text .t2 > div p {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
}
.technology_01 .le_box .content2 .item .text .t2 > div img {
  display: none;
  width: 100%;
}
.technology_01 .le_box .content2 .item + .item {
  margin-top: var(--h1);
}
.technology_01 .le_box .content2 .item:last-child::before {
  display: none;
}
.technology_01 .le_box .content2 .item.active .svg svg .cir2 {
  -webkit-animation: StrokeDashoffset 3s linear;
  animation: StrokeDashoffset 3s linear;
}
.technology_01 .le_box .content2 .item.active .text .t1 {
  color: #00133a;
}
.technology_01 .le_box .content2 .item.active .text .t2 {
  margin-top: 0.22rem;
  grid-template-rows: 1fr;
}
.technology_01 .ri_box {
  position: relative;
  width: 69.8%;
}
.technology_01 .ri_box .bk {
  width: 100%;
}
.technology_01 .ri_box .bk img {
  width: 100%;
}
.technology_01 .ri_box .post .text_list > div {
  position: absolute;
  width: 9.163%;
}
.technology_01 .ri_box .post .text_list > div svg {
  width: 100%;
}
.technology_01 .ri_box .post .text_list > div svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.technology_01 .ri_box .post .text_list > div p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #00133a;
  font-size: var(--f14);
  white-space: nowrap;
}
.technology_01 .ri_box .post .text_list > div.active svg path {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  fill: #cceef2;
}
.technology_01 .ri_box .post .text_list .p1 {
  top: 6.5%;
  left: 39.6%;
}
.technology_01 .ri_box .post .text_list .p2 {
  top: 43%;
  left: 50.5%;
}
.technology_01 .ri_box .post .text_list .p3 {
  top: 44.2%;
  left: 77%;
}
.technology_01 .ri_box .post .text_list .p4 {
  top: 57.2%;
  left: 38.5%;
}
.technology_01 .ri_box .post .text_list .p5 {
  top: 44%;
  left: 12%;
}
.technology_01 .ri_box .post .img_list > div {
  position: absolute;
}
.technology_01 .ri_box .post .img_list > div img {
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.technology_01 .ri_box .post .img_list > div.active img {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.technology_01 .ri_box .post .img_list .p1 {
  top: 20%;
  left: 38%;
  width: 12.745%;
}
.technology_01 .ri_box .post .img_list .p2 {
  top: 56%;
  left: 47.8%;
  width: 16.326%;
}
.technology_01 .ri_box .post .img_list .p3 {
  top: 61%;
  left: 72%;
  width: 20.075%;
}
.technology_01 .ri_box .post .img_list .p4 {
  top: 71%;
  left: 35.8%;
  width: 11.912%;
}
.technology_01 .ri_box .post .img_list .p5 {
  top: 58%;
  left: 8.6%;
  width: 15.743%;
}
@-webkit-keyframes StrokeDashoffset {
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132;
  }
}
@keyframes StrokeDashoffset {
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132;
  }
}
.technology_02 .gy_top {
  text-align: center;
}
.technology_02 .gy_bot {
  margin-top: 0.7rem;
}
.technology_02 .gy_bot .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.technology_02 .gy_bot .content1 .item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0.56rem 0.42rem 0.42rem;
  border: 1px solid #eeeeee;
  text-align: center;
}
.technology_02 .gy_bot .content1 .item .svg {
  height: var(--h64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technology_02 .gy_bot .content1 .item .svg img {
  margin: auto;
  max-height: 100%;
}
.technology_02 .gy_bot .content1 .item .text {
  margin-top: 0.4rem;
}
.technology_02 .gy_bot .content1 .item .text .t1 {
  font-size: var(--f24);
}
.technology_02 .gy_bot .content1 .item .text .t2 {
  margin-top: 0.22rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.66;
}
.technology_02 .gy_bot .content1 .item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.technology_02 .gy_bot .content2 {
  margin-top: 0.8rem;
}
.technology_02 .gy_bot .content2 img {
  width: 100%;
}
.technology_03 {
  contain: layout paint;
  position: relative;
}
.technology_03 .gy_top {
  text-align: center;
}
.technology_03 .gy_top .toggle {
  margin-top: 0.44rem;
  border-bottom: 1px solid #f2f2f2;
  overflow: auto;
}
.technology_03 .gy_top .toggle::-webkit-scrollbar {
  display: none;
}
.technology_03 .gy_top .toggle > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.technology_03 .gy_top .toggle > div p {
  cursor: pointer;
  position: relative;
  font-size: var(--f24);
  padding-bottom: 0.18rem;
  margin-right: 1.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.technology_03 .gy_top .toggle > div p:last-child {
  margin-right: 0;
}
.technology_03 .gy_top .toggle > div p::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #00133a;
}
.technology_03 .gy_top .toggle > div p:hover,
.technology_03 .gy_top .toggle > div p.active {
  color: #00133a;
}
.technology_03 .gy_top .toggle > div p:hover::before,
.technology_03 .gy_top .toggle > div p.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.technology_03 .gy_bot {
  position: relative;
  margin-top: var(--gap);
}
.technology_03 .gy_bot .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.technology_03 .gy_bot .item.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.technology_03 .gy_bot .item .div1 .le_box {
  width: 30%;
  overflow: auto;
  padding-right: 0.1rem;
}
.technology_03 .gy_bot .item .div1 .le_box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.technology_03 .gy_bot .item .div1 .le_box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00133a;
}
.technology_03 .gy_bot .item .div1 .le_box::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .technology_03 .gy_bot .item .div1 .le_box {
    scrollbar-color: #00133a rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.technology_03 .gy_bot .item .div1 .le_box > div .li .i1 {
  font-size: var(--f24);
}
.technology_03 .gy_bot .item .div1 .le_box > div .li .i2 {
  margin-top: 0.16rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.66;
}
.technology_03 .gy_bot .item .div1 .le_box > div .li + .li {
  margin-top: 0.6rem;
}
.technology_03 .gy_bot .item .div1 .ri_box {
  position: relative;
  width: 65.2%;
  overflow: hidden;
}
.technology_03 .gy_bot .item .div1 .ri_box::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 56.2%;
}
.technology_03 .gy_bot .item .div1 .ri_box img {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.technology_03 .gy_bot .item .div1 .ri_box .post {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.technology_03 .gy_bot .item .div2 {
  margin-top: 0.8rem;
  width: 100%;
}
.technology_03 .gy_bot .item .div2 img {
  width: 100%;
}
.technology_04 {
  position: relative;
}
.technology_04 .gy_top {
  text-align: center;
}
.technology_04 .gy_top .desc {
  margin: 0 auto;
  width: min(8.45rem, 100%);
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.technology_04 .gy_bot {
  margin-top: 0.7rem;
  position: relative;
  width: 100%;
}
.technology_04 .gy_bot img {
  width: 100%;
}
.technology_04 .gy_bot .post {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_01 {
  contain: layout paint;
  background: #fff url(../images/bk4.jpg) no-repeat left bottom;
  background-size: 100% auto;
}
.about_01 .le_box {
  width: 46.5%;
}
.about_01 .le_box > div .content1 .desc {
  margin-top: 0.54rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: rgba(0, 0, 0, 0.8);
  max-height: calc(var(--f18) * 1.66 * 12);
  overflow: auto;
  padding-right: 0.1rem;
}
.about_01 .le_box > div .content1 .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_01 .le_box > div .content1 .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00133a;
}
.about_01 .le_box > div .content1 .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .about_01 .le_box > div .content1 .desc {
    scrollbar-color: #00133a rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.about_01 .le_box > div .content2 {
  margin-top: 0.8rem;
}
.about_01 .le_box > div .content2 .item .desc {
  font-size: var(--f18);
}
.about_01 .le_box > div .content2 .item .data {
  margin-top: 0.16rem;
}
.about_01 .le_box > div .content2 .item .data p {
  font-size: var(--f72);
  color: #00133a;
  font-family: Medium;
  line-height: 0.8;
}
.about_01 .ri_box {
  width: 48.2%;
  overflow: hidden;
}
.about_01 .ri_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.about_01 .ri_box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about_banner {
  position: relative;
}
.about_banner .ban_bk {
  width: 100%;
}
.about_banner .ban_bk img {
  width: 100%;
}
.about_02 {
  --h1: 6.4rem;
  --g: 0.2rem;
  position: relative;
}
.about_02 .ab_bot {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_02 .ab_bot .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-right: var(--g);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.about_02 .ab_bot .item:last-child {
  margin-right: 0;
}
.about_02 .ab_bot .item .bk {
  width: 100%;
}
.about_02 .ab_bot .item .bk img {
  width: 100%;
  height: var(--h1);
}
.about_02 .ab_bot .item .post {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0.66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_02 .ab_bot .item .post > div {
  width: 100%;
  margin: auto 0 0;
}
.about_02 .ab_bot .item .post > div .t1 {
  font-size: var(--f26);
}
.about_02 .ab_bot .item .post > div .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.about_02 .ab_bot .item .post > div .t2 p {
  min-height: 0;
  font-size: var(--f16);
}
.about_02 .ab_bot .item .post_1 > div .t1 {
  text-align: center;
}
.about_02 .ab_bot .item .post_2 {
  opacity: 0;
}
@media (min-width: 1200px) {
  .about_02 .ab_bot .item.active {
    -webkit-box-flex: 2.67;
    -ms-flex: 2.67;
    flex: 2.67;
  }
  .about_02 .ab_bot .item.active .post_1 {
    opacity: 0;
  }
  .about_02 .ab_bot .item.active .post_2 {
    opacity: 1;
  }
  .about_02 .ab_bot .item.active .post_2 > div .t2 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    margin-top: 0.16rem;
    grid-template-rows: 1fr;
  }
}
.about_03 {
  contain: layout paint;
  position: relative;
  background: #f8f8f8;
}
.about_03 .le_box {
  width: 50%;
  padding: var(--gap) 1.45rem var(--gap) var(--bj);
}
.about_03 .le_box > div {
  position: relative;
  height: 100%;
}
.about_03 .le_box > div .content2 {
  margin-top: 0.64rem;
}
.about_03 .le_box > div .content2 .swiper .swiper-slide .img {
  display: none;
  width: 100%;
}
.about_03 .le_box > div .content2 .swiper .swiper-slide .img img {
  width: 100%;
}
.about_03 .le_box > div .content2 .swiper .swiper-slide .box .text {
  font-size: var(--f26);
  line-height: 1.53;
}
.about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc {
  margin-top: 0.36rem;
  font-size: var(--f16);
  line-height: 1.625;
  color: #666;
  max-height: calc(var(--f16) * 1.625 * 16);
  overflow: auto;
  padding-right: 0.1rem;
}
.about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00133a;
}
.about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc {
    scrollbar-color: #00133a rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.about_03 .le_box > div .content3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about_03 .le_box > div .content3 .div_ .prev,
.about_03 .le_box > div .content3 .div_ .next {
  opacity: 1;
  border-color: rgba(153, 153, 153, 0.5);
}
.about_03 .le_box > div .content3 .div_ .prev i,
.about_03 .le_box > div .content3 .div_ .next i {
  color: rgba(153, 153, 153, 0.5);
}
.about_03 .le_box > div .content3 .div_ .prev:hover,
.about_03 .le_box > div .content3 .div_ .next:hover {
  border-color: #00133a;
  background: #00133a;
}
.about_03 .le_box > div .content3 .div_ .prev:hover i,
.about_03 .le_box > div .content3 .div_ .next:hover i {
  color: #fff;
}
.about_03 .ri_box {
  width: 50%;
}
.about_03 .ri_box .swiper .swiper-slide img {
  width: 100%;
}
.about_04 {
  --h1: 3.2rem;
  position: relative;
}
.about_04 .ab_top .toggle {
  border-bottom: 1px solid #cccccc;
}
.about_04 .ab_top .toggle > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.about_04 .ab_top .toggle > div p {
  cursor: pointer;
  position: relative;
  font-size: var(--f24);
  padding-bottom: 0.18rem;
  margin-right: 0.66rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.about_04 .ab_top .toggle > div p:last-child {
  margin-right: 0;
}
.about_04 .ab_top .toggle > div p::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #00133a;
}
.about_04 .ab_top .toggle > div p:hover,
.about_04 .ab_top .toggle > div p.active {
  color: #00133a;
}
.about_04 .ab_top .toggle > div p:hover::before,
.about_04 .ab_top .toggle > div p.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.about_04 .ab_bot {
  position: relative;
  margin-top: 0.7rem;
}
.about_04 .ab_bot .none {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about_04 .ab_bot .none.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.about_04 .ab_bot .swiper .swiper-slide {
  background: #f8f8f8;
  padding: 0.4rem;
  height: auto;
}
.about_04 .ab_bot .swiper .swiper-slide .img {
  cursor: pointer;
  width: 100%;
  height: var(--h1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_04 .ab_bot .swiper .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.about_04 .ab_bot .swiper .swiper-slide .text {
  text-align: center;
  margin-top: 0.32rem;
  font-size: var(--f24);
  line-height: 1.5;
  min-height: calc(var(--f24) * 1.5 * 2);
}
.about_04 .ab_bot .div_ {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.about_04 .ab_bot .div_ .line {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0.98;
  -ms-flex: 0.98;
  flex: 0.98;
  height: 3px;
  background: #cccccc;
}
.about_04 .ab_bot .div_ .line span {
  background: #00133a;
}
.about_04 .ab_bot .div_ .tog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_04 .ab_bot .div_ .tog .prev,
.about_04 .ab_bot .div_ .tog .next {
  cursor: pointer;
}
.about_04 .ab_bot .div_ .tog .prev i,
.about_04 .ab_bot .div_ .tog .next i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f30);
  color: #cccccc;
}
.about_04 .ab_bot .div_ .tog .prev:hover i,
.about_04 .ab_bot .div_ .tog .next:hover i {
  color: #00133a;
}
.about_04 .ab_bot .div_ .tog .next {
  margin-left: 0.16rem;
}
.mt {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_05 {
  position: relative;
}
.about_06 {
  position: relative;
}
.about_06 .ab_top {
  text-align: center;
}
.about_06 .ab_top .toggle {
  margin-top: 0.5rem;
  border-bottom: 1px solid #eee;
}
.about_06 .ab_top .toggle > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.about_06 .ab_top .toggle > div p {
  cursor: pointer;
  position: relative;
  font-size: var(--f24);
  padding-bottom: 0.18rem;
  margin-right: 0.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.about_06 .ab_top .toggle > div p:last-child {
  margin-right: 0;
}
.about_06 .ab_top .toggle > div p::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #00133a;
}
.about_06 .ab_top .toggle > div p:hover,
.about_06 .ab_top .toggle > div p.active {
  color: #00133a;
}
.about_06 .ab_top .toggle > div p:hover::before,
.about_06 .ab_top .toggle > div p.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.about_06 .ab_bot {
  position: relative;
  margin-top: 0.7rem;
}
.about_06 .ab_bot .item {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.about_06 .ab_bot .item.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.about_06 .ab_bot .item .div1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.about_06 .ab_bot .item .div1 .li {
  text-align: center;
}
.about_06 .ab_bot .item .div1 .li .svg {
  height: var(--h47);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_06 .ab_bot .item .div1 .li .svg img {
  margin: auto;
  max-height: 100%;
}
.about_06 .ab_bot .item .div1 .li .text {
  margin-top: 0.28rem;
}
.about_06 .ab_bot .item .div1 .li .text .t1 {
  color: #666;
  font-size: var(--f18);
}
.about_06 .ab_bot .item .div1 .li .text .t2 {
  margin-top: 0.14rem;
  font-size: var(--f24);
}
.about_06 .ab_bot .item .div1 .li .text .t2 p {
  color: #000;
  line-height: 1.5;
}
.about_06 .ab_bot .item .div1 .li .text .t2 p a {
  display: inline;
  color: #000;
  -webkit-transition: 0.4;
  transition: 0.4;
}
.about_06 .ab_bot .item .div1 .li .text .t2 p a:hover {
  color: #00133a;
}
.about_06 .ab_bot .item .div2 {
  margin-top: 0.7rem;
  width: 100%;
}
.about_06 .ab_bot .item .div2 a {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about_06 .ab_bot .item .div2 a > img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.about_06 .ab_bot .item .div2 a .post {
  position: absolute;
  background: #00133a;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about_06 .ab_bot .item .div2 a .post p {
  min-width: 1.96rem;
  line-height: var(--h50);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0.4rem;
}
.about_06 .ab_bot .item .div2 a .post p img {
  width: var(--f20);
  margin-right: 0.1rem;
}
.about_06 .ab_bot .item .div2 a .post p span {
  font-size: var(--f16);
  color: #fff;
}
.about_06 .ab_bot .item .div2 a:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about_07 {
  position: relative;
  background: #f8f8f8;
}
.about_07 .ab_top {
  text-align: center;
}
.about_07 .ab_top .desc {
  margin-top: 0.2rem;
  font-size: var(--f26);
}
.about_07 .ab_bot {
  margin-top: 0.7rem;
}
.about_07 .ab_bot form {
  margin: 0 auto;
  width: min(12.2rem, 100%);
  font-size: var(--f16);
}
.about_07 .ab_bot form .div1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.about_07 .ab_bot form .div1 .label {
  position: relative;
}
.about_07 .ab_bot form .div1 .label textarea,
.about_07 .ab_bot form .div1 .label input {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: var(--h60);
  background: #fff;
  border: 1px solid #fff;
  padding: 0 0.22rem;
}
.about_07 .ab_bot form .div1 .label textarea:focus,
.about_07 .ab_bot form .div1 .label input:focus {
  border-color: #00133a;
}
.about_07 .ab_bot form .div1 .label textarea:not(:placeholder-shown) + .tips,
.about_07 .ab_bot form .div1 .label input:not(:placeholder-shown) + .tips {
  display: none;
}
.about_07 .ab_bot form .div1 .label .tips {
  position: absolute;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  padding: 0 0.22rem;
}
.about_07 .ab_bot form .div1 .label .tips span {
  color: #f00;
}
.about_07 .ab_bot form .div1 .label textarea {
  height: calc(var(--h60) * 3.33);
  padding: 0.22rem;
}
.about_07 .ab_bot form .div1 .label:last-child {
  grid-area: 3 / 1 / 4 / 3;
}
.about_07 .ab_bot form .div2 {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_07 .ab_bot form .div2 p {
  color: #666;
}
.about_07 .ab_bot form .div2 p a {
  display: inline;
  color: #00133a;
}
.about_07 .ab_bot form .div3 {
  margin-top: 0.4rem;
}
.about_07 .ab_bot form .div3 .pu_link .a::after,
.about_07 .ab_bot form .div3 .pu_link .a::before {
  background: #f8f8f8;
}
.pu_mbx {
  padding: 0.2rem 0;
}
.pu_mbx > div {
  font-size: var(--f16);
  color: #666;
}
.pu_mbx > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_mbx > div p img {
  width: var(--f16);
  margin: auto;
}
.pu_mbx > div a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.pu_mbx > div a:hover {
  color: #00133a;
}
.pu_mbx > div i {
  margin: 0 0.1rem;
}
.pu_mbx > div span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.news_01 {
  position: relative;
  background: #f8f8f8;
}
.news_01 .ws_bot {
  margin-top: 0.8rem;
}
.news_01 .ws_bot .content1 {
  position: relative;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a {
  background: #fff;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box {
  position: relative;
  width: 54.5%;
  overflow: hidden;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 55.6%;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box {
  width: 45.5%;
  padding: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div {
  width: 100%;
  font-size: var(--f16);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t1 {
  color: #666;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.1rem;
  color: #000;
  font-size: var(--f30);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t3 {
  margin-top: 0.18rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  height: 5.625em;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .btn {
  margin-top: 0.58rem;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .le_box img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .ri_box > div .text .t2 {
  color: #00133a;
}
.news_01 .ws_bot .content1 .div_ {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0.6rem;
  width: 45.5%;
  padding: 0 0.6rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news_01 .ws_bot .content2 {
  margin-top: var(--gap);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.3rem;
}
.news_01 .ws_bot .content2 .pu_li_1 .box .btn {
  display: block;
}
.news_01 .ws_bot .content3 {
  margin-top: 0.8rem;
}
.pu_page {
  font-size: var(--f24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_page .prev a i,
.pu_page .next a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #00133a;
}
.pu_page .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0.3rem;
}
.pu_page .number a {
  color: #666;
  margin: 0 0.2rem;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #00133a;
}
.news_details_01 .ws_bot {
  margin-top: var(--gap);
}
.news_details_01 .ws_bot .le_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news_details_01 .ws_bot .le_box .content1 {
  padding-bottom: 0.3rem;
}
.news_details_01 .ws_bot .le_box .content1 .text {
  font-size: var(--f48);
  color: #00133a;
  line-height: 1.25;
}
.news_details_01 .ws_bot .le_box .content1 .time {
  margin-top: 0.2rem;
  font-size: var(--f16);
}
.news_details_01 .ws_bot .le_box .content2 {
  padding: 0.4rem 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.news_details_01 .ws_bot .le_box .content2 > div {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.news_details_01 .ws_bot .le_box .content3 {
  margin-top: 0.4rem;
}
.news_details_01 .ws_bot .le_box .content3 .prev a,
.news_details_01 .ws_bot .le_box .content3 .next a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 2em;
}
.news_details_01 .ws_bot .le_box .content3 .prev a:hover,
.news_details_01 .ws_bot .le_box .content3 .next a:hover {
  color: #00133a;
}
.news_details_01 .ws_bot .ri_box {
  margin-left: 1.2rem;
  width: 3.8rem;
}
.news_details_01 .ws_bot .ri_box > div {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.news_details_01 .ws_bot .ri_box > div .content1 {
  font-size: var(--f26);
  color: #00133a;
}
.news_details_01 .ws_bot .ri_box > div .content2 {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.4rem;
}
.news_details_01 .ws_bot .ri_box > div .content2 .pu_li_1 {
  background: #f8f8f8;
}
.news_details_01 .ws_bot .ri_box > div .content2 .pu_li_1 .box {
  padding: 0.3rem;
}
.news_details_01 .ws_bot .ri_box > div .content2 .pu_li_1 .box .btn {
  margin-top: 0.36rem;
  display: block;
}
.search_01 {
  contain: layout paint;
  position: relative;
  background: #f8f8f8;
}
.search_01 .wMain {
  z-index: 1;
  position: relative;
}
.search_01 .ch_top .div1 {
  font-size: var(--f36);
  color: #00133a;
}
.search_01 .ch_top .div2 {
  margin: 0.26rem 0 0.7rem;
}
.search_01 .ch_top .div2 form {
  width: min(5.9rem, 100%);
  background: #fff;
  padding: 0.13rem 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: var(--f16);
}
.search_01 .ch_top .div2 form > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: #fff;
  padding: 0 0.12rem;
  height: var(--w44);
  color: #333;
}
.search_01 .ch_top .div2 form > input::-webkit-input-placeholder {
  color: #999;
}
.search_01 .ch_top .div2 form > input:-ms-input-placeholder {
  color: #999;
}
.search_01 .ch_top .div2 form > input::-ms-input-placeholder {
  color: #999;
}
.search_01 .ch_top .div2 form > input::placeholder {
  color: #999;
}
.search_01 .ch_top .div2 form label p {
  cursor: pointer;
  width: var(--w44);
  height: var(--w44);
  background: #00133a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_01 .ch_top .div2 form label p svg {
  margin: auto;
  max-width: 45%;
}
.search_01 .ch_bot {
  border-top: 1px solid #dbdbdb;
  padding: 0.24rem 0 0;
}
.search_01 .ch_bot .content1 {
  font-size: var(--f20);
  color: #666;
}
.search_01 .ch_bot .content1 span {
  color: #00133a;
}
.search_01 .ch_bot .content2 {
  margin: 0.2rem 0 0;
  font-size: var(--f18);
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_01 .ch_bot .content2 i {
  margin: 0 6px;
  font-style: normal;
}
.search_01 .ch_bot .content2 p {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.search_01 .ch_bot .content2 p:hover,
.search_01 .ch_bot .content2 p.active {
  color: #00133a;
}
.search_01 .ch_bot .content3 {
  position: relative;
  margin-top: 0.48rem;
}
.search_01 .ch_bot .content3 .divBox {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.search_01 .ch_bot .content3 .divBox.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.search_01 .ch_bot .content3 .divBox1 .pu_li_2 > div .ri_box::before {
  background: #fff;
}
.search_01 .ch_bot .content3 .divBox2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.3rem;
}
.search_01 .ch_bot .content3 .divBox2 .pu_li_1 .box .btn {
  display: block;
}
:root {
  --w44: 0.44rem;
  --h60: 0.6rem;
  --h47: 0.47rem;
  --h64: 0.64rem;
  --h58: 0.58rem;
  --h54: 0.54rem;
  --h80: 0.8rem;
  --w72: 0.72rem;
  --w60: 0.6rem;
  --h50: 0.5rem;
  --h100: 1rem;
  --w120: 1.2rem;
  --path1: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
  --path2: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
  --w6: 6px;
}
@media (max-width: 1500px) {
  .news_details_01 .ws_bot .ri_box {
    margin-left: 0.6rem;
  }
  .news_01 .ws_bot .content1 .div_ {
    bottom: 0.36rem;
  }
  .about_01 .le_box > div .content1 .desc {
    max-height: calc(var(--f18) * 1.66 * 9);
  }
  .about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc {
    max-height: calc(var(--f16) * 1.625 * 14);
  }
  .about_03 .le_box {
    padding: var(--gap) var(--bj);
  }
  .about_06 .ab_bot .item .div1 .li .text .t2 {
    font-size: var(--f20);
  }
  .technology_01 .le_box {
    margin-top: 0;
  }
  .technology_01 .le_box .content2 {
    margin-top: 0.5rem;
  }
  .technology_01 {
    --h1: 0.46rem;
  }
  .technology_01 .ri_box .post .text_list > div p {
    font-size: 10px;
  }
  .display_02 .ay_bot .le_box > div .desc > div p {
    font-size: var(--f22);
  }
  .pc_footer .ter_top .ri_box {
    -webkit-box-flex: 0.72;
    -ms-flex: 0.72;
    flex: 0.72;
  }
  .pc_header .he_box .column .nav .item .down {
    min-width: 2.67rem;
  }
  :root {
    --w44: 0.44rem;
    --h60: 0.6rem;
    --h47: 0.47rem;
    --h64: 0.64rem;
    --h58: 0.58rem;
    --h54: 0.54rem;
    --h80: 0.8rem;
    --w72: 0.72rem;
    --w60: 0.6rem;
    --h50: 0.6rem;
    --h100: 1rem;
    --w120: 1.2rem;
    --path1: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
    --path2: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    --w6: 6px;
  }
}
@media (max-width: 1300px) {
  .about_01 .le_box > div .content1 .desc {
    max-height: calc(var(--f18) * 1.66 * 7);
  }
  .about_06 .ab_bot .item .div1 .li .text .t2 {
    font-size: var(--f18);
  }
  .pc_header .he_box .column .nav .item .down {
    min-width: 2.77rem;
  }
  .about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc {
    max-height: calc(var(--f16) * 1.625 * 12);
  }
}
@media (max-width: 1200px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 35px;
  }
  .MobileMain .HeaderMobile .box .button .Language {
    position: relative;
  }
  .MobileMain .HeaderMobile .box .button .Language > a i {
    margin-left: 4px;
    font-size: 0.8em;
    font-weight: bold;
  }
  .MobileMain .HeaderMobile .box .button .Language .post {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
    min-width: 1.4rem;
    padding: 0.12rem;
  }
  .MobileMain .HeaderMobile .box .button .Language .post a {
    line-height: 2.2;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .MobileMain .HeaderMobile .box .button .Language .post a.active {
    color: #00133a;
  }
  .MobileMain .HeaderMobile .box .button .Language:hover .post {
    display: block;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .index_about {
    height: auto;
  }
  .index_about .box4 {
    opacity: 1;
    position: initial;
    padding: var(--gap) var(--bj);
  }
  .index_product .box > div {
    padding: 0 var(--bj) !important;
  }
  .index_product .box > div .le_box > div .content2 {
    margin-top: 0.6rem;
  }
  .index_product .box > div .le_box > div .content2 a {
    line-height: 1.6;
  }
  .index_product .box > div .ri_box {
    width: 90%;
    margin-left: auto;
  }
  .index_product .box:nth-child(even) > div .ri_box {
    margin-left: 0;
    margin-right: auto;
  }
  .index_partners {
    --num: 3;
  }
  .index_join .bk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .index_join .bk img {
    width: 100%;
    height: 100%;
  }
  .index_join .post {
    z-index: 1;
    position: relative;
    padding: 0.6rem var(--bj);
  }
  .pc_footer .ter_top .ri_box {
    margin-bottom: 0.6rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.56rem;
  }
  .pc_footer .ter_top .ri_box > div {
    max-width: 100%;
  }
  .pc_footer .ter_top {
    padding-bottom: 0.6rem;
  }
  .pc_footer .ter_bot {
    line-height: 2;
  }
  .pc_footer .ter_bot .yszc {
    margin-left: 0;
  }
  .pu_banner .ban_bk img {
    height: auto;
    min-height: 6rem;
  }
  .display_03 .ay_top .content2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    text-align: center;
  }
  .display_03 .ay_top .content2 .item {
    margin-right: 0;
  }
  .display_04 .ay_bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .display_04 .ay_bk video,
  .display_04 .ay_bk img {
    width: 100%;
    height: 100%;
    min-height: auto;
  }
  .display_04 .ay_post {
    z-index: 1;
    position: relative;
    padding: var(--gap) var(--bj);
    min-height: 8rem;
  }
  .display_05 .ay_bot .swiper .swiper-slide .text {
    bottom: 0.2rem;
  }
  .display_06 .ay_post {
    min-height: 8rem;
    background: rgba(209, 222, 238, 0.8);
    padding: var(--gap) var(--bj);
  }
  .display_02 .ay_bot .le_box > div .desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    border-left: none;
  }
  .display_02 .ay_bot .le_box > div .desc > div {
    margin-top: 0 !important;
  }
  .display_02 .ay_bot .le_box > div .desc > div p::before {
    height: 100%;
    background: #999;
  }
  .display_02 .ay_bot .le_box > div .desc > div.active p::before {
    background: #00133a;
  }
  .technology_01 .le_box .content2 .item .text .t2 > div img {
    display: block;
    margin-top: 10px;
  }
  .technology_01 .le_box {
    margin-top: 0;
  }
  .about_06 .ab_top .toggle > div p,
  .about_04 .ab_top .toggle > div p,
  .technology_03 .gy_top .toggle > div p {
    margin-right: 0.6rem;
  }
  .about_banner .ban_bk img {
    min-height: 4rem;
  }
  .about_02 .ab_bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .about_02 .ab_bot .item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
  }
  .about_02 .ab_bot .item .bk img {
    height: auto;
  }
  .about_02 .ab_bot .item .post {
    padding: 0.3rem;
  }
  .about_02 .ab_bot .item .post > div .t2 {
    grid-template-rows: 1fr;
    margin-top: 0.16rem;
  }
  .about_02 .ab_bot .item .post_1 {
    display: none;
  }
  .about_02 .ab_bot .item .post_2 {
    opacity: 1;
  }
  .about_03 .le_box > div .content3 {
    position: initial;
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about_03 .le_box {
    padding: var(--gap) var(--bj);
  }
  .about_03 .le_box > div .content2 .swiper .swiper-slide .img {
    display: block;
  }
  .about_03 .le_box > div .content2 .swiper .swiper-slide .box {
    background: #fff;
    padding: 0.4rem;
  }
  .about_06 .ab_bot .item .div1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .about_06 .ab_bot .item .div2 a > img {
    min-height: 4.6rem;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box {
    padding: 0.4rem;
  }
  .news_01 .ws_bot .content1 .div_ {
    position: initial;
    margin-top: 0.4rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .technology_03 .gy_bot .item .div1 .le_box > div {
    max-height: fit-content !important;
  }
  .technology_03 .gy_bot .item .div1 .le_box {
    overflow: visible;
    padding-right: 0;
  }
  .index_banner .swiper .swiper-slide .slide_post {
     background: rgba(0,0,0,0.15);
  }    
  .search_01 .ch_bot .content3 .divBox2,
  .search_01 .ch_bot .content2,
  .news_01 .ws_bot .content2,
  .technology_02 .gy_bot .content1,
  .display_02 .ay_top .content2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about_01 .ri_box,
  .technology_03 .gy_bot .item .div1 .ri_box,
  .display_02 .ay_bot .ri_box,
  .pu_li_2 > div .ri_box {
    margin-top: 0.6rem;
  }
  .news_details_01 .ws_bot .ri_box,
  .about_03 .ri_box,
  .technology_01 .ri_box,
  .pu_level,
  .index_product .box > div .le_box > div .content1 .text .t3 br,
  .index_about .box3,
  .index_about .box2,
  .index_about .box1,
  .index_banner .div_ {
    display: none;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box,
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box,
  .about_03 .le_box,
  .about_01 .ri_box,
  .about_01 .le_box,
  .technology_03 .gy_bot .item .div1 .ri_box,
  .technology_03 .gy_bot .item .div1 .le_box,
  .technology_01 .le_box,
  .display_02 .ay_bot .ri_box,
  .display_02 .ay_bot .le_box,
  .pu_li_2 > div .ri_box,
  .pu_li_2 > div .le_box,
  .pc_footer .ter_top .ri_box,
  .pc_footer .ter_top .le_box,
  .index_product .box > div .le_box {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  :root {
    --w44: 0.54rem;
    --h60: 0.7rem;
    --h47: 0.57rem;
    --h64: 0.74rem;
    --h58: 0.68rem;
    --h54: 0.64rem;
    --h80: 0.9rem;
    --w72: 0.82rem;
    --w60: 0.7rem;
    --h50: 0.6rem;
    --h100: 1.1rem;
    --w120: 1.4rem;
    --path1: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
    --path2: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    --w6: 6px;
  }
}
@media (max-width: 750px) {
  .MobileMain .HeaderMobile .box .button .Language .post {
    min-width: 1.8rem;
  }
  .about_03 .le_box > div .content2 .swiper .swiper-slide .box .desc {
    max-height: calc(var(--f16) * 1.625 * 6);
  }
  .search_01 .ch_bot .content3 .divBox2,
  .about_02 .ab_bot,
  .search_01 .ch_bot .content2,
  .news_01 .ws_bot .content2,
  .technology_02 .gy_bot .content1,
  .display_02 .ay_top .content2,
  .pc_footer .ter_top .ri_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_link .a span {
    padding: 0 0.3rem;
    min-width: 2.4rem;
  }
  .index_join .post > div .title_01 {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .index_partners {
    --num: 2;
  }
  .index_product {
    --w1: 3rem;
  }
  .index_banner .swiper .swiper-slide .slide_post > div .content1 img {
    height: 0.4rem;
  }
  .index_banner .swiper .swiper-slide .slide_post {
    padding: 5vw;
  }
  .index_banner .swiper .swiper-slide .slide_post > div .content2 p {
    font-size: 0.6rem;
  }
  .display_02 .ay_bot .le_box > div .desc > div p {
    font-size: var(--f14);
  }
  .display_04 .ay_post {
    background: rgba(209, 222, 238, 0.8);
  }
  .display_06 .ay_post > div .content2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    margin-top: 0.6rem;
  }
  .about_06 .ab_top .toggle > div p,
  .about_04 .ab_top .toggle > div p,
  .technology_03 .gy_top .toggle > div p {
    margin-right: 0.4rem;
  }
  .about_04 {
    --h1: 5.4rem;
  }
  .technology_01 {
    --w1: 40px;
  }
  .about_07 .ab_bot form .div1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_07 .ab_bot form .div1 .label {
    grid-area: auto !important;
  }
  .about_06 .ab_bot .item .div1 .li .text .t2 {
    font-size: var(--f16);
  }
  .news_details_01 .ws_bot .le_box .content1 .text br {
    display: none;
  }
  .search_01 .ch_top .div2 form {
    padding: 0.16rem;
  }
  .index_product .box > div .le_box > div .content1 .btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: center !important;
  }
  :root {
    --w44: 0.64rem;
    --h60: 0.86rem;
    --h47: 0.67rem;
    --h64: 0.84rem;
    --h58: 0.78rem;
    --h54: 0.74rem;
    --h80: 0.9rem;
    --w72: 1rem;
    --w60: 0.86rem;
    --h50: 0.8rem;
    --h100: 1.4rem;
    --w120: 1.6rem;
    --path1: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
    --path2: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    --w6: 6px;
  }
}
