body {
  --ww: 0.96rem;
  --bj: var(--ww);
  --top: 0.9rem;
  --color: #26527a;
  --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.36rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 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;
    --ww: 5vw;
    --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.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f52: 0.44rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f64: 0.5rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #26527a;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #26527a #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -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(--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;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  transition: 0.4s;
  margin-top: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: var(--color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #26527a;
}
.Search_List .box2 .item a:hover .right i {
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.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: #26527a;
}
.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: #26527a;
}
.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: #26527a;
}
.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: #26527a;
}
.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: #26527a;
}
.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: #26527a;
}
@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: #26527a;
}
@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;
  left: 0;
  transition: 0.6s;
}
.pc_header .he_box {
  transition: 0.6s;
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  height: 0.4rem;
}
.pc_header .he_box .column {
  flex: 1;
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  line-height: var(--top);
  color: #333;
  font-weight: bold;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.54rem;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #26527a;
}
.pc_header .he_box .menu .lang > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.pc_header .he_box .menu .lang > a span {
  transition: 0.4s;
  color: #333;
  font-family: Medium;
}
.pc_header .he_box .menu .lang > a i {
  transition: 0.4s;
  font-size: 0.8em;
  font-weight: bold;
  color: #26527a;
}
.pc_header .he_box .menu .lxwm {
  margin-left: 0.72rem;
}
.pc_header .he_box .menu .lxwm p a {
  transition: 0.4s;
  line-height: calc(var(--h40) - 0.04rem);
  text-align: center;
  border: 2px solid #26527a;
  border-radius: var(--r6);
  padding: 0 0.3rem;
  color: #333;
  font-weight: bold;
}
.pc_header .he_box .menu .lxwm p a:hover {
  color: #fff;
  background: #26527a;
}
.pc_header.active .he_box {
  background: #fff;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
}
.pc_header.sticky {
  position: sticky;
}
.pc_footer {
  padding: 0.6rem 0 0.5rem;
  background: #f5f5f5;
}
.pc_footer > div {
  font-size: var(--f16);
}
.pc_footer > div .ter_top .le_box .lxwm {
  font-size: var(--f20);
}
.pc_footer > div .ter_top .le_box .lxwm p {
  color: #333;
}
.pc_footer > div .ter_top .le_box .lxwm p a {
  display: inline;
  transition: 0.4s;
  color: #333;
  font-family: Regular;
}
.pc_footer > div .ter_top .le_box .lxwm p a:hover {
  color: #26527a;
}
.pc_footer > div .ter_top .le_box .lxwm p.email a,
.pc_footer > div .ter_top .le_box .lxwm p.tel a {
  font-size: 1.1em;
}
.pc_footer > div .ter_top .le_box .lxwm p + p {
  margin-top: 0.15rem;
}
.pc_footer > div .ter_top .le_box .code {
  margin-top: 0.4rem;
}
.pc_footer > div .ter_top .le_box .code p {
  width: var(--w90);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.pc_footer > div .ter_top .le_box .code p img {
  width: 100%;
}
.pc_footer > div .ter_top .ri_box {
  width: 35%;
}
.pc_footer > div .ter_top .ri_box .item .one {
  margin-bottom: 0.3rem;
}
.pc_footer > div .ter_top .ri_box .item .one a {
  font-size: var(--f22);
  color: #333;
}
.pc_footer > div .ter_top .ri_box .item .two a {
  color: #666;
  font-size: var(--f18);
}
.pc_footer > div .ter_top .ri_box .item .two a span {
  font-family: NocturneRough;
}
.pc_footer > div .ter_top .ri_box .item .two a + a {
  margin-top: 0.16rem;
}
.pc_footer > div .ter_top .ri_box .item .two a:hover {
  color: #26527a;
}
.pc_footer > div .ter_bot {
  margin-top: 0.96rem;
}
.pc_footer > div .ter_bot .copy p {
  color: #999;
}
.pc_footer > div .ter_bot .copy p a {
  transition: 0.4s;
  color: #999;
  display: inline;
}
.pc_footer > div .ter_bot .copy p a:hover {
  color: #26527a;
}
.pc_footer > div .ter_bot .yszc a {
  transition: 0.4s;
  color: #999;
}
.pc_footer > div .ter_bot .yszc a + a {
  margin-left: 6px;
}
.pc_footer > div .ter_bot .yszc a:hover {
  color: #26527a;
}
:root {
  --w168: 1.68rem;
  --w90: 0.9rem;
  --h50: 0.5rem;
  --h40: 0.4rem;
  --r6: 0.06rem;
  --r10: 0.1rem;
  --r16: 0.16rem;
  --w46: 0.46rem;
  --w66: 0.66rem;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  width: fit-content;
}
.pu_link .a {
  transition: 0.4s;
  min-width: var(--w168);
  line-height: calc(var(--h50) - 0.04rem);
  text-align: center;
  border-radius: var(--r6);
  border: 2px solid #26527a;
  padding: 0 0.3rem;
  font-size: var(--f18);
  font-weight: bold;
  color: #333;
}
.pu_link:hover .a {
  background: #26527a;
  color: #fff;
}
.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;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  opacity: 0.001;
  transform: none;
  font-size: var(--f52);
  line-height: 1.26;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  opacity: 0.001;
  transform: none;
  margin-top: 0.5rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 {
  animation: heroFade 1s 0.15s both;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  animation: heroFade 1s 0.3s both;
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0.46rem;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index_banner .div_ .li {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  width: 0.3rem;
  height: 2px;
  border-radius: 2px;
  margin: 0 4px;
}
.index_banner .div_ .li.active {
  background: #26527a;
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.index_about {
  position: relative;
  overflow: hidden;
}
.index_about .box1 {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_about .box1 img {
  width: 100%;
  height: 100%;
}
.index_about .box2 {
  position: relative;
}
.index_about .box2 .bk {
  width: 100%;
  position: relative;
}
.index_about .box2 .bk img {
  width: 100%;
  height: var(--vh);
}
.index_about .box2 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.index_about .box2 .post > div {
  width: min(6.72rem, 100%);
  margin: auto 0;
}
.index_about .box2 .post > div .content1 .t1 {
  font-size: var(--f48);
  color: #000;
  line-height: 1.4;
}
.index_about .box2 .post > div .content1 .t2 {
  margin-top: 0.2rem;
  font-size: var(--f20);
  line-height: 1.7;
  color: #666;
}
.index_about .box2 .post > div .content2 {
  margin-top: 0.52rem;
}
.title_01 {
  font-size: var(--f52);
  font-weight: bold;
}
.title_02 {
  font-size: var(--f38);
}
.index_news {
  background: #f5f5f5;
}
.index_news .ws_bot {
  margin-top: 0.52rem;
}
.index_news .ws_bot .content2 {
  margin-top: 0.6rem;
}
.pu_li_1 {
  position: relative;
  background: #fff;
  border-radius: var(--r10);
  overflow: hidden;
}
.pu_li_1 a {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
}
.pu_li_1 a .box1 .top_ .t1 {
  font-size: var(--f16);
  color: #666;
}
.pu_li_1 a .box1 .top_ .t2 {
  margin-top: 0.13rem;
  font-size: var(--f24);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 4.2em;
}
.pu_li_1 a .box1 .bot_ {
  margin-top: 0.9rem;
}
.pu_li_1 a .box1 .bot_ .desc {
  transition: 0.4s;
  font-size: var(--f18);
  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.66;
  height: 4.98em;
}
.pu_li_1 a .box1 .bot_ .btn {
  position: relative;
  margin-top: 0.55rem;
  z-index: 2;
}
.pu_li_1 a .box2 {
  transition: 0.6s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: var(--r6);
  padding: 0 0.12rem 0.12rem;
}
.pu_li_1 a .box2 p {
  border-radius: inherit;
  overflow: hidden;
}
.pu_li_1 a .box2 img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.pu_li_1:hover a .box1 .bot_ .desc {
  opacity: 0;
}
.pu_li_1:hover a .box1 .bot_ .btn .more_01 .a {
  background: #26527a;
}
.pu_li_1:hover a .box1 .bot_ .btn .more_01 .a svg path {
  fill: #fff;
}
.pu_li_1:hover a .box2 {
  opacity: 1;
}
.pu_li_1:hover a .box2 img {
  transform: scale(1.05);
}
.more_01 {
  width: fit-content;
}
.more_01 .a {
  transition: 0.4s;
  width: var(--w46);
  height: var(--w46);
  display: flex;
  border: 2px solid #26527a;
  border-radius: var(--r6);
}
.more_01 .a svg {
  margin: auto;
}
.more_01 .a svg path {
  transition: 0.4s;
}
.index_product {
  --w1: 2.42rem;
  --w2: 6.2rem;
  --h1: 4.7rem;
  --h2: 5.7rem;
  position: relative;
  background: #f0f0f0;
  padding: 0.77rem 0 0.4rem;
}
.index_product .pr_top {
  position: relative;
}
.index_product .pr_top .item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.index_product .pr_top .item .title_01 {
  opacity: 0.001;
  transform: none;
  height: 1.3em;
}
.index_product .pr_top .item .title_01 span {
  font-family: NocturneRough;
}
.index_product .pr_top .item .desc {
  opacity: 0.001;
  transform: none;
  margin-top: 0.1rem;
  font-size: var(--f22);
  color: #666;
}
.index_product .pr_top .item .btn {
  opacity: 0.001;
  transform: none;
  margin-top: 0.35rem;
}
.index_product .pr_top .item.active {
  z-index: 1;
  position: relative;
}
.index_product .pr_top .item.active .title_01 {
  animation: heroFade 1s 0.15s both;
}
.index_product .pr_top .item.active .desc {
  animation: heroFade 1s 0.3s both;
}
.index_product .pr_top .item.active .btn {
  animation: heroFade 1s 0.45s both;
}
.index_product .pr_bot {
  margin-top: 0.8rem;
}
.index_product .pr_bot .swiper .swiper-slide .content1 {
  width: 100%;
  overflow: hidden;
}
.index_product .pr_bot .swiper .swiper-slide .content1 img {
  transition: 0.4s;
  max-width: 100%;
}
.index_product .pr_bot .swiper .swiper-slide .content1:hover img {
  transform: scale(1.05);
}
.index_product .pr_bot .swiper .swiper-slide .content2 {
  margin-top: 0.6rem;
  --len: 0;
  transition: 0.4s;
  position: relative;
  padding-top: 0.16rem;
  border-top: 1px solid #d4d4d4;
  cursor: pointer;
}
.index_product .pr_bot .swiper .swiper-slide .content2::before {
  transition: 0.6s;
  content: "";
  position: absolute;
  width: 0%;
  top: -1px;
  left: 0;
  height: 1px;
  background: #26527a;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div1 {
  transition: 0.4s;
  font-size: var(--f20);
  color: #707070;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div1 span {
  font-family: NocturneRough;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  transition: 0.6s;
  background: #fff;
  border-radius: var(--r6);
  padding: 0.16rem;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 > div a {
  width: fit-content;
  transition: 0.4s;
  font-size: var(--f18);
  color: #333;
  line-height: 1.4;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 > div a + a {
  margin-top: 0.12rem;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 > div a:hover {
  color: #26527a;
}
.index_product .pr_bot .swiper .swiper-slide.active .content2::before {
  width: 100%;
}
.index_product .pr_bot .swiper .swiper-slide.active .content2 .div1 {
  color: #26527a;
}
.index_product .pr_bot .swiper .swiper-slide.active .content2 .div2 {
  opacity: 1;
  bottom: 130%;
  visibility: visible;
}
.index_scene {
  position: relative;
}
.index_scene .ne_bot {
  margin-top: 0.48rem;
}
.index_scene .ne_bot .le_box {
  position: relative;
  width: 55%;
}
.index_scene .ne_bot .le_box .item {
  opacity: 0.001;
  transform: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: var(--r16);
  overflow: hidden;
  background: #f0f0f0;
}
.index_scene .ne_bot .le_box .item .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.index_scene .ne_bot .le_box .item .bk img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
  min-height: 5.48rem;
}
.index_scene .ne_bot .le_box .item .post {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
.index_scene .ne_bot .le_box .item .post p {
  width: var(--w66);
  height: var(--w66);
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--r10);
  display: flex;
}
.index_scene .ne_bot .le_box .item .post p img {
  max-width: 50%;
  margin: auto;
}
.index_scene .ne_bot .le_box .item .div2 {
  display: none;
  padding: 0.42rem;
}
.index_scene .ne_bot .le_box .item .div2 .text {
  transition: 0.4s;
  color: #999;
  font-size: var(--f36);
  line-height: 1.38;
}
.index_scene .ne_bot .le_box .item .div2 .content {
  margin-top: 0.16rem;
}
.index_scene .ne_bot .le_box .item .div2 .content > div .desc {
  font-size: var(--f18);
  line-height: 1.45;
  color: #666;
}
.index_scene .ne_bot .le_box .item .div2 .content > div .desc span {
  font-family: NocturneRough;
}
.index_scene .ne_bot .le_box .item .div2 .content > div .btn {
  margin-top: 0.44rem;
}
.index_scene .ne_bot .le_box .item:hover .bk img {
  transform: scale(1.05);
}
.index_scene .ne_bot .le_box .item.active {
  z-index: 1;
  position: relative;
  animation: heroFade 1s 0.15s both;
}
.index_scene .ne_bot .ri_box {
  width: calc(45% - 0.2rem);
  background: #f0f0f0;
  border-radius: var(--r16);
  overflow: hidden;
  padding: 0.42rem;
  display: flex;
}
.index_scene .ne_bot .ri_box > div {
  width: 100%;
  margin: auto;
}
.index_scene .ne_bot .ri_box > div .item {
  position: relative;
  cursor: pointer;
  transition: 0.6s;
  text-align: center;
  padding: 0 0.2rem;
}
.index_scene .ne_bot .ri_box > div .item::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.3rem;
  border-bottom: 1px solid transparent;
}
.index_scene .ne_bot .ri_box > div .item .text {
  transition: 0.4s;
  color: #999;
  font-size: var(--f36);
  line-height: 1.38;
}
.index_scene .ne_bot .ri_box > div .item .content {
  transition: 0.6s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.index_scene .ne_bot .ri_box > div .item .content > div {
  min-height: 0;
}
.index_scene .ne_bot .ri_box > div .item .content > div .desc {
  font-size: var(--f18);
  line-height: 1.45;
  color: #666;
  text-align: justify;
}
.index_scene .ne_bot .ri_box > div .item .content > div .desc span {
  font-family: NocturneRough;
}
.index_scene .ne_bot .ri_box > div .item .content > div .btn {
  margin-top: 0.44rem;
}
.index_scene .ne_bot .ri_box > div .item + .item {
  margin-top: 0.2rem;
}
.index_scene .ne_bot .ri_box > div .item.active {
  padding-bottom: 0.8rem;
}
.index_scene .ne_bot .ri_box > div .item.active::before {
  border-color: #dddddd;
}
.index_scene .ne_bot .ri_box > div .item.active .text {
  color: #333;
}
.index_scene .ne_bot .ri_box > div .item.active .content {
  margin-top: 0.16rem;
  grid-template-rows: 1fr;
}
@media (max-width: 1500px) {
  :root {
    --w168: 1.68rem;
    --w90: 0.96rem;
    --h50: 0.56rem;
    --h40: 0.48rem;
    --r6: 0.06rem;
    --r10: 0.1rem;
    --r16: 0.16rem;
    --w46: 0.52rem;
    --w66: 0.72rem;
  }
}
@media (max-width: 1200px) {
  .MobileMain .HeaderMobile .box .button .Language > a span {
    margin-left: 0;
    margin-right: 6px;
  }
  .MobileMain .HeaderMobile .box .button .Language > a i {
    color: #26527a;
    font-weight: bold;
    font-size: 0.8em;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .index_about .box2 .post > div .content2,
  .index_about .box2 .post > div .content1 {
    opacity: 1;
    transform: translateY(0);
  }
  .pc_footer > div .ter_top .ri_box,
  .index_scene .ne_bot .ri_box,
  .index_about .box1 {
    display: none;
  }
  .index_about {
    height: auto;
  }
  .index_about .box2 .bk img {
    height: 6rem;
    filter: blur(0);
  }
  .index_scene .ne_bot .le_box .item {
    position: relative;
    opacity: 1;
  }
  .index_scene .ne_bot .le_box .item + .item {
    margin-top: 0.2rem;
  }
  .index_scene .ne_bot .le_box .item .div2 {
    display: block;
  }
  .index_scene .ne_bot .le_box .item .div2 .text {
    color: #333;
  }
  .pc_footer > div .ter_bot {
    margin-top: 0.4rem;
  }
  .pc_footer > div .ter_bot {
    line-height: 1.6;
  }
  .pu_link .a {
    padding: 0 0.4rem;
  }
  .index_scene .ne_bot .le_box .item .bk img {
    min-height: auto;
  }
  .pc_footer > div .ter_top .le_box,
  .index_scene .ne_bot .le_box {
    width: 100%;
  }
  :root {
    --w168: 1.68rem;
    --w90: 1.2rem;
    --h50: 0.56rem;
    --h40: 0.48rem;
    --r6: 0.06rem;
    --r10: 0.1rem;
    --r16: 0.16rem;
    --w46: 0.52rem;
    --w66: 0.72rem;
  }
}
@media (max-width: 750px) {
  .pc_footer > div .ter_bot {
    font-size: 0.24rem;
  }
  .index_product .pr_bot .swiper .swiper-slide .content2 .div2 {
    padding: 0.26rem;
  }
  .index_about .box2 .bk img {
    height: 8rem;
  }
  .pu_li_1 a .box1 .bot_ {
    margin-top: 1.4rem;
  }
  .index_banner .swiper .swiper-slide .slide_post {
    padding: 0.4rem var(--bj);
  }
  .index_banner .swiper .swiper-slide .slide_post > div {
    margin: auto 0 0;
  }
  .index_banner .swiper .swiper-slide .slide_post > div .content2 {
    margin-top: 0.4rem;
  }
  .index_product .pr_top .item .title_01 {
    font-size: 0.4rem;
  }
  :root {
    --w168: 1.68rem;
    --w90: 1.4rem;
    --h50: 0.74rem;
    --h40: 0.64rem;
    --r6: 0.06rem;
    --r10: 0.1rem;
    --r16: 0.16rem;
    --w46: 0.7rem;
    --w66: 0.9rem;
  }
}
