body {
  --ww: 1.5rem;
  --bj: var(--ww);
  --top: 1.1rem;
  --color: #000000;
  --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: 15px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 1rem;
    --gap: 0.8rem;
  }
}
@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;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --gap: 0.8rem;
    --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.52rem;
    --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: #000000;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #000000 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.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);
}
.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: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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: #000000;
}
@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);
  }
}
.pc_header {
  --w: 1.7rem;
  transition: 0.4s;
  z-index: 5;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
}
.pc_header .he_box {
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  height: 0.64rem;
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  line-height: var(--top);
  color: #333;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #000;
}
.pc_header .he_box .menu .search {
  cursor: pointer;
}
.pc_header .he_box .menu .lang {
  margin-left: 0.4rem;
}
.pc_header .he_box .menu .lang a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .menu .lang a span {
  margin: 0 4px;
}
.pc_header .he_box .menu .lang a i {
  font-size: 0.88em;
}
.pc_header .he_box .logo,
.pc_header .he_box .menu {
  min-width: var(--w);
}
.pc_header.active {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.15));
}
.pc_header.on {
  transform: translateY(-100%);
}
.pc_footer {
  background: #f2f2f2;
  font-size: var(--f16);
}
.pc_footer .ter_top .le_box a img {
  height: 1.52rem;
}
.pc_footer .ter_top .ri_box .item .one {
  margin-bottom: 0.36rem;
}
.pc_footer .ter_top .ri_box .item .one a {
  font-weight: bold;
  font-size: var(--f18);
  color: #333;
}
.pc_footer .ter_top .ri_box .item .two a {
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_top .ri_box .item .two a:hover {
  color: #000;
}
.pc_footer .ter_top .ri_box .item .two a + a {
  margin-top: 0.16rem;
}
.pc_footer .ter_top .ri_box .item + .item {
  margin-left: 1.9rem;
}
.pc_footer .ter_bot {
  margin-top: 1.26rem;
  color: #777;
}
.pc_footer .ter_bot .content1 .lxwm > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_footer .ter_bot .content1 .lxwm > div a {
  margin-left: 0.12rem;
  color: #777;
}
.pc_footer .ter_bot .content1 .lxwm > div + div {
  margin-left: 0.8rem;
}
.pc_footer .ter_bot .content1 .code .li {
  position: relative;
}
.pc_footer .ter_bot .content1 .code .li .post {
  transition: 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  bottom: 166%;
}
.pc_footer .ter_bot .content1 .code .li .post::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}
.pc_footer .ter_bot .content1 .code .li .post img {
  width: 1.2rem;
}
.pc_footer .ter_bot .content1 .code .li:hover .post {
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_bot .content1 .code .li + .li {
  margin-left: 0.44rem;
}
.pc_footer .ter_bot .content2 {
  padding: 0.54rem 0;
}
.pc_footer .ter_bot .content2 .copy p {
  margin-right: 6px;
}
.pc_footer .ter_bot .content2 .copy p a {
  transition: 0.4s;
  color: #777;
}
.pc_footer .ter_bot .content2 .copy p a:hover {
  color: #000;
}
.pc_footer .ter_bot .content2 .copy p:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .content2 .yszc span {
  margin: 0 0.18rem;
}
.pc_footer .ter_bot .content2 .yszc a {
  transition: 0.4s;
  color: #777;
}
.pc_footer .ter_bot .content2 .yszc a:hover {
  color: #000;
}
:root {
  --w1: 1.54rem;
  --h1: 0.5rem;
}
.pu_link {
  transition: 0.4s;
  width: fit-content;
}
.pu_link .a {
  transition: 0.4s;
  font-style: var(--f16);
  min-width: var(--w1);
  line-height: var(--h1);
  border-radius: calc(var(--h1) / 2);
  background: #fff;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.34rem;
}
.pu_link .a i {
  margin-left: 0.1rem;
  font-size: 0.88em;
  font-weight: bold;
}
.pu_link:hover {
  transform: translateY(-0.1rem);
}
.pu_link.border1 .a {
  border: 1px solid #000;
  background: transparent;
}
.pu_link.border1:hover .a {
  background: #000;
  color: #fff;
}
.pu_link.border2 .a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.pu_link.border2:hover .a {
  background: #fff;
  color: #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: calc(var(--vh) - var(--top));
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--gap) var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  text-align: center;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  transition: 0.5s 0.25s;
  opacity: 0;
  transform: translateY(0.6rem);
  font-size: var(--f58);
  color: #fff;
  line-height: 1.37;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  transition: 0.5s 0.5s;
  opacity: 0;
  transform: translateY(0.6rem);
  margin-top: 0.44rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1,
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.6rem;
  padding: 0 var(--bj);
  font-size: var(--f16);
}
.index_banner .div_ > div {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.index_banner .div_ .li {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  opacity: 0.5;
  color: #fff;
  padding-left: 0.28rem;
}
.index_banner .div_ .li::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}
.index_banner .div_ .li.active {
  opacity: 1;
}
.index_banner .div_ .li.active::before {
  opacity: 1;
}
.index_banner .div_ .li + .li {
  margin-top: 0.18rem;
}
.title_01 {
  font-size: var(--f48);
}
.white {
  color: #fff;
}
.mt {
  margin-top: 0.6rem;
}
.lineWidth {
  width: var(--bj);
  display: none;
}
.index_about {
  --w: 7.78rem;
  position: relative;
  background: #fff url("../images/bk-1.jpg") no-repeat bottom center / cover;
  height: 100vh;
}
.index_about .wMain {
  height: 100%;
}
.index_about .ab_top .le_box {
  transform: translateY(1rem);
  opacity: 0;
  width: 6rem;
}
.index_about .ab_top .le_box .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 8em;
}
.index_about .ab_top .le_box .btn {
  margin-top: 0.6rem;
}
.index_about .ab_top .ri_box {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
}
.index_about .ab_top .ri_box canvas {
  border-radius: inherit;
}
.index_about .ab_bot {
  position: absolute;
  bottom: var(--gap);
  left: 0;
  transform: translateY(1rem);
  opacity: 0;
  width: 100%;
  padding: 0 var(--bj);
}
.index_about .ab_bot > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.index_about .ab_bot > div .item {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  padding: 0.36rem 0.58rem;
}
.index_about .ab_bot > div .item .svg {
  height: 0.56rem;
}
.index_about .ab_bot > div .item .svg img {
  max-height: 100%;
}
.index_about .ab_bot > div .item .text {
  margin-top: 0.26rem;
}
.index_about .ab_bot > div .item .text .t1 {
  font-size: var(--f30);
}
.index_about .ab_bot > div .item .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: #333;
}
.index_scene {
  position: relative;
}
.index_scene .ne_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_scene .ne_bk picture {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_scene .ne_bk picture img {
  width: 100%;
  height: 100%;
}
.index_scene .ne_bk picture.active {
  opacity: 1;
}
.index_scene .ne_box {
  position: relative;
  height: 100vh;
  padding: var(--gap) var(--bj) 0.6rem;
}
.index_scene .ne_box > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.index_scene .ne_box .content2 .item {
  display: none;
}
.index_scene .ne_box .content2 .item .text .t1 {
  font-size: var(--f36);
}
.index_scene .ne_box .content2 .item .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f18);
}
.index_scene .ne_box .content2 .item .desc {
  margin: 0.35rem 0 0.45rem;
}
.index_scene .ne_box .content2 .item .desc p {
  font-size: var(--f16);
  position: relative;
  line-height: 1.5;
  padding-left: 0.18rem;
}
.index_scene .ne_box .content2 .item .desc p::before {
  content: "-";
  position: absolute;
  color: #fff;
  left: 0;
}
.index_scene .ne_box .content2 .item .desc p + p {
  margin-top: 0.2rem;
}
.index_scene .ne_box .content2 .item.active {
  display: block;
}
.index_scene .ne_box .content3 {
  width: fit-content;
  margin: 0 auto;
}
.index_scene .ne_box .content3 > div {
  --w: 2.13rem;
  --h: 0.54rem;
  font-size: var(--f20);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: calc(var(--h) / 2 + 3px);
  padding: 3px;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.index_scene .ne_box .content3 > div p {
  color: #fff;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
  width: var(--w);
  line-height: var(--h);
  text-align: center;
}
.index_scene .ne_box .content3 > div p.active {
  color: #000;
}
.index_scene .ne_box .content3 > div .bg {
  transition: 0.4s;
  position: absolute;
  left: 3px;
  width: calc(var(--w));
  height: calc(var(--h));
  background: #fff;
  transform: translateX(0%);
  border-radius: inherit;
}
.index_news {
  position: relative;
}
.index_news .ws_bot {
  position: relative;
  --w: calc((var(--vw) - (var(--bj) * 2) - var(--active) - (var(--g) * 3)) / 3);
  --active: 4.9rem;
  --g: 0.5rem;
}
.index_news .ws_bot .swiper .swiper-slide {
  position: relative;
  transition: 0.8s;
  width: var(--w);
  margin-right: var(--g);
  min-height: 4.3rem;
}
.index_news .ws_bot .swiper .swiper-slide a {
  position: relative;
}
.index_news .ws_bot .swiper .swiper-slide a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eee;
  top: 0;
  right: calc(var(--g) / -2);
}
.index_news .ws_bot .swiper .swiper-slide a .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.index_news .ws_bot .swiper .swiper-slide a .img img {
  border-radius: inherit;
  width: 100%;
}
.index_news .ws_bot .swiper .swiper-slide a .text {
  margin-top: 0.3rem;
}
.index_news .ws_bot .swiper .swiper-slide a .text .t1 {
  font-size: var(--f20);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  height: 3.6em;
}
.index_news .ws_bot .swiper .swiper-slide a .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  color: #999;
  font-family: MontserratRegular;
}
.index_news .ws_bot .swiper .swiper-slide-active {
  width: var(--active);
}
.index_news .ws_bot .div_ {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.index_news .ws_bot .div_ .next {
  margin-left: 0.1rem;
}
.an {
  --w: 0.48rem;
  transition: 0.4s;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  display: flex;
  font-size: var(--f16);
}
.an i {
  transition: 0.4s;
  font-weight: bold;
  margin: auto;
}
.an:hover {
  background: #000;
}
.an:hover i {
  color: #fff;
}
.pu_advisory {
  position: relative;
}
.pu_advisory .ry_bk {
  width: 100%;
}
.pu_advisory .ry_bk img {
  width: 100%;
}
.pu_advisory .ry_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.pu_advisory .ry_post > div {
  width: 100%;
  margin: auto;
}
.pu_advisory .ry_post > div .text {
  font-size: var(--f36);
  line-height: 1.4;
}
.pu_advisory .ry_post > div .btn {
  margin-top: 0.3rem;
}
@media (max-width: 1500px) {
  .index_about .ab_top .le_box {
    width: 7.4rem;
  }
  .index_about .ab_top .le_box .btn {
    margin-top: 0.4rem;
  }
}
@media (max-width: 1400px) {
  .index_about {
    --w: 7.2rem;
  }
}
@media (max-width: 1200px) {
  :root {
    --w1: 1.54rem;
    --h1: 0.56rem;
  }
  .pc_header {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 46px;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: auto;
  }
  .index_banner .swiper .swiper-slide .slide_post {
    padding: 5vw;
  }
  .index_about .ab_top .le_box .btn {
    margin-top: 0.4rem;
  }
  .index_about .ab_top .le_box .desc {
    height: auto;
    display: block;
  }
  .index_about .ab_top .le_box {
    opacity: 1;
    transform: translateY(0);
  }
  .index_about .ab_top .ri_box {
    position: initial;
    transform: translate(0, 0);
  }
  .index_about .ab_bot {
    position: initial;
    opacity: 1;
    transform: translateY(0);
    padding: 0;
    margin-top: 0.4rem;
  }
  .index_about .ab_bot > div {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_about {
    --w: 90vw;
    height: auto;
  }
  .index_scene .ne_box {
    height: 66vh;
  }
  .index_news .ws_bot .swiper .swiper-slide {
    min-height: auto;
  }
  .index_news .ws_bot .swiper .swiper-slide a::before {
    right: -10px;
  }
  .index_news .ws_bot .div_ {
    margin-top: 0.6rem;
    position: initial;
    justify-content: center;
  }
  .an {
    --w: 0.58rem;
  }
  .pu_advisory .ry_bk img {
    min-height: 3rem;
  }
  .pc_footer .ter_bot .content2 {
    line-height: 2;
  }
  .pc_footer .ter_bot .content1 .code {
    margin-top: 0.36rem;
    justify-content: center;
  }
  .pc_footer .ter_top .ri_box {
    display: none;
  }
  .pc_footer .ter_bot {
    margin-top: 0.6rem;
  }
  .pc_footer .ter_bot .content1 .lxwm,
  .pc_footer .ter_bot .content1 .code,
  .pc_footer .ter_top .le_box,
  .index_about .ab_top .le_box {
    width: 100%;
  }
}
@media (max-width: 750px) {
  :root {
    --w1: 1.54rem;
    --h1: 0.72rem;
  }
  .pu_link .a {
    padding: 0 0.4rem;
  }
  .index_about .ab_bot .item .svg {
    height: 0.76rem;
  }
  .index_scene .ne_box {
    height: 82vh;
  }
  .index_scene .ne_box .content3 > div {
    --h: 0.74rem;
    font-size: var(--f16);
  }
  .an {
    --w: 0.88rem;
  }
  .pu_advisory .ry_bk img {
    min-height: 3.8rem;
  }
  .pc_footer .ter_bot .content1 .lxwm > div + div {
    margin-top: 10px;
    margin-left: 0;
  }
  .pc_footer .ter_bot .content1 .code .li .post img {
    width: 1.8rem;
  }
  .pc_footer .ter_bot .content1 .lxwm > div,
  .pc_footer .ter_bot .content2 .yszc {
    width: 100%;
  }
}
