body {
  --ww: 1.46rem;
  --bj: var(--ww);
  --top: 1rem;
  --color: #fff;
  --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;
}
@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: 1rem;
  }
}
@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.42rem;
    --f42: 0.42rem;
    --f44: 0.46rem;
    --f46: 0.48rem;
    --f48: 0.48rem;
    --f52: 0.5rem;
    --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.28rem;
    --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: #fff;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #fff #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(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f32);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
@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: #fff;
}
@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: fixed;
  width: 100%;
  top: 0;
}
.pc_header .he_box {
  transition: 0.6s;
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  transition: 0.4s;
  height: 0.32rem;
  filter: brightness(0) invert(1);
}
.pc_header .he_box .column .nav .item > p a {
  position: relative;
  color: #fff;
  line-height: var(--top);
}
.pc_header .he_box .column .nav .item > p a::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #fff;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .nav .item.active > p a::before {
  width: 60%;
}
.pc_header .he_box .menu .search p {
  cursor: pointer;
}
.pc_header .he_box .menu .search p svg path {
  transition: 0.4s;
}
.pc_header .he_box .menu .lxwm {
  margin-left: 0.5rem;
}
.pc_header .he_box .menu .lxwm a {
  min-width: 1.4rem;
  padding: 0 0.32rem;
  color: #222;
  background: #fff;
  border-radius: var(--r6);
  line-height: var(--h48);
  text-align: center;
}
.pc_header.active .he_box {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.pc_header.active .he_box .logo a img {
  filter: brightness(1) invert(0);
}
.pc_footer {
  position: relative;
  background: #000;
}
.pc_footer .ter_box {
  font-size: var(--f16);
}
.pc_footer .ter_box .le_box {
  width: 41%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.76rem calc(var(--bj) - 0.5rem) 0.36rem var(--bj);
}
.pc_footer .ter_box .le_box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.pc_footer .ter_box .le_box > div .content1 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-1 {
  margin-bottom: 0.3rem;
  font-size: 1.25em;
  font-family: Medium;
  color: #fff;
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-2 .li {
  display: flex;
  flex-wrap: wrap;
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-2 .li span {
  width: 14px;
  height: calc(var(--f16) * 1.2);
  display: flex;
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-2 .li span img {
  margin: auto;
  max-width: 100%;
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-2 .li a {
  padding-left: 12px;
  flex: 1;
  transition: 0.4s;
  color: #fff;
  font-family: Medium;
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-2 .li + .li {
  margin-top: 0.2rem;
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-2 .li.tel span {
  height: calc(var(--f16) * 1.2 * 1.5);
}
.pc_footer .ter_box .le_box > div .content1 .div1 .div1-2 .li.tel a {
  font-size: 1.5em;
}
.pc_footer .ter_box .le_box > div .content1 .div2 {
  margin-top: 10px;
}
.pc_footer .ter_box .le_box > div .content1 .div2 a img {
  height: 0.32rem;
}
.pc_footer .ter_box .le_box > div .content2 {
  margin-top: 0.8rem;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li {
  position: relative;
  margin-right: 0.1rem;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li:last-child {
  margin-right: 0;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li > a {
  transition: 0.6s;
  width: var(--w36);
  height: var(--w36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li > a img {
  transition: 0.4s;
  opacity: 0.6;
  margin: auto;
  max-width: 50%;
  max-height: 50%;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li .post {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  transition: 0.6s;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li .post::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li .post img {
  width: var(--w100);
  border-radius: 2px;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li:hover > a {
  background: #fff;
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li:hover > a img {
  opacity: 1;
  filter: invert(1);
}
.pc_footer .ter_box .le_box > div .content2 .div1 .li:hover .post {
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_box .ri_box {
  width: 59%;
  padding: 0.76rem var(--bj) 0.36rem calc(var(--bj) - 0.5rem);
}
.pc_footer .ter_box .ri_box > div {
  width: 100%;
  height: 100%;
}
.pc_footer .ter_box .ri_box > div .content1 .item {
  max-width: 20%;
}
.pc_footer .ter_box .ri_box > div .content1 .item .one {
  margin-bottom: 0.3rem;
}
.pc_footer .ter_box .ri_box > div .content1 .item .one a {
  font-size: 1.25em;
  color: #fff;
}
.pc_footer .ter_box .ri_box > div .content1 .item .two a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
}
.pc_footer .ter_box .ri_box > div .content1 .item .two a + a {
  margin-top: 0.2rem;
}
.pc_footer .ter_box .ri_box > div .content1 .item .two a:hover {
  color: #fff;
}
.pc_footer .ter_box .ri_box > div .content2 {
  margin-top: 0.8rem;
  line-height: var(--w36);
}
.pc_footer .ter_box .ri_box > div .content2 p {
  color: rgba(255, 255, 255, 0.8);
}
.pc_footer .ter_box .ri_box > div .content2 p a {
  display: inline-block;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
}
.pc_footer .ter_box .ri_box > div .content2 p a:hover {
  color: #fff;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.link_01 {
  width: fit-content;
}
.link_01 .a {
  transition: 0.6s;
  cursor: pointer;
  padding: 0 0.32rem;
  min-width: 1.68rem;
  line-height: var(--h58);
  text-align: center;
  font-size: var(--f18);
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--r6);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  outline: 1px solid #fff;
}
.link_01 .a span {
  color: #fff;
  transition: 0.4s;
}
.link_01 .a svg {
  width: 12px;
  margin-left: 0.2rem;
}
.link_01 .a svg path {
  transition: 0.4s;
}
.link_01:hover .a {
  background: #fff;
}
.link_01:hover .a span {
  color: #000;
}
.link_01:hover .a svg path {
  fill: #000;
}
.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;
  display: flex;
  padding: 0 var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .text .t1 {
  font-size: var(--f52);
  font-weight: bold;
}
.index_banner .swiper .swiper-slide .slide_post > div .text .t2 {
  margin-top: 0.3rem;
  font-size: var(--f24);
}
.index_banner .swiper .swiper-slide .slide_post > div .btn {
  margin-top: 0.6rem;
}
.index_banner .swiper .swiper-slide-active .slide_img img,
.index_banner .swiper .swiper-slide-active .slide_img video {
  animation: magnify 1.6s 0.15s both;
}
.index_banner .swiper .swiper-slide-active .slide_post > div {
  animation: heroFadeLeft 2s 0.15s both;
}
.index_product {
  position: relative;
}
.index_product .swiper .swiper-slide {
  position: relative;
}
.index_product .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_product .swiper .swiper-slide .slide_img img,
.index_product .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_product .swiper .swiper-slide-active .slide_img img,
.index_product .swiper .swiper-slide-active .slide_img video {
  animation: magnify 1.6s 0.15s both;
}
.index_product .div_post {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: var(--p180) var(--bj) 0;
}
.index_product .div_post > div .list_ {
  position: relative;
  margin-top: 0.6rem;
}
.index_product .div_post > div .list_ .item {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: var(--f18);
}
.index_product .div_post > div .list_ .item.active {
  z-index: 1;
  position: relative;
  animation: heroFade 1s 0.2s both;
}
.index_product .div_post > div .list_ .item .div1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_product .div_post > div .list_ .item .div1 span {
  width: var(--f30);
}
.index_product .div_post > div .list_ .item .div1 span img {
  width: 100%;
}
.index_product .div_post > div .list_ .item .div1 p {
  padding-left: 12px;
  font-weight: bold;
  font-size: var(--f24);
}
.index_product .div_post > div .list_ .item .div2 {
  margin-top: 0.36rem;
  line-height: 1.4;
}
.index_product .div_post > div .list_ .item .div3 {
  margin-top: 0.16rem;
}
.index_product .div_post > div .list_ .item .div3 p {
  position: relative;
  padding-left: 22px;
  line-height: 1.4;
}
.index_product .div_post > div .list_ .item .div3 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((var(--f18) * 1.4 - 5px) / 2);
  width: 10px;
  height: 5px;
  background: #fff;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
}
.index_product .div_post > div .list_ .item .div3 p + p {
  margin-top: 0.16rem;
}
.index_product .div_post > div .list_ .item .div4 {
  margin-top: 0.66rem;
}
.index_product .div_ {
  z-index: 3;
  position: absolute;
  padding: 0 var(--bj);
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tog_01 {
  --w1: 10px;
  --w2: 0.58rem;
  display: flex;
  flex-wrap: wrap;
}
.tog_01 .point {
  width: fit-content;
  background: rgba(255, 255, 255, 0.1);
  height: var(--h58);
  line-height: var(--h58);
  border-radius: calc(var(--h58) / 2);
  padding: 0 0.28rem;
}
.tog_01 .point .swiper-pagination-bullet {
  position: relative;
  transition: 0.8s;
  opacity: 1;
  width: var(--w1);
  height: var(--w1);
  border-radius: var(--w1);
  background: #ffffff;
  margin: 0;
}
.tog_01 .point .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.18rem;
}
.tog_01 .point .swiper-pagination-bullet-active {
  width: var(--w2);
}
.tog_01 .btn {
  margin-left: 0.2rem;
  width: var(--h58);
  height: var(--h58);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  cursor: pointer;
}
.tog_01 .btn svg {
  margin: auto;
  max-width: 100%;
}
.tog_01 .btn .svg1 {
  display: none;
}
.tog_01 .btn.active .svg1 {
  display: block;
}
.tog_01 .btn.active .svg2 {
  display: none;
}
@keyframes heroFadeLeft {
  0% {
    opacity: 0.001;
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes magnify {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.title_01 {
  font-size: var(--f44);
  font-weight: bold;
  color: #fff;
  line-height: 1.28;
}
.index_about {
  position: relative;
}
.index_about .ab_bk {
  width: 100%;
}
.index_about .ab_bk img {
  width: 100%;
  height: var(--vh);
}
.index_about .ab_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: var(--p180) calc(var(--bj) + 1rem) 0;
}
.index_about .ab_post > div {
  margin-left: auto;
  width: min(7.05rem, 100%);
  color: #fff;
}
.index_about .ab_post > div .desc {
  margin-top: 0.26rem;
  font-size: var(--f18);
  line-height: 1.77;
}
.index_about .ab_post > div .btn {
  margin-top: 0.72rem;
}
.index_fields {
  position: relative;
}
.index_fields .swiper .swiper-slide {
  position: relative;
}
.index_fields .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_fields .swiper .swiper-slide .slide_img img,
.index_fields .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_fields .swiper .swiper-slide-active .slide_img img,
.index_fields .swiper .swiper-slide-active .slide_img video {
  animation: magnify 1.6s 0.15s both;
}
.index_fields .div_post {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  padding: var(--p180) var(--bj) 0;
}
.index_fields .div_post > div .list_ {
  position: relative;
  margin-top: 0.6rem;
}
.index_fields .div_post > div .list_ .item {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: var(--f18);
}
.index_fields .div_post > div .list_ .item.active {
  z-index: 1;
  position: relative;
  animation: heroFade 1s 0.2s both;
}
.index_fields .div_post > div .list_ .item .div1 {
  font-size: var(--f20);
}
.index_fields .div_post > div .list_ .item .div1 p {
  font-size: 1.2em;
  font-weight: bold;
}
.index_fields .div_post > div .list_ .item .div1 span {
  display: block;
  margin-top: 0.1rem;
}
.index_fields .div_post > div .list_ .item .div2 {
  margin-top: 0.14rem;
  line-height: 2;
}
.index_fields .div_post > div .list_ .item .div3 {
  margin-top: 0.66rem;
}
.index_fields .div_ {
  z-index: 3;
  position: absolute;
  padding: 0 var(--bj);
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
:root {
  --w100: 1rem;
  --p180: 1.8rem;
  --r6: 6px;
  --h48: 0.48rem;
  --h58: 0.58rem;
  --w36: 36px;
}
@media (max-width: 1500px) {
  .pc_header .he_box .column .nav .item + .item {
    margin-left: 0.4rem;
  }
  :root {
    --w100: 1rem;
    --p180: 1.2rem;
    --r6: 6px;
    --h48: 0.54rem;
    --h58: 0.64rem;
    --w36: 36px;
  }
}
@media (max-width: 1200px) {
  .MobileMain {
    position: fixed;
    background: none;
  }
  .MobileMain .HeaderMobile {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
  }
  .MobileNavigation {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
  }
  .MobileNavigation .box_scroll .box .item a i,
  .MobileNavigation .box_scroll .box .item a {
    color: #fff;
  }
  .MobileNavigation .box_scroll .box .item a p span::after,
  .MobileNavigation .box_scroll .box .item a p span {
    background: #fff;
  }
  .MobileNavigation .box_scroll .box .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .index_banner .swiper .swiper-slide .slide_post {
    padding: calc(60px + var(--gap)) var(--bj) 0;
  }
  .index_banner .swiper .swiper-slide .slide_post > div {
    margin: 0;
  }
  .index_about .ab_post {
    padding: var(--gap) var(--bj);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
  .index_about .ab_post > div {
    width: 100%;
  }
  .index_fields .div_post,
  .index_product .div_post {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
  .pc_footer .ter_box .ri_box,
  .pc_footer .ter_box .le_box {
    padding: 0;
    border: none;
  }
  .pc_footer .ter_box .ri_box > div,
  .pc_footer .ter_box .le_box > div {
    height: auto;
  }
  .pc_footer .ter_box {
    padding: 0.6rem var(--bj) 0.3rem;
  }
  .pc_footer .ter_box .le_box > div .content1 .div2 a img {
    height: 32px;
  }
  .pc_footer .ter_box .le_box > div .content1 .div2 {
    margin-top: 0.4rem;
  }
  .pc_footer .ter_box .ri_box > div .content2 {
    line-height: 1.6;
  }
  .pc_footer .ter_box .le_box > div .content2 {
    margin-top: 0.6rem;
  }
  .index_fields .swiper .swiper-slide .slide_img img,
  .index_fields .swiper .swiper-slide .slide_img video,
  .index_about .ab_bk img,
  .index_product .swiper .swiper-slide .slide_img img,
  .index_product .swiper .swiper-slide .slide_img video {
    height: calc(var(--vh) - 60px);
  }
  .index_fields .div_,
  .index_product .div_ {
    bottom: 0.4rem;
  }
  .pc_footer .ter_box .ri_box > div .content1 {
    display: none;
  }
  .pc_footer .ter_box .ri_box,
  .pc_footer .ter_box .le_box {
    width: 100%;
    flex: none;
  }
  :root {
    --w100: 1.2rem;
    --p180: 0.8rem;
    --r6: 6px;
    --h48: 0.58rem;
    --h58: 0.68rem;
    --w36: 36px;
  }
}
@media (max-width: 750px) {
  .pc_footer .ter_box .le_box > div .content1 .div2 a img,
  .MobileMain .HeaderMobile .box .logo a img {
    height: 26px;
  }
  .pc_footer .ter_box .le_box > div .content2 .div2 {
    margin-left: 0;
    margin-top: 0.4rem;
    line-height: 1.8;
  }
  .pc_footer .ter_box .ri_box > div .content2 {
    margin-top: 0.4rem;
  }
  .pc_footer .ter_box .ri_box > div .content2 p {
    font-size: 0.22rem;
  }
  .tog_01 {
    --w1: 8px;
    --w2: 0.8rem;
  }
  .tog_01 .point,
  .link_01 .a {
    padding: 0 0.4rem;
  }
  .index_product .div_post > div .list_ .item .div3 p {
    padding-left: 18px;
  }
  .pc_footer .ter_box .le_box > div .content2 .div2 {
    width: 100%;
    flex: none;
  }
  :root {
    --w100: 1.2rem;
    --p180: 0.8rem;
    --r6: 6px;
    --h48: 0.68rem;
    --h58: 0.78rem;
    --w36: 36px;
  }
}
