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)) / 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(--f48);
  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;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.15));
}
.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 .down {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  outline: 1px solid #f4f4f4;
}
.pc_header .he_box .column .nav .item .down > div {
  display: flex;
  justify-content: center;
}
.pc_header .he_box .column .nav .item .down > div a {
  font-size: var(--f16);
  transition: 0.4s;
  line-height: calc(var(--top) / 1.8);
  color: rgba(0, 0, 0, 0.5);
}
.pc_header .he_box .column .nav .item .down > div a.active,
.pc_header .he_box .column .nav .item .down > div a:hover {
  color: #000000;
}
.pc_header .he_box .column .nav .item .down > div a + a {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .nav .item:hover .down {
  display: block;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #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.on {
  transform: translateY(-100%);
}
.pc_footer {
  background: #f2f2f2;
  font-size: var(--f16);
}
.pc_footer .ter_top .le_box a img {
  height: 1.5rem;
}
.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 {
  cursor: pointer;
  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;
}
.pu_link + .pu_link {
  margin-left: 0.2rem;
}
.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_ {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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;
}
.pu_aside {
  max-width: calc(var(--bj) - 10px);
  z-index: 5;
  position: fixed;
  left: 10px;
  top: 50%;
}
.pu_aside .box {
  font-size: var(--f16);
  border-left: 1px solid #e8e8e8;
}
.pu_aside .box a {
  position: relative;
  padding-left: 0.12rem;
  transition: 0.4s;
  color: #999;
}
.pu_aside .box a::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000000;
}
.pu_aside .box a:hover,
.pu_aside .box a.active {
  color: #000;
}
.pu_aside .box a:hover::before,
.pu_aside .box a.active::before {
  opacity: 1;
}
.pu_aside .box a + a {
  margin-top: 0.26rem;
}
.pu_aside.white .box {
  border-color: rgba(255, 255, 255, 0.5);
}
.pu_aside.white .box a {
  color: rgba(255, 255, 255, 0.5);
}
.pu_aside.white .box a::before {
  background: #fff;
}
.pu_aside.white .box a:hover,
.pu_aside.white .box a.active {
  color: #fff;
}
.pu_swiper {
  position: relative;
}
.pu_swiper .swiper .swiper-slide {
  position: relative;
}
.pu_swiper .swiper .swiper-slide .slide_img {
  width: 100%;
}
.pu_swiper .swiper .swiper-slide .slide_img video,
.pu_swiper .swiper .swiper-slide .slide_img img {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.pu_swiper .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
  background: linear-gradient(to right, rgba(42, 104, 166, 0.6), rgba(0, 0, 0, 0));
}
.pu_swiper .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content1 {
  transition: 0.6s 0.2s;
  opacity: 0;
  transform: translateY(0.6rem);
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content1 .t1 {
  font-size: var(--f48);
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content1 .t2 {
  margin-top: 0.12rem;
  font-size: var(--f18);
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content2 {
  transition: 0.6s 0.4s;
  opacity: 0;
  transform: translateY(0.6rem);
  margin: 0.36rem 0 0.75rem;
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content2 p {
  font-size: var(--f16);
  position: relative;
  line-height: 1.5;
  padding-left: 0.18rem;
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content2 p::before {
  content: "-";
  position: absolute;
  color: #fff;
  left: 0;
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content2 p + p {
  margin-top: 0.18rem;
}
.pu_swiper .swiper .swiper-slide .slide_post > div .content3 {
  transition: 0.6s 0.6s;
  opacity: 0;
  transform: translateY(0.6rem);
  display: flex;
}
.pu_swiper .swiper .swiper-slide-active .slide_post > div .content3,
.pu_swiper .swiper .swiper-slide-active .slide_post > div .content2,
.pu_swiper .swiper .swiper-slide-active .slide_post > div .content1 {
  opacity: 1;
  transform: translateY(0);
}
.pu_swiper .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  left: 0;
  text-align: center;
}
.pu_swiper .div_ span {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  width: 0.4rem;
  height: 3px;
  background: #fff;
  opacity: 0.3;
  transition: 0.4s;
}
.pu_swiper .div_ span.active {
  opacity: 1;
}
.application_01 .app_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.application_01 .app_bot .item {
  transition: 0.4s;
  text-align: center;
  background: #f8fbff;
  padding: 0.6rem;
  border-radius: 8px;
}
.application_01 .app_bot .item .svg {
  height: 0.8rem;
}
.application_01 .app_bot .item .svg img {
  max-height: 100%;
}
.application_01 .app_bot .item .text {
  margin-top: 0.32rem;
  font-size: var(--f20);
  line-height: 1.8;
  color: #000;
}
.application_01 .app_bot .item:hover {
  transform: translateY(-10px);
}
.application_02 {
  --h1: 0.7rem;
  --h2: 8.7rem;
  position: relative;
}
.application_02 .app_bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.application_02 .app_bk::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(4, 47, 92, 0.7), rgba(4, 47, 92, 0));
}
.application_02 .app_bk picture {
  transition: 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.application_02 .app_bk picture img {
  width: 100%;
  height: 100%;
}
.application_02 .app_bk picture.active {
  opacity: 1;
}
.application_02 .app_box {
  z-index: 2;
  position: relative;
  height: var(--h2);
  padding: var(--gap) var(--bj);
}
.application_02 .app_box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.application_02 .app_box > div .content1 {
  color: #fff;
}
.application_02 .app_box > div .content1 .desc {
  margin-top: 0.16rem;
  font-size: var(--f18);
  line-height: 1.8;
}
.application_02 .app_box > div .content2 {
  position: relative;
}
.application_02 .app_box > div .content2 .swiper .swiper-slide {
  cursor: pointer;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 5px;
  color: #fff;
  font-size: var(--f22);
  text-align: center;
  line-height: var(--h1);
}
.application_02 .app_box > div .content2 .swiper .swiper-slide.active {
  background: #fff;
  color: #000;
}
.application_02 .app_box > div .content2 .div_ .prev,
.application_02 .app_box > div .content2 .div_ .next {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.application_02 .app_box > div .content2 .div_ .prev i,
.application_02 .app_box > div .content2 .div_ .next i {
  transition: 0.4s;
  font-size: var(--f18);
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.application_02 .app_box > div .content2 .div_ .prev:hover i,
.application_02 .app_box > div .content2 .div_ .next:hover i {
  color: #fff;
}
.application_02 .app_box > div .content2 .div_ .prev {
  left: -0.32rem;
}
.application_02 .app_box > div .content2 .div_ .next {
  right: -0.32rem;
}
.application_03 {
  position: relative;
}
.application_03 .app_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.application_03 .app_bot .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.application_03 .app_bot .item .bk {
  position: relative;
  border-radius: inherit;
}
.application_03 .app_bot .item .bk img {
  border-radius: inherit;
  width: 100%;
}
.application_03 .app_bot .item .post {
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f8fbff;
  border-radius: inherit;
  padding: 0.7rem 0.45rem;
  display: flex;
}
.application_03 .app_bot .item .post > div {
  width: 100%;
  margin: auto 0 0;
}
.application_03 .app_bot .item .post > div .svg {
  height: 0.74rem;
  display: flex;
}
.application_03 .app_bot .item .post > div .svg img {
  margin: auto 0;
  transition: 0.4s;
  max-height: 100%;
}
.application_03 .app_bot .item .post > div .text {
  margin-top: 0.66rem;
}
.application_03 .app_bot .item .post > div .text .t1 {
  transition: 0.4s;
  font-size: var(--f28);
  line-height: 1.3;
  color: #000;
}
.application_03 .app_bot .item .post > div .text .t2 {
  margin-top: 0.2rem;
  transition: 0.4s;
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
}
.application_03 .app_bot .item:hover .post {
  background: rgba(0, 26, 52, 0.5);
}
.application_03 .app_bot .item:hover .post > div .svg img {
  filter: brightness(100);
}
.application_03 .app_bot .item:hover .post > div .text .t2,
.application_03 .app_bot .item:hover .post > div .text .t1 {
  color: #fff;
}
.application_04 {
  position: relative;
  background: #f8fbff;
}
.application_04 .app_top .desc {
  margin-top: 0.16rem;
  font-size: var(--f18);
  color: #666;
}
.application_04 .app_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.application_04 .app_bot .item {
  border-radius: 8px;
  overflow: hidden;
}
.application_04 .app_bot .item a {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: inherit;
  text-align: center;
}
.application_04 .app_bot .item a .box1 {
  padding: 0.48rem;
  min-height: 2.8rem;
}
.application_04 .app_bot .item a .box1 .svg {
  height: 0.54rem;
}
.application_04 .app_bot .item a .box1 .svg img {
  max-height: 100%;
}
.application_04 .app_bot .item a .box1 .text {
  margin-top: 0.46rem;
}
.application_04 .app_bot .item a .box1 .text .t1 {
  font-size: var(--f24);
  color: #000;
}
.application_04 .app_bot .item a .box1 .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.5;
  height: 3em;
}
.application_04 .app_bot .item a .box2 {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #65a6cd;
  border-radius: inherit;
  display: flex;
}
.application_04 .app_bot .item a .box2 > div {
  width: 100%;
  margin: auto;
  padding: .2rem;
  color: #fff;
}
.application_04 .app_bot .item a .box2 > div .text .t1 {
  font-size: var(--f24);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.application_04 .app_bot .item a .box2 > div .text .t1 span {
  width: var(--f24);
  height: calc(var(--f24) * 1.2);
  display: flex;
}
.application_04 .app_bot .item a .box2 > div .text .t1 span img {
  margin: auto;
  max-width: 100%;
  filter: brightness(100);
}
.application_04 .app_bot .item a .box2 > div .text .t1 p {
  padding-left: 0.1rem;
}
.application_04 .app_bot .item a .box2 > div .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
}
.application_04 .app_bot .item a .box2 > div .desc {
  margin-top: 0.16rem;
  font-size: var(--f18);
  line-height: 2;
  max-height: 6em;
  overflow: auto;
  padding-right: 0.1rem;
}
.application_04 .app_bot .item a .box2 > div .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.application_04 .app_bot .item a .box2 > div .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ffffff;
}
.application_04 .app_bot .item a .box2 > div .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@-moz-document url-prefix() {
  .application_04 .app_bot .item a .box2 > div .desc {
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.application_04 .app_bot .item a:hover .box2 {
  opacity: 1;
}
.play_ {
  --w: 0.58rem;
  transition: 0.4s;
  cursor: pointer;
  width: var(--w);
  height: var(--w);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
}
.play_ svg {
  max-width: 50%;
  margin: auto;
}
.play_:hover {
  background: #000;
  border-color: #000;
}
.application_05 .item {
  position: relative;
}
.application_05 .item .swiper .swiper-slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.application_05 .item .swiper .swiper-slide .slide_img {
  width: 100%;
  border-radius: inherit;
}
.application_05 .item .swiper .swiper-slide .slide_img img {
  border-radius: inherit;
  width: 100%;
}
.application_05 .item .swiper .swiper-slide .slide_post {
  border-radius: inherit;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  display: flex;
}
.application_05 .item .swiper .swiper-slide .slide_post > div {
  margin: auto;
  width: 100%;
  color: #fff;
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content1 {
  transition: 0.6s 0.2s;
  opacity: 0;
  transform: translateY(0.6rem);
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content1 .t1 {
  font-size: var(--f36);
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content1 .t2 {
  margin-top: 0.12rem;
  font-size: var(--f24);
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content2 {
  transition: 0.6s 0.4s;
  opacity: 0;
  transform: translateY(0.6rem);
  margin: 0.36rem 0 0.75rem;
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content2 p {
  font-size: var(--f16);
  position: relative;
  line-height: 1.5;
  padding-left: 0.18rem;
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content2 p::before {
  content: "-";
  position: absolute;
  color: #fff;
  left: 0;
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content2 p + p {
  margin-top: 0.12rem;
}
.application_05 .item .swiper .swiper-slide .slide_post > div .content3 {
  transition: 0.6s 0.6s;
  opacity: 0;
  transform: translateY(0.6rem);
}
.application_05 .item .swiper .swiper-slide .slide_play {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.application_05 .item .swiper .swiper-slide-active .slide_post > div .content3,
.application_05 .item .swiper .swiper-slide-active .slide_post > div .content2,
.application_05 .item .swiper .swiper-slide-active .slide_post > div .content1 {
  opacity: 1;
  transform: translateY(0);
}
.application_05 .item .div_ {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
.application_05 .item .div_ .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.2;
  width: 0.5rem;
  height: 4px;
  border-radius: 0;
  margin: 0;
}
.application_05 .item .div_ .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.application_05 .item .div_ .swiper-pagination-bullet-active {
  opacity: 1;
}
.application_05 .item + .item {
  margin-top: var(--gap);
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
}
.pu_banner .ban_post > div .content1 {
  color: #fff;
  font-size: var(--f58);
}
.technology_01 .item .content1 {
  margin-bottom: 0.48rem;
}
.technology_01 .item .content1 .text span {
  width: 0.44rem;
  height: calc(var(--f48) * 1.2);
  display: flex;
}
.technology_01 .item .content1 .text span img {
  max-width: 100%;
  margin: auto;
}
.technology_01 .item .content1 .text p {
  padding-left: 0.2rem;
  flex: 1;
  font-size: var(--f48);
}
.technology_01 .item .content1 .desc {
  margin-top: 0.2rem;
  color: #666;
  font-size: var(--f20);
  line-height: 1.6;
}
.technology_01 .item .content2 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.technology_01 .item .content2 video {
  width: 100%;
  border-radius: inherit;
}
.technology_01 .item .content2 .play_ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.technology_01 .item .content3 .div1 .le_box {
  width: 77%;
  background: #f8fbff;
  border-radius: 8px;
  overflow: hidden;
}
.technology_01 .item .content3 .div1 .le_box img {
  width: 100%;
  border-radius: inherit;
}
.technology_01 .item .content3 .div1 .ri_box {
  width: 21%;
}
.technology_01 .item .content3 .div1 .ri_box .li {
  font-size: var(--f18);
  background: #f8fbff;
  border-radius: 8px;
  overflow: hidden;
}
.technology_01 .item .content3 .div1 .ri_box .li .i1 {
  font-size: 1.22em;
  color: #fff;
  background: #65a6cd;
  padding: 0.12rem 0.36rem;
}
.technology_01 .item .content3 .div1 .ri_box .li .i2 {
  color: #333;
  line-height: 1.77;
  padding: 0.18rem 0.36rem;
}
.technology_01 .item .content3 .div1 .ri_box .li + .li {
  margin-top: 0.2rem;
}
.technology_01 .item .content3 .div2 {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.technology_01 .item .content3 .div2 .li {
  padding: 0.3rem 0.35rem;
  background: #f8fbff;
  border-radius: 8px;
  font-size: var(--f18);
}
.technology_01 .item .content3 .div2 .li > div .i1 {
  font-size: 1.12em;
  color: #000;
  line-height: 1.77;
}
.technology_01 .item .content3 .div2 .li > div .i2 {
  color: #666;
  line-height: 1.77;
}
.technology_01 .item .content3 .div2 .li > div + div {
  margin-top: 0.28rem;
}
.technology_01 .item + .item {
  margin-top: 1.2rem;
}
.service_01 {
  --h: 0.56rem;
}
.service_01 .ce_top .desc {
  margin-top: 0.16rem;
  color: #666;
  font-size: var(--f18);
}
.service_01 .ce_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.service_01 .ce_bot .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.service_01 .ce_bot .item .box1 {
  background: #f8fbff;
  border-radius: inherit;
  padding: 0.44rem;
  height: 100%;
}
.service_01 .ce_bot .item .box1 .svg {
  display: flex;
  margin: 0 auto;
  width: var(--h);
  height: var(--h);
}
.service_01 .ce_bot .item .box1 .svg img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.service_01 .ce_bot .item .box1 .text {
  margin-top: 0.34rem;
  font-size: var(--f24);
  line-height: 1.5;
  height: 3em;
  color: #000;
}
.service_01 .ce_bot .item .box2 {
  transition: 0.4s;
  opacity: 0;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #65a6cd;
}
.service_01 .ce_bot .item .box2 > div {
  padding: 0.44rem;
  color: #fff;
}
.service_01 .ce_bot .item .box2 > div .svg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_01 .ce_bot .item .box2 > div .svg span {
  width: var(--h);
  height: var(--h);
}
.service_01 .ce_bot .item .box2 > div .svg span img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(100);
}
.service_01 .ce_bot .item .box2 > div .svg p {
  padding-left: 0.2rem;
  font-size: var(--f24);
  line-height: 1.5;
}
.service_01 .ce_bot .item .box2 > div .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  line-height: 2;
  max-height: 4em;
  overflow: auto;
  padding-right: 0.1rem;
}
.service_01 .ce_bot .item .box2 > div .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.service_01 .ce_bot .item .box2 > div .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ffffff;
}
.service_01 .ce_bot .item .box2 > div .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@-moz-document url-prefix() {
  .service_01 .ce_bot .item .box2 > div .desc {
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.service_01 .ce_bot .item:hover .box2 {
  opacity: 1;
}
.service_02 {
  --h: 0.34rem;
  background: #f8fbff;
}
.service_02 .ce_top .desc {
  margin-top: 0.16rem;
  color: #666;
  font-size: var(--f18);
}
.service_02 .ce_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.service_02 .ce_bot .item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.service_02 .ce_bot .item .img {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.service_02 .ce_bot .item .img img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.service_02 .ce_bot .item .box {
  padding: 0.3rem 0.4rem;
}
.service_02 .ce_bot .item .box .x1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service_02 .ce_bot .item .box .x1 span {
  display: flex;
  width: var(--h);
  height: var(--h);
}
.service_02 .ce_bot .item .box .x1 span img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.service_02 .ce_bot .item .box .x1 p {
  padding-left: 0.14rem;
  flex: 1;
  font-size: var(--f28);
  line-height: 1.3;
}
.service_02 .ce_bot .item .box .x2 {
  margin-top: 0.24rem;
}
.service_02 .ce_bot .item .box .x2 ul {
  padding-left: 23px;
}
.service_02 .ce_bot .item .box .x2 ul li {
  list-style: disc;
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
}
.service_02 .ce_bot .item:hover .img img {
  transform: scale(1.05);
}
.service_03 {
  position: relative;
}
.service_03 .ce_bk {
  width: 100%;
}
.service_03 .ce_bk img {
  width: 100%;
}
.service_03 .ce_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.service_03 .ce_box > div {
  width: 100%;
  margin: auto;
  text-align: center;
}
.service_03 .ce_box > div .desc {
  margin-top: 0.36rem;
  font-size: var(--f24);
  line-height: 1.66;
}
.service_04 .box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.service_04 .box .ce_bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.service_04 .box .ce_bk img {
  width: 100%;
  border-radius: inherit;
}
.service_04 .box .ce_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 1.5rem;
}
.service_04 .box .ce_post > div {
  width: 100%;
  margin: auto;
}
.service_04 .box .ce_post > div .content1 .desc {
  margin-top: 0.38rem;
}
.service_04 .box .ce_post > div .content1 .desc > div {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f20);
  color: #333;
  line-height: 2;
}
.service_04 .box .ce_post > div .content1 .desc > div span {
  width: var(--f18);
  height: calc(var(--f20) * 2);
  display: flex;
}
.service_04 .box .ce_post > div .content1 .desc > div span img {
  margin: auto;
  max-width: 100%;
}
.service_04 .box .ce_post > div .content1 .desc > div p {
  padding-left: 0.1rem;
}
.service_04 .box .ce_post > div .content2 {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pu_btn {
  --h: 0.5rem;
  width: fit-content;
  transition: 0.4s;
  font-size: var(--f16);
  min-width: 1.66rem;
  background: #f8fbff;
  line-height: var(--h);
  border-radius: calc(var(--h) / 2);
  border: 1px solid #f8fbff;
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pu_btn span {
  padding-left: 10px;
}
.pu_btn span img {
  width: calc(var(--f16) + 1px);
  vertical-align: sub;
}
.pu_btn + a {
  margin-left: 0.2rem;
}
.pu_btn.border {
  border-color: #666;
  background: none;
}
.pu_btn:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.pu_btn:hover span img {
  filter: invert(1);
}
.join_01 {
  position: relative;
}
.join_01 .jo_top {
  text-align: center;
}
.join_01 .jo_top .desc {
  margin-top: 0.4rem;
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
}
.join_01 .jo_bot {
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
}
.join_01 .jo_bot img {
  max-width: 100%;
}
.join_02 {
  --h: 1rem;
  position: relative;
  background: #f8fbff;
}
.join_02 .jo_top .toggle .next {
  margin-left: 0.1rem;
}
.join_02 .jo_bot .swiper .swiper-slide {
  border-radius: 8px;
  background: #fff;
  height: var(--h);
  display: flex;
}
.join_02 .jo_bot .swiper .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
.join_03 .jo_bot .content1 .item .thead {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  background: #f8fbff;
  padding: 0.3rem 0.6rem;
}
.join_03 .jo_bot .content1 .item .thead .div1 {
  width: 30%;
  font-size: var(--f24);
}
.join_03 .jo_bot .content1 .item .thead .div1 p {
  width: 95%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.join_03 .jo_bot .content1 .item .thead .div2 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.join_03 .jo_bot .content1 .item .thead .div2 .d1 {
  flex: 1;
  display: flex;
}
.join_03 .jo_bot .content1 .item .thead .div2 .d1 > div {
  min-width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f18);
  color: #000;
}
.join_03 .jo_bot .content1 .item .thead .div2 .d1 > div span img {
  max-width: var(--28);
}
.join_03 .jo_bot .content1 .item .thead .div2 .d1 > div p {
  padding-left: 0.1rem;
}
.join_03 .jo_bot .content1 .item .thead .div2 .d2 p {
  position: relative;
  width: 14px;
  height: 2px;
  background: #000;
}
.join_03 .jo_bot .content1 .item .thead .div2 .d2 p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: rotate(90deg);
}
.join_03 .jo_bot .content1 .item .tbody {
  display: none;
  padding: 0.4rem 0.6rem;
  background: #fff;
}
.join_03 .jo_bot .content1 .item .tbody .content1 p {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.join_03 .jo_bot .content1 .item .tbody .content1 p + p {
  margin-top: 0.35rem;
}
.join_03 .jo_bot .content1 .item .tbody .content2 {
  margin-top: 0.35rem;
}
.join_03 .jo_bot .content1 .item + .item {
  margin-top: 0.2rem;
}
.join_03 .jo_bot .content1 .item.active .thead .div2 .d2 p::before {
  transform: rotate(0deg);
}
.pu_page {
  --w: 0.48rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--f16);
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
}
.pu_page .prev a i,
.pu_page .next a i {
  margin: auto;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.pu_page .number {
  margin: 0 0.2rem;
  display: flex;
}
.pu_page .number a {
  transition: 0.4s;
  line-height: var(--w);
  color: #999;
  margin: 0 0.15rem;
  font-family: MontserratBold;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #000000;
}
.pu_li a {
  border-radius: 8px;
  overflow: hidden;
}
.pu_li a .img {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.pu_li a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.pu_li a .box {
  margin-top: 0.2rem;
}
.pu_li a .box .text {
  font-size: var(--f20);
  color: #333;
  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;
}
.pu_li a .box .time {
  margin-top: 0.16rem;
  font-size: var(--f16);
  color: #999;
  font-family: MontserratRegular;
}
.pu_li a:hover .img img {
  transform: scale(1.05);
}
.pu_mbx > div {
  padding: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #666;
  font-size: var(--f16);
}
.pu_mbx > div a {
  transition: 0.4s;
  color: #666;
}
.pu_mbx > div a:hover {
  color: #000000;
}
.pu_mbx > div i {
  margin: 0 8px;
}
.pu_mbx > div span {
  flex: 1;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.news_01 {
  background: #fbfbfb;
}
.news_01 .ws_top {
  position: relative;
}
.news_01 .ws_top .swiper .swiper-slide a {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.news_01 .ws_top .swiper .swiper-slide a .le_box {
  width: 55%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.news_01 .ws_top .swiper .swiper-slide a .le_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box {
  width: 45%;
  display: flex;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div {
  width: 100%;
  padding: 0.7rem 0.6rem;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div .time {
  font-size: var(--f16);
  color: #999;
  font-family: MontserratRegular;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div .text {
  margin: 0.16rem 0 0.36rem;
  font-size: var(--f36);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.33;
  height: 2.66em;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div .desc {
  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.77;
  height: 5.31em;
}
.news_01 .ws_top .swiper .swiper-slide a:hover .le_box img {
  transform: scale(1.05);
}
.news_01 .ws_top .div_ {
  z-index: 2;
  position: absolute;
  bottom: 0.6rem;
  left: calc(55% + 0.6rem);
}
.news_01 .ws_top .div_ .swiper-pagination-bullet {
  background: #b2b2b2;
  margin: 0;
  opacity: 1;
}
.news_01 .ws_top .div_ .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.news_01 .ws_top .div_ .swiper-pagination-bullet-active {
  background: #000000;
}
.news_01 .ws_bot {
  margin-top: var(--gap);
}
.news_01 .ws_bot .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.3rem;
}
.news_details_01 {
  position: relative;
  border-top: 1px solid #f4f4f4;
}
.news_details_01 .ls_bot {
  margin-top: 0.7rem;
}
.news_details_01 .ls_bot .le_box {
  flex: 1;
  padding-right: 8.5%;
}
.news_details_01 .ls_bot .le_box .content1 {
  padding-bottom: 0.35rem;
}
.news_details_01 .ls_bot .le_box .content1 .text {
  font-size: var(--f36);
}
.news_details_01 .ls_bot .le_box .content1 .time {
  margin-top: 0.16rem;
  color: #999;
  font-size: var(--f16);
}
.news_details_01 .ls_bot .le_box .content2 {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 0.4rem 0;
  font-size: var(--f18);
  line-height: 2;
  color: #666;
}
.news_details_01 .ls_bot .le_box .content2 img {
  max-width: 100%;
}
.news_details_01 .ls_bot .le_box .content3 {
  margin-top: 0.45rem;
}
.news_details_01 .ls_bot .le_box .content3 > div .div1 {
  flex: 0.9;
  font-size: var(--f18);
}
.news_details_01 .ls_bot .le_box .content3 > div .div1 p {
  display: flex;
}
.news_details_01 .ls_bot .le_box .content3 > div .div1 p a {
  flex: 1;
  transition: 0.4s;
  color: #666;
  display: inline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.news_details_01 .ls_bot .le_box .content3 > div .div1 p a:hover {
  color: #000000;
}
.news_details_01 .ls_bot .le_box .content3 > div .div1 p + p {
  margin-top: 0.12rem;
}
.news_details_01 .ls_bot .le_box .content3 > div .div2 a {
  justify-content: center;
}
.news_details_01 .ls_bot .ri_box {
  margin-top: calc(var(--f36) * 1.2 + var(--f16) * 1.2 + 0.51rem);
  width: 4rem;
}
.news_details_01 .ls_bot .ri_box > div {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.news_details_01 .ls_bot .ri_box .content1 {
  font-size: var(--f36);
}
.news_details_01 .ls_bot .ri_box .content2 .pu_li {
  margin-top: 0.4rem;
}
.search_01 {
  --h: 0.52rem;
  position: relative;
  background: #fbfbfb;
}
.search_01 .ch_bot {
  margin-top: var(--gap);
}
.search_01 .ch_bot .content1 .search {
  margin-top: 0.68rem;
}
.search_01 .ch_bot .content1 .search form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  width: min(12rem, 100%);
}
.search_01 .ch_bot .content1 .search form .div1 {
  width: var(--f24);
}
.search_01 .ch_bot .content1 .search form .div1 img {
  width: 100%;
}
.search_01 .ch_bot .content1 .search form .div2 {
  flex: 1;
}
.search_01 .ch_bot .content1 .search form .div2 input {
  padding: 0 0.22rem;
  width: 100%;
  height: var(--h);
  background: none;
  font-size: var(--f18);
  color: #000;
  border: none;
}
.search_01 .ch_bot .content1 .search form .div2 input::placeholder {
  color: #666;
}
.search_01 .ch_bot .content1 .search form .div3 .pu_btn {
  cursor: pointer;
  background: #000000;
  justify-content: center;
  color: #fff;
  border-color: #000000;
}
.search_01 .ch_bot .content2 {
  margin-top: 0.8rem;
}
.search_01 .ch_bot .content2 .text {
  font-size: var(--f24);
  margin-bottom: 0.3rem;
}
.search_01 .ch_bot .content2 .show a {
  background: #fff;
  border-radius: 8px;
  padding: 0.26rem 0.5rem;
  font-size: var(--f18);
}
.search_01 .ch_bot .content2 .show a .le_box {
  flex: 0.9;
}
.search_01 .ch_bot .content2 .show a .le_box .x1 {
  color: #666;
}
.search_01 .ch_bot .content2 .show a .le_box .x2 {
  margin-top: 0.16rem;
  font-size: 1.12em;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.search_01 .ch_bot .content2 .show a + a {
  margin-top: 0.2rem;
}
.search_01 .ch_bot .content2 .hide {
  font-size: var(--f18);
  color: #666;
}
.search_01 .ch_bot .content2 .hide span {
  color: #000;
}
.contact_01 {
  --h: 0.7rem;
  position: relative;
}
.contact_01 .ct_box .title_01 {
  margin-bottom: 0.5rem;
}
.contact_01 .ct_box .le_box {
  width: 55%;
}
.contact_01 .ct_box .le_box .content2 form {
  font-size: var(--f16);
}
.contact_01 .ct_box .le_box .content2 form .div1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label {
  position: relative;
  font-size: 1.12em;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label textarea,
.contact_01 .ct_box .le_box .content2 form .div1 .label input {
  width: 100%;
  height: var(--h);
  border-radius: 8px;
  background: #f8fbff;
  border: none;
  padding: 0 0.2rem;
  color: #000;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label textarea:not(:placeholder-shown) + p,
.contact_01 .ct_box .le_box .content2 form .div1 .label input:not(:placeholder-shown) + p {
  display: none;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #666;
  white-space: nowrap;
  padding: 0 0.2rem;
  pointer-events: none;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label p span {
  color: #f00;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label textarea {
  height: calc(var(--h) * 3.4);
  padding: 0.2rem;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label:last-child {
  grid-area: 3 / 1 / 3 / 3;
}
.contact_01 .ct_box .le_box .content2 form .div1 .label:last-child p {
  top: 0;
  transform: translate(0);
  padding: 0.2rem;
}
.contact_01 .ct_box .le_box .content2 form .div2 {
  margin: 0.2rem 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.contact_01 .ct_box .le_box .content2 form .div2 .layui-form-checkbox[lay-skin="primary"] > i {
  border-radius: 50%;
}
.contact_01 .ct_box .le_box .content2 form .div2 .layui-form-checked,
.contact_01 .ct_box .le_box .content2 form .div2 .layui-form-checked:hover,
.contact_01 .ct_box .le_box .content2 form .div2 .layui-form-checkbox[lay-skin="primary"]:hover > i {
  border-color: #000000 !important;
}
.contact_01 .ct_box .le_box .content2 form .div2 .layui-form-checked[lay-skin="primary"] > i {
  background: #000000;
  border-color: #000000 !important;
}
.contact_01 .ct_box .le_box .content2 form .div2 .tips {
  color: #999;
}
.contact_01 .ct_box .le_box .content2 form .div2 .tips a {
  color: #000;
  display: inline;
}
.contact_01 .ct_box .ri_box {
  width: 33%;
}
.contact_01 .ct_box .ri_box .content2 .div1 p {
  font-size: var(--f20);
  color: #333;
  display: flex;
}
.contact_01 .ct_box .ri_box .content2 .div1 p a {
  color: #333;
  flex: 1;
}
.contact_01 .ct_box .ri_box .content2 .div1 p a:hover[href] {
  color: #000;
}
.contact_01 .ct_box .ri_box .content2 .div1 p + p {
  margin-top: 0.25rem;
}
.contact_01 .ct_box .ri_box .content2 .div2 {
  margin: 0.64rem 0 0.9rem;
}
.contact_01 .ct_box .ri_box .content2 .div3 {
  display: flex;
}
.contact_01 .ct_box .ri_box .content2 .div3 > div {
  text-align: center;
}
.contact_01 .ct_box .ri_box .content2 .div3 > div img {
  width: 1.5rem;
}
.contact_01 .ct_box .ri_box .content2 .div3 > div p {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #000;
}
.contact_01 .ct_box .ri_box .content2 .div3 > div + div {
  margin-left: 0.5rem;
}
@media (max-width: 1500px) {
  .index_about .ab_top .le_box {
    width: 7.4rem;
  }
  .index_about .ab_top .le_box .btn {
    margin-top: 0.4rem;
  }
  .pu_aside .box {
    font-size: 12px;
  }
}
@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;
  }
  .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;
  }
  .application_05 .item .div_ {
    margin-top: 10px;
  }
  .application_05 .item .swiper .swiper-slide .slide_post > div .content2 {
    margin: 0.36rem 0;
  }
  .application_05 .item .swiper .swiper-slide .slide_post {
    padding: 0.6rem;
  }
  .play_ {
    --w: 0.68rem;
  }
  .application_05 .item .swiper .swiper-slide .slide_play {
    top: auto;
    left: auto;
    bottom: 12px;
    right: 12px;
    transform: translate(0, 0);
  }
  .service_03 .ce_bk img {
    min-height: 6rem;
  }
  .pu_banner .ban_bk img {
    min-height: 4rem;
  }
  .technology_01 .item .content3 .div1 .ri_box {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .technology_01 .item .content3 .div1 .ri_box .li {
    margin-top: 0 !important;
  }
  .service_01 {
    --h: 0.66rem;
  }
  .service_02 {
    --h: 0.44rem;
  }
  .application_04 .app_bot .item a .box1,
  .service_01 .ce_bot .item .box1 {
    display: none;
  }
  .application_04 .app_bot .item a .box2,
  .service_01 .ce_bot .item .box2 {
    position: initial;
    opacity: 1;
  }
  .service_04 .box .ce_post {
    padding: 0.6rem;
  }
  .service_04 .box .ce_post > div {
    margin: 0;
  }
  .pu_btn {
    min-width: 1.86rem;
    --h: 0.56rem;
  }
  .service_04 .box .ce_bk img {
    min-height: 10rem;
  }
  .join_03 .jo_bot .content1 .item .thead {
    justify-content: space-between;
    padding: 0.3rem 0.4rem;
  }
  .join_03 .jo_bot .content1 .item .thead .div1 {
    flex: 0.9;
    width: auto;
  }
  .join_03 .jo_bot .content1 .item .thead .div2 {
    flex: none;
  }
  .join_03 .jo_bot .content1 .item .thead .div2 .d1 {
    display: none;
  }
  .join_03 .jo_bot .content1 .item .tbody {
    padding: 0.4rem;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page {
    --w: 0.58rem;
  }
  .news_01 .ws_top .swiper .swiper-slide a .ri_box > div {
    padding: 0.6rem;
  }
  .news_01 .ws_top .swiper .swiper-slide a .le_box {
    border-radius: 8px 8px 0 0;
  }
  .news_01 .ws_top .div_ {
    margin-top: 0.2rem;
    position: initial;
    text-align: center;
  }
  .news_details_01 .ls_bot .le_box {
    padding-right: 0;
  }
  .application_04 .app_bot .item a .box2 > div  {
    padding: .48rem;
    margin: 0;
  }
  .application_04 .app_bot .item a .box2 > div .desc {
    max-height: max-content;
  }
  .technology_01 .item .content3 .div2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_01 .ws_bot .content1,
  .service_02 .ce_bot,
  .service_01 .ce_bot,
  .application_04 .app_bot,
  .application_03 .app_bot,
  .application_01 .app_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_banner .div_,
  .news_details_01 .ls_bot .ri_box,
  .join_01 .jo_top .desc br,
  .pu_aside,
  .pc_footer .ter_top .ri_box {
    display: none;
  }
  .contact_01 .ct_box .le_box {
    margin-top: 0.6rem;
    order: 1;
  }
  .pc_footer .ter_bot {
    margin-top: 0.6rem;
  }
  .contact_01 .ct_box .ri_box,
  .contact_01 .ct_box .le_box,
  .news_01 .ws_top .swiper .swiper-slide a .ri_box,
  .news_01 .ws_top .swiper .swiper-slide a .le_box,
  .technology_01 .item .content3 .div1 .ri_box,
  .technology_01 .item .content3 .div1 .le_box,
  .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 > div .item .svg {
    height: 0.76rem;
  }
  .index_scene .ne_box {
    height: 82vh;
  }
  .index_scene .ne_box .content3 > div {
    --h: 0.74rem;
    font-size: 12px;
  }
  .pu_page,
  .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;
  }
  .application_01 .app_bot .item .svg {
    height: 1rem;
  }
  .application_02 {
    --h1: 0.8rem;
  }
  .application_03 .app_bot .item .post > div .svg {
    height: 1rem;
  }
  .application_02 .app_box > div .content2 .div_ {
    display: none;
  }
  .application_05 .item .swiper .swiper-slide .slide_img img {
    min-height: 8rem;
  }
  .play_ {
    --w: 0.78rem;
  }
  .play_ svg {
    max-width: 40%;
  }
  .application_04 .app_bot .item a .box1 .svg {
    height: 0.84rem;
  }
  .application_04 .app_bot .item a .box1 {
    min-height: 3.6rem;
  }
  .service_01 {
    --h: 0.76rem;
  }
  .service_02 {
    --h: 0.54rem;
  }
  .service_03 .ce_box > div .desc br {
    display: none;
  }
  .pu_btn {
    min-width: 2.56rem;
    --h: 0.76rem;
    padding: 0 0.26rem;
  }
  .join_02 .jo_bot .swiper .swiper-slide img {
    max-height: 60%;
    max-width: 60%;
  }
  .join_02 {
    --h: 1.2rem;
  }
  .news_details_01 .ls_bot .le_box .content3 > div .div2 {
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
  }
  .search_01 .ch_bot .content2 .show a .ri_box {
    display: none;
  }
  .contact_01 {
    --h: 0.9rem;
  }
  .contact_01 .ct_box .le_box .content2 form .div1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_01 .ct_box .le_box .content2 form .div1 .label:last-child {
    grid-area: auto;
  }
  .contact_01 .ct_box .ri_box .content2 .div3 > div img {
    width: 2.2rem;
  }
  .news_01 .ws_bot .content1,
  .service_02 .ce_bot,
  .service_01 .ce_bot,
  .application_04 .app_bot,
  .application_03 .app_bot,
  .application_01 .app_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .search_01 .ch_bot .content2 .show a .le_box,
  .news_details_01 .ls_bot .le_box .content3 > div .div2,
  .news_details_01 .ls_bot .le_box .content3 > div .div1,
  .pc_footer .ter_bot .content1 .lxwm > div,
  .pc_footer .ter_bot .content2 .yszc {
    width: 100%;
    flex: none;
  }
}
