body {
  --ww: 1.16rem;
  --bj: var(--ww);
  --top: 0.9rem;
  --color: #e72423;
  --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;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
}
@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;
    --gap: 0.8rem;
    --ww: 5vw;
  }
}
@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;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
    --gap: 0.8rem;
  }
}
@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;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #e72423;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #e72423 #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);
}
.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(--f48);
  color: #111;
  font-family: Bold;
}
.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;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f48);
  color: #111;
  font-family: Bold;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #111;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #e72423;
}
.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 {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #e72423;
}
.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 {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #e72423;
}
.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;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #e72423;
}
.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: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  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 {
  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 {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: #e72423;
}
.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: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  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 {
  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 {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: #e72423;
}
@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;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: gray;
  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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_search .ch_box .form {
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  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::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;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #e72423;
}
@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 {
  --h1: 1.35rem;
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
}
.pc_header .he_box {
  transition: 0.6s;
  font-size: var(--f20);
}
.pc_header .he_box .logo a img {
  transition: 0.3s;
  height: 0.86rem;
  filter: brightness(0) invert(1);
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  position: relative;
  line-height: var(--h1);
  color: #fff;
  font-family: Medium;
}
.pc_header .he_box .column .nav .item > p a::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .nav .item:hover > p a::before,
.pc_header .he_box .column .nav .item.active > p a::before {
  right: auto;
  left: 0;
  width: 100%;
}
.pc_header .he_box .menu {
  margin-left: 0.96rem;
}
.pc_header .he_box .menu .lang {
  position: relative;
}
.pc_header .he_box .menu .lang .gg_ {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.pc_header .he_box .menu .lang .gg_ span {
  width: var(--f22);
}
.pc_header .he_box .menu .lang .gg_ span svg {
  width: 100%;
}
.pc_header .he_box .menu .lang .gg_ span svg path {
  transition: 0.4s;
}
.pc_header .he_box .menu .lang .gg_ p {
  color: #fff;
  margin: 0 4px;
  font-family: Medium;
}
.pc_header .he_box .menu .lang .gg_ i {
  font-weight: bold;
  font-size: 0.7em;
  color: #fff;
}
.pc_header .he_box .menu .lang .post {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 1.2rem;
  padding: 6px;
  background: #fff;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.08));
}
.pc_header .he_box .menu .lang .post a {
  line-height: 2.6;
  text-align: center;
  transition: 0.4s;
  font-size: 0.8em;
  font-family: Medium;
  border-radius: 5px;
}
.pc_header .he_box .menu .lang .post a:hover,
.pc_header .he_box .menu .lang .post a.active {
  background: linear-gradient(50deg, #e72423, #0a3f92);
  color: #fff;
}
.pc_header .he_box .menu .lang:hover .post {
  display: block;
}
.pc_header .he_box .menu .lxwm {
  margin-left: 0.28rem;
}
.pc_header .he_box .menu .lxwm p {
  position: relative;
  transition: 0.4s;
  width: fit-content;
  min-width: 1.57rem;
  line-height: var(--h45);
  padding: 0 0.35rem;
  border-radius: calc(var(--h45) / 2);
}
.pc_header .he_box .menu .lxwm p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: inherit;
}
.pc_header .he_box .menu .lxwm p a {
  z-index: 1;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  font-size: var(--f16);
  font-family: Medium;
  text-align: center;
  background: linear-gradient(90deg, #e72423 30%, #0a3f92 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
}
.pc_header .he_box .menu .lxwm p:hover::before {
  background: #fff;
}
.pc_header .he_box .menu .lxwm p:hover a {
  color: transparent;
}
.pc_header.sticky .he_box,
.pc_header.active .he_box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
}
.pc_header.sticky .he_box .logo a img,
.pc_header.active .he_box .logo a img {
  height: 0.72rem;
  filter: brightness(1);
}
.pc_header.sticky .he_box .column .nav .item > p a,
.pc_header.active .he_box .column .nav .item > p a {
  line-height: var(--top);
  color: #111;
}
.pc_header.sticky .he_box .column .nav .item > p a::before,
.pc_header.active .he_box .column .nav .item > p a::before {
  background: linear-gradient(to right, #e72423, #0a3f92);
}
.pc_header.sticky .he_box .menu .lang .gg_ span svg path,
.pc_header.active .he_box .menu .lang .gg_ span svg path {
  fill: #666;
}
.pc_header.sticky .he_box .menu .lang .gg_ i,
.pc_header.active .he_box .menu .lang .gg_ i,
.pc_header.sticky .he_box .menu .lang .gg_ p,
.pc_header.active .he_box .menu .lang .gg_ p {
  color: #666;
}
.pc_header.sticky .he_box .menu .lxwm p::before,
.pc_header.active .he_box .menu .lxwm p::before {
  border-color: transparent;
  background: linear-gradient(34deg, #e72423, #0a3f92) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pc_header.sticky .he_box .menu .lxwm p a,
.pc_header.active .he_box .menu .lxwm p a {
  color: transparent;
}
.pc_header.sticky .he_box .menu .lxwm p:hover::before,
.pc_header.active .he_box .menu .lxwm p:hover::before {
  mask: initial;
}
.pc_header.sticky .he_box .menu .lxwm p:hover a,
.pc_header.active .he_box .menu .lxwm p:hover a {
  color: #fff;
}
.pc_header.sticky {
  position: sticky;
}
.pc_footer {
  --w1: 10.4rem;
  position: relative;
  background: #041327;
}
.pc_footer .ter_top {
  font-size: var(--f16);
  padding: var(--gap) 0;
}
.pc_footer .ter_top .le_box {
  width: calc(100% - var(--w1));
}
.pc_footer .ter_top .le_box .content1 a img {
  height: 0.76rem;
  filter: brightness(0) invert(1);
}
.pc_footer .ter_top .le_box .content2 {
  margin-top: 0.4rem;
}
.pc_footer .ter_top .le_box .content2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_footer .ter_top .le_box .content2 .item span {
  display: flex;
  width: var(--f20);
}
.pc_footer .ter_top .le_box .content2 .item span img {
  max-width: 100%;
  margin: auto;
}
.pc_footer .ter_top .le_box .content2 .item a {
  max-width: calc(100% - var(--f20));
  padding-left: 0.16rem;
  transition: 0.4s;
  color: #888;
}
.pc_footer .ter_top .le_box .content2 .item a:hover[href] {
  color: #fff;
}
.pc_footer .ter_top .le_box .content2 .item + .item {
  margin-top: 0.16rem;
}
.pc_footer .ter_top .le_box .content3 {
  margin-top: 0.46rem;
}
.pc_footer .ter_top .ri_box {
  width: var(--w1);
}
.pc_footer .ter_top .ri_box .content1 .item {
  max-width: 33%;
}
.pc_footer .ter_top .ri_box .content1 .item .one {
  margin-bottom: 0.32rem;
}
.pc_footer .ter_top .ri_box .content1 .item .one a {
  color: #fff;
  font-size: var(--f20);
}
.pc_footer .ter_top .ri_box .content1 .item .two a {
  transition: 0.4s;
  color: #888;
}
.pc_footer .ter_top .ri_box .content1 .item .two a + a {
  margin-top: 0.18rem;
}
.pc_footer .ter_top .ri_box .content1 .item .two a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box .content1 .item .three {
  display: flex;
  flex-wrap: wrap;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li {
  position: relative;
  margin-right: 0.1rem;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li > a {
  cursor: pointer;
  transition: 0.4s;
  width: var(--w48);
  height: var(--w48);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li > a img {
  transition: 0.4s;
  max-width: 40%;
  max-height: 50%;
  margin: auto;
  opacity: 0.8;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li .post {
  transition: 0.6s;
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%) scale(0);
  transform-origin: center top;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li .post::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li .post img {
  width: var(--w120);
  max-width: max-content;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li:hover > a {
  background: #e72423;
  border-color: #e72423;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li:hover > a img {
  opacity: 1;
}
.pc_footer .ter_top .ri_box .content1 .item .three .li:hover .post {
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_top .ri_box .content2 {
  margin-top: 0.6rem;
  line-height: 1.4;
}
.pc_footer .ter_top .ri_box .content2 .div1 {
  color: #888;
}
.pc_footer .ter_top .ri_box .content2 .div1 a {
  display: inline-block;
  transition: 0.4s;
  color: #888;
}
.pc_footer .ter_top .ri_box .content2 .div1 a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box .content2 .div2 a {
  display: inline-block;
  transition: 0.4s;
  color: #888;
  margin-right: 0.1rem;
}
.pc_footer .ter_top .ri_box .content2 .div2 a:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .ri_box .content2 .div2 a:hover {
  color: #fff;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pc_aside {
  z-index: 5;
  position: fixed;
  right: 10px;
  bottom: calc(var(--h56) * -1);
  transition: 0.6s;
  opacity: 0;
}
.pc_aside.active {
  opacity: 1;    
  bottom: 10px;     
} 
.pc_aside .box {
    
}
.pc_aside .box .li {
    
}
.pc_aside .box .li > a {
  transition: 0.6s;    
  width: var(--h56);
  height: var(--h56);
  background: #fff;
  border-radius: 0.12rem;
  display: flex;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.18));
}
.pc_aside .box .li > a svg {
  margin: auto; 
  max-width: 45%;
}
.pc_aside .box .li > a svg path {
  transition: 0.4s;   
}
.pc_aside .box .li:hover > a {
  background: linear-gradient(34deg, #e72423, #0a3f92);     
}
.pc_aside .box .li:hover > a svg path {
  fill: #fff;    
}
.link_01 {
  position: relative;
  transition: 0.4s;
  width: fit-content;
  min-width: 1.57rem;
  line-height: var(--h45);
  padding: 0 0.35rem;
  border-radius: calc(var(--h45) / 2);
}
.link_01::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  background: linear-gradient(34deg, #e72423, #0a3f92) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
}
.link_01 .a {
  z-index: 1;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  font-size: var(--f16);
  font-family: Medium;
  text-align: center;
  background: linear-gradient(90deg, #e72423 30%, #0a3f92 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.link_01:hover::before {
  mask: initial;
}
.link_01:hover .a {
  color: #fff;
}
.link_02 {
  position: relative;
  transition: 0.4s;
  width: fit-content;
  min-width: 2.3rem;
  line-height: var(--h56);
  padding: 0 0.35rem;
  border-radius: calc(var(--h56) / 2);
}
.link_02::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: inherit;
}
.link_02 .a {
  z-index: 1;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  font-size: var(--f18);
  font-family: Medium;
  text-align: center;
  background: linear-gradient(90deg, #e72423 30%, #0a3f92 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
}
.link_02:hover::before {
  background: #fff;
}
.link_02:hover .a {
  color: transparent;
}
.link_02.w157 {
  min-width: 1.57rem;
  line-height: var(--h45);
  border-radius: calc(var(--h45) / 2);
}
.link_02.w157 .a {
  font-size: var(--f16);
}
.index_banner {
  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: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  font-size: var(--f58);
  font-family: Bold;
  line-height: 1.58;
  color: #fff;
  transform: none;
  opacity: 0;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  transform: none;
  opacity: 0;
  margin-top: 0.5rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 {
  animation: heroFade 1s 0.2s both;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  animation: heroFade 1s 0.4s both;
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index_banner .div_ .li {
  cursor: pointer;
  position: relative;
  margin: 0 0.08rem;
}
.index_banner .div_ .li p {
  transition: 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.index_banner .div_ .li img {
  opacity: 0;
  transition: 0.4s;
  width: var(--f26);
}
.index_banner .div_ .li.active p {
  opacity: 0;
}
.index_banner .div_ .li.active img {
  opacity: 1;
}
.title_01 {
  font-size: var(--f48);
  color: #111;
  font-family: Bold;
}
.center {
  text-align: center;
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.index_capabilities {
  --h1: 6.76rem;
  contain: layout paint;
  position: relative;
  background: #f2f4fc;
}
.index_capabilities .es_bot {
  margin-top: 0.5rem;
}
.index_capabilities .es_bot .le_box {
  width: calc(47.6% - 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.index_capabilities .es_bot .le_box .item {
  flex: 1;
  padding: 0 0.6rem;
  background: #fff;
  border-radius: 0.12rem;
  display: flex;
}
.index_capabilities .es_bot .le_box .item > div {
  width: 100%;
  margin: auto;
  transition: 0.6s;
}
.index_capabilities .es_bot .le_box .item .div1 {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_capabilities .es_bot .le_box .item .div1 .svg {
  width: var(--w42);
  text-align: center;
}
.index_capabilities .es_bot .le_box .item .div1 .svg img {
  max-width: 100%;
}
.index_capabilities .es_bot .le_box .item .div1 .text {
  transition: 0.4s;
  padding: 0 0.24rem;
  flex: 1;
  font-size: var(--f22);
  font-family: Bold;
  color: #111;
}
.index_capabilities .es_bot .le_box .item .div1 .btn {
  width: var(--w45);
  height: var(--w45);
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
}
.index_capabilities .es_bot .le_box .item .div1 .btn i {
  transition: 0.4s;
  margin: auto;
  color: #999999;
  font-weight: bold;
  font-size: var(--f16);
}
.index_capabilities .es_bot .le_box .item .div2 {
  transition: 0.6s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding: 0 calc(var(--w42) + 0.24rem);
}
.index_capabilities .es_bot .le_box .item .div2 > div {
  min-height: 0;
}
.index_capabilities .es_bot .le_box .item .div2 > div .desc {
  font-size: var(--f16);
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  height: 5.625em;
}
.index_capabilities .es_bot .le_box .item .div2 > div .btn {
  margin-top: 0.28rem;
}
.index_capabilities .es_bot .le_box .item .div2 > div .img {
  display: none;
  width: 100%;
  border-radius: 0.12rem;
  overflow: hidden;
}
.index_capabilities .es_bot .le_box .item .div2 > div .img img {
  border-radius: inherit;
  width: 100%;
  transition: 0.4s;
}
.index_capabilities .es_bot .le_box .item + .item {
  margin-top: 2px;
}
.index_capabilities .es_bot .le_box .item.active > div {
  padding: 0.15rem 0 0.25rem;
}
.index_capabilities .es_bot .le_box .item.active .div1 .text {
  color: #e72423;
}
.index_capabilities .es_bot .le_box .item.active .div1 .btn i {
  transform: rotateX(180deg);
}
.index_capabilities .es_bot .le_box .item.active .div2 {
  margin-top: 0.14rem;
  grid-template-rows: 1fr;
}
.index_capabilities .es_bot .ri_box {
  position: relative;
  width: 52.4%;
}
.index_capabilities .es_bot .ri_box p {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0.12rem;
  overflow: hidden;
}
.index_capabilities .es_bot .ri_box p img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
  height: var(--h1);
}
.index_capabilities .es_bot .ri_box p:hover img {
  transform: scale(1.05);
}
.index_capabilities .es_bot .ri_box p.active {
  z-index: 1;
  position: relative;
  animation: heroFade 1s 0.15s both;
}
.index_about {
  position: relative;
}
.index_about .ab_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_about .ab_bk img,
.index_about .ab_bk picture {
  width: 100%;
  height: 100%;
}
.index_about .ab_post {
  z-index: 1;
  position: relative;
  min-height: var(--vh);
  display: flex;
  padding: 0 var(--bj);
}
.index_about .ab_post > div {
  width: min(7.3rem, 100%);
  margin: auto 0;
  color: #fff;
}
.index_about .ab_post > div .title_01 {
  color: #fff;
}
.index_about .ab_post > div .desc {
  margin-top: 0.42rem;
  font-size: var(--f16);
  line-height: 2.25;
}
.index_about .ab_post > div .desc span {
  font-family: Bold;
}
.index_about .ab_post > div .btn {
  margin-top: 0.46rem;
}
.index_culture {
  contain: layout paint;
  position: relative;
  --h1: 6.66rem;
}
.index_culture .le_box {
  border-radius: 0.12rem;
  width: 51.2%;
  overflow: hidden;
}
.index_culture .le_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
  height: var(--h1);
}
.index_culture .le_box:hover img {
  transform: scale(1.05);
}
.index_culture .ri_box {
  width: 43%;
}
.index_culture .ri_box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.index_culture .ri_box > div .div1 .desc {
  margin-top: 0.4rem;
  font-size: var(--f16);
  line-height: 2.25;
  color: #666;
}
.index_culture .ri_box > div .div2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.index_culture .ri_box > div .div2 .item {
  transition: 0.4s;
  background: #f2f4fc;
  border-radius: 0.12rem;
  text-align: center;
  padding: 0.36rem 0.36rem 0.18rem;
}
.index_culture .ri_box > div .div2 .item .svg {
  height: var(--h62);
  display: flex;
}
.index_culture .ri_box > div .div2 .item .svg img {
  margin: auto;
  max-height: 100%;
}
.index_culture .ri_box > div .div2 .item .text {
  margin-top: 0.16rem;
  font-family: Bold;
  color: #111;
  font-size: var(--f18);
  line-height: 1.33;
}
.index_culture .ri_box > div .div2 .item:hover {
  transform: translateY(-6px);
}
.index_global {
  --w1: 0.08rem;
  --w2: 3.8rem;
  position: relative;
}
.index_global .gl_title {
  margin-bottom: 0.26rem;
}
.index_global .gl_title .title_01 {
  color: #111;
}
.index_global .gl_title .desc {
  width: min(7.6rem, 100%);
  margin: 0 auto;
  margin-top: 0.18rem;
  font-size: var(--f16);
  line-height: 2;
  color: #666;
}
.index_global .gl_box {
  position: relative;
  width: min(13.44rem, 90vw);
  margin: 0 auto;
}
.index_global .gl_box .bk {
  width: 100%;
}
.index_global .gl_box .bk img {
  width: 100%;
}
.index_global .gl_box .dian_list .dian {
  position: absolute;
}
.index_global .gl_box .dian_list .dian::after,
.index_global .gl_box .dian_list .dian::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e72423;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index_global .gl_box .dian_list .dian::after {
  opacity: 0.04;
  width: 100%;
  height: 100%;
}
.index_global .gl_box .dian_list .dian p {
  z-index: 1;
  position: relative;
  cursor: pointer;
  width: var(--w1);
  height: var(--w1);
  border-radius: 50%;
  background: #e72423;
}
.index_global .gl_box .dian_list .dian.active::after,
.index_global .gl_box .dian_list .dian.active::before {
  width: 725%;
  height: 725%;
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.index_global .gl_box .dian_list .dian.active::after {
  width: 1500%;
  height: 1500%;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.index_global .gl_box .dian_list .d1 {
  right: 14%;
  top: 36%;
}
.index_global .gl_box .dian_list .d2 {
  right: 17%;
  top: 40.4%;
}
.index_global .gl_box .item_list {
  width: var(--w2);
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  transform: translateX(-50%);
}
.index_global .gl_box .item_list > div {
  position: relative;
}
.index_global .gl_box .item_list > div .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.12rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 7px 30px 0px rgba(6, 63, 146, 0.06);
}
.index_global .gl_box .item_list > div .item .img {
  width: 100%;
}
.index_global .gl_box .item_list > div .item .img img {
  width: 100%;
}
.index_global .gl_box .item_list > div .item .box {
  padding: 0.4rem 0.3rem;
}
.index_global .gl_box .item_list > div .item .box .x1 {
  font-size: var(--f22);
  font-family: Bold;
}
.index_global .gl_box .item_list > div .item .box .x2 {
  margin-top: 0.14rem;
  font-size: var(--f16);
  line-height: 2;
  color: #666;
}
.index_global .gl_box .item_list > div .item.active {
  z-index: 1;
  position: relative;
  animation: heroFade 1s 0.15s both;
}
@keyframes sonarAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.137);
    transform: translate(-50%, -50%) scale(0.137);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.index_touch {
  position: relative;
}
.index_touch .ch_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_touch .ch_bk img,
.index_touch .ch_bk picture {
  width: 100%;
  height: 100%;
}
.index_touch .ch_post {
  z-index: 1;
  position: relative;
  min-height: 2.4rem;
  display: flex;
  padding: 0 var(--bj);
}
.index_touch .ch_post > div {
  width: 100%;
  margin: auto;
}
.index_touch .ch_post > div .text {
  color: #fff;
}
.index_touch .ch_post > div .text .t1 {
  font-size: var(--f22);
  font-family: Bold;
}
.index_touch .ch_post > div .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  line-height: 1.875;
}
:root {
  --w120: 1.2rem;
  --w48: 0.48rem;
  --h62: 0.62rem;
  --w42: 0.42rem;
  --w45: 0.45rem;
  --h56: 0.56rem;
  --h45: 0.45rem;
}
@media (max-width: 1500px) {
  .index_global {
    --w2: 4.4rem;
  }
  .index_capabilities .es_bot .le_box .item {
    padding: 0 0.4rem;
  }
  .index_capabilities .es_bot .le_box .item .div2 > div .desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.875;
    height: 3.75em;
  }
  .index_culture .ri_box > div .div1 .desc {
    margin-top: 0.2rem;
  }
  .pc_header .he_box .menu .lang .post {
    min-width: 1.4rem;
  }
  .pc_footer .ter_top .ri_box .content2 {
     font-size: 12px; 
  }
  :root {
    --w120: 1.2rem;
    --w48: 0.54rem;
    --h62: 0.62rem;
    --w42: 0.48rem;
    --w45: 0.51rem;
    --h56: 0.62rem;
    --h45: 0.51rem;
  }
}
@media (max-width: 1200px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 48px;
  }
  .MobileMain .HeaderMobile .box .button .Language {
    position: relative;
    font-size: 18px;
  }
  .MobileMain .HeaderMobile .box .button .Language .gg_ {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
  }
  .MobileMain .HeaderMobile .box .button .Language .gg_ span {
    width: 20px;
  }
  .MobileMain .HeaderMobile .box .button .Language .gg_ span svg {
    width: 100%;
  }
  .MobileMain .HeaderMobile .box .button .Language .gg_ span svg path {
    transition: 0.4s;
  }
  .MobileMain .HeaderMobile .box .button .Language .gg_ p {
    margin: 0 4px;
    font-family: Medium;
    color: #666;
  }
  .MobileMain .HeaderMobile .box .button .Language .gg_ i {
    font-weight: bold;
    font-size: 0.7em;
    color: #666;
  }
  .MobileMain .HeaderMobile .box .button .Language .post {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    min-width: 1.4rem;
    padding: 6px;
    background: #fff;
  }
  .MobileMain .HeaderMobile .box .button .Language .post a {
    line-height: 2.6;
    text-align: center;
    transition: 0.4s;
    font-size: 0.8em;
    font-family: Medium;
    border-radius: 5px;
  }
  .MobileMain .HeaderMobile .box .button .Language .post a:hover,
  .MobileMain .HeaderMobile .box .button .Language .post a.active {
    background: linear-gradient(50deg, #e72423, #0a3f92);
    color: #fff;
  }
  .MobileMain .HeaderMobile .box .button .Language:hover .post {
    display: block;
  }
  .MobileNavigation .box_scroll .box .item a p {
    font-family: Medium;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .index_banner .div_ {
    bottom: 0.2rem;
  }
  .index_capabilities .es_bot .le_box .item {
    padding: 0.2rem 0.4rem;
  }
  .index_capabilities .es_bot .le_box .item > div {
    padding: 0;
  }
  .index_capabilities .es_bot .le_box .item .div2 > div .img {
    display: block;
    margin-top: 0.2rem;
  }
  .index_about .ab_post {
    min-height: 7rem;
    padding: var(--gap) var(--bj);
  }
  .index_culture .le_box {
    order: 1;
    width: 100%;
    margin-top: 0.6rem;
  }
  .index_culture .ri_box > div .div2 {
    margin-top: 0.4rem;
  }
  .index_culture .ri_box > div .div2 .item {
    padding: 0.4rem;
  }
  .index_global .gl_box .item_list {
    margin-top: -1.8rem;
    position: initial;
    transform: translateX(0);
    overflow-x: auto;
    width: 100%;
    padding-bottom: 6px;
  }
  .index_global .gl_box .item_list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .index_global .gl_box .item_list::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 4px;
  }
  .index_global .gl_box .item_list::-webkit-scrollbar-thumb {
    background: #e72423;
    border-radius: 4px;
  }
  .index_global .gl_box .item_list > div {
    width: max-content;
    display: flex;
  }
  .index_global .gl_box .item_list > div .item {
    position: initial;
    width: calc(45vw - 10px);
    opacity: 1;
    margin-right: 20px;
    animation: none !important;
  }
  .index_global .gl_box .item_list > div .item:last-child {
    margin-right: 0;
  }
  .pc_footer .ter_top .ri_box .content1 .item:last-child {
    display: block;
  }
  .pc_footer .ter_top {
    padding: 0.6rem 0;
  }
  .pc_footer .ter_top .ri_box .content2 {
    line-height: 1.8;
  }
  .pc_footer .ter_top .ri_box {
    margin-top: 0.4rem;
  }
  .pc_footer .ter_top .ri_box .content1 .item {
    max-width: 100%;
  }
  .index_global .gl_box .item_list > div .item .box {
    border: 1px solid #eee;
    border-top: none;
  }
  .index_culture .le_box img {
    height: fit-content;
  }
  .pc_footer .ter_top .ri_box .content1 .item,
  .index_global .gl_box .dian_list,
  .index_capabilities .es_bot .ri_box {
    display: none;
  }
  .pc_footer .ter_top .ri_box .content1 .item,
  .pc_footer .ter_top .ri_box,
  .pc_footer .ter_top .le_box,
  .index_culture .ri_box,
  .index_culture .le_box,
  .index_about .ab_post > div,
  .index_capabilities .es_bot .le_box {
    width: 100%;
    flex: none;
  }
  :root {
    --w120: 1.2rem;
    --w48: 0.54rem;
    --h62: 0.62rem;
    --w42: 0.48rem;
    --w45: 0.51rem;
    --h56: 0.62rem;
    --h45: 0.51rem;
  }
}
@media (max-width: 750px) {
  .pc_footer .ter_top .ri_box .content2 {
    font-size: 0.24rem;
  }
  .link_01,
  .link_02 {
    padding: 0 0.4rem;
  }
  .pc_footer .ter_top .le_box .content2 .item span {
    width: 14px;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 36px;
  }
  .index_touch .ch_post {
    padding: 0.6rem var(--bj);
  }
  .index_global .gl_box .item_list > div .item {
    width: 90vw;
  }
  .index_global .gl_box .item_list {
    margin-top: -0.8rem;
  }
  .index_culture .ri_box > div .div2 .item .text {
    font-size: 0.22rem;
  }
  .index_culture .ri_box > div .div2 .item {
    padding: 0.3rem;
  }
  .index_capabilities .es_bot .le_box .item .div2 {
    padding: 0;
  }
  .index_capabilities .es_bot .le_box .item {
    padding: 0.3rem 0.4rem;
  }
  .index_capabilities .es_bot .le_box .item .div1 .text {
    font-size: 0.28rem;
  }
  .index_banner .swiper .swiper-slide-active .slide_post > div .content1 br {
    display: none;
  }
  .index_touch .ch_post > div .text {
    margin-bottom: 0.4rem;
  }
  .index_banner .div_ .li p {
    width: 8px;
    height: 8px;
  }
  .MobileMain .HeaderMobile .box .button .Language .post {
    min-width: 1.6rem;
  }
  .pc_footer .ter_top .ri_box .content1 .item .three .li {
    margin-right: 0.16rem;
  }
  .index_touch .ch_post > div .text {
    width: 100%;
  }
  :root {
    --w120: 1.4rem;
    --w48: 0.68rem;
    --h62: 0.82rem;
    --w42: 0.62rem;
    --w45: 0.75rem;
    --h56: 0.76rem;
    --h45: 0.75rem;
  }
}
