html,
body {
  scroll-behavior: smooth;
}
:root {
  --swiper-theme-color: #C4171E;
  --b600: 600;
  --ease: cubic-bezier(0.43, 0.195, 0.02, 1);
  --r10: 10px;
  --r5: 5px;
}
.ios,
.lang_en {
  --bold: bold;
}
body {
  --www: 1rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #C4171E;
  --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: calc(var(--nav_height) * -1 + 1px);
}
.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: #C4171E;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #C4171E 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.2;
}
.swiper-button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.2;
}
@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: #F6F5F6;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.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: #C4171E;
}
.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: #C4171E;
}
.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: #C4171E;
}
.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: #C4171E;
}
.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: #C4171E;
}
.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: #C4171E;
}
.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: #C4171E;
}
.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);
  }
}
.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 * {
  max-width: 90vw !important;
}
.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.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.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: 31px;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.26rem;
}
.Header_Container .box nav .item > p a {
  font-size: 16px;
  color: #333;
  line-height: var(--nav_height);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Header_Container .box nav .item:hover > p a {
  color: #C4171E !important;
}
.Header_Container .box nav .item:hover .Select_Nav {
  opacity: 1;
  pointer-events: auto;
}
.Header_Container .box nav .item.active > p a {
  font-weight: var(--b600);
}
.Header_Container .box .lxwm a {
  width: 1.25rem;
  line-height: 0.42rem;
  border-radius: var(--r5);
  background: #C4171E;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  font-size: 16px;
}
.Header_Container .box .lxwm a:hover {
  background: #961217;
}
.Header_Container.act .box nav .item > p a {
  color: #fff;
}
.Header_Container.active,
.Header_Container.on {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #DADADA;
  box-shadow: 0 0 0 1px #DADADA;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a {
  color: #000;
}
.Header_Container.wy {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.Select_Nav {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  border-top: 1px solid #DADADA;
}
.Select_Nav ._box ._left {
  width: max(6.1rem, 400px);
  background: #F6F5F6;
  min-height: 1rem;
  padding: 0.5rem 0.75rem;
  padding-left: var(--interval);
}
.Select_Nav ._box ._left .content1 {
  font-size: var(--f26);
  font-weight: var(--bold);
}
.Select_Nav ._box ._left .content2 {
  margin: 0.12rem 0 0.4rem;
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
}
.Select_Nav ._box ._left .content3 .link_01 .a {
  min-width: 1.5rem;
}
.Select_Nav ._box ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 0.65rem;
  padding-right: var(--interval);
}
.Select_Nav ._box ._right ._nav {
  width: 2.85rem;
  padding-right: 0.7rem;
}
.Select_Nav ._box ._right ._nav ul li {
  margin-bottom: 0.12rem;
}
.Select_Nav ._box ._right ._nav ul li a {
  font-size: var(--f20);
  color: #666;
  position: relative;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Select_Nav ._box ._right ._nav ul li a svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Select_Nav ._box ._right ._nav ul li:hover a {
  color: #C4171E;
}
.Select_Nav ._box ._right ._nav ul .active a svg {
  opacity: 1;
}
.Select_Nav ._box ._right ._main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.7rem;
  border-left: 1px solid rgba(218, 218, 218, 0.5);
}
.Select_Nav ._box ._right ._main ._item {
  display: none;
}
.Select_Nav ._box ._right ._main ._item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Select_Nav ._box ._right ._main ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Select_Nav ._box ._right ._main ul a {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  margin-bottom: 2px;
}
.Select_Nav ._box ._right ._main ul a:hover {
  color: #C4171E;
}
.Select_Nav ._box ._right ._main ul .active {
  color: #C4171E;
}
.Select_Nav ._box ._right ._main .pic {
  width: 4.3rem;
}
.Select_Nav ._box ._right ._main .pic p {
  aspect-ratio: 430/270;
  overflow: hidden;
  border-radius: var(--r5);
}
.Select_Nav ._box ._right ._main .pic p img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Select_Nav ._box ._right ._main .pic p img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.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: 40vh;
  }
}
.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 .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;
}
.Home_Banner .page {
  position: absolute;
  right: var(--interval);
  bottom: 0.75rem;
  z-index: 2;
}
.Home_Banner .page div .swiper-pagination-bullet {
  all: unset;
  display: inline-block;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer {
  color: #fff;
  width: 1.9rem;
  margin-left: 0.3rem;
  cursor: pointer;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .top {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .top::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C4171E;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer .bot {
  font-size: var(--f18);
  margin-top: 0.12rem;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet .bullet_outer:hover .bot {
  opacity: 1;
}
.Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .top::after {
  -webkit-animation: line var(--duration) linear;
  animation: line var(--duration) linear;
}
.Home_Banner .page div .swiper-pagination-bullet-active .bullet_outer .bot {
  opacity: 1;
}
@-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);
  }
}
.Inner_Banner {
  position: relative;
  overflow: hidden;
}
.Inner_Banner .img {
  aspect-ratio: 1920/970;
}
.Inner_Banner .img img {
  width: 100%;
  height: 100%;
}
.Inner_Banner .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;
}
.Inner_Banner .orientation .content1 {
  font-size: 0.72rem;
  line-height: 1;
  font-weight: var(--bold);
}
.title_01 {
  font-size: var(--f52);
  font-weight: var(--bold);
}
.News_01 .box {
  background: #F6F5F6;
  border-radius: var(--r10);
  padding: 0.17rem;
}
.News_01 .box .swiper {
  border-radius: var(--r10);
  overflow: hidden;
}
.News_01 .box .item .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5rem 0.9rem 0.16rem 0.2rem;
  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;
}
.News_01 .box .item .left .content1 {
  font-size: var(--f32);
  font-weight: var(--bold);
  color: #333;
  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;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_01 .box .item .left .content2 {
  margin-top: 0.24rem;
  font-size: var(--f18);
  color: #888;
  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;
}
.News_01 .box .item .left .content3 {
  margin-top: auto;
  padding-top: 0.3rem;
  border-top: 1px solid #E6E6E6;
  font-size: var(--f16);
  color: #666;
  line-height: 1.4;
  font-family: 'MR';
}
.News_01 .box .item .right {
  border-radius: var(--r10);
  overflow: hidden;
  aspect-ratio: 820/420;
  width: 8.2rem;
}
.News_01 .box .item .right img {
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .News_01 .box .item:hover .left .content1 {
    color: #C4171E;
  }
  .News_01 .box .item:hover .right img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.banner_page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_page div span {
  width: 0.26rem;
  height: 3px;
  background: #d2d2d2;
  opacity: 1;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  margin: 0.5rem 0.1rem 0 !important;
  border-radius: 0;
}
.banner_page div .swiper-pagination-bullet-active {
  background: #C4171E;
}
.Inner_Nav .box {
  gap: 0.45rem;
}
.Inner_Nav .box li a {
  font-size: var(--f24);
  color: #666;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  padding-bottom: 0.1rem;
  border-bottom: 3px solid transparent;
}
.Inner_Nav .box li:hover a {
  color: #C4171E;
}
.Inner_Nav .box .active a {
  color: #000;
  border-bottom: 3px solid #C4171E;
}
.News_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.News_02 .box .item {
  background: #F6F5F6;
  border-radius: var(--r5);
  overflow: hidden;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_02 .box .item .img {
  overflow: hidden;
  aspect-ratio: 560/288;
  border-radius: var(--r5);
}
.News_02 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  height: 100%;
}
.News_02 .box .item .info {
  padding: 0.4rem;
}
.News_02 .box .item .info .content1 {
  font-size: var(--f22);
  font-weight: var(--bold);
  color: #333;
  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;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_02 .box .item .info .content2 {
  margin-top: 0.28rem;
  padding-top: 0.22rem;
  border-top: 1px solid #E6E6E6;
  font-size: var(--f16);
  color: #999;
  line-height: 1;
  font-family: 'MR';
}
@media screen and (min-width: 1200px) {
  .News_02 .box .item:hover .info .content1 {
    color: #C4171E;
  }
  .News_02 .box .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 990px) {
  .News_02 .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .News_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pu_page {
  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.78rem;
  margin-top: 0.8rem;
}
.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: 0.48rem;
  aspect-ratio: 1 / 1;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  color: #666;
  font-size: var(--f18);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  border-color: #C4171E;
  color: #C4171E;
}
.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.18rem;
}
.pu_page .number a {
  position: relative;
  font-size: var(--f18);
  line-height: 1;
  color: #666666;
  padding: 0 4px 0.12rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  font-family: 'MR';
}
.pu_page .number a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 15px;
  height: 3px;
  background: #C4171E;
  -webkit-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #333;
}
.pu_page .number a:hover::after,
.pu_page .number a.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.pu_page .number a.active {
  font-family: 'MSB';
}
.News_detail .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.News_detail .box .boxLeft .content1 {
  font-size: var(--f20);
  font-family: 'MR';
  color: #666;
}
.News_detail .box .boxLeft .content2 {
  font-size: var(--f42);
  font-weight: var(--bold);
  margin-top: 0.12rem;
  margin-bottom: 0.35rem;
}
.News_detail .box .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.News_detail .box .boxLeft .content4 {
  margin-top: 0.56rem;
  padding-top: 0.45rem;
  border-top: 1px solid #E0E0E0;
  display: grid;
  gap: 0.2rem;
}
.News_detail .box .boxLeft .content4 .prev a,
.News_detail .box .boxLeft .content4 .next a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f20);
  color: #666;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  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;
}
.News_detail .box .boxLeft .content4 .prev a span,
.News_detail .box .boxLeft .content4 .next a span {
  display: inline-block;
  width: 1.1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_detail .box .boxLeft .content4 .prev a:hover,
.News_detail .box .boxLeft .content4 .next a:hover {
  color: #C4171E;
}
.News_detail .box .boxRight {
  width: 4.2rem;
}
.News_detail .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.News_detail .box .boxRight .h5 {
  font-size: var(--f32);
  font-weight: var(--bold);
  margin-bottom: 0.35rem;
}
.News_detail .box .boxRight ul {
  display: grid;
  gap: 0.1rem;
}
.News_detail .box .boxRight ul li a {
  display: block;
  background: #F6F5F6;
  border-radius: var(--r5);
  padding: 0.21rem 0.28rem 0.24rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  position: relative;
}
.News_detail .box .boxRight ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C4171E;
  border-radius: 6px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.News_detail .box .boxRight ul li a .content1 {
  font-size: var(--f22);
  font-weight: var(--bold);
  color: #333;
  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;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News_detail .box .boxRight ul li a .content2 {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #E6E6E6;
  font-size: var(--f14);
  color: #999;
  line-height: 1;
  font-family: 'MR';
}
@media screen and (min-width: 1200px) {
  .News_detail .box .boxRight ul li a:hover .content1 {
    color: #333;
  }
  .News_detail .box .boxRight ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.footer_contaioner {
  background: #F6F5F6;
}
.footer_contaioner .box {
  padding: 0.6rem 0 0.54rem;
}
.footer_contaioner .box .boxLeft .logo {
  margin-bottom: 0.45rem;
}
.footer_contaioner .box .boxLeft .logo a img {
  height: 42px;
}
.footer_contaioner .box .boxLeft ul {
  display: grid;
  gap: 0.1rem;
}
.footer_contaioner .box .boxLeft ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f20);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'MR';
}
.footer_contaioner .box .boxLeft ul li span {
  display: inline-block;
  width: 28px;
}
.footer_contaioner .box .boxLeft ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #666;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.footer_contaioner .box .boxLeft ul li a:hover {
  color: #C4171E;
}
.footer_contaioner .box .boxRight ul {
  gap: 0.1rem;
  position: relative;
  z-index: 2;
}
.footer_contaioner .box .boxRight ul li {
  position: relative;
}
.footer_contaioner .box .boxRight ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  aspect-ratio: 1 / 1;
  -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;
  border-radius: var(--r5);
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.footer_contaioner .box .boxRight ul li .ewm {
  width: 1.2rem;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  pointer-events: none;
}
.footer_contaioner .box .boxRight ul li .ewm img {
  width: 100%;
}
.footer_contaioner .box .boxRight ul li:hover a {
  background: #C4171E !important;
}
.footer_contaioner .box .boxRight ul li:hover a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer_contaioner .box .boxRight ul li:hover .ewm {
  opacity: 1;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.footer_contaioner .box .boxRight form {
  width: 4rem;
  margin-top: 0.5rem;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.16rem 0.25rem;
  background: #fff;
  border-radius: var(--r5);
  overflow: hidden;
}
.footer_contaioner .box .boxRight form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  font-family: 'MR';
}
.footer_contaioner .box .boxRight form input::-webkit-input-placeholder {
  color: #666;
}
.footer_contaioner .box .boxRight form input::-moz-placeholder {
  color: #666;
}
.footer_contaioner .box .boxRight form input:-ms-input-placeholder {
  color: #666;
}
.footer_contaioner .box .boxRight form input::-ms-input-placeholder {
  color: #666;
}
.footer_contaioner .box .boxRight form input::placeholder {
  color: #666;
}
.footer_contaioner .box .boxRight form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.footer_contaioner .box .boxRight form button svg {
  width: 17px;
  height: auto;
}
.footer_contaioner .box1 {
  border-top: 1px solid #E5E5E5;
  font-size: var(--f16);
  color: #999;
  padding: 0.25rem 0;
}
.footer_contaioner .box1 a {
  display: inline-block;
  color: #999;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.footer_contaioner .box1 a:hover {
  color: #C4171E;
}
.footer_contaioner.active {
  background: #fff;
}
.footer_contaioner.active .box .boxRight ul li a,
.footer_contaioner.active .box .boxRight form {
  background: #F6F5F6;
}
.desc_w1 {
  font-size: var(--f20);
  color: #666;
  line-height: 1.8;
  width: 8.5rem;
}
.target_discovery .m70 {
  margin-top: 0.7rem;
}
.target_discovery .box .a {
  background: #e6e6e6;
  border-radius: var(--r5) var(--r5) 0 0;
  padding: 0.75rem;
  padding-right: 0.2rem;
  gap: 0.5rem;
  overflow: hidden;
}
.target_discovery .box .a .left {
  -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;
}
.target_discovery .box .a .left .content1 {
  font-size: var(--f34);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  line-height: 1;
}
.target_discovery .box .a .left .content2 {
  margin: 0.32rem 0;
  font-size: var(--f16);
  color: #666;
  line-height: 1.7;
}
.target_discovery .box .a .right {
  width: 11.82rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.target_discovery .box .a .right img {
  max-height: 7.1rem;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .target_discovery .box .a:hover .left .content1 {
    color: #C4171E;
  }
  .target_discovery .box .a:hover .left .more_01 svg {
    -webkit-animation: arrowRun 5s infinite;
    animation: arrowRun 5s infinite;
  }
}
.target_discovery .box1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.target_discovery .box1 .item {
  overflow: hidden;
}
.target_discovery .box1 .item a {
  background: #F6F5F6;
}
.target_discovery .box1 .item a figure {
  aspect-ratio: 850/490;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--r5) var(--r5) 0 0;
  background: #D2D2D2;
}
.target_discovery .box1 .item a figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.target_discovery .box1 .item a figcaption {
  padding: 0.4rem 0.5rem;
}
.target_discovery .box1 .item a figcaption .content1 {
  font-size: var(--f24);
  color: #333;
  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;
}
.target_discovery .box1 .item a figcaption .content2 {
  margin-top: 0.12rem;
  font-size: var(--f16);
  color: #333;
  height: 3.25em;
  max-height: 3.25em;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .target_discovery .box1 .item a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .target_discovery .box1 .item a:hover figcaption .content1 {
    color: #C4171E;
  }
  .target_discovery .box1 .item a:hover .more_01 svg {
    -webkit-animation: arrowRun 5s infinite;
    animation: arrowRun 5s infinite;
  }
}
.target_discovery .box2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.target_discovery .box2 .item {
  overflow: hidden;
}
.target_discovery .box2 .item a {
  background: #F6F5F6;
  position: relative;
}
.target_discovery .box2 .item a figure {
  aspect-ratio: 415/280;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--r5) var(--r5) 0 0;
  background: #D2D2D2;
}
.target_discovery .box2 .item a figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.target_discovery .box2 .item a figcaption {
  padding: 0.2rem 0.3rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.target_discovery .box2 .item a figcaption .content1 {
  font-size: var(--f24);
  color: #333;
  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-bottom: 0.26rem;
}
.target_discovery .box2 .item a .orientation {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 0.2rem 0.3rem 0.3rem;
  opacity: 0.001;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  border-bottom: 3px solid #C4171E;
}
.target_discovery .box2 .item a .orientation .content1 {
  font-size: var(--f24);
  color: #333;
  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;
}
.target_discovery .box2 .item a .orientation .content2 {
  margin-top: 0.12rem;
  font-size: var(--f16);
  color: #333;
  height: 4.875em;
  max-height: 4.875em;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .target_discovery .box2 .item a:hover figcaption {
    opacity: 0;
  }
  .target_discovery .box2 .item a:hover .orientation {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.target_discovery .flow {
  margin-top: 0.8rem;
}
.target_discovery .flow .scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.target_discovery .flow .scroll .item {
  min-width: 0;
}
.target_discovery .flow .scroll .item .title {
  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;
  height: 0.65rem;
  padding: 0 0.3rem 0 0.42rem;
  background: #F0F0F0;
  -webkit-clip-path: polygon(0 0, -webkit-calc(99.8%) 0, 100% 50%, -webkit-calc(99.8%) 100%, 0 100%, 0.2rem 50%);
  clip-path: polygon(0 0, calc(100% - 0.2rem) 0, 100% 50%, calc(100% - 0.2rem) 100%, 0 100%, 0.2rem 50%);
  font-size: var(--f22);
}
.target_discovery .flow .scroll .item .title .icon {
  position: absolute;
  left: -webkit-calc(-3.3rem / 0.5rem);
  left: calc(0.2rem * (0.5rem - 17px) / 0.5rem);
  top: 50%;
  margin-top: -8px;
  width: 0.14rem;
  height: 17px;
  background: #C4171E;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.2rem * 17px / 0.5rem) 0, 100% 50%, calc(100% - 0.2rem * 17px / 0.5rem) 100%, 0 100%, calc(0.2rem * 17px / 0.5rem) 50%);
  clip-path: polygon(0 0, calc(100% - 0.2rem * 17px / 0.5rem) 0, 100% 50%, calc(100% - 0.2rem * 17px / 0.5rem) 100%, 0 100%, calc(0.2rem * 17px / 0.5rem) 50%);
}
.target_discovery .flow .scroll .item .title .text {
  text-align: center;
}
.target_discovery .flow .scroll .item ul {
  margin-top: 0.27rem;
  padding: 0 0.1rem 0 0.3rem;
}
.target_discovery .flow .scroll .item ul li {
  position: relative;
  font-size: var(--f16);
  color: #666;
  line-height: 1.7;
  list-style: square;
  padding-left: 0.1rem;
}
.target_discovery .flow .scroll .item ul li::marker {
  color: #c7c7c7;
}
@media screen and (max-width: 999px) {
  .target_discovery .flow .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.1rem;
  }
  .target_discovery .flow .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .target_discovery .flow .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #C4171E;
  }
  .target_discovery .flow .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .target_discovery .flow .scroll {
      scrollbar-color: #C4171E rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .target_discovery .flow .scroll .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.6rem;
    -ms-flex: 0 0 3.6rem;
    flex: 0 0 3.6rem;
  }
}
.target_discovery .more {
  margin-top: 0.6rem;
}
.target_discovery .more p {
  font-size: var(--f16);
  border-radius: var(--r5);
  border: 1px solid #C4171E;
  min-width: 1.7rem;
  line-height: 0.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.target_discovery .more p:hover {
  background: #C4171E;
  color: #fff;
}
.target_discovery .more .p2 {
  display: none;
}
.target_discovery .more.active .p1 {
  display: none;
}
.target_discovery .more.active .p2 {
  display: block;
}
.more_01 {
  color: #333;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.more_01 span {
  overflow: hidden;
}
@-webkit-keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.drug_discovery {
  background: #F6F5F6;
}
.drug_discovery .flow .scroll .item .title {
  background: #fff;
}
.drug_discovery .box2 .item a {
  background: #fff;
}
.drug_discovery .box2 .item:nth-child(n+5) {
  display: none;
}
.drug_discovery .box2.active .item:nth-child(n+5) {
  display: block;
}
.drug_discovery .box2:not(:has( > .item:nth-child(5))) ~ .more {
  display: none;
}
.protein_production .box2 .item:nth-child(n+9) {
  display: none;
}
.protein_production .box2.active .item:nth-child(n+9) {
  display: block;
}
.protein_production .box2:not(:has( > .item:nth-child(9))) ~ .more {
  display: none;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.56rem;
  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;
}
.About_01 .box .boxLeft .desc {
  font-size: var(--f26);
  font-weight: var(--bold);
  margin: 0.42rem 0 0.2rem;
  line-height: 1.6;
}
.About_01 .box .boxLeft .desc1 {
  font-size: var(--f20);
  color: #666;
  line-height: 2;
}
.About_01 .box .boxRight {
  aspect-ratio: 860/850;
  width: 8.6rem;
  border-radius: var(--r10);
  overflow: hidden;
  position: relative;
}
.About_01 .box .boxRight img {
  width: 100%;
  height: 100%;
  border-radius: var(--r10);
}
.About_01 .box .boxRight .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.About_01 .box .boxRight .play i {
  color: rgba(196, 23, 30, 0.7);
  font-size: 0.6rem;
}
.About_02 {
  background: #F6F5F6;
}
.About_02 .box .banner {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  padding: 0.15rem 0;
}
.About_02 .box .banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-name: bannerRun;
  animation-name: bannerRun;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.About_02 .box .banner ul li {
  width: 2.9rem;
  height: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.About_02 .box .banner ul li img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  max-width: 60%;
  max-height: 60%;
}
.About_02 .box .banner ul li img:nth-child(1) {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}
.About_02 .box .banner ul li img:nth-child(2) {
  opacity: 0;
}
.About_02 .box .banner ul li:hover img:nth-child(1) {
  opacity: 0;
}
.About_02 .box .banner ul li:hover img:nth-child(2) {
  opacity: 1;
}
.About_02 .box .banner ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.About_02 .box .banner:nth-child(2n) ul {
  animation-direction: reverse;
}
@-webkit-keyframes bannerRun {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes bannerRun {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.About_03 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.8rem;
  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;
}
.About_03 .box .boxLeft .desc {
  font-size: var(--f26);
  font-weight: var(--bold);
  line-height: 1.6;
  margin: 0.32rem 0 0.5rem;
}
.About_03 .box .boxRight {
  width: 8.22rem;
  aspect-ratio: 1/1;
}
.About_03 .box .boxRight .earth {
  width: 100%;
  height: 100%;
  position: relative;
}
.link_01 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.7rem;
  height: 0.5rem;
  border-radius: var(--r5);
  background: #DEDEDE;
  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;
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  gap: 8px;
  cursor: pointer;
  padding: 0 0.2rem;
}
.link_01 .a span {
  color: #C4171E;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  overflow: hidden;
}
.link_01 .a:hover {
  background: #C4171E;
  color: #fff;
}
.link_01 .a:hover span {
  color: #fff;
}
.link_01 .a:hover svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.marker-label {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.marker-label p {
  background: #C4171E;
}
.marker-label::before {
  content: attr(data-name);
  position: absolute;
  left: 150%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f14);
  font-family: 'MB';
  white-space: nowrap;
  color: #333;
  pointer-events: none;
}
.marker-label.marker-nanjing::before {
  right: 160%;
  left: auto;
}
.marker-label.marker-wuxi::before {
  top: 0;
}
.marker-label.marker-suzhou::before {
  right: 160%;
  left: auto;
}
.About_04 .box .swiper-slide {
  aspect-ratio: 1/1;
  border: 1px solid #E0E0E0;
  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;
}
.About_04 .box .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
}
.desc_02 {
  font-size: var(--f22);
  line-height: 1.55;
}
.About_05 {
  background: #F6F5F6;
}
.About_05 .box .boxLeft {
  width: 50%;
  padding-right: 1rem;
}
.About_05 .box .boxLeft .info {
  margin-top: 0.45rem;
}
.About_05 .box .boxLeft .info .item + .item {
  margin-top: 0.36rem;
}
.About_05 .box .boxLeft .info .item p {
  font-size: var(--f20);
  line-height: 1.5;
  color: #666;
}
.About_05 .box .boxLeft .info .item a,
.About_05 .box .boxLeft .info .item span {
  display: block;
  font-size: var(--f20);
  color: #333;
}
.About_05 .box .boxLeft .info .item a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-family: 'MR';
}
.About_05 .box .boxLeft .info .item a:hover {
  color: #C4171E;
}
.About_05 .box .boxLeft .info .item:first-child a {
  color: #C4171E;
}
.About_05 .box .boxLeft .x {
  border-top: 1px solid #DFDFDF;
  margin: 0.76rem 0 0.9rem;
}
.About_05 .box .boxLeft .ewm {
  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.38rem;
}
.About_05 .box .boxLeft .ewm .pic {
  width: 1.24rem;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.About_05 .box .boxLeft .ewm .pic img {
  width: 100%;
}
.About_05 .box .boxLeft .ewm .txt p {
  font-size: var(--f20);
  color: #666;
}
.About_05 .box .boxRight {
  width: 50%;
}
.About_05 .box .boxRight form {
  margin-top: 0.45rem;
}
.About_05 .box .boxRight form .item + .item {
  margin-top: 0.3rem;
}
.About_05 .box .boxRight form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 0.2rem;
}
.About_05 .box .boxRight form .form-row + .form-row {
  margin-top: 0.3rem;
}
.About_05 .box .boxRight form .form-group {
  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;
}
.About_05 .box .boxRight form .form-group label {
  margin-bottom: 0.1rem;
  font-size: var(--f16);
  color: #000;
}
.About_05 .box .boxRight form .form-group .required {
  color: #C4171E;
}
.About_05 .box .boxRight form .form-group input,
.About_05 .box .boxRight form .form-group textarea {
  width: 100%;
  padding: 0rem 0.25rem;
  border: none;
  border-radius: var(--r5);
  background: #fff;
  font-size: var(--f14);
  line-height: 1.5;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_05 .box .boxRight form .form-group input {
  height: 0.64rem;
}
.About_05 .box .boxRight form .form-group textarea {
  min-height: 1.3rem;
  resize: none;
  padding: 0.2rem 0.25rem;
}
.About_05 .box .boxRight form .form-group input::-webkit-input-placeholder,
.About_05 .box .boxRight form .form-group textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.About_05 .box .boxRight form .form-group input::-moz-placeholder,
.About_05 .box .boxRight form .form-group textarea::-moz-placeholder {
  color: #b0b0b0;
}
.About_05 .box .boxRight form .form-group input:-ms-input-placeholder,
.About_05 .box .boxRight form .form-group textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.About_05 .box .boxRight form .form-group input::-ms-input-placeholder,
.About_05 .box .boxRight form .form-group textarea::-ms-input-placeholder {
  color: #b0b0b0;
}
.About_05 .box .boxRight form .form-group input::placeholder,
.About_05 .box .boxRight form .form-group textarea::placeholder {
  color: #b0b0b0;
}
.About_05 .box .boxRight form .form-row .form-group:only-child {
  grid-column: 1 / -1;
}
.About_05 .box .boxRight form .list4 {
  color: #666;
  font-size: var(--f14);
  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.16rem;
}
.About_05 .box .boxRight form .list4 p {
  margin-left: 0.06rem;
}
.About_05 .box .boxRight form .list4 p a {
  display: inline-block;
}
.About_05 .box .boxRight form .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #C4171E !important;
  background: var(--gradient);
}
.About_05 .box .boxRight form .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 4px;
  border-color: #C4171E;
}
.About_05 .box .boxRight form .list4 .layui-form-checked[lay-skin=primary] i {
  background: #C4171E;
}
.About_05 .box .boxRight form .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.About_05 .box .boxRight form .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #C4171E;
}
.About_05 .box .boxRight form .list4 a:hover {
  color: #C4171E;
}
.About_05 .box .boxRight form .list5 {
  margin-top: 0.3rem;
}
.About_05 .box .boxRight form .list5 p {
  line-height: 0.5rem;
  background: #C4171E;
  color: #fff;
  text-align: center;
  border-radius: var(--r5);
  font-size: var(--f16);
  cursor: pointer;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.About_05 .box .boxRight form .list5 p:hover {
  background: #961217;
}
.Technology_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Technology_01 .box .item {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DCDCDC;
  border-radius: var(--r10);
  padding: 0.7rem;
  text-align: center;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  overflow: hidden;
}
.Technology_01 .box .item::after {
  content: '';
  position: absolute;
  left: 0.28rem;
  right: 0.28rem;
  bottom: 0;
  height: 8px;
  background: #C4171E;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: scaleX(0.6) translateY(50%);
  -ms-transform: scaleX(0.6) translateY(50%);
  transform: scaleX(0.6) translateY(50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_01 .box .item .content1 {
  font-size: var(--f36);
  color: #333;
  margin-bottom: 0.3rem;
}
.Technology_01 .box .item .content2 {
  font-size: var(--f20);
  color: #666;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .Technology_01 .box .item:hover::after {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(50%);
    -ms-transform: scaleX(1) translateY(50%);
    transform: scaleX(1) translateY(50%);
  }
}
.Technology_02 {
  min-height: 5rem;
}
.Technology_02 .box {
  padding: 0 var(--interval);
  position: relative;
}
.Technology_02 .box .img {
  overflow: hidden;
  height: 9.7rem;
  border-radius: var(--r10);
}
.Technology_02 .box .img img {
  width: 100%;
  height: 100%;
}
.Technology_02 .box .orientation {
  position: absolute;
  top: 50%;
  left: var(--interval);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5rem;
  padding: 0.8rem 0.6rem;
  overflow: hidden;
}
.Technology_02 .box .orientation .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  opacity: 0;
}
.Technology_02 .box .orientation .content1 {
  height: 42px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.Technology_02 .box .orientation .content1 p {
  font-size: var(--f42);
  -webkit-transform: translateY(0rem) scale(1.5);
  -ms-transform: translateY(0rem) scale(1.5);
  transform: translateY(0rem) scale(1.5);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Technology_02 .box .orientation .content2 {
  margin: 0.35rem 0 0.6rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.Technology_02 .box .orientation .content3,
.Technology_02 .box .orientation .content2 {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.Technology_03 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Technology_03 .box .item {
  background: #F6F5F6;
  border-radius: var(--r10);
  padding: 0.4rem 0.36rem 0.46rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_03 .box .item .img {
  height: 45px;
  margin-bottom: 0.66rem;
  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;
}
.Technology_03 .box .item .img img {
  max-height: 100%;
}
.Technology_03 .box .item .content1 {
  font-size: var(--f26);
  margin-bottom: 0.16rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_03 .box .item .content2 {
  font-size: var(--f20);
}
@media screen and (min-width: 1200px) {
  .Technology_03 .box .item:hover {
    -webkit-box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.06);
  }
  .Technology_03 .box .item:hover .content1 {
    color: #C4171E;
  }
}
@media screen and (max-width: 999px) {
  .Technology_03 .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .Technology_03 .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Technology_04 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.Technology_04 .box .item .img {
  background: #F6F5F6;
  aspect-ratio: 560 / 370;
  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;
  overflow: hidden;
  border-radius: var(--r10);
}
.Technology_04 .box .item .img img {
  width: 100%;
  max-height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_04 .box .item .content1 {
  margin-top: 0.3rem;
  font-size: var(--f26);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_04 .box .item .content2 {
  margin-top: 0.1rem;
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
  padding-right: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .Technology_04 .box .item:hover .img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  .Technology_04 .box .item:hover .content1 {
    color: #C4171E;
  }
}
@media screen and (max-width: 999px) {
  .Technology_04 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Technology_04 .box .item .content2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .Technology_04 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem;
  }
}
.Technology_05 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Technology_05 .box .item {
  position: relative;
  background: #F6F5F6;
  border-radius: var(--r10);
  overflow: hidden;
  aspect-ratio: 845 / 700;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_05 .box .item .img {
  height: 100%;
  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-bottom: 0.5rem;
}
.Technology_05 .box .item .img img {
  width: 100%;
  max-height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_05 .box .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem;
  z-index: 1;
  font-size: var(--f32);
  font-weight: var(--bold);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_05 .box .item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.4rem 0.5rem;
  background: rgba(235, 235, 235, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  opacity: 0;
  -webkit-transform: translateY(24%);
  -ms-transform: translateY(24%);
  transform: translateY(24%);
  pointer-events: none;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  border-radius: var(--r10);
}
.Technology_05 .box .item .info .content1 {
  font-size: var(--f32);
  font-weight: var(--bold);
  color: #333;
  margin-bottom: 0.2rem;
}
.Technology_05 .box .item .info .list {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4px 0.2rem;
  margin-bottom: 0.24rem;
  padding-right: 1.5rem;
}
.Technology_05 .box .item .info .list li {
  font-size: var(--f18);
  color: #666;
  line-height: 1.6;
}
.Technology_05 .box .item .info .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  gap: 8px;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
}
.Technology_05 .box .item .info .more:hover {
  color: #C4171E;
}
.Technology_05 .box .item .info .more:hover svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.Technology_05 .box .item .hide {
  display: none;
}
@media screen and (min-width: 1200px) {
  .Technology_05 .box .item:hover .name {
    opacity: 0;
  }
  .Technology_05 .box .item:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media screen and (max-width: 999px) {
  .Technology_05 .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .Technology_05 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Technology_05 .box .item .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  .Technology_05 .box .item .name {
    opacity: 0;
  }
}
.layer_01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
}
.layer_01 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13.8rem;
  max-width: -webkit-calc(95%);
  max-width: calc(100% - 5vw);
  background: #fff;
  border-radius: var(--r10);
  padding: 0.5rem 0.6rem 0.6rem;
}
.layer_01 .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #999;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.layer_01 .close i {
  font-size: var(--f28);
}
.layer_01 .close:hover {
  color: #C4171E;
}
.layer_01 .layer_01__body {
  display: grid;
  gap: 0.6rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  height: 100%;
  max-height: -webkit-calc(89vh);
  max-height: calc(90vh - 1rem);
}
.layer_01 .layer_01__body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.layer_01 .layer_01__body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #C4171E;
}
.layer_01 .layer_01__body::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .layer_01 .layer_01__body {
    scrollbar-color: #C4171E rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.layer_01 .layer_01__title {
  font-size: var(--f52);
  font-weight: var(--bold);
  color: #333;
  margin-bottom: 0.3rem;
  line-height: 1;
}
.layer_01 .layer_01__product {
  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.2rem;
  margin-bottom: 0.2rem;
}
.layer_01 .layer_01__thumb {
  width: 1.2rem;
  aspect-ratio: 120 / 70;
  border-radius: var(--r5);
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.layer_01 .layer_01__thumb img {
  width: 100%;
  max-height: 100%;
}
.layer_01 .layer_01__model {
  font-size: var(--f32);
  color: #d9d9d9;
  font-weight: var(--bold);
}
.layer_01 .layer_01__table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.16rem;
}
.layer_01 .layer_01__table-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.layer_01 .layer_01__table-wrap table th,
.layer_01 .layer_01__table-wrap table td {
  padding: 0.1rem 0.16rem;
  font-size: var(--f18);
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  border: 1px solid #e0e0e0;
  color: #666;
}
.layer_01 .layer_01__table-wrap table th span,
.layer_01 .layer_01__table-wrap table td span {
  color: #333;
}
.layer_01 .layer_01__table-wrap table th[scope="row"] {
  width: 20%;
}
.layer_01 .layer_01__fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.layer_01 .layer_01__field-title {
  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.15rem 0.2rem;
  margin-bottom: 0.3rem;
  font-size: var(--f20);
  font-weight: var(--bold);
  background: #F6F5F6;
}
.layer_01 .layer_01__field-list {
  display: grid;
  gap: 0.08rem;
  padding: 0 0.2rem;
}
.layer_01 .layer_01__field-list li {
  font-size: var(--f18);
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .layer_01 .layer_01__fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .layer_01 .box {
    width: -webkit-calc(99.68%);
    width: calc(100% - 0.32rem);
    padding: 0.36rem 0.24rem 0.32rem;
  }
  .layer_01 .layer_01__fields {
    grid-template-columns: 1fr;
  }
}
.Technology_06 .box {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Technology_06 .box .boxLeft {
  width: 50%;
  padding-right: 0.4rem;
}
.Technology_06 .box .boxRight {
  width: 49.5%;
}
.Technology_06 .box .boxRight ul li {
  padding: 0.24rem 0;
  border-bottom: 1px solid #DCDCDC;
  font-size: var(--f20);
  color: #333;
}
.Technology_06 .box .boxRight ul li:first-child {
  padding-top: 0;
}
.Technology_06 .box .boxRight ul li .name {
  font-weight: var(--b600);
}
.Technology_06 .box .boxRight ul li .info {
  color: #666;
}
.Technology_06 .box .boxRight ul li :first-child {
  padding-top: 0;
}
@media screen and (max-width: 699px) {
  .Technology_06 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
  }
  .Technology_06 .box .boxLeft,
  .Technology_06 .box .boxRight {
    width: 100%;
    padding-right: 0;
  }
}
.Technology_07 .box {
  display: grid;
  gap: 0.8rem;
}
.Technology_07 .box .item {
  gap: 1.2rem;
}
.Technology_07 .box .item .boxLeft {
  -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;
}
.Technology_07 .box .item .boxLeft .desc {
  font-size: var(--f20);
  line-height: 2;
  color: #666;
  margin: 0.4rem 0 0.5rem;
}
.Technology_07 .box .item .boxRight {
  width: 49.5%;
  aspect-ratio: 840 / 600;
  overflow: hidden;
  border-radius: var(--r10);
}
.Technology_07 .box .item .boxRight img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Technology_07 .box .item .boxRight:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
  .Technology_07 .box .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}
.layer_02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
}
.layer_02 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.9rem;
  max-width: -webkit-calc(95%);
  max-width: calc(100% - 5vw);
  background: #fff;
  border-radius: var(--r10);
  padding: 0.5rem 0.6rem 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer_02 .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #999;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.layer_02 .close i {
  font-size: var(--f28);
}
.layer_02 .close:hover {
  color: #C4171E;
}
.layer_02 .layer_02__title {
  text-align: center;
  font-size: var(--f28);
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.layer_02 form .item + .item {
  margin-top: 0.3rem;
}
.layer_02 form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 0.2rem;
}
.layer_02 form .form-row + .form-row {
  margin-top: 0.3rem;
}
.layer_02 form .form-group {
  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;
}
.layer_02 form .form-group label {
  margin-bottom: 0.1rem;
  font-size: var(--f16);
  color: #333;
}
.layer_02 form .form-group .required {
  color: #C4171E;
}
.layer_02 form .form-group input,
.layer_02 form .form-group textarea {
  width: 100%;
  padding: 0 0.25rem;
  border: 1px solid transparent;
  border-radius: var(--r5);
  background: #f5f5f5;
  font-size: var(--f14);
  line-height: 1.5;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.layer_02 form .form-group input {
  height: 0.64rem;
}
.layer_02 form .form-group textarea {
  min-height: 1.3rem;
  resize: none;
  padding: 0.2rem 0.25rem;
}
.layer_02 form .form-group input::-webkit-input-placeholder,
.layer_02 form .form-group textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.layer_02 form .form-group input::-moz-placeholder,
.layer_02 form .form-group textarea::-moz-placeholder {
  color: #b0b0b0;
}
.layer_02 form .form-group input:-ms-input-placeholder,
.layer_02 form .form-group textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.layer_02 form .form-group input::-ms-input-placeholder,
.layer_02 form .form-group textarea::-ms-input-placeholder {
  color: #b0b0b0;
}
.layer_02 form .form-group input::placeholder,
.layer_02 form .form-group textarea::placeholder {
  color: #b0b0b0;
}
.layer_02 form .form-group input:focus,
.layer_02 form .form-group textarea:focus {
  border-color: #4a9eff;
  background: #fff;
}
.layer_02 form .form-row .form-group:only-child {
  grid-column: 1 / -1;
}
.layer_02 form .list4 {
  color: #666;
  font-size: var(--f14);
  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.2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.layer_02 form .list4 p {
  margin-left: 0.06rem;
}
.layer_02 form .list4 p a {
  display: inline-block;
}
.layer_02 form .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #C4171E !important;
  background: var(--gradient);
}
.layer_02 form .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 4px;
  border-color: #C4171E;
}
.layer_02 form .list4 .layui-form-checked[lay-skin=primary] i {
  background: #C4171E;
}
.layer_02 form .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.layer_02 form .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #C4171E;
}
.layer_02 form .list4 a:hover {
  color: #C4171E;
}
.layer_02 form .list5 {
  margin-top: 0.3rem;
}
.layer_02 form .list5 p {
  line-height: 0.5rem;
  background: #C4171E;
  color: #fff;
  text-align: center;
  border-radius: var(--r5);
  font-size: var(--f16);
  cursor: pointer;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.layer_02 form .list5 p:hover {
  background: #961217;
}
@media screen and (max-width: 699px) {
  .layer_02 .box {
    padding: 0.4rem 0.3rem 0.4rem;
  }
  .layer_02 form .form-row {
    grid-template-columns: 1fr;
    gap: 0.24rem;
  }
}
.Physics_AI .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Physics_AI .box .item {
  background: #F6F5F6;
  border-radius: var(--r10);
  overflow: hidden;
  position: relative;
  padding: 0.3rem 0.6rem 0.45rem;
}
.Physics_AI .box .item .one {
  position: relative;
  z-index: 2;
}
.Physics_AI .box .item .one .content1 {
  height: 0.94rem;
}
.Physics_AI .box .item .one .content1 img {
  max-height: 100%;
}
.Physics_AI .box .item .one .content2 {
  font-size: var(--f36);
  color: #333;
  margin: 0.5rem 0 0.16rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  line-height: 1;
  font-weight: var(--bold);
}
.Physics_AI .box .item .one .content3 {
  font-size: var(--f18);
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #666;
}
.Physics_AI .box .item .one .content4 {
  margin-top: 0.3rem;
}
.Physics_AI .box .item .two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Physics_AI .box .item .two img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.Physics_AI .box .item:hover .content2 {
  color: #C4171E;
}
.Physics_AI .box .item:hover .content4 .more_01 svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
.Physics_AI .box .item:hover .two {
  opacity: 1;
}
.Physics_AI_Platform {
  overflow: hidden;
  background: #F6F5F6;
}
.Physics_AI_Platform .box .boxLeft {
  width: 50%;
  padding: 0.9rem 1.8rem 0 var(--interval);
  position: relative;
}
.Physics_AI_Platform .box .boxLeft .desc {
  font-size: var(--f20);
  color: #666;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  height: 6em;
  max-height: 6em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Physics_AI_Platform .box .boxLeft .list {
  position: absolute;
  bottom: 1rem;
}
.Physics_AI_Platform .box .boxLeft .list ul li,
.Physics_AI_Platform .box .boxLeft .list ul 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;
  font-size: var(--f22);
  color: #666;
  line-height: 1;
  margin-bottom: 0.2rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
  cursor: default;
  padding: 2px 0;
}
.Physics_AI_Platform .box .boxLeft .list ul li::before,
.Physics_AI_Platform .box .boxLeft .list ul a::before {
  content: '';
  width: 2px;
  height: 1em;
  background: #D2D2D2;
  margin-right: 0.16rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Physics_AI_Platform .box .boxLeft .list ul li:last-child,
.Physics_AI_Platform .box .boxLeft .list ul a:last-child {
  margin-bottom: 0;
}
.Physics_AI_Platform .box .boxLeft .list ul li.active,
.Physics_AI_Platform .box .boxLeft .list ul a.active {
  color: #333;
}
.Physics_AI_Platform .box .boxLeft .list ul li.active::before,
.Physics_AI_Platform .box .boxLeft .list ul a.active::before {
  background: #C4171E;
}
.Physics_AI_Platform .box .boxRight {
  width: 50%;
  position: relative;
  aspect-ratio: 960 / 970;
}
.Physics_AI_Platform .box .boxRight p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Physics_AI_Platform .box .boxRight p img {
  width: 100%;
  height: 100%;
}
.Physics_AI_Platform .box .boxRight .active {
  opacity: 1;
}
.title_02 {
  font-size: var(--f30);
}
.Physics_kh {
  background: #fff;
}
.Application_Scene .x {
  border-top: 1px solid #DCDCDC;
  margin-top: 0.7rem;
  padding-top: 0.7rem;
}
.Application_Scene .desc {
  font-size: var(--f28);
  width: 7.6rem;
  color: #666;
}
.Application_Scene .box .item {
  width: 3.06rem;
  aspect-ratio: 306 / 356;
  border-radius: var(--r10);
  overflow: hidden;
  position: relative;
  margin: 0 6px;
}
.Application_Scene .box .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -o-linear-gradient(296.47deg, #F6F6F8 12.27%, rgba(246, 246, 248, 0) 89.93%);
  background: linear-gradient(153.53deg, #F6F6F8 12.27%, rgba(246, 246, 248, 0) 89.93%);
}
.Application_Scene .box .item > img {
  width: 100%;
  height: 100%;
}
.Application_Scene .box .item .title {
  position: absolute;
  z-index: 3;
  top: 0.26rem;
  left: 0;
  width: 100%;
  padding: 0 0.3rem;
  font-size: var(--f26);
  color: #333;
}
.Application_Scene .box .item .btn {
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.Application_Scene .box .item .icon {
  background: rgba(255, 255, 255, 0.4);
}
.Application_Scene .box .item .svg {
  opacity: 0;
}
.Application_Scene .box .item::after {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  height: 8px;
  background: #C4171E;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: scaleX(0.6) translateY(50%);
  -ms-transform: scaleX(0.6) translateY(50%);
  transform: scaleX(0.6) translateY(50%);
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
@media screen and (min-width: 1200px) {
  .Application_Scene .box .item:hover .icon {
    opacity: 0;
  }
  .Application_Scene .box .item:hover .svg {
    opacity: 1;
  }
  .Application_Scene .box .item:hover::after {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(50%);
    -ms-transform: scaleX(1) translateY(50%);
    transform: scaleX(1) translateY(50%);
  }
}
.Application_Scene .box .banner {
  overflow: hidden;
  width: 100%;
  margin-bottom: 13px;
}
.Application_Scene .box .banner:last-child {
  margin-bottom: 0;
}
.Application_Scene .box .banner:nth-child(2) .list {
  animation-direction: reverse;
}
.Application_Scene .box .banner .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-name: bannerRun;
  animation-name: bannerRun;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.Application_Scene .box .banner .list:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.News {
  background: #F6F5F6;
}
.News .box {
  background: #fff;
}
.News .box1 {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}
.News .box1 .item {
  display: block;
  background: #fff;
  border-radius: var(--r10);
  padding: 0.3rem 0.4rem 0.35rem;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.News .box1 .item .content1 {
  font-size: var(--f22);
  font-weight: var(--bold);
  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);
}
.News .box1 .item .content2 {
  margin-top: 0.3rem;
  padding-top: 0.25rem;
  border-top: 1px solid #E6E6E6;
  font-size: var(--f16);
  color: #999;
  line-height: 1;
  font-family: 'MR';
}
@media screen and (min-width: 1200px) {
  .News .box1 .item:hover .content1 {
    color: #C4171E;
  }
}
@media screen and (max-width: 990px) {
  .News .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .News .box1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.AI4S_Closed_Loop_System .desc {
  font-size: var(--f26);
  width: 6.9rem;
  color: #666;
}
.AI4S_Closed_Loop_System .box {
  position: relative;
}
.AI4S_Closed_Loop_System .box.is-pending-enter > .img,
.AI4S_Closed_Loop_System .box.is-pending-enter .main .outer,
.AI4S_Closed_Loop_System .box.is-pending-enter .main .inner,
.AI4S_Closed_Loop_System .box.is-pending-enter .main .bg,
.AI4S_Closed_Loop_System .box.is-pending-enter .main .ruler,
.AI4S_Closed_Loop_System .box.is-pending-enter .main .text,
.AI4S_Closed_Loop_System .box.is-pending-enter .main .circle__point {
  opacity: 0;
}
.AI4S_Closed_Loop_System .box .img {
  aspect-ratio: 1720 / 840;
  position: relative;
}
.AI4S_Closed_Loop_System .box .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: var(--r10);
}
.AI4S_Closed_Loop_System .box .img p {
  overflow: hidden;
  border-radius: var(--r10);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.AI4S_Closed_Loop_System .box .img p.active {
  opacity: 1;
}
.AI4S_Closed_Loop_System .box .img p img {
  width: 100%;
  height: 100%;
}
.AI4S_Closed_Loop_System .box .main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.4rem;
  aspect-ratio: 640 / 640;
  z-index: 2;
  --gap: 0.3rem;
  --width: 0.54rem;
}
.AI4S_Closed_Loop_System .box .main .outer,
.AI4S_Closed_Loop_System .box .main .inner,
.AI4S_Closed_Loop_System .box .main .ruler,
.AI4S_Closed_Loop_System .box .main .bg,
.AI4S_Closed_Loop_System .box .main .circle {
  position: absolute;
  inset: 0;
  margin: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.AI4S_Closed_Loop_System .box .main .outer svg,
.AI4S_Closed_Loop_System .box .main .inner svg,
.AI4S_Closed_Loop_System .box .main .ruler svg,
.AI4S_Closed_Loop_System .box .main .bg svg,
.AI4S_Closed_Loop_System .box .main .circle svg {
  width: 100%;
  height: 100%;
}
.AI4S_Closed_Loop_System .box .main .inner {
  width: 4.54rem;
  height: 4.54rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.AI4S_Closed_Loop_System .box .main .ruler {
  width: 5.86rem;
  height: 5.86rem;
}
.AI4S_Closed_Loop_System .box .main .ruler svg {
  -webkit-animation: rotate360 60s linear infinite;
  animation: rotate360 60s linear infinite;
}
.AI4S_Closed_Loop_System .box .main .bg {
  width: calc(100% - var(--gap));
  height: calc(100% - var(--gap));
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--width)), #000 calc(100% - var(--width)));
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--width)), #000 calc(100% - var(--width)));
}
.AI4S_Closed_Loop_System .box .main .circle {
  width: 100%;
  z-index: 3;
}
.AI4S_Closed_Loop_System .box .main .circle__canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.AI4S_Closed_Loop_System .box .main .circle__points {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.AI4S_Closed_Loop_System .box .main .circle__point {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
}
.AI4S_Closed_Loop_System .box .main .circle__point::before {
  content: '';
  position: absolute;
  inset: -0.16rem;
  border-radius: 50%;
}
.AI4S_Closed_Loop_System .box .main .circle__point--12 {
  top: 0;
  left: 50%;
}
.AI4S_Closed_Loop_System .box .main .circle__point--12 .circle__label {
  left: 50%;
  bottom: -webkit-calc(100.2%);
  bottom: calc(100% + 0.2rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.AI4S_Closed_Loop_System .box .main .circle__point--3 {
  top: 50%;
  left: 100%;
}
.AI4S_Closed_Loop_System .box .main .circle__point--3 .circle__label {
  left: -webkit-calc(100.24%);
  left: calc(100% + 0.24rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.AI4S_Closed_Loop_System .box .main .circle__point--6 {
  top: 100%;
  left: 50%;
}
.AI4S_Closed_Loop_System .box .main .circle__point--6 .circle__label {
  left: 50%;
  top: -webkit-calc(100.2%);
  top: calc(100% + 0.2rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.AI4S_Closed_Loop_System .box .main .circle__point--9 {
  top: 50%;
  left: 0;
}
.AI4S_Closed_Loop_System .box .main .circle__point--9 .circle__label {
  right: -webkit-calc(100.24%);
  right: calc(100% + 0.24rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.AI4S_Closed_Loop_System .box .main .circle__point.is-active .circle__dot {
  background: #C4171E;
  -webkit-box-shadow: 0 0 0 0.08rem #fff;
  box-shadow: 0 0 0 0.08rem #fff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.AI4S_Closed_Loop_System .box .main .circle__point.is-active .circle__label {
  opacity: 1;
}
.AI4S_Closed_Loop_System .box .main .circle__point:hover .circle__label {
  opacity: 1;
  color: #C4171E;
}
.AI4S_Closed_Loop_System .box .main .circle__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #B3B3B3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.6s, -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  transition: background 0.6s, -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  -o-transition: background 0.6s, box-shadow 0.6s, transform 0.6s;
  transition: background 0.6s, box-shadow 0.6s, transform 0.6s;
  transition: background 0.6s, box-shadow 0.6s, transform 0.6s, -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
}
.AI4S_Closed_Loop_System .box .main .circle__label {
  position: absolute;
  white-space: nowrap;
  color: #fff;
  font-size: var(--f20);
  line-height: 1.4;
  opacity: 0.7;
  -webkit-transition: 0.6s var(--ease);
  -o-transition: 0.6s var(--ease);
  transition: 0.6s var(--ease);
}
.AI4S_Closed_Loop_System .box .main .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  pointer-events: none;
}
.AI4S_Closed_Loop_System .box .main .text .item {
  text-align: center;
  display: none;
}
.AI4S_Closed_Loop_System .box .main .text .item.active {
  display: block;
}
.AI4S_Closed_Loop_System .box .main .text .item .icon {
  height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.AI4S_Closed_Loop_System .box .main .text .item .icon img {
  max-height: 100%;
  margin: auto;
}
.AI4S_Closed_Loop_System .box .main .text .item .wz {
  font-size: var(--f32);
  color: #fff;
  line-height: 1;
  margin-top: 0.14rem;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1500px) {
  .Application_Scene .box .item .icon img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .target_discovery .box .a .right {
    width: 11rem;
  }
  .target_discovery .flow .scroll .item .title .icon {
    left: -webkit-calc(-3.3rem / 0.4rem);
    left: calc(0.2rem * (0.5rem - 17px) / 0.4rem);
  }
  .AI4S_Closed_Loop_System .box .main {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  .Application_Scene .box .item {
    width: 3.26rem;
  }
  .footer_contaioner .box .boxLeft .logo a img {
    height: 34px;
  }
}
@media screen and (max-width: 1400px) {
  .Header_Container .box .lxwm a,
  .Header_Container .box nav .item > p a {
    font-size: 15px;
  }
  .Technology_03 .box .item {
    padding: 0.4rem 0.32rem 0.46rem;
  }
  .footer_contaioner .box .boxRight ul li a {
    width: 42px;
  }
}
@media screen and (max-width: 1281px) {
  .Technology_03 .box .item {
    padding: 0.4rem 0.36rem 0.46rem;
  }
  .target_discovery .box .a .right {
    width: 9.5rem;
  }
  .About_01 .box .boxRight {
    width: 8.3rem;
  }
  .About_01 .box .boxLeft {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .AI4S_Closed_Loop_System .box .img {
    aspect-ratio: 750/500;
  }
  .AI4S_Closed_Loop_System .box .main {
    -webkit-transform: translate(-50%, -50%) scale(0.72);
    -ms-transform: translate(-50%, -50%) scale(0.72);
    transform: translate(-50%, -50%) scale(0.72);
    --gap: 0.22rem;
    --width: 0.4rem;
  }
  .AI4S_Closed_Loop_System .box .main .circle__point {
    width: 8px;
    height: 8px;
  }
  .AI4S_Closed_Loop_System .box .main .circle__point--12 .circle__label {
    bottom: -webkit-calc(100.14%);
    bottom: calc(100% + 0.14rem);
  }
  .AI4S_Closed_Loop_System .box .main .circle__point--3 .circle__label {
    left: -webkit-calc(100.16%);
    left: calc(100% + 0.16rem);
  }
  .AI4S_Closed_Loop_System .box .main .circle__point--6 .circle__label {
    top: -webkit-calc(100.14%);
    top: calc(100% + 0.14rem);
  }
  .AI4S_Closed_Loop_System .box .main .circle__point--9 .circle__label {
    right: -webkit-calc(100.16%);
    right: calc(100% + 0.16rem);
  }
  .AI4S_Closed_Loop_System .box .main .circle__point.is-active .circle__dot {
    -webkit-box-shadow: 0 0 0 0.06rem #fff;
    box-shadow: 0 0 0 0.06rem #fff;
  }
  .AI4S_Closed_Loop_System .box .main .text .item .icon {
    height: 58px;
  }
  .AI4S_Closed_Loop_System .box .main .text .item .wz {
    margin-top: 0.1rem;
  }
  .footer_contaioner .box .boxRight ul li .ewm {
    width: 1.4rem;
  }
  .News_01 .box .item .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.5rem 0rem 0.3rem;
    width: 100%;
  }
  .News_01 .box .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .News_01 .box .item .left .content3 {
    margin-top: 0.3rem;
  }
  .News .box1 .item .content1,
  .News_01 .box .item .left .content1 {
    height: auto;
  }
  .About_02 .box .banner ul li {
    width: 2.6rem;
  }
  .Physics_AI_Platform .box .boxLeft {
    padding: 0.6rem 0.6rem 0 var(--interval);
  }
  .Physics_AI_Platform .box .boxLeft .desc {
    margin-top: 0.16rem;
    margin-bottom: 0.36rem;
  }
  .Physics_AI_Platform .box .boxLeft .list {
    bottom: 0.6rem;
  }
  .Physics_AI_Platform .box .boxLeft .list ul li,
  .Physics_AI_Platform .box .boxLeft .list ul a {
    margin-bottom: 0.14rem;
  }
  .Physics_AI_Platform .box .boxRight {
    aspect-ratio: 750/800;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 30px;
  }
  .Physics_AI .box .item {
    padding: 0.3rem 0.4rem 0.45rem;
  }
  .Technology_01 .box .item {
    padding: 0.5rem;
  }
  .Technology_02 .box .img {
    height: 6.4rem;
  }
  .Technology_02 .box .orientation {
    padding: 0.6rem 0.4rem;
  }
  .Technology_03 .box .item .img {
    height: 40px;
    margin-bottom: 0.46rem;
  }
  .Technology_05 .box {
    gap: 0.16rem;
  }
  .Technology_05 .box .item {
    aspect-ratio: auto;
    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;
  }
  .Technology_05 .box .item .img {
    height: auto;
    aspect-ratio: 845 / 480;
    padding: 0.24rem 0.24rem 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .Technology_05 .box .item .name {
    display: none;
  }
  .Technology_05 .box .item .info {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
    padding: 0.28rem 0.36rem 0.36rem;
    border-radius: 0;
    margin-top: auto;
    background: none;
  }
  .Technology_05 .box .item .info .list {
    padding-right: 0rem;
    gap: 2px 0.16rem;
  }
  .Technology_07 .box .item .boxLeft .desc {
    margin: 0.3rem 0 0.4rem;
  }
  .About_05 .box .boxLeft .x {
    margin: 0.4rem 0 0.5rem;
  }
  .Technology_07 .box .item,
  .About_01 .box,
  .About_03 .box,
  .About_05 .box,
  .News_detail .box {
    gap: 0.5rem;
  }
  .Technology_07 .box .item .boxLeft,
  .About_01 .box .boxLeft,
  .About_03 .box .boxLeft,
  .About_05 .box .boxLeft,
  .News_detail .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .Technology_07 .box .item .boxRight,
  .About_01 .box .boxRight,
  .About_03 .box .boxRight,
  .About_05 .box .boxRight,
  .News_detail .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    aspect-ratio: initial;
  }
  .About_03 .box .boxRight .earth {
    width: 60vw;
    height: 60vw;
    margin: auto;
  }
  .About_01 .box .boxLeft,
  .About_03 .box .boxLeft,
  .About_05 .box .boxLeft,
  .News_detail .box .boxLeft {
    padding-right: 0;
  }
  .target_discovery .box .a {
    padding: 0.6rem;
  }
  .target_discovery .box2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .target_discovery .box2 .item a figure {
    aspect-ratio: 850 / 490;
  }
  .target_discovery .box2 .item a figcaption {
    display: none;
  }
  .target_discovery .box2 .item a .orientation {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 0;
  }
  .target_discovery .box2 .item a .orientation .content2 {
    height: 3.25em;
    max-height: 3.25em;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .target_discovery .box1 .item a figcaption,
  .target_discovery .box2 .item a .orientation {
    padding: 0.4rem 0.3rem;
  }
  .About_01 .box .boxRight {
    aspect-ratio: 860/650;
  }
  .About_05 .box .boxLeft .ewm .pic {
    width: 1.44rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page {
    gap: 0.2rem;
  }
  .News_02 .box .item .info {
    padding: 0.3rem;
  }
  .News_detail .box .boxRight {
    padding-top: 0.3rem;
  }
  .News_detail .box .boxRight ul li a .content1 {
    height: auto;
  }
  .AI4S_Closed_Loop_System .desc,
  .Application_Scene .desc,
  .Technology_04 .right,
  .target_discovery .desc_w1 {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .Technology_01 .box,
  .News .box1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mt {
    margin-top: 0.46rem;
  }
  .Inner_Banner .orientation .content1 {
    font-size: 0.42rem;
  }
  .title_01,
  .Technology_01 .box .item .content1 {
    font-size: var(--f34);
  }
  .News_detail .box .boxLeft .content2 {
    font-size: var(--f28);
  }
  .News_detail .box .boxLeft .content2 br {
    display: none;
  }
  .News_01 .box .item .left .content1,
  .News .box1 .item .content1,
  .Physics_AI .box .item .one .content2 {
    font-size: var(--f26);
  }
  .News_01 .box .item .left .content1 br,
  .News .box1 .item .content1 br,
  .Physics_AI .box .item .one .content2 br {
    display: none;
  }
  .Application_Scene .desc,
  .AI4S_Closed_Loop_System .desc,
  .desc_w1 {
    font-size: var(--f20);
    width: 100%;
  }
  .Physics_AI_Platform .box .boxLeft .list ul li,
  .Physics_AI_Platform .box .boxLeft .list ul a,
  .Technology_01 .box .item .content2,
  .Technology_06 .box .boxRight ul li,
  .Technology_07 .box .item .boxLeft .desc,
  .About_01 .box .boxLeft .desc1,
  .About_03 .box .boxLeft .desc,
  .About_05 .box .boxLeft .ewm .txt p,
  .News_02 .box .item .info .content1,
  .News_detail .box .boxLeft .content4 .prev a,
  .News_detail .box .boxLeft .content4 .next a {
    font-size: 16px;
  }
  .Technology_03 .box .item .content2,
  .Technology_04 .box .item .content2 {
    font-size: 14px;
  }
  .Physics_AI_Platform .box .boxLeft .desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 24px;
  }
  .AI4S_Closed_Loop_System .box .img {
    aspect-ratio: 750 / 720;
  }
  .AI4S_Closed_Loop_System .box .main {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    --gap: 0.18rem;
    --width: 0.36rem;
  }
  .AI4S_Closed_Loop_System .box .main .circle__point {
    width: 12px;
    height: 12px;
  }
  .AI4S_Closed_Loop_System .box .main .circle__point::before {
    inset: -0.28rem;
  }
  .AI4S_Closed_Loop_System .box .main .circle__label {
    display: none;
  }
  .AI4S_Closed_Loop_System .box .main .text .item .icon {
    height: 48px;
  }
  .AI4S_Closed_Loop_System .box .main .text .item .wz {
    font-size: var(--f24);
    margin-top: 0.1rem;
  }
  .Physics_AI .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Physics_AI .box .item .one {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .Physics_AI .box .item .one .content2 {
    margin: 0;
  }
  .Physics_AI .box .item .one .content3,
  .Physics_AI .box .item .one .content4 {
    grid-column: 1 / -1;
  }
  .Physics_AI .box .item .one .content3 {
    margin-top: 0.24rem;
  }
  .Physics_AI_Platform .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
  .Physics_AI_Platform .box .boxLeft {
    width: 100%;
    padding: 0.5rem var(--interval) 0;
  }
  .Physics_AI_Platform .box .boxLeft .list {
    position: static;
    margin-top: 0.8rem;
    bottom: auto;
  }
  .Physics_AI_Platform .box .boxRight {
    width: 100%;
    aspect-ratio: 750 / 700;
  }
  .title_02 {
    font-size: var(--f26);
  }
  .About_02 .box .banner ul li {
    width: 2.9rem;
    height: 1.4rem;
  }
  .Application_Scene .box .item {
    width: 50vw;
  }
  .Application_Scene .box .item .btn {
    width: 40px;
  }
  .AI4S_Closed_Loop_System .box .main .circle__point.is-active .circle__dot {
    -webkit-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .link_01 .a {
    height: 34px;
    padding: 0 0.3rem;
  }
  .News_01 .box {
    padding: 0.3rem;
  }
  .footer_contaioner .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.4rem;
    padding: 0.5rem 0 0.4rem;
  }
  .footer_contaioner .box .boxLeft {
    width: 100%;
  }
  .footer_contaioner .box .boxLeft .logo {
    margin-bottom: 0.3rem;
  }
  .footer_contaioner .box .boxLeft .logo a img {
    height: 26px;
  }
  .footer_contaioner .box .boxLeft ul li {
    font-size: 15px;
  }
  .footer_contaioner .box .boxLeft ul li span {
    width: 22px;
  }
  .footer_contaioner .box .boxRight {
    width: 100%;
  }
  .footer_contaioner .box .boxRight ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer_contaioner .box .boxRight ul li a {
    width: 38px;
  }
  .footer_contaioner .box .boxRight form {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.24rem 0.3rem;
  }
  .footer_contaioner .box1 {
    font-size: 12px;
    padding: 0.2rem 0;
    line-height: 1.8;
  }
  .footer_contaioner .box1 .left {
    width: 100%;
  }
  .Physics_AI_Platform .box .boxLeft .list ul li,
  .Physics_AI_Platform .box .boxLeft .list ul a,
  .Technology_01 .box .item .content2,
  .Technology_06 .box .boxRight ul li,
  .Technology_07 .box .item .boxLeft .desc,
  .About_01 .box .boxLeft .desc1,
  .About_03 .box .boxLeft .desc,
  .About_05 .box .boxLeft .ewm .txt p,
  .News_02 .box .item .info .content1,
  .News_detail .box .boxLeft .content4 .prev a,
  .News_detail .box .boxLeft .content4 .next a {
    font-size: 14px;
  }
  .title_01,
  .Technology_01 .box .item .content1 {
    font-weight: var(--bold);
  }
  .Technology_02 {
    min-height: auto;
  }
  .Technology_02 .box {
    padding: 0 var(--interval);
    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;
    gap: 0.3rem;
  }
  .Technology_02 .box .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 970;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }
  .Technology_02 .box .orientation {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding: 0.4rem 0rem;
    background: #fff;
    border-radius: var(--r5);
  }
  .Technology_02 .box .orientation .mask {
    opacity: 1;
  }
  .Technology_02 .box .orientation .content1 {
    height: auto;
    font-weight: var(--bold);
  }
  .Technology_02 .box .orientation .content1 p {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .Technology_02 .box .orientation .content2,
  .Technology_02 .box .orientation .content3 {
    opacity: 1;
  }
  .Technology_02 .box .orientation .content2 {
    margin: 0.2rem 0 0.3rem;
    font-size: 13px;
    line-height: 1.7;
  }
  .Technology_03 .box .item .img {
    height: 32px;
  }
  .Technology_05 .box .item .info .list {
    margin-bottom: 0.34rem;
  }
  .Technology_05 .box .item .info .list li {
    font-size: 12px;
  }
  :root {
    --r10: 6px;
  }
  .layer_02 form .form-group input {
    height: 0.74rem;
  }
  .layer_02,
  .layer_01 {
    z-index: 81;
  }
  .layer_02 form .list5 p {
    line-height: 34px;
  }
  .Technology_02 .box .orientation .content1 p {
    font-size: var(--f36);
  }
  .layer_02 form .form-group label {
    font-size: 14px;
  }
  .layer_01 .layer_01__title {
    font-size: var(--f36);
    margin-bottom: 0.2rem;
  }
  .layer_01 .layer_01__model {
    font-size: var(--f24);
  }
  .layer_01 .layer_01__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .layer_01 .layer_01__table-wrap table {
    table-layout: fixed;
    width: 150%;
  }
  .layer_01 .layer_01__table-wrap th,
  .layer_01 .layer_01__table-wrap td {
    font-size: 12px !important;
    padding: 0.08rem 0.1rem;
    white-space: nowrap;
  }
  .layer_01 .layer_01__table-wrap th[scope="row"] {
    width: 1.4rem;
  }
  .layer_01 .close {
    top: 0.1rem;
    right: 0.1rem;
  }
  .layer_01 .box {
    padding: 0.5rem 0.4rem;
  }
  .layer_02 .close i,
  .layer_01 .close i {
    font-size: 22px;
  }
  .target_discovery .box .a {
    padding: 0.5rem 0.4rem;
  }
  .target_discovery .box .a .right {
    width: 100%;
  }
  .target_discovery .box1 .item a figcaption .content2 {
    font-size: 11px;
  }
  .target_discovery .more p {
    min-width: 2.2rem;
    line-height: 0.6rem;
  }
  .About_01 .box .boxRight .play i {
    font-size: 0.8rem;
  }
  .About_02 .box .banner ul li img {
    max-width: 70%;
    max-height: 70%;
  }
  .About_03 .box .boxRight .earth {
    width: 80vw;
    height: 80vw;
  }
  .About_04 .swiper {
    padding: 0 1px;
  }
  .About_05 .box .boxLeft .info .item a,
  .About_05 .box .boxLeft .info .item span {
    font-size: 15px;
  }
  .About_05 .box .boxLeft .ewm .pic {
    width: 1.8rem;
  }
  .About_05 .box .boxRight {
    padding-top: 0.5rem;
  }
  .About_05 .box .boxRight form .form-row {
    grid-template-columns: 1fr;
    gap: 0.3rem 0.2rem;
  }
  .About_05 .box .boxRight form .form-group input {
    height: 36px;
  }
  .About_05 .box .boxRight form .form-group textarea {
    min-height: 2rem;
  }
  .About_05 .box .boxRight form .list5 p {
    line-height: 36px;
  }
  .pu_page .prev a,
  .pu_page .next a {
    width: 36px;
  }
}
/*# sourceMappingURL=./style.css.map */