:root {
  --swiper-theme-color: #08206e;
  --bold: 500;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #08206e;
  --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;
  --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;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --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.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --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;
    --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);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #08206e;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #08206e 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,
.swiper-button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
}
.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: #f7f7f7;
}
.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;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #08206e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #08206e;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #08206e;
}
.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: #08206e;
}
.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: #08206e;
}
.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: #08206e;
}
.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: #08206e;
}
.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: #08206e;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #08206e;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #08206e;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #08206e;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a img {
  height: 0.6rem;
}
.Header_Container .box .logo a .p2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.4rem;
}
.Header_Container .box nav .item > p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: #fff;
  line-height: var(--nav_height);
}
.Header_Container .box nav .item:hover .NavSelect {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: initial;
}
.Header_Container .box nav .item.active > p a {
  font-weight: bold;
}
.Header_Container .box nav .item1 {
  position: relative;
}
.Header_Container .box .language {
  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 .language a {
  font-size: var(--f20);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .language a svg {
  fill: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .seacrh {
  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: 0 0.25rem 0 0.4rem;
}
.Header_Container .box .seacrh p {
  cursor: pointer;
}
.Header_Container .box .seacrh svg {
  fill: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .lxwm {
  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.active,
.Header_Container.on,
.Header_Container.on1,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.active::before,
.Header_Container.on::before,
.Header_Container.on1::before,
.Header_Container.sticky::before {
  background: transparent;
}
.Header_Container.active .box .logo a .p1,
.Header_Container.on .box .logo a .p1,
.Header_Container.on1 .box .logo a .p1,
.Header_Container.sticky .box .logo a .p1 {
  opacity: 0;
}
.Header_Container.active .box .logo a .p2,
.Header_Container.on .box .logo a .p2,
.Header_Container.on1 .box .logo a .p2,
.Header_Container.sticky .box .logo a .p2 {
  opacity: 1;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a,
.Header_Container.on1 .box nav .item > p a,
.Header_Container.sticky .box nav .item > p a {
  color: #000;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.on .box nav .item:hover > p a,
.Header_Container.on1 .box nav .item:hover > p a,
.Header_Container.sticky .box nav .item:hover > p a {
  color: #08206e !important;
}
.Header_Container.active .box nav .item.active > p a,
.Header_Container.on .box nav .item.active > p a,
.Header_Container.on1 .box nav .item.active > p a,
.Header_Container.sticky .box nav .item.active > p a {
  color: #08206e;
}
.Header_Container.active .box .language a,
.Header_Container.on .box .language a,
.Header_Container.on1 .box .language a,
.Header_Container.sticky .box .language a {
  color: #000;
}
.Header_Container.active .box .language svg,
.Header_Container.on .box .language svg,
.Header_Container.on1 .box .language svg,
.Header_Container.sticky .box .language svg {
  fill: #000;
}
.Header_Container.active .box .language:hover,
.Header_Container.on .box .language:hover,
.Header_Container.on1 .box .language:hover,
.Header_Container.sticky .box .language:hover {
  color: #08206e;
}
.Header_Container.active .box .language:hover svg,
.Header_Container.on .box .language:hover svg,
.Header_Container.on1 .box .language:hover svg,
.Header_Container.sticky .box .language:hover svg {
  fill: #08206e;
}
.Header_Container.active .box .seacrh svg,
.Header_Container.on .box .seacrh svg,
.Header_Container.on1 .box .seacrh svg,
.Header_Container.sticky .box .seacrh svg {
  fill: #000;
}
.Header_Container.active .box .seacrh p:hover svg,
.Header_Container.on .box .seacrh p:hover svg,
.Header_Container.on1 .box .seacrh p:hover svg,
.Header_Container.sticky .box .seacrh p:hover svg {
  fill: #08206e;
}
.Header_Container.active .box .lxwm .button_link1 .a,
.Header_Container.on .box .lxwm .button_link1 .a,
.Header_Container.on1 .box .lxwm .button_link1 .a,
.Header_Container.sticky .box .lxwm .button_link1 .a {
  background: #08206e;
  color: #fff;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.mobile_search .input input {
  font-size: var(--f18);
}
.Select_01 {
  position: absolute;
  width: 100%;
  left: 0;
  top: var(--nav_height);
  background: #f7f7f7;
  min-height: 1rem;
  padding: 0.55rem 0.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Select_01.active {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: inherit;
}
.Select_01 .box_ .top_ .l {
  font-size: var(--f32);
  font-weight: var(--bold);
}
.Select_01 .box_ .top_ .r a {
  font-size: var(--f18);
  color: #fff;
  color: #08206e;
}
.Select_01 .box_ .top_ .r a i {
  font-size: var(--f16);
  margin-left: 6px;
}
.Select_01 .box_ .top_ .r a i {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.Select_01 .box_ .top_ .r a:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Select_01 .box_ .bot_ {
  margin-top: 0.35rem;
}
.Select_01 .box_ .bot_ .swiper-slide a figure {
  border-radius: 15px;
  overflow: hidden;
}
.Select_01 .box_ .bot_ .swiper-slide a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 .box_ .bot_ .swiper-slide a figcaption {
  margin-top: 0.15rem;
  font-size: var(--f20);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: var(--bold);
  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;
}
.Select_01 .box_ .bot_ .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Select_01 .box_ .bot_ .swiper-slide a:hover figcaption {
  color: #08206e;
}
.Control {
  margin-top: 0.36rem;
}
.Control .page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
}
.Control .page div {
  position: relative;
  height: 2px;
}
.Control .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #08206e;
}
.Control .page .swiper-pagination-progressbar {
  background: rgba(8, 32, 110, 0.1);
}
.Control .ml {
  margin-left: 0.1rem;
}
.banner_button .btn i {
  font-size: var(--f20);
  color: rgba(8, 32, 110, 0.3);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_button .btn i:hover {
  color: #08206e;
}
.Select_02 {
  position: absolute;
  width: 100%;
  left: 0;
  top: var(--nav_height);
  background: #f7f7f7;
  min-height: 1rem;
  --p: 0.75rem;
  --p1: 0.55rem;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Select_02.active {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: inherit;
}
.Select_02 .box_ .left_ {
  width: 4.3rem;
  background: #fff;
  padding-left: var(--interval);
  padding-top: var(--p);
  padding-bottom: var(--p1);
  padding-right: 1.2rem;
}
.Select_02 .box_ .left_ ul li {
  margin-bottom: 0.4rem;
}
.Select_02 .box_ .left_ ul li:last-child {
  margin-bottom: 0;
}
.Select_02 .box_ .left_ ul li a {
  font-size: var(--f20);
  padding-left: 32px;
  position: relative;
  color: #000;
}
.Select_02 .box_ .left_ ul li a svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Select_02 .box_ .left_ ul li a svg path {
  fill: #08206e;
}
.Select_02 .box_ .left_ ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.Select_02 .box_ .left_ ul li.active a {
  color: #08206e;
}
.Select_02 .box_ .right_ {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: var(--p1) var(--interval) var(--p1) 0.7rem;
}
.Select_02 .box_ .right_ .top_ .r a {
  font-size: var(--f18);
  color: #fff;
  color: #08206e;
}
.Select_02 .box_ .right_ .top_ .r a i {
  font-size: var(--f16);
  margin-left: 6px;
}
.Select_02 .box_ .right_ .top_ .r a i {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.Select_02 .box_ .right_ .top_ .r a:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Select_02 .box_ .right_ .bot_ {
  margin-top: 0.35rem;
}
.Select_02 .box_ .right_ .bot_ .item_ {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.45rem 0.2rem;
  display: none;
}
.Select_02 .box_ .right_ .bot_ .item_.active {
  display: grid;
}
.Select_02 .box_ .right_ .bot_ .item_ a figure {
  border-radius: 15px;
  overflow: hidden;
}
.Select_02 .box_ .right_ .bot_ .item_ a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 .box_ .right_ .bot_ .item_ a figcaption {
  margin-top: 0.15rem;
  font-size: var(--f20);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: var(--bold);
  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;
}
.Select_02 .box_ .right_ .bot_ .item_ a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Select_02 .box_ .right_ .bot_ .item_ a:hover figcaption {
  color: #08206e;
}
.NavSelect {
  position: absolute;
  left: 0%;
  background: #f7f7f7;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
}
.NavSelect ul {
  padding: 0rem 0.5rem;
  display: flex;
  justify-content: center;
}
.NavSelect ul li {
  padding: 0.3rem 0;
  margin: 0 0.2rem;
}
.NavSelect ul li a {
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NavSelect ul li a:hover {
  color: #08206e;
}
.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: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 5.8s;
  -o-transition: 5.8s;
  transition: 5.8s;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: 0.68rem;
  font-family: Arial;
  font-weight: bold;
  line-height: 1.2;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f44);
  line-height: 1.2;
  margin-top: 0.1rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  max-width: 7.1rem;
  font-size: var(--f22);
  line-height: 1.6;
  margin-top: 0.36rem;
}
.Home_Banner .banner .swiper-slide .orientation .content4 {
  margin-top: 0.72rem;
}
.Home_Banner .banner .swiper-slide .orientation .content5 {
  font-size: var(--f56);
  font-weight: var(--bold);
}
.Home_Banner .banner .swiper-slide-active picture img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  bottom: 0.64rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  background: #fff;
}
.Home_Banner .button_banner1 {
  position: absolute;
  left: 50%;
  bottom: 0.64rem;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.button_banner1 div {
  width: var(--line);
  height: var(--line);
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  opacity: 0.5;
}
.button_banner1 div i {
  margin: auto;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_banner1 .next {
  margin-left: var(--g);
}
.button_banner1.w div:hover {
  opacity: 1;
}
.button_banner2 div {
  width: var(--line);
  height: var(--line);
  border: 1px solid #08206e;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  opacity: 0.4;
}
.button_banner2 div i {
  margin: auto;
  color: #08206e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_banner2 .next {
  margin-left: var(--g);
}
.button_banner2.w div:hover {
  opacity: 1;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.button_link1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button_link1 .a {
  cursor: pointer;
  font-size: var(--f18);
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  line-height: var(--line);
  padding: 0 0.3rem;
  border-radius: var(--line);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link1 .a:hover {
  background: #fff;
  color: #08206e;
}
.button_link2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button_link2 .a {
  cursor: pointer;
  font-size: var(--f18);
  color: #08206e;
  border: 1px solid #08206e;
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  line-height: var(--line);
  padding: 0 0.3rem;
  border-radius: var(--line);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link2 .a:hover {
  background: #08206e;
  color: #fff;
}
.button_link3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button_link3 .a {
  cursor: pointer;
  font-size: var(--f18);
  color: #fff;
  background: #08206e;
  border: 1px solid #08206e;
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  line-height: var(--line);
  padding: 0 0.3rem;
  border-radius: var(--line);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link3 .a:hover {
  background: #08206e;
  color: #fff;
}
.button_link3.mr {
  margin-right: var(--g);
}
.title_1 .cont1 {
  font-size: var(--f58);
  font-weight: var(--bold);
  line-height: 1.1;
}
.title_1 .cont2 {
  font-size: var(--f22);
  color: #333;
  margin-top: 0.2rem;
}
.desc_01 {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.8;
}
.desc_02 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.more_link {
  font-size: var(--f18);
  color: #fff;
}
.more_link i {
  font-size: var(--f16);
  margin-left: 6px;
}
.Home_Product .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(0.2rem, 20px);
}
.Home_Product .box .item {
  position: relative;
  --l: 0.6rem;
  --t: 0.55rem;
}
.Home_Product .box .item .img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.Home_Product .box .item .img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Home_Product .box .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 2;
}
.Home_Product .box .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  z-index: 2;
}
.Home_Product .box .item .orientation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: var(--t) var(--l) 0;
  color: #fff;
}
.Home_Product .box .item .orientation .content1 {
  font-size: var(--f32);
}
.Home_Product .box .item .orientation .content2 {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.8;
  margin-top: 0.12rem;
}
.Home_Product .box .item .orientation .content3 {
  margin-top: 0.54rem;
  opacity: 0;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item .orientation .content3 div {
  margin-right: 0.36rem;
  text-align: center;
}
.Home_Product .box .item .orientation .content3 div figure {
  height: 0.48rem;
}
.Home_Product .box .item .orientation .content3 div figure img {
  max-height: 100%;
}
.Home_Product .box .item .orientation .content3 div figcaption {
  font-size: var(--f18);
  margin-top: 0.12rem;
}
.Home_Product .box .item .link {
  position: absolute;
  left: var(--l);
  bottom: 0.64rem;
  font-size: var(--f18);
  color: #fff;
}
.Home_Product .box .item .link i {
  font-size: var(--f16);
  margin-left: 6px;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .item:hover .img::before {
    opacity: 1;
  }
  .Home_Product .box .item:hover .img::after {
    opacity: 0;
  }
  .Home_Product .box .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Product .box .item:hover .orientation .content3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.Home_Solution {
  background: #01081e;
}
.Home_Solution .box {
  margin-top: 0.4rem;
}
.Home_Solution .box ul li {
  padding-right: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.Home_Solution .box ul li:last-child {
  padding-right: 0;
}
.Home_Solution .box ul li a {
  color: #b2b2b2;
  font-size: var(--f32);
  line-height: 1;
  padding-bottom: 0.2rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #fff;
}
.Home_Solution .box ul li a svg {
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Home_Solution .box ul li a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #fff;
}
.Home_Solution .box ul li a img {
  vertical-align: bottom;
  margin-right: 5px;
}
.Home_Solution .box ul li a:hover {
  color: #fff;
}
.Home_Solution .box ul .active a {
  color: #fff;
}
.Home_Solution .box ul .active a::after {
  width: 100%;
}
.Home_Solution .box1 {
  margin-top: 0.5rem;
}
.Home_Solution .box1 .item .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.Home_Solution .box1 .item .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box1 .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.Home_Solution .box1 .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0.4rem 0.3rem;
  color: #fff;
}
.Home_Solution .box1 .item .orientation .content1 {
  font-size: var(--f28);
}
.Home_Solution .box1 .item .orientation .content2 {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.8;
  margin-top: 0.1rem;
}
.Home_Solution .box1 .item .orientation .content3 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box1 .item .orientation .content3 i {
  font-size: var(--f16);
  margin-left: 6px;
}
@media screen and (min-width: 1200px) {
  .Home_Solution .box1 .item .orientation .content3 {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  .Home_Solution .box1 .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Solution .box1 .item:hover .orientation .content3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.m45 {
  margin-top: 0.45rem;
}
.Home_News {
  background: #f7f7f7;
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  --l: 0.4rem;
}
.Home_News .box .list {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
.Home_News .box .list figure {
  border-radius: 15px 15px 0 0;
}
.Home_News .box .list figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list figcaption {
  padding: 0.35rem var(--l);
}
.Home_News .box .list figcaption .content1 {
  font-size: var(--f22);
  color: #000;
  font-weight: var(--bold);
  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.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list figcaption .content2 {
  color: #666;
  font-size: var(--f18);
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.2rem;
}
.Home_News .box .list figcaption .content3 {
  font-size: var(--f18);
  color: #999;
  font-family: 'MR';
  margin-top: 0.32rem;
}
.Home_News .box .list figcaption .content3 img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.06rem;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .list:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_News .box .list:hover figcaption .content1 {
    color: #08206e;
  }
}
.Home_News .box .list1 {
  background: #fff;
  border-radius: 15px;
  padding: 0 var(--l);
}
.Home_News .box .list1 .scroll {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0.05rem 0;
}
.Home_News .box .list1 .scroll .hr {
  height: 1px;
  background: #ddd;
}
.Home_News .box .list1 .scroll .hr:last-child {
  display: none;
}
.Home_News .box .list1 .scroll .item a {
  padding: 0.35rem 0;
}
.Home_News .box .list1 .scroll .item a .content1 {
  font-size: var(--f22);
  color: #000;
  font-weight: var(--bold);
  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.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}
.Home_News .box .list1 .scroll .item a .content3 {
  font-size: var(--f18);
  color: #999;
  font-family: 'MR';
  margin-top: 0.32rem;
}
.Home_News .box .list1 .scroll .item a .content3 img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.06rem;
}
.Home_News .box .list1 .scroll .item:hover a .content1 {
  color: #08206e;
}
.Footer_container {
  background: #020b29;
  padding: 0.45rem 0 0;
}
.Footer_container .box .boxLeft .content1 img {
  height: 0.6rem;
}
.Footer_container .box .boxLeft .content2 {
  margin-top: 0.64rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.Footer_container .box .boxLeft .content2 figure img {
  width: 1.42rem;
}
.Footer_container .box .boxLeft .content2 figcaption {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.6;
  margin-top: 0.12rem;
}
.Footer_container .box .boxRight {
  width: 66%;
}
.Footer_container .box .boxRight .right_top .item .top {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.6;
}
.Footer_container .box .boxRight .right_top .item .bot {
  margin-top: 0.1rem;
}
.Footer_container .box .boxRight .right_top .item .bot a {
  font-family: 'MR';
  font-size: var(--f22);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box .boxRight .right_top .item .bot a:hover {
  opacity: 0.8;
}
.Footer_container .box .boxRight .right_bottom {
  margin-top: 0.78rem;
}
.Footer_container .box .boxRight .right_bottom .item .h5 {
  font-size: var(--f22);
}
.Footer_container .box .boxRight .right_bottom .item .h5 a {
  color: #fff;
}
.Footer_container .box .boxRight .right_bottom .item ul {
  margin-top: 0.38rem;
}
.Footer_container .box .boxRight .right_bottom .item ul li {
  margin-bottom: 0.16rem;
}
.Footer_container .box .boxRight .right_bottom .item ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box .boxRight .right_bottom .item ul li a:hover {
  opacity: 1;
}
.Footer_container .hr {
  height: 1px;
  background: #fff;
  opacity: 0.2;
  margin: 0.3rem 0 0;
}
.Footer_container .box1 {
  padding: 0.32rem 0;
}
.Footer_container .box1 .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_container .box1 .left ul li {
  margin-right: 0.45rem;
  position: relative;
}
.Footer_container .box1 .left ul li a p {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box1 .left ul li .ewm {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translate(-50%, 0) scale(0);
  -ms-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);
  width: 1.3rem;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.Footer_container .box1 .left ul li .ewm img {
  width: 100%;
}
.Footer_container .box1 .left ul li:hover p {
  opacity: 1;
}
.Footer_container .box1 .left ul li:hover .ewm {
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box1 .right {
  font-size: var(--f16);
}
.Footer_container .box1 .right span,
.Footer_container .box1 .right a {
  color: #fff;
  opacity: 0.6;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_container .box1 .right a {
  padding-left: 0.24rem;
}
.Footer_container .box1 .right a:hover {
  opacity: 1;
}
.Footer_container .box1 .right em {
  margin-left: 0.2rem;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .orientatin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  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;
}
.InnerBanner .orientatin .content1 {
  font-size: var(--f56);
  font-weight: var(--bold);
}
.Product_1 .box {
  display: grid;
  gap: 0.6rem;
}
.Product_1 .box .item a {
  border-radius: 0.15rem;
  overflow: hidden;
  background: #f7f7f7;
}
.Product_1 .box .item a .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.Product_1 .box .item a .boxLeft > div {
  width: 100%;
  padding: 0 0.8rem;
}
.Product_1 .box .item a .boxLeft > div .content1 {
  font-size: var(--f32);
  color: #000;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .item a .boxLeft > div .content2 {
  font-size: var(--f18);
  color: #333;
  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;
  height: auto;
  margin-top: 0.2rem;
}
.Product_1 .box .item a .boxLeft > div .content3 {
  margin-top: 0.64rem;
}
.Product_1 .box .item a .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}
.Product_1 .box .item a .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_1 .box .item a:hover .boxLeft .content1 {
    color: #08206e;
  }
  .Product_1 .box .item a:hover .boxLeft .content3 .a {
    background: #08206e;
    color: #fff;
  }
  .Product_1 .box .item a:hover .boxRight img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.Advertisement {
  position: relative;
}
.Advertisement .img img {
  width: 100%;
  min-height: 4rem;
}
.Advertisement .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Advertisement .orientation .content1 {
  font-size: var(--f40);
  font-weight: var(--bold);
  line-height: 1.4;
}
.Advertisement .orientation .content2 {
  margin-top: 0.32rem;
}
.mbx .box_ {
  font-size: var(--f18);
  color: #999;
  padding: 0.2rem 0;
}
.mbx .box_ a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.mbx .box_ a:hover {
  color: #fff;
}
.mbx .box_ em {
  margin: 0 0.08rem;
}
.Product_2 {
  background: #01081e;
  overflow: hidden;
}
.Product_2 .box {
  margin-top: 0.3rem;
}
.Product_2 .box .boxLeft {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.2rem;
}
.Product_2 .box .boxLeft .content1 {
  font-size: var(--f48);
  font-weight: var(--bold);
}
.Product_2 .box .boxLeft .content2 {
  color: #fff;
  line-height: 1.6;
  font-size: var(--f20);
  opacity: 0.8;
  margin-top: 0.2rem;
}
.Product_2 .box .boxLeft .content3 {
  color: #fff;
  margin-top: 0.26rem;
}
.Product_2 .box .boxLeft .content3 ul li {
  font-size: var(--f20);
  position: relative;
  padding-left: 0.25rem;
  margin-bottom: 0.08rem;
}
.Product_2 .box .boxLeft .content3 ul li:last-child {
  margin-bottom: 0;
}
.Product_2 .box .boxLeft .content3 ul li::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.Product_2 .box .boxLeft .content4 {
  margin-top: 0.64rem;
}
.Product_2 .box .boxRight {
  width: 51%;
}
.Product_2 .box .boxRight div {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.Product_2 .box .boxRight div img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_2 .box .boxRight div::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1200px) {
  .Product_2 .box .boxRight div:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.InnerNav {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .InnerNav.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--nav_height);
    z-index: 9;
  }
}
.InnerNav .box ul li {
  margin: 0 0.38rem;
}
.InnerNav .box ul li a {
  font-size: var(--f20);
  color: #000;
  padding: 0.25rem 0;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InnerNav .box ul li a:hover {
  color: #08206e;
}
.InnerNav .box ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #08206e;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InnerNav .box ul .active a {
  color: #08206e;
}
.InnerNav .box ul .active a::after {
  width: 100%;
}
.public_anchor {
  top: calc(var(--nav_height) * -1 - 0.7rem);
}
.f48 {
  font-size: var(--f48);
  font-weight: var(--bold);
  line-height: 1.2;
}
.f36 {
  font-size: var(--f36);
  font-weight: var(--bold);
  line-height: 1.2;
}
.bj {
  background: #eceff5;
}
.Product_3 {
  background: #eceff5;
}
.Product_3 .box .boxLeft {
  width: 4.6rem;
}
.Product_3 .box .boxLeft ul {
  --w: 0.7rem;
}
.Product_3 .box .boxLeft ul li {
  padding-bottom: 0.6rem;
  cursor: pointer;
  position: relative;
}
.Product_3 .box .boxLeft ul li::after {
  content: "";
  height: 100%;
  border-left: 2px dashed #08206e;
  top: 0;
  left: -webkit-calc(var(--w) / 2);
  left: calc(var(--w) / 2);
  position: absolute;
  opacity: 0.2;
}
.Product_3 .box .boxLeft ul li:last-child {
  padding-bottom: 0;
}
.Product_3 .box .boxLeft ul li .left {
  width: var(--w);
  height: var(--w);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(8, 32, 110, 0.03);
  box-shadow: 0px 0px 9.1px 0.9px rgba(8, 32, 110, 0.03);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.Product_3 .box .boxLeft ul li .left img,
.Product_3 .box .boxLeft ul li .left svg {
  margin: auto;
}
.Product_3 .box .boxLeft ul li .left path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #08206e;
}
.Product_3 .box .boxLeft ul li .right {
  font-size: var(--f24);
  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-weight: var(--bold);
  padding-left: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_3 .box .boxLeft ul li:hover .right {
    color: #08206e;
  }
}
.Product_3 .box .boxLeft ul .active .left {
  background: #08206e;
}
.Product_3 .box .boxLeft ul .active .left path {
  fill: #fff;
}
.Product_3 .box .boxLeft ul .active .right {
  color: #08206e;
}
.Product_3 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_3 .box .boxRight .item {
  display: none;
}
.Product_3 .box .boxRight .item.active {
  display: block;
}
.Product_3 .box .boxRight .item .content1 {
  font-size: var(--f36);
  font-weight: var(--bold);
  line-height: 1.2;
}
.Product_3 .box .boxRight .item .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  /*margin-top: 0.3rem;*/
   margin-bottom: 0.16rem;
}
.Product_3 .box .boxRight .item .content3 {
  /*margin-top: 0.5rem;*/
}
.Product_3 .box .boxRight .item .content3 .video {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.Product_3 .box .boxRight .item .content3 .video > img {
  width: 100%;
}
.Product_3 .box .boxRight .item .content3 .video .play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Product_3 .box .boxRight .item .content3 .video .play > img {
  width: 0.72rem;
  -webkit-animation: 3s yz infinite linear;
  animation: 3s yz infinite linear;
}
.Product_3 .box .boxRight .item .content3 .video .play p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Product_3 .box .boxRight .item .content3 .video .play p img {
  width: 0.22rem;
}
@-webkit-keyframes yz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes yz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.Product_4 .box {
  padding-left: var(--interval);
  padding-right: var(--interval);
  --j: 10px;
  --w1: 7.4rem;
  --w2: calc((100vw - (var(--w1) + var(--j) * 3) - var(--interval) * 2) / 3);
}
.Product_4 .box .scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_4 .box .scroll .item {
  margin-right: var(--j);
  width: var(--w2);
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_4 .box .scroll .item:last-child {
  margin-right: 0;
}
.Product_4 .box .scroll .item .img {
  border-radius: 0.15rem;
  overflow: hidden;
  width: var(--w1);
  position: relative;
}
.Product_4 .box .scroll .item .img img {
  width: 100%;
}
.Product_4 .box .scroll .item .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.Product_4 .box .scroll .item .orientation {
  position: absolute;
  left: 0%;
  bottom: 0.4rem;
  font-size: var(--f22);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 0 0.3rem;
  width: 100%;
}
.Product_4 .box .scroll .item .orientation1 {
  position: absolute;
  left: 1rem;
  bottom: 0.4rem;
  font-size: var(--f22);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.3rem;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .Product_4 .box .scroll .active {
    width: var(--w1);
  }
  .Product_4 .box .scroll .active .orientation {
    opacity: 0;
  }
  .Product_4 .box .scroll .active .orientation1 {
    opacity: 1;
    left: 0.45rem;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.Product_5 {
  background: #eceff5;
}
.Product_5 .box h5 {
  font-size: var(--f32);
  margin-bottom: 0.3rem;
  color: #000;
  margin-top: 0.45rem;
}
.Product_5 .box .desc {
  font-size: var(--f20);
  color: #666;
  line-height: 1.8;
}
.Product_5 .box .desc ul li {
  color: #000;
  padding-left: 0.25rem;
  position: relative;
}
.Product_5 .box .desc ul li::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #08206e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Product_5 .box .desc img {
  cursor: pointer;
}
.Product_5 .box .desc table {
  width: 12.34rem;
  margin-top: 0.22rem;
  max-width: 100% !important;
}
.Product_5 .box .desc table tr td {
  text-align: center;
  padding: 0.12rem 0;
  border: 1px solid #ccc;
}
.Product_5 .box .desc table tr td:first-child {
  /*color: #08206e;*/
}
.Product_5 .box .desc table tr:first-child td {
  background: #08206e;
  color: #fff;
}
.Product_6 .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.Product_6 .box {
  --h1: 1rem;
}
.Product_6 .box .swiper {
  height: calc(var(--h1) * 3 + 20px * 2);
}
.Product_6 .box .swiper .swiper-slide {
  height: var(--h1);
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_6 .box .swiper .swiper-slide img {
  margin: auto;
  max-height: 80%;
}
.Product_7 {
  background: #eceff5;
}
.Product_7 .box .swiper .swiper-slide .item figure {
  border-radius: 15px;
  overflow: hidden;
}
.Product_7 .box .swiper .swiper-slide .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_7 .box .swiper .swiper-slide .item figcaption {
  margin-top: 0.24rem;
}
.Product_7 .box .swiper .swiper-slide .item figcaption .content1 {
  font-size: var(--f28);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: var(--bold);
}
.Product_7 .box .swiper .swiper-slide .item figcaption .content2 {
  font-size: var(--f18);
  color: #fff;
  color: #08206e;
  margin-top: 0.24rem;
}
.Product_7 .box .swiper .swiper-slide .item figcaption .content2 i {
  font-size: var(--f16);
  margin-left: 6px;
}
.Product_7 .box .swiper .swiper-slide .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_7 .box .swiper .swiper-slide .item:hover figcaption .content1 {
  color: #08206e;
}
.InnerNav1 {
  background: #f7f7f7;
}
@media screen and (min-width: 1200px) {
  .InnerNav1.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--nav_height);
    z-index: 9;
  }
}
.InnerNav1 .box ul li {
  margin: 0 0.5rem;
}
.InnerNav1 .box ul li a {
  font-size: var(--f24);
  color: #000;
  padding: 0.25rem 0;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InnerNav1 .box ul li a img {
  margin-right: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InnerNav1 .box ul li a svg {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.InnerNav1 .box ul li a path {
  fill: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InnerNav1 .box ul li a:hover {
  color: #08206e;
}
.InnerNav1 .box ul li a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.InnerNav1 .box ul li a:hover path {
  fill: #08206e;
}
.InnerNav1 .box ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #08206e;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InnerNav1 .box ul .active a {
  color: #08206e;
}
.InnerNav1 .box ul .active a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.InnerNav1 .box ul .active a path {
  fill: #08206e;
}
.InnerNav1 .box ul .active a::after {
  width: 100%;
}
.Plan_1 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.3rem;
}
.Plan_1 .box .item a {
  border-radius: 15px;
  background: #f7f7f7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Plan_1 .box .item a figure {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.Plan_1 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Plan_1 .box .item a figcaption {
  padding: 0.35rem 0.4rem;
}
.Plan_1 .box .item a figcaption .content1 {
  font-size: var(--f28);
  font-weight: var(--bold);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.Plan_1 .box .item a figcaption .content2 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.Plan_1 .box .item a figcaption .content3 {
  font-size: var(--f18);
  color: #fff;
  color: #08206e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.36rem;
}
.Plan_1 .box .item a figcaption .content3 i {
  font-size: var(--f16);
  margin-left: 6px;
}
@media screen and (min-width: 1200px) {
  .Plan_1 .box .item a:hover {
    background: #08206e;
  }
  .Plan_1 .box .item a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Plan_1 .box .item a:hover figcaption .content1 {
    color: #fff;
  }
  .Plan_1 .box .item a:hover figcaption .content2 {
    color: #fff;
  }
  .Plan_1 .box .item a:hover figcaption .content3 {
    color: #fff;
  }
}
.Plan_2 {
  background: #eceff5;
}
.Plan_2 .box .desc h5 {
  font-size: var(--f36);
  font-weight: var(--bold);
  line-height: 1.2;
  margin-bottom: 0.34rem;
  margin-top: 0.64rem;
}
.Plan_2 .box .desc h5:first-child {
  margin-top: 0;
}
.Plan_2 .box .desc table {
  max-width: 100% !important;
}
.Plan_2 .box .desc img {
  cursor: pointer;
}
.Plan_3 .box .item a {
  border-radius: 15px;
  background: #f7f7f7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Plan_3 .box .item a figure {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.Plan_3 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Plan_3 .box .item a figcaption {
  padding: 0.35rem 0rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Plan_3 .box .item a figcaption .content1 {
  font-size: var(--f28);
  font-weight: var(--bold);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.Plan_3 .box .item a figcaption .content2 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.Plan_3 .box .item a figcaption .content3 {
  font-size: var(--f18);
  color: #fff;
  color: #08206e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.36rem;
}
.Plan_3 .box .item a figcaption .content3 i {
  font-size: var(--f16);
  margin-left: 6px;
}
@media screen and (min-width: 1200px) {
  .Plan_3 .box .item a:hover {
    background: #08206e;
  }
  .Plan_3 .box .item a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Plan_3 .box .item a:hover figcaption {
    padding: 0.35rem 0.4rem;
  }
  .Plan_3 .box .item a:hover figcaption .content1 {
    color: #fff;
  }
  .Plan_3 .box .item a:hover figcaption .content2 {
    color: #fff;
  }
  .Plan_3 .box .item a:hover figcaption .content3 {
    color: #fff;
  }
}
.News_1 .box .swiper {
  background: #fff;
}
.News_1 .box .swiper .swiper-slide a {
  padding: 0.4rem 0.5rem;
}
.News_1 .box .swiper .swiper-slide .boxLeft {
  width: 7rem;
}
.News_1 .box .swiper .swiper-slide .boxLeft p {
  overflow: hidden;
  border-radius: 15px;
}
.News_1 .box .swiper .swiper-slide .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper .swiper-slide .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.8rem;
}
.News_1 .box .swiper .swiper-slide .boxRight div {
  width: 100%;
}
.News_1 .box .swiper .swiper-slide .boxRight .content1 {
  font-size: var(--f18);
  color: #999;
  font-family: 'MR';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper .swiper-slide .boxRight .content1 img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.06rem;
}
.News_1 .box .swiper .swiper-slide .boxRight .content2 {
  font-weight: var(--bold);
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.2rem 0 0.3rem;
  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;
}
.News_1 .box .swiper .swiper-slide .boxRight .content3 {
  font-size: var(--f18);
  color: #666;
  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;
}
.News_1 .box .swiper .swiper-slide .boxRight .content4 {
  font-size: var(--f18);
  color: #fff;
  color: #08206e;
  margin-top: 0.64rem;
}
.News_1 .box .swiper .swiper-slide .boxRight .content4 i {
  font-size: var(--f16);
  margin-left: 6px;
}
.News_1 .box .swiper .swiper-slide:hover .boxLeft p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_1 .box .swiper .swiper-slide:hover .boxRight .content2 {
  color: #08206e;
}
.News_1 .page {
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}
.News_1 .page div {
  line-height: 1;
  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;
}
.News_1 .page div span {
  background: #08206e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box {
  display: grid;
  gap: 0.2rem;
}
.News_2 .box .item {
  background: #fff;
}
.News_2 .box .item a {
  padding: 0.4rem 0.6rem;
}
.News_2 .box .item a .content1 {
  font-size: var(--f18);
  color: #999;
  font-family: 'MR';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a .content1 img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.06rem;
}
.News_2 .box .item a .content2 {
  font-weight: var(--bold);
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.2rem 0 0.3rem;
  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;
}
.News_2 .box .item a .content3 {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_2 .box .item a:hover .content2 {
  color: #08206e;
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_page a {
  width: var(--line);
  height: var(--line);
  border-radius: var(--line);
  line-height: var(--line);
  color: #999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #999;
  text-align: center;
  margin: 0 5px;
  font-size: var(--f20);
  color: #999;
}
.pu_page a i {
  font-size: var(--f20);
}
.pu_page a:hover {
  color: #fff;
  background: #08206e;
}
.pu_page .active {
  color: #fff;
  background: #08206e;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px;
}
.Search_1 {
  margin-top: 0.7rem;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  font-weight: var(--bold);
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: 12rem;
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f18);
  border: 0;
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #08206e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.6rem;
  line-height: var(--line);
  border-radius: var(--line);
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #08206e;
}
.Search_2 .h5 {
  font-size: var(--f24);
}
.Search_2 .box {
  margin-top: 0.25rem;
  display: grid;
  gap: 0.2rem;
}
.Search_2 .box .item a {
  border-radius: 10px;
  padding: 0.22rem 0.6rem;
  padding-right: 2.5rem;
  position: relative;
  background: #f7f7f7;
}
.Search_2 .box .item a .content1 {
  font-size: var(--f18);
  color: #666;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.15rem;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f18);
  color: #fff;
  color: #08206e;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f16);
  margin-left: 6px;
}
.Search_2 .box .item a .content3 i {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a:hover .content2 {
  color: #08206e;
}
.Search_2 .box .item a:hover .content3 i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.News_3 {
  margin-top: 0.6rem;
}
.News_3 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.2rem;
}
.News_3 .box .boxLeft .content1 {
  font-size: var(--f48);
  line-height: 1.25;
  font-weight: var(--bold);
}
.News_3 .box .boxLeft .heng {
  margin: 0.48rem 0;
  height: 1px;
  background: #ddd;
}
.News_3 .box .boxLeft .content2 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #08206e;
}
.News_3 .box .boxLeft .content2 svg {
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_3 .box .boxLeft .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.News_3 .box .boxLeft .heng1 {
  margin: 0.6rem 0 0.4rem;
  height: 1px;
  background: #ddd;
}
.News_3 .box .boxLeft .content4 div a {
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.News_3 .box .boxLeft .content4 div a:hover {
  color: #08206e;
}
.News_3 .box .boxLeft .content4 .next {
  margin-top: 0.15rem;
}
.News_3 .box .boxRight {
  width: 4.2rem;
}
.News_3 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.News_3 .box .boxRight .sticky ul li {
  padding: 0.35rem 0;
  border-bottom: 1px solid #ddd;
}
.News_3 .box .boxRight .sticky ul li a .content1 {
  font-size: var(--f22);
  color: #000;
  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;
  font-weight: var(--bold);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}
.News_3 .box .boxRight .sticky ul li a .content2 {
  font-size: var(--f18);
  color: #999;
  font-family: 'MR';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.2rem;
}
.News_3 .box .boxRight .sticky ul li a .content2 img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.06rem;
}
.News_3 .box .boxRight .sticky ul li a:hover .content1 {
  color: #08206e;
}
.Contact_1 {
  background: #f7f7f7;
}
.Contact_1 .box .boxLeft {
  width: 7.45rem;
  padding-right: 0.5rem;
}
.Contact_1 .box .boxLeft .content1 {
  margin-top: 0.56rem;
}
.Contact_1 .box .boxLeft .content1 p {
  position: relative;
  font-size: var(--f20);
  color: #333;
  margin-bottom: 0.2rem;
  padding-left: 30px;
}
.Contact_1 .box .boxLeft .content1 p span {
  position: absolute;
  left: 0;
  top: -1px;
}
.Contact_1 .box .boxLeft .content2 {
  padding-top: 0.4rem;
}
.Contact_1 .box .boxLeft .content2 a {
  font-size: var(--f18);
  line-height: var(--line);
  border-radius: var(--line);
  border: 1px solid #08206e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #08206e;
  min-width: 1.6rem;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxLeft .content2 a svg {
  margin-left: 0.12rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  fill: #08206e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxLeft .content2 a:hover {
  background: #08206e;
  color: #fff;
}
.Contact_1 .box .boxLeft .content2 a:hover svg {
  fill: #fff;
}
.Contact_1 .box .boxLeft .content3 {
  margin-top: 0.86rem;
  text-align: center;
  display: flex;
}
.Contact_1 .box .boxLeft .content3 .img {
  position: relative;
  overflow: hidden;
}
.Contact_1 .box .boxLeft .content3 .img img {
  width: 1.32rem;
}
.Contact_1 .box .boxLeft .content3 .img p {
  position: absolute;
  left: 0;
  -webkit-animation: scanAnimation 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: scanAnimation 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.Contact_1 .box .boxLeft .content3 .text {
  font-size: var(--f18);
  margin-top: 0.1rem;
}
.Contact_1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Contact_1 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.56rem;
}
.Contact_1 .box .boxRight .list .item {
  position: relative;
  background: #fff;
  border-radius: 0.15rem;
}
.Contact_1 .box .boxRight .list .item input {
  background: none;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  height: 0.6rem;
  width: 100%;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .list .item input:focus {
  border-color: #08206e;
}
.Contact_1 .box .boxRight .list .item input:not(:placeholder-shown) + p {
  display: none;
}
.Contact_1 .box .boxRight .list .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #666;
}
.Contact_1 .box .boxRight .list .item p span {
  color: red;
}
.Contact_1 .box .boxRight .list1 {
  margin: 0.2rem 0 0;
}
.Contact_1 .box .boxRight .list1 .item {
  position: relative;
  background: #fff;
  border-radius: 0.15rem;
}
.Contact_1 .box .boxRight .list1 .item textarea {
  background: none;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 1.8rem;
  width: 100%;
  padding: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  resize: none;
}
.Contact_1 .box .boxRight .list1 .item textarea:focus {
  border-color: #08206e;
}
.Contact_1 .box .boxRight .list1 .item textarea:not(:placeholder-shown) + p {
  display: none;
}
.Contact_1 .box .boxRight .list1 .item p {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  font-size: var(--f16);
  color: #666;
}
.Contact_1 .box .boxRight .list1 .item p span {
  color: red;
}
.Contact_1 .box .boxRight .list2 {
  color: #000;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.Contact_1 .box .boxRight .list2 p {
  margin-left: 0.06rem;
}
.Contact_1 .box .boxRight .list2 p a {
  display: inline-block;
}
.Contact_1 .box .boxRight .list2 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #08206e !important;
  background-color: #08206e;
}
.Contact_1 .box .boxRight .list2 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #08206e;
}
.Contact_1 .box .boxRight .list2 .layui-form-checked[lay-skin=primary] i {
  background: #08206e;
}
.Contact_1 .box .boxRight .list2 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.Contact_1 .box .boxRight .list2 a {
  color: #08206e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box .boxRight .list2 a:hover {
  text-decoration: underline;
}
.Contact_1 .box .boxRight .list3 {
  margin-top: 0.45rem;
}
@-webkit-keyframes scanAnimation {
  0% {
    top: 0%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 105%;
    opacity: 1;
  }
}
@keyframes scanAnimation {
  0% {
    top: 0%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 105%;
    opacity: 1;
  }
}
.About_1 {
  position: relative;
}
.About_1 .img img {
  width: 100%;
}
.About_1 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.About_1 .orientation .desc {
  font-size: var(--f18);
  line-height: 2;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding-right: 6.4rem;
  max-height: -webkit-calc(20em);
  max-height: calc(2em * 10);
}
.About_1 .orientation .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_1 .orientation .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #08206e;
}
.About_1 .orientation .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_1 .orientation .desc {
    scrollbar-color: #08206e rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_1 .box {
  margin-top: 0.8rem;
}
.About_1 .box .item {
  margin-right: 1rem;
}
.About_1 .box .item .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.About_1 .box .item .left img {
  width: 0.5rem;
}
.About_1 .box .item .right {
  margin-left: 0.2rem;
}
.About_1 .box .item .right .top {
  color: #08206e;
  font-family: 'MB';
  line-height: 1;
  position: relative;
}
.About_1 .box .item .right .top span {
  font-size: var(--f48);
}
.About_1 .box .item .right .top .span1 {
  opacity: 0;
}
.About_1 .box .item .right .top .span2 {
  position: absolute;
  left: 0;
  top: 0;
}
.About_1 .box .item .right .top em {
  font-weight: bold;
}
.About_1 .box .item .right .bot {
  font-size: var(--f18);
  color: #161616;
  margin-top: 5px;
}
.About_2 {
  background: url(../images/img27.jpg) no-repeat 50% 50% / cover;
}
.About_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.65rem 0;
}
.About_2 .box .item {
  text-align: center;
  padding: 0.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.About_2 .box .item:last-child {
  border-right: none;
}
.About_2 .box .item figure img {
  height: 0.8rem;
}
.About_2 .box .item figcaption {
  font-size: var(--f24);
  color: #fff;
  margin-top: 0.28rem;
}
.About_3 {
  padding-bottom: 0.45rem;
  background: #f7f7f7;
}
.About_3 .box {
  padding: 0.8rem 1.5rem 0;
  position: relative;
}
.About_3 .box::after {
  content: '';
  display: block;
  clear: both;
}
.About_3 .box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.About_3 .box .item {
  width: 5.2rem;
  margin-bottom: 0.7rem;
  float: left;
}
.About_3 .box .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0.45rem;
}
.About_3 .box .item .content1 {
  font-family: 'MB';
  font-size: var(--f30);
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box .item .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin: 0.24rem 0;
  color: #666;
}
.About_3 .box .item .content3 p {
  border-radius: 15px;
  overflow: hidden;
}
.About_3 .box .item .content3 p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box .item:hover .content1 {
  color: #08206e;
}
.About_3 .box .item:hover .content3 p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_3 .box .item:nth-child(2n) {
  float: right;
}
.About_3 .box .item:nth-child(2) {
  margin-top: 1.6rem;
}
.About_4 .box .swiper {
  height: calc(var(--h1) * 2 + 20px);
}
.About_4 .box .swiper .swiper-slide {
  background: #f7f7f7;
}
.About_5 .box .boxLeft {
  width: 8rem;
}
.About_5 .box .boxLeft p {
  border-radius: 15px;
  overflow: hidden;
}
.About_5 .box .boxLeft p img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.About_5 .box .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_5 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.1rem;
}
.About_5 .box .boxRight > div {
  width: 100%;
}
.About_5 .box .boxRight ul {
  display: grid;
  gap: 0.14rem;
}
.About_5 .box .boxRight ul li {
  font-size: var(--f24);
}
.About_5 .box1 {
  margin-top: 0.75rem;
  overflow: hidden;
}
.About_5 .box1 .scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: identifier 10s linear infinite;
  animation: identifier 10s linear infinite;
}
.About_5 .box1 .scroll:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.About_5 .box1 .item {
  cursor: pointer;
  width: 3.9rem;
  background: #fff;
  border-radius: 15px;
  padding: 0.25rem 0.35rem;
  margin: 0 0.1rem;
}
.About_5 .box1 .item figure {
  height: 2.26rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_5 .box1 .item figure img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box1 .item figcaption {
  margin-top: 0.38rem;
  font-size: var(--f18);
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box1 .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_5 .box1 .item:hover figcaption {
  color: #08206e;
}
@-webkit-keyframes identifier {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes identifier {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1680px) {
  :root {
    --line: 45px;
  }
  .Footer_container .box1 .left ul li a p svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Product_3 .box .boxLeft ul li .left img,
  .Product_3 .box .boxLeft ul li .left svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Footer_container .hr {
    margin: 0.5rem 0 0;
  }
}
@media screen and (max-width: 1520px) {
  .Footer_container .box .boxRight {
    width: 72%;
  }
  .About_3 .box {
    padding: 0.8rem 1rem 0;
  }
  .layui-form-checkbox[lay-skin=primary] {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media screen and (max-width: 1400px) {
  :root {
    --line: 40px;
  }
  .Footer_container .box1 .left ul li a p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1281px) {
  :root {
    --line: 36px;
  }
  .Header_Container .box nav .item {
    padding: 0 0.3rem;
  }
  .Product_3 .box .boxLeft ul li .left img,
  .Product_3 .box .boxLeft ul li .left svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .pu_page a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 {
    min-width: 75%;
  }
  .Home_Banner .button_banner1 {
    bottom: 0.4rem;
  }
  .Home_Product .box .item .orientation .content3 {
    margin-top: 0.4rem;
    opacity: 1;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  .Home_Product .box .item .orientation .content3 div figure {
    height: 0.58rem;
  }
  .Home_Solution .box ul li {
    padding-right: 0.5rem;
  }
  .Home_Solution .box ul li a {
    font-size: var(--f24);
  }
  .Home_Solution .box ul li a svg {
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
  }
  .Home_News .box .list1 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .Footer_container .box .boxRight .right_bottom {
    display: none;
  }
  .Footer_container .box .boxRight {
    width: 56%;
  }
  .Footer_container .box .boxRight .right_top .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Footer_container .box1 .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Footer_container .box1 .right {
    width: 100%;
  }
  .Footer_container .box1 .right a {
    padding-left: 0;
    padding-right: 0.24rem;
    line-height: 2;
  }
  .Product_1 .box .item a .boxLeft > div {
    padding: 0.5rem 0.4rem;
  }
  .Product_1 .box .item a .boxRight {
    border-radius: 15px 15px 0 0;
  }
  .InnerNav .box ul li {
    margin: 0 0.3rem;
  }
  .Product_3 .box .boxLeft {
    width: 3.2rem;
  }
  .Product_4 .box {
    --w2: 44vw;
  }
  .Product_4 .box > div {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .Product_4 .box > div::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_4 .box > div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #08206e;
  }
  .Product_4 .box > div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Product_4 .box > div {
      scrollbar-color: #08206e rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Product_4 .box .scroll {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .InnerNav1 .box ul li a svg {
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
    margin-right: 5px;
  }
  .InnerNav1 .box ul li,
  .InnerNav .box ul li {
    margin: 0 0.25rem;
  }
  .Plan_1 .box {
    gap: 0.3rem 0.2rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 0.1rem;
  }
  .About_1 .orientation .desc {
    padding-right: 0;
  }
  .About_1 .img img {
    height: 6.8rem;
  }
  .About_1 .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3rem;
  }
  .About_1 .box .item {
    margin-right: 0;
  }
  .About_2 .box .item figure img {
    height: 0.7rem;
  }
  .About_2 .box {
    padding: 1rem 0;
  }
  .About_3 .box {
    padding: 0.8rem 0 0;
  }
  .About_3 .box .item {
    width: 4.2rem;
  }
  .About_5 .box1 .item {
    width: 5rem;
  }
  .Contact_1 .box .boxLeft .content3 .img img {
    width: 1.72rem;
  }
  .Contact_1 .box .boxLeft .content3 {
    margin-top: 0.36rem;
  }
  .Search_2 .box .item a {
    padding: 0.22rem 0.4rem;
    padding-right: 2rem;
  }
  .Search_2 .box .item a .content3 {
    right: 0.4rem;
  }
  .Search_1 .box .content2 form {
    width: 100%;
  }
  :root {
    --line: 40px;
  }
  .Product_1 .box .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .title_1 .cont1,
  .Home_Banner .banner .swiper-slide .orientation .content1,
  .Home_Banner .banner .swiper-slide .orientation .content5 {
    font-size: var(--f48);
  }
  .Advertisement .orientation .content1,
  .Product_2 .box .boxLeft .content1,
  .InnerBanner .orientatin .content1,
  .f48 {
    font-size: var(--f34);
  }
  .News_3 .box .boxLeft .content1,
  .f36,
  .Search_1 .box .content1 {
    font-size: var(--f30);
  }
  .Product_3 .box .boxRight .item .content1,
  .Product_5 .box h5,
  .Product_1 .box .item a .boxLeft > div .content1,
  .Plan_2 .box .desc h5,
  .News_1 .box .swiper .swiper-slide .boxRight .content2,
  .News_2 .box .item a .content2,
  .News_3 .box .boxRight .sticky ul li a .content1,
  .Home_News .box .list figcaption .content1,
  .Home_News .box .list1 .scroll .item a .content1,
  .Home_Product .box .item .orientation .content1,
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f28);
  }
  .About_5 .box .boxRight ul li,
  .Home_Banner .banner .swiper-slide .orientation .content3,
  .title_1 .cont2 {
    font-size: var(--f20);
  }
  .Product_5 .box .desc,
  .Product_3 .box .boxLeft ul li .right,
  .About_2 .box .item figcaption {
    font-size: var(--f18);
  }
  .Home_News .box,
  .Plan_1 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_Product .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_1 .box .item a .boxLeft,
  .Product_2 .box .boxLeft,
  .News_1 .box .swiper .swiper-slide .boxLeft,
  .About_5 .box .boxLeft,
  .News_3 .box .boxLeft,
  .Contact_1 .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Product_1 .box .item a .boxRight,
  .Product_2 .box .boxRight,
  .News_1 .box .swiper .swiper-slide .boxRight,
  .About_5 .box .boxRight,
  .News_3 .box .boxRight,
  .Contact_1 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Product_2 .box .boxLeft,
  .News_1 .box .swiper .swiper-slide .boxLeft,
  .News_3 .box .boxLeft,
  .About_5 .box .boxLeft,
  .Contact_1 .box .boxLeft {
    padding-right: 0;
  }
  .Product_2 .box .boxRight,
  .News_1 .box .swiper .swiper-slide .boxRight,
  .News_3 .box .boxRight,
  .About_5 .box .boxRight,
  .Contact_1 .box .boxRight {
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .News_3 .box .boxRight {
    margin-top: 1rem;
  }
  .public_anchor {
    top: calc(var(--nav_height) * -1);
  }
}
@media screen and (max-width: 699px) {
  .button_link1 .a,
  .button_link2 .a,
  .button_link3 .a {
    min-width: 2rem;
  }
  :root {
    --line: 36px;
  }
  .Home_Product .box .item {
    --l: 0.4rem;
    --t: 0.45rem;
  }
  .Home_Product .box .item .img img {
    min-height: 6rem;
  }
  .Home_Product .box .item .orientation .content3 div figure {
    height: 0.68rem;
  }
  .Home_Product .box .item .orientation .content2 {
    margin-top: 0.25rem;
  }
  .Home_Product .box .item .link {
    bottom: 0.3rem;
  }
  .Home_Solution .box ul li {
    margin-bottom: 0.5rem;
  }
  .Home_Solution .box {
    margin-top: 0.7rem;
  }
  .Home_Solution .box1 .item .orientation .content2 {
    margin-top: 0.2rem;
  }
  .Home_News .box,
  .Plan_1 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_News .box .list1 {
    grid-area: initial;
  }
  .Home_Solution .box ul li a::after {
    bottom: -3px;
  }
  .Footer_container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Footer_container .box .boxLeft {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
  .Footer_container .box .boxRight {
    width: 100%;
  }
  .Footer_container .box .boxLeft .content1 {
    display: none;
  }
  .Footer_container .box .boxLeft .content2 {
    margin: auto;
  }
  .Footer_container .box .boxLeft .content2 figure img {
    width: 1.92rem;
  }
  .Footer_container .box1 .right {
    font-size: var(--f14);
  }
  .Footer_container .box1 .left ul li a p svg {
    -webkit-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68);
  }
  .InnerBanner .img img {
    min-height: 4rem;
  }
  .Product_3 .box .boxLeft {
    width: 100%;
  }
  .Product_3 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.6rem;
  }
  .Product_3 .box .boxLeft ul {
    --w: 1rem;
  }
  .Product_4 .box {
    --w2: 72vw;
  }
  .Plan_1 .box .item a figcaption .content2,
  .Plan_3 .box .item a figcaption .content2 {
    margin-top: 0.25rem;
  }
  .News_1 .box .swiper .swiper-slide a {
    padding: 0.4rem;
  }
  .Product_3 .box .boxRight .item .content1,
  .Product_5 .box h5,
  .Product_1 .box .item a .boxLeft > div .content1,
  .Plan_2 .box .desc h5,
  .Home_Product .box .item .orientation .content1,
  .Home_Solution .box1 .item .orientation .content1,
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f30);
  }
  .Advertisement .orientation .content1,
  .Product_2 .box .boxLeft .content1,
  .InnerBanner .orientatin .content1,
  .f48 {
    font-size: var(--f30);
  }
  .News_1 .box .swiper .swiper-slide .boxRight .content2,
  .News_2 .box .item a .content2,
  .News_3 .box .boxRight .sticky ul li a .content1,
  .Home_News .box .list figcaption .content1,
  .Home_News .box .list1 .scroll .item a .content1,
  .Product_1 .box .item a .boxLeft > div .content1,
  .Product_5 .box h5,
  .Plan_2 .box .desc h5 {
    font-size: var(--f28);
  }
  .Product_3 .box .boxLeft ul li .right,
  .About_2 .box .item figcaption {
    font-size: var(--f22);
  }
  .Home_Solution .box ul li a,
  .InnerNav1 .box ul li a {
    font-size: var(--f20);
  }
  .InnerBanner .orientatin .content1 {
    font-size: var(--f54);
  }
  .Product_5 .box .desc table tr td {
    font-size: 12px;
  }
  .About_1 .img img {
    min-height: 11rem;
  }
  .About_1 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .About_2 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem 0;
  }
  .About_2 .box .item {
    border: 0;
  }
  .About_3 .box {
    padding-left: 0.5rem;
    padding-top: 0;
    margin-top: 0.8rem;
  }
  .About_3 .box::before {
    left: 0;
  }
  .About_3 .box .item {
    width: 100%;
  }
  .About_3 .box .item:nth-child(2) {
    margin-top: 0rem;
  }
  .Product_6 .box {
    --h1: 1.2rem;
  }
  .About_5 .box1 .item figure {
    height: 3rem;
  }
  .Contact_1 .box .boxLeft .content3 .img img {
    width: 2.3rem;
  }
  .Contact_1 .box .boxRight .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_1 .box .boxRight .list .item input {
    height: 0.8rem;
  }
  .layui-form-checkbox[lay-skin=primary] {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .Search_2 .box .item a .content3 {
    display: none;
  }
  .Search_2 .box .item a {
    padding: 0.2rem 0.3rem;
  }
  .News_2 .box .item a {
    padding: 0.4rem 0.4rem;
  }
  .About_1 .box .item .right .top span {
    font-size: var(--f56);
  }
  .About_5 .box1 .item {
    width: 4.5rem;
  }
}
/*# sourceMappingURL=./style.css.map */