html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
:root {
  --swiper-theme-color: #FF8C00;
  --b600: 600;
  --ease: cubic-bezier(0.43, 0.195, 0.02, 1);
  --r10: 0.1rem;
  --r16: 0.16rem;
  --r20: 0.2rem;
  --r30: 0.3rem;
  --ad_height: 1.66rem;
}
.ios,
.lang_en {
  --bold: bold;
}
body {
  --www: 1rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #FF8C00;
  --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;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 18px;
    --f22: 18px;
    --f24: 18px;
    --f26: 18px;
    --f28: 0.26rem;
    --f30: 0.28rem;
    --f32: 0.3rem;
    --f34: 0.34rem;
    --f36: 0.38rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.42rem;
    --f48: 0.44rem;
    --f50: 0.46rem;
    --f52: 0.48rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@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.36rem;
    --f28: 0.38rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: 0;
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
.viewer-footer {
  display: none;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #FF8C00;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #FF8C00 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  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;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #fafafa;
}
.pt {
  padding-top: 0.96rem;
}
.pb {
  padding-bottom: 0.96rem;
}
.mt {
  margin-top: 0.56rem;
}
.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;
}
.Privacy_Policy .box_ .content3 a {
  display: inline-block;
}
.Privacy_Policy .box_ .content3 li {
  list-style: disc;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #FF8C00;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #fafafa;
}
.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 .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;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #FF8C00;
  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.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: #FF8C00;
}
.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;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}
.Search_1 .box .content1 span {
  color: #FF8C00;
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: min(12rem, 100%);
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  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;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #FF8C00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.96rem;
}
.Search_2 .box .item a {
  background: #fafafa;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #FF8C00;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #FF8C00;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}
.Search_2 .box .item a:hover .content2 {
  color: #FF8C00;
}
.code_button .a {
  position: relative;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #FF8C00;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #FF8C00;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #FF8C00;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .container .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 .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #FF8C00;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .container .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 .container .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 .container .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 .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #FF8C00;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .container .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 .container .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 .container .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 .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #FF8C00;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #FF8C00;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #FF8C00;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #FF8C00;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.bjq iframe,
.bjq img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.bjq a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.bjq b,
.bjq strong {
  font-weight: bold;
}
.bjq em {
  font-style: italic;
}
.bjq sup {
  vertical-align: super;
  font-size: smaller;
}
.bjq sub {
  vertical-align: sub;
  font-size: smaller;
}
.bjq h1,
.bjq h2,
.bjq h3,
.bjq h4,
.bjq h5,
.bjq h6 {
  font-weight: bold;
}
.bjq ul {
  padding-left: 22px;
}
.bjq ul li {
  list-style-type: disc;
}
.bjq ol {
  padding-left: 22px;
}
.bjq ol li {
  list-style-type: decimal;
}
.bjq table td {
  word-break: initial !important;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container.wy {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.Header_Container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  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;
}
.Header_Container .box .logo a img {
  height: 0.59rem;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0.85rem;
}
.Header_Container .box nav .item {
  padding: 0 10px;
  position: relative;
}
.Header_Container .box nav .item > a {
  font-size: var(--f18);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item > a img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-right: 2px;
  opacity: 0;
}
.Header_Container .box nav .item:hover > a {
  color: #FF8C00 !important;
}
.Header_Container .box nav .item:hover .SelectNav_01,
.Header_Container .box nav .item:hover .SelectNav_03,
.Header_Container .box nav .item:hover .SelectNav_04 {
  opacity: 1;
  pointer-events: auto;
}
.Header_Container .box nav .item.active > a {
  color: #FF8C00 !important;
}
.Header_Container .box nav .item.active > a img {
  opacity: 1;
}
.Header_Container .box nav ._posi {
  position: initial;
}
.Header_Container .box .button {
  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;
}
.Header_Container .box .button a {
  line-height: 0.42rem;
  width: 1.6rem;
  text-align: center;
  border: 1px solid #FF8C00;
  color: #fff;
  font-size: var(--f16);
  border-radius: 50px;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box .button a:hover {
  background: #FF8C00 !important;
  color: #fff !important;
}
.Header_Container .box .search_an {
  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;
  margin-left: 0.5rem;
}
.Header_Container .box .search_an svg {
  cursor: pointer;
}
.Header_Container.on,
.Header_Container.active,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.on .box nav .item > a,
.Header_Container.active .box nav .item > a,
.Header_Container.sticky .box nav .item > a {
  color: #333;
}
.Header_Container.on .box .button a,
.Header_Container.active .box .button a,
.Header_Container.sticky .box .button a {
  color: #333;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.nav2 ._left ul {
  display: grid;
  gap: 0.3rem;
}
.nav2 ._left ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--f18);
  color: #333;
  white-space: nowrap;
  padding-right: 0.4rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.nav2 ._left ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.1rem;
  width: max(0.2rem, 14px);
  aspect-ratio: 1/1;
  background: #FF8C00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.nav2 ._left ul li a span i {
  line-height: 1;
  margin: auto;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.nav2 ._left ul li.active a {
  color: #FF8C00;
}
.nav2 ._left ul li.active a span {
  opacity: 1;
  right: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.nav2 ._right ul {
  gap: 0.3rem;
  display: none;
}
.nav2 ._right ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--f18);
  color: #333;
  white-space: nowrap;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.nav2 ._right ul li a:hover {
  color: #FF8C00;
}
.nav2 ._right ul li.active a {
  color: #FF8C00;
}
.nav2 ._right ul.active {
  display: grid;
}
.SelectNav_01 {
  --padd: 0.8rem;
  position: absolute;
  left: calc((var(--padd) - 14px - 10px - 5px) * -1);
  padding-top: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.SelectNav_01 ._box {
  background: #fff;
  border-radius: var(--r20);
  padding: 0.3rem var(--padd);
  gap: 0.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.SelectNav_01 ._box ._left ul {
  display: grid;
  gap: 0.3rem;
}
.SelectNav_01 ._box ._left ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--f18);
  color: #333;
  white-space: nowrap;
  padding-right: 0.4rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_01 ._box ._left ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.1rem;
  width: max(0.2rem, 14px);
  aspect-ratio: 1/1;
  background: #FF8C00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.SelectNav_01 ._box ._left ul li a span i {
  line-height: 1;
  margin: auto;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.SelectNav_01 ._box ._left ul li.active a {
  color: #FF8C00;
}
.SelectNav_01 ._box ._left ul li.active a span {
  opacity: 1;
  right: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_01 ._box ._right ul {
  gap: 0.3rem;
  display: none;
}
.SelectNav_01 ._box ._right ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--f18);
  color: #333;
  white-space: nowrap;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_01 ._box ._right ul li a:hover {
  color: #FF8C00;
}
.SelectNav_01 ._box ._right ul li.active a {
  color: #FF8C00;
}
.SelectNav_01 ._box ._right ul.active {
  display: grid;
}
.SelectNav_02 {
  --padd: 0.5rem;
}
.SelectNav_03 {
  border-top: 1px solid #eee;
  position: absolute;
  left: 0;
  width: 100%;
  --padd: 0.5rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.SelectNav_03 ._box {
  min-height: 1rem;
  background: #fff;
}
.SelectNav_03 ._box ._left {
  padding-left: var(--interval);
  padding-right: 0.26rem;
  padding-top: var(--padd);
  padding-bottom: var(--padd);
}
.SelectNav_03 ._box ._left .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
}
.SelectNav_03 ._box ._left .content2 {
  margin-top: 0.15rem;
  max-width: 3.25rem;
  color: #666;
}
.SelectNav_03 ._box ._center {
  border-left: 1px solid #D9D9D9;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: var(--padd) 0.7rem;
}
.SelectNav_03 ._box ._center ul {
  display: grid;
  gap: 0.1rem;
}
.SelectNav_03 ._box ._right {
  padding: var(--padd) var(--interval);
  padding-left: 0;
}
.SelectNav_03 ._box ._right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.SelectNav_03 ._box ._right ul li a {
  width: 3.56rem;
  aspect-ratio: 356/200;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.SelectNav_03 ._box ._right ul li a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_03 ._box ._right ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.SelectNav_03 ._box ._right ul li a .text {
  z-index: 2;
  position: absolute;
  font-size: var(--f18);
  color: #fff;
  left: 0.2rem;
  bottom: 0.2rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_03 ._box ._right ul li a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.SelectNav_03 ._box ._right ul li a:hover .text {
  color: #FF8C00;
}
.SelectNav_04 {
  border-top: 1px solid #eee;
  position: absolute;
  left: 0;
  width: 100%;
  --padd: 0.5rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.SelectNav_04 ._box {
  min-height: 1rem;
  background: #fff;
}
.SelectNav_04 ._box ._le {
  padding: 0.5rem 0.4rem 0.5rem var(--interval);
  background: #f7f7f7;
}
.SelectNav_04 ._box ._le ul {
  display: grid;
  gap: 0.1rem;
}
.SelectNav_04 ._box ._ce {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #D9D9D9;
}
.SelectNav_04 ._box ._ce .main1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: var(--padd) 1rem;
}
.SelectNav_04 ._box ._ce .main1 ._left ul {
  display: grid;
  gap: 0.3rem;
}
.SelectNav_04 ._box ._ce .main1 ._left ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--f18);
  color: #333;
  white-space: nowrap;
  padding-right: 0.4rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_04 ._box ._ce .main1 ._left ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.1rem;
  width: max(0.2rem, 14px);
  aspect-ratio: 1/1;
  background: #FF8C00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.SelectNav_04 ._box ._ce .main1 ._left ul li a span i {
  line-height: 1;
  margin: auto;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.SelectNav_04 ._box ._ce .main1 ._left ul li.active a {
  color: #FF8C00;
}
.SelectNav_04 ._box ._ce .main1 ._left ul li.active a span {
  opacity: 1;
  right: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_04 ._box ._ce .main1 ._right ul {
  gap: 0.3rem;
  display: none;
}
.SelectNav_04 ._box ._ce .main1 ._right ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--f18);
  color: #333;
  white-space: nowrap;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_04 ._box ._ce .main1 ._right ul li a:hover {
  color: #FF8C00;
}
.SelectNav_04 ._box ._ce .main1 ._right ul li.active a {
  color: #FF8C00;
}
.SelectNav_04 ._box ._ce .main1 ._right ul.active {
  display: grid;
}
.SelectNav_04 ._box ._ce .main1 ._left {
  min-width: 3.5rem;
}
.SelectNav_04 ._box ._ce .main2 {
  padding: 0.35rem 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.15rem 0.6rem;
}
.SelectNav_04 ._box ._ce .main2 ._ite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.SelectNav_04 ._box ._ce .main2 ._ite .pic {
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: #F8F9FA;
  border-radius: 6px;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.SelectNav_04 ._box ._ce .main2 ._ite .pic img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_04 ._box ._ce .main2 ._ite .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.SelectNav_04 ._box ._ce .main2 ._ite .content .content1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.SelectNav_04 ._box ._ce .main2 ._ite .content .content1 div {
  font-size: var(--f20);
  color: #000;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.SelectNav_04 ._box ._ce .main2 ._ite .content .content1 p {
  position: absolute;
  left: -webkit-calc(100.1%);
  left: calc(100% + 0.1rem);
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  line-height: 20px;
  padding: 0 6px;
  border: 1px solid #FF8C00;
  font-size: 0.12rem;
  color: #FF8C00;
  border-radius: 20px;
  white-space: nowrap;
}
.SelectNav_04 ._box ._ce .main2 ._ite .content .content2 {
  font-size: var(--f16);
  color: #666;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.1rem;
}
.SelectNav_04 ._box ._ce .main2 ._ite.active .content .content1 div {
  color: #FF8C00;
}
.SelectNav_04 ._box ._ce .main2 ._ite:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.SelectNav_04 ._box ._ce .main2 ._ite:hover .content .content1 div {
  color: #FF8C00;
}
.SelectNav_04 ._box ._ce > div {
  display: none !important;
}
.SelectNav_04 ._box ._ce > div.active.main1 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.SelectNav_04 ._box ._ce > div.active.main2 {
  display: grid !important;
}
.SelectNav_04 ._box ._ri {
  padding: 0.3rem var(--interval) var(--padd) 0.7rem;
}
.SelectNav_04 ._box ._ri ul {
  display: grid;
  gap: 0.2rem;
}
.SelectNav_04 ._box ._ri ul li a {
  width: 3rem;
  aspect-ratio: 300/170;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.SelectNav_04 ._box ._ri ul li a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_04 ._box ._ri ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.SelectNav_04 ._box ._ri ul li a .text {
  z-index: 2;
  position: absolute;
  font-size: var(--f18);
  color: #fff;
  left: 0.2rem;
  bottom: 0.2rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.SelectNav_04 ._box ._ri ul li a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.SelectNav_04 ._box ._ri ul li a:hover .text {
  color: #FF8C00;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 7rem;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide picture img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: 5.8s;
  -o-transition: 5.8s;
  transition: 5.8s;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  height: 30px;
  margin-bottom: 0.24rem;
}
.Home_Banner .banner .swiper-slide .orientation .content1 img {
  max-height: 100%;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f48);
  font-weight: var(--bold);
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  font-size: var(--f28);
}
.Home_Banner .banner .swiper-slide .orientation .content4 {
  font-size: var(--f18);
  line-height: 1.7;
  max-width: 5.55rem;
  margin-top: 0.26rem;
}
.Home_Banner .banner .swiper-slide .orientation .content5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  margin-top: 0.44rem;
}
.Home_Banner .banner .swiper-slide ._ani {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
.Home_Banner .banner .swiper-slide-active picture img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Home_Banner .banner .swiper-slide-active .orientation ._ani:nth-child(1) {
  -webkit-animation: homeBannerTextIn 0.6s forwards;
  animation: homeBannerTextIn 0.6s forwards;
}
.Home_Banner .banner .swiper-slide-active .orientation ._ani:nth-child(2) {
  -webkit-animation: homeBannerTextIn 0.6s 0.1s forwards;
  animation: homeBannerTextIn 0.6s 0.1s forwards;
}
.Home_Banner .banner .swiper-slide-active .orientation ._ani:nth-child(3) {
  -webkit-animation: homeBannerTextIn 0.6s 0.2s forwards;
  animation: homeBannerTextIn 0.6s 0.2s forwards;
}
.Home_Banner .banner .swiper-slide-active .orientation ._ani:nth-child(4) {
  -webkit-animation: homeBannerTextIn 0.6s 0.3s forwards;
  animation: homeBannerTextIn 0.6s 0.3s forwards;
}
.Home_Banner .banner .swiper-slide-active .orientation ._ani:nth-child(5) {
  -webkit-animation: homeBannerTextIn 0.6s 0.4s forwards;
  animation: homeBannerTextIn 0.6s 0.4s forwards;
}
.Home_Banner .banner .swiper-slide-prev:not(.swiper-slide-active) .orientation ._ani,
.Home_Banner .banner .swiper-slide-next:not(.swiper-slide-active) .orientation ._ani {
  -webkit-animation: homeBannerTextOut 0.6s forwards;
  animation: homeBannerTextOut 0.6s forwards;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.45rem;
  z-index: 2;
}
.Home_Banner .page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.Home_Banner .page div span {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: rgba(192, 192, 192, 0.5);
  border: 3px solid transparent;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 0.08rem !important;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  border-color: #FF8C00;
  background: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes homeBannerTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes homeBannerTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes homeBannerTextOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@keyframes homeBannerTextOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.InnerBanner {
  overflow: hidden;
  position: relative;
}
.InnerBanner picture {
  overflow: hidden;
  aspect-ratio: 1920/600;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: scaleSmall 2s var(--ease) forwards;
  animation: scaleSmall 2s var(--ease) forwards;
}
.InnerBanner picture img {
  width: 100%;
  height: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  color: #fff;
}
.InnerBanner .orientation .content1 {
  font-size: var(--f48);
  line-height: 1.4;
  font-weight: var(--bold);
}
.InnerBanner .orientation .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  margin-top: 0.24rem;
  max-width: 7.8rem;
}
.InnerBanner .orientation .content3 {
  font-size: var(--f28);
}
@-webkit-keyframes scaleSmall {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleSmall {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.title_01 {
  font-size: var(--f46);
  font-weight: var(--bold);
  line-height: 1;
}
.desc_01 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.desc_02 {
  font-size: var(--f28);
  color: #333;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.desc_03 {
  font-size: var(--f22);
  color: #333;
  line-height: 1.6;
  margin-top: 0.25rem;
}
.AboutPartner_01 {
  overflow: hidden;
}
.AboutPartner_01 .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.4rem;
}
.AboutPartner_01 .box .boxLeft .desc_01 {
  margin-top: 0.52rem;
}
.AboutPartner_01 .box .boxLeft .desc_01 span,
.AboutPartner_01 .box .boxLeft .desc_01 b {
  color: #333;
  font-weight: var(--bold);
}
.AboutPartner_01 .box .boxLeft .link_01 {
  margin-top: 0.78rem;
}
.AboutPartner_01 .box .boxRight {
  width: 8.38rem;
}
.AboutPartner_01 .box .boxRight .swiper{
    border-radius: var(--r20);
}
.AboutPartner_01 .box .boxRight .img {
  border-radius: var(--r20);
  aspect-ratio: 838/522;
  overflow: hidden;
}
.AboutPartner_01 .box .boxRight .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.AboutPartner_01 .box .boxRight .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.jbs {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFDC), color-stop(57.43%, #FFFFFF)), #D9D9D9;
  background: -o-linear-gradient(top, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
  background: linear-gradient(to bottom, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
}
.AboutPartner_02 {
  padding: 0.4rem 0;
}
.AboutPartner_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.AboutPartner_02 .box .item {
  padding: 0.5rem;
  padding-bottom: 0.4rem;
  border-radius: var(--r20);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFDC), color-stop(57.43%, #FFFFFF)), #D9D9D9;
  background: -o-linear-gradient(top, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
  background: linear-gradient(to bottom, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
}
.AboutPartner_02 .box .item .content1 {
  width: 88px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 140, 0, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.AboutPartner_02 .box .item .content1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.AboutPartner_02 .box .item .content1 .img2 {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  opacity: 0;
}
.AboutPartner_02 .box .item .content2 {
  font-size: var(--f24);
  font-weight: var(--bold);
  margin: 0.6rem 0 0.12rem;
}
.AboutPartner_02 .box .item .content3 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .AboutPartner_02 .box .item:hover .content1 {
    background: #FF8C00;
  }
  .AboutPartner_02 .box .item:hover .content1 .img1 {
    opacity: 0;
  }
  .AboutPartner_02 .box .item:hover .content1 .img2 {
    opacity: 1;
  }
}
.AboutPartner_03 {
  overflow: hidden;
}
.AboutPartner_03 .box {
  position: relative;
}
.AboutPartner_03 .box .img_list {
  aspect-ratio: 1720/662;
  position: relative;
  background: #000;
  overflow: hidden;
  border-radius: var(--r20);
}
.AboutPartner_03 .box .img_list .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
.AboutPartner_03 .box .img_list .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -o-linear-gradient(250deg, rgba(0, 0, 0, 0) 25.41%, rgba(0, 0, 0, 0.4) 83.19%);
  background: linear-gradient(200deg, rgba(0, 0, 0, 0) 25.41%, rgba(0, 0, 0, 0.4) 83.19%);
}
.AboutPartner_03 .box .img_list .img img {
  width: 100%;
  height: 100%;
}
.AboutPartner_03 .box .img_list .active {
  opacity: 1;
}
.AboutPartner_03 .box .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.AboutPartner_03 .box .orientation .scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.AboutPartner_03 .box .orientation .scroll .item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.AboutPartner_03 .box .orientation .scroll .item:last-child {
  border-right: none;
}
.AboutPartner_03 .box .orientation .scroll .item .one {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .AboutPartner_03 .box .orientation .scroll .item .one {
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}
.AboutPartner_03 .box .orientation .scroll .item .one .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
}
.AboutPartner_03 .box .orientation .scroll .item .one .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  margin-top: 0.18rem;
}
.AboutPartner_03 .box .orientation .scroll .item .two {
  position: absolute;
  bottom: 0.7rem;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: var(--f20);
  font-weight: var(--bold);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .AboutPartner_03 .box .orientation .scroll .active {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .AboutPartner_03 .box .orientation .scroll .active .one {
    -webkit-transition: 0.6s var(--ease);
    -o-transition: 0.6s var(--ease);
    transition: 0.6s var(--ease);
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  .AboutPartner_03 .box .orientation .scroll .active .two {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .AboutPartner_03 .box .orientation .scroll .item .one {
    -webkit-transition: 0.6s var(--ease);
    -o-transition: 0.6s var(--ease);
    transition: 0.6s var(--ease);
    opacity: 1;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  .AboutPartner_03 .box .orientation .scroll .item .two {
    opacity: 0;
  }
}
.AboutPartner_04 {
  padding-top: 0.3rem;
  background: url(../images/bg1.png) no-repeat left bottom;
  background-size: 12.35rem 9.18rem;
}
.AboutPartner_04.active {
  padding-bottom: calc(var(--ad_height) - 0.1rem);
}
.AboutPartner_04 .box .boxLeft {
  width: 5.5rem;
}
.AboutPartner_04 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.AboutPartner_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.8rem;
}
.AboutPartner_04 .box .boxRight .desc {
  font-size: var(--f22);
  color: #333;
  line-height: 1.6;
}
.form {
  margin-top: 0.4rem;
}
.form form .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0.3rem;
}
.form form .item {
  margin-top: 0.3rem;
}
.form form .item:first-child {
  margin-top: 0;
}
.form form .row .item {
  margin-top: 0;
}
.form form .label {
  font-size: var(--f18);
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.form form .label em {
  color: #f00;
  font-style: normal;
  margin-right: 0.04rem;
}
.form form input[type="text"],
.form form textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  background: transparent;
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.form form input[type="text"]::-webkit-input-placeholder,
.form form textarea::-webkit-input-placeholder {
  color: #999;
}
.form form input[type="text"]::-moz-placeholder,
.form form textarea::-moz-placeholder {
  color: #999;
}
.form form input[type="text"]:-ms-input-placeholder,
.form form textarea:-ms-input-placeholder {
  color: #999;
}
.form form input[type="text"]::-ms-input-placeholder,
.form form textarea::-ms-input-placeholder {
  color: #999;
}
.form form input[type="text"]::placeholder,
.form form textarea::placeholder {
  color: #999;
}
.form form input[type="text"]:focus,
.form form textarea:focus {
  border-color: #FF8C00;
}
.form form input[type="text"] {
  height: 0.6rem;
  padding: 0 0.2rem;
}
.form form textarea {
  min-height: 1.2rem;
  padding: 0.12rem 0.2rem;
  resize: vertical;
  line-height: 1.6;
  resize: none;
}
.form form .checks {
  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;
  gap: 0.2rem 0.4rem;
  padding-top: 0.1rem;
}
.form form .check {
  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;
  cursor: pointer;
  font-size: var(--f18);
  color: #333;
  line-height: 1.5;
}
.form form .check input[type="checkbox"] {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0;
  accent-color: var(--color);
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form form .list5 {
  margin-top: 0.7rem;
}
.form form .list4 {
  color: #666;
  font-size: var(--f16);
  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;
  margin-top: 0.06rem;
}
.form form .list4 p {
  margin-left: 0.06rem;
}
.form form .list4 p a {
  display: inline-block;
}
.form form .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #FF8C00 !important;
  background: var(--gradient);
}
.form form .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #FF8C00;
}
.form form .list4 .layui-form-checked[lay-skin=primary] i {
  background: #FF8C00;
}
.form form .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.form form .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #FF8C00;
}
.form form .list4 a:hover {
  color: #FF8C00;
}
@media screen and (max-width: 699px) {
  .form form .row {
    grid-template-columns: 1fr;
    gap: 0.24rem;
  }
  .form form input[type="text"] {
    height: 40px;
  }
}
@-webkit-keyframes link01Bubble {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
    opacity: var(--bubble-o, 0.4);
  }
  15% {
    opacity: var(--bubble-o, 0.4);
  }
  60% {
    transform: translate(calc(-50% + var(--bubble-tx)), calc(-50% + var(--bubble-ty))) scale(1);
    opacity: var(--bubble-o, 0.4);
  }
  100% {
    transform: translate(calc(-50% + var(--bubble-tx) * 1.3), calc(-50% + var(--bubble-ty) * 1.3)) scale(0.35);
    opacity: 0;
  }
}
@keyframes link01Bubble {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
    opacity: var(--bubble-o, 0.4);
  }
  15% {
    opacity: var(--bubble-o, 0.4);
  }
  60% {
    transform: translate(calc(-50% + var(--bubble-tx)), calc(-50% + var(--bubble-ty))) scale(1);
    opacity: var(--bubble-o, 0.4);
  }
  100% {
    transform: translate(calc(-50% + var(--bubble-tx) * 1.3), calc(-50% + var(--bubble-ty) * 1.3)) scale(0.35);
    opacity: 0;
  }
}
.link_01 {
  --ys1: #FF8C00;
  --ys2: #000;
  --ys3: #fff;
  --h48: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link_01 .a {
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  min-width: 1.74rem;
  height: var(--h48);
  font-size: var(--f16);
  border: 1px solid var(--ys1);
  border-radius: -webkit-calc(var(--h48) / 2);
  border-radius: calc(var(--h48) / 2);
  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;
  padding: 0 0.16rem;
  -webkit-box-shadow: inset 0 0 0 0 var(--ys1);
  box-shadow: inset 0 0 0 0 var(--ys1);
  overflow: hidden;
}
.link_01 .a > span {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: var(--ys2);
  padding: 0 0.22rem;
}
.link_01 .a p {
  z-index: 1;
  position: relative;
  width: calc(var(--h48) * 0.42);
  height: calc(var(--h48) * 0.42);
  background: #FF8C00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}
.link_01 .a p svg {
  position: relative;
  z-index: 2;
  margin: auto;
}
.link_01 .a p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  stroke: var(--ys2);
}
.link_01 .a p .icon {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(var(--h48) * 74 / 65);
  height: var(--h48);
}
.link_01 .a .icon {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: auto;
  right: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(var(--h48) * 74 / 65);
  height: var(--h48);
}
.link_01 .a .icon i:nth-child(1) {
  --bubble-o: 0.6;
  --bubble-tx: calc(var(--h48) * ((44.0678 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((20.9322 - 32.5) / 65));
  width: calc(var(--h48) * ((6.61017 * 2) / 65));
  height: calc(var(--h48) * ((6.61017 * 2) / 65));
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.link_01 .a .icon i:nth-child(2) {
  --bubble-o: 0.3;
  --bubble-tx: calc(var(--h48) * ((30.2966 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((30.2966 - 32.5) / 65));
  width: calc(var(--h48) * ((4.95763 * 2) / 65));
  height: calc(var(--h48) * ((4.95763 * 2) / 65));
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.link_01 .a .icon i:nth-child(3) {
  --bubble-o: 0.4;
  --bubble-tx: calc(var(--h48) * ((45.7203 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((38.0085 - 32.5) / 65));
  width: calc(var(--h48) * ((7.16102 * 2) / 65));
  height: calc(var(--h48) * ((7.16102 * 2) / 65));
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.link_01 .a .icon i:nth-child(4) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((40.7627 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((5.50848 - 32.5) / 65));
  width: calc(var(--h48) * ((5.50848 * 2) / 65));
  height: calc(var(--h48) * ((5.50848 * 2) / 65));
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.link_01 .a .icon i:nth-child(5) {
  --bubble-o: 0.4;
  --bubble-tx: calc(var(--h48) * ((10.4661 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((24.7882 - 32.5) / 65));
  width: calc(var(--h48) * ((10.4661 * 2) / 65));
  height: calc(var(--h48) * ((10.4661 * 2) / 65));
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.link_01 .a .icon i:nth-child(6) {
  --bubble-o: 0.5;
  --bubble-tx: calc(var(--h48) * ((29.7458 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((17.6271 - 32.5) / 65));
  width: calc(var(--h48) * ((3.30509 * 2) / 65));
  height: calc(var(--h48) * ((3.30509 * 2) / 65));
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.link_01 .a .icon i:nth-child(7) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((63.3475 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((22.5848 - 32.5) / 65));
  width: calc(var(--h48) * ((10.4661 * 2) / 65));
  height: calc(var(--h48) * ((10.4661 * 2) / 65));
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.link_01 .a .icon i:nth-child(8) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((23.1356 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((50.678 - 32.5) / 65));
  width: calc(var(--h48) * ((14.322 * 2) / 65));
  height: calc(var(--h48) * ((14.322 * 2) / 65));
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.link_01 .a .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: var(--ys1);
  -webkit-animation: link01Bubble 3s ease-out infinite;
  animation: link01Bubble 3s ease-out infinite;
  will-change: transform, opacity;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .link_01:hover .a {
    box-shadow: inset 0 calc(var(--h48) * -1) 0 0 var(--ys1);
    border-color: transparent;
  }
  .link_01:hover .a > span {
    color: var(--ys3);
    -webkit-transform: translateX(-0.12rem);
    -ms-transform: translateX(-0.12rem);
    transform: translateX(-0.12rem);
  }
  .link_01:hover .a p {
    background: var(--ys3);
  }
  .link_01:hover .a p svg path {
    stroke: var(--ys1);
  }
  .link_01:hover .a .icon {
    opacity: 1;
  }
  .link_01:hover .a .icon i {
    background: var(--ys3);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
}
.link_01.border .a p svg path {
  stroke: var(--ys3);
}
.link_01.border:hover .a p svg path {
  stroke: var(--ys1);
}
.link_01.bg .a {
  box-shadow: inset 0 calc(var(--h48) * -1) 0 0 var(--ys1);
  border-color: transparent;
}
.link_01.bg .a > span {
  color: var(--ys3);
  -webkit-transform: translateX(-0.16rem);
  -ms-transform: translateX(-0.16rem);
  transform: translateX(-0.16rem);
}
.link_01.bg .a p {
  background: var(--ys3);
}
.link_01.bg .a p svg path {
  stroke: var(--ys1);
}
.link_01.bg .a .icon {
  opacity: 1;
}
.link_01.bg .a .icon i {
  background: var(--ys3);
}
.link_01.white1 .a {
  border: 1px solid var(--ys3);
}
.link_01.white1 .a > span {
  color: var(--ys3);
}
.link_01.white1:hover .a {
  box-shadow: inset 0 calc(var(--h48) * -1) 0 0 var(--ys1);
  border-color: var(--ys1);
}
.link_01.white2 .a {
  border: 1px solid var(--ys3);
}
.link_01.white2 .a > span {
  color: var(--ys3);
}
.link_01.white2 .a p {
  background: var(--ys3);
}
.link_01.white2 .a p svg path {
  stroke: var(--ys1);
}
.link_01.white2:hover .a {
  box-shadow: inset 0 calc(var(--h48) * -1) 0 0 var(--ys3);
  border-color: var(--ys3);
}
.link_01.white2:hover .a > span {
  color: var(--ys1);
}
.link_01.white2:hover .a p {
  background: var(--ys1);
}
.link_01.white2:hover .a p svg path {
  stroke: var(--ys3);
}
.link_01.white2:hover .a .icon {
  opacity: 1;
}
.link_01.white2:hover .a .icon i {
  background: var(--ys1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.link_02 {
  --ys1: #FF8C00;
  --ys2: #000;
  --ys3: #fff;
  --h48: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link_02 .a {
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  min-width: 2.2rem;
  height: var(--h48);
  font-size: var(--f18);
  border-radius: 6px;
  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;
  padding: 0 0.14rem 0 0.2rem;
  -webkit-box-shadow: inset 0 0 0 0 var(--ys1);
  box-shadow: inset 0 0 0 0 var(--ys1);
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.link_02 .a > span {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: var(--ys2);
}
.link_02 .a p {
  opacity: 0;
  z-index: 1;
  position: relative;
  width: calc(var(--h48) * 0.42);
  height: calc(var(--h48) * 0.42);
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}
.link_02 .a p svg {
  position: relative;
  z-index: 2;
  margin: auto;
}
.link_02 .a p svg path {
  stroke: var(--ys1);
}
.link_02 .a p .icon {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(var(--h48) * 74 / 65);
  height: var(--h48);
}
.link_02 .a .icon {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: auto;
  right: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(var(--h48) * 74 / 65);
  height: var(--h48);
}
.link_02 .a .icon i:nth-child(1) {
  --bubble-o: 0.6;
  --bubble-tx: calc(var(--h48) * ((44.0678 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((20.9322 - 32.5) / 65));
  width: calc(var(--h48) * ((6.61017 * 2) / 65));
  height: calc(var(--h48) * ((6.61017 * 2) / 65));
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.link_02 .a .icon i:nth-child(2) {
  --bubble-o: 0.3;
  --bubble-tx: calc(var(--h48) * ((30.2966 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((30.2966 - 32.5) / 65));
  width: calc(var(--h48) * ((4.95763 * 2) / 65));
  height: calc(var(--h48) * ((4.95763 * 2) / 65));
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.link_02 .a .icon i:nth-child(3) {
  --bubble-o: 0.4;
  --bubble-tx: calc(var(--h48) * ((45.7203 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((38.0085 - 32.5) / 65));
  width: calc(var(--h48) * ((7.16102 * 2) / 65));
  height: calc(var(--h48) * ((7.16102 * 2) / 65));
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.link_02 .a .icon i:nth-child(4) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((40.7627 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((5.50848 - 32.5) / 65));
  width: calc(var(--h48) * ((5.50848 * 2) / 65));
  height: calc(var(--h48) * ((5.50848 * 2) / 65));
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.link_02 .a .icon i:nth-child(5) {
  --bubble-o: 0.4;
  --bubble-tx: calc(var(--h48) * ((10.4661 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((24.7882 - 32.5) / 65));
  width: calc(var(--h48) * ((10.4661 * 2) / 65));
  height: calc(var(--h48) * ((10.4661 * 2) / 65));
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.link_02 .a .icon i:nth-child(6) {
  --bubble-o: 0.5;
  --bubble-tx: calc(var(--h48) * ((29.7458 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((17.6271 - 32.5) / 65));
  width: calc(var(--h48) * ((3.30509 * 2) / 65));
  height: calc(var(--h48) * ((3.30509 * 2) / 65));
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.link_02 .a .icon i:nth-child(7) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((63.3475 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((22.5848 - 32.5) / 65));
  width: calc(var(--h48) * ((10.4661 * 2) / 65));
  height: calc(var(--h48) * ((10.4661 * 2) / 65));
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.link_02 .a .icon i:nth-child(8) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((23.1356 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((50.678 - 32.5) / 65));
  width: calc(var(--h48) * ((14.322 * 2) / 65));
  height: calc(var(--h48) * ((14.322 * 2) / 65));
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.link_02 .a .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: var(--ys1);
  -webkit-animation: link01Bubble 3s ease-out infinite;
  animation: link01Bubble 3s ease-out infinite;
  will-change: transform, opacity;
  opacity: 0;
}
.link_02 .a:hover > span {
  color: var(--ys1);
}
.link_02.active .a {
  box-shadow: inset 0 calc(var(--h48) * -1) 0 0 var(--ys1);
}
.link_02.active .a > span {
  color: var(--ys3);
}
.link_02.active .a p {
  opacity: 1;
}
.link_02.active .a .icon {
  opacity: 1;
}
.link_02.active .a .icon i {
  background: var(--ys3);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.link_03 {
  --ys1: #FF8C00;
  --ys2: #000;
  --ys3: #fff;
  --h48: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link_03 .a {
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  min-width: 2.2rem;
  height: var(--h48);
  font-size: var(--f18);
  border-radius: 6px;
  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;
  padding: 0 0.14rem 0 0.2rem;
  -webkit-box-shadow: inset 0 0 0 0 var(--ys1);
  box-shadow: inset 0 0 0 0 var(--ys1);
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--ys3);
}
.link_03 .a > span {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: var(--ys2);
}
.link_03 .a p {
  z-index: 1;
  position: relative;
  width: calc(var(--h48) * 0.42);
  height: calc(var(--h48) * 0.42);
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
  background: var(--ys1);
}
.link_03 .a p svg {
  position: relative;
  z-index: 2;
  margin: auto;
}
.link_03 .a p svg path {
  stroke: var(--ys3);
}
.link_03 .a p .icon {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(var(--h48) * 74 / 65);
  height: var(--h48);
}
.link_03 .a .icon {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: auto;
  right: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(var(--h48) * 74 / 65);
  height: var(--h48);
}
.link_03 .a .icon i:nth-child(1) {
  --bubble-o: 0.6;
  --bubble-tx: calc(var(--h48) * ((44.0678 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((20.9322 - 32.5) / 65));
  width: calc(var(--h48) * ((6.61017 * 2) / 65));
  height: calc(var(--h48) * ((6.61017 * 2) / 65));
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.link_03 .a .icon i:nth-child(2) {
  --bubble-o: 0.3;
  --bubble-tx: calc(var(--h48) * ((30.2966 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((30.2966 - 32.5) / 65));
  width: calc(var(--h48) * ((4.95763 * 2) / 65));
  height: calc(var(--h48) * ((4.95763 * 2) / 65));
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.link_03 .a .icon i:nth-child(3) {
  --bubble-o: 0.4;
  --bubble-tx: calc(var(--h48) * ((45.7203 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((38.0085 - 32.5) / 65));
  width: calc(var(--h48) * ((7.16102 * 2) / 65));
  height: calc(var(--h48) * ((7.16102 * 2) / 65));
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.link_03 .a .icon i:nth-child(4) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((40.7627 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((5.50848 - 32.5) / 65));
  width: calc(var(--h48) * ((5.50848 * 2) / 65));
  height: calc(var(--h48) * ((5.50848 * 2) / 65));
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.link_03 .a .icon i:nth-child(5) {
  --bubble-o: 0.4;
  --bubble-tx: calc(var(--h48) * ((10.4661 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((24.7882 - 32.5) / 65));
  width: calc(var(--h48) * ((10.4661 * 2) / 65));
  height: calc(var(--h48) * ((10.4661 * 2) / 65));
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.link_03 .a .icon i:nth-child(6) {
  --bubble-o: 0.5;
  --bubble-tx: calc(var(--h48) * ((29.7458 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((17.6271 - 32.5) / 65));
  width: calc(var(--h48) * ((3.30509 * 2) / 65));
  height: calc(var(--h48) * ((3.30509 * 2) / 65));
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.link_03 .a .icon i:nth-child(7) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((63.3475 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((22.5848 - 32.5) / 65));
  width: calc(var(--h48) * ((10.4661 * 2) / 65));
  height: calc(var(--h48) * ((10.4661 * 2) / 65));
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.link_03 .a .icon i:nth-child(8) {
  --bubble-o: 0.2;
  --bubble-tx: calc(var(--h48) * ((23.1356 - 37) / 65));
  --bubble-ty: calc(var(--h48) * ((50.678 - 32.5) / 65));
  width: calc(var(--h48) * ((14.322 * 2) / 65));
  height: calc(var(--h48) * ((14.322 * 2) / 65));
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.link_03 .a .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: var(--ys1);
  -webkit-animation: link01Bubble 3s ease-out infinite;
  animation: link01Bubble 3s ease-out infinite;
  will-change: transform, opacity;
  opacity: 0;
}
.link_03 .a:hover > span {
  color: var(--ys1);
}
.link_03.active .a {
  box-shadow: inset 0 calc(var(--h48) * -1) 0 0 var(--ys1);
}
.link_03.active .a > span {
  color: var(--ys3);
}
.link_03.active .a p {
  opacity: 1;
  background: var(--ys3);
}
.link_03.active .a p svg path {
  stroke: var(--ys1);
}
.link_03.active .a .icon {
  opacity: 1;
}
.link_03.active .a .icon i {
  background: var(--ys3);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.Advertisement {
  position: relative;
  z-index: 1;
}
.Advertisement.active {
  margin-top: calc(var(--ad_height) * -1);
}
.Advertisement.on::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #fafafa;
}
.Advertisement::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #1D1D1D;
  z-index: -1;
}
.Advertisement .img {
  aspect-ratio: 1920/332;
}
.Advertisement .img img {
  width: 100%;
  height: 100%;
}
.Advertisement .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
}
.Advertisement .orientation .left {
  max-width: 8.4rem;
  color: #fff;
}
.Advertisement .orientation .left .content1 {
  font-size: var(--f36);
  font-weight: var(--bold);
}
.Advertisement .orientation .left .content2 {
  font-size: var(--f22);
  line-height: 1.8;
  margin-top: 0.24rem;
}
.Advertisement .orientation .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;
}
.Join_01 .box {
  margin-top: 0.4rem;
}
.Join_01 .box .content1 {
  font-size: var(--f20);
  color: #333;
  line-height: 2.2;
  margin-bottom: 0.72rem;
}
.Join_01 .box .content1 span {
  display: inline-block;
  border-radius: 99px;
  overflow: hidden;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  width: 1.2rem;
  aspect-ratio: 120/42;
  margin: 0 0.1rem;
}
.Join_01 .box .content1 span img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.Join_03 {
  overflow: hidden;
}
.Join_03 .box .boxLeft {
  width: 5.5rem;
}
.Join_03 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Join_03 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.8rem;
}
.Join_03 .box .boxRight .list {
  border-top: 1px solid #D9D9D9;
}
.Join_03 .box .boxRight .item {
  border-bottom: 1px solid #D9D9D9;
}
.Join_03 .box .boxRight .item .top {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #000;
  height: 0.98rem;
  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 var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  cursor: pointer;
}
.Join_03 .box .boxRight .item .top p span {
  display: block;
  width: 0.2rem;
  height: 2px;
  background: #FF8C00;
  position: relative;
}
.Join_03 .box .boxRight .item .top p span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Join_03 .box .boxRight .item .top:hover {
  color: #FF8C00;
}
.Join_03 .box .boxRight .item .bot {
  display: none;
}
.Join_03 .box .boxRight .item .bot .content1 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.Join_03 .box .boxRight .item .bot .content2 {
  padding: 0.4rem 0;
}
.Join_03 .box .boxRight .item.active .top {
  color: #FF8C00;
}
.Join_03 .box .boxRight .item.active .top p span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Join_03 .box .boxRight .tips {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.3rem;
}
.Join_04 {
  padding: 0.4rem 0;
}
.Join_04 .box .scroll {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
}
.Join_04 .box .scroll .item {
  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_04 .box .scroll .item .img {
  border-radius: var(--r20);
  overflow: hidden;
  position: relative;
}
.Join_04 .box .scroll .item .img img {
  width: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Join_04 .box .scroll .item .img p {
  position: absolute;
  font-size: var(--f24);
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0.3rem;
  color: #fff;
}
.Join_04 .box .scroll .item .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Join_04 .box .scroll .item:nth-child(2n) .img p {
  bottom: auto;
  top: 0;
}
.Join_05 .box {
  position: relative;
}
.Join_05 .box .img {
  aspect-ratio: 1720/512;
  overflow: hidden;
  border-radius: var(--r20);
  position: relative;
}
.Join_05 .box .img img {
  width: 100%;
  height: 100%;
}
.Join_05 .box .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 140, 0, 0.5)), to(rgba(255, 255, 255, 0.7)));
  background: -o-linear-gradient(top, rgba(255, 140, 0, 0.5), rgba(255, 255, 255, 0.7));
  background: linear-gradient(to bottom, rgba(255, 140, 0, 0.5), rgba(255, 255, 255, 0.7));
}
.Join_05 .box .oreintation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 1rem 5vw 0;
}
.Join_05 .box .oreintation .desc {
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
  margin-top: 0.4rem;
  margin-bottom: 0.7rem;
}
.Join_05 .box .oreintation .desc a {
  color: #FF8C00;
  display: inline-block;
}
.bgEffect {
  position: relative;
  contain: content;
  --top: 50%;
  --left: 50%;
}
.bgEffect::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #ff8c00;
}
.bgEffect::after {
  content: '';
  position: absolute;
  left: var(--left);
  top: var(--top);
  -webkit-transform: translate(-50%, -50%) rotate(7.09deg);
  -ms-transform: translate(-50%, -50%) rotate(7.09deg);
  transform: translate(-50%, -50%) rotate(7.09deg);
  width: 24.83rem;
  aspect-ratio: 1/0.503;
  z-index: -1;
  background: url(../images/bg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.bgEffect .null {
  height: 9.7rem;
}
.bgEffect2 {
  --top: -25%;
  --left: 0%;
}
.bgEffect2::after {
  width: 100%;
  height: 7.8rem;
  aspect-ratio: initial;
  transform: initial;
  background: url(../images/newbg1.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.bgEffect3 {
  --top: 40%;
}
.bgEffect3::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.bgEffect4::after {
  aspect-ratio: 1/1;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.bgEffect6 {
  --top: -25%;
  --left: 0%;
}
.bgEffect6::before {
  background: rgba(255, 140, 0, 0.6);
}
.bgEffect6::after {
  width: 100%;
  height: 7.8rem;
  aspect-ratio: initial;
  transform: initial;
  background: url(../images/newbg2.png) no-repeat center top;
  background-size: 100% 100%;
}
.bgEffect7 {
  --top: -70%;
}
.bgEffect7::after {
  width: 27.03rem;
  height: 15.23rem;
  aspect-ratio: initial;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
  -ms-transform: translate(-50%, 0%) rotate(0deg);
  transform: translate(-50%, 0%) rotate(0deg);
  background: url(../images/newbg3.png) no-repeat center top;
  background-size: 100% 100%;
}
.InnerNav {
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
}
.InnerNav .box ul li {
  padding: 0 0.5rem;
}
.InnerNav .box ul li a {
  font-size: var(--f20);
  color: #333;
  padding: 0.25rem 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.InnerNav .box ul li a:hover {
  color: #FF8C00;
}
.InnerNav .box ul .active a {
  color: #FF8C00;
}
.InnerNav.sticky {
  position: sticky;
  top: 0;
  background: #fafafa;
  z-index: 3;
}
.ModelLibrary_01 {
  text-align: center;
}
.ModelLibrary_01 .box {
  max-width: 10.61rem;
  margin: auto;
}
.ModelLibrary_01 .box .desc_01 {
  text-align: center;
  margin-top: 0.35rem;
}
.banner_button {
  gap: 0.1rem;
}
.banner_button div {
  width: 48px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  cursor: pointer;
}
.banner_button div i {
  margin: auto;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .banner_button div:hover {
    border-color: #FF8C00;
    color: #FF8C00;
  }
}
.ModelLibrary_02 {
  overflow: hidden;
}
.mbx {
  padding-top: 0.3rem;
}
.mbx .box {
  font-size: var(--f16);
}
.mbx .box a {
  display: inline;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  color: rgba(0, 0, 0, 0.4);
}
.mbx .box a:hover {
  color: #FF8C00;
}
.mbx .box i {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  padding: 0 4px;
}
.mbx .box span {
  color: #000;
}
.ModelLibrary_03 {
  overflow: hidden;
}
.ModelLibrary_03 .box .boxLeft {
  width: 8rem;
}
.ModelLibrary_03 .box .boxLeft .sticky {
  aspect-ratio: 800/574;
  border-radius: var(--r20);
  overflow: hidden;
}
.ModelLibrary_03 .box .boxLeft .sticky img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ModelLibrary_03 .box .boxLeft .sticky:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ModelLibrary_03 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.2rem;
  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;
}
.ModelLibrary_03 .box .boxRight > div {
  width: 100%;
}
.ModelLibrary_03 .box .boxRight .desc_01 {
  margin: 0.3rem 0 0.7rem;
}
.ModelLibrary_nav {
  overflow: hidden;
  padding: 0.3rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.ModelLibrary_nav .box ul li {
  margin-right: 0.55rem;
}
.ModelLibrary_nav .box ul li a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ModelLibrary_nav .box ul li a:hover {
  color: #FF8C00;
}
.ModelLibrary_nav .box ul .active a {
  color: #FF8C00;
}
.ModelLibrary_04 {
  padding-top: 0.6rem;
}
.ModelLibrary_04 .box {
  overflow: hidden;
}
.ModelLibrary_04 .box .table {
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
.ModelLibrary_04 .box table {
  width: 100%;
  border-collapse: collapse;
}
.ModelLibrary_04 .box table td {
  padding: 0.2rem 0.4rem;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  font-size: var(--f18);
  color: #666;
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
}
.ModelLibrary_04 .box table tr:first-child td {
  background: rgba(255, 140, 0, 0.1);
  color: #333;
  font-weight: var(--b600);
  border-bottom: 0;
}
.ModelLibrary_04_ {
  padding-top: 0rem;
}
.ModelLibrary_05 {
  overflow: hidden;
}
.ModelLibrary_05 .box .swiper-slide {
  height: auto;
}
.ModelLibrary_05 .box .item {
  padding: 0.5rem 0.3rem;
  border-radius: var(--r20);
  background: #fff;
  height: 100%;
}
.ModelLibrary_05 .box .item .content1 {
  width: 72px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 140, 0, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ModelLibrary_05 .box .item .content1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ModelLibrary_05 .box .item .content1 .img2 {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  opacity: 0;
}
.ModelLibrary_05 .box .item .content2 {
  font-size: var(--f24);
  font-weight: var(--bold);
  margin: 1.2rem 0 0.12rem;
}
.ModelLibrary_05 .box .item .content3 {
  font-size: var(--f16);
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .ModelLibrary_05 .box .item:hover .content1 {
    background: #FF8C00;
  }
  .ModelLibrary_05 .box .item:hover .content1 .img1 {
    opacity: 0;
  }
  .ModelLibrary_05 .box .item:hover .content1 .img2 {
    opacity: 1;
  }
}
.ModelLibrary_06 {
  overflow: hidden;
}
.ModelLibrary_06 .box .swiper-slide {
  height: auto;
}
.ModelLibrary_07 {
  overflow: hidden;
}
.ModelLibrary_07 .flex_center {
  gap: 0.2rem;
}
.mx_item figure {
  aspect-ratio: 415/298;
  overflow: hidden;
  border-radius: var(--r20);
}
.mx_item figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.mx_item figcaption {
  font-size: var(--f28);
  color: #000;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .mx_item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .mx_item:hover figcaption {
    color: #FF8C00;
  }
}
.Product_01 .box .boxLeft {
  width: 3.7rem;
}
.Product_01 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Product_01 .box .boxLeft .sticky .layui-form {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  padding: 0.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_01 .box .boxLeft .sticky .layui-form .icon {
  padding-left: 0.2rem;
  padding-right: 0.1rem;
}
.Product_01 .box .boxLeft .sticky .layui-form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_01 .box .boxLeft .sticky .layui-form .input input {
  height: 48px;
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  font-size: var(--f18);
}
.Product_01 .box .boxLeft .sticky .layui-form .button .btn {
  background: #FF8C00;
  height: 48px;
  min-width: 1rem;
  padding: 0 0.2rem;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: var(--f18);
  cursor: pointer;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product_01 .box .boxLeft .sticky .layui-form .button .btn:hover {
  background: #ffa333;
}
.Product_01 .box .boxLeft .sticky .list {
  margin-top: 0.2rem;
  background: #fff;
  border-radius: 6px;
  padding: 0.1rem 0.3rem;
}
.Product_01 .box .boxLeft .sticky .list .item {
  border-bottom: 1px solid #D9D9D9;
}
.Product_01 .box .boxLeft .sticky .list .item .top {
  height: 0.84rem;
  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;
  font-size: var(--f20);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  position: relative;
  color: #000;
  cursor: pointer;
  font-weight: var(--bold);
}
.Product_01 .box .boxLeft .sticky .list .item .top i {
  position: absolute;
  display: block;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  color: #FF8C00;
  font-size: var(--f18);
}
.Product_01 .box .boxLeft .sticky .list .item .top:hover {
  color: #FF8C00;
}
.Product_01 .box .boxLeft .sticky .list .item .bottom {
  padding: 0 0.2rem;
  border-top: 1px solid transparent;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .sticky .list .item .bottom ul {
  display: grid;
  gap: 0.14rem;
  min-height: 0;
}
.Product_01 .box .boxLeft .sticky .list .item .bottom ul li a {
  font-size: var(--f20);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Product_01 .box .boxLeft .sticky .list .item .bottom ul li a:hover {
  color: #FF8C00;
}
.Product_01 .box .boxLeft .sticky .list .item .bottom ul .active a {
  color: #FF8C00;
}
.Product_01 .box .boxLeft .sticky .list .item:last-child {
  border-bottom: 0;
}
.Product_01 .box .boxLeft .sticky .list .item.active .top {
  color: #FF8C00;
}
.Product_01 .box .boxLeft .sticky .list .item.active .top i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.Product_01 .box .boxLeft .sticky .list .item.active .bottom {
  grid-template-rows: 1fr;
  padding: 0.2rem;
  border-color: #D9D9D9;
}
.Product_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.65rem;
}
.Product_01 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.pro_item {
  background: #fff;
  border-radius: var(--r20);
  padding: 0.5rem 0.2rem 0.6rem;
  position: relative;
}
.pro_item .content1 {
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pro_item .content1 img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.pro_item .content2 {
  text-align: center;
  margin-top: 0.6rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.pro_item .content2 .content3 {
  position: relative;
}
.pro_item .content2 .content3 div {
  font-size: var(--f28);
  color: #000;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  height: 2.6em;
  max-height: 2.6em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.pro_item .content2 .content3 p {
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  line-height: 20px;
  padding: 0 6px;
  border: 1px solid #FF8C00;
  font-size: 0.12rem;
  color: #FF8C00;
  border-radius: 20px;
}
.pro_item .content2 .content4 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.24rem;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.pro_item .content5 {
  bottom: 0.1rem;
  left: 0;
  width: 100%;
  position: absolute;
  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;
  font-size: var(--f16);
  color: #000;
  gap: 0.12rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.pro_item .content5 p {
  width: 20px;
  aspect-ratio: 1 / 1;
  background: #FF8C00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.pro_item .content5 p svg {
  margin: auto;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
@media screen and (min-width: 1200px) {
  .pro_item:hover .content1 img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .pro_item:hover .content2 {
    -webkit-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  .pro_item:hover .content5 {
    opacity: 1;
    bottom: 0.4rem;
  }
}
.pu_page {
  margin-top: 0.8rem;
  --height: 48px;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.pu_page .prev a,
.pu_page .next a {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--height);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f14);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: inherit;
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  color: #FF8C00;
  border-color: #FF8C00;
}
.pu_page .number {
  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;
  gap: 0.3rem;
}
.pu_page .number a {
  position: relative;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.06rem 0.04rem 0.1rem;
  color: #C8C8C8;
  font-size: var(--f18);
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-family: 'MR';
}
.pu_page .number a:hover {
  color: #FF8C00;
}
.pu_page .number a.active {
  color: #FF8C00;
}
@media screen and (max-width: 699px) {
  .pu_page {
    --height: 30px;
    gap: 0.16rem;
    font-size: 14px;
  }
  .pu_page .number {
    gap: 0.16rem;
    margin: 0 0.06rem;
  }
  .pu_page .number a {
    font-size: 14px;
  }
}
.ProductDetail_info {
  overflow: hidden;
}
.ProductDetail_info .box .boxLeft {
  width: 6.7rem;
}
.ProductDetail_info .box .boxLeft .sticky {
  width: 100%;
  top: var(--nav_height);
  
}
.ProductDetail_info .box .boxLeft .sticky .swiper{
    border-radius: var(--r20);
}
.ProductDetail_info .box .boxLeft .sticky .item{
     aspect-ratio: 1/1;
    background: #fff;
  padding: 0.35rem;
  border-radius: var(--r20);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.ProductDetail_info .box .boxLeft .sticky img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .ProductDetail_info .box .boxLeft .sticky:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.ProductDetail_info .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.2rem;
}
.ProductDetail_info .box .boxRight .content2 {
  font-size: var(--f22);
  color: #666;
  margin-top: 0.28rem;
}
.ProductDetail_info .box .boxRight .content3 {
  gap: 0.6rem;
  margin-top: 0.6rem;
}
.ProductDetail_info .box .boxRight .content3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.13rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ProductDetail_info .box .boxRight .content3 li .left {
  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;
}
.ProductDetail_info .box .boxRight .content3 li .left p {
  width: 0.72rem;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 140, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ProductDetail_info .box .boxRight .content3 li .left p img {
  margin: auto;
  max-height: 32px;
}
.ProductDetail_info .box .boxRight .content3 li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ProductDetail_info .box .boxRight .content3 li .right .top {
  font-size: var(--f22);
  line-height: 1;
  color: #666;
}
.ProductDetail_info .box .boxRight .content3 li .right .bot {
  font-size: var(--f24);
  color: #333;
  font-family: 'MM';
  margin-top: 0.12rem;
  line-height: 1;
}
.ProductDetail_info .box .boxRight .content4 {
  margin: 0.5rem 0;
  display: grid;
  gap: 0.14rem;
  --h: 0.62rem;
}
.ProductDetail_info .box .boxRight .content4 .item {
  background: #fff;
  border-radius: var(--r10);
  padding: 0.2rem 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.ProductDetail_info .box .boxRight .content4 .item .button {
  position: absolute;
  right: 0.5rem;
  top: 0.36rem;
  width: 20px;
  height: 2px;
  background: #FF8C00;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ProductDetail_info .box .boxRight .content4 .item .button::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_info .box .boxRight .content4 .item .left {
  width: 3.9rem;
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_info .box .boxRight .content4 .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.ProductDetail_info .box .boxRight .content4 .item .right .content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.ProductDetail_info .box .boxRight .content4 .item .right .content ._desc {
  min-height: 0;
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
}
@media screen and (min-width: 1200px) {
  .ProductDetail_info .box .boxRight .content4 .item:hover .left {
    color: #FF8C00;
  }
}
.ProductDetail_info .box .boxRight .content4 .item.active .button::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.ProductDetail_info .box .boxRight .content4 .item.active .right .content {
  opacity: 1;
  grid-template-rows: 1fr;
}
.ProductDetail_info .box .boxRight .content5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.ProductDetail_nav {
  position: sticky;
  top: 0;
  background: #fafafa;
  z-index: 2;
}
.ProductDetail_nav .box {
  position: relative;
}
.ProductDetail_nav .box .button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ProductDetail_01 {
  padding-top: 0.6rem;
  overflow: hidden;
}
.ProductDetail_01 .box .swiper-slide {
  height: auto;
}
.ProductDetail_01 .box .item {
  padding: 0.4rem;
  border-radius: var(--r20);
  background: #fff;
  height: 100%;
}
.ProductDetail_01 .box .item .content1 {
  width: 72px;
  margin: auto;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 140, 0, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_01 .box .item .content1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_01 .box .item .content1 .img2 {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  opacity: 0;
}
.ProductDetail_01 .box .item .content2 {
  font-size: var(--f22);
  color: #333;
  margin-top: 0.22rem;
  line-height: 1.65;
  text-align: center;
}
.ProductDetail_01 .box .item .content2 span {
  font-weight: var(--bold);
}
@media screen and (min-width: 1200px) {
  .ProductDetail_01 .box .item:hover .content1 {
    background: #FF8C00;
  }
  .ProductDetail_01 .box .item:hover .content1 .img1 {
    opacity: 0;
  }
  .ProductDetail_01 .box .item:hover .content1 .img2 {
    opacity: 1;
  }
}
.ProductDetail_02 {
  overflow: hidden;
}
.ProductDetail_02 .box .swiper-slide {
  height: auto;
}
.ProductDetail_02 .box .item {
  padding: 0.5rem 0.3rem 0.4rem;
  border-radius: var(--r20);
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFDC), color-stop(57.43%, #FFFFFF)), #D9D9D9;
  background: -o-linear-gradient(top, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
  background: linear-gradient(to bottom, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
}
.ProductDetail_02 .box .item .content1 {
  width: 72px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 140, 0, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_02 .box .item .content1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_02 .box .item .content1 .img2 {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  opacity: 0;
}
.ProductDetail_02 .box .item .content2 {
  font-size: var(--f24);
  font-weight: var(--bold);
  margin: 1rem 0 0.12rem;
}
.ProductDetail_02 .box .item .content3 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .ProductDetail_02 .box .item:hover .content1 {
    background: #FF8C00;
  }
  .ProductDetail_02 .box .item:hover .content1 .img1 {
    opacity: 0;
  }
  .ProductDetail_02 .box .item:hover .content1 .img2 {
    opacity: 1;
  }
}
.ProductDetail_03 .h5 {
  font-size: var(--f32);
  font-weight: var(--bold);
}
.ProductDetail_03 .box1 .list {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.ProductDetail_03 .box1 .list .item {
  padding: 0.3rem;
  border-radius: var(--r20);
  background: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ProductDetail_03 .box1 .list .item .content1 img {
  height: 0.38rem;
}
.ProductDetail_03 .box1 .list .item .content2 {
  margin-top: 0.3rem;
  font-size: var(--f20);
  color: #000;
  line-height: 1.5;
  height: 6em;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_03 .box1 .list .item .content3 {
  font-size: var(--f16);
  color: #000;
  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;
}
.ProductDetail_03 .box1 .list .item .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (min-width: 1200px) {
  .ProductDetail_03 .box1 .list .item:hover {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  .ProductDetail_03 .box1 .list .item:hover .content2 {
    color: #FF8C00;
  }
}
.ProductDetail_03 .box2 {
  margin-top: 0.8rem;
  --padd: 0.3rem;
}
.ProductDetail_03 .box2 .list {
  margin-top: 0.4rem;
}
.ProductDetail_03 .box2 .list .item {
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_03 .box2 .list .item .top {
  padding: 0.3rem var(--padd);
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.ProductDetail_03 .box2 .list .item .top .Q {
  width: 32px;
  aspect-ratio: 1/1;
  background: #CCCCCC;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_03 .box2 .list .item .top .Q svg {
  margin: auto;
  fill: #fff;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_03 .box2 .list .item .top .label {
  font-size: var(--f20);
  margin-left: 10px;
  margin-right: auto;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ProductDetail_03 .box2 .list .item .top .button p {
  width: 20px;
  height: 2px;
  background: #FF8C00;
  position: relative;
}
.ProductDetail_03 .box2 .list .item .top .button p::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .ProductDetail_03 .box2 .list .item .top:hover .Q {
    background: #FF8C00;
  }
  .ProductDetail_03 .box2 .list .item .top:hover .Q svg {
    fill: #fff;
  }
  .ProductDetail_03 .box2 .list .item .top:hover .label {
    color: #FF8C00;
  }
}
.ProductDetail_03 .box2 .list .item .bottom {
  padding: 0 var(--padd);
  display: none;
}
.ProductDetail_03 .box2 .list .item .bottom .content {
  padding: 0.3rem 0;
  border-top: 1px solid transparent;
}
.ProductDetail_03 .box2 .list .item .bottom .content .left .A {
  width: 32px;
  aspect-ratio: 1/1;
  background: #FF8C00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6 var(--ease);
  -o-transition: 0.6 var(--ease);
  transition: 0.6 var(--ease);
}
.ProductDetail_03 .box2 .list .item .bottom .content .left .A svg {
  margin: auto;
  fill: #fff;
}
.ProductDetail_03 .box2 .list .item .bottom .content .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  padding-right: 1.6rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.ProductDetail_03 .box2 .list .item.active {
  background: #fff;
  border-radius: 0.2rem;
  border-color: transparent;
}
.ProductDetail_03 .box2 .list .item.active .top .Q {
  background: #FF8C00;
}
.ProductDetail_03 .box2 .list .item.active .top .Q svg {
  fill: #fff;
}
.ProductDetail_03 .box2 .list .item.active .top .label {
  color: #FF8C00;
}
.ProductDetail_03 .box2 .list .item.active .top .button p::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ProductDetail_03 .box2 .list .item.active .bottom .content {
  border-top-color: #D9D9D9;
}
.ProductDetail_03 .box2 .list .item:has(+ .active) {
  border-color: transparent;
}
.more_01 {
  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;
  font-size: var(--f16);
  color: #000;
  gap: 0.12rem;
  line-height: 1;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.more_01 p {
  width: 20px;
  aspect-ratio: 1 / 1;
  background: #FF8C00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.more_01 p svg {
  margin: auto;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
.ServiceSystem .box {
  display: grid;
  gap: 0.8rem;
}
.ServiceSystem .box .item {
  background: #fafafa;
}
.Service_item {
  border-radius: var(--r20);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Service_item .boxLeft {
  padding: 0.4rem 0.7rem;
  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;
}
.Service_item .boxLeft > div {
  width: 100%;
}
.Service_item .boxLeft .content1 {
  width: 0.84rem;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 140, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.Service_item .boxLeft .content1 img {
  margin: auto;
}
.Service_item .boxLeft .content2 {
  font-size: var(--f32);
  font-weight: var(--bold);
  margin: 0.3rem 0 0.12rem;
  color: #000;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Service_item .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  text-align: justify;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.Service_item .boxLeft .content4 {
  margin: 0.18rem 0 0.3rem;
  padding-left: 20px;
}
.Service_item .boxLeft .content4 li {
  font-size: var(--f16);
  color: #000;
  line-height: 2;
  list-style: disc;
}
.Service_item .boxLeft .content4 li::marker {
  color: #FF8C00;
}
.Service_item .boxRight {
  overflow: hidden;
  border-radius: var(--r20);
}
.Service_item .boxRight img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Service_item:nth-child(even) .boxLeft {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .Service_item:hover .boxLeft .content2 {
    color: #FF8C00;
  }
  .Service_item:hover .boxRight img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.ResearchServices .box .main {
  border-bottom: 1px solid #D1D1D1;
  padding: 1rem 0;
}
.ResearchServices .box .main .boxLeft {
  width: 50%;
  padding-right: 1.2rem;
  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;
  color: #333;
}
.ResearchServices .box .main .boxLeft > div {
  width: 100%;
}
.ResearchServices .box .main .boxLeft .content1 {
  font-size: var(--f32);
  font-weight: var(--bold);
  color: #000;
}
.ResearchServices .box .main .boxLeft .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  margin: 0.18rem 0 0.3rem;
  font-weight: var(--bold);
}
.ResearchServices .box .main .boxLeft .h5 {
  font-size: var(--f18);
}
.ResearchServices .box .main .boxLeft .content3 {
  display: grid;
  gap: 0.3rem;
}
.ResearchServices .box .main .boxLeft .content3 ul {
  padding-left: 20px;
  margin-top: 0.04rem;
}
.ResearchServices .box .main .boxLeft .content3 ul li {
  font-size: var(--f18);
  line-height: 1.7;
  list-style: disc;
}
.ResearchServices .box .main .boxLeft .content3 ul li::marker {
  color: #FF8C00;
}
.ResearchServices .box .main .boxLeft .content4 {
  margin-top: 0.3rem;
}
.ResearchServices .box .main .boxLeft .content5 {
  margin-top: 0.07rem;
  gap: 0.12rem;
}
.ResearchServices .box .main .boxLeft .content5 p {
  color: #FF8C00;
  background: rgba(255, 140, 0, 0.08);
  border-radius: 30px;
  line-height: 30px;
  padding: 0 0.16rem;
}
.ResearchServices .box .main .boxRight {
  width: 50%;
}
.ResearchServices .box .main .boxRight .sticky {
  top: 0.5rem;
  position: sticky;
}
.ResearchServices .box .main .boxRight .sticky .swiper-slide {
  aspect-ratio: 86/60;
  overflow: hidden;
  border-radius: var(--r20);
  opacity: 0 !important;
}
.ResearchServices .box .main .boxRight .sticky .swiper-slide img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.ResearchServices .box .main .boxRight .sticky .swiper-slide-active {
  opacity: 1 !important;
}
.Service_tj {
  overflow: hidden;
}
.Service_tj .flex_center {
  gap: 0.2rem;
}
.Service_tj .box .Service_item {
  background: #fff;
}
.Service_tj .box .Service_item .boxLeft {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.News_01 .box .item {
  background: #fafafa;
  border-radius: var(--r20);
}
.News_01 .box .item .boxLeft {
  width: 8.5rem;
  aspect-ratio: 850/530;
  overflow: hidden;
  border-radius: var(--r20);
}
.News_01 .box .item .boxLeft img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_01 .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.9rem 1rem 0 0.8rem;
}
.News_01 .box .item .boxRight .content1 {
  font-size: var(--f18);
  font-family: 'MR';
  color: #FF8C00;
}
.News_01 .box .item .boxRight .content2 {
  font-size: var(--f32);
  color: #333;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  margin: 0.15rem 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item .boxRight .content3 {
  font-size: var(--f18);
  color: #666;
  height: 3.1em;
  max-height: 3.1em;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_01 .box .item .boxRight .content4 {
  margin-top: 1.46rem;
}
@media screen and (min-width: 1200px) {
  .News_01 .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .News_01 .box .item:hover .boxRight .content2 {
    color: #FF8C00;
  }
  .News_01 .box .item:hover .boxRight .link_01 .a {
    box-shadow: inset 0 calc(var(--h48) * -1) 0 0 var(--ys1);
    border-color: transparent;
  }
  .News_01 .box .item:hover .boxRight .link_01 .a > span {
    color: var(--ys3);
    -webkit-transform: translateX(-0.12rem);
    -ms-transform: translateX(-0.12rem);
    transform: translateX(-0.12rem);
  }
  .News_01 .box .item:hover .boxRight .link_01 .a p {
    background: var(--ys3);
  }
  .News_01 .box .item:hover .boxRight .link_01 .a p svg path {
    stroke: var(--ys1);
  }
  .News_01 .box .item:hover .boxRight .link_01 .a .icon {
    opacity: 1;
  }
  .News_01 .box .item:hover .boxRight .link_01 .a .icon i {
    background: var(--ys3);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
}
.banner_page {
  text-align: center;
}
.banner_page div {
  margin-top: 0.6rem;
  line-height: 1;
}
.banner_page div span {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: rgba(192, 192, 192, 0.5);
  border: 3px solid #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 0.1rem !important;
}
.banner_page div .swiper-pagination-bullet-active {
  border-color: #FF8C00;
  background: #fff;
}
.new_nav {
  margin-bottom: 0.66rem;
}
.new_nav ul li {
  padding: 0 0.4rem;
}
.new_nav ul li a {
  font-size: var(--f18);
  color: #333;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.new_nav ul li a svg {
  position: absolute;
  left: -22px;
  top: 50%;
  opacity: 0;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new_nav ul li a:hover {
  color: #FF8C00;
}
.new_nav ul .active a {
  color: #FF8C00;
}
.new_nav ul .active a svg {
  opacity: 1;
}
.News_02 .box .list {
  display: grid;
  gap: 0.2rem;
}
.News_02 .box .item {
  padding: 0.3rem;
  background: #fff;
  border-radius: var(--r16);
  gap: 0.7rem;
}
.News_02 .box .item .img {
  width: 3.8rem;
  aspect-ratio: 390/237;
  overflow: hidden;
  border-radius: var(--r16);
}
.News_02 .box .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_02 .box .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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_02 .box .item .content > div {
  width: 100%;
}
.News_02 .box .item .content .content1 {
  font-size: var(--f20);
  font-family: 'MR';
  color: #FF8C00;
}
.News_02 .box .item .content .content2 {
  margin: 0.16rem 0 0.08rem;
  font-size: var(--f20);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  height: 1.6em;
  max-height: 1.6em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  font-weight: 500;
}
.News_02 .box .item .content .content3 {
  font-size: var(--f18);
  color: #666;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 1200px) {
  .News_02 .box .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .News_02 .box .item:hover .content .content2 {
    color: #FF8C00;
  }
}
.News_03 {
  position: relative;
  contain: layout;
  margin-top: -9.7rem;
  z-index: 2;
}
.News_03::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(97%);
  height: calc(100% - 3rem);
  background: #fff;
  z-index: -1;
}
.News_03 .box .boxLeft {
  width: 11rem;
}
.News_03 .box .boxLeft .content1 {
  font-size: var(--f40);
}
.News_03 .box .boxLeft .content2 {
  font-size: var(--f18);
  font-family: 'MR';
  color: #FF8C00;
  margin-top: 0.3rem;
  padding-bottom: 0.56rem;
  border-bottom: 1px solid #c6c6c6;
}
.News_03 .box .boxLeft .content3 {
  margin-top: 0.5rem;
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.News_03 .box .boxLeft .content3 span {
  font-weight: 500;
  color: #000;
}
.News_03 .box .boxLeft .content3 h1,
.News_03 .box .boxLeft .content3 h2,
.News_03 .box .boxLeft .content3 h3,
.News_03 .box .boxLeft .content3 h4,
.News_03 .box .boxLeft .content3 h5,
.News_03 .box .boxLeft .content3 h6 {
  color: #FF8C00;
  font-weight: var(--bold);
}
.News_03 .box .boxLeft .content3 h1 {
  font-size: var(--f24);
}
.News_03 .box .boxLeft .content3 h2 {
  font-size: var(--f22);
}
.News_03 .box .boxLeft .content3 h3,
.News_03 .box .boxLeft .content3 h4 {
  font-size: var(--f20);
}
.News_03 .box .boxLeft .content3 h5,
.News_03 .box .boxLeft .content3 h6 {
  font-size: var(--f18);
}
.News_03 .box .boxLeft .content3 ul,
.News_03 .box .boxLeft .content3 ol {
  padding-left: 20px;
}
.News_03 .box .boxLeft .content3 ul li {
  list-style: disc;
}
.News_03 .box .boxLeft .content3 ul li::marker {
  color: #FF8C00;
}
.News_03 .box .boxLeft .content3 ol li {
  list-style: decimal;
}
.News_03 .box .boxLeft .content3 ol li::marker {
  color: #FF8C00;
}
.News_03 .box .boxLeft .content4 {
  padding-top: 0.4rem;
  margin-top: 0.8rem;
  border-top: 1px solid #c6c6c6;
}
.News_03 .box .boxLeft .content4 .left {
  width: 70%;
  display: grid;
  gap: 0.12rem;
}
.News_03 .box .boxLeft .content4 .left a {
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  height: 1.3em;
  max-height: 1.3em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_03 .box .boxLeft .content4 .left a:hover {
  color: #FF8C00;
}
.News_03 .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_03 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.6rem;
}
.News_03 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.News_03 .box .boxRight .sticky .h5 {
  font-size: var(--f36);
  font-weight: var(--bold);
}
.News_03 .box .boxRight .sticky ul {
  margin-top: 0.56rem;
  display: grid;
  gap: 0.2rem;
}
.News_03 .box .boxRight .sticky ul li a {
  display: block;
  background: #fafafa;
  padding: 0.4rem 0.3rem 0.3rem;
  border-radius: var(--r10);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_03 .box .boxRight .sticky ul li a .content1 {
  font-size: var(--f18);
  font-family: 'MR';
  color: #FF8C00;
}
.News_03 .box .boxRight .sticky ul li a .content2 {
  margin: 0.24rem 0 0.16rem;
  font-size: var(--f20);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  font-weight: var(--bold);
}
.News_03 .box .boxRight .sticky ul li a .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .News_03 .box .boxRight .sticky ul li a:hover .content2 {
    color: #FF8C00;
  }
}
.Download_01 .box .boxLeft {
  width: 3.7rem;
}
.Download_01 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Download_01 .box .boxLeft .sticky .list {
  background: #fff;
  border-radius: 12px;
  padding: 0.1rem 0.3rem;
}
.Download_01 .box .boxLeft .sticky .list .item {
  border-bottom: 1px solid #D9D9D9;
}
.Download_01 .box .boxLeft .sticky .list .item .top {
  height: 0.84rem;
  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;
  font-size: var(--f20);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  position: relative;
  color: #000;
  cursor: pointer;
  font-weight: var(--bold);
}
.Download_01 .box .boxLeft .sticky .list .item .top i {
  position: absolute;
  display: block;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  color: #FF8C00;
  font-size: var(--f18);
}
.Download_01 .box .boxLeft .sticky .list .item .top:hover {
  color: #FF8C00;
}
.Download_01 .box .boxLeft .sticky .list .item .bottom {
  border-top: 1px solid transparent;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.Download_01 .box .boxLeft .sticky .list .item .bottom ul {
  display: grid;
  gap: 0.14rem;
  min-height: 0;
  padding-left: 0.1rem;
}
.Download_01 .box .boxLeft .sticky .list .item .bottom ul li a {
  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;
  gap: 0.12rem;
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Download_01 .box .boxLeft .sticky .list .item .bottom ul li a::before {
  content: '';
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Download_01 .box .boxLeft .sticky .list .item .bottom ul li a:hover {
  color: #FF8C00;
}
.Download_01 .box .boxLeft .sticky .list .item .bottom ul li.active a {
  color: #333;
}
.Download_01 .box .boxLeft .sticky .list .item .bottom ul li.active a::before {
  border-color: #FF8C00;
  background: #FF8C00 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2l2.4 2.4 4.6-4.8'/%3E%3C/svg%3E") center / 0.12rem no-repeat;
}
.Download_01 .box .boxLeft .sticky .list .item:last-child {
  border-bottom: 0;
}
.Download_01 .box .boxLeft .sticky .list .item.active .top {
  color: #000;
}
.Download_01 .box .boxLeft .sticky .list .item.active .top i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.Download_01 .box .boxLeft .sticky .list .item.active .bottom {
  grid-template-rows: 1fr;
  padding: 0.2rem 0 0.24rem;
  border-color: #D9D9D9;
}
.Download_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.9rem;
}
.Download_01 .box .boxRight .list {
  display: grid;
  gap: 0.2rem;
}
.Download_01 .box .boxRight .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  background: #fff;
  border-radius: var(--r10);
  padding: 0.24rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Download_01 .box .boxRight .list .item .img {
  width: 1.4rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 140 / 187;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 140, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(255, 140, 0, 0.1);
}
.Download_01 .box .boxRight .list .item .img img {
  width: 100%;
  height: 100%;
}
.Download_01 .box .boxRight .list .item .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Download_01 .box .boxRight .list .item .cont .title {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #000;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Download_01 .box .boxRight .list .item .cont .desc {
  margin-top: 0.17rem;
  margin-bottom: 0.46rem;
  font-size: var(--f18);
  color: #666;
}
.Download_01 .box .boxRight .list .item .cont .down {
  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;
  gap: 0.1rem;
  font-size: var(--f16);
  color: #000;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Download_01 .box .boxRight .list .item .cont .down svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.18rem;
  height: 0.18rem;
}
@media screen and (min-width: 1200px) {
  .Download_01 .box .boxRight .list .item:hover .cont .title {
    color: #FF8C00;
  }
  .Download_01 .box .boxRight .list .item:hover .cont .down {
    color: #FF8C00;
  }
}
.Contact_01 {
  margin-bottom: -0.3rem;
}
.Contact_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Contact_01 .box .item {
  padding: 0.5rem 0.3rem;
  border-radius: var(--r20);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFDC), color-stop(57.43%, #FFFFFF)), #D9D9D9;
  background: -o-linear-gradient(top, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
  background: linear-gradient(to bottom, #FFEFDC 0%, #FFFFFF 57.43%), #D9D9D9;
  text-align: center;
}
.Contact_01 .box .item .content1 {
  margin: auto;
  width: 88px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 140, 0, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_01 .box .item .content1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Contact_01 .box .item .content1 .img2 {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  opacity: 0;
}
.Contact_01 .box .item .content2 {
  font-size: var(--f22);
  margin: 0.4rem 0 0.2rem;
  color: #000;
}
.Contact_01 .box .item .content2 span {
  font-size: var(--f32);
  font-family: 'MM';
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  color: #000;
}
.Contact_01 .box .item .content3 {
  font-size: var(--f16);
  color: #333;
}
@media screen and (min-width: 1200px) {
  .Contact_01 .box .item:hover .content1 {
    background: #FF8C00;
  }
  .Contact_01 .box .item:hover .content1 .img1 {
    opacity: 0;
  }
  .Contact_01 .box .item:hover .content1 .img2 {
    opacity: 1;
  }
  .Contact_01 .box .item:hover .content2 span {
    color: #FF8C00;
  }
}
.About_01 {
  padding-bottom: 0.56rem;
  position: relative;
}
.About_01 .box {
  padding: 0 3.2rem;
  margin-bottom: 0.7rem;
}
.About_01 .box .desc_01,
.About_01 .box .desc_03 {
  text-align: center;
  margin-top: 0.36rem;
}
.About_01 .box .desc_03 {
  margin-top: 0.42rem;
}
.About_01 .img_list div {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.About_01 .img_list div img {
  width: 100%;
  height: 100%;
}
.About_01 .img_list .img1 {
  width: 1.6rem;
  left: 1rem;
  top: 32%;
}
.About_01 .img_list .img2 {
  width: 0.88rem;
  left: 14%;
  top: 64%;
}
.About_01 .img_list .img3 {
  width: 1.5rem;
  right: 1rem;
  top: 13%;
}
.About_02 {
  overflow: hidden;
}
.About_02 .title_01 {
  line-height: 1.3;
}
.About_02 .desc_02 {
  max-width: 11.93rem;
}
.About_02 .h5 {
  margin-top: 0.65rem;
  font-size: var(--f32);
  font-weight: var(--bold);
}
.About_02 .box .swiper .swiper-slide {
  -webkit-transition: 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.About_02 .box .swiper .swiper-slide .item .img {
  opacity: 0.3;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box .swiper .swiper-slide .item .orientation,
.About_02 .box .swiper .swiper-slide .item .orientation2 {
  opacity: 0.7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box .swiper .swiper-slide .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_02 .box .swiper .swiper-slide-active .item .img {
  opacity: 1;
}
.About_02 .box .swiper .swiper-slide-active .item .orientation,
.About_02 .box .swiper .swiper-slide-active .item .orientation2 {
  opacity: 1;
}
.About_02 .box .swiper .swiper-slide-prev .item .img,
.About_02 .box .swiper .swiper-slide-next .item .img {
  opacity: 0.3;
}
.About_02 .box .swiper .swiper-slide-prev .item .orientation,
.About_02 .box .swiper .swiper-slide-next .item .orientation,
.About_02 .box .swiper .swiper-slide-prev .item .orientation,
.About_02 .box .swiper .swiper-slide-next .item .orientation {
  opacity: 0.7;
}
.About_02 .box .swiper .img {
  aspect-ratio: 1225/485;
  overflow: hidden;
  border-radius: var(--r20);
}
.About_02 .box .swiper .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_02 .box .swiper .orientation {
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
}
.About_02 .box .swiper .orientation .content1 {
  font-size: var(--f16);
  color: rgba(0, 0, 0, 0.5);
  font-family: 'MR';
}
.About_02 .box .swiper .orientation .content1 span {
  color: #000;
}
.About_02 .box .swiper .orientation .content2 {
  font-size: var(--f32);
  font-weight: var(--bold);
  margin-top: 0.15rem;
}
.About_02 .box .swiper .orientation2 {
  width: 5.8rem;
  left: 0.5rem;
  bottom: 0.5rem;
  position: absolute;
  z-index: 2;
  font-size: var(--f18);
  color: #666;
  line-height: 1.7;
}
.About_02 .banner_button > div {
  margin-top: 0.5rem;
}
.About_03 {
  overflow: hidden;
}
.About_03 .box .swiper-slide .img {
  border-radius: var(--r20);
  overflow: hidden;
  position: relative;
}
.About_03 .box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_03 .box .swiper-slide .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 51.23%), -o-linear-gradient(115.1deg, rgba(0, 0, 0, 0.5) 2.11%, rgba(0, 0, 0, 0) 62.78%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 51.23%), linear-gradient(334.9deg, rgba(0, 0, 0, 0.5) 2.11%, rgba(0, 0, 0, 0) 62.78%);
}
.About_03 .box .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem;
  z-index: 2;
  color: #fff;
}
.About_03 .box .swiper-slide .text .content1 {
  font-size: var(--f22);
}
.About_03 .box .swiper-slide .text .content2 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_03 .box .swiper-slide .text .content2 .content3 {
  font-size: var(--f16);
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  .About_03 .box .swiper-slide:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .About_03 .box .swiper-slide:hover .text .content2 {
    grid-template-rows: 1fr;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .About_03 .box .swiper-slide .text .content2 {
    grid-template-rows: 1fr;
    margin-top: 0.15rem;
  }
}
.About_03 .banner_button > div {
  margin-top: 0.5rem;
}
.About_04 {
  --w: 8.6rem;
}
.About_04 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.About_04 .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  border-radius: var(--r20);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_04 .box .item .img {
  width: var(--w);
  aspect-ratio: 86/50;
  overflow: hidden;
  border-radius: var(--r20);
}
.About_04 .box .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_04 .box .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.About_04 .box .item .orientation {
  left: 0.4rem;
  top: 0.45rem;
  position: absolute;
  z-index: 1;
  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;
  gap: 0.3rem;
}
.About_04 .box .item .orientation .icon {
  width: 0.86rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_04 .box .item .orientation .icon img {
  margin: auto;
}
.About_04 .box .item .orientation .text {
  font-size: var(--f28);
  color: #fff;
  font-weight: var(--bold);
}
.About_04 .box .item .orientation2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.4rem 0.4rem;
  z-index: 2;
  font-size: var(--f20);
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .About_04 .box .active {
    -webkit-box-flex: 2.1;
    -webkit-flex: 2.1;
    -ms-flex: 2.1;
    flex: 2.1;
    max-width: var(--w);
  }
  .About_04 .box .active .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .About_04 .box .active .orientation .icon {
    background: #FF8C00;
    border-color: #FF8C00;
  }
  .About_04 .box .active .orientation2 {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    padding: 0.6rem 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .About_04 .box .item .orientation .icon {
    background: #FF8C00;
    border-color: #FF8C00;
  }
  .About_04 .box .item .orientation2 {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    padding: 0.6rem 0.4rem;
  }
}
.footer {
  background: #1D1D1D;
  margin-top: -1px;
  contain: layout;
}
.footer .box {
  padding: 0.55rem 0 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .box .left {
  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;
  gap: 0.72rem;
}
.footer .box .left .logo img {
  height: 0.72rem;
}
.footer .box .left .slogan {
  font-size: var(--f26);
  font-family: 'MM';
  color: #fff;
  padding-top: 0.2rem;
}
.footer .box .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;
  gap: 0.1rem;
}
.footer .box .right .btn {
  border: 1px solid #FF8C00;
  border-radius: 50px;
  font-size: var(--f16);
  color: #fff;
  line-height: 0.48rem;
  text-align: center;
  min-width: 1.74rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer .box .right .btn svg {
  margin-right: 0.1rem;
}
.footer .box .right .btn svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer .box .right .btn:hover {
  background: #FF8C00;
}
.footer .box .right .btn:hover svg path {
  fill: #fff;
}
.footer .box1 {
  padding: 0.65rem 0 0.95rem;
}
.footer .box1 .left ul {
  display: grid;
  gap: 0.12rem;
}
.footer .box1 .left ul li {
  font-size: var(--f18);
  color: #fff;
  position: relative;
  padding-left: 25px;
}
.footer .box1 .left ul li a {
  color: #fff;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  font-family: 'MR';
}
.footer .box1 .left ul li a:hover {
  color: #FF8C00;
}
.footer .box1 .left ul li svg {
  left: 0;
  position: absolute;
  top: 0.06rem;
}
.footer .box1 .left .ewm {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.12rem;
}
.footer .box1 .left .ewm p {
  width: 0.98rem;
  border-radius: 6px;
}
.footer .box1 .left .ewm p img {
  width: 100%;
}
.footer .box1 .left .ewm figcaption {
  text-align: center;
  font-size: var(--f14);
  margin-top: 0.1rem;
  color: #fff;
}
.footer .box1 .right {
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .box1 .right .item .h5 {
  font-size: var(--f20);
  font-weight: var(--bold);
  color: #fff;
  margin-bottom: 0.22rem;
}
.footer .box1 .right .item ul {
  display: grid;
  gap: 0.1rem 0.56rem;
}
.footer .box1 .right .item ul li a {
  color: #fff;
  font-size: var(--f16);
  opacity: 0.8;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.footer .box1 .right .item ul li a:hover {
  color: #FF8C00;
  opacity: 1;
}
.footer .box1 .right .item2 ul {
  grid-template-columns: repeat(2, 1fr);
}
.footer .box2 {
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.4);
  padding-bottom: 0.4rem;
}
.footer .box2 a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  display: inline-block;
}
.footer .box2 a:hover {
  color: #FF8C00;
}
.Home_News {
  background: #fafafa;
  contain: layout;
}
.Home_News .mt {
  border-top: 1px solid #d1d1d1;
}
.Home_News .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Home_News .box {
  --padd: 0.72rem;
}
.Home_News .box .left {
  padding-right: 0.86rem;
  padding-top: var(--padd);
}
.Home_News .box .left a {
  width: 8.38rem;
  position: relative;
}
.Home_News .box .left a .img {
  overflow: hidden;
  aspect-ratio: 838/522;
  border-radius: var(--r20);
}
.Home_News .box .left a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Home_News .box .left a .orientation {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  z-index: 2;
  padding: 0 0.45rem;
}
.Home_News .box .left a .orientation .content1 {
  font-size: var(--f20);
  color: #fff;
  font-family: 'MR';
}
.Home_News .box .left a .orientation .content2 {
  font-size: var(--f24);
  color: #fff;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 4px 0 0.32rem;
  padding-right: 0.6rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Home_News .box .left a .orientation .content3 {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .left a:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_News .box .left a:hover .orientation .content2 {
    color: #FF8C00;
  }
}
.Home_News .box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #d1d1d1;
  padding-bottom: 0.4rem;
}
.Home_News .box .right .item {
  padding: 0.5rem var(--interval) 0.55rem 0.75rem;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .right .item {
    width: calc(100% + var(--interval));
  }
}
.Home_News .box .right .item:last-child {
  border-bottom: none;
}
.Home_News .box .right .item .content1 {
  font-size: var(--f20);
  color: #FF8C00;
  font-family: 'MR';
}
.Home_News .box .right .item .content2 {
  font-size: var(--f24);
  color: #333;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .right .item:hover .content2 {
    color: #FF8C00;
  }
}
.Home_Service {
  overflow: hidden;
}
.Home_Service .desc_03 {
  max-width: 9.1rem;
}
.Home_Service .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Home_Service .button > div {
  gap: 0.2rem;
}
.Home_Service .box {
  padding-left: var(--interval);
  --w: 7.54rem;
}
.Home_Service .box .swiper {
  padding-right: var(--interval);
}
.Home_Service .box .swiper .item {
  overflow: hidden;
  border-radius: var(--r20);
  position: relative;
}
.Home_Service .box .swiper .item .img {
  width: var(--w);
  aspect-ratio: 754/570;
  border-radius: var(--r20);
  overflow: hidden;
}
.Home_Service .box .swiper .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Home_Service .box .swiper .item .img::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 51.23%), -o-linear-gradient(20deg, rgba(0, 0, 0, 0.7) 2%, rgba(0, 0, 0, 0) 62.13%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 51.23%), linear-gradient(70deg, rgba(0, 0, 0, 0.7) 2%, rgba(0, 0, 0, 0) 62.13%);
}
.Home_Service .box .swiper .item .orientation1 {
  position: absolute;
  top: 0.52rem;
  left: 0.4rem;
  width: 0.72rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Service .box .swiper .item .orientation1 img {
  margin: auto;
}
.Home_Service .box .swiper .item .orientation2 {
  font-size: var(--f26);
  color: #fff;
  line-height: 1.4;
  font-weight: var(--bold);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.Home_Service .box .swiper .item .orientation3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.5rem;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
.Home_Service .box .swiper .item .orientation3 .content1 {
  font-size: var(--f28);
}
.Home_Service .box .swiper .item .orientation3 .content1 br {
  display: none;
}
.Home_Service .box .swiper .item .orientation3 .content2 {
  font-size: var(--f18);
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 0.12rem 0 0.3rem;
}
.Home_Service .box .swiper .item .orientation3 .content3 {
  color: #fff;
}
.Home_Service .box .swiper .swiper-slide {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 4rem;
}
.Home_Service .box .swiper .swiper-slide.active2 {
  width: var(--w) !important;
}
.Home_Service .box .swiper .swiper-slide.active2 .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Service .box .swiper .swiper-slide.active2 .orientation1 {
  background: #FF8C00;
}
.Home_Service .box .swiper .swiper-slide.active2 .orientation2 {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Home_Service .box .swiper .swiper-slide.active2 .orientation3 {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Service .box .swiper .swiper-slide-active {
    width: var(--w);
  }
  .Home_Service .box .swiper .swiper-slide-active .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Service .box .swiper .swiper-slide-active .orientation1 {
    background: #FF8C00;
  }
  .Home_Service .box .swiper .swiper-slide-active .orientation2 {
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .Home_Service .box .swiper .swiper-slide-active .orientation3 {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 1200px) {
  .Home_Service .box .swiper .swiper-slide .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Service .box .swiper .swiper-slide .orientation1 {
    background: #FF8C00;
  }
  .Home_Service .box .swiper .swiper-slide .orientation2 {
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .Home_Service .box .swiper .swiper-slide .orientation3 {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.Home_Product {
  overflow: hidden;
}
.Home_Product .title_01 {
  line-height: 1.3;
}
.Home_Product .pb {
  padding-bottom: 0.6rem;
}
.Home_Product .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Home_Product .button > div {
  gap: 0.2rem;
}
.Home_Product .box {
  padding-left: var(--interval);
}
.Home_Product .box .swiper {
  padding-right: var(--interval);
}
.Home_Product .box .swiper .swiper-slide {
  min-height: 5.4rem;
  overflow: hidden;
  border-radius: var(--r30);
  height: auto;
}
.Home_Product .box .swiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  background: url(../images/img59.jpg) no-repeat 50% 50% / cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
  background: url(../images/img60.png) no-repeat 50% 50% / cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper .item {
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper .item .left {
  width: 5rem;
  padding: 0.5rem 1.1rem 0 0.5rem;
}
.Home_Product .box .swiper .item .left > div {
  position: relative;
  height: 100%;
}
.Home_Product .box .swiper .item .left .content1 {
  font-size: var(--f16);
  color: #000;
  font-family: 'MR';
}
.Home_Product .box .swiper .item .left .content2 {
  font-size: var(--f32);
  color: #000;
  font-weight: var(--bold);
  margin-top: 0.15rem;
}
.Home_Product .box .swiper .item .left .content3 {
  position: absolute;
  bottom: 1.2rem;
  width: 100%;
  font-size: var(--f18);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Product .box .swiper .item .left .content4 {
  position: absolute;
  bottom: 0.5rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Home_Product .box .swiper .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-right: 0.8rem;
}
.Home_Product .box .swiper .item .right img {
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper .item:hover .left .content4 {
    -webkit-transform: translateX(0.1rem);
    -ms-transform: translateX(0.1rem);
    transform: translateX(0.1rem);
  }
  .Home_Product .box .swiper .item:hover .right img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper .swiper-slide-active::before {
    opacity: 1;
  }
  .Home_Product .box .swiper .swiper-slide-active::after {
    opacity: 1;
  }
  .Home_Product .box .swiper .swiper-slide-active .item {
    opacity: 1;
  }
  .Home_Product .box .swiper .swiper-slide-active .item .right {
    opacity: 1;
  }
}
.Home_About {
  padding: 1.7rem 0 1rem;
  position: relative;
  overflow: hidden;
}
.Home_About .box {
  position: relative;
  z-index: 3;
}
.Home_About .box .boxLeft {
  width: 7.15rem;
  padding-top: 0.5rem;
}
.Home_About .box .boxLeft .title_01 {
  line-height: 1.3;
}
.Home_About .box .boxLeft .desc_01 {
  margin: 0.6rem 0 0.5rem;
}
.Home_About .box .boxRight {
  padding-right: 1.15rem;
}
.Home_About .box .boxRight .content {
  width: 6.32rem;
  background: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
.Home_About .box .boxRight .content .img img {
  width: 100%;
}
.Home_About .box .boxRight .content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
}
.Home_About .box .boxRight .content .text .icon {
  margin-bottom: 0.24rem;
}
.Home_About .box .boxRight .content .text .icon img {
  width: 0.7rem;
}
.Home_About .box .boxRight .content .text .c {
  font-size: var(--f24);
}
.Home_About .box .boxRight .content .text .e {
  font-size: var(--f18);
}
.Home_About .box .boxRight .content .list {
  --w: 0.58rem;
  --n: 6;
  --r: 50cqw;
  --start: 240deg;
  container-type: inline-size;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Home_About .box .boxRight .content .list .item {
  position: absolute;
  top: 50%;
  left: 50%;
  --angle: calc(var(--start) - var(--i) * 360deg / var(--n));
  -ms-transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--r)) rotate(calc(-1 * var(--angle)));
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--r)) rotate(calc(-1 * var(--angle)));
}
.Home_About .box .boxRight .content .list .item .icon {
  width: var(--w);
  aspect-ratio: 1/1;
  background: #FF8C00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .box .boxRight .content .list .item .icon img {
  margin: auto;
}
.Home_About .box .boxRight .content .list .item .main {
  position: absolute;
  right: -webkit-calc(100.2%);
  right: calc(100% + 0.2rem);
  top: 0.15rem;
  white-space: nowrap;
}
.Home_About .box .boxRight .content .list .item .main .top {
  font-size: var(--f20);
}
.Home_About .box .boxRight .content .list .item .main .bot {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.05rem;
}
.Home_About .box .boxRight .content .list .item:nth-child(-n+3) .main {
  text-align: right;
}
.Home_About .box .boxRight .content .list .item:nth-child(n+4) .main {
  right: auto;
  left: -webkit-calc(100.2%);
  left: calc(100% + 0.2rem);
}
.Home_About .canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  overflow: hidden;
  opacity: 0.2;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  pointer-events: none;
}
.Home_About .canvas::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
}
.cbl_btn {
  position: fixed;
  z-index: 60;
  right: 0.2rem;
  bottom: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cbl_btn a {
  width: 0.54rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #FF8C00;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  -webkit-filter: drop-shadow(0px 0px 14px rgba(255, 140, 0, 0.5));
  filter: drop-shadow(0px 0px 14px rgba(255, 140, 0, 0.5));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.cbl_btn a svg {
  margin: auto;
  width: 0.2rem;
}
.cbl_btn a svg path {
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  fill: var(--color);
}
.cbl_btn a:hover {
  background: #FF8C00;
}
.cbl_btn a:hover svg path {
  fill: #fff;
}
.bjxg {
  position: relative;
}
.bjxg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(97%);
  height: calc(100% - 3rem);
  background: #fff;
  z-index: -1;
}
.branch_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.2rem;
}
.branch_01 .box .item {
  background: #F8F9FA;
  border-radius: var(--r20);
  padding: 0.4rem 0.3rem;
  transition: 0.6s;
}
.branch_01 .box .item .content1 {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #000;
  margin-bottom: 0.3rem;
}
.branch_01 .box .item .content2 {
  font-size: var(--f18);
  line-height: 2;
  color: #000;
}
.branch_01 .box .item .content2 p span {
  color: #666;
}
@media screen and (min-width: 1200px) {
  .branch_01 .box .item:hover {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1500px) {
  .About_04 .box .item .orientation .icon img,
  .AboutPartner_02 .box .item .content1,
  .ModelLibrary_05 .box .item .content1,
  .ProductDetail_info .box .boxRight .content3 li .left p img,
  .ProductDetail_01 .box .item .content1,
  .ProductDetail_02 .box .item .content1,
  .Service_item .boxLeft .content1 img,
  .Contact_01 .box .item .content1 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Contact_01 .box .item .content2 {
    height: 3em;
  }
  .cbl_btn {
    bottom: 76px;
  }
}
@media screen and (max-width: 1450px) {
  .ProductDetail_info .box .boxRight {
    padding-left: 0.8rem;
  }
  .pro_item .content2 .content3 div {
    font-size: var(--f24);
  }
  .AboutPartner_03 .box .orientation .scroll .item .two {
    font-size: var(--f18);
  }
}
@media screen and (max-width: 1400px) {
  .footer .box1 .right {
    gap: 0.7rem;
  }
  .footer .box .right .btn svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .News_03 .box .boxRight {
    padding-left: 0.7rem;
  }
}
@media screen and (max-width: 1281px) {
  .Home_About .box .boxLeft {
    padding-right: 1rem;
  }
  .Home_About .box .boxRight .content {
    width: 6rem;
  }
  .footer .box1 .right .item ul li a {
    font-size: 12px;
  }
  .ProductDetail_info .box .boxRight .content3 {
    gap: 0.2rem;
    margin-top: 0.5rem;
  }
  .About_03 .box .swiper-slide .text .content2 .content3 {
    font-size: var(--f14);
  }
  .About_03 .box .swiper-slide .text {
    padding: 0.3rem 0.2rem;
  }
  .Home_About .box .boxRight .content .list .item .main .bot {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_About .box .boxRight .content {
    margin: auto;
  }
  .footer .box1 .left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .box1 .left .ewm {
    margin-top: 0;
  }
  .footer .box1 .left .ewm p {
    width: 1.2rem;
  }
  .footer .box1 .right {
    display: none;
  }
  .footer .box2 .left {
    width: 70%;
  }
  .Advertisement .img {
    aspect-ratio: 1920/540;
  }
  .Advertisement .orientation .left {
    max-width: 7.1rem;
  }
  .Home_About {
    padding: 1rem 0;
  }
  .bgEffect4 {
    --top: 78%;
  }
  .Home_News {
    padding-bottom: 0.96rem;
  }
  .Home_News .box .left {
    padding-right: 0;
    width: 100%;
  }
  .Home_News .box .left a {
    width: 100%;
  }
  .Home_News .box .right {
    border: none;
    padding-bottom: 0;
  }
  .Home_News .mt.phone_main {
    border: none;
  }
  .Home_News .box .right .item {
    padding: 0.4rem 0;
  }
  .Home_Banner .page {
    bottom: 0.25rem;
  }
  .About_01 {
    padding-bottom: 0rem;
  }
  .About_01 .box {
    padding: 0 1rem;
  }
  .About_01 .img_list .img1 {
    width: 1.1rem;
    left: 0.2rem;
    top: 30%;
  }
  .About_01 .img_list .img2 {
    width: 0.62rem;
    left: 6%;
    top: 68%;
  }
  .About_01 .img_list .img3 {
    width: 1rem;
    right: 0.2rem;
    top: 8%;
  }
  .About_02 .box .swiper .img {
    aspect-ratio: 1225/585;
  }
  .desc_03 br {
    display: none;
  }
  .AboutPartner_03 .box .img_list {
    aspect-ratio: 16/9;
  }
  .AboutPartner_03 .box .orientation {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .AboutPartner_03 .box .orientation::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .AboutPartner_03 .box .orientation::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #FF8C00;
  }
  .AboutPartner_03 .box .orientation::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .AboutPartner_03 .box .orientation {
      scrollbar-color: #FF8C00 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .AboutPartner_03 .box .orientation .scroll {
    width: 300%;
  }
  .Join_01 .box .content1 span img {
    vertical-align: baseline;
  }
  .Join_05 .box .oreintation {
    text-align: center;
    padding: 0.6rem 5vw 0;
  }
  .Join_05 .box .img {
    aspect-ratio: 1720/812;
  }
  .Join_05 .box .oreintation .desc {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .Join_04 .box .scroll {
    gap: 0.2rem;
  }
  .Join_04 .box .scroll .item .img p {
    font-size: var(--f18);
    padding: 0.2rem;
  }
  .Product_01 .box .boxLeft .sticky .list,
  .pu_page .number {
    display: none;
  }
  .pu_page {
    gap: 0.3rem;
  }
  .ProductDetail_nav .box ul {
    width: 70%;
  }
  .ProductDetail_nav .box ul li {
    margin-bottom: 0.15rem;
  }
  .Contact_01 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Contact_01 .box .item {
    padding: 0.3rem;
  }
  .Contact_01 .box .item:nth-child(3) {
    grid-column: 1 / -1;
  }
  .branch_01 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .ProductDetail_03 .box2 .list .item .bottom .content .right {
    padding-right: 0.6rem;
  }
  .Service_item .boxLeft {
    padding: 0.4rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .News_01 .box .item .boxRight .content4,
  .News_03 .box .boxRight .sticky ul {
    margin-top: 0.4rem;
  }
  .News_02 .box .item {
    gap: 0.3rem;
  }
  .Product_01 .box .boxRight .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .Service_item {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .About_04 .box .item .orientation .icon {
    width: 0.76rem;
  }
  .AboutPartner_02 .box .item .content1,
  .ModelLibrary_05 .box .item .content1,
  .ProductDetail_02 .box .item .content1,
  .Service_item .boxLeft .content1,
  .Contact_01 .box .item .content1 {
    width: 72px;
  }
  .AboutPartner_02 .box .item,
  .ModelLibrary_05 .box .item,
  .ProductDetail_02 .box .item {
    padding: 0.3rem;
  }
  .AboutPartner_02 .box .item .content2,
  .ModelLibrary_05 .box .item .content2,
  .ProductDetail_02 .box .item .content2 {
    margin: 0.5rem 0 0.12rem;
  }
  .About_04 .box .item .orientation {
    gap: 0.2rem;
  }
  .Home_Service .box .swiper .item .orientation1 img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .banner .swiper-slide .orientation .content2,
  .title_01,
  .InnerBanner .orientation .content1,
  .News_03 .box .boxLeft .content1 {
    font-size: var(--f34);
  }
  .ProductDetail_03 .h5,
  .News_03 .box .boxRight .sticky .h5 {
    font-size: var(--f30);
  }
  .Advertisement .orientation .left .content1 {
    font-size: var(--f28);
  }
  .Contact_01 .box .item .content2 span {
    font-size: var(--f24);
  }
  .Contact_01 .box .item .content2 {
    font-size: var(--f20);
  }
  .Advertisement .orientation .left .content2,
  .ProductDetail_03 .box1 .list .item .content2 {
    font-size: var(--f18);
  }
  .Join_05 .box .oreintation .desc {
    font-size: var(--f16);
  }
  .Home_About .box .boxLeft,
  .AboutPartner_04 .box .boxLeft,
  .AboutPartner_01 .box .boxLeft,
  .Join_03 .box .boxLeft,
  .ModelLibrary_03 .box .boxLeft,
  .Product_01 .box .boxLeft,
  .ProductDetail_info .box .boxLeft,
  .ResearchServices .box .main .boxLeft,
  .News_01 .box .item .boxLeft,
  .News_03 .box .boxLeft,
  .Download_01 .box .boxLeft {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Home_About .box .boxRight,
  .AboutPartner_04 .box .boxRight,
  .AboutPartner_01 .box .boxRight,
  .Join_03 .box .boxRight,
  .ModelLibrary_03 .box .boxRight,
  .Product_01 .box .boxRight,
  .ProductDetail_info .box .boxRight,
  .ResearchServices .box .main .boxRight,
  .News_01 .box .item .boxRight,
  .News_03 .box .boxRight,
  .Download_01 .box .boxRight {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Home_About .box .boxRight,
  .AboutPartner_04 .box .boxRight,
  .AboutPartner_01 .box .boxRight,
  .Join_03 .box .boxRight,
  .ModelLibrary_03 .box .boxRight,
  .Product_01 .box .boxRight,
  .ProductDetail_info .box .boxRight,
  .ResearchServices .box .main .boxRight,
  .News_03 .box .boxRight,
  .Download_01 .box .boxRight {
    margin-top: 0.6rem;
  }
  .News_01 .box .item .boxRight {
    padding: 0.4rem !important;
  }
  .About_04 .box .item .orientation2 {
    font-size: var(--f18);
    line-height: 1.5;
    max-height: calc(1.5em * 5);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
    padding: 0 0.2rem;
    bottom: 0.4rem;
  }
  .About_04 .box .item .orientation2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_04 .box .item .orientation2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #FF8C00;
  }
  .About_04 .box .item .orientation2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .About_04 .box .item .orientation2 {
      scrollbar-color: #FF8C00 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .bgEffect7 {
    --top: -26%;
  }
  .mobile_search .close i {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 699px) {
  .mobile_search .close i {
    font-size: 0.5rem;
  }
  .mobile_search .input input {
    min-height: 48px;
  }
  .mobile_search .label .btn {
    width: 86px;
  }
  .cbl_btn a svg {
    width: 0.3rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    height: 16px;
  }
  .bgEffect4 {
    --top: 53%;
  }
  .Home_Banner .banner .swiper-slide .orientation .content4 {
    max-width: 100%;
  }
  .Home_About {
    padding: 1rem 0 0.6rem;
  }
  .Home_About .box .boxRight {
    margin-top: 0rem;
  }
  .Home_About .box .boxRight .content {
    width: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    background: transparent;
    padding-top: 6rem;
  }
  .Home_About .box .boxRight .content .img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 7.2rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
  }
  .Home_About .box .boxRight .content .text {
    top: 3.5rem;
  }
  .Home_About .box .boxRight .content .text .icon {
    margin-bottom: 0.16rem;
  }
  .Home_About .box .boxRight .content .text .icon img {
    width: 0.9rem;
  }
  .Home_About .box .boxRight .content .text .c {
    font-size: var(--f20);
  }
  .Home_About .box .boxRight .content .text .e {
    font-size: var(--f16);
  }
  .Home_About .box .boxRight .content .list {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.24rem 0.2rem;
    margin-top: 0.4rem;
    z-index: 2;
  }
  .Home_About .box .boxRight .content .list .item {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.14rem;
  }
  .Home_About .box .boxRight .content .list .item .icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 0.9rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_About .box .boxRight .content .list .item .main {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    white-space: normal;
    text-align: left;
  }
  .Home_About .box .boxRight .content .list .item .main .top {
    font-size: var(--f18);
  }
  .Home_About .box .boxRight .content .list .item .main .bot {
    font-size: var(--f14);
    margin-top: 0.04rem;
  }
  .Home_About .box .boxRight .content .list .item:nth-child(-n+3) .main,
  .Home_About .box .boxRight .content .list .item:nth-child(n+4) .main {
    text-align: left;
    left: auto;
    right: auto;
  }
  .Home_About .canvas {
    opacity: 0.1;
  }
  .Home_Product .pb {
    padding-bottom: 0.2rem;
  }
  .Home_Product .box .swiper .swiper-slide {
    min-height: auto;
    border-radius: var(--r20);
  }
  .Home_Product .box .swiper .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 1;
  }
  .Home_Product .box .swiper .item .left {
    width: 100%;
    padding: 0.4rem 0.4rem 0;
  }
  .Home_Product .box .swiper .item .left > div {
    height: auto;
  }
  .Home_Product .box .swiper .item .left .content2 {
    font-size: var(--f24);
  }
  .Home_Product .box .swiper .item .left .content3 {
    position: static;
    margin-top: 0.2rem;
    height: 4.8em;
    max-height: 4.8em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .Home_Product .box .swiper .item .left .content4 {
    position: static;
    margin: 0.24rem 0 0.2rem;
  }
  .Home_Product .box .swiper .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0 0.4rem 0.3rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Home_Product .box .swiper .item .right img {
    width: 100%;
  }
  .Advertisement .img {
    aspect-ratio: 750/440;
  }
  .Advertisement .orientation .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 0.28rem;
  }
  .Advertisement .orientation .left {
    max-width: 100%;
  }
  .Advertisement .orientation .left .content1 {
    font-size: var(--f24);
    line-height: 1.35;
  }
  .Advertisement .orientation .left .content2 {
    font-size: var(--f16);
    line-height: 1.6;
    margin-top: 0.12rem;
  }
  .footer .box .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .footer .box .right .btn {
    line-height: 32px;
    min-width: 2.24rem;
  }
  .footer .box1 .left {
    display: block;
  }
  .footer .box1 .left .ewm {
    margin-top: 0.3rem;
    width: 100%;
  }
  .footer .box1 .left .ewm p {
    width: 1.6rem;
  }
  .footer .box2 {
    font-size: 12px;
    display: block;
  }
  .footer .box2 .right {
    display: none;
  }
  .footer .box2 .left {
    width: 100%;
    text-align: left;
  }
  .footer .box2 .left .phone_main {
    display: inline-block !important;
  }
  .footer .box1 {
    padding: 0.5rem 0;
  }
  .cbl_btn {
    right: 0.16rem;
    top: auto;
    bottom: 1.4rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cbl_btn a {
    width: 30px;
    border-width: 1.5px;
  }
  .cbl_btn a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 35px;
  }
  .InnerBanner picture {
    aspect-ratio: 750/500;
  }
  .About_01 .box {
    padding: 0;
  }
  .About_01 .img_list {
    display: none;
  }
  .bgEffect3 {
    --top: 55%;
  }
  .bgEffect3::after {
    width: 33rem;
  }
  .form form textarea {
    min-height: 2rem;
  }
  .About_02 .box .swiper .img {
    aspect-ratio: 750/550;
  }
  .About_04 .box {
    display: grid;
  }
  .AboutPartner_02 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .AboutPartner_02 .box .item {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEFDC), to(#FFFFFF)), #D9D9D9;
    background: -o-linear-gradient(top, #FFEFDC 0%, #FFFFFF 100%), #D9D9D9;
    background: linear-gradient(to bottom, #FFEFDC 0%, #FFFFFF 100%), #D9D9D9;
  }
  .AboutPartner_03 .box .orientation .scroll {
    width: 500%;
  }
  .AboutPartner_03 .box .img_list {
    aspect-ratio: 750/550;
  }
  .Join_05 .box .img {
    aspect-ratio: 750/600;
  }
  .Join_04 .box {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .Join_04 .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Join_04 .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #FF8C00;
  }
  .Join_04 .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Join_04 .box {
      scrollbar-color: #FF8C00 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Join_04 .box .scroll {
    width: 250%;
  }
  .Join_04 .box .scroll .item {
    height: 100%;
  }
  .Join_04 .box .scroll .item .img {
    height: 100%;
  }
  .Join_04 .box .scroll .item .img img {
    height: 100%;
  }
  .Join_04 .box .scroll .item .img p {
    top: auto !important;
    bottom: 0 !important;
  }
  .InnerNav .box ul li {
    padding: 0 0.1rem;
  }
  .bgEffect::before {
    display: none;
  }
  .desc_01 {
    text-align: left;
  }
  .ModelLibrary_04 .box table td {
    padding: 0.1rem 0.2rem;
  }
  .ModelLibrary_nav .box ul li {
    margin-right: 0.35rem;
    margin-bottom: 0.15rem;
  }
  .Product_01 .box .boxLeft .sticky .layui-form .button .btn,
  .Product_01 .box .boxLeft .sticky .layui-form .input input {
    min-width: 1.5rem;
    height: 34px;
  }
  .pro_item .content2 .content3 div {
    height: 2.6em;
    max-height: 2.6em;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .ProductDetail_info .box .boxRight .content3 {
    display: grid;
    gap: 0.2rem;
  }
  .ProductDetail_info .box .boxRight .content3 li .left p {
    width: 45px;
  }
  .ProductDetail_info .box .boxRight .content4 .item .button {
    top: 0.42rem;
    width: 12px;
  }
  .ProductDetail_02 .box .item .content1,
  .AboutPartner_02 .box .item .content1,
  .ModelLibrary_05 .box .item .content1 {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .ProductDetail_03 .box1 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .ProductDetail_03 .box1 .list .item .content1 img {
    height: 0.48rem;
  }
  .ProductDetail_03 .box2 .list .item .top .button p {
    width: 12px;
  }
  .ProductDetail_03 .box1 .list .item .content3 svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .pro_item .content2 .content3 p {
    font-size: 10px;
    line-height: 18px;
  }
  .News_02 .box .item .img {
    width: 100%;
  }
  .new_nav ul li {
    margin-bottom: 0.15rem;
  }
  .News_03 .box .boxLeft .content4 .left {
    width: 100%;
  }
  .News_03 .box .boxLeft .content4 .right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .Download_01 .box .boxRight .list .item .img {
    width: 2.4rem;
  }
  .Contact_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .branch_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ProductDetail_info .box .boxRight .content4 .item {
    flex-wrap: wrap;
  }
  .ProductDetail_info .box .boxRight .content4 .item .left {
    width: 100%;
  }
  .ProductDetail_info .box .boxRight .content4 .item.active .right .content {
    padding-top: 0.2rem;
  }
  .link_01 .a p svg {
    transform: translateX(2px);
  }
  .Home_Service .box .swiper .item .orientation1,
  .About_04 .box .item .orientation .icon {
    width: 40px;
  }
  .Service_item .boxLeft .content1 {
    width: 54px;
  }
  .About_04 .box .item .orientation .icon img,
  .AboutPartner_02 .box .item .content1,
  .ModelLibrary_05 .box .item .content1,
  .ProductDetail_info .box .boxRight .content3 li .left p img,
  .ProductDetail_01 .box .item .content1,
  .ProductDetail_02 .box .item .content1,
  .Service_item .boxLeft .content1 img,
  .Contact_01 .box .item .content1 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .title_01 {
    line-height: 1.3;
  }
  .link_01 {
    --h48: 34px;
  }
  .banner_button div {
    width: 34px;
  }
  .About_02 .h5,
  .About_02 .box .swiper .orientation .content2 {
    font-size: var(--f26);
  }
  .Join_03 .box .boxRight .item .top,
  .InnerBanner .orientation .content3,
  .mx_item figcaption,
  .Download_01 .box .boxRight .list .item .cont .title {
    font-size: var(--f22);
  }
  .Home_Banner .banner .swiper-slide .orientation .content3,
  .News_03 .box .boxLeft .content3 h1 {
    font-size: var(--f20);
  }
  .desc_02 {
    font-size: var(--f18);
  }
  .Home_Banner .banner .swiper-slide .orientation .content4,
  .About_02 .box .swiper .orientation2,
  .Home_Product .box .swiper .item .left .content3,
  .About_03 .box .swiper-slide .text .content2 .content3,
  .desc_01,
  .AboutPartner_04 .box .boxRight .desc,
  .AboutPartner_03 .box .orientation .scroll .item .one .content2,
  .InnerBanner .orientation .content2,
  .Join_03 .box .boxRight .item .bot .content1,
  .Join_05 .box .oreintation .desc,
  .Join_03 .box .boxRight .tips,
  .ModelLibrary_04 .box table td,
  .ProductDetail_03 .box1 .list .item .content2,
  .ProductDetail_03 .box2 .list .item .bottom .content .right,
  .ResearchServices .box .main .boxLeft .content5 p,
  .News_03 .box .boxLeft .content3,
  .Download_01 .box .boxRight .list .item .cont .desc {
    font-size: 12px;
  }
}
/* Site-aligned theme tokens (方舟未来) */
.wb-ocw,
.plugin-pc,
.plugin-mobile {
  --ocw-theme-color: #FF8C00;
  --ocw-theme-dark: #E67E00;
  --ocw-theme-light: #FFA940;
  --ocw-head-bg-color: #FFF5E8;
  --ocw-bfs: var(--f14, 14px);
  --ocw-border-soft: #FFD9A8;
}
.dark-mode,
.ocw-dark,
.wb-dm {
  --ocw-head-bg-color: #222;
  --ocw-head-fcolor: #eee;
  --wb-bfc: #eee;
  --wb-bgc: #222;
  --wb-bgcl: #333;
  --wb-wk: #666;
}
.ocw-contact-form {
  font-size: var(--f14, 14px);
  line-height: 32px;
  position: relative;
  z-index: 5;
}
.ocw-contact-form input,
.ocw-contact-form option,
.ocw-contact-form select,
.ocw-contact-form textarea {
  font-size: var(--f14, 14px);
}
.ocw-contact-form .ocw-dropdown,
.ocw-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23999' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px 6px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  height: 34px;
  line-height: 32px;
  outline: none;
  padding: 0 24px 0 10px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.ocw-contact-form .layui-input,
.layui-select,
.layui-textarea {
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}
.ocw-contact-form .ocw-dropdown.block {
  width: 100%;
}
.ocw-contact-form .wid {
  width: 80px;
}
.ocw-contact-form .wdi-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.ocw-contact-form .ocw-form-control {
  background: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  height: 34px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.ocw-contact-form .ocw-form-control:focus,
.ocw-contact-form .ocw-dropdown:focus,
.ocw-contact-form select:focus {
  border-color: var(--ocw-theme-color, #FF8C00);
}
.ocw-contact-form .ocw-form-control.ocw-warning {
  border-color: #cd355a;
}
.ocw-contact-form textarea.ocw-form-control {
  display: block;
  height: auto;
  min-height: 72px;
  line-height: 1.6;
  padding: 8px 10px;
  resize: none;
}
.ocw-contact-form textarea.ocw-form-control::-webkit-scrollbar {
  background-color: #ddd;
  width: 6px;
}
.ocw-contact-form textarea.ocw-form-control::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 2px;
}
.ocw-contact-form textarea.ocw-form-control::-webkit-scrollbar-thumb:hover {
  background-color: var(--ocw-theme-color, #FF8C00);
}
.ocw-contact-form input::-webkit-input-placeholder,
.ocw-contact-form textarea::-webkit-input-placeholder {
  color: #999;
}
.ocw-contact-form input::-moz-placeholder,
.ocw-contact-form textarea::-moz-placeholder {
  color: #999;
}
.ocw-contact-form input::placeholder,
.ocw-contact-form textarea::placeholder {
  color: #999;
}
.ocw-contact-form .ocw-btns {
  padding-top: 14px;
}
.ocw-contact-form .ocw-btn-primary {
  background-color: var(--ocw-theme-color, #FF8C00);
  border-radius: 50px;
  color: #fff;
  font-size: var(--f16, 16px);
  height: 36px;
  line-height: 36px;
  width: 124px;
  -webkit-transition: background-color 0.6s, opacity 0.6s;
  transition: background-color 0.6s, opacity 0.6s;
}
.ocw-contact-form .ocw-btn-primary:hover {
  background-color: var(--ocw-theme-dark, #E67E00);
  opacity: 1;
}
.ocw-contact-form .ocw-btn-cancel {
  border: 1px solid var(--ocw-theme-color, #FF8C00);
  border-radius: 50px;
  color: #000;
  font-size: var(--f16, 16px);
  height: 36px;
  line-height: 36px;
  width: 124px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  text-align: center;
}
.ocw-contact-form .ocw-btn-cancel:hover {
  background: var(--ocw-theme-color, #FF8C00);
  color: #fff;
}
.ocw-form-item {
  padding-bottom: 10px;
}
.ocw-form-item.with-dropdown-inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.ocw-form-item.with-dropdown-inline > .ocw-dropdown,
.ocw-form-item.with-dropdown-inline > select {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  -webkit-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 20px;
  background-position: right 6px center;
}
.ocw-form-captcha,
.ocw-form-item.with-dropdown-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ocw-form-captcha .ocw-captcha {
  height: 34px;
  margin-left: 5px;
  overflow: hidden;
  width: 110px;
}
.ocw-form-captcha img {
  display: block;
  height: auto;
  width: 100%;
}
.ocw-btn-close {
  cursor: pointer;
  padding: 5px 5px 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.ocw-btn-close .ocw-close {
  fill: var(--wb-wk, #999);
  height: 22px;
  width: 22px;
}
.cow-align-center,
.ocw-panel-msg {
  text-align: center;
}
.ocw-panel-msg {
  line-height: 1.6;
  min-height: 120px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ocw-panel-msg .ocw-link {
  color: var(--ocw-theme-color, #FF8C00);
  text-decoration: underline;
}
.ocw-wb-icon {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.ocw-wb-btn {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.ocw-wb-btn:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: none;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
.ocw-wb-btn:hover:before {
  -webkit-animation: ocwCircleIn 0.6s linear;
  animation: ocwCircleIn 0.6s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
}
@-webkit-keyframes ocwCircleIn {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ocwCircleIn {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ocw-buoy {
  position: fixed;
  z-index: 1000;
}
.ocw-buoy.lt {
  left: 20px;
  top: 50px;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.ocw-buoy.lt .ocw-buoy-panel {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: translateY(84px);
  transform: translateY(84px);
}
.ocw-buoy.lt .ocw-buoy-panel.active-panel {
  -webkit-transform: translateY(64px);
  transform: translateY(64px);
}
.ocw-buoy.lc {
  left: 20px;
  margin-top: -24px;
  top: 50%;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.ocw-buoy.lc .ocw-buoy-panel {
  left: 0;
  right: auto;
  -webkit-transform: translateY(50%) !important;
  transform: translateY(50%) !important;
}
.ocw-buoy.lb {
  bottom: 148px;
  right: 0.2rem;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.ocw-buoy.lb .ocw-buoy-panel {
  left: auto;
  right: 0;
}
.ocw-buoy.rt {
  right: 20px;
  top: 50px;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.ocw-buoy.rt .ocw-buoy-panel {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(84px);
  transform: translateY(84px);
}
.ocw-buoy.rt .ocw-buoy-panel.active-panel {
  -webkit-transform: translateY(64px);
  transform: translateY(64px);
}
.ocw-buoy.rc {
  margin-top: -24px;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.ocw-buoy.rc .ocw-buoy-panel {
  right: 0;
}
.ocw-buoy.rb {
  bottom: 50px;
  right: 20px;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.ocw-buoy-item {
  min-width: 0.54rem;
  position: relative;
  width: 0.54rem;
}
.ocw-buoy-item.active .ocw-buoy-panel {
  opacity: 1;
  -webkit-transform: translateY(-64px);
  transform: translateY(-64px);
  visibility: visible;
}
.ocw-buoy-btn {
  width: 0.54rem;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: 2px solid var(--ocw-theme-color, #FF8C00);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 14px rgba(255, 140, 0, 0.5));
  filter: drop-shadow(0px 0px 14px rgba(255, 140, 0, 0.5));
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 1;
  padding: 0;
  position: relative;
  -webkit-transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  z-index: 1;
}
.ocw-buoy-btn .ocw-btn-text {
  color: var(--ocw-theme-color, #FF8C00);
  display: none;
  font-size: var(--ocw-bfs, var(--f14, 14px));
  margin-left: 8px;
  vertical-align: middle;
}
.ocw-buoy-btn .ocw-point {
  background-color: #ff3b30;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  z-index: 2;
}
.ocw-buoy-btn .ocw-wb-icon {
  display: block;
  height: auto;
  margin: auto;
  position: relative;
  width: 42%;
  -webkit-transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.ocw-buoy-btn .ocw-wb-icon path {
  -webkit-transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.ocw-buoy-btn:hover {
  background: var(--ocw-theme-color, #FF8C00);
}
.ocw-buoy-btn:hover .ocw-btn-text {
  color: #fff;
}
.ocw-buoy-btn:hover .ocw-wb-icon path {
  fill: #fff;
}
.ocw-buoy-btn:active {
  background: var(--ocw-theme-color, #FF8C00);
}
.ocw-buoy-btn:active .ocw-wb-icon path {
  fill: #fff;
}
.ocw-buoy-btn:active .ocw-btn-text {
  color: #fff;
}
.ocw-animated-circles {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.ocw-animated-circles.ocw-hide-anim {
  visibility: hidden;
}
.ocw-animated-circles .ocw-circle {
  border: 1px solid var(--ocw-theme-color, #FF8C00);
  border-radius: var(--ocw-buoy-icon-size, 24px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
.ocw-animated-circles.ocw-animated {
  opacity: 1;
}
.ocw-animated-circles.ocw-animated .c-1 {
  -webkit-animation: scaleToggleOne 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: scaleToggleOne 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.ocw-animated-circles.ocw-animated .c-2 {
  -webkit-animation: scaleToggleTwo 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: scaleToggleTwo 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.ocw-animated-circles.ocw-animated .c-3 {
  -webkit-animation: scaleToggleThree 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: scaleToggleThree 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@-webkit-keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleToggleTwo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleTwo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleToggleThree {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleThree {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ocw-buoy-panel {
  background-color: var(--wb-bgcl, #fff);
  border-radius: 12px;
  bottom: 0;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  min-height: 250px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-84px);
  transform: translateY(-84px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  width: var(--ocw-panel-width, 320px);
  z-index: 3;
}
.ocw-buoy-panel a {
  color: var(--ocw-theme-color, #FF8C00);
}
.ocw-buoy-panel.active-panel {
  opacity: 1;
  -webkit-transform: translateY(-64px);
  transform: translateY(-64px);
  visibility: visible;
}
.ocw-panel-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--ocw-head-bg-color, #FFF5E8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
}
.ocw-panel-head,
.ocw-pic-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ocw-pic-head {
  height: 38px;
  margin-right: 10px;
  position: relative;
  width: 38px;
}
.ocw-pic-head img {
  border: 1px solid var(--ocw-border-soft, #FFD9A8);
  border-radius: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.ocw-pic-head .ocw-b {
  background-color: #4ad504;
  border: 2px solid #fff;
  border-radius: 100%;
  bottom: 0;
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  width: 6px;
}
.ocw-head-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--ocw-bfs, var(--f14, 14px));
  line-height: 1.75em;
  overflow: hidden;
  text-align: left;
}
.ocw-head-info .ocw-name {
  color: var(--ocw-head-fcolor, #333);
  font-weight: 700;
  font-size: var(--f16, 16px);
}
.ocw-head-info .ocw-text {
  color: var(--ocw-head-fcolor, #333);
  margin-top: 2px;
  opacity: 0.55;
  font-size: var(--f14, 14px);
}
.ocw-panel-main {
  background-color: var(--wb-bgcl, #fff);
  max-height: 400px;
  max-height: 50vh;
  overflow-y: auto;
  padding: 14px 20px 120px;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.ocw-now-time {
  color: #b3b3b3;
  height: 11px;
  overflow: hidden;
  text-align: center;
}
.ocw-now-time .ocw-time {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  vertical-align: top;
}
.ocw-label {
  color: var(--wb-wk, #999);
  font-size: var(--ocw-bfs, var(--f14, 14px));
}
.ocw-contact-tool {
  background-color: var(--wb-bgcl, #fff);
  bottom: 0;
  left: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  -webkit-transition: opacity 0.6s ease-in, visibility 0ms 0ms, -webkit-transform 0.6s ease-in;
  transition: opacity 0.6s ease-in, visibility 0ms 0ms, -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in, opacity 0.6s ease-in, visibility 0ms 0ms;
  transition: transform 0.6s ease-in, opacity 0.6s ease-in, visibility 0ms 0ms, -webkit-transform 0.6s ease-in;
}
.ocw-title {
  background: none;
  color: var(--wb-bfc, #333);
  font-size: var(--ocw-bfs, var(--f14, 14px));
  font-weight: 700;
  line-height: 1.75em;
}
.ocw-tool-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 12px;
}
.ocw-tool-list.tool-list-color .ocw-btn-tool {
  background-color: transparent;
  border-color: var(--ocw-theme-color, #FF8C00);
  color: var(--ocw-theme-color, #FF8C00);
}
.ocw-btn-tool {
  background-color: transparent;
  border: 1px solid var(--ocw-theme-color, #FF8C00);
  border-radius: 50%;
  color: var(--ocw-theme-color, #FF8C00);
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 4px;
  position: relative;
  text-align: center;
  width: 36px;
  -webkit-transition: background-color 0.6s, border-color 0.6s, color 0.6s, -webkit-transform 0.6s;
  transition: background-color 0.6s, border-color 0.6s, color 0.6s, transform 0.6s;
  transition: background-color 0.6s, border-color 0.6s, color 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.ocw-btn-tool:hover {
  background-color: var(--ocw-theme-color, #FF8C00);
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.ocw-btn-tool svg {
  fill: none;
  color: inherit;
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
}
.ocw-btn-tool.wx,
.ocw-btn-tool.qq,
.ocw-btn-tool.tel,
.ocw-btn-tool.email,
.ocw-btn-tool.msg,
.ocw-btn-tool.order {
  background-color: transparent;
  border-color: var(--ocw-theme-color, #FF8C00);
  color: var(--ocw-theme-color, #FF8C00);
}
.ocw-btn-tool.wx:hover,
.ocw-btn-tool.qq:hover,
.ocw-btn-tool.tel:hover,
.ocw-btn-tool.email:hover,
.ocw-btn-tool.msg:hover,
.ocw-btn-tool.order:hover {
  background-color: var(--ocw-theme-color, #FF8C00);
  color: #fff;
}
.active-msg {
  padding-bottom: 20px;
}
.active-msg .buoy-default,
.active-msg .ocw-now-time {
  display: none;
}
.active-msg .ocw-contact-tool {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.2s ease-out, visibility 0ms 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0ms 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, visibility 0ms 0.2s;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, visibility 0ms 0.2s, -webkit-transform 0.2s ease-out;
  visibility: hidden;
}
.ocw-type-item {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
  transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in, opacity 0.6s ease-in;
  transition: transform 0.6s ease-in, opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
}
.ocw-type-item.buoy-wx .buoy-list {
  display: block;
  width: auto;
}
.ocw-type-item .with-img {
  display: block;
  padding-left: 0;
  text-align: center;
}
.ocw-type-item .with-img .qr-img {
  display: block;
  height: auto;
  margin-bottom: 5px;
  max-width: 120px;
  width: 100%;
}
.ocw-type-item.ocw-type-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ocw-msg-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.ocw-msg-item.by-user {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ocw-msg-item.by-user .ocw-pic {
  margin-left: 5px;
  margin-right: 0;
}
.ocw-msg-item.by-user .ocw-msg-con {
  background-color: var(--ocw-theme-color, #FF8C00);
  border-radius: 8px 0 8px 8px;
  color: #fff;
}
.ocw-msg-item .ocw-pic {
  border: 1px solid var(--ocw-border-soft, #FFD9A8);
  border-radius: 100%;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.ocw-msg-item .ocw-msg-con {
  border-radius: 0 8px 8px 8px;
  color: var(--wb-bfc, #333);
  font-size: var(--ocw-bfs, var(--f14, 14px));
  line-height: 1.5em;
  padding: 10px 8px 14px;
}
.ocw-msg-item .buoy-list,
.ocw-msg-item .ocw-msg-con {
  background-color: var(--wb-bgc, #f7f7f7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.ocw-msg-item .buoy-list {
  border-radius: 2px 5px 5px 5px;
  font-size: 0;
  padding: 10px 14px;
}
.ocw-msg-item .buoy-list .ocw-qq {
  color: var(--ocw-theme-light, #FFA940);
  fill: none;
}
.ocw-msg-item .buoy-list.list-email svg,
.ocw-msg-item .buoy-list.list-tel svg {
  color: var(--ocw-theme-color, #FF8C00);
  fill: none;
}
.ocw-list-item {
  color: var(--wb-bfc, #333);
  margin-top: 8px;
  padding-left: 22px;
  position: relative;
}
.ocw-list-item:first-child {
  margin-top: 0;
}
.ocw-list-item .ocw-link {
  color: var(--wb-bfc, #333);
  display: block;
  font-size: var(--ocw-bfs, var(--f14, 14px));
  line-height: 1.5;
}
.ocw-list-item .ocw-link:hover {
  color: var(--ocw-theme-color, #FF8C00);
}
.ocw-list-item svg {
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ocw-list-item svg {
  color: var(--ocw-theme-color, #FF8C00);
  fill: none;
}
.ocw-list-item .ocw-wx {
  color: var(--ocw-theme-color, #FF8C00);
  fill: none;
}
.ocw-user-msg {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  max-height: 12em;
  overflow: hidden;
}
.wbocw-actived-panel {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}
.wbocw-actived-panel .ocw-mask,
.wbocw-actived-panel .ocw-panel-m {
  display: block;
}
.ocw-mask {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.ocw-mask,
.ocw-panel-m {
  bottom: 0;
  display: none;
  left: 0;
}
.ocw-panel-m {
  background-color: var(--wb-bgcl, #fff);
  border-radius: 0;
  border-radius: 10px 10px 0 0;
  min-height: 70vh;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  z-index: 100000;
}
.ocw-panel-m .ocw-panel-main {
  max-height: 60vh;
  padding-bottom: 20px;
}
.ocw-panel-m .ocw-contact-tool {
  bottom: env(safe-area-inset-bottom);
  padding-bottom: 80px;
}
.ocw-panel-m .ocw-contact-form .ocw-btn-primary {
  display: block;
  width: 100%;
}
.ocw-panel-m .ocw-contact-form .ocw-btn-cancel {
  display: block;
  margin-left: 0;
  margin-top: 10px;
  text-align: center;
}
.ocw-mobile .ocw-buoy-btn .ocw-btn-text,
.wb-scrolling .ocw-animated-circles {
  display: none;
}
.wb-scrolling .ocw-buoy-btn {
  opacity: 0.5;
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
}
.ocw-hidden {
  display: none;
}
.ocw-msg-bar {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: var(--ocw-bfs, var(--f14, 14px));
  left: 50%;
  line-height: 2em;
  max-width: 220px;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.plugin-pc {
  border-radius: var(--ocw-unfold-radius, 8px);
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  position: fixed;
  width: var(--ocw-unfold-size, 38px);
  z-index: 1000;
}
.plugin-pc .ocw-more-item .ocw-wx {
  color: var(--ocw-theme-color, #FF8C00);
  fill: none;
}
.plugin-pc.lt {
  left: 20px;
  top: 50px;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.plugin-pc.lt .ocw-el-item:hover .ocw-el-more {
  -webkit-transform: translate3d(48px, -50%, 0);
  transform: translate3d(48px, -50%, 0);
}
.plugin-pc.lt .ocw-el-item:first-child .ocw-el-more {
  top: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
.plugin-pc.lt .ocw-el-item:first-child:hover .ocw-el-more {
  top: 0;
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.plugin-pc.lt .ocw-el-item:first-child .ocw-el-more .ocw-more-inner:before {
  top: 10px;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.plugin-pc.lt .ocw-el-item:first-child .ocw-el-more .ocw-more-inner:after {
  margin-top: 0;
  top: 0;
}
.plugin-pc.lt .ocw-el-item.msg.active .ocw-form-panel {
  -webkit-transform: translate3d(16%, 0, 0) !important;
  transform: translate3d(16%, 0, 0) !important;
}
.plugin-pc.lt .ocw-el-more {
  left: 0;
  padding-left: 15px;
  padding-right: 0;
  right: auto;
  -webkit-transform: translate3d(30px, -50%, 0);
  transform: translate3d(30px, -50%, 0);
}
.plugin-pc.lt .ocw-more-inner:before {
  left: -6px;
  right: auto;
}
.plugin-pc.lt .ocw-more-inner:after {
  left: 0;
  right: auto;
}
.plugin-pc.lc {
  left: 20px;
  top: 50%;
  -webkit-transform: translate(var(--ocw-offset-x, 0), calc(-50% + var(--ocw-offset-y, 0)));
  transform: translate(var(--ocw-offset-x, 0), calc(-50% + var(--ocw-offset-y, 0)));
}
.plugin-pc.lc .ocw-el-item:not(.msg):hover .ocw-el-more {
  -webkit-transform: translate3d(48px, -50%, 0);
  transform: translate3d(48px, -50%, 0);
}
.plugin-pc.lc .ocw-el-more {
  left: 0;
  padding-left: 15px;
  padding-right: 0;
  right: auto;
  -webkit-transform: translate3d(30px, -50%, 0);
  transform: translate3d(30px, -50%, 0);
}
.plugin-pc.lc .ocw-el-more .ocw-more-inner:before {
  left: -6px;
  right: auto;
}
.plugin-pc.lc .ocw-el-more .ocw-more-inner:after {
  left: 0;
  right: auto;
}
.plugin-pc.lc .ocw-form-panel {
  -webkit-transform: translate3d(30px, 0, 0) !important;
  transform: translate3d(30px, 0, 0) !important;
}
.plugin-pc.lc.active-panel .ocw-form-panel {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.plugin-pc.lb {
  bottom: 50px;
  left: 20px;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.plugin-pc.lb .ocw-el-item:not(.msg):hover .ocw-el-more {
  -webkit-transform: translate3d(48px, -50%, 0);
  transform: translate3d(48px, -50%, 0);
}
.plugin-pc.lb .ocw-el-more {
  left: 0;
  padding-left: 15px;
  padding-right: 0;
  right: auto;
  -webkit-transform: translate3d(30px, -50%, 0);
  transform: translate3d(30px, -50%, 0);
}
.plugin-pc.lb .ocw-el-more .ocw-more-inner:before {
  left: -6px;
  right: auto;
}
.plugin-pc.lb .ocw-el-more .ocw-more-inner:after {
  left: 0;
  right: auto;
}
.plugin-pc.lb .ocw-form-panel {
  -webkit-transform: translate3d(30px, 0, 0) !important;
  transform: translate3d(30px, 0, 0) !important;
}
.plugin-pc.lb.active-panel .ocw-form-panel {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.plugin-pc.rt {
  right: 20px;
  top: 50px;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.plugin-pc.rt .ocw-el-item:first-child .ocw-el-more {
  top: 0;
  -webkit-transform: translate3d(-90%, 0, 0);
  transform: translate3d(-90%, 0, 0);
}
.plugin-pc.rt .ocw-el-item:first-child:hover .ocw-el-more {
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.plugin-pc.rt .ocw-el-item:first-child .ocw-el-more .ocw-more-inner:before {
  top: 10px;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.plugin-pc.rt .ocw-el-item:first-child .ocw-el-more .ocw-more-inner:after {
  margin-top: 0;
  top: 0;
}
.plugin-pc.rt .ocw-el-item .ocw-el-more.ocw-form-panel {
  bottom: auto;
  top: 0;
}
.plugin-pc.rt .ocw-el-item .ocw-el-more.ocw-form-panel .ocw-more-inner:before {
  top: 10px;
}
.plugin-pc.rt .ocw-el-item .ocw-el-more.ocw-form-panel .ocw-more-inner:after {
  top: 0;
}
.plugin-pc.rc {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(var(--ocw-offset-x, 0), calc(-50% + var(--ocw-offset-y, 0)));
  transform: translate(var(--ocw-offset-x, 0), calc(-50% + var(--ocw-offset-y, 0)));
}
.plugin-pc.rb {
  bottom: 50px;
  right: 20px;
  -webkit-transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
  transform: translate(var(--ocw-offset-x, 0), var(--ocw-offset-y, 0));
}
.plugin-pc .ocw-btn-item {
  cursor: pointer;
  display: block;
  height: var(--ocw-unfold-size, 38px);
  line-height: var(--ocw-unfold-size, 38px);
  position: relative;
  text-align: center;
}
.plugin-pc .ocw-btn-item .icon-img {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.plugin-pc .ocw-btn-item svg {
  fill: var(--ocw-theme-color, #666);
  height: 40%;
  width: 40%;
}
.plugin-pc.ocw-fillet {
  border-radius: var(--ocw-unfold-radius, 24px);
}
.plugin-pc.ocw-fillet .ocw-el-item:first-child {
  border-radius: var(--ocw-unfold-radius, 24px) var(--ocw-unfold-radius, 24px) 0 0;
}
.plugin-pc.ocw-fillet .ocw-el-item:last-child {
  border-radius: 0 0 var(--ocw-unfold-radius, 24px) var(--ocw-unfold-radius, 24px);
}
.plugin-pc.ocw-big {
  width: var(--ocw-unfold-size, 48px);
}
.plugin-pc.ocw-big .ocw-el-item {
  height: var(--ocw-unfold-size, 48px);
  margin-top: -1px;
}
.plugin-pc.ocw-big .ocw-el-item:first-child {
  margin-top: 0;
}
.plugin-pc.ocw-big .ocw-el-item:last-child .ocw-btn-item:after {
  visibility: hidden;
}
.plugin-pc.ocw-big .ocw-el-item.active {
  background-color: var(--ocw-theme-color, #FF8C00);
}
.plugin-pc.ocw-big .ocw-el-item.active .ocw-btn-item {
  z-index: 2;
}
.plugin-pc.ocw-big .ocw-el-item.active .ocw-btn-item:after {
  visibility: hidden;
}
.plugin-pc.ocw-big .ocw-el-item.active .ocw-btn-item svg {
  fill: #fff;
}
.plugin-pc.ocw-big .ocw-el-item .ocw-btn-item {
  height: var(--ocw-unfold-size, 48px);
  line-height: var(--ocw-unfold-size, 48px);
}
.plugin-pc.ocw-big .ocw-el-item .ocw-btn-item:after {
  background-color: #ececec;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.plugin-pc.ocw-big .ocw-btn-item svg {
  height: 40%;
  width: 40%;
}
.plugin-pc .wx-inner {
  text-align: center;
}
.ocw-el-item {
  background-color: var(--wb-bgcl, #fff);
  height: var(--ocw-unfold-size, 38px);
  position: relative;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  width: 100%;
}
.ocw-el-item:first-child {
  border-radius: var(--ocw-unfold-radius, 3px) var(--ocw-unfold-radius, 3px) 0 0;
}
.ocw-el-item:last-child {
  border-radius: 0 0 var(--ocw-unfold-radius, 3px) var(--ocw-unfold-radius, 3px);
}
.ocw-el-item:not(.msg):hover .ocw-el-more {
  opacity: 1;
  text-align: left;
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
  visibility: visible;
}
.ocw-el-item:hover {
  background-color: var(--ocw-theme-color, #FF8C00);
}
.ocw-el-item:hover .ocw-btn-item {
  z-index: 2;
}
.ocw-el-item:hover .ocw-btn-item:after {
  visibility: hidden;
}
.ocw-el-item:hover .ocw-btn-item svg {
  fill: #fff;
}
.ocw-el-more {
  background-color: transparent;
  color: var(--wb-bfc, #333);
  opacity: 0;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-90%, -50%, 0);
  transform: translate3d(-90%, -50%, 0);
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  visibility: hidden;
  z-index: 2;
}
.ocw-el-more .ocw-more-inner:before {
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.ocw-el-more .ocw-more-inner:after {
  margin-top: -18px;
  right: 0;
  top: 50%;
}
.ocw-el-more .ocw-qq {
  color: var(--ocw-theme-light, #FFA940);
  fill: none;
}
.ocw-el-more .ocw-email {
  color: var(--ocw-theme-color, #FF8C00);
  fill: none;
}
.ocw-el-more .ocw-tel {
  color: var(--ocw-theme-color, #FF8C00);
  fill: none;
}
.ocw-el-more .qr-img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 120px;
  width: 90%;
}
.ocw-el-more .ocw-link {
  color: var(--wb-bfc, #333);
  font-size: var(--ocw-bfs, var(--f14, 14px));
  line-height: 1.5;
  text-decoration: none;
}
.ocw-el-more .ocw-link:hover {
  color: var(--ocw-theme-color, #FF8C00);
}
.ocw-el-more .ocw-label {
  color: var(--wb-wk, #999);
}
.ocw-more-inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 140px;
  padding: 20px 16px;
  position: relative;
}
.ocw-more-inner,
.ocw-more-inner:before {
  background-color: var(--wb-bgcl, #fff);
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.ocw-more-inner:before {
  content: "";
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 1;
}
.ocw-more-inner:after {
  background-color: var(--wb-bgcl, #fff);
  border-radius: 0 0 3px 0;
  content: "";
  height: 36px;
  position: absolute;
  width: 36px;
  z-index: 2;
}
.ocw-more-item {
  color: var(--wb-bfc, #333);
  line-height: 16px;
  margin-top: 12px;
  position: relative;
  z-index: 5;
}
.ocw-more-item:first-child {
  margin-top: 0;
}
.ocw-more-item svg {
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ocw-more-item .ocw-p {
  padding-left: 20px;
}
.ocw-form-panel {
  bottom: 0;
  left: 0;
  top: auto;
  -webkit-transform: translate3d(-90%, 0, 0);
  transform: translate3d(-90%, 0, 0);
}
.ocw-form-panel .ocw-more-inner {
  width: var(--ocw-panel-width, 320px);
}
.ocw-form-panel .ocw-more-inner:before {
  bottom: 10px;
  right: -6px;
  top: auto;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.ocw-form-panel .ocw-more-inner:after {
  bottom: 0;
  right: 0;
  top: auto;
}
.ocw-form-panel .ocw-form-header {
  color: var(--wb-wk, #999);
  font-size: var(--ocw-bfs, var(--f14, 14px));
  line-height: 1.75em;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
.ocw-form-panel .ocw-msg-set {
  margin-bottom: 20px;
}
.active-panel .ocw-form-panel {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
}
/*# sourceMappingURL=./style.css.map */