﻿@keyframes huxi {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
body {
  --bj: 7.2vw;
  --top: 1rem;
  --color: #0075c2;
  --gap: 1rem;
  --top2: 0.66rem;
  --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;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f68: 0.68rem;
}
@media screen and (max-width: 1520px) {
  body {
    --bj: 5vw;
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --f28: 22px;
    --f54: 0.52rem;
    --f56: 0.54rem;
    --f58: 0.56rem;
    --f60: 0.58rem;
    --f68: 0.66rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --top: 60px;
    --gap: 0.8rem;
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.34rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 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;
    --f68: 0.62rem;
  }
}
@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.36rem;
    --f30: 0.42rem;
    --f32: 0.42rem;
    --f34: 0.42rem;
    --f36: 0.42rem;
    --f40: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.44rem;
    --f54: 0.46rem;
    --f56: 0.48rem;
    --f58: 0.48rem;
    --f60: 0.5rem;
    --f68: 0.58rem;
  }
}
.public_author {
  position: relative;
  top: 1px;
  /*top: calc(var(--top) * -1 + 1px);*/
}
.public_author2 {
  position: relative;
  top: calc(var(--top2) * -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(--f40);
  font-weight: bold;
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.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: #0075c2;
}
.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 #999;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.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: #0075c2;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.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;
  font-size: var(--f20);
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #0075c2;
}
.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 {
  font-size: var(--f20);
}
.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: #0075c2;
}
.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: #0075c2;
}
.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: #0075c2;
}
.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:hover {
  color: #0075c2;
}
@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 {
  transition: 0.4s;
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
}
.pc_header .top{
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-size: var(--f16);
    line-height: 45px;
    background: #232b33;
}
.pc_header .top svg{
    width: var(--f20);
    height: var(--f20);
    margin-right: 5px;
}
.pc_header .he_box {
    z-index: 1;
    position: relative;
    background: rgba(0,0,0,.2);
    transition: 0.6s;
}
.pc_header .he_box .logo a img {
  height: 0.58rem;
  display: none;
}
.pc_header .he_box .logo a .white {
  display: block;
}
.pc_header .he_box .column {
  flex: 1;
  display: flex;
}
.pc_header .he_box .column .nav {
  margin: auto;
  font-size: var(--f18);
}
.pc_header .he_box .column .nav .relative {
  position: relative;
}
.pc_header .he_box .column .nav .slide .item a {
  transition: 0.4s;
  position: relative;
  color: #fff;
  line-height: var(--top);
}
.pc_header .he_box .column .nav .slide .item a::after,
.pc_header .he_box .column .nav .slide .item a::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.pc_header .he_box .column .nav .slide .item a::after {
  width: 18%;
  background: #f08200;
}
.pc_header .he_box .column .nav .slide .down {
  display: none;    
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(246,246,246,.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.pc_header .he_box .column .nav .slide .down .wn_box {
  width: 100%;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box {
  width: 25%;
  padding: 0.6rem 0 .6rem var(--bj);
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li {
  transition: 0.4s;
  position: relative;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li::before {
  transition: 0.3s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f08200;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f18);
  padding: 0.16rem 0 0.16rem 0.52rem;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li a .svg {
  max-width: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li a .svg img {
  width: 100%;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li a .txt {
  transition: 0.4s;
  color: #333;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li:hover,
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li.active {
  background: #fff;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li:hover::before,
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li.active::before {
  opacity: 1;
}
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li:hover a .txt,
.pc_header .he_box .column .nav .slide .down .wn_box .le_box > div .li.active a .txt {
  color: #f08200;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box {
  width: 75%;
  padding: 0.6rem var(--bj) 0.6rem 4%;
  background: rgba(255,255,255,.6);
  /*-webkit-backdrop-filter: blur(16px);*/
  /*backdrop-filter: blur(16px);*/
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div {
  display: none;
  min-height: 4.3rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .tog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0.2rem;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0075c2;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 117, 194, 0.5);
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div.active {
  display: block;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .li a .img {
  background: #f5f7fa;
  height: 1.6rem;
  width: 100%;
  display: flex;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .li a .img img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .li a .content {
  margin-top: 0.1rem;
  font-size: var(--f16);
  color: #333;
  text-align: center;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .li a .content .t1,
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .li a .content .t2 {
  transition: 0.4s;
  font-weight: bold;
}
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .li a:hover .content .t1,
.pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div .li a:hover .content .t2 {
  color: #0075c2;
}
.pc_header .he_box .column .nav .slide .default {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(246,246,246,.5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  white-space: nowrap;
}
.pc_header .he_box .column .nav .slide .default .lt_box {
  padding: 0.2rem;
  display: grid;
  gap: 0.2rem;
}
.pc_header .he_box .column .nav .slide .default .lt_box .li a {
  transition: 0.4s;
  font-size: var(--f16);
  color: #333;
  display: flex;
}
.pc_header .he_box .column .nav .slide .default .lt_box .li a .svg {
  width: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .column .nav .slide .default .lt_box .li a .svg img {
  width: 100%;
}
.pc_header .he_box .column .nav .slide .default .lt_box .li a .txt {
  flex: 1;
}
.pc_header .he_box .column .nav .slide .default .lt_box .li.active a,
.pc_header .he_box .column .nav .slide .default .lt_box .li a:hover {
  color: #f08200;
}
.pc_header .he_box .column .nav .slide + .slide {
  margin-left: 0.42rem;
}
.pc_header .he_box .column .nav .slide:hover .item a::before,
.pc_header .he_box .column .nav .slide.active .item a::before,
.pc_header .he_box .column .nav .slide:hover .item a::after,
.pc_header .he_box .column .nav .slide.active .item a::after {
  opacity: 1;
  top: 76%;
}
.pc_header .he_box .menu .search {
  margin-right: 0.56rem;
  cursor: pointer;
}
.pc_header .he_box .menu .search svg path {
  transition: 0.4s;
}
.pc_header .he_box .menu .lang {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transform: translateX(-0.1rem) rotate(45deg);
  line-height: 0.5rem;
  text-align: center;
  transition: 0.6s;
}
.pc_header .he_box .menu .lang a {
  transition: 0.4s;
  height: 100%;
  color: #fff;
  transform: rotate(-45deg);
  font-size: var(--f16);
}
.pc_header .he_box .menu .lang:hover {
  background: #fff;
}
.pc_header .he_box .menu .lang:hover a {
  color: #000;
}
/*.pc_header.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*  background: rgba(255,255,255,.5);*/
/*  -webkit-backdrop-filter: blur(16px);*/
/*  backdrop-filter: blur(16px);*/
/*}*/
.pc_header.sticky .he_box,
.pc_header.active .he_box {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.pc_header.sticky .he_box .logo a .white,
.pc_header.active .he_box .logo a .white {
  display: none;
}
.pc_header.sticky .he_box .logo a img,
.pc_header.active .he_box .logo a img {
  display: block;
}
.pc_header.sticky .he_box .column .nav .slide .item a,
.pc_header.active .he_box .column .nav .slide .item a {
  color: #666;
}
.pc_header.sticky .he_box .column .nav .slide .item a::before,
.pc_header.active .he_box .column .nav .slide .item a::before {
  background: #f0f0f0;
}
.pc_header.sticky .he_box .column .nav .slide:hover .item a,
.pc_header.active .he_box .column .nav .slide:hover .item a,
.pc_header.sticky .he_box .column .nav .slide.active .item a,
.pc_header.active .he_box .column .nav .slide.active .item a {
  color: #000;
}
.pc_header.sticky .he_box .menu .search svg path,
.pc_header.active .he_box .menu .search svg path {
  fill: #000;
}
.pc_header.sticky .he_box .menu .lang,
.pc_header.active .he_box .menu .lang {
  border-color: #e1e1e1;
}
.pc_header.sticky .he_box .menu .lang a,
.pc_header.active .he_box .menu .lang a {
  color: #000;
}
.pc_header.sticky .he_box .menu .lang:hover,
.pc_header.active .he_box .menu .lang:hover {
  background: #e1e1e1;
}
.pc_header.sticky {
  position: sticky;
}
.pc_header.on {
  transform: translateY(-100%);
}

.pu_suspension {
  transition: 0.6s;
  opacity: 0;
  z-index: 5;
  position: fixed;
  right: 0.2rem;
  bottom: 0;
  /*transform: translateY(-50%);*/
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.18));
}
.pu_suspension .on_box {
  font-size: var(--f14);
}
.pu_suspension .on_box .item {
  position: relative;
  margin: -1px 0;
}
.pu_suspension .on_box .item .div_ {
  cursor: pointer;
  background: #fff;
  width: .7rem;
  min-height: .8rem;
  display: flex;
  padding: 2px;
}
.pu_suspension .on_box .item .div_ a {
  margin: auto;
  text-align: center;
}
.pu_suspension .on_box .item .div_ a img {
  transition: 0.4s;
  height: var(--f22);
  filter: grayscale(1);
}
.pu_suspension .on_box .item .div_ a svg {
    height: var(--f22);
}
.phone_tubiao1 {
     transform-origin: left bottom;
    animation: big1 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    opacity: 0;  
}
.phone_tubiao2 {
     transform-origin: left bottom;
    animation: big1 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    animation-delay: 0.2s;
    opacity: 0; 
}
@keyframes big1 {
  0% {
    transform: translate(48px, -48px) scale(0.1);
    opacity: 0;
}
80% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
}
100% {
    opacity: 0;
}  
}
.xiao_tubiao1 {
     opacity: 1;
    animation: donghua1 3s linear infinite;  
}
.xiao_tubiao2 {
     animation: donghua2 3s linear infinite; 
}
@keyframes donghua1 {
    0% {
    transform: translate(0%, 0%);
}
50% {
    transform: translate(-37%, 0%);
}
100% {
    transform: translate(0%, 0%);
}
}
@keyframes donghua2 {
    0% {
    transform: translate(0%, 0%);
}
50% {
    transform: translate(37%, 0%);
}
100% {
    transform: translate(0%, 0%);
}
}

.pu_suspension .on_box .item .div_ a p {
  transition: 0.4s;
  margin-top: 0.06rem;
  color: #666;
}
.pu_suspension .on_box .item .post {
  transition: 0.4s;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transform-origin: center right;
  margin-right: 0.2rem;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.18));
}
.pu_suspension .on_box .item .post::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 0.08rem solid transparent;
  border-left-color: #fff;
}
.pu_suspension .on_box .item .post .tel {
  white-space: nowrap;
  padding: 0.1rem 0.18rem;
  background: #fff;
}
.pu_suspension .on_box .item .post .tel .tips {
  font-size: 0.88em;
  color: #666666;
  margin-bottom: 0.06rem;
}
.pu_suspension .on_box .item .post .tel a {
  font-family: GilroyBold;
  color: #0075c2;
  font-size: 1.28em;
}
.pu_suspension .on_box .item .post .code img {
  width: 1.2rem;
}
.pu_suspension .on_box .item:hover .div_ a img {
  filter: grayscale(0);
}
.pu_suspension .on_box .item:hover .div_ a svg path {
  fill: #0075c2;
}
.pu_suspension .on_box .item:hover .div_ a p {
  color: #0075c2;
}
.pu_suspension .on_box .item:hover .post {
  transform: translateY(-50%) scale(1);
}
.pu_suspension .on_box .go_top {
  margin-top: 0.1rem;
}
.pu_suspension.active {
  bottom: 5%;
  opacity: 1;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
  overflow: hidden;
}
.pu_banner .ban_bk img {
  width: 100%;
  animation: huxi 16s linear infinite;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.pu_banner .ban_post > div .txt {
  font-weight: bold;
  font-size: var(--f48);
  margin-bottom: 0.1rem;
}
.pu_banner .ban_post > div .desc {
  font-size: var(--f22);
}
.pu_level {
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  --h: 0.78rem;
  margin-top: calc(var(--h) * -1);
  backdrop-filter: blur(5px);
}
.pu_level .wMain {
  position: relative;
}
.pu_level .wMain .swiper .swiper-slide a {
  transition: 0.8s;
  line-height: var(--h);
  color: #fff;
}
.pu_level .wMain .swiper .swiper-slide a .svg {
  max-width: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_level .wMain .swiper .swiper-slide a .svg img {
  width: 100%;
}
.pu_level .wMain .swiper .swiper-slide a span {
  font-size: var(--f16);
}
.pu_level .wMain .swiper .swiper-slide.active a,
.pu_level .wMain .swiper .swiper-slide:hover a {
  background: #f08200;
}
.pu_level .wMain .div_ .prev,
.pu_level .wMain .div_ .next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pu_level .wMain .div_ .prev i,
.pu_level .wMain .div_ .next i {
  transition: 0.4s;
  cursor: pointer;
  color: #fff;
  font-size: var(--f22);
}
.pu_level .wMain .div_ .prev i:hover,
.pu_level .wMain .div_ .next i:hover {
  color: #f08200;
}
.pu_level .wMain .div_ .prev {
  left: calc(var(--bj) / 1.5);
}
.pu_level .wMain .div_ .next {
  right: calc(var(--bj) / 1.5);
}
.pu_page {
  --w: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f18);
}
.pu_page .prev a,
.pu_page .next a {
  cursor: pointer;
  transition: 0.6s;
  width: var(--w);
  height: var(--w);
  border: 1px solid #666;
  display: flex;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  color: #666;
  margin: auto;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  border-color: #0075c2;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #0075c2;
}
.pu_page .prev {
  margin-right: 0.14rem;
}
.pu_page .next {
  margin-left: 0.14rem;
}
.pu_page .number {
  display: flex;
  flex-wrap: wrap;
}
.pu_page .number a {
  transition: 0.4s;
  margin: 0 0.14rem;
  line-height: var(--w);
  color: #666;
  font-family: GilroyRegular;
}
.pu_page .number a:hover,
.pu_page .number .active a {
  color: #0075c2;
}
.pu_page .mPrev,
.pu_page .mNext,
.pu_page .pagecount{
  display: none;
}
.pu_miaodian {
  transition: 0.4s;
  z-index: 4;
  position: sticky;
  /*top: var(--top);*/
  top: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.pu_miaodian .le_box {
  flex: 0.96;
}
.pu_miaodian .le_box > div {
  font-size: var(--f16);
  color: #999;
}
.pu_miaodian .le_box > div a {
  transition: 0.4s;
  color: #999;
}
.pu_miaodian .le_box > div a:hover {
  color: #0075c2;
}
.pu_miaodian .le_box > div i {
  margin: 0 2px;
  font-style: normal;
}
.pu_miaodian .ri_box {
  line-height: var(--top2);
}
.pu_miaodian .ri_box .div_1 a {
  position: relative;
  font-size: var(--f18);
  transition: 0.4s;
  color: #999;
  margin-right: 0.44rem;
}
.pu_miaodian .ri_box .div_1 a::after,
.pu_miaodian .ri_box .div_1 a::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 2px;
  background: rgba(240, 130, 0, 0.2);
}
.pu_miaodian .ri_box .div_1 a::after {
  width: 18%;
  background: #f08200;
}
.pu_miaodian .ri_box .div_1 a:hover,
.pu_miaodian .ri_box .div_1 a.active {
  color: #f08200;
}
.pu_miaodian .ri_box .div_1 a:hover::after,
.pu_miaodian .ri_box .div_1 a.active::after,
.pu_miaodian .ri_box .div_1 a:hover::before,
.pu_miaodian .ri_box .div_1 a.active::before {
  opacity: 1;
  bottom: 0;
}
.pu_miaodian .ri_box .div_3 a {
  color: #0075c2;
  font-size: var(--f18);
}
.pu_miaodian .ri_box .div_3 a i {
  transition: 0.4s;
  font-weight: bold;
  margin-right: 4px;
}
.pu_miaodian .ri_box .div_3 a:hover i {
  margin-right: var(--f14);
}
.pu_miaodian.miaodia2 {
  background: #f5f7fa;
}
/*.pu_miaodian.on {*/
/*  top: 0;*/
/*}*/


.pu_link {
  display: inline-block;
}
.pu_link .a {
  cursor: pointer;
  position: relative;
  min-width: 1.66rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  outline: 2px solid #fff;
  line-height: 0.54rem;
  padding: 0 0.2rem;
  font-size: var(--f16);
  border: 0;
  background: none;
}
.pu_link .a::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}
.pu_link .a span {
  z-index: 1;
  position: relative;
  transition: 0.4s;
  margin-right: 0.1rem;
}
.pu_link .a i {
  z-index: 1;
  position: relative;
  transition: 0.4s;
}
.pu_link .a i::before {
  vertical-align: middle;
}
.pu_link .a:hover {
  color: #0075c2;
}
.pu_link .a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.pu_link.color .a {
  outline-color: #0075c2;
  color: #0075c2;
}
.pu_link.color .a:hover {
  color: #fff;
}
.pu_link.color .a:hover::before {
  background: #0075c2;
}
.pu_link.bg .a {
  outline-color: #0075c2;
  color: #fff;
}
.pu_link.bg .a::before {
  width: 100%;
  background: #0075c2;
  left: 0;
  right: auto;
}
.pu_link.bg .a:hover::before {
  width: 0%;
  left: auto;
  right: 0;
}
.pu_link2 {
  display: inline-block;
}
.pu_link2 a {
  transition: 0.4s;
  position: relative;
  min-width: 1.3rem;
  border: 1px solid #0075c2;
  color: #0075c2;
  line-height: 0.44rem;
  text-align: center;
  font-size: var(--f16);
}
.pu_link2 a::before {
  transition: 0.4s;
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #0075c2;
}
.pu_link2 a:hover {
  color: #fff;
}
.pu_link2 a:hover::before {
  width: 100%;
  left: 0;
}
.pu_link2.color a {
  color: #fff;
}
.pu_link2.color a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.pu_link2.color a:hover {
  color: #0075c2;
}
.pu_link2.color a:hover::before {
  width: 0%;
  left: auto;
  right: 0;
}
.pu_link2 + .pu_link2 {
  margin-left: 0.1rem;
}
.pu_more {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #666666;
  font-size: var(--f16);
  font-weight: bold;
}
.pu_more a{
    color: inherit;
}
.pu_more span {
  margin-right: 0.06rem;
}
.more_ a {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0075c2;
  font-size: var(--f16);
  padding: .1rem .5rem;
  border: 2px solid #0075c2;
}
.more_ a span {
  margin-right: 0.06rem;
}
.more_ a:hover{
  color: #fff;
  background: #0075c2;
}
.pu_data .data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pu_data .data .t1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0.8;
}
.pu_data .data .t1 .num {
  position: relative;
}
.pu_data .data .t1 .num span {
  opacity: 0;
  font-size: var(--f48);
  font-family: GilroyBold;
  color: #0075c2;
}
.pu_data .data .t1 .num span:last-child {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.pu_data .data .t1 .fh {
  font-size: var(--f48);
  font-family: GilroyMedium;
  color: #0075c2;
}
.pu_data .data .t2 {
  line-height: 1;
  margin-left: 0.04rem;
  font-size: var(--f16);
}
.pu_data .desc {
  margin-top: 4px;
  font-size: var(--f16);
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img::before {
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0, 0, 0, 0) 10%, rgba(0,0,0,0) 10%);    
}
.index_banner .swiper .swiper-slide .slide_img video,
.index_banner .swiper .swiper-slide .slide_img img {
  width: 100%;
  height: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_post {
 z-index: 1;    
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0 var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  height: 100%;
  padding-top: var(--top);
}
.index_banner .swiper .swiper-slide .slide_post > div > div {
  padding-top: 6%;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  text-align: center;
  margin-bottom: 0.24rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .tips {
  margin-bottom: 0.12rem;
  font-size: var(--f24);
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .txt {
  font-weight: bold;
  font-size: var(--f48);
}
.index_banner .drop {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 4%;
  padding: 0 var(--bj);
  text-align: center;
}
.index_banner .drop .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 1px;
  background: #fff;
  opacity: 0.5;
  margin: 0 0.08rem;
  transform: rotate(45deg);
}
.index_banner .drop .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner .div_ .prev,
.index_banner .div_ .next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_banner .div_ .prev i,
.index_banner .div_ .next i {
  cursor: pointer;
  transition: 0.4s;
  opacity: 0.3;
  font-size: var(--f24);
  color: #fff;
}
.index_banner .div_ .prev i:hover,
.index_banner .div_ .next i:hover {
  opacity: 1;
}
.index_banner .div_ .prev {
  left: calc(var(--bj) / 2);
}
.index_banner .div_ .next {
  right: calc(var(--bj) / 2);
}
.index_banner .div_ .swiper-button-disabled {
    cursor: auto;
    pointer-events: none; 
}

.in_tit{position: relative;text-align: center;padding-bottom: .2rem;}
.in_tit h3{font-size: var(--f34);font-weight: bold;}
.in_tit p{color: #666;font-size: var(--f16);padding-top: .15rem;}
.in_tit:after{content: " ";position: absolute;bottom: 0;left: 50%;width: 2.5rem;height: 2px;transform: translate(-50%, 0);background: #0075c2;}

.index_help .lp_top {
  padding: 0 var(--bj);
}
.index_help .lp_top .txt {
  text-align: center;
  font-weight: bold;
  font-size: var(--f40);
}
.index_help .lp_top .txt br {
 display: none;   
}
.index_help .lp_top .toggle {
  margin-top: 0.3rem;
  display: flex;
}
.index_help .lp_top .toggle > div {
  margin: auto;
  font-size: var(--f14);
  justify-content: center;
}
.index_help .lp_top .toggle > div .li {
   display: flex;
   align-items: center;
   min-width: 2.3rem;
   height: .5rem;
   padding: 0 .28rem;
   color: rgba(148, 148, 148, 1);
   transition: .6s;
   cursor: pointer;
   margin-right: .3rem;
   justify-content: center;
}
.index_help .lp_top .toggle > div .li img {
  margin-right: .12rem;
  filter: brightness(0.5);
  transition: .4s;
  width: 22px;
}

/*.index_help .lp_top .toggle > div .li+.li {*/
/*  margin-left: .3rem;*/
/*}*/

/*.index_help .lp_top .toggle > div .li:hover, */
.index_help .lp_top .toggle > div .li.active {
   background: rgba(240, 130, 0, 1);
   color: #fff;
}
/*.index_help .lp_top .toggle > div .li:hover img, */
.index_help .lp_top .toggle > div .li.active img {
   filter: brightness(1);
}


/*.index_help .lp_top .toggle > div p,*/
/*.index_help .lp_top .toggle > div a {*/
/*  position: relative;*/
/*  font-weight: bold;*/
/*  cursor: pointer;*/
/*  transition: 0.4s;*/
/*  color: #949494;*/
/*  padding-bottom: 0.08rem;*/
/*}*/
/*.index_help .lp_top .toggle > div p::before,*/
/*.index_help .lp_top .toggle > div a::before {*/
/*  transition: 0.4s;*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  width: 0%;*/
/*  height: 2px;*/
/*  background: #3d3d3d;*/
/*}*/
/*.index_help .lp_top .toggle > div p i,*/
/*.index_help .lp_top .toggle > div a i {*/
/*  font-size: 0.8em;*/
/*}*/
/*.index_help .lp_top .toggle > div p:hover,*/
/*.index_help .lp_top .toggle > div a:hover,*/
/*.index_help .lp_top .toggle > div p.active,*/
/*.index_help .lp_top .toggle > div a.active {*/
/*  color: #3d3d3d;*/
/*}*/
/*.index_help .lp_top .toggle > div p:hover::before,*/
/*.index_help .lp_top .toggle > div a:hover::before,*/
/*.index_help .lp_top .toggle > div p.active::before,*/
/*.index_help .lp_top .toggle > div a.active::before {*/
/*  left: 0;*/
/*  right: auto;*/
/*  width: 100%;*/
/*}*/
/*.index_help .lp_top .toggle > div p {*/
/*  margin-right: 0.7rem;*/
/*}*/


.index_help .lp_bot {
  position: relative;
  margin-top: 0.7rem;
}
.index_help .lp_bot .swiper .swiper-slide {
  width: 62%;
  margin: 0 var(--f16);
}
.index_help .lp_bot .swiper .swiper-slide .bk {
  width: 100%;
  overflow: hidden;
}
.index_help .lp_bot .swiper .swiper-slide .bk img {
  transition: 0.6s;
  width: 100%;
      transform: translateY(1px);
}
.index_help .lp_bot .swiper .swiper-slide .post {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  padding: .6rem;
}
.index_help .lp_bot .swiper .swiper-slide .post > div {
  margin-top: auto;
  width: 40%;
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content1 {
  color: #fff;
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content1 .txt {
  /* margin-bottom: 0.26rem; */
  font-size: var(--f26);
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content1 .desc p {
  height: calc(var(--f30) * 3);
  line-height: var(--f30);
  font-size: var(--f18);
}
.index_help .lp_bot .swiper .swiper-slide .post > div .content2 {
  margin-top: 0.6rem;
}
.index_help .lp_bot .swiper .swiper-slide:hover .bk img {
  transform: scale(1.05);
}
.index_help .lp_bot .swiper .swiper-slide:hover .pu_link .a {
  color: #0075c2;
}
.index_help .lp_bot .swiper .swiper-slide:hover .pu_link .a::before {
  width: calc(100% + 2px);
  margin-left: -1px;
  left: 0;
  right: auto;
}
.index_help .lp_bot .swiper .swiper-slide-active .post {
  opacity: 1;
}
.index_client .nt_top {
  /*padding: 0 var(--bj);*/
}
.index_client .nt_top .txt {
  color: #0075c2;
  text-align: center;
  font-weight: bold;
  font-size: var(--f40);
  padding: 0 var(--bj);
}
.index_client .nt_top .div_ {
  margin-top: 0.6rem;
  position: relative;
  padding: 0 var(--bj);
}
.index_client .nt_top .div_ .swiper {
  padding: 0.1rem;
  width: calc(100% + 0.2rem);
  margin-left: -0.1rem;
}
.index_client .nt_bot {
  position: relative;
  margin-top: 0.6rem;
}
.index_client .nt_bot::after,
.index_client .nt_bot::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 14%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.index_client .nt_bot::after {
  right: 0;
  background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.index_client .nt_bot::before {
  left: 0;
}
.index_client .nt_bot .banner1 .swiper .swiper-wrapper,
.index_client .nt_bot .banner2 .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index_client .nt_bot .banner1 .swiper .swiper-slide,
.index_client .nt_bot .banner2 .swiper .swiper-slide {
  margin: 0 0.1rem;
  width: 1.8rem;
  height: 0.8rem;
  display: flex;
}
.index_client .nt_bot .banner1 .swiper .swiper-slide img,
.index_client .nt_bot .banner2 .swiper .swiper-slide img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.index_client .nt_bot .banner2 {
  margin-top: 0.1rem;
}
.pu_li a {
  transition: 0.4s;
  background: #fff;
  box-shadow: 0px 2px 0.1rem rgba(0, 0, 0, 0.1);
}
.pu_li a .img {
  width: 100%;
  overflow: hidden;
}
.pu_li a .img img {
  transition: 0.4s;
  width: 100%;
}
.pu_li a .box {
  padding: 0.52rem;
}
.pu_li a .box .icon {
  height: 0.34rem;
  display: flex;
}
.pu_li a .box .icon img {
  margin: auto 0;
  max-height: 100%;
}
.pu_li a .box .desc {
  /*margin: 0.24rem 0 0.46rem;*/
  margin: 0 0 .46rem;
}
.pu_li a .box .desc p {
  height: calc(var(--f32) * 3);
  line-height: var(--f32);
  color: #333333;
  font-size: var(--f16);
}
.pu_li a .box .what {
  color: #666666;
  font-size: var(--f18);
  display: flex;
  align-items: center;
}
.pu_li a .box .what i {
  width: .42rem;
  height: 1px;
  margin-right: .1rem;
  background: #666666;
}

.pu_li a:hover {
  /*transform: translateY(-4px);*/
}
.pu_li a:hover .img img {
  transform: scale(1.05);
}
.pu_switch .prev,
.pu_switch .next {
  transition: 0.4s;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.66rem;
  height: 0.66rem;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  border-radius: 50%;
}
.pu_switch .prev i,
.pu_switch .next i {
  font-size: var(--f24);
  margin: auto;
  transition: 0.4s;
  color: #828282;
}
.pu_switch .prev:hover,
.pu_switch .next:hover {
  background: rgba(0, 117, 194, 0.8);
}
.pu_switch .prev:hover i,
.pu_switch .next:hover i {
  color: #fff;
}
.pu_switch .prev {
  left: calc(var(--bj) + 0.5rem);
}
.pu_switch .next {
  right: calc(var(--bj) + 0.5rem);
}
.pu_div .prev,
.pu_div .next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pu_div .prev i,
.pu_div .next i {
  cursor: pointer;
  transition: 0.4s;
  font-size: var(--f32);
  color: #999;
}
.pu_div .prev i:hover,
.pu_div .next i:hover {
  color: #0075c2;
}
.pu_div .prev {
  left: calc(var(--bj) / 2);
}
.pu_div .next {
  right: calc(var(--bj) / 2);
}
.pu_drop {
  padding: 0 var(--bj);
  text-align: center;
}
.pu_drop .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 1px;
  background: #0075c2;
  opacity: 0.2;
  margin: 0 0.08rem !important;
  transform: rotate(45deg);
}
.pu_drop .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_splendid {
  position: relative;
}
.index_splendid .sp_bk {
  width: 100%;
}
.index_splendid .sp_bk img {
  width: 100%;
}
.index_splendid .sp_post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 var(--bj);
  display: flex;
}
.index_splendid .sp_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.index_splendid .sp_post > div .content1 {
  text-align: center;
}
.index_splendid .sp_post > div .content1 .txt {
  font-weight: bold;
  margin-bottom: 0.22rem;
  font-size: var(--f58);
}
.index_splendid .sp_post > div .content1 .desc {
  font-size: var(--f18);
}
.index_splendid .sp_post > div .content2 {
  margin-top: 10%;
}
.index_splendid .sp_post > div .content2 .pu_data .data .t1 .num span {
  color: #fff;
  font-size: var(--f68);
  font-family: GilroyBold;
}
.index_splendid .sp_post > div .content2 .pu_data .data .t1 .fh {
  font-family: GilroyBold;
  font-size: var(--f68);
  color: #fff;
}
.index_splendid .sp_post > div .content2 .pu_data .desc {
  margin-top: var(--f20);
}
.index_news .ws_cen {
  margin: 0.6rem 0 0.4rem;
}
.index_news .ws_cen .grid_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--f20);
}
.pu_item a {
  transition: 0.6s;
  border-bottom: 1px solid transparent;
}
.pu_item a .img {
  width: 100%;
  overflow: hidden;
}
.pu_item a .img img {
  transition: 0.4s;
  width: 100%;
}
.pu_item a .box {
  padding: 0.24rem;
}
.pu_item a .box .txt p {
  transition: 0.4s;
  font-size: var(--f18);
  line-height: var(--f30);
  height: calc(var(--f30) * 2);
  color: #000000;
}
.pu_item a:hover {
  border-color: #0075c2;
}
.pu_item a:hover .img img {
  transform: scale(1.05);
}
.pu_item a:hover .box .txt p {
  color: #0075c2;
}
.pu_item a:hover .box .time {
  color: #fff;
}
.pu_item1 .box {
  position: relative;
  transition: 0.6s;
  background: #f5f7fa;
  padding: 0.7rem 0.4rem;
}
.pu_item1 .box .bk {
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pu_item1 .box .bk img {
  width: 100%;
  height: 100%;
}
.pu_item1 .box .main {
  z-index: 1;
  position: relative;
  height: 100%;
}
.pu_item1 .box .img {
  height: 2.6rem;
  display: flex;
  flex-wrap: wrap;
}
.pu_item1 .box .img img {
  margin: auto;
  max-width: 90%;
  max-height: 100%;
}
.pu_item1 .box .content {
  margin-top: 0.24rem;
  text-align: center;
}
.pu_item1 .box .content .t1,
.pu_item1 .box .content .t2 {
  transition: 0.4s;
  font-size: var(--f24);
  font-weight: bold;
}
.pu_item1 .box .content .t3 {
  margin-top: 0.24rem;
}
.pu_item1 .box:hover {
  transform: translateY(-4px);
  box-shadow: 0px 0 0.1rem rgba(0, 0, 0, 0.1);
}
.pu_item1 .box:hover .bk {
  opacity: 1;
}
.pu_item1 .box:hover .content .t1,
.pu_item1 .box:hover .content .t2 {
  /*color: #0075c2;*/
}
.pu_item1 .box:hover .content .t3 .pu_more {
  color: #0075c2;
}
.product_list .st_top .div_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--f20);
}
.product_list .st_top .div_2 .grid1 {
  grid-area: 1 / 1 / 2 / 3;
}
.product_list .st_top .div_2 .grid1 .box {
  position: relative;
  transition: 0.6s;
  padding: 0.4rem;
  height: 100%;
  /* height: 5.44rem; */
  background: #f5f7fa;
}
.product_list .st_top .div_2 .grid1 .box .bk {
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product_list .st_top .div_2 .grid1 .box .bk img {
  width: 100%;
  height: 100%;
}
.product_list .st_top .div_2 .grid1 .box .main {
  z-index: 1;
  position: relative;
  height: 100%;
}
.product_list .st_top .div_2 .grid1 .box .img {
  width: 48%;
}
.product_list .st_top .div_2 .grid1 .box .img img {
  max-width: 100%;
}
.product_list .st_top .div_2 .grid1 .box .content {
  width: 52%;
  padding-left: 5%;
}
.product_list .st_top .div_2 .grid1 .box .content > div .text {
  margin-bottom: 0.3rem;
}
.product_list .st_top .div_2 .grid1 .box .content > div .text .t1,
.product_list .st_top .div_2 .grid1 .box .content > div .text .t2 {
  transition: 0.4s;
  font-size: var(--f32);
  font-weight: bold;
}
.product_list .st_top .div_2 .grid1 .box .content > div .text .t3 {
  font-size: var(--f20);
  color: #666;
  line-height: 1.4;
  height: 2.8em;
}
.product_list .st_top .div_2 .grid1 .box:hover {
  transform: translateY(-4px);
  box-shadow: 0px 2px 0.1rem rgba(0, 0, 0, 0.1);
}
.product_list .st_top .div_2 .grid1 .box:hover .bk {
  opacity: 1;
}
.product_list .st_top .div_2 .grid1 .box:hover .content .text .t1,
.product_list .st_top .div_2 .grid1 .box:hover .content .text .t2 {
  /*color: #0075c2;*/
}
.product_list .st_top .div_2 .grid1 .box:hover .content .pu_more {
  color: #0075c2;
}
.product_list .st_bot {
  margin-top: 0.58rem;
}
.product_introduce {
  position: relative;
}
.product_introduce .bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_introduce .bk img {
  width: 100%;
  height: 100%;
}
.product_introduce .post {
  z-index: 1;
  position: relative;
  padding-top: 0.8rem;
}
.product_introduce .post > div {
  text-align: center;
}
.product_introduce .post > div .content1 .txt {
  font-size: var(--f40);
  font-weight: bold;
}
.product_introduce .post > div .content1 .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #666;
}
.product_introduce .post > div .content2 {
  width: 100%;
  height: 5.8rem;
  display: flex;
}
.product_introduce .post > div .content2 img {
  margin: auto;
  max-width: 100%;
  max-height: 80%;
}
.product_feature .fe_top {
  text-align: center;
}
.product_feature .fe_top p {
  font-weight: bold;
  font-size: var(--f40);
}
.product_feature .fe_cen {
  position: relative;
  margin-top: 0.5rem;
}
.product_feature .fe_cen .swiper .swiper-slide {
  position: relative;
  width: 74%;
  margin: 0 var(--f16);
}
.product_feature .fe_cen .swiper .swiper-slide .bk {
  width: 100%;
}
.product_feature .fe_cen .swiper .swiper-slide .bk img {
  width: 100%;
}
.product_feature .fe_cen .swiper .swiper-slide .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product_feature .fe_cen .swiper .swiper-slide .post > div {
  width: 100%;
  color: #fff;
  padding: 0.9rem;
}
.product_feature .fe_cen .swiper .swiper-slide .post > div .txt {
  font-weight: bold;
  font-size: var(--f36);
}
.product_feature .fe_cen .swiper .swiper-slide .post > div .desc {
  margin-top: 0.12rem;
  font-size: var(--f18);
}
.product_feature .fe_cen .pu_switch .prev {
  left: calc(var(--bj) / 2);
}
.product_feature .fe_cen .pu_switch .next {
  right: calc(var(--bj) / 2);
}
.product_feature .fe_bot {
  margin-top: 0.2rem;
}
.product_video .wrapper {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.product_video .wrapper .bk {
  width: 100%;
}
.product_video .wrapper .bk img {
  width: 100%;
}
.product_video .wrapper ._text {
  position: absolute;
  width: 100%;
  top: 8%;
  padding: 0 var(--bj);
  text-align: center;
}
.product_video .wrapper ._text p {
  color: #fff;
  font-weight: bold;
  font-size: var(--f40);
}
.product_video .wrapper ._play {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer;
  display: flex;
}
.product_video .wrapper ._play svg {
  margin: auto;
  transform: rotate(-45deg);
  width: 0.16rem;
}
.product_video .wrapper ._play::before {
  transition: 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0.4rem rgba(255, 255, 255, 0.6);
}
.product_video .wrapper ._play::after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
}
.product_video .wrapper ._play:hover::before {
  transform: scale(1.1);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.product_video .wrapper ._play:hover::after {
  animation: sonarEffect 1.3s ease-out 75ms;
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.tx_argument .txt {
  text-align: center;
  font-size: var(--f40);
  font-weight: bold;
}
.tx_argument .table {
  margin: 0.46rem 0 0.16rem;
  overflow: auto;
}
.tx_argument .table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.tx_argument .table::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0075c2;
}
.tx_argument .table::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 117, 194, 0.3);
}
.tx_argument .table table {
  min-width: 100%;
}
.tx_argument .table table tr td {
  padding: 0.2rem 0;
  color: #666;
  font-size: var(--f18);
  text-align: center;
  border: 1px solid gray;
}
.tx_argument .table table tr td:nth-child(1) {
  color: #333;
  font-weight: bold;
}
.tx_argument .table table tr:nth-child(odd) {
  background: #f5f7fa;
}
.tx_argument .table table tr:nth-child(1) td {
  color: #333;
  font-weight: bold;
}
.tx_argument .tips {
  text-align: right;
  font-size: var(--f16);
  color: #999;
}
.product_recommended {
  background: #f5f7fa;
}
.product_recommended .ed_top {
  text-align: center;
}
.product_recommended .ed_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.product_recommended .ed_bot {
  position: relative;
  margin-top: 0.52rem;
}
.product_recommended .ed_bot .pu_item1 .box {
  background: #fff;
}
.product_recommended.product_recommended_2 {
  background: #fff;
}
.product_recommended.product_recommended_2 .ed_bot .pu_item1 .box {
  background: #f5f7fa;
}
.customer_case .se_top {
  text-align: center;
}
.customer_case .se_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.customer_case .se_bot {
  position: relative;
  margin-top: 0.52rem;
}
.customer_case .se_bot .swiper {
  width: calc(100% + 0.2rem);
  padding: 0.1rem;
  margin-left: -0.1rem;
}
.online_message {
  background: #f5f7fa;
}
.online_message .ge_top {
  text-align: center;
}
.online_message .ge_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.online_message .ge_top .desc {
  margin-top: var(--f20);
  font-size: var(--f16);
  color: #666;
}
.online_message .ge_bot {
  margin-top: 0.52rem;
}
.online_message .ge_bot form .box1 {
  display: flex;
  flex-wrap: wrap;
}
.online_message .ge_bot form .box1 span {
  color: #555;
  font-size: var(--f16);
  margin-right: 0.1rem;
}
.online_message .ge_bot form .box1 > div .layui-form-radio {
  padding-right: 0.22rem;
  margin: 0;
  line-height: normal;
}
.online_message .ge_bot form .box1 > div .layui-form-radio i {
  margin-right: 6px;
  color: #555;
  font-size: var(--f20);
}
.online_message .ge_bot form .box1 > div .layui-form-radio div {
  color: #555;
  font-size: var(--f18);
}
.online_message .ge_bot form .box1 > div .layui-form-radioed i {
  color: #0075c2;
}
.online_message .ge_bot form .box2 {
  margin: var(--f14) 0;
  display: grid;
  gap: var(--f20);
}
.online_message .ge_bot form .box2 .label {
  display: flex;
  flex-wrap: wrap;
  line-height: 0.8rem;
  padding: 0 0.18rem;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
.online_message .ge_bot form .box2 .label .svg {
  margin-right: 0.1rem;
  max-width: var(--f20);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.online_message .ge_bot form .box2 .label .svg img {
  width: 99%;
}
.online_message .ge_bot form .box2 .label .input {
  flex: 1;
  position: relative;
}
.online_message .ge_bot form .box2 .label .input img{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.online_message .ge_bot form .box2 .label .input .tips {
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--f16);
  color: #555;
  pointer-events: none;
  white-space: nowrap;
}
.online_message .ge_bot form .box2 .label .input .tips span {
  margin-left: 2px;
  color: #f00;
}
.online_message .ge_bot form .box2 .label .input input {
  width: 100%;
  height: .8rem;
  border: none;
  background: none;
  font-size: var(--f16);
  color: #000;
}
.online_message .ge_bot form .box2 .label .input .layui-form-select dl {
  top: 100%;
}
.online_message .ge_bot form .box2 .label .input textarea:not(:placeholder-shown) + .tips,
.online_message .ge_bot form .box2 .label .input input:not(:placeholder-shown) + .tips {
  display: none;
}
.online_message .ge_bot form .box2 .label .input textarea {
  height: 1.8rem;
  width: 100%;
  border: none;
  background: none;
  font-size: var(--f18);
  color: #000;
}
.online_message .ge_bot form .box2 .label .input textarea::placeholder {
  color: #555;
}
.online_message .ge_bot form .box2 .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--f20);
}
.online_message .ge_bot form .box2 .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--f20);
}
.online_message .ge_bot form .box2 .grid1 .label {
  padding: 0.18rem;
  line-height: normal;
}
.online_message .ge_bot form .box2 .grid1 .label .svg {
  margin-top: 0.03rem;
  align-items: flex-start;
}
.online_message .ge_bot form .box3 > div {
  display: flex;
  align-items: center;
  color: #999;
  font-size: var(--f16);
}
.online_message .ge_bot form .box3 > div a {
  transition: 0.4s;
  margin-left: 2px;
  color: #0075c2;
  display: inline;
}
.online_message .ge_bot form .box3 > div .layui-form-checkbox {
  height: var(--f22);
  width: var(--f22);
  line-height: var(--f22);
  outline: 1px solid #0075c2;
  padding-right: 0;
  margin-right: 6px;
}
.online_message .ge_bot form .box3 > div .layui-form-checkbox i {
  font-size: var(--f20);
  border-radius: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.online_message .ge_bot form .box3 > div .layui-form-checkbox i::before {
  font-size: 0.8em;
  vertical-align: bottom;
}
.online_message .ge_bot form .box3 > div .layui-form-checked {
  background: #0075c2;
}
.online_message .ge_bot form .box3 > div .layui-form-checked i {
  color: #fff;
}
.online_message .ge_bot form .box4 {
  margin-top: var(--f36);
}
.product_characteristics .ch_top {
  text-align: center;
}
.product_characteristics .ch_top .txt {
  font-weight: bold;
  font-size: var(--f40);
}
.product_characteristics .ch_top .desc {
  margin-top: 0.1rem;
  color: #666;
  font-size: var(--f24);
}
.product_characteristics .ch_bot {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--f20);
}
.product_characteristics .ch_bot .item {
  position: relative;
}
.product_characteristics .ch_bot .item .bk {
  width: 100%;
  overflow: hidden;
}
.product_characteristics .ch_bot .item .bk img {
  transition: 0.4s;
  width: 100%;
}
.product_characteristics .ch_bot .item .post {
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 0.2rem 0.56rem;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.product_characteristics .ch_bot .item .post > div {
  width: 100%;
}
.product_characteristics .ch_bot .item .post > div .div_1 {
  height: 0.57rem;
}
.product_characteristics .ch_bot .item .post > div .div_1 img {
  max-height: 100%;
}
.product_characteristics .ch_bot .item .post > div .div_2 {
  margin-top: 0.3rem;
  color: #fff;
}
.product_characteristics .ch_bot .item .post > div .div_2 .txt {
  font-size: var(--f30);
  font-weight: bold;
}
.product_characteristics .ch_bot .item .post > div .div_2 .desc {
  margin-top: 6px;
  /*opacity: 0.8;*/
  font-size: var(--f18);
  line-height: var(--f26);
  height: calc(var(--f26) * 2);
}
.product_characteristics .ch_bot .item:hover .bk img {
  transform: scale(1.05);
}
.product_characteristics .ch_bot .item:hover .post {
  background: rgba(0, 117, 194, 0.8);
}
.industry_application .ap_top {
  text-align: center;
}
.industry_application .ap_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.industry_application .ap_cen {
  margin-top: 0.46rem;
  /*padding: 0 0 0 var(--bj);*/
}
.industry_application .ap_cen .swiper {
   padding: 0 0 0 var(--bj);
}

.industry_application .ap_cen .swiper .swiper-slide {
  position: relative;
}
.industry_application .ap_cen .swiper .swiper-slide .bk {
  width: 100%;
  overflow: hidden;
}
.industry_application .ap_cen .swiper .swiper-slide .bk img {
  transition: 0.4s;
  width: 100%;
}
.industry_application .ap_cen .swiper .swiper-slide .post {
    transition: .4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 0.58rem 0.4rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.6));
}
.industry_application .ap_cen .swiper .swiper-slide .post > div {
  color: #fff;
}
.industry_application .ap_cen .swiper .swiper-slide .post > div .txt {
  font-size: var(--f30);
  margin-bottom: 0.2rem;
}
.industry_application .ap_cen .swiper .swiper-slide .post > div .desc {
  font-size: var(--f18);
  line-height: 1.8;
  height: 5.4em;
  transition: .4s;
  overflow: hidden;
  /*line-height: var(--f30);*/
  /*height: calc(var(--f30) * 3);*/
}
.industry_application .ap_cen .swiper .swiper-slide .post > div .desc::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  transition: .4s;
}
.industry_application .ap_cen .swiper .swiper-slide .post > div .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.industry_application .ap_cen .swiper .swiper-slide .post > div .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.industry_application .ap_cen .swiper .swiper-slide:hover .bk img {
  transform: scale(1.05);
}
.industry_application .ap_cen .swiper .swiper-slide:hover .post {
  background: rgba(0, 117, 194, 0.8); 
}
.industry_application .ap_cen .swiper .swiper-slide:hover .post > div .desc {
  height: 12.6em;
}
.industry_application .ap_bot {
  margin-top: var(--f30);
}
.industry_application .ap_bot > div .toggle {
  display: flex;
  margin-right: var(--f30);
}
.industry_application .ap_bot > div .toggle .prev,
.industry_application .ap_bot > div .toggle .next {
  cursor: pointer;
}
.industry_application .ap_bot > div .toggle .prev svg,
.industry_application .ap_bot > div .toggle .next svg {
  width: var(--f18);
}
.industry_application .ap_bot > div .toggle .prev svg path,
.industry_application .ap_bot > div .toggle .next svg path {
  transition: 0.4s;
}
.industry_application .ap_bot > div .toggle .prev svg:hover path,
.industry_application .ap_bot > div .toggle .next svg:hover path {
  stroke: #0075c2;
}
.industry_application .ap_bot > div .toggle .next {
  margin-left: var(--f40);
}
.industry_application .ap_bot > div .line {
  position: relative;
  flex: 1;
  height: 4px;
  background: #dddddd;
}
.industry_application .ap_bot > div .line span {
  background: #0075c2;
}
.inland_network .rk_top {
  text-align: center;
}
.inland_network .rk_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.inland_network .rk_bot .le_box {
  width: 40%;
  margin-top: 10%;
}
.inland_network .rk_bot .le_box .content1 .pu_data + .pu_data {
  margin-left: 20%;
}
.inland_network .rk_bot .le_box .content2 {
  margin-top: var(--f30);
}
.inland_network .rk_bot .le_box .content2 .txt {
  font-weight: bold;
  font-size: var(--f26);
}
.inland_network .rk_bot .le_box .content2 .desc {
  margin-top: var(--f30);
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.inland_network .rk_bot .ri_box {
  width: 60%;
  padding: 0 3%;
}
.inland_network .rk_bot .ri_box div {
  position: relative;
  overflow: hidden;
}
.inland_network .rk_bot .ri_box div img {
  width: 100%;
}
.inland_network .rk_bot .ri_box div .post {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: circle(0.5% at 83% 40%);
  animation: 1.8s play_ linear infinite;
}
@keyframes play_ {
  100% {
    clip-path: circle(100% at 83% 40%);
  }
}
.global_network {
  position: relative;
  background: #f5f7fa;
  --t: 0.8rem;
  padding: var(--t) 0 0.3rem;
  overflow: hidden;
}
.global_network .rk_txt {
  width: 100%;
  position: absolute;
  top: var(--t);
  left: 0;
  text-align: center;
  padding: 0 var(--bj);
}
.global_network .rk_txt p {
  font-weight: bold;
  font-size: var(--f40);
}
.global_network .rk_box .le_box {
  width: 40%;
}
.global_network .rk_box .le_box .content1 .pu_data + .pu_data {
  margin-left: 20%;
}
.global_network .rk_box .le_box .content2 {
  margin-top: var(--f30);
}
.global_network .rk_box .le_box .content2 .desc {
  margin-top: var(--f30);
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  /*line-height: calc(var(--f18) * 2);*/
  /*height: calc(var(--f18) * 16);*/
  /*overflow: auto;*/
  /*padding-right: 0.1rem;*/
}
.global_network .rk_box .le_box .content2 .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.global_network .rk_box .le_box .content2 .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0075c2;
}
.global_network .rk_box .le_box .content2 .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 117, 194, 0.5);
}
.global_network .rk_box .ri_box {
  width: 60%;
}
.global_network .rk_box .ri_box > div {
  position: relative;
  margin-left: auto;
}
.global_network .rk_box .ri_box > div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff);
}
.global_network .rk_box .ri_box img,
.global_network .rk_box .ri_box #earth {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
}
.pu_details .le_box {
  width: 66%;
}
.pu_details .le_box .content1 {
  padding-bottom: var(--f20);
}
.pu_details .le_box .content1 .txt {
  font-size: var(--f36);
  font-weight: bold;
  margin-bottom: 4px;
}
.pu_details .le_box .content1 .time {
  color: #999;
  font-family: GilroyRegular;
  font-size: var(--f16);
}
.pu_details .le_box .content1 .time span {
  font-size: var(--f16);
  color: #0075c2;
  margin-right: var(--f24);
}
.pu_details .le_box .content2 {
  padding: var(--f22) 0 calc(var(--f22) * 2);
  border-bottom: 1px solid #ddd;
}
.pu_details .le_box .content2 .compiler {
  color: #666;
  font-size: var(--f16);
  line-height: 1.8;
}
.pu_details .le_box .content2 .compiler img {
  max-width: 100%;
}
.pu_details .le_box .content3 {
  margin-top: 0.54rem;
  display: grid;
  gap: var(--f30);
}
.pu_details .le_box .content3 div a {
  transition: 0.4s;
  font-size: var(--f16);
  color: #999;
}
.pu_details .le_box .content3 div a:hover {
  color: #0075c2;
}
.pu_details .ri_box {
  width: 34%;
  padding-left: 4%;
}
.pu_details .ri_box > div {
  position: sticky;
  top: calc(var(--top) + var(--top2) + 0.2rem);
}
.pu_details .ri_box > div .tips {
  font-size: var(--f36);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.pu_details .ri_box > div .list .li {
  border-bottom: 1px solid #ddd;
}
.pu_details .ri_box > div .list .li a {
  padding: var(--f20) 0;
}
.pu_details .ri_box > div .list .li a .img {
  margin-bottom: calc(var(--f20) / 2);
  width: 100%;
  overflow: hidden;
}
.pu_details .ri_box > div .list .li a .img img {
  transition: 0.4s;
  width: 100%;
}
.pu_details .ri_box > div .list .li a .content .txt {
  transition: 0.4s;
  font-size: var(--f20);
  line-height: 1.6;
  /*line-height: var(--f36);*/
  /*height: calc(var(--f36) * 2);*/
  font-weight: bold;
}
.pu_details .ri_box > div .list .li a .content .time {
  margin-top: 4px;
  font-family: GilroyRegular;
  color: #999;
}
.pu_details .ri_box > div .list .li a:hover .img img {
  transform: scale(1.05);
}
.pu_details .ri_box > div .list .li a:hover .content .txt {
  color: #0075c2;
}
.pu_details .ri_box > div .list .li:nth-child(1) a {
  padding: 0 0 var(--f20) 0;
}
.service_concept .pt_top {
  text-align: center;
}
.service_concept .pt_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.service_concept .pt_bot {
  margin-top: 0.48rem;
  background: #f5f7fa;
}
.service_concept .pt_bot .le_box {
  width: 50%;
  overflow: hidden;
}
.service_concept .pt_bot .le_box img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.service_concept .pt_bot .le_box:hover img {
  transform: scale(1.05);
}
.service_concept .pt_bot .ri_box {
  width: 50%;
  display: flex;
}
.service_concept .pt_bot .ri_box > div {
  margin: auto;
  width: 100%;
  padding: .2rem 0;
  text-align: center;
}
.service_concept .pt_bot .ri_box > div .t1 {
  font-size: var(--f18);
  line-height: 1.6;
}
.service_concept .pt_bot .ri_box > div .t2 {
  margin: .3rem 0 0.1rem;
}
.service_concept .pt_bot .ri_box > div .t2 .tips {
  font-size: var(--f18);
  color: #666;
}
.service_concept .pt_bot .ri_box > div .t2 .tel {
  margin-top: 0.1rem;
}
.service_concept .pt_bot .ri_box > div .t2 .tel a {
  transition: 0.4s;
  font-size: var(--f48);
  font-family: GilroyMedium;
}
.service_concept .pt_bot .ri_box > div .t2 .tel a:hover {
  color: #0075c2;
}
.service_concept .pt_bot .ri_box > div .t3 a {
  color: #0075c2;
  font-family: var(--f18);
}
.service_concept .pt_bot .ri_box > div .t3 a i {
  transition: 0.4s;
}
.service_concept .pt_bot .ri_box > div .t3 a:hover i {
  margin-left: 0.1rem;
}
.service_location {
  position: relative;
}
.service_location .bk {
  width: 100%;
}
.service_location .bk img {
  width: 100%;
}
.service_location .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
}
.service_location .post > div {
  padding-top: var(--gap);
  width: 100%;
}
.service_location .post > div .content1 {
  color: #fff;
  text-align: center;
}
.service_location .post > div .content1 .txt {
  font-size: var(--f40);
  font-weight: bold;
}
.service_location .post > div .content1 .desc {
  margin-top: 0.1rem;
  font-size: var(--f24);
}
.service_location .post > div .content2 {
  margin-top: 11%;
  color: #fff;
}
.service_location .post > div .content2 .pu_data .data .t1 .num span {
  font-size: var(--f54);
  font-family: GilroyBold;
  color: #fff;
}
.service_location .post > div .content2 .pu_data .data .t1 .fh {
  font-family: GilroyBold;
  font-size: var(--f54);
  color: #fff;
}
.service_location .post > div .content2 .pu_data .data .t2 {
  font-size: var(--f30);
  font-family: GilroyRegular;
}
.maintenance_service .ma_top {
  text-align: center;
}
.maintenance_service .ma_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.maintenance_service .ma_bot {
  margin-top: 0.56rem;
}
.maintenance_service .ma_bot .li .svg {
  transition: 0.4s;
  height: 0.88rem;
  text-align: center;
}
.maintenance_service .ma_bot .li .svg img {
  max-height: 100%;
}
.maintenance_service .ma_bot .li .txt {
  margin-top: var(--f26);
  font-size: var(--f20);
}
.maintenance_service .ma_bot .li:hover .svg {
  transform: translateY(-0.1rem);
}
.service_content {
  background: #f5f7fa;
}
.service_content .nt_top {
  text-align: center;
}
.service_content .nt_top p {
  font-weight: bold;
  font-size: var(--f40);
}
.service_content .nt_bot {
  margin-top: 0.52rem;
  padding: 0 0 0 var(--bj);
}
.service_content .nt_bot .div_1 {
  width: 21%;
  position: relative;
}
.service_content .nt_bot .div_1 .list .li > div {
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f18);
  height: calc(var(--f18) * 2);
}
.service_content .nt_bot .div_1 .list .li > div .svg {
  max-width: var(--f20);
  display: flex;
}
.service_content .nt_bot .div_1 .list .li > div .svg img {
  transition: 0.4s;
  margin: auto;
  width: 100%;
  filter: grayscale(1);
  opacity: 0.8;
}
.service_content .nt_bot .div_1 .list .li > div span {
  margin-left: var(--f14);
  transition: 0.3s;
  color: #666;
}
.service_content .nt_bot .div_1 .list .li.active .svg img {
  filter: grayscale(0);
  opacity: 1;
}
.service_content .nt_bot .div_1 .list .li.active span {
  color: #0075c2;
  font-size: 1.22em;
}
.service_content .nt_bot .div_1 .list .li + .li {
  margin-top: var(--f16);
}
.service_content .nt_bot .div_2 {
  position: relative;
  width: 79%;
}
.service_content .nt_bot .div_2 .swiper .swiper-slide {
  position: relative;
}
.service_content .nt_bot .div_2 .swiper .swiper-slide .bk {
  width: 100%;
  overflow: hidden;
}
.service_content .nt_bot .div_2 .swiper .swiper-slide .bk img {
  transition: 0.4s;
  width: 100%;
}
.service_content .nt_bot .div_2 .swiper .swiper-slide .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: var(--f30);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8));
}
.service_content .nt_bot .div_2 .swiper .swiper-slide .post p {
  font-size: var(--f22);
  color: #fff;
}
.service_content .nt_bot .div_2 .swiper .swiper-slide:hover .bk img {
  transform: scale(1.05);
}
.service_content .nt_bot .div_2 .toggle {
  position: absolute;
  left: -8%;
  bottom: 0;
  display: flex;
}
.service_content .nt_bot .div_2 .toggle .prev,
.service_content .nt_bot .div_2 .toggle .next {
  cursor: pointer;
  width: var(--f40);
  height: var(--f40);
  border: 1px solid #ccc;
  transition: 0.4s;
  display: flex;
}
.service_content .nt_bot .div_2 .toggle .prev i,
.service_content .nt_bot .div_2 .toggle .next i {
  margin: auto;
  transition: 0.4s;
  color: #ccc;
  font-size: var(--f18);
}
.service_content .nt_bot .div_2 .toggle .prev:hover,
.service_content .nt_bot .div_2 .toggle .next:hover {
  border-color: #0075c2;
}
.service_content .nt_bot .div_2 .toggle .prev:hover i,
.service_content .nt_bot .div_2 .toggle .next:hover i {
  color: #0075c2;
}
.service_content .nt_bot .div_2 .toggle .next {
  margin-left: calc(var(--f20) / 2);
}
.ten_prohibitions {
  position: relative;
}
.ten_prohibitions .bk {
  width: 100%;
}
.ten_prohibitions .bk img {
  width: 100%;
}
.ten_prohibitions .ns_box .post1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: min(6.4rem, 90vw);
}
.ten_prohibitions .ns_box .post1 .img img {
  height: 0.64rem;
}
.ten_prohibitions .ns_box .post1 .text {
  margin-top: 0.46rem;
}
.ten_prohibitions .ns_box .post1 .text .t1 {
  font-size: var(--f40);
  font-weight: bold;
}
.ten_prohibitions .ns_box .post1 .text .t2 {
  margin-top: 0.4rem;
  color: #666;
  font-size: var(--f18);
  line-height: 1.8;
}
.ten_prohibitions .ns_box .post2 {
  --w: 0.64rem;
}
.ten_prohibitions .ns_box .post2 .dain {
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  font-size: var(--f24);
}
.ten_prohibitions .ns_box .post2 .dain span {
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  line-height: var(--w);
  border-radius: 50%;
  background: #fff;
  color: #0075c2;
  text-align: center;
  font-family: GilroyMedium;
  display: inline-block;
}
.ten_prohibitions .ns_box .post2 .dain .tips {
  transition: 0.4s;
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  color: #000;
}
.ten_prohibitions .ns_box .post2 .dain:nth-child(n + 6) .tips {
  right: auto;
  left: 120%;
}
.ten_prohibitions .ns_box .post2 .dain:hover span {
  background: #0075c2;
  color: #fff;
}
.ten_prohibitions .ns_box .post2 .dain:hover .tips {
  color: #0075c2;
}
.ten_prohibitions .ns_box .post2 .d1,
.ten_prohibitions .ns_box .post2 .d6 {
  top: 20%;
}
.ten_prohibitions .ns_box .post2 .d2,
.ten_prohibitions .ns_box .post2 .d7 {
  top: 35%;
}
.ten_prohibitions .ns_box .post2 .d3,
.ten_prohibitions .ns_box .post2 .d8 {
  top: 50%;
}
.ten_prohibitions .ns_box .post2 .d4,
.ten_prohibitions .ns_box .post2 .d9 {
  top: 65%;
}
.ten_prohibitions .ns_box .post2 .d5,
.ten_prohibitions .ns_box .post2 .d10 {
  top: 80%;
}
.ten_prohibitions .ns_box .post2 .d1,
.ten_prohibitions .ns_box .post2 .d5 {
  left: 31%;
}
.ten_prohibitions .ns_box .post2 .d2,
.ten_prohibitions .ns_box .post2 .d4 {
  left: 26.8%;
}
.ten_prohibitions .ns_box .post2 .d3 {
  left: 25.5%;
}
.ten_prohibitions .ns_box .post2 .d6,
.ten_prohibitions .ns_box .post2 .d10 {
  right: 31%;
}
.ten_prohibitions .ns_box .post2 .d7,
.ten_prohibitions .ns_box .post2 .d9 {
  right: 26.8%;
}
.ten_prohibitions .ns_box .post2 .d8 {
  right: 25.5%;
}
.common_problem .pr_top .content1 {
  display: grid;
  gap: var(--f20);
}
.common_problem .pr_top .content1 .item {
  transition: 0.8s;
  background: #f5f7fa;
  padding: 0 var(--gap);
}
.common_problem .pr_top .content1 .item .one {
  font-size: var(--f18);
  padding: var(--f36) 0;
  cursor: pointer;
}
.common_problem .pr_top .content1 .item .one .txt {
  flex: 0.95;
}
.common_problem .pr_top .content1 .item .one i {
  transition: 0.4s;
  font-size: 0.8em;
  color: #999999;
  font-weight: bold;
}
.common_problem .pr_top .content1 .item .two {
  display: none;
  padding-bottom: var(--f36);
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
}
.common_problem .pr_top .content1 .item.active {
  background: #fff;
  box-shadow: 0px 0px var(--f16) 1px rgba(0, 0, 0, 0.05);
}
.common_problem .pr_top .content1 .item.active .one i {
  transform: rotateX(180deg);
  color: #0075c2;
}
.common_problem .pr_top .content2 {
  margin-top: 0.6rem;
}
.common_problem .pr_bot {
  margin-top: var(--gap);
  position: relative;
}
.common_problem .pr_bot .bk {
  width: 100%;
}
.common_problem .pr_bot .bk img {
  width: 100%;
}
.common_problem .pr_bot .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--gap);
}
.common_problem .pr_bot .post > div {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.common_problem .pr_bot .post > div .text .t1 {
  font-size: var(--f36);
  font-weight: bold;
}
.common_problem .pr_bot .post > div .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f18);
}
.download_center .le_box {
  width: 2.3rem;
}
.download_center .le_box .sticky {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
  border-left: 1px solid #d9d9d9;
}
.download_center .le_box .sticky a {
  position: relative;
  transition: 0.4s;
  color: #666;
  font-size: var(--f18);
  padding-left: var(--f30);
}
.download_center .le_box .sticky a::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000;
}
.download_center .le_box .sticky a + a {
  margin-top: var(--f14);
}
.download_center .le_box .sticky a:hover,
.download_center .le_box .sticky a.active {
  color: #000;
}
.download_center .le_box .sticky a:hover::before,
.download_center .le_box .sticky a.active::before {
  opacity: 1;
}
.download_center .ri_box {
  flex: 1;
}
.download_center .ri_box .content1 {
  display: grid;
  gap: var(--f20);
}
.download_center .ri_box .content1 .item a {
  transition: 0.8s;
  background: #f5f7fa;
  padding: var(--f30) calc(var(--f30) * 2);
}
.download_center .ri_box .content1 .item a .t1 {
  width: 68%;
}
.download_center .ri_box .content1 .item a .t1 .svg {
  max-width: 0.25rem;
}
.download_center .ri_box .content1 .item a .t1 .svg img {
  width: 100%;
  transition: 0.4s;
  filter: brightness(0);
  opacity: 0.6;
}
.download_center .ri_box .content1 .item a .t1 .txt {
  transition: 0.4s;
  font-size: var(--f20);
  padding: 0 var(--f26);
  flex: 1;
}
.download_center .ri_box .content1 .item a .t2 {
  width: 32%;
}
.download_center .ri_box .content1 .item a .t2 .time {
  font-size: var(--f16);
  font-family: GilroyRegular;
  color: #999;
}
.download_center .ri_box .content1 .item a .t2 .xz > div {
  transition: 0.4s;
  font-size: var(--f14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #666;
  color: #666;
  padding: 0 var(--f16);
  line-height: 40px;
}
.download_center .ri_box .content1 .item a .t2 .xz > div img {
  transition: 0.4s;
  width: var(--f14);
  filter: brightness(0);
  opacity: 0.6;
}
.download_center .ri_box .content1 .item a .t2 .xz > div span {
  margin-left: 0.12rem;
}
.download_center .ri_box .content1 .item a:hover {
  background: #fff;
  box-shadow: 0px 0px var(--f16) 1px rgba(0, 0, 0, 0.05);
}
.download_center .ri_box .content1 .item a:hover .t1 .svg img {
  filter: brightness(1);
  opacity: 1;
}
.download_center .ri_box .content1 .item a:hover .t1 .txt {
  color: #0075c2;
}
.download_center .ri_box .content1 .item a:hover .t2 .xz > div {
  border-color: #0075c2;
  color: #0075c2;
}
.download_center .ri_box .content1 .item a:hover .t2 .xz > div img {
  filter: brightness(1);
  opacity: 1;
}
.download_center .ri_box .content2 {
  margin-top: 0.6rem;
}
.fast_laser .fa_top .content1 .le_box {
  width: 37%;
}
.fast_laser .fa_top .content1 .le_box > div {
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: calc(var(--top) + .2rem);  
}

.fast_laser .fa_top .content1 .le_box img {
  transition: 0.4s;
  width: 100%;
}
.fast_laser .fa_top .content1 .le_box:hover img {
  transform: scale(1.05);
}
.fast_laser .fa_top .content1 .ri_box {
  width: 63%;
}
.fast_laser .fa_top .content1 .ri_box > div {
  padding-left: 8%;
}
.fast_laser .fa_top .content1 .ri_box > div .txt {
  color: #0075c2;
  font-size: var(--f40);
  font-weight: bold;
  margin-bottom: var(--f36);
}
.fast_laser .fa_top .content1 .ri_box > div .desc {
  color: #666;
  font-size: var(--f16);
  line-height: 1.8;
  /*line-height: calc(var(--f18) * 2);*/
  /*height: calc(var(--f18) * 27);*/
  /*overflow: auto;*/
  /*padding-right: 0.1rem;*/
}
.fast_laser .fa_top .content1 .ri_box > div .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.fast_laser .fa_top .content1 .ri_box > div .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0075c2;
}
.fast_laser .fa_top .content1 .ri_box > div .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 117, 194, 0.5);
}
.fast_laser .fa_top .content2 {
  margin-top: 0.72rem;
}
.fast_laser .fa_top .content2 .pu_data .data .t1 .num span {
  font-family: GilroyBold;
  color: #0075c2;
}
.fast_laser .fa_top .content2 .pu_data .data .t1 .fh {
  font-family: GilroyBold;
  color: #0075c2;
}
.fast_laser .fa_bot {
  position: relative;
}
.fast_laser .fa_bot .swiper .swiper-slide {
  width: 58%;
  margin: 0 calc(var(--f20) / 2);
}
.fast_laser .fa_bot .swiper .swiper-slide img {
  width: 100%;
}
.fast_laser .fa_bot .pu_switch .prev {
  left: var(--bj);
}
.fast_laser .fa_bot .pu_switch .next {
  right: var(--bj);
}
.corporate_culture .cu_top {
  text-align: center;
}
.corporate_culture .cu_top .txt {
  color: #0075c2;
  font-size: var(--f40);
  font-weight: bold;
}
.corporate_culture .cu_top .desc {
  margin-top: var(--f16);
  color: #666;
  font-size: var(--f16);
  line-height: 1.8;
}
.corporate_culture .cu_bot {
  position: relative;
  margin-top: 0.48rem;
}
.corporate_culture .cu_bot .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.corporate_culture .cu_bot .bk::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
}
.corporate_culture .cu_bot .bk p {
  opacity: 0; 
  transition: 1.07s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.corporate_culture .cu_bot .bk p img {
  width: 100%;
  height: 100%;
}
.corporate_culture .cu_bot .bk p.active {
  opacity: 1;
}
.corporate_culture .cu_bot .post {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  z-index: 1;
  position: relative;
  height: 6rem;
  display: flex;
}
.corporate_culture .cu_bot .post .li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0.46rem 1.5%;
}
.corporate_culture .cu_bot .post .li > div {
  width: 100%;
  color: #fff;
  text-align: center;
}
.corporate_culture .cu_bot .post .li > div .txt {
  font-size: var(--f20);
  font-weight: bold;
}
.corporate_culture .cu_bot .post .li > div .desc {
  display: none;
  margin-top: var(--f14);
  opacity: 0.7;
  font-size: var(--f16);
}
.corporate_culture .cu_bot .post .li + .li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.latest_news .title {
  text-align: center;
  font-size: var(--f36);
  font-weight: bold;
}
.latest_news .main {
  margin-top: 0.54rem;
}
.latest_news .main ._top {
  position: relative;
  background: #f5f7fa;
  padding: var(--f30);
}
.latest_news .main ._top .swiper .swiper-slide a .le_box {
  width: 47%;
  overflow: hidden;
}
.latest_news .main ._top .swiper .swiper-slide a .le_box img {
  transition: 0.4s;
  width: 100%;
}
.latest_news .main ._top .swiper .swiper-slide a .ri_box {
  width: 53%;
  display: flex;
  padding: 0 4%;
}
.latest_news .main ._top .swiper .swiper-slide a .ri_box > div {
  width: 100%;
  margin: auto;
}
.latest_news .main ._top .swiper .swiper-slide a .ri_box > div .time {
  font-family: GilroyRegular;
  font-size: var(--f18);
  color: #999;
}
.latest_news .main ._top .swiper .swiper-slide a .ri_box > div .txt {
  transition: 0.4s;
  margin: 4px 0 var(--f24);
  font-size: var(--f24);
}
.latest_news .main ._top .swiper .swiper-slide a .ri_box > div .desc {
  font-size: var(--f18);
  color: #666;
  line-height: var(--f30);
  height: calc(var(--f30) * 2);
}
.latest_news .main ._top .swiper .swiper-slide a .ri_box > div .more {
  margin-top: 0.6rem;
  color: #0075c2;
  font-size: var(--f18);
}
.latest_news .main ._top .swiper .swiper-slide a .ri_box > div .more i {
  margin-left: 2px;
  transition: 0.4s;
}
.latest_news .main ._top .swiper .swiper-slide a:hover .le_box img {
  transform: scale(1.05);
}
.latest_news .main ._top .swiper .swiper-slide a:hover .ri_box > div .txt {
  color: #0075c2;
}
.latest_news .main ._top .swiper .swiper-slide a:hover .ri_box > div .more i {
  margin-left: 0.08rem;
}
.latest_news .main ._top .div_ {
  margin-top: var(--f20);
}
.latest_news .main ._top .div_ .pa_ {
  margin: 0 .1rem;    
  position: relative;
  width: 0.8rem;
  height: 0.04rem;
  background: rgba(0, 117, 194, 0.2);
}
.latest_news .main ._top .div_ .pa_  .swiper-pagination-progressbar-fill {
   background: #0075c2;
}

.latest_news .main ._top .div_ .prev ,
.latest_news .main ._top .div_ .next  {
    line-height: 1;
}

.latest_news .main ._top .div_ .prev i,
.latest_news .main ._top .div_ .next i {
  font-size: var(--f22);
  color: #666;
  transition: .4s;
  cursor: pointer;
}

.latest_news .main ._top .div_ .prev i:hover,
.latest_news .main ._top .div_ .next i:hover {
  color: #0075c2;
}


/*.latest_news .main ._top .div_ div span {*/
/*  color: #0075c2;*/
/*  font-family: GilroyMedium;*/
/*  font-size: var(--f22);*/
/*}*/
/*.latest_news .main ._top .div_ div span:last-of-type {*/
/*  color: #999;*/
/*}*/
/*.latest_news .main ._top .div_ div i {*/
/*  margin: 0 var(--f14);*/
/*  position: relative;*/
/*  width: 0.8rem;*/
/*  height: 0.04rem;*/
/*  background: rgba(0, 117, 194, 0.2);*/
/*}*/
/*.latest_news .main ._top .div_ div i::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background: #0075c2;*/
/*}*/

.latest_news .main ._bot {
  margin-top: var(--gap);
}
.latest_news .main ._bot .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--f20);
}
.latest_news .main ._bot .content2 {
  margin-top: 0.6rem;
}
.social_responsibility .ty_top {
  text-align: center;
}
.social_responsibility .ty_top .txt {
  font-size: var(--f40);
  font-weight: bold;
}
.social_responsibility .ty_top .desc {
  margin-top: var(--f14);
  color: #666;
  font-size: var(--f18);
}
.social_responsibility .ty_bot {
  margin-top: 0.56rem;
  display: grid;
  gap: var(--f20);
}
.social_responsibility .ty_bot .item {
  position: relative;
}
.social_responsibility .ty_bot .item .bk {
  width: 100%;
}
.social_responsibility .ty_bot .item .bk img {
  width: 100%;
}
.social_responsibility .ty_bot .item .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 31, 51, 0.8), rgba(0, 31, 51, 0));
  padding: var(--gap);
  display: flex;
}
.social_responsibility .ty_bot .item .post > div {
  margin: auto 0;
  width: 50%;
  color: #fff;
}
.social_responsibility .ty_bot .item .post > div .svg {
  height: 0.7rem;
}
.social_responsibility .ty_bot .item .post > div .svg img {
  max-height: 100%;
}
.social_responsibility .ty_bot .item .post > div .txt {
  margin: var(--f14) 0 var(--f26);
  font-size: var(--f36);
}
.social_responsibility .ty_bot .item .post > div .desc {
  font-size: var(--f18);
  line-height: 1.8;
  /*line-height: var(--f30);*/
  /*height: calc(var(--f30) * 5);*/
  /*overflow: auto;*/
  /*padding-right: 0.1rem;*/
}
.social_responsibility .ty_bot .item .post > div .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.social_responsibility .ty_bot .item .post > div .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.social_responsibility .ty_bot .item .post > div .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.we_act {
  background: #f5f7fa;
}
.we_act .ct_top {
  text-align: center;
}
.we_act .ct_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.we_act .ct_cen {
  margin-top: 0.52rem;

}
.we_act .ct_cen .swiper {
   padding-left: var(--bj);  
}

.we_act .ct_cen .swiper .swiper-slide {
  position: relative;
}
.we_act .ct_cen .swiper .swiper-slide .bk {
  width: 100%;
  overflow: hidden;
}
.we_act .ct_cen .swiper .swiper-slide .bk img {
  transition: 0.4s;
  width: 100%;
}
.we_act .ct_cen .swiper .swiper-slide .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 0.4rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.we_act .ct_cen .swiper .swiper-slide .post > div {
  color: #fff;
}
.we_act .ct_cen .swiper .swiper-slide .post > div .txt {
  font-size: var(--f22);
  line-height: var(--f36);
  height: calc(var(--f36) * 2);
  margin-bottom: var(--f36);
}
.we_act .ct_cen .swiper .swiper-slide .post > div .time {
  font-size: var(--f18);
  font-family: GilroyRegular;
}
.we_act .ct_cen .swiper .swiper-slide:hover .bk img {
  transform: scale(1.05);
}
.we_act .ct_bot {
  margin-top: var(--f30);
}
.we_act .ct_bot > div .toggle {
  display: flex;
  margin-right: var(--f30);
}
.we_act .ct_bot > div .toggle .prev,
.we_act .ct_bot > div .toggle .next {
  cursor: pointer;
}
.we_act .ct_bot > div .toggle .prev svg,
.we_act .ct_bot > div .toggle .next svg {
  width: var(--f18);
}
.we_act .ct_bot > div .toggle .prev svg path,
.we_act .ct_bot > div .toggle .next svg path {
  transition: 0.4s;
}
.we_act .ct_bot > div .toggle .prev svg:hover path,
.we_act .ct_bot > div .toggle .next svg:hover path {
  stroke: #0075c2;
}
.we_act .ct_bot > div .toggle .next {
  margin-left: var(--f40);
}
.we_act .ct_bot > div .line {
  position: relative;
  flex: 1;
  height: 4px;
  background: #dddddd;
}
.we_act .ct_bot > div .line span {
  background: #0075c2;
}
.honorary_patent {
  background: #f5f7fa;
}
.honorary_patent .le_box {
  width: 26%;
}
.honorary_patent .le_box .content1 {
  font-weight: bold;
  font-size: var(--f40);
}
.honorary_patent .le_box .content2 {
  margin: 0.5rem 0 0.4rem;
}
.honorary_patent .le_box .content2 > div {
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  padding-bottom: 0.06rem;
}
.honorary_patent .le_box .content2 > div p {
  font-size: var(--f24);
  color: #666;
}
.honorary_patent .le_box .content2 > div .none {
  display: none;
}
.honorary_patent .le_box .content2 > div::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.03rem;
  background: #f08200;
}
.honorary_patent .le_box .content2 > div + div {
  margin-left: 0.48rem;
}
.honorary_patent .le_box .content2 > div:hover p,
.honorary_patent .le_box .content2 > div.active p {
  color: #f08200;
}
.honorary_patent .le_box .content2 > div:hover::before,
.honorary_patent .le_box .content2 > div.active::before {
  width: 100%;
}
.honorary_patent .le_box .content3 p {
  display: none;
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
}
.honorary_patent .le_box .content3 p.active {
  display: block;
}
.honorary_patent .ri_box {
  width: 74%;
  padding-left: 14%;
}
.honorary_patent .ri_box > div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--f28);
  overflow: hidden;
}
.honorary_patent .ri_box > div::after,
.honorary_patent .ri_box > div::before {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  height: 1.2rem;
  width: 100%;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0));
}
.honorary_patent .ri_box > div::before {
  top: 0;
}
.honorary_patent .ri_box > div::after {
  bottom: 0;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
}
.honorary_patent .ri_box > div  {
    height: var(--vh);  
}
.honorary_patent .ri_box > div .banner {
  animation: marquee 80s linear infinite;
}
.honorary_patent .ri_box > div .banner p {
  background: #fff;
  margin-bottom: var(--f20);
  text-align: center;
  height: auto;
}
.honorary_patent .ri_box > div .banner p img {
  max-width: 100%;
  padding: var(--f26);
}
.honorary_patent .ri_box > div .banner:nth-child(even) {
    /*animation-direction: reverse;*/
   /*animation: marquee2 80s linear infinite;*/
}

@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, calc(-50% - var(--f20)), 0);
  }
}
/*.honorary_patent .ri_box > div .swiper {*/
/*  height: var(--vh);*/
/*}*/
/*.honorary_patent .ri_box > div .swiper .swiper-wrapper {*/
/*  transition-timing-function: linear;*/
/*}*/
/*.honorary_patent .ri_box > div .swiper .swiper-slide {*/
/*  background: #fff;*/
/*  margin-bottom: var(--f20);*/
/*  text-align: center;*/
/*  height: auto;*/
/*}*/
/*.honorary_patent .ri_box > div .swiper .swiper-slide img {*/
/*  max-width: 100%;*/
/*  padding: var(--f26);*/
/*}*/

.yg_box .box1 {
  width: 50%;
  padding: 0.64rem;
  background: #f5f7fa;
  background: url(../images/47.jpg) no-repeat;
  background-size: cover;
}
.yg_box .box1 > div .txt {
  font-size: var(--f40);
}
.yg_box .box1 > div .desc {
  margin-top: var(--f20);
  font-size: var(--f18);
  color: #666;
  color: #0075c2;
  line-height: 2;
}
.yg_box .box2 {
  width: 50%;
  min-height: 3.86rem;
  padding: 0.64rem;
}
.yg_box .box2 .anchorBL{
  display: none;
}
.yg_box .box2 > div {
  width: 60%;
}
.yg_box .box2 > div .txt {
  font-size: var(--f22);
}
.yg_box .box2 > div .desc {
  margin-top: var(--f20);
  font-size: var(--f16);
  color: #0075c2;
}
.job_recruitment {
  background: #f5f7fa;
}
.job_recruitment .re_top {
  text-align: center;
}
.job_recruitment .re_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.job_recruitment .re_bot {
  margin-top: 0.5rem;
}
.job_recruitment .re_bot .le_box {
  width: 2.66rem;
}
.job_recruitment .re_bot .le_box .sticky {
  border-left: 1px solid #d9d9d9;
}
.job_recruitment .re_bot .le_box .sticky p {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  font-size: var(--f18);
  color: #666;
  padding-left: var(--f30);
}
.job_recruitment .re_bot .le_box .sticky p::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000;
}
.job_recruitment .re_bot .le_box .sticky p + p {
  margin-top: var(--f14);
}
.job_recruitment .re_bot .le_box .sticky p:hover,
.job_recruitment .re_bot .le_box .sticky p.active {
  color: #000;
}
.job_recruitment .re_bot .le_box .sticky p:hover::before,
.job_recruitment .re_bot .le_box .sticky p.active::before {
  opacity: 1;
}
.job_recruitment .re_bot .ri_box {
  flex: 1;
}
.job_recruitment .re_bot .ri_box .item {
  display: none;
}
.job_recruitment .re_bot .ri_box .item > div {
  background: #fff;
  padding: 0.48rem;
  box-shadow: 1px 2px 12px 0.39px rgba(0, 0, 0, 0.06);
}
.job_recruitment .re_bot .ri_box .item > div .content1 {
  font-size: var(--f30);
  font-weight: bold;
}
.job_recruitment .re_bot .ri_box .item > div .content2 {
  margin: 0.18rem 0 0.1rem;
  font-size: var(--f18);
}
.job_recruitment .re_bot .ri_box .item > div .content2 .t1 {
  color: #666;
}
.job_recruitment .re_bot .ri_box .item > div .content2 .t2 {
  margin-top: 0.04rem;
  font-weight: bold;
}
.job_recruitment .re_bot .ri_box .item > div .content3 {
  color: #666;
  line-height: 1.8;
  font-size: var(--f18);
}
.job_recruitment .re_bot .ri_box .item > div .content4 {
  margin-top: 0.54rem;
}
.job_recruitment .re_bot .ri_box .item.active {
  display: block;
}
.join_us .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--f34);
}
.join_us .grid .item a {
  transition: 0.6s;
  padding: 0.4rem;
  background: #fff;
  box-shadow: 0px 0px 0.24rem 0px rgba(0, 0, 0, 0.06);
}
.join_us .grid .item a .svg {
  height: 0.38rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.join_us .grid .item a .svg img {
  max-height: 100%;
}
.join_us .grid .item a .txt {
  margin: 0.14rem 0 0.6rem;
  font-size: var(--f18);
  color: #666;
  line-height: var(--f30);
  height: calc(var(--f30) * 3);
}
.join_us .grid .item a .more {
  transition: 0.4s;
  color: #999;
  font-size: var(--f18);
}
.join_us .grid .item a .more i {
  margin-left: 2px;
}
.join_us .grid .item a:hover {
  transform: translateY(-0.1rem);
}
.join_us .grid .item a:hover .more {
  color: #0075c2;
}
.end_model {
  background: url('../images/49.jpg') no-repeat;
  background-size: cover;
}
.end_model .le_box {
  width: 50%;
  padding-right: 3%;
}
.end_model .le_box > div .content1 .txt {
  font-size: var(--f40);
  font-weight: bold;
}
.end_model .le_box > div .content1 .desc {
  margin-top: var(--f36);
  color: #666;
  font-size: var(--f16);
  line-height: 2;
  /*line-height: var(--f34);*/
  /*height: calc(var(--f34) * 7);*/
  /*overflow: auto;*/
  /*padding-right: 0.1rem;*/
}
.end_model .le_box > div .content1 .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.end_model .le_box > div .content1 .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0075c2;
}
.end_model .le_box > div .content1 .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 117, 194, 0.5);
}
.end_model .le_box > div .content2 {
  margin-top: 0.54rem;
}
.end_model .le_box > div .content2 .pu_data .data .t1 .num span {
  font-family: GilroyBold;
  color: #0075c2;
}
.end_model .le_box > div .content2 .pu_data .data .t1 .fh {
  font-family: GilroyBold;
  color: #0075c2;
}
.end_model .le_box > div .content2 .pu_data + .pu_data {
  margin-left: 12%;
}
.end_model .ri_box {
  width: 50%;
  overflow: hidden;
}
.end_model .ri_box img {
  transition: 0.4s;
  width: 100%;
}
.end_model .ri_box:hover img {
  transform: scale(1.05);
}
.choose_us {
  background: #f5f7fa;
}
.choose_us .ch_top {
  text-align: center;
}
.choose_us .ch_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.choose_us .ch_bot {
  margin-top: 0.52rem;
  display: flex;
}
.choose_us .ch_bot .item {
  transition: 0.6s;
  position: relative;
  flex: 1;
}
.choose_us .ch_bot .item .img {
  position: relative;
  width: 100%;
}
.choose_us .ch_bot .item .img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(17, 47, 90, 0.1), rgba(17, 47, 90, 0.6));
} 

.choose_us .ch_bot .item .img .bk {
  width: 100%;
}
.choose_us .ch_bot .item .img .bk img {
  width: 100%;
  height: 6rem;
}
.choose_us .ch_bot .item .img .post1 {
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.choose_us .ch_bot .item .img .post1 > div {
  width: 100%;
  color: #fff;
  padding: 0.74rem 0.3rem;
}
.choose_us .ch_bot .item .img .post1 > div .svg {
  height: 0.81rem;
}
.choose_us .ch_bot .item .img .post1 > div .svg img {
  max-height: 100%;
}
.choose_us .ch_bot .item .img .post1 > div .txt {
  margin: 0.46rem 0 0;
  font-size: var(--f24);
  font-weight: bold;
}
.choose_us .ch_bot .item .post {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.choose_us .ch_bot .item .post > div {
  width: 100%;
  color: #fff;
  padding: 0.74rem 0.44rem;
}
.choose_us .ch_bot .item .post > div .svg {
  height: 0.81rem;
}
.choose_us .ch_bot .item .post > div .svg img {
  max-height: 100%;
}
.choose_us .ch_bot .item .post > div .txt {
  margin: 0.46rem 0 0.1rem;
  font-size: var(--f36);
  font-weight: bold;
}
.choose_us .ch_bot .item .post > div .desc {
  font-size: var(--f18);
}
.choose_us .ch_bot .item + .item {
  margin-left: var(--f20);
}
@media (min-width: 1200px) {
  .choose_us .ch_bot .item:hover {
    flex: 2.85;
  }
  .choose_us .ch_bot .item:hover .img .post1 {
    opacity: 0;
  }
  .choose_us .ch_bot .item:hover .post {
    opacity: 1;
    top: 0;
    transition: .6s;
    transition-delay: .6s;
  }
}
.supportive_policy {
  position: relative;
}
.supportive_policy .cy_text {
  z-index: 1;
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 100%;
  padding: 0 var(--bj);
  text-align: center;
  color: #fff;
}
.supportive_policy .cy_text .t1 {
  font-size: var(--f40);
  font-weight: bold;
}
.supportive_policy .cy_text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f24);
}
.supportive_policy .cy_bk {
  width: 100%;
}
.supportive_policy .cy_bk img {
  width: 100%;
}
.supportive_policy .cy_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 var(--bj);
}
.supportive_policy .cy_post > div {
  height: 100%;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.supportive_policy .cy_post > div .item {
  position: relative;
  transition: 0.6s;
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.supportive_policy .cy_post > div .item .box1 {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 35%;
  width: 100%;
}
.supportive_policy .cy_post > div .item .box1 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.supportive_policy .cy_post > div .item .box1 .num {
  font-size: var(--f40);
  font-family: GilroyBold;
}
.supportive_policy .cy_post > div .item .box1 .txt {
  margin-top: 0.1rem;
  font-size: var(--f24);
  writing-mode: vertical-rl;
  letter-spacing: 0.06rem;
}
.supportive_policy .cy_post > div .item .box2 {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.supportive_policy .cy_post > div .item .box2 > div {
  padding: 0 0.4rem;
}
.supportive_policy .cy_post > div .item .box2 > div .num {
  font-size: var(--f60);
  font-weight: bold;
  line-height: 1;
}
.supportive_policy .cy_post > div .item .box2 > div .text {
  margin: 0.34rem 0 0.84rem;
}
.supportive_policy .cy_post > div .item .box2 > div .text .t1 {
  font-size: var(--f36);
  font-weight: bold;
}
.supportive_policy .cy_post > div .item .box2 > div .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .supportive_policy .cy_post > div .item:hover {
    flex: 4.6;
  }
  .supportive_policy .cy_post > div .item:hover .box1 {
    opacity: 0;
  }
  .supportive_policy .cy_post > div .item:hover .box2 {
    opacity: 1;
    top: 35%;
    transition: 0.6s;
    transition-delay: .6s;
  }
}
@-moz-document url-prefix() {
    .pc_header .he_box .column .nav .slide .down .wn_box .ri_box > div,
    .tx_argument .table,
  .end_model .le_box > div .content1 .desc,
  .fast_laser .fa_top .ri_box > div .desc {
    scrollbar-color: #0075c2 rgba(0, 117, 194, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
  .social_responsibility .ty_bot .item .post > div .desc,
  .global_network .rk_box .le_box .content2 .desc,
  .industry_application .ap_cen .swiper .swiper-slide .post > div .desc {
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
@media (max-width: 1500px) {
  .fast_laser .fa_top .content1 .ri_box > div .desc {
    /*height: calc(var(--f18)*24);*/
  }
  .pu_suspension .on_box .item .div_ {
      width: .8rem;
      min-height: .95rem;
  }
  .yg_box .box2 > div {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .fast_laser .fa_top .content1 .ri_box > div .desc {
    /*height: calc(var(--f18)*22);*/
  }
}
@media (max-width: 1200px) {
  .pu_banner .ban_bk img {
    min-height: 4rem;
  }
  .latest_news .main ._bot .content1,
  .online_message .ge_bot form .box2 .grid3,
  .join_us .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .choose_us .ch_bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--f20);
  }
  .choose_us .ch_bot .item .img .post1 {
    display: none;
  }
  .choose_us .ch_bot .item .post {
    opacity: 1;
    top: 0;
  }
  .choose_us .ch_bot .item .post > div {
    padding: 0.44rem;
  }
  .choose_us .ch_bot .item + .item {
    margin-left: 0;
  }
  .supportive_policy {
    padding: var(--gap) 0;
  }
  .supportive_policy::before {
       z-index: -1;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
       background: rgba(0, 0, 0, 0.5);
  }
  .supportive_policy .cy_bk {
      z-index: -2;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
  }
  .supportive_policy .cy_bk picture,
  .supportive_policy .cy_bk img {
      width: 100%;
      height: 100%;
  }
  .supportive_policy .cy_text {
    position: initial;
  }
  .supportive_policy .cy_post {
    margin-top: 0.6rem;
    position: initial;
    background: none;
  }
  .supportive_policy .cy_post > div .item .box2,
  .supportive_policy .cy_post > div .item .box1 {
    position: initial;
  }
  .supportive_policy .cy_post > div .item .box1 {
    display: none;
  }
  .supportive_policy .cy_post > div .item .box2 {
    opacity: 1;
  }
  .supportive_policy .cy_post > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .supportive_policy .cy_post > div .item {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .supportive_policy .cy_post > div .item .box2 > div {
    padding: 0.34rem 0;
  }
  .supportive_policy .cy_post > div .item .box2 > div .text {
    margin: 0.34rem 0 0;
  }
  .supportive_policy .cy_post > div .item .box2 > div .btn {
      display: none;
  }
  
  .honorary_patent .ri_box > div {
    height: 50vh;
  }
  .honorary_patent {
    padding: var(--gap) 0 0;
  }
  .honorary_patent .le_box {
    padding-top: 0;
  }
  .social_responsibility .ty_bot .item .post {
    padding: 0.4rem;
    background: rgba(0, 31, 51, 0.5);
  }
  .social_responsibility .ty_bot .item .post > div {
    width: 100%;
  }
  .social_responsibility .ty_bot .item .bk img {
    min-height: 5rem;
  }
  .latest_news .main ._top .swiper .swiper-slide a .ri_box {
    padding: 0.4rem 0 0;
  }
  .pu_li a .box {
    padding: 0.4rem;
  }
  .corporate_culture .cu_bot .bk {
     position: initial; 
     height: auto;
  }
  .corporate_culture .cu_bot .bk::before {
      display: none;
  }
   .corporate_culture .cu_bot .bk p {
     position: initial;
     height: auto;
     display: none;
     opacity: 1;
  }
   .corporate_culture .cu_bot .bk p.active {
     display: block;  
   }
  
  .corporate_culture .cu_bot .post {
    margin-top: 10px;   
    position: initial;
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .corporate_culture .cu_bot .post .li {
    width: 100%;
    background: #0075c2;
    align-items: flex-start;
  }
  .corporate_culture .cu_bot .post .li > div .desc {
    display: block;
  }
  .corporate_culture .cu_bot .post .li + .li {
    border: none;
  }
  .fast_laser .fa_top .content2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem var(--f20);
  }
  .download_center .ri_box .content1 .item a {
    padding: 0.4rem;
  }
  .common_problem .pr_top .content1 .item {
    padding: 0 0.4rem;
  }
  .common_problem .pr_bot .bk img {
    min-height: 2.4rem;
  }
  .ten_prohibitions .ns_box {
    padding: var(--gap) var(--bj);
  }
  .ten_prohibitions .ns_box .post1 {
    position: initial;
    transform: translateX(0);
    width: 100%;
  }
  .ten_prohibitions .ns_box .post2 {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 10px;
  }
  .ten_prohibitions .ns_box .post2 .dain {
    position: initial;
    transform: translateY(0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ten_prohibitions .ns_box .post2 .dain span {
    background: #0075c2;
    color: #fff;
  }
  .ten_prohibitions .ns_box .post2 .dain .tips {
    padding-left: var(--f20);
    flex: 1;
    position: initial;
    transform: translateY(0);
    white-space: wrap;
  }
  .service_content .nt_bot .div_1 .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.2rem 10px;
  }
  .service_content .nt_bot .div_1 .list .li {
    margin-top: 0 !important;
  }
  .service_location .bk {
          z-index: -1;
          position: absolute;
          height: 100%;
      }
    .service_location .bk img {
          height: 100%;
      }
  .service_location .post {
    position: initial;
  }
  .service_location .post > div {
    padding-bottom: var(--gap);
  }
  .service_location .post > div .content2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem 10px;
    text-align: center;
  }
  .service_location .post > div .content2 .pu_data .data {
      justify-content: center;
  }
  
  .service_concept .pt_bot .ri_box {
    padding: 0.4rem;
  }
  .global_network .rk_txt {
    position: initial;
  }
  .global_network .rk_box .ri_box > div {
    margin-left: 0;
    margin: 0 auto;
  }
  .product_characteristics .ch_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_level .wMain .div_ .prev {
    left: 1vw;
  }
  .pu_level .wMain .div_ .next {
    right: 1vw;
  }
  .product_feature .fe_cen .swiper .swiper-slide .post > div {
    padding: 0.4rem;
  }
  .product_feature .fe_cen .swiper .swiper-slide {
    margin: 0 5px;
    width: 90%;
  }
  .product_list .st_top .div_1,
  .product_list .st_top .div_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_banner .swiper .swiper-slide .slide_img video,
  .index_banner .swiper .swiper-slide .slide_img img {
    height: 11rem;
  }
  .index_help .lp_bot .swiper .swiper-slide .post {
    padding: .5rem;
    /* position: initial; */
    opacity: 1 !important;
  }
  .index_help .lp_bot .swiper .swiper-slide .post > div {
    width: 100%;
  }
  .index_help .lp_bot .swiper .swiper-slide {
    width: 90%;
  }
  .index_help .lp_top .toggle > div {
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: auto;
      justify-content: flex-start;
  }
  .index_help .lp_top .toggle > div::-webkit-scrollbar {
      width: 0;
      height: 0;
  }
  .index_help .lp_top .toggle > div .li {
    height: .66rem;
    min-width: fit-content;
  }
  .index_splendid {
    padding: var(--gap) 0;
  }
  .index_splendid .sp_bk {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
  }
  .index_splendid .sp_bk::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0,0,0,.3);
  }
  
  .index_splendid .sp_bk img {
      height: 100%;
  }
  
  .index_splendid .sp_post {
    position: initial;
  }
  .index_splendid .sp_post .content2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem 10px;
  }
  .product_feature .fe_cen .swiper .swiper-slide .post {
     position: initial;
     background: rgba(0,0,0,.2);
  }
  
  .product_list .st_top .div_2 .grid1 .box {
    padding: 0.7rem 0.4rem;
  }
  .product_list .st_top .div_2 .grid1 .box .img {
    width: 100%;
  }
  .product_list .st_top .div_2 .grid1 .box .content {
    margin-top: 0.4rem;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .product_list .st_top .div_2 .grid1 .box .content .more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pu_page {
    --w: 0.56rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    color: #000;
  }
  
    .service_content .nt_bot .div_2 .toggle {
       position: initial; 
       margin-top: 14px;
    }
    .service_content .nt_bot .div_2 .toggle .prev, .service_content .nt_bot .div_2 .toggle .next {
        width: .6rem;
        height: .6rem;
    }
    
      .pu_div {
          margin-top: .2rem;
          position: relative;
          display: flex;
                  justify-content: center;
      }
      
        .pu_div .prev,
        .pu_div .next {
          position: initial;   
          transform: translateY(0);
        }
        
        .index_banner .swiper .swiper-slide .slide_post > div {
            padding-top: 0;
        }
    .pu_switch {
        
    }
    .pu_switch .prev {
      left: 6vw !important;  
    }
    .pu_switch .next {
      right: 6vw !important;    
    }
    .pu_li a .box .icon {
        display: none;
    }
   .pu_li a .box .desc {
       margin: 0 0 .46rem; 
    }
    .index_help .lp_top .txt br {
 display: block;   
}
  
  .pc_header,
  .pu_level,
  .pu_suspension,
  .pu_miaodian,
  .ten_prohibitions .bk,
  .download_center .ri_box .content1 .item a .t2,
  .corporate_culture .cu_top .desc br,
  .pu_details .ri_box,
  .online_message .ge_top .desc br {
    display: none;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .end_model .le_box {
    padding-right: 0;
  }
  .inland_network .rk_bot .le_box {
    margin-top: 0;
  }
  .fast_laser .fa_top .content1 .ri_box > div,
  .honorary_patent .ri_box {
    padding-left: 0;
  }
  .global_network .rk_box,
  .inland_network .rk_bot,
  .global_network .rk_box .ri_box,
  .inland_network .rk_bot .ri_box,
  .service_content .nt_bot .div_2,
  .download_center .ri_box,
  .fast_laser .fa_top .content1 .ri_box,
  .honorary_patent .ri_box,
  .end_model .ri_box,
  .job_recruitment .re_bot .ri_box {
    margin-top: 0.6rem;
  }
  .index_news .ws_cen .grid_2,
  .global_network .rk_box .ri_box,
  .global_network .rk_box .le_box,
  .inland_network .rk_bot .ri_box,
  .inland_network .rk_bot .le_box,
  .service_concept .pt_bot .ri_box,
  .service_concept .pt_bot .le_box,
  .service_content .nt_bot .div_2,
  .service_content .nt_bot .div_1,
  .download_center .ri_box .content1 .item a .t1,
  .download_center .ri_box,
  .download_center .le_box,
  .fast_laser .fa_top .content1 .ri_box,
  .fast_laser .fa_top .content1 .le_box,
  .latest_news .main ._top .swiper .swiper-slide a .ri_box,
  .latest_news .main ._top .swiper .swiper-slide a .le_box,
  .pu_details .le_box,
  .honorary_patent .ri_box,
  .honorary_patent .le_box,
  .end_model .ri_box,
  .end_model .le_box,
  .job_recruitment .re_bot .ri_box,
  .job_recruitment .re_bot .le_box,
  .yg_box .box2,
  .yg_box .box1 {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 750px) {
  .pu_link .a {
    min-width: 2.4rem;
    line-height: 0.7rem;
  }
  .social_responsibility .ty_bot .item .bk img {
      min-height: 8.8rem;
  }
  
  .index_help .lp_top .toggle > div {
      grid-template-columns: repeat(2,1fr);
  }
  .index_help .lp_top .toggle > div .li {
     height: .8rem;
  }
  .index_help .lp_bot .swiper .swiper-slide .post {
      /* position: initial; */
      opacity: 1 !important;
  }
  .index_help .lp_bot .swiper .swiper-slide .post > div .content1 .desc p {
    height: calc(var(--f30)*2);
    -webkit-line-clamp: 2;
  }
  .index_help .lp_bot .swiper .swiper-slide .post > div .content2 {
    display: none;
  }
  .index_help .lp_bot .swiper .swiper-slide {
    margin: 0 5px;
  }
  .index_splendid .sp_post .content2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .choose_us .ch_bot,
  .corporate_culture .cu_bot .post,
  .ten_prohibitions .ns_box .post2,
  .latest_news .main ._bot .content1,
  .online_message .ge_bot form .box2 .grid2,
  .online_message .ge_bot form .box2 .grid3,
  .join_us .grid,
  .product_list .st_top .div_1,
  .product_list .st_top .div_2,
  .index_news .ws_cen .grid_2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .fast_laser .fa_top .content2,
  .maintenance_service .ma_bot,
  .service_location .post > div .content2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 10px;
  }
  .product_list .st_top .div_2 .grid1 {
    grid-area: auto;
  }
  .index_help .lp_bot .swiper .swiper-slide {
      width: 90%;
  }
  .product_feature .fe_cen .swiper .swiper-slide {
    width: 90%;
  }
  .product_feature .fe_cen .swiper .swiper-slide .post {
     position: initial;
     background: rgba(0,0,0,.2);
  }
  
  .product_video .wrapper .bk img {
    min-height: 4rem;
  }
  .online_message .ge_bot form .box2 .label {
    line-height: 1rem;
  }
  .product_characteristics .ch_bot .item .post > div .div_2 .desc {
    height: auto;
  }
  .product_characteristics .ch_bot .item .post {
    padding: 0.3rem;
  }
  .global_network .rk_box .ri_box img,
  .global_network .rk_box .ri_box #earth {
    width: 6.6rem;
    height: 6.6rem;
  }
  .service_concept .pt_bot .ri_box > div .t1 br {
    display: none;
  }
  .maintenance_service .ma_bot .li {
    text-align: center;
  }
  .service_content .nt_bot .div_1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ten_prohibitions .ns_box .post2 {
    --w: 0.76rem;
  }
  .common_problem .pr_bot .post {
    padding: 0 0.3rem;
  }
  .download_center .ri_box .content1 .item a .t1 .svg {
    max-width: 0.36rem;
  }
  .fast_laser .fa_bot .swiper .swiper-slide {
    width: 90%;
    margin: 0 5px;
  }
  .index_client .nt_bot .banner1 .swiper .swiper-slide,
  .index_client .nt_bot .banner2 .swiper .swiper-slide {
    height: 1rem;
  }
  .honorary_patent .ri_box > div {
    gap: 10px;
  }
  .honorary_patent .ri_box > div .swiper .swiper-slide {
    margin-bottom: 10px;
  }
  .honorary_patent .ri_box > div .swiper .swiper-slide img {
    padding: 8px;
  }
  .yg_box .box2 > div {
    width: 100%;
  }
  .index_banner .swiper .swiper-slide .slide_img video, .index_banner .swiper .swiper-slide .slide_img img {
      height: 8rem;
  }
}

.honorary_patent .ri_box > div .banner:hover {
  animation-play-state: paused;      
}
.product_list .st_top .div_3 {
  font-size: var(--f20);
  color: #333;
  margin-bottom: .5rem;
}
.product_list .st_top .div_3 span {
 color: rgba(240, 130, 0, 1);       
}  
.pu_item a .img,
.latest_news .main ._top .swiper .swiper-slide a .le_box {
  position: relative;  
}
.pu_item a .img::before,
.latest_news .main ._top .swiper .swiper-slide a .le_box::before {
  content: "";
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  padding-top: 66%;
}
.pu_item a .img img,
.latest_news .main ._top .swiper .swiper-slide a .le_box img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}
@media (max-width: 1200px) {
  .product_feature .fe_cen .swiper .swiper-slide .post > div .desc {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; 
      height: calc(1.5em * 2);
  }  
  .pu_page .number {
    display: none;   
  }
}

:root {--plyr-color-main: #0075c2;}

::-webkit-scrollbar{width: 9px;background-color: #fff;}
::-webkit-scrollbar-thumb{border: solid 2px #fff;width: 5px;border-radius: 4px;background-color: #0075c2;}
::-webkit-scrollbar-corner{background-color: #fff;}
::-webkit-scrollbar:horizontal{height: 9px;}
::-webkit-selection{background: #dcdddc;color: #000;}
.scrollbar{overflow-y: auto;}
.scrollbar::-webkit-scrollbar{border-radius: 4px;width: 5px;background-color: #ddd;}
.scrollbar::-webkit-scrollbar-thumb{border:0;width: 5px;background-color: #373c41;}
.scrollbar::-webkit-scrollbar:horizontal{height: 5px;}

#tip{width: 100%;padding-top: 80px;min-height: 360px;line-height: 2;}
#tip span{color: #333;font-size: 18px;font-weight: bold;}
#tip i{color: #f08200;font-size: 32px;font-weight: normal;padding: 0 10px 0 0;vertical-align: sub;}
#tip b{color: #0075c2;}

.index_product{position:relative}
.index_product .grid{display: flex;justify-content: space-between;margin-top: .5rem;flex-direction: row;}
.index_product .grid .item{width: 32.5%;}
.index_product .grid .item a{position:relative;display:flex;height:100%;border-radius:20px;background:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);flex-direction:column}
/*.index_product .grid .item:nth-child(2) a{background:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(227,222,222) 51%,rgb(169,184,195) 100%)}
.index_product .grid .item:nth-child(3) a{background:linear-gradient(135deg,rgb(242,233,203) 0%,rgb(169,184,195) 100%)}*/
.index_product .grid .item a .bk{width:100%;overflow:hidden;margin-top:auto}
.index_product .grid .item a .bk img{transition:0.4s;width:100%}
.index_product .grid .item a .post > div{padding: .45rem;padding-bottom: 0;text-align:center}
.index_product .grid .item a .post > div .content1{color:#333}
.index_product .grid .item a .post > div .content1 .tips{color:#acadae;font-size:var(--f16)}
.index_product .grid .item a .post > div .content1 .txt{transition:0.4s;margin:0.1rem 0;font-size:var(--f26);font-weight:bold}
.index_product .grid .item a .post > div .content1 .desc{font-size:var(--f18)}
.index_product .grid .item a .post > div .content2{margin-top:0.2rem}
.index_product .grid .item a .post > div .content2 .pu_more{color:#fff;font-size:var(--f14);font-weight:normal;border-radius:50px;border:1px solid #ccc;padding:.05rem .2rem;background:#0075c2}
.index_product .grid .item a:hover .bk img{transform:scale(1.05)}
.index_product .grid .item a:hover .post .content2 .pu_more{color:#0075c2;background:#fff}
@media (max-width: 1024px) {
.index_product .grid{padding-bottom: .2rem;}
.index_product .grid .item{width: 49%;flex-shrink: 0;margin-right: 2%;}
.index_product .grid .item:last-child{margin: 0;}}
@media (max-width: 750px) {
.index_product .grid .item a .post > div {padding: .3rem;}
.index_product .grid .item{width: 100%;}}

.index_youshi ul{display: flex;justify-content: space-between;margin-top: .4rem;flex-wrap: nowrap;}
.index_youshi li{position: relative;width: calc(25% - 10px);padding-bottom: 35%;border-radius: 15px;overflow: hidden;cursor: pointer;transition: all .5s;}
.index_youshi li .img{position: absolute;width: 100%;height: 100%;}
.index_youshi li .img img{width: 100%;height: 100%!important;object-fit: cover;object-position: left;transition: all .5s;}
.index_youshi li .info{position: absolute;width: 100%;height: 100%;padding: 5% 5% 0 5%;background: rgba(0,0,0,.1);transition: all .5s;}
.index_youshi li .info .con{position: relative;width: 100%;color: #fff;}
.index_youshi li .info h3{font-size: var(--f40);font-weight: bold;line-height: 2;}
.index_youshi li .info p{color: inherit;font-size: var(--f16);line-height: 1.5;opacity: 0;visibility: hidden;transition: all .5s ease;}
.index_youshi li.cur{width: calc(50% - 10px);}
.index_youshi li.cur .info{background: rgba(0, 0, 0, .4);}
.index_youshi li.cur .info p{opacity: 1;visibility: visible;}
.index_youshi li:hover .img img{transform: scale(1.1);}
@media (max-width: 1024px) {
.index_youshi ul{padding-bottom: .2rem;}
.index_youshi li,.index_youshi li.cur{width: 49%;flex-shrink: 0;margin-right: 2%;padding-bottom: 50%;}}
@media (max-width: 750px) {
.index_youshi li,.index_youshi li.cur{width: 100%;padding-bottom: 100%;}
.index_youshi li .info{background: rgba(0, 0, 0, .4);}
.index_youshi li .info p{font-size: .22rem;opacity: 1;visibility: visible;}}

.in_more{text-align: center;margin-top: .3rem;}
.in_more a{display: inline-block;color: #fff;font-size: var(--f16);padding: .1rem .4rem;border-radius: 1rem;border: 2px solid #0075c2;background: #0075c2;transition: all .5s;}
.in_more i{margin-right: .1rem;}
.in_more a:hover{color: #0075c2;background: #fff;}

.index_pro{background:#f7f7f7}
.index_pro ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: .4rem;}
.index_pro li{width: 24%;margin-bottom: .2rem;}
.index_pro li:last-child{display: none;}
.index_pro li a{padding: 5px;border-radius: 15px;background: #fff;transition: all .5s;}
.index_pro li .img{position: relative;padding-bottom: 100%;border-radius: 15px;background: linear-gradient(180deg, #fefefe 0%, #c0c4c8 100%);overflow: hidden;}
.index_pro li .img img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 80%;height: 80%;margin: auto;object-fit: contain;transition: all .5s;}
.index_pro li .txt{padding: .3rem .1rem;text-align: center;}
.index_pro li .txt h3{font-size: var(--f20);font-weight: bold;margin-bottom: .2rem;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.index_pro li .txt span{display: inline-block;color: #fff;font-size: var(--f16);padding: .05rem .4rem;border-radius: 50px;border: 2px solid #0075c2;background: #0075c2;transition: all .5s;}
.index_pro li:hover a{box-shadow: 0 7px 7px -2px rgba(0, 0, 0, 0.1);}
.index_pro li:hover .img img{transform: scale(1.1);}
.index_pro li:hover .txt span{color: #0075c2;background: #fff;}
@media (max-width: 1024px) {
.index_pro li{width: 32.3%;}
.index_pro li:last-child{display: block;}}
@media (max-width: 750px) {
.index_pro li{width: 49%;}
.index_pro li:last-child{display: none;}
.index_pro li .txt{padding: .2rem .1rem;}
.index_pro li .txt h3{font-size: .24rem;}
.index_pro li .txt span{font-size: .22rem;}}

.index_about .more{display: inline-block;color: #fff;font-size: var(--f16);padding: .08rem .25rem;border-radius: 1rem;margin-top: .15rem;border: 1px solid #0075c2;background: #0075c2;transition: all .5s;}
.index_about .more:hover{color: #0075c2;background: #fff;}
.index_about .flex1{display: flex;justify-content: space-between;}
.index_about .flex1 .left{position: relative;display: flex;flex-basis: 35%;min-height: 380px;padding: .15rem;border-radius: 20px;overflow: hidden;align-items: center;}
.index_about .flex1 .left:before{content:"";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #393939;opacity: .8;z-index: 1;}
.index_about .flex1 .left>img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-position: 52% 54%;transition: all .5s;}
.index_about .flex1 .left .txt{position: relative;display: flex;justify-content: space-between;align-items: center;z-index: 2;}
.index_about .flex1 .left .img{width: 36%;}
.index_about .flex1 .left .img img{max-width: 100%;}
.index_about .flex1 .left .tit{width: 61%;padding: .1rem .3rem;}
.index_about .flex1 .left .tit h3{color: #fff;font-size: var(--f40);font-weight: bold;}
.index_about .flex1 .left:hover>img{transform: scale(1.1);}
.index_about .flex1 .right{position: relative;flex-basis: 63.5%;}
.index_about .flex1 .right .txt{position: absolute;top: 8%;left: 5%;width: 90%;color: #fff;font-size: var(--f18);font-weight: bold;z-index: 2;}
.index_about .flex1 .right .img{position: relative;height: 100%;border-radius: 20px;overflow: hidden;}
.index_about .flex1 .right .img:before{content:"";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg,rgb(19,19,19) 0%,rgba(18,122,115,0) 100%);opacity: .8;z-index: 1;}
.index_about .flex1 .right .img img{width: 100%;height: 100%;transition: all .5s;}
.index_about .flex1 .right .box{position: absolute;right: 0;bottom: 0;min-width: 600px;width: 60%;padding: 15px 0 0 15px;border-radius: 12px 0 0 0;background: #fff;z-index: 2;}
.index_about .flex1 .right .num{padding: 30px 25px;border-radius: 10px;box-shadow: 0 0 7px 7px #00000036;}
.index_about .flex1 .right .rad1{position: absolute;top: -13px;width: 13px;height: 13px;inset-inline-start: inherit;inset-inline-end: 0;transform: rotate(180deg);}
.index_about .flex1 .right .rad2{position: absolute;bottom: 0;width: 13px;height: 13px;transform: rotate(180deg);inset-inline-start: -12px;inset-inline-end: inherit;}
.index_about .flex1 .right .rad1 svg,
.index_about .flex1 .right .rad2 svg{position: absolute;left: 0;top: 0;}
.index_about .flex1 .right ul{display: flex;}
.index_about .flex1 .right li{width: 22%;padding: 0px 1%;}
.index_about .flex1 .right li h3{color: #333;font-size: 36px;font-weight: bold;}
.index_about .flex1 .right li sub{font-size: 16px;vertical-align: inherit;}
.index_about .flex1 .right li p{color: #666;font-size: 16px;}
.index_about .flex1 .right:hover img{transform: scale(1.1);}
.index_about .flex2{display: flex;justify-content: space-between;margin-top: 1.5%;}
.index_about .flex2 .left{position: relative;flex: none;width: 30%;}
.index_about .flex2 .left .img{position: relative;height: 100%;border-radius: 15px;overflow: hidden;}
.index_about .flex2 .left .img:before{content:"";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(120deg,rgb(45,41,39) 21%,rgba(235,98,0,0.09) 100%);opacity: .8;z-index: 1;}
.index_about .flex2 .left .img img{width: 100%;height: 100%;transition: all .5s;}
.index_about .flex2 .left .box{position: absolute;right: 0;bottom: 0;width: 300px;max-width: 70%;padding: 15px 0 0 15px;border-radius: 12px 0 0 0;background: #fff;z-index: 2;}
.index_about .flex2 .left .txt{padding: 30px 25px;border-radius: 10px;background: #fff;box-shadow: 0 0 7px 7px #00000036;}
.index_about .flex2 .left .tit{color: #333;font-weight: bold;padding: 30px 0;}
.index_about .flex2 .left .tit h3{font-size: var(--f18);font-weight: inherit;}
.index_about .flex2 .left .tit p{font-size: var(--f14);margin-top: .1rem;}
.index_about .flex2 .left .rad1{position: absolute;top: -13px;width: 13px;height: 13px;inset-inline-start: inherit;inset-inline-end: 0;transform: rotate(180deg);}
.index_about .flex2 .left .rad2{position: absolute;bottom: 0;width: 13px;height: 13px;transform: rotate(180deg);inset-inline-start: -12px;inset-inline-end: inherit;}
.index_about .flex2 .left .rad1 svg,
.index_about .flex2 .left .rad2 svg{position: absolute;left: 0;top: 0;}
.index_about .flex2 .left:hover img{transform: scale(1.1);}
.index_about .flex2 .right{position: relative;width: 69.5%;margin: -.8%;}
.index_about .flex2 .right .img{border: 8px rgba(255, 255, 255, 0.5) solid;margin: 4%;border-radius: 15px;box-shadow: 0 0 10px rgba(0,0,0,.1);overflow: hidden;}
.index_about .flex2 .right .img img{width: 100%;height: 100%;transition: all .5s;}
.index_about .flex2 .right .txt{position: relative;top: 5px;padding: 10px 5%;transition: all .5s;}
.index_about .flex2 .right .txt h3{color: #333;font-size: var(--f18);font-weight: bold;text-align: center;}
.index_about .flex2 .right .swiper-slide:hover img{transform: scale(1.1);}
.index_about .flex2 .right .swiper-slide:hover .txt{top: 0;}

.index_culture ul{display: flex;justify-content: space-between;margin-top: .6rem;flex-wrap: nowrap;}
.index_culture li{position: relative;width: calc(25% - 10px);padding-bottom: 30%;border-radius: 15px;overflow: hidden;cursor: pointer;transition: all .5s;}
.index_culture li .img{position: absolute;width: 100%;height: 100%;}
.index_culture li .img img{width: 100%;height: 100%!important;object-fit: cover;object-position: left;transition: all .5s;}
.index_culture li .info{position: absolute;width: 100%;height: 100%;padding: 0 5%;display: flex;background: rgba(0,0,0,.5);transition: all .5s;align-items: center;}
.index_culture li .info .con{position: relative;width: 100%;color: #fff;text-align: center;text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);}
.index_culture li .info h3,
.index_culture li .info span{font-size: var(--f40);font-weight: bold;line-height: 1.2;}
.index_culture li .info p{color: inherit;font-size: var(--f16);line-height: 1.5;}
.index_culture li.cur{width: calc(50% - 10px);}
.index_culture li.cur .info{background: rgba(0, 0, 0, .4);}
.index_culture li:hover .img img{transform: scale(1.1);}
.index_culture li:hover .info,.index_culture li.cur:hover .info{background: rgba(0, 0, 0, .7);}
@media (max-width: 1024px) {
.index_culture ul{padding-bottom: .2rem;}
.index_culture li,.index_culture li.cur{width: 49%;flex-shrink: 0;margin-right: 2%;padding-bottom: 35%;}}
@media (max-width: 750px) {
.index_culture li,.index_culture li.cur{width: 100%;padding-bottom: 80%;}
.index_culture li .info{background: rgba(0, 0, 0, .4);}
.index_culture li .info p{font-size: .22rem;opacity: 1;visibility: visible;}}

.pc_footer{background: #202020;}
.pc_footer .f_bottom{display: flex;flex-wrap: wrap;padding: var(--f48) 0;justify-content: space-between;}
.pc_footer .left{width: 25%;}
.pc_footer .right{width: 50%;display: flex;justify-content: space-around;}
.pc_footer .right dl+dl{margin-left: 5%;}
.pc_footer  dt{color: #fff;font-size: var(--f20);font-weight: bold;margin-bottom: var(--f16);}
.pc_footer dl dd p{display: flex;color: #fff;font-size: var(--f16);line-height: 1.5;padding: 10px 0;align-items: center;}
.pc_footer dl dd p a{position: relative;width: 100%;color: inherit;padding-left: .35rem;}
.pc_footer dl dd p i{position: absolute;top: .05rem;left: 0;color: #666;margin-right: .15rem;}
.pc_footer dl dd img{width: 100px;}
.pc_footer .share{display: flex;margin-top: var(--f14);padding: var(--f14) 0 var(--f14) 0;border-top: 1px solid #393939;border-bottom: 1px solid #393939;}
.pc_footer .share .icon{position: relative;display: flex;color: #fff;font-size: var(--f22);padding: 0 .05rem;margin-right: .1rem;cursor: pointer;}
.pc_footer .share .icon:last-child{margin: 0;}
.pc_footer .share i{font-size: inherit;}
.pc_footer .share .tip{position: absolute;bottom: 100%;left: 50%;font-size: var(--f14);margin-bottom: 7px;padding: 5px;border-radius: 5px;background: #000;opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(-50%, -10px, 0);}
.pc_footer .share .tip:after{content:" ";position: absolute;bottom: -7px;left: 50%;margin-left: -7px;width: 0;height: 0;border: 7px solid transparent;border-bottom: 0;border-top-color: #000;z-index: 7;}
.pc_footer .share .icon:hover .tip{opacity: 1;visibility: visible;transform: translate3d(-50%, 0, 0);}
.pc_footer .book{width: 25%;}
.pc_footer .book form{display: flex;flex-wrap: wrap;justify-content: center;}
.pc_footer .book .item{width: 100%;margin-bottom: var(--f14);}
.pc_footer .book .item:last-child{margin: 0;}
.pc_footer .book .item .txt{width: 100%;color: #666;font-size: var(--f16);line-height: 2.5;border-radius: 5px;border: 1px solid rgba(255, 255, 255, .7);padding: 0 10px;}
.pc_footer .book .layui-btn{font-size: var(--f16);line-height: 2.8;border: 0;border-radius: 5px;background: #0075c2;height: auto;}
.pc_footer .copyright{position: relative;display: flex;color: #fff;font-size: var(--f14);line-height: 3.5;text-align: center;justify-content: space-between;background: #111;}
.pc_footer .copyright a{color: inherit;}
@media only screen and (max-width: 1024px){
.pc_footer .left,
.pc_footer .book{width: 48%;}
.pc_footer .right{display: none;}}
@media only screen and (max-width: 768px){
.pc_footer .f_bottom{margin-bottom: var(--f48);}
.pc_footer .share{justify-content: center;}
.pc_footer .share .icon{font-size: var(--f46);margin-right: .2rem;}
.pc_footer .left,
.pc_footer .book{width: 100%;margin-top: var(--f48);}
.pc_footer .copyright{font-size: .24rem;line-height: 2;padding: .3rem 0;}}

.slick-slider{outline:none}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
.slick-slide:focus{outline:none}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-prev,.slick-next{display:block;position:absolute;top:50%;height:40px;width:40px;padding:0;font-size:0;line-height:0;margin-top:-20px;cursor:pointer;color:transparent;border:none;outline:none;z-index:40;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}
.slick-prev{left:0}
.slick-prev:after{position:absolute;top:0;left:0;width:100%;line-height:40px;color:#000;font-size:18px}
.slick-next{right:0}
.slick-next:after{position:absolute;top:0;left:0;width:100%;line-height:40px;color:#000;font-size:18px}
.slick-dots{position:absolute;bottom:20px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;font-size:0;z-index:999}
.slick-dots li{position:relative;display:inline-block;*display:inline;width:12px;height:12px;padding:0;margin:0 4px;background:#999999;border-radius:50%;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;zoom:1}
.slick-dots li button{font-size:0;line-height:0;display:block;width:12px;height:12px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background-color:transparent}
.slick-dots li.slick-active{background-color:#ffffff}
.slick-dots li a{font-size:0;color:transparent;outline:none}

.about_box5{background:#f7f7f7}
.about_box5 .content{position:relative;text-align:center;height:180px}
.about_box5 h3{color: #0075c2;font-size: var(--f40);font-weight: bold;text-align: center;margin-bottom: .5rem;}
.about_box5 h4{font-size: var(--f30);color:#1e1e1e;line-height:1.4;margin-bottom: .1rem;}
.about_box5 p{font-size: var(--f20);color:#717171;line-height:1.4}
.about_box5 .slick-prev{width:52px;height:52px;left:-60px;border-radius: 50%;background: #0075c2 url(../images/prev.png)no-repeat center;}
.about_box5 .slick-next{width:52px;height:52px;right:-60px;border-radius: 50%;background: #0075c2 url(../images/next.png)no-repeat center;}
.about_box5 .tab_btn{position:relative;overflow:hidden}
.about_box5 .tab_btn::after{content:'';display:block;position:absolute;right:0;top:63px;width:100%;height:1px;background:#b5b5b5}
.about_box5 .tab_btn .btn{position:relative;text-align:center;font-size: var(--f18);color:#4a4a4a;line-height:1.3;padding-top:90px;background:url(../images/lin.png)no-repeat center top;}
.about_box5 .tab_btn .btn::after{content:'';display:block;position:absolute;left:0;top:57px;width:1px;height:12px;background:#b5b5b5;}
.about_box5 .tab_btn .slick-current.btn{background:url(../images/map.png)no-repeat center top}
.about_box7 .tab_btn{display:flex;overflow:hidden;margin-bottom:40px;justify-content:center}
.about_box7 .tab_btn .btn{float:left;padding: 0 .5rem;font-size: var(--f30);color:#1f1f1f;line-height: 1.8;border-bottom:2px solid #fff;cursor:pointer}
.about_box7 .tab_btn .btn.on{color: #0075c2;border-color: #0075c2;}
.about_box7 .tab_info .line{overflow:hidden}
.about_box7 .tab_info .line .img{float:left;}
.about_box7 .tab_info .line .img img{box-shadow: 0 4px 20px -15px #000;}
.about_box7 .tab_info .line .info{margin-left:300px}
.about_box7 .tab_info .line h4{font-size: var(--f26);color:#0b0b0b;line-height:1.4;padding-top:10px;margin-bottom:10px}
.about_box7 .tab_info .line p{font-size: var(--f16);color:#090909;line-height:1.5}
.about_box7 .tab_info .line{display:none}
.about_box7 .tab_info .line.on{display:block}
@media (max-width:1320px){
.about_box5 .slick-prev{left:0}
.about_box5 .slick-next{right:0}}
@media (max-width:992px){
.about_box5 .slick-prev{left:0;opacity:.5}
.about_box5 .slick-next{right:0;opacity:.5}                      
.his_slick{padding:0 50px}                       
.about_box5 .tab_btn{display:none}
.about_box5 .content{height:auto}
.about_box7 .tab_btn{display:none}
.about_box7 .tab_info .line{display:block;margin-bottom: .5rem;}
.about_box7 .tab_info .line .img{float:none;text-align: center;}
.about_box7 .tab_info .line .info{width:100%;margin-left:0}
.about_box7 .tab_info .line .info h4{text-align: center;}}

.header_lang{position: relative;transition: all .5s;display: none;}
.header_lang .lang_pc{position: relative;min-width: 125px;}
.header_lang .lang_pc>a{position: relative;display: flex;color: #666;font-size: 14px;height: 40px;white-space: nowrap;z-index: 1;align-items: center;padding: 0 10px;border-radius: 50px;background: #f4f4f4;}
.header_lang .lang_pc>a span{display: flex;align-items: center;}
.header_lang .lang_pc>a i{display: inline-block;width: 16px;height: 16px;margin-left: .3em;}
.header_lang .lang_pc>a i svg{display: block;width: 100%;height: 100%;}
.header_lang .lang_pc>a i path{fill: #0075c2;}
.header_lang .lang_pc>a i:first-child{display:inline-block;color: #005faf;width: 18px;height: 18px;margin: 0;margin-right: 5px;}
.header_lang .lang_pc>a i:first-child path{fill: #0075c2;}
.header_lang.mobile_language{display:none;margin-right: 70px;}
.header_lang.mobile_language>a{width: 30px;font-size: 12px;text-align: center;padding: 0;border-radius: 50%;}
.header_lang .lang_pc ul{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);min-width: 100%;padding-top: 20px;margin-top: -20px;background-color: #ffff;box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);border-radius: 0 0 10px 10px;overflow: hidden;opacity: 0;visibility: hidden;transition: all .5s;}
.header_lang .lang_pc ul li{margin-left: 0 !important;float: left;border-bottom: 1px solid #ddd;width: 100%;text-align: left;}
.header_lang .lang_pc ul li:last-child{border: 0;}
.header_lang .lang_pc ul li a{padding: 8px 5px;display: block;color: #4f4f4f;position: relative;font-size: 13px;line-height: 1.5;text-align: center;white-space: nowrap;cursor: pointer;transition: all 0.3s ease-in-out;}
.header_lang .lang_pc ul li a:hover{color: #005faf;}
.header_lang .cur ul{opacity: 1;visibility: visible;}
@media (max-width:1024px){
.header_lang .lang_pc{min-width: auto;}
.header_lang .lang_pc>a i:first-child{font-size: 20px;}
.header_lang .lang_pc>a{height: 35px;font-size: 12px;}
.header_lang .lang_pc ul li a{font-size: 12px;}}