body {
  --ww: 0.96rem;
  --bj: var(--ww);
  --top: 0.9rem;
  --color: #26527a;
  --gap: 1rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.36rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.4rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f52: 0.44rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f64: 0.5rem;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -1 + 1px);
}
html,
body {
  scroll-behavior: smooth;
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #26527a;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f32);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #26527a;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #26527a;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #26527a;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #26527a;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #26527a;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a + a {
  margin-top: 4px;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #26527a;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compiler_style iframe,
.compiler_style video,
.compiler_style img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .compiler_style img,
  .compiler_style video {
    width: auto !important;
    height: auto !important;
  }
}
.compiler_style a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.compiler_style b,
.compiler_style strong {
  font-weight: bold;
}
.compiler_style i,
.compiler_style em {
  font-style: italic;
}
.compiler_style sup {
  vertical-align: super;
  font-size: smaller;
}
.compiler_style sub {
  vertical-align: sub;
  font-size: smaller;
}
.compiler_style h1,
.compiler_style h2,
.compiler_style h3,
.compiler_style h4,
.compiler_style h5,
.compiler_style h6 {
  font-weight: bold;
}
.compiler_style hr {
  display: block;
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  -webkit-margin-start: auto;
  -moz-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  -moz-margin-end: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
  padding: 6px;
}
.compiler_style ul {
  padding-left: 22px;
}
.compiler_style ul li {
  list-style-type: disc;
}
.compiler_style ol {
  padding-left: 22px;
}
.compiler_style ol li {
  list-style-type: decimal;
}
.pu_search {
  --h: 0.6rem;
  display: none;
  position: fixed;
  top: var(--top);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.25rem 0;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pu_search .ch_box {
  width: min(7.2rem, 90vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_search .ch_box .form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form .item input {
  width: 100%;
  height: var(--h);
  border: none;
  background: none;
  color: #333;
}
.pu_search .ch_box .form form .item input::-webkit-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::-moz-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input:-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::placeholder {
  color: #999;
}
.pu_search .ch_box .form form .submit {
  cursor: pointer;
}
.pu_search .ch_box .form form .submit span {
  display: block;
  width: 22px;
}
.pu_search .ch_box .form form .submit span img {
  width: 100%;
}
.pu_search .ch_box .close {
  margin-left: 0.3rem;
  cursor: pointer;
}
.pu_search .ch_box .close i {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #26527a;
}
@media (max-width: 1520px) {
  .pu_search {
    --h: 0.66rem;
  }
}
@media (max-width: 1200px) {
  .pu_search {
    --h: 0.7rem;
  }
}
@media (max-width: 750px) {
  .pu_search {
    --h: 0.86rem;
  }
  .pu_search .ch_box .form form .submit span {
    width: 20px;
  }
}
.pc_header {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pc_header .he_box {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  height: 0.4rem;
}
.pc_header .he_box .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pc_header .he_box .column .nav .item {
  position: relative;
}
.pc_header .he_box .column .nav .item > p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: var(--top);
  color: #333;
  font-weight: bold;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.54rem;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #26527a;
}
.pc_header .he_box .column .nav .item:hover .SelectNav1 {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
  visibility: visible;
}
.pc_header .he_box .menu .lang > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.pc_header .he_box .menu .lang > a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  font-family: Medium;
}
.pc_header .he_box .menu .lang > a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.8em;
  font-weight: bold;
  color: #26527a;
}
.pc_header .he_box .menu .lxwm {
  margin-left: 0.72rem;
}
.pc_header .he_box .menu .lxwm p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: calc(var(--h40) - 0.04rem);
  text-align: center;
  border: 2px solid #26527a;
  border-radius: var(--r6);
  padding: 0 0.3rem;
  color: #333;
  font-weight: bold;
}
.pc_header .he_box .menu .lxwm p a:hover {
  color: #fff;
  background: #26527a;
}
.pc_header.active .he_box {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.pc_header.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.SelectNav1 {
  position: absolute;
  left: -1.9rem;
  width: 7rem;
  top: 80%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 0.16rem;
}
.SelectNav1 ._box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.SelectNav1 ._box ._left {
  background: #fff;
  border-radius: 0.16rem 0 0 0.16rem;
  padding: 0.42rem 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.SelectNav1 ._box ._left .ite {
  padding: 0.22rem 0;
  position: relative;
}
.SelectNav1 ._box ._left .ite p {
  cursor: pointer;
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav2 ._box ._left .ite p{
    text-align: center;
}
.SelectNav1 ._box ._left .ite svg {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-20%) translateX(-30%);
  -ms-transform: translateY(-20%) translateX(-30%);
  transform: translateY(-20%) translateX(-30%);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: none;
}
.SelectNav1 ._box ._left .ite.active p {
  color: #26527a;
}
.SelectNav1 ._box ._left .ite.active svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.SelectNav1 ._box ._right {
  padding: 0.42rem 0.45rem;
  width: 4.05rem;
  border-radius: 0px 0.16rem 0.16rem 0px;
}
.SelectNav1 ._box ._right ul {
  display: none;
}
.SelectNav1 ._box ._right ul.active {
  display: block;
}
.SelectNav1 ._box ._right ul li {
  padding: 0.18rem 0;
}
.SelectNav1 ._box ._right ul li a {
  color: #333;
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.2;
}
.SelectNav1 ._box ._right ul li a:hover {
  color: #26527a;
}
.SelectNav2 {
  width: 2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pc_footer {
  padding: 0.6rem 0 0.5rem;
}
.pc_footer > div {
  font-size: var(--f16);
}
.pc_footer > div .ter_top .le_box .lxwm {
  font-size: var(--f22);
}
.pc_footer > div .ter_top .le_box .lxwm p {
  color: #333;
}
.pc_footer > div .ter_top .le_box .lxwm p span {
  color: #666;
}
.pc_footer > div .ter_top .le_box .lxwm p a {
  display: inline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  font-family: Regular;
}
.pc_footer > div .ter_top .le_box .lxwm p a:hover {
  color: #26527a;
}
.pc_footer > div .ter_top .le_box .lxwm p.email a,
.pc_footer > div .ter_top .le_box .lxwm p.tel a {
  font-size: 1.1em;
}
.pc_footer > div .ter_top .le_box .lxwm p + p {
  margin-top: 0.15rem;
}
.pc_footer > div .ter_top .le_box .code {
  margin-top: 0.4rem;
}
.pc_footer > div .ter_top .le_box .code p {
  width: var(--w90);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.pc_footer > div .ter_top .le_box .code p img {
  width: 100%;
}
.pc_footer > div .ter_top .ri_box .item {
  margin-right: 1.7rem;
}
.pc_footer > div .ter_top .ri_box .item:last-child {
  margin-right: 0;
}
.pc_footer > div .ter_top .ri_box .item .one {
  margin-bottom: 0.3rem;
}
.pc_footer > div .ter_top .ri_box .item .one a {
  font-size: var(--f22);
  color: #333;
}
.pc_footer > div .ter_top .ri_box .item .two a {
  color: #666;
  font-size: var(--f18);
}
.pc_footer > div .ter_top .ri_box .item .two a span {
  font-family: NocturneRough;
}
.pc_footer > div .ter_top .ri_box .item .two a + a {
  margin-top: 0.16rem;
}
.pc_footer > div .ter_top .ri_box .item .two a:hover {
  color: #26527a;
}
.pc_footer > div .ter_bot {
  margin-top: 0.96rem;
}
.pc_footer > div .ter_bot .copy p {
  color: #999;
}
.pc_footer > div .ter_bot .copy p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  display: inline;
}
.pc_footer > div .ter_bot .copy p a:hover {
  color: #26527a;
}
.pc_footer > div .ter_bot .yszc a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.pc_footer > div .ter_bot .yszc a + a {
  margin-left: 6px;
}
.pc_footer > div .ter_bot .yszc a:hover {
  color: #26527a;
}
:root {
  --w168: 1.68rem;
  --w90: 0.9rem;
  --h50: 0.5rem;
  --h40: 0.4rem;
  --r6: 0.06rem;
  --r10: 0.1rem;
  --r16: 0.16rem;
  --w46: 0.46rem;
  --w66: 0.66rem;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pu_link .a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-width: var(--w168);
  line-height: calc(var(--h50) - 0.04rem);
  text-align: center;
  border-radius: var(--r6);
  border: 2px solid #26527a;
  padding: 0 0.3rem;
  font-size: var(--f18);
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.pu_link.active .a {
  background: #26527a;
  color: #fff;
}
.pu_link.active:hover .a {
  background: #204567;
}
.pu_link:hover .a {
  background: #26527a;
  color: #fff;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  opacity: 0.001;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: var(--f52);
  line-height: 1.26;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  opacity: 0.001;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 0.5rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 {
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  -webkit-animation: heroFade 1s 0.3s both;
  animation: heroFade 1s 0.3s both;
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0.46rem;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index_banner .div_ .li {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  width: 0.3rem;
  height: 2px;
  border-radius: 2px;
  margin: 0 4px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_banner .div_ .li.active {
  background: #26527a;
}




.index_banner .button .prev,.index_banner .button .next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: .5rem;
	height: .5rem;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .6s;
}

.index_banner .button div i{
	font-size: var(--f18);
	color: rgba(0,0,0,0.2);
	transition: .6s;
}
.index_banner .button div:hover{
	background:#26527a;
	border-color: #26527a;
    
}
.index_banner .button div:hover i{
	color: #fff;
}



.index_banner .button .prev{
	left: 0.2rem;
}
.index_banner .button .next{
	right: 0.2rem;
}

@-webkit-keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.index_about {
  position: relative;
  overflow: hidden;
}
.index_about .box1 {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_about .box1 img {
  width: 100%;
  height: 100%;
}
.index_about .box2 {
  position: relative;
}
.index_about .box2 .bk {
  width: 100%;
  position: relative;
}
.index_about .box2 .bk img {
  width: 100%;
  height: var(--vh);
}
.index_about .box2 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.index_about .box2 .post > div {
  width: min(6.72rem, 100%);
  margin: auto 0;
}
.index_about .box2 .post > div .content1 .t1 {
  font-size: var(--f48);
  color: #000;
  line-height: 1.4;
}
.index_about .box2 .post > div .content1 .t2 {
  margin-top: 0.2rem;
  font-size: var(--f20);
  line-height: 1.7;
  color: #666;
}
.index_about .box2 .post > div .content2 {
  margin-top: 0.52rem;
}
.title_01 {
  font-size: var(--f52);
  font-weight: bold;
}
.title_02 {
  font-size: var(--f38);
}
.title_03 {
  font-size: var(--f48);
  font-weight: bold;
  line-height: 1.2;
}
.index_news {
  background: #f5f5f5;
}
.index_news .ws_bot {
  margin-top: 0.52rem;
}
.index_news .ws_bot .content2 {
  margin-top: 0.6rem;
}
.pu_li_1 {
  position: relative;
  background: #fff;
  border-radius: var(--r10);
  overflow: hidden;
}
.pu_li_1 a {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
}
.pu_li_1 a .box1 .top_ .t1 {
  font-size: var(--f16);
  color: #666;
}
.pu_li_1 a .box1 .top_ .t2 {
  margin-top: 0.13rem;
  font-size: var(--f24);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 4.203em;
}
.pu_li_1 a .box1 .bot_ {
  margin-top: 0.9rem;
}
.pu_li_1 a .box1 .bot_ .desc {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.66;
  height: 4.983em;
}
.pu_li_1 a .box1 .bot_ .btn {
  position: relative;
  margin-top: 0.55rem;
  z-index: 2;
}
.pu_li_1 a .box2 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: var(--r6);
  padding: 0 0.12rem 0.12rem;
}
.pu_li_1 a .box2 p {
  border-radius: inherit;
  overflow: hidden;
}
.pu_li_1 a .box2 img {
  border-radius: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.pu_li_1:hover a .box1 .bot_ .desc {
  opacity: 0;
}
.pu_li_1:hover a .box1 .bot_ .btn .more_01 .a {
  background: #26527a;
}
.pu_li_1:hover a .box1 .bot_ .btn .more_01 .a svg path {
  fill: #fff;
}
.pu_li_1:hover a .box2 {
  opacity: 1;
}
.pu_li_1:hover a .box2 img {
  /*-webkit-transform: scale(1.05);*/
  /*-ms-transform: scale(1.05);*/
  /*transform: scale(1.05);*/
}
.more_01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more_01 .a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: var(--w46);
  height: var(--w46);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #26527a;
  border-radius: var(--r6);
}
.more_01 .a svg {
  margin: auto;
}
.more_01 .a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_product {
  --w1: 2.42rem;
  --w2: 6.2rem;
  --h1: 4.7rem;
  --h2: 5.7rem;
  position: relative;
  background: #f0f0f0;
  padding: 0.77rem 0 0.4rem;
}
.index_product .pr_top {
  position: relative;
}
.index_product .pr_top .item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.index_product .pr_top .item .title_01 {
  opacity: 0.001;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 1.3em;
}
.index_product .pr_top .item .title_01 span {
  font-family: NocturneRough;
}
.index_product .pr_top .item .desc {
  opacity: 0.001;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 0.1rem;
  font-size: var(--f22);
  color: #666;
}
.index_product .pr_top .item .btn {
  opacity: 0.001;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 0.35rem;
}
.index_product .pr_top .item.active {
  z-index: 1;
  position: relative;
}
.index_product .pr_top .item.active .title_01 {
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_product .pr_top .item.active .desc {
  -webkit-animation: heroFade 1s 0.3s both;
  animation: heroFade 1s 0.3s both;
}
.index_product .pr_top .item.active .btn {
  -webkit-animation: heroFade 1s 0.45s both;
  animation: heroFade 1s 0.45s both;
}
.index_product .pr_bot {
  margin-top: 0.8rem;
}
.index_product .pr_bot .swiper .swiper-slide .content1 {
  width: 100%;
  overflow: hidden;
}
.index_product .pr_bot .swiper .swiper-slide .content1 img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
}
.index_product .pr_bot .swiper .swiper-slide .content1:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_product .pr_bot .swiper .swiper-slide .content2 {
  margin-top: 0.6rem;
  --len: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding-top: 0.16rem;
  border-top: 1px solid #d4d4d4;
  cursor: pointer;
}
.index_product .pr_bot .swiper .swiper-slide .content2::before {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  content: "";
  position: absolute;
  width: 0%;
  top: -1px;
  left: 0;
  height: 1px;
  background: #26527a;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: #707070;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div1 span {
  font-family: NocturneRough;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #fff;
  border-radius: var(--r6);
  padding: 0.16rem;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 > div a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: #333;
  line-height: 1.4;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 > div a + a {
  margin-top: 0.12rem;
}
.index_product .pr_bot .swiper .swiper-slide .content2 .div2 > div a:hover {
  color: #26527a;
}
.index_product .pr_bot .swiper .swiper-slide.active .content2::before {
  width: 100%;
}
.index_product .pr_bot .swiper .swiper-slide.active .content2 .div1 {
  color: #26527a;
}
.index_product .pr_bot .swiper .swiper-slide.active .content2 .div2 {
  opacity: 1;
  bottom: 130%;
  visibility: visible;
}
.index_scene {
  position: relative;
}
.index_scene .ne_bot {
  margin-top: 0.48rem;
}
.index_scene .ne_bot .le_box {
  position: relative;
  width: 55%;
}
.index_scene .ne_bot .le_box .item {
  opacity: 0.001;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: var(--r16);
  overflow: hidden;
  background: #f0f0f0;
}
.index_scene .ne_bot .le_box .item .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.index_scene .ne_bot .le_box .item .bk img {
  border-radius: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  min-height: 5.48rem;
}
.index_scene .ne_bot .le_box .item .post {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
.index_scene .ne_bot .le_box .item .post p {
  width: var(--w66);
  height: var(--w66);
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--r10);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_scene .ne_bot .le_box .item .post p img {
  max-width: 50%;
  margin: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.8;
}
.index_scene .ne_bot .le_box .item .div2 {
  display: none;
  padding: 0.42rem;
}
.index_scene .ne_bot .le_box .item .div2 .text {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  font-size: var(--f36);
  line-height: 1.38;
}
.index_scene .ne_bot .le_box .item .div2 .content {
  margin-top: 0.16rem;
}
.index_scene .ne_bot .le_box .item .div2 .content > div .desc {
  font-size: var(--f18);
  line-height: 1.45;
  color: #666;
}
.index_scene .ne_bot .le_box .item .div2 .content > div .desc span {
  font-family: NocturneRough;
}
.index_scene .ne_bot .le_box .item .div2 .content > div .btn {
  margin-top: 0.44rem;
}
.index_scene .ne_bot .le_box .item:hover .bk img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_scene .ne_bot .le_box .item.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_scene .ne_bot .ri_box {
  width: -webkit-calc(44.8%);
  width: calc(45% - 0.2rem);
  background: #f0f0f0;
  border-radius: var(--r16);
  overflow: hidden;
  padding: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_scene .ne_bot .ri_box > div {
  width: 100%;
  margin: auto;
}
.index_scene .ne_bot .ri_box > div .item {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  padding: 0 0.2rem;
}
.index_scene .ne_bot .ri_box > div .item::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.3rem;
  border-bottom: 1px solid transparent;
}
.index_scene .ne_bot .ri_box > div .item:last-child {
  padding-bottom: 0 !important;
}
.index_scene .ne_bot .ri_box > div .item:last-child::before {
  display: none;
}
.index_scene .ne_bot .ri_box > div .item .text {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  font-size: var(--f36);
  line-height: 1.38;
}
.index_scene .ne_bot .ri_box > div .item .content {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.index_scene .ne_bot .ri_box > div .item .content > div {
  min-height: 0;
}
.index_scene .ne_bot .ri_box > div .item .content > div .desc {
  font-size: var(--f18);
  line-height: 1.45;
  color: #666;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: -webkit-calc(4.495em);
  height: calc(1.45em * 3.1);
}
.index_scene .ne_bot .ri_box > div .item .content > div .desc span {
  font-family: NocturneRough;
}
.index_scene .ne_bot .ri_box > div .item .content > div .btn {
  margin-top: 0.44rem;
}
.index_scene .ne_bot .ri_box > div .item + .item {
  margin-top: 0.2rem;
}
.index_scene .ne_bot .ri_box > div .item.active {
  padding-bottom: 0.8rem;
}
.index_scene .ne_bot .ri_box > div .item.active::before {
  border-color: #dddddd;
}
.index_scene .ne_bot .ri_box > div .item.active .text {
  color: #333;
}
.index_scene .ne_bot .ri_box > div .item.active .content {
  margin-top: 0.16rem;
  grid-template-rows: 1fr;
}
.InnerBanner {
  position: relative;
}
.InnerBanner picture {
  overflow: hidden;
}
.InnerBanner picture img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: big 1s linear forwards;
  animation: big 1s linear forwards;
}

.InnerBanner::after{
    content: '';
	position: absolute;
	width: 100%;
	height: 20%;
	min-height: 1.5rem;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
}
.InnerBanner .orientation {
    	z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.InnerBanner .orientation .box {
  width: 50%;
}
.InnerBanner .orientation .box .content1 {
  font-family: Bold;
  font-size: var(--f52);
  line-height: 1.2;
}
.InnerBanner .orientation .box .content2 {
  font-size: var(--f22);
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
}
.InnerBanner .orientation .box .content3 {
  margin-top: 0.65rem;
}
.mbxPosi {
  position: relative;
}
.mbxPosi .mbx {
  position: absolute;
  left: 0;
  top: var(--top);
  width: 100%;
  z-index: 2;
}
.mbx ._box {
  padding: 0.26rem 0 0;
  font-size: var(--f16);
}
.mbx ._box span {
  color: #000;
}
.mbx ._box a {
  color: #999;
  display: inline-block;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mbx ._box a:hover {
  color: #26527a;
}
.mbx ._box i {
  font-size: 0.8em;
  color: #999;
  margin: 0 2px;
}
.mt {
  margin-top: 0.6rem;
}
.Product_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Product_01 .box .item {
  padding: 0.4rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(38, 82, 122, 0.1);
  box-shadow: 0px 0px 15px rgba(38, 82, 122, 0.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .item .content1 p {
  width: 66px;
  height: 66px;
  background: rgba(38, 82, 122, 0.2);
  border-radius: 10px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_01 .box .item .content1 p img {
  margin: auto;
}
.Product_01 .box .item .content2 {
  font-size: var(--f24);
  margin-top: 0.75rem;
  font-weight: bold;
}
.Product_01 .box .item .content3 {
  font-size: var(--f20);
  color: #666;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.Product_01 .box .item:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0px 0px 15px rgba(38, 82, 122, 0.2);
  box-shadow: 0px 0px 15px rgba(38, 82, 122, 0.2);
}
.Product_02 {
  background: #F5F5F5;
}

.Product_02 .box .scroll .table_p{
    font-size: var(--f20);
    color: #666;
    line-height: 1.5;
}
.Product_02 .box .scroll .table table {
  width: 100%;
}
.Product_02 .box .scroll .table table tr:first-child td {
  background: rgba(38, 82, 122, 0.1);
  font-weight: bold;
  color: #000;
  font-size: var(--f18);
}
.Product_02 .box .scroll .table table td {
  border: 1px solid #D4D4D4;
  padding: 0.22rem 0.4rem;
  font-size: 16px;
  color: #666;
  text-align: left;
  vertical-align: middle;
  font-size: var(--f16);
}
.Product_02 .box .scroll .table table td:nth-last-child(1) {
  color: #333;
}
.Product_02 .box .scroll .table table td:nth-last-child(2) {
  color: #333;
}
.Product_03 {
  overflow: hidden;
}
.Product_03 .box .swiper .item {
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.Product_03 .box .swiper .item > img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_03 .box .swiper .item .icon {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 66px;
  height: 66px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_03 .box .swiper .item .icon img {
  margin: auto;
 
}
.Product_03 .box .swiper .item .text {
  position: absolute;
  padding: 0.4rem;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: var(--f32);
  color: #000;
}

.Product_03 .box .swiper .item:hover > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.banner_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.6rem;
}
.banner_page div span {
  height: 2px;
  width: 30px;
  border-radius: 16px;
  background: rgba(38, 82, 122, 0.4);
  opacity: 1;
  margin: 0 8px !important;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_page div .swiper-pagination-bullet-active {
  background: #26527a;
}
.Product_04 {
  background: #f5f5f5;
  overflow: hidden;
}
.Product_04 .box {
  padding-left: var(--bj);
}
.Product_04 .box .swiper {
  padding-right: var(--bj);
}
.Product_04 .box .swiper-slide{
    height: auto;
}
.Product_04 .box .item {
  background: #fff;
  height: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  padding: 0.8rem 0 0.6rem;
}
.Product_04 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.22rem 0 0.8rem;
}
.Product_04 .box .item .boxLeft .content1 {
  font-size: var(--f36);
  font-family: Medium;
  color: #333;
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_04 .box .item .boxLeft .content2 {
  font-size: var(--f22);
  color: #666;
  line-height: 1.45;
  margin-top: 0.32rem;
  height: 2.9rem;
}
.Product_04 .box .item .boxRight {
  width: 4.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_04 .box .item .boxRight img {
  margin: auto;
  max-height: 3.9rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_04 .box .item:hover .boxLeft .content1 {
  color: #26527a;
}
.Product_04 .box .item:hover .boxLeft .content3 .pu_link .a {
  background: #26527a;
  color: #fff;
}
.Product_04 .box .item:hover .boxRight img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.InnerBanner2 {
  overflow: hidden;
}
.InnerBanner2 img {
  width: 100%;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.Application .box {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.Application .box .item {
  position: relative;
  top: 0;
  scroll-snap-align: start;
  scroll-margin-top: 20px;
}
.Application .box .item picture img {
  width: 100%;
}
.Application .box .item .orientation {
  position: absolute;
  width: 6.6rem;
  left: var(--bj);
  bottom: 0.6rem;
  padding: 0.4rem 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 0.16rem;
}

@media (min-width: 1281px) {
    .Application .box .item .orientation {
         bottom: 50%;
         transform: translateY(50%);
    }
 
}


.Application .box .item .orientation .content1 {
  line-height: 1.8;
}
.Application .box .item .orientation .content1 .icon {
  width: 66px;
  height: 66px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Application .box .item .orientation .content1 .icon img {
  margin: auto;
}
.Application .box .item .orientation .content2 {
  font-size: var(--f36);
  line-height: 1;
  margin-top: 0.4rem;
}
.Application .box .item .orientation .content3 {
  font-size: var(--f20);
  line-height: 1.8;
  min-height: -webkit-calc(7.2em);
  min-height: calc(1.8em * 4);
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
}
.About_01 {
  padding-top: var(--gap);
}
.About_01 .title_03 {
  text-align: center;
}
.About_01 .box {
  padding: 0 2.46rem;
}
.About_01 .box .desc {
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
}
.About_01 .box1 {
  margin-top: 0.5rem;
}
.About_01 .box1 img {
  width: 100%;
}
.About_02 {
  overflow: hidden;
}
.About_02 .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.3rem;
}
.About_02 .box .boxLeft ul li {
  padding: 0.35rem 0;
}
.About_02 .box .boxLeft ul li .top {
  font-size: var(--f32);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding-right: 0.3rem;
}
.About_02 .box .boxLeft ul li .top i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #26527a;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
  font-size: var(--f16);
}
.About_02 .box .boxLeft ul li .top:hover {
  color: #26527a;
}
.About_02 .box .boxLeft ul li .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.About_02 .box .boxLeft ul li .bot .desc {
  min-height: 0;
}
.About_02 .box .boxLeft ul li .bot .desc .text {
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
}
.About_02 .box .boxLeft ul li .bot .desc .img {
  display: none;
}
.About_02 .box .boxLeft ul .active .top i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.About_02 .box .boxLeft ul .active .bot {
  padding-top: 0.3rem;
  grid-template-rows: 1fr;
  padding-bottom: 0.45rem;
  opacity: 1;
}
.About_02 .box .boxRight {
  width: 8.46rem;
  position: relative;
  height: 7rem;
}
.About_02 .box .boxRight p {
  border-radius: 0.16rem;
  overflow: hidden;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 100%;
}
.About_02 .box .boxRight p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_02 .box .boxRight .active {
  opacity: 1;
  z-index: 2;
}
.About_03 {
  background: #f5f5f5;
}
.About_03 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: wmdkh 10s linear infinite;
  animation: wmdkh 10s linear infinite;
}
.About_03 .box ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.About_03 .box ul li {
  padding: 0 0.1rem;
}
.About_03 .box ul li p {
  width: 3.28rem;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.About_03 .box ul li img {
  width: 100%;
}
.About_03 .box .banner {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.About_03 .box .banner:last-child {
  margin-bottom: 0;
}
.About_03 .box .banner:nth-child(2n) ul {
  animation-direction: reverse;
}
@-webkit-keyframes wmdkh {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes wmdkh {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.News_01 {
  background: #f5f5f5;
}
.News_01 .box {
  overflow: hidden;
  position: relative;
}
.News_01 .box .swiper {
  border-radius: 10px;
  background: #fff;
}
.News_01 .box .item {
  padding: 0.24rem;
}
.News_01 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.4rem 1.2rem 0 0.8rem;
}
.News_01 .box .item .boxLeft > div {
  position: relative;
  height: 100%;
}
.News_01 .box .item .boxLeft .content1 {
  font-family: Regular;
  color: #666;
  font-size: var(--f18);
}
.News_01 .box .item .boxLeft .content2 {
  font-size: var(--f32);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.802em;
  margin-top: 0.18rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: 3.402em;
  margin-top: 0.28rem;
}
.News_01 .box .item .boxLeft .content4 {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
}
.News_01 .box .item .boxRight {
  width: 7.8rem;
}
.News_01 .box .item .boxRight p {
  border-radius: 6px;
  overflow: hidden;
}
.News_01 .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item:hover .boxLeft .content4 .more_01 .a {
  background: #26527a;
}
.News_01 .box .item:hover .boxLeft .content4 .more_01 .a svg path {
  fill: #fff;
}
.News_01 .box .item:hover .boxRight p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .box .banner_page {
  position: absolute;
  bottom: 0.6rem;
  right: -webkit-calc(9rem);
  right: calc(7.8rem + 1.2rem);
  z-index: 2;
}
.News_02 {
  background: #f5f5f5;
}
.News_02 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.News_02 .box .item {
  background: #fff;
  padding: 0.24rem;
  border-radius: 10px;
}
.News_02 .box .item figcaption .content1 {
  font-size: var(--f18);
  color: #666;
  font-family: Regular;
  padding-top: 0.22rem;
}
.News_02 .box .item figcaption .content2 {
  font-size: var(--f24);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.802em;
  margin-top: 0.2rem;
}
.News_02 .box .item figcaption .content3 {
  margin-top: 0.8rem;
}
.News_02 .box .item figure {
  margin-top: 0.5rem;
  border-radius: 6px;
  overflow: hidden;
}
.News_02 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item:hover figcaption .content3 .a {
  background: #26527a;
}
.News_02 .box .item:hover figcaption .content3 .a svg path {
  fill: #fff;
}
.News_02 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.8rem;
}
.pu_page .prev a,
.pu_page .next a {
  width: 46px;
  height: 46px;
  border: 2px solid #26527a;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: var(--f14);
  color: #26527a;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #26527a;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .number {
  padding: 0 0.48rem;
}
.pu_page .number a {
  display: inline-block;
  color: #26527a;
  opacity: 0.5;
  font-size: var(--f20);
  font-family: Medium;
  padding: 0 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .number a:hover {
  opacity: 1;
}
.pu_page .number .active {
  opacity: 1;
  font-family: Bold;
}
.News_04 {
  margin-top: 1.2rem;
}
.News_04 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_04 .box .boxLeft .content1 {
  font-size: var(--f20);
  font-family: Regular;
  color: #26527a;
}
.News_04 .box .boxLeft .content2 {
  margin-top: 0.26rem;
  font-size: var(--f48);
  line-height: 1.4;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #ddd;
}
.News_04 .box .boxLeft .content3 {
  margin-top: 0.5rem;
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  padding-top: 0.5rem;
}
.News_04 .box .boxLeft .content3 .h5,
.News_04 .box .boxLeft .content3 .h6 {
  color: #26527a;
  font-size: var(--f24);
}
.News_04 .box .boxLeft .content4 {
  margin-top: 0.7rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ddd;
}
.News_04 .box .boxLeft .content4 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.News_04 .box .boxLeft .content4 .left a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.201em;
}
.News_04 .box .boxLeft .content4 .left a span {
  font-weight: bold;
  color: #26527a;
  margin-right: 0.3rem;
}
.News_04 .box .boxLeft .content4 .left a:hover {
  color: #26527a;
}
.News_04 .box .boxLeft .content4 .left .next {
  margin-top: 0.16rem;
}
.News_04 .box .boxLeft .content4 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_04 .box .boxRight {
  width: 5.2rem;
  padding-left: 1.4rem;
}
.News_04 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0.5rem;
}
.News_04 .box .boxRight .sticky .h5 {
  font-size: var(--f32);
  color: #000;
}
.News_04 .box .boxRight .sticky .list {
  margin-top: 0.4rem;
  gap: 0.2rem;
  display: grid;
}
.News_04 .box .boxRight .sticky .list .item {
  background: #fff;
  padding: 0.26rem 0.3rem;
  border-radius: 10px;
}
.News_04 .box .boxRight .sticky .list .item .time {
  font-size: var(--f16);
  color: #666;
  font-family: Regular;
}
.News_04 .box .boxRight .sticky .list .item .title {
  margin-top: 0.13rem;
  font-size: var(--f20);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 4.203em;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_04 .box .boxRight .sticky .list .item:hover .title {
  color: #26527a;
}
.Join_01 .box .list {
  display: grid;
  gap: 10px;
}
.Join_01 .box .item {
  background: #f5f5f5;
  border-radius: 10px;
}
.Join_01 .box .item .top {
  --h: 0.94rem;
  padding: 0 0.6rem 0 0.5rem;
  cursor: pointer;
}
.Join_01 .box .item .top .content1 {
  font-size: var(--f26);
  color: #333;
  height: var(--h);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Join_01 .box .item .top .content2 {
  line-height: var(--h);
  font-size: var(--f18);
  margin-left: auto;
  width: 1.9rem;
}
.Join_01 .box .item .top .content2 svg {
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Join_01 .box .item .top .content3 {
  width: 3.4rem;
  margin-left: 0;
}
.Join_01 .box .item .top .content4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_01 .box .item .top .content4 p {
  width: 14px;
  height: 2px;
  background: #26527a;
  position: relative;
}
.Join_01 .box .item .top .content4 p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #26527a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Join_01 .box .item .top.active .content4 p::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.Join_01 .box .item .top:hover .content1 {
  color: #26527a;
}
.Join_01 .box .item .bottom {
  padding: 0 0.5rem;
  display: none;
}
.Join_01 .box .item .bottom > div {
  border-top: 1px solid #C4C8E0;
  padding: 0.42rem 0 0.5rem;
}
.Join_01 .box .item .bottom .show {
  display: none;
  font-size: var(--f18);
  min-width: 1.9rem;
  margin-bottom: 0.5rem;
}
.Join_01 .box .item .bottom .show svg {
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Join_01 .box .item .bottom .h5 {
  font-size: var(--f24);
  line-height: 1;
  margin-bottom: 0.15rem;
}
.Join_01 .box .item .bottom .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.Join_01 .box .item .bottom .content1 {
  margin-bottom: 0.5rem;
}
.Join_02 {
  background: #f5f5f5;
}
.Join_02 .box {
  --w1: 8rem;
  --H1: 5.4rem;
  --w2: calc((var(--vw) - var(--bj) * 2 - var(--w1) - 10px * 3) / 3);
  padding-left: var(--bj);
  padding-right: var(--bj);
}
.Join_02 .box .scroll .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.Join_02 .box .scroll .list .item {
  width: var(--w2);
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Join_02 .box .scroll .list .item .img {
  border-radius: 6px;
  overflow: hidden;
  width: var(--w1);
  position: relative;
}
.Join_02 .box .scroll .list .item .img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.Join_02 .box .scroll .list .item .img img {
  width: 100%;
  height: var(--H1);
}
.Join_02 .box .scroll .list .item .content {
  position: absolute;
  left: 0;
  bottom: 0.52rem;
  width: 100%;
}
.Join_02 .box .scroll .list .item .content1 {
  font-size: var(--f24);
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding-left: 0.4rem;
}
.Join_02 .box .scroll .list .item .content1 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Join_02 .box .scroll .list .item .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #fff;
  padding-right: 1.7rem;
  padding-left: 0.4rem;
  width: var(--w1);
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.Join_02 .box .scroll .list .item .content2 > div {
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  .Join_02 .box .scroll .list .active {
    width: var(--w1);
  }
  .Join_02 .box .scroll .list .active .content2 {
    margin-top: 0.24rem;
    grid-template-rows: 1fr;
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.Contact_01 {
  overflow: hidden;
}
.Contact_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.2rem;
}
.Contact_01 .box .boxLeft > div {
  height: 100%;
  background: #f5f5f5;
  border-radius: 0.16rem;
  padding: 0.4rem 0.6rem 0;
}
.Contact_01 .box .boxLeft .title {
  font-size: var(--f18);
  color: #666;
}
.Contact_01 .box .boxLeft .tel {
  margin-top: 8px;
  margin-bottom: 0.38rem;
}
.Contact_01 .box .boxLeft .tel a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f28);
  font-family: Regular;
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft .tel a:hover {
  color: #26527a;
}
.Contact_01 .box .boxLeft .email {
  margin-top: 8px;
  margin-bottom: 0.38rem;
}
.Contact_01 .box .boxLeft .email a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f24);
  font-family: Regular;
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft .email a:hover {
  color: #26527a;
}
.Contact_01 .box .boxLeft .address {
  margin-top: 8px;
}
.Contact_01 .box .boxLeft .address .a {
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.8;
}
.Contact_01 .box .boxLeft .address .a:hover {
  color: #26527a;
}
.Contact_01 .box .boxLeft .ewm {
  margin-top: 0.52rem;
}
.Contact_01 .box .boxLeft .ewm .img img {
  width: 1.3rem;
}
.Contact_01 .box .boxLeft .ewm .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  font-size: var(--f22);
}
.Contact_01 .box .boxRight {
  width: 10.18rem;
}
.Contact_01 .box .boxRight p,
.Contact_01 .box .boxRight a {
  border-radius: 0.16rem;
  overflow: hidden;
}
.Contact_01 .box .boxRight p img,
.Contact_01 .box .boxRight a img {
  width: 100%;
}
.Contact_02 {
  background: #f5f5f5;
}
.Contact_02 .box .list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Contact_02 .box .list1 .item {
  position: relative;
}
.Contact_02 .box .list1 .item input {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 0;
  background: #fff;
  border-radius: 10px;
  height: 0.7rem;
  padding: 0 0.45rem;
}
.Contact_02 .box .list1 .item input::-webkit-input-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list1 .item input::-moz-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list1 .item input:-ms-input-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list1 .item input::-ms-input-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list1 .item input::placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list1 .item input:hover::-webkit-input-placeholder {
  color: #333;
}
.Contact_02 .box .list1 .item input:hover::-moz-placeholder {
  color: #333;
}
.Contact_02 .box .list1 .item input:hover:-ms-input-placeholder {
  color: #333;
}
.Contact_02 .box .list1 .item input:hover::-ms-input-placeholder {
  color: #333;
}
.Contact_02 .box .list1 .item input:hover::placeholder {
  color: #333;
}
.Contact_02 .box .list1 .item svg {
  position: absolute;
  left: 0.2rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Contact_02 .box .list2 {
  margin-top: 0.2rem;
}
.Contact_02 .box .list2 .item {
  position: relative;
}
.Contact_02 .box .list2 .item textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 0;
  background: #fff;
  border-radius: 10px;
  height: 2rem;
  padding: 0.25rem 0.45rem;
  resize: none;
}
.Contact_02 .box .list2 .item textarea::-webkit-input-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list2 .item textarea::-moz-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list2 .item textarea:-ms-input-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list2 .item textarea::-ms-input-placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list2 .item textarea::placeholder {
  color: #a2a2a2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .list2 .item svg {
  position: absolute;
  left: 0.2rem;
  top: 0.28rem;
}
.Contact_02 .box .list4 {
  color: #666;
  font-size: var(--f16);
  margin-top: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_02 .box .list4 p {
  margin-left: 0.06rem;
}
.Contact_02 .box .list4 p a {
  display: inline-block;
}
.Contact_02 .box .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #26527a !important;
  background: var(--gradient);
}
.Contact_02 .box .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #26527a;
}
.Contact_02 .box .list4 .layui-form-checked[lay-skin=primary] i {
  background: #26527a;
}
.Contact_02 .box .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .box .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #26527a;
}
.Contact_02 .box .list4 a:hover {
  color: #1a3853;
}
.Contact_02 .box .list5 {
  margin-top: 0.25rem;
}
.Contact_02 .box .list5 label {
  padding: 0 0.1rem;
}
@media (max-width: 1600px) {
  .Join_01 .box .item .top .content2 svg {
    -webkit-transform: translateY(-2px) scale(0.9);
    -ms-transform: translateY(-2px) scale(0.9);
    transform: translateY(-2px) scale(0.9);
  }
  .Join_02 .box .scroll .list .item .content2 {
    padding-right: 1.5rem;
  }
}
@media (max-width: 1500px) {
  :root {
    --w168: 1.68rem;
    --w90: 0.96rem;
    --h50: 0.56rem;
    --h40: 0.48rem;
    --r6: 0.06rem;
    --r10: 0.1rem;
    --r16: 0.16rem;
    --w46: 0.52rem;
    --w66: 0.72rem;
  }
  .SelectNav1 ._box ._left .ite svg {
    right: 0.2rem;
  }
  .About_01 .box {
    padding: 0 2rem;
  }
  .Join_02 .box .scroll .list .item .content1 {
    padding: 0 0.4rem;
    text-align: center;
    line-height: 1.5;
  }
  .Contact_02 .box .list1 .item input,
  .Contact_02 .box .list2 .item textarea {
    padding-left: 0.55rem;
  }
  .Contact_02 .box .list4 .layui-form-checkbox[lay-skin=primary] {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .Join_02 .box .scroll .list .item .content1{
      font-size: 16px;
      font-weight: bold;
  }
  .Join_02 .box .scroll .list .item .content2{
      font-size: var(--f16);
  }
}
@media (max-width: 1400px) {
  .Join_01 .box .item .top .content2 svg {
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
    margin: 0;
  }
}
@media (max-width: 1300px) {
  .index_scene .ne_bot .ri_box > div .item .content > div .btn {
    margin-top: 0.3rem;
  }
  .index_scene .ne_bot .ri_box {
    padding: 0.35rem;
  }
  .pu_li_1 a .box1 .bot_ .btn {
    margin-top: 0.25rem;
  }
  .About_01 .box {
    padding: 0;
  }
  .News_04 .box .boxRight {
    padding-left: 1rem;
  }
  .Join_02 .box .scroll .list .item .content1 {
    text-align: left;
  }
  .Contact_01 .box .boxRight {
    width: 9.5rem;
  }
  .Contact_01 .box .boxRight p {
    height: 100%;
  }
  .Contact_01 .box .boxRight p img {
    height: 100%;
  }
}
@media (max-width: 1200px) {
    .index_banner .button{
        display: none;
    }
  .MobileMain .HeaderMobile .box .button .Language > a span {
    margin-left: 0;
    margin-right: 6px;
  }
  .MobileMain .HeaderMobile .box .button .Language > a i {
    color: #26527a;
    font-weight: bold;
    font-size: 0.8em;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .index_about .box2 .post > div .content2,
  .index_about .box2 .post > div .content1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .pc_footer > div .ter_top .ri_box,
  .index_scene .ne_bot .ri_box,
  .index_about .box1 {
    display: none;
  }
  .index_about {
    height: auto;
  }
  .index_about .box2 .bk img {
    height: 6rem;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .index_scene .ne_bot .le_box .item {
    position: relative;
    opacity: 1;
  }
  .index_scene .ne_bot .le_box .item + .item {
    margin-top: 0.2rem;
  }
  .index_scene .ne_bot .le_box .item .div2 {
    display: block;
  }
  .index_scene .ne_bot .le_box .item .div2 .text {
    color: #333;
  }
  .pc_footer > div .ter_bot {
    margin-top: 0.4rem;
  }
  .pc_footer > div .ter_bot {
    line-height: 1.6;
  }
  .pu_link .a {
    padding: 0 0.4rem;
  }
  .index_scene .ne_bot .le_box .item .bk img {
    min-height: auto;
  }
  .pc_footer > div .ter_top .le_box,
  .index_scene .ne_bot .le_box {
    width: 100%;
  }
  :root {
    --w168: 1.68rem;
    --w90: 1.2rem;
    --h50: 0.56rem;
    --h40: 0.48rem;
    --r6: 0.06rem;
    --r10: 0.1rem;
    --r16: 0.16rem;
    --w46: 0.52rem;
    --w66: 0.72rem;
  }
  .mbxPosi .mbx {
    top: 0;
  }
  .InnerBanner .orientation .box {
    width: 56%;
  }
  .Product_02 .box .scroll .table table td {
    padding: 0.2rem 0.3rem;
  }
  .pc_footer > div {
    font-size: 13px;
  }
  .Application .box .item {
    padding-bottom: 4rem;
    background: #e5e6e8;
  }
  .Application .box .item:nth-child(2) {
    background: #bec2c4;
  }
  .Application .box .item picture img {
    min-height: 7rem;
  }
  .Application .box .item .orientation {
    width: 90vw;
  }
  .Product_04 .box .item .boxRight {
    width: 4rem;
  }
  .Product_04 .box .item .boxLeft {
    padding: 0 0.2rem 0 0.4rem;
  }
  .About_01 {
    padding-top: 0;
  }
  .About_02 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .About_02 .box .boxLeft ul li .bot .desc .img {
    display: block;
    margin-top: 0.3rem;
  }
  .About_02 .box .boxLeft ul li .bot .desc .img img {
    width: 100%;
  }
  .About_02 .box .boxRight {
    display: none;
  }
  .News_01 .box .item {
    padding: 0.4rem;
  }
  .News_01 .box .item .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.4rem 0;
    width: 100%;
  }
  .News_01 .box .item .boxLeft .content4 {
    position: initial;
    margin-top: 0.5rem;
  }
  .News_01 .box .item .boxRight {
    width: 100%;
  }
  .News_02 .box .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 0.3rem;
  }
  .News_04 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .News_04 .box .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0.8rem;
  }
  .bjs {
    padding-top: 0;
  }
  .Join_01 .box .item .top .content2 {
    display: none;
  }
  .Join_01 .box .item .bottom .show {
    display: block;
  }
  .Join_02 .box {
    padding-right: 0;
  }
  .Join_02 .box .scroll {
    overflow: auto;
    padding-right: 5vw;
    padding-bottom: 0.2rem;
  }
  .Join_02 .box .scroll .list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .Join_02 .box .scroll .list .item {
    width: 74vw;
  }
  .Join_02 .box .scroll .list .item .content1 {
    font-size: var(--f26);
    margin-bottom: 0.2rem;
    font-weight: bold;
  }
  .Join_02 .box .scroll .list .item .content2 {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .Contact_01 .box .boxLeft {
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Contact_01 .box .boxRight {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Contact_01 .box .boxLeft > div {
    padding: 0.4rem;
  }
  .Contact_02 .box .list1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .News_01 .box .banner_page {
    position: initial;
  }
  .pu_li_1 a .box1 .bot_ .btn {
    margin-top: 0.55rem;
  }
  .Join_02 .box .scroll .list .item .content2 {
    width: 100%;
  }
  .index_banner .swiper .swiper-slide .slide_post > div {
        /*margin: auto 0 0;*/
    }
}
@media (max-width: 750px) {
  .pc_footer > div .ter_bot {
    font-size: 0.24rem;
  }
  .index_product .pr_bot .swiper .swiper-slide .content2 .div2 {
    padding: 0.26rem;
  }
  .index_about .box2 .bk img {
    height: 8rem;
  }
  .pu_li_1 a .box1 .bot_ {
    margin-top: 1.4rem;
  }
  .index_banner .swiper .swiper-slide .slide_post {
    padding: 0.4rem var(--bj);
  }
  .index_banner .swiper .swiper-slide .slide_post > div {
    margin: auto 0 0;
  }
  .index_banner .swiper .swiper-slide .slide_post > div .content2 {
    margin-top: 0.4rem;
  }
  .index_product .pr_top .item .title_01 {
    font-size: 0.4rem;
  }
  :root {
    --w168: 1.68rem;
    --w90: 1.4rem;
    --h50: 0.74rem;
    --h40: 0.64rem;
    --r6: 0.06rem;
    --r10: 0.1rem;
    --r16: 0.16rem;
    --w46: 0.7rem;
    --w66: 0.9rem;
  }
  .pc_footer > div .ter_top .le_box .lxwm {
    font-size: var(--f20);
  }
  .Product_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_01 .box .item .content1 p,
  .Product_03 .box .swiper .item .icon,
  .Application .box .item .orientation .content1 .icon {
    width: 55px;
    height: 55px;
  }
  .Product_01 .box .item .content1 p img,
  .Product_03 .box .swiper .item .icon img,
  .Application .box .item .orientation .content1 .icon img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Product_02 .box .scroll {
    overflow: auto;
    padding-bottom: 0.2rem;
  }
  .Product_02 .box .scroll .table {
    width: 200%;
  }
  .Product_02 .box .scroll .table table td,
  .Product_02 .box .scroll .table table tr:first-child td {
    font-size: 12px;
  }
  .Product_04 .box .item .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.4rem;
  }
  .Product_04 .box .item .boxRight {
    width: 100%;
  }
  .Product_04 .box .item {
    padding: 0.2rem 0 0;
  }
  .Product_04 .box .item .boxLeft .content2 {
    font-size: 14px;
    height: 1.8rem;
  }
  .InnerBanner picture img {
    min-height: 300px;
  }
  .InnerBanner .orientation .box {
    width: 100%;
  }
  .InnerBanner .orientation .box .content2 {
    font-size: 14px;
    width: 60%;
  }
  .Application .box .item .orientation .content3 {
    font-size: 14px;
  }
  .Application .box .item .orientation .content3 {
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .InnerBanner2 img {
    min-height: 100px;
  }
  .About_03 .box ul li p {
    width: 3.8rem;
  }
  .News_01 .box .item .boxLeft .content2 {
    font-size: var(--f24);
  }
  .News_02 .box .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .News_01 .box .item .boxLeft .content3 {
    font-size: var(--f16);
  }
  .pu_page .prev a,
  .pu_page .next a {
    width: 40px;
    height: 40px;
  }
  .News_04 .box .boxLeft .content2 {
    font-size: 18px;
  }
  .mbx ._box {
    line-height: 1.4;
  }
  .News_04 .box .boxLeft .content2 {
    padding-bottom: 0.5rem;
  }
  .News_04 .box .boxLeft .content3 {
    padding-top: 0;
  }
  .News_04 .box .boxLeft .content4 .left {
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .News_04 .box .boxLeft .content4 .right {
    margin-top: 0.4rem;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .News_04 .box .boxRight .sticky .list .item .title {
    font-size: var(--f22);
  }
  .Join_01 .title_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Join_01 .box .item .top {
    padding: 0 0.4rem;
  }
  .Join_01 .box .item .top .content1 {
    font-size: var(--f22);
  }
  .Join_01 .box .item .bottom .desc {
    font-size: var(--f16);
  }
  .Join_01 .box .item .bottom .show svg {
    margin-right: 0;
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
  }
  .Join_01 .box .item .bottom {
    padding: 0 0.4rem;
  }
  .Join_02 .box .scroll .list .item .content2 {
    font-size: 12px;
  }
  .Join_02 .box .scroll .list .item {
    width: 87vw;
  }
  .Join_02 .box .scroll .list .item .content2 {
    padding-right: 0.4rem;
  }
  .pu_link .a {
    font-size: 14px;
  }
  .Contact_02 .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_02 .box .list1 .item input {
    height: 0.9rem;
  }
  .Contact_02 .box .list1 .item input,
  .Contact_02 .box .list2 .item textarea {
    padding-left: 0.7rem;
    font-size: 15px;
  }
  .Contact_02 .box .list4 {
    margin-top: 0.3rem;
  }
}

.Product_01 .box .item .content1 p img,
.Product_03 .box .swiper .item .icon img,
.Application .box .item .orientation .content1 .icon img,
.index_scene .ne_bot .le_box .item .post p img{
     border-radius: initial;
}
/*# sourceMappingURL=./style.css.map */