:root {
  --swiper-theme-color: #0075C2;
  --bold: bold;
}
body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 0.8rem;
  --color: #0075C2;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --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;
    --f50: 0.5rem;
    --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;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}

.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
  background: #F6FBFC;
  z-index: 20;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #0075C2;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #0075C2 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f7f7f7;
}
.pt {
  padding-top: 1rem;
}
.pb {
  padding-bottom: 1rem;
}
.mt {
  margin-top: 0.64rem;
}
.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;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #0075C2;
}
.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: #0075C2;
  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: #0075C2;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}
.Search_1 .box .content1 span {
  color: #0075C2;
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: min(12rem, 100%);
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #0075C2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 1rem;
}
.Search_2 .box .item a {
  background: #f7f7f7;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #0075C2;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #0075C2;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}
.Search_2 .box .item a:hover .content2 {
  color: #0075C2;
}
.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: var(--f36);
  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: #0075C2;
}
.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: #0075C2;
}
.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: #0075C2;
}
.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: #0075C2;
}
.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: #0075C2;
}
.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: #0075C2;
}
.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: var(--f32);
  }
  .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: #0075C2;
}
.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 #0075C2;
}
.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: #0075C2;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a img {
  height: 31px;
}
.Header_Container .box .nav {
  margin-left: auto;
  margin-right: 0.8rem;
}
.Header_Container .box .nav .item {
  padding: 0 0.22rem;
  position: relative;
}
.Header_Container .box .nav .item > p {
  position: relative;
}
.Header_Container .box .nav .item > p a {
  font-size: 16px;
  color: #333;
  line-height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  /*font-weight: var(--bold);*/
}
.Header_Container .box .nav .item > p::before {
  content: '';
  width: 4px;
  height: 3px;
  background: #0075C2;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Header_Container .box .nav .item > p::after {
  content: '';
  width: -webkit-calc(92%);
  width: calc(100% - 8px);
  height: 3px;
  background: #0075C2;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Header_Container .box .nav .item:hover > p a {
  color: #0075C2;
}
.Header_Container .box .nav .item:hover .SelectNav1,
.Header_Container .box .nav .item:hover .SelectNav2,
.Header_Container .box .nav .item:hover .SelectNav3 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}
.Header_Container .box .nav .item.active > p a {
  color: #0075C2;
}
.Header_Container .box .nav .item.active > p::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Header_Container .box .nav .item.active > p::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Header_Container .box .search {
  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 .search svg {
  cursor: pointer;
}
.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;
  margin-left: 0.54rem;
}
.Header_Container .box .language a {
  line-height: 1;
  color: #231815;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f18);
}
.Header_Container .box .language a i {
  font-size: 12px;
  color: #0075C2;
  font-weight: bold;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
}
.Header_Container .box .language a:hover {
  color: #0075C2;
}
.Header_Container.active,
.Header_Container.sticky {
  -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.wy {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slogan {
  margin-left: 8px;
  transform: translateY(6px);
  position: relative;
}
.slogan svg {
  height: 17px;
}
.slogan svg path {
  opacity: 0;
}
.slogan .sloganSvg2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 1px;
  height: 16px;
}
@media screen and (max-width: 699px) {
  .slogan {
    transform: translateY(6px);
  }
  .slogan svg {
    height: 13px;
  }
  .slogan .sloganSvg2 {
    height: 12px;
  }
}
.SelectNav1 {
  width: 5.6rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  padding-top: 8px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.SelectNav1 ._box {
  background: #F6FBFC;
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
.SelectNav1 ._box ._left {
  width: 2.64rem;
  padding: 0.36rem 0.5rem;
  padding-right: 0 !important;
}
.SelectNav1 ._box ._left ._item {
  padding-right: 0.32rem;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._left ._item:last-child {
  margin-bottom: 0;
}
.SelectNav1 ._box ._left ._item a {
  padding-left: 0.14rem;
  cursor: default;
}
.SelectNav1 ._box ._left ._item a .icon {
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.SelectNav1 ._box ._left ._item a .icon img {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._left ._item a .icon .img1 {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.6;
}
.SelectNav1 ._box ._left ._item a .icon .img2 {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.SelectNav1 ._box ._left ._item a .name {
  height: 0.5rem;
  font-size: var(--f20);
  color: #231815;
  -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;
  line-height: 1.2;
  position: relative;
  padding-right: 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._left ._item a .name i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f14);
  color: #0075C2;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._left .active {
  background: #fff;
}
.SelectNav1 ._box ._left .active a .icon .img1 {
  opacity: 0;
}
.SelectNav1 ._box ._left .active a .icon .img2 {
  opacity: 1;
}
.SelectNav1 ._box ._left .active a .name {
  color: #0075C2;
}
.SelectNav1 ._box ._left .active a .name i {
  opacity: 1;
}
.SelectNav1 ._box ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 0.36rem 0.7rem 0.36rem 0.6rem;
  border-radius: 0 10px 10px 0;
}
.SelectNav1 ._box ._right ul {
  display: none;
}
.SelectNav1 ._box ._right ul li a {
  font-size: var(--f18);
  color: #000;
  line-height: 1.2;
  padding: 0.1rem 0.2rem 0.1rem 0;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._right ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f14);
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._right ul li a:hover {
  color: #0075C2;
}
.SelectNav1 ._box ._right ul li a:hover i {
  right: -6px;
}
.SelectNav1 ._box ._right ul .active a {
  color: #0075C2;
}
.SelectNav1 ._box ._right ul .active a i {
  color: #0075C2;
}
.SelectNav1 ._box ._right ul.active {
  display: block;
}
.SelectNav2 {
  width: 2.3rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  padding-top: 8px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.SelectNav2 ._box {
  background: #fff;
  border-radius: 10px;
  padding: 0.2rem 0.3rem 0.2rem 0.2rem;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
.SelectNav2 ._box ._item {
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav2 ._box ._item:last-child {
  margin-bottom: 0;
}
.SelectNav2 ._box ._item a {
  padding: 0.1rem 0;
}
.SelectNav2 ._box ._item a .icon {
  width: 45px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.SelectNav2 ._box ._item a .icon img {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav2 ._box ._item a .icon .img1 {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.5;
}
.SelectNav2 ._box ._item a .icon .img2 {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.SelectNav2 ._box ._item a .name {
  font-size: var(--f18);
  color: #231815;
  -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;
  line-height: 1.2;
  position: relative;
  padding-right: 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav2 ._box ._item a .name i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f14);
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav2 ._box ._item a:hover .icon .img1 {
  opacity: 0;
}
.SelectNav2 ._box ._item a:hover .icon .img2 {
  opacity: 1;
}
.SelectNav2 ._box ._item a:hover .name {
  color: #0075C2;
}
.SelectNav2 ._box ._item a:hover i {
  right: -6px;
}
.SelectNav2 ._box .active a .icon .img1 {
  opacity: 0;
}
.SelectNav2 ._box .active a .icon .img2 {
  opacity: 1;
}
.SelectNav2 ._box .active a .name {
  color: #0075C2;
}
.SelectNav2 ._box .active a .name i {
  color: #0075C2;
}
.SelectNav3 {
  width: 4rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  padding-top: 8px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.SelectNav3 ._box {
  background: #fff;
  padding: 0.3rem 0.6rem;
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
.SelectNav3 ._box ._item a .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 4px;
}
.SelectNav3 ._box ._item a .icon img {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav3 ._box ._item a .icon .img1 {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.5;
}
.SelectNav3 ._box ._item a .icon .img2 {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.SelectNav3 ._box ._item a .name {
  font-size: var(--f16);
  color: #231815;
  -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;
  line-height: 1.2;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav3 ._box ._item a:hover .icon .img1 {
  opacity: 0;
}
.SelectNav3 ._box ._item a:hover .icon .img2 {
  opacity: 1;
}
.SelectNav3 ._box ._item a:hover .name {
  color: #0075C2;
}
.SelectNav3 ._box ._item.active a .icon .img1 {
  opacity: 0;
}
.SelectNav3 ._box ._item.active a .icon .img2 {
  opacity: 1;
}
.SelectNav3 ._box ._item.active a .name {
  color: #0075C2;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: calc(100vh - var(--nav_height));
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 5rem;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  /*content: '';*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: 0.62rem;
  line-height: 1.2;
  margin-bottom: 0.36rem;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  z-index: 2;
}
.Home_Banner .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;
}
.Home_Banner .page div span {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 6px !important;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  background: #0075C2;
  opacity: 1;
}
.link_01 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.5rem;
  background: #0075C2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.25rem;
  font-size: var(--f16);
  color: #fff;
  cursor: pointer;
  min-width: 1.72rem;
  border: 1px solid #0075C2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform, box-shadow;
}
.link_01 .a i {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a p {
  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;
}
.link_01 .a:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.link_01 .a:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.link_01 .a:hover path {
  fill: #fff;
}
.link_02 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.5rem;
  border: 1px solid #0075C2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.25rem;
  font-size: var(--f16);
  color: #0075C2;
  cursor: pointer;
  min-width: 1.72rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform, box-shadow;
}
.link_02 .a i {
  font-size: var(--f16);
  color: #0075C2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a p {
  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;
}
.link_02 .a:hover {
  color: #fff;
  background: #0075C2;
  -webkit-box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.link_02 .a:hover i {
  color: #fff;
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.link_02 .a:hover path {
  fill: #fff;
}
.link_02.ml {
  margin-left: 0.2rem;
}
.link_03 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.5rem;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.25rem;
  font-size: var(--f16);
  color: #fff;
  cursor: pointer;
  min-width: 1.72rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform, box-shadow;
}
.link_03 .a i {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_03 .a p {
  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;
}
.link_03 .a:hover {
  color: #fff;
  background: #0075C2;
  border-color: #0075C2;
  -webkit-box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.link_03 .a:hover i {
  color: #fff;
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.link_03 .a:hover path {
  fill: #fff;
}
.link_04 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.5rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.25rem;
  font-size: var(--f16);
  color: #0075C2;
  cursor: pointer;
  min-width: 1.72rem;
  border: 1px solid #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform, box-shadow;
}
.link_04 .a i {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_04 .a path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_04 .a p {
  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;
}
.link_04 .a:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  box-shadow: 0 2px 5px rgba(0, 117, 194, 0.5);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.link_04 .a:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.link_04 .a:hover path {
  fill: #0075C2;
}
.link_04.mr {
  margin-right: 10px;
}
.f36 {
  font-size: var(--f36);
  font-weight: var(--bold);
  line-height: 1.1;
}
.Home_Product {
  overflow: hidden;
}
.Home_Product .box {
  margin-top: 0.8rem;
}
.Home_Product .box .swiper-slide .item {
  border-radius: 12px;
  overflow: hidden;
  height: 4.7rem;
  background: #F6FBFC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.5;
}
.Home_Product .box .swiper-slide .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img1.jpg) no-repeat center center / cover;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}
.Home_Product .box .swiper-slide .item > div {
  position: relative;
  z-index: 2;
}
.Home_Product .box .swiper-slide .item .left {
  width: 50%;
  padding-left: 0.6rem;
}
.Home_Product .box .swiper-slide .item .left .content1 {
  font-size: var(--f32);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper-slide .item .left .content2 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.1rem;
  line-height: 1.4;
}
.Home_Product .box .swiper-slide .item .left .content3 {
  font-size: var(--f16);
  color: #0075C2;
  margin-top: 0.42rem;
}
.Home_Product .box .swiper-slide .item .left .content3 i {
  font-size: var(--f14);
  margin-left: 5px;
}
.Home_Product .box .swiper-slide .item .right {
  width: 50%;
  text-align: center;
}
.Home_Product .box .swiper-slide .item .right img {
  max-width: 3.1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper-slide .item:hover .left .content1 {
  color: #0075C2;
}
.Home_Product .box .swiper-slide .item:hover .right img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_Product .box .swiper-slide-active .item {
  opacity: 1;
}
.Home_Product .box .swiper-slide-active .item:before {
  opacity: 1;
}
.line_page_container {
  margin-top: 0.7rem;
}
.line_page {
  width: 3.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.line_page > div {
  height: 3px !important;
  position: relative;
  background: #F3F3F3;
}
.page_button .prev,
.page_button .next {
  cursor: pointer;
  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;
}
.page_button .prev i,
.page_button .next i {
  font-size: var(--f20);
  color: #ccc;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.page_button .prev i:hover,
.page_button .next i:hover {
  color: #0075C2;
}
.page_button .ml {
  margin-left: 0.2rem;
}
.page_button .mr {
  margin-right: 0.2rem;
}
.Home_Industry {
  min-height: 9.7rem;
  background: url(../images/img3.jpg) no-repeat center center / cover;
  padding-top: 1.1rem;
}
.Home_Industry .box > .swiper .swiper-slide {
  padding: 0 var(--interval);
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft {
  width: 5rem;
  padding-right: 0.5rem;
  padding-top: 1.8rem;
  color: #fff;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content1 {
  font-size: var(--f48);
  line-height: 1.2;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content2 {
  margin-top: 0.3rem;
  font-size: var(--f30);
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.58rem;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 li {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-right: 0.4rem;
  font-size: var(--f24);
  padding-bottom: 0.1rem;
  position: relative;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 li::before {
  content: '';
  width: 4px;
  height: 3px;
  background: #0075C2;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 li::after {
  content: '';
  width: -webkit-calc(92%);
  width: calc(100% - 8px);
  height: 3px;
  background: #0075C2;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 li:hover {
  opacity: 1;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 .active {
  opacity: 1;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 .active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content3 .active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content4 {
  margin-top: 0.76rem;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content4 .link_01 {
  display: none;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxLeft .content4 .active {
  display: block;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content {
  display: none;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content.active {
  display: block;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item {
  width: 9.36rem;
  position: relative;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .img img {
  width: 100%;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .dot {
  position: absolute;
  width: 28px;
  height: 20px;
  border-radius: 28px;
  background: #fff;
  top: 0%;
  left: 0%;
  -webkit-box-shadow: 0px 0px 8px #3FB3FF;
  box-shadow: 0px 0px 8px #3FB3FF;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .dot i {
  width: 8px;
  height: 2px;
  background: #0075C2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: auto;
  position: relative;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .dot i::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0075C2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .dot:hover {
  background: #0075C2;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .dot:hover i {
  background: #fff;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .dot:hover i::after {
  background: #fff;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .active {
  background: #0075C2;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .active i {
  background: #fff;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item .list_dot .active i::after {
  background: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner {
  width: 2.36rem;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.2rem;
  display: none;
  box-shadow: 0px 0px 25px #0075C2;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner.active {
  display: block;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper {
  text-align: center;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide {
  min-height: 3rem;
  padding: 0.2rem 0.3rem 0;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide .con1 {
  font-size: var(--f18);
  color: #333;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide .con2 {
  font-size: var(--f18);
  color: #000;
  margin-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide .con3 {
  margin-top: 0.28rem;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide .con3 img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide:hover .con2 {
  color: #0075C2;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide:hover .con3 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .banner_page {
  position: absolute;
  bottom: 0.28rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .banner_page span {
  width: 8px;
  height: 8px;
}

.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot1 {
  top: 50%;
  left: 21.3%;
  display: none;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot2 {
  top: 53.7%;
  left: 31.2%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot3 {
  top: 42.9%;
  left: 34.6%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot4 {
  top: 52.6%;
  left: 41.8%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot5 {
  top: 55.4%;
  left: 48.1%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot6 {
  top: 63.8%;
  left: 48.4%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot7 {
  top: 44.3%;
  left: 55.3%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot8 {
  top: 60.6%;
  left: 62.2%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot9 {
  top: 55.4%;
  left: 73.1%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item .list_dot .dot10 {
  top: 40%;
  left: 82.9%;
}

.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot1 {
  top: 3.2%;
  left: 59.7%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot2 {
  top: 23.7%;
  left: 59.8%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot3 {
  top: 32%;
  left: 59.8%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot4 {
  top: 53.9%;
  left: 64.5%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot5 {
  top: 64.6%;
  left: 59.6%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot6 {
  top: 72.8%;
  left: 54.1%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot7 {
  top: 90.7%;
  left: 64%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot8 {
  top: 97%;
  left: 61.9%;
}
.Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_banner {
  right: -0.4rem;
}

.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot1 {
  left: 24.1%;
  top: 42.4%;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot2 {
  left: 29.5%;
  top: 40.4%;
  display: none;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot3 {
  left: 35.9%;
  top: 31.8%;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot4 {
  left: 33.6%;
  top: 42%;
   display: none;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot5 {
  left: 27.1%;
  top: 63.2%;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot6 {
  left: 40.1%;
  top: 57.4%;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot7 {
  left: 54.1%;
  top: 51%;
   display: none;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot8 {
  left: 45.8%;
  top: 68.3%;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot9 {
  left: 69.7%;
  top: 65.2%;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot10 {
  left: 77.2%;
  top: 60.6%;
}
.Home_Industry .box > .swiper .dkjj2 .item .boxRight .content .content_item .list_dot .dot11 {
  left: 48.5%;
  top: 63.1%;
}
.Home_Industry .box > .swiper .bdt2 .item .boxRight .content .content_item .list_dot .dot1 {
  left: 11.8%;
  top: 29%;
}
.Home_Industry .box > .swiper .bdt2 .item .boxRight .content .content_item .list_dot .dot2 {
  left: 26.6%;
  top: 30.7%;
}
.Home_Industry .box > .swiper .bdt2 .item .boxRight .content .content_item .list_dot .dot3 {
  left: 58.5%;
  top: 48.2%;
}
.Home_Industry .box > .swiper .bdt2 .item .boxRight .content .content_item .list_dot .dot4 {
  left: 58.5%;
  top: 27.2%;
}
.Home_Industry .box > .swiper .bdt2 .item .boxRight .content .content_item .list_dot .dot5 {
  left: 84.7%;
  top: 44.2%;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot1 {
  top: 14.1%;
  left: 56.5%;
  display: none;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot2 {
  top: 24.2%;
  left: 49%;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot3 {
  top: 34%;
  left: 65.2%;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot4 {
  top: 37.2%;
  left: 57.9%;
  display: none;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot5 {
  top: 45.8%;
  left: 47%;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot6 {
  top: 55.8%;
  left: 48.1%;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot7 {
  top: 70%;
  left: 61.7%;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_item .list_dot .dot8 {
  top: 93.8%;
  left: 51.1%;
}
.Home_Industry .box > .swiper .jqr2 .item .boxRight .content .content_banner {
  right: -0.4rem;
}

.Home_Industry .box > .swiper .gyzdh3 .item .boxRight .content .content_item .list_dot .dot1 {
  left: 36.7%;
  top: 18.9%;
}
.Home_Industry .box > .swiper .gyzdh3 .item .boxRight .content .content_item .list_dot .dot2 {
  left: 54.1%;
  top: 24.3%;
  display: none;
}
.Home_Industry .box > .swiper .gyzdh3 .item .boxRight .content .content_item .list_dot .dot3 {
  left: 70.4%;
  top: 40.3%;
}
.Home_Industry .box > .swiper .gyzdh3 .item .boxRight .content .content_item .list_dot .dot4 {
  left: 75.6%;
  top: 51%;
}
.Home_Industry .box > .swiper .gyzdh3 .item .boxRight .content .content_item .list_dot .dot5 {
  left: 38%;
  top: 74.1%;
}
.Home_Industry .box > .swiper .gyzdh3 .item .boxRight .content .content_banner {
  right: -0.4rem;
}

.Home_Industry .box1 {
  padding: 0 var(--interval);
  position: relative;
  margin-top: 0.1rem;
}
.Home_Industry .box1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.Home_Industry .box1 .swiper-slide {
  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;
  height: 1.34rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Industry .box1 .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Industry .box1 .swiper-slide::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-calc(88%);
  width: calc(100% - 12px);
  /*height: 2px;*/
  height: 0.04rem;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Industry .box1 .swiper-slide .li {
  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;
  opacity: 0.8;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.Home_Industry .box1 .swiper-slide .li .icon {
  width: 26px;
  margin-right: 10px;
}
.Home_Industry .box1 .swiper-slide .li .icon img {
  max-width: initial;
}
.Home_Industry .box1 .swiper-slide .li .text {
  /*font-size: var(--f24);*/
  font-size: var(--f26);
  color: #fff;
}
.Home_Industry .box1 .swiper-slide .li:hover {
  opacity: 1;
}
.Home_Industry .box1 .swiper-slide-thumb-active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Home_Industry .box1 .swiper-slide-thumb-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Home_Industry .box1 .swiper-slide-thumb-active .li {
  opacity: 1;
}
.Home_Industry .box1 .button .prev,
.Home_Industry .box1 .button .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.Home_Industry .box1 .button .prev i,
.Home_Industry .box1 .button .next i {
  color: #fff;
  font-size: var(--f20);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Industry .box1 .button .prev i:hover,
.Home_Industry .box1 .button .next i:hover {
  opacity: 1;
}
.Home_Industry .box1 .button .prev {
  left: 1rem;
}
.Home_Industry .box1 .button .next {
  right: 1rem;
}
.banner_page {
  z-index: 2;
}
.banner_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;
}
.banner_page div span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #E0E0E0;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 6px !important;
}
.banner_page div .swiper-pagination-bullet-active {
  background: #0075C2;
  opacity: 1;
}
.new_item .item {
  background: #F6FBFC;
  padding: 0.32rem 0.22rem 0.24rem;
  border-radius: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item .item .content1 {
  font-size: var(--f20);
  color: #333;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item .item .content2 {
  font-size: var(--f16);
  margin-top: 0.6rem;
}
.new_item .item .content2 span {
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item .item .content2 span i {
  font-size: var(--f14);
}
.new_item .item .content2 span:nth-child(2) {
  opacity: 0;
}
.new_item .item .content3 {
  margin-top: 0.36rem;
}
.new_item .item .content3 p {
  border-radius: 10px;
  overflow: hidden;
}
.new_item .item .content3 p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item .item:hover {
  background: #0075C2;
}
.new_item .item:hover .content1 {
  color: #fff;
}
.new_item .item:hover .content2 span {
  color: #fff;
}
.new_item .item:hover .content2 span:nth-child(2) {
  opacity: 1;
}
.new_item .item:hover .content3 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News {
  overflow: hidden;
}
.Home_News .box .item {
  background: #F6FBFC;
  padding: 0.32rem 0.22rem 0.24rem;
  border-radius: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item .content1 {
  font-size: var(--f20);
  color: #333;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item .content2 {
  font-size: var(--f16);
  margin-top: 0.6rem;
}
.Home_News .box .item .content2 span {
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item .content2 span i {
  font-size: var(--f14);
}
.Home_News .box .item .content2 span:nth-child(2) {
  opacity: 0;
}
.Home_News .box .item .content3 {
  margin-top: 0.36rem;
}
.Home_News .box .item .content3 p {
  border-radius: 10px;
  overflow: hidden;
}
.Home_News .box .item .content3 p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item:hover {
  background: #0075C2;
}
.Home_News .box .item:hover .content1 {
  color: #fff;
}
.Home_News .box .item:hover .content2 span {
  color: #fff;
}
.Home_News .box .item:hover .content2 span:nth-child(2) {
  opacity: 1;
}
.Home_News .box .item:hover .content3 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Footer_Container {
  --w: 8.4rem;
  background: #052438;
  position: relative;
}
.Footer_Container .slogan {
  transform: translateY(2px);
}
.Footer_Container .slogan svg path {
  fill: #fff;
}
@media screen and (max-width: 699px) {
  .Footer_Container .slogan {
    transform: translateY(4px);
  }
}
.Footer_Container .box {
  height: 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(227, 233, 237, 0.2);
}
.Footer_Container .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: flex-end;
}
.Footer_Container .box .boxLeft img {
  height: 39px;
}
.Footer_Container .box .boxRight {
  width: var(--w);
}
.Footer_Container .box .boxRight ul li a {
  font-size: var(--f20);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .boxRight ul li a:hover {
  color: #0075C2;
}
.Footer_Container .box1 {
  padding-top: 0.45rem;
  padding-bottom: 0.6rem;
}
.Footer_Container .box1 .boxLeft {
  padding-top: 0.55rem;
}
.Footer_Container .box1 .boxLeft .lx {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.2rem;
}
.Footer_Container .box1 .boxLeft .lx a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: 'MM';
  font-size: var(--f18);
}
.Footer_Container .box1 .boxLeft .lx span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Footer_Container .box1 .boxLeft .lx:last-child a {
  font-family: 'MM';
}
.Footer_Container .box1 .boxLeft .fx {
  margin-top: 0.54rem;
}
.Footer_Container .box1 .boxLeft .fx ul li {
  margin-right: 0.58rem;
  position: relative;
}
.Footer_Container .box1 .boxLeft .fx ul li a {
  cursor: pointer;
  height: 30px;
  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;
}
.Footer_Container .box1 .boxLeft .fx ul li a img {
  max-height: 0.3rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.6;
}
.Footer_Container .box1 .boxLeft .fx ul li .ewm {
  width: 1.2rem;
  padding: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  top: -webkit-calc(116%);
  top: calc(100% + 16px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #fff;
  border-radius: 4px;
}
.Footer_Container .box1 .boxLeft .fx ul li .ewm::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.Footer_Container .box1 .boxLeft .fx ul li .ewm img {
  width: 100%;
}
.Footer_Container .box1 .boxLeft .fx ul li:hover a img {
  opacity: 1;
}
.Footer_Container .box1 .boxLeft .fx ul li:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Footer_Container .box1 .boxRight {
  width: var(--w);
}
.Footer_Container .box1 .boxRight .title {
  font-size: var(--f22);
  color: #0075C2;
  margin-bottom: 0.35rem;
}
.Footer_Container .box1 .boxRight input,
.Footer_Container .box1 .boxRight textarea {
  font-size: var(--f16);
  height: 0.5rem;
  background: none;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  resize: none;
}
.Footer_Container .box1 .boxRight input::-webkit-input-placeholder,
.Footer_Container .box1 .boxRight textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.6s;
}
.Footer_Container .box1 .boxRight input::-moz-placeholder,
.Footer_Container .box1 .boxRight textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.6s;
}
.Footer_Container .box1 .boxRight input:-ms-input-placeholder,
.Footer_Container .box1 .boxRight textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.6s;
}
.Footer_Container .box1 .boxRight input::-ms-input-placeholder,
.Footer_Container .box1 .boxRight textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.6s;
}
.Footer_Container .box1 .boxRight input::placeholder,
.Footer_Container .box1 .boxRight textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.6s;
}
.Footer_Container .box1 .boxRight input:focus,
.Footer_Container .box1 .boxRight textarea:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.Footer_Container .box1 .boxRight input:hover,
.Footer_Container .box1 .boxRight textarea:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.Footer_Container .box1 .boxRight input:hover::placeholder,
.Footer_Container .box1 .boxRight textarea:hover::placeholder {
  color: #fff;
}
.Footer_Container .box1 .boxRight input:hover::-webkit-input-placeholder,
.Footer_Container .box1 .boxRight textarea:hover::-webkit-input-placeholder {
  color: #fff;
}
.Footer_Container .box1 .boxRight input:hover::-moz-placeholder,
.Footer_Container .box1 .boxRight textarea:hover::-moz-placeholder {
  color: #fff;
}
.Footer_Container .box1 .boxRight input:hover:-ms-input-placeholder,
.Footer_Container .box1 .boxRight textarea:hover:-ms-input-placeholder {
  color: #fff;
}
.Footer_Container .box1 .boxRight .form_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Footer_Container .box1 .boxRight .form_item .layui-input {
  padding-left: 0;
}
.Footer_Container .box1 .boxRight .form_item .layui-form-select dl {
  top: 100%;
}
.Footer_Container .box1 .boxRight .form_item .layui-form-selectup dl {
  top: auto;
  bottom: 100%;
}
.Footer_Container .box1 .boxRight .form_item1 {
  margin-top: 0.35rem;
}
.Footer_Container .box1 .boxRight .form_item1 textarea {
  height: 0.8rem;
}
.Footer_Container .box1 .boxRight .list4 {
  color: rgba(255, 255, 255, 0.5);
  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;
}
.Footer_Container .box1 .boxRight .list4 p {
  margin-left: 0.06rem;
}
.Footer_Container .box1 .boxRight .list4 p a {
  display: inline-block;
}
.Footer_Container .box1 .boxRight .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #fff !important;
  background: var(--gradient);
}
.Footer_Container .box1 .boxRight .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #fff;
}
.Footer_Container .box1 .boxRight .list4 .layui-form-checked[lay-skin=primary] i {
  background: #fff;
  color: #0075C2;
}
.Footer_Container .box1 .boxRight .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Footer_Container .box1 .boxRight .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.7);
}
.Footer_Container .box1 .boxRight .list4 a:hover {
  color: #fff;
}
.Footer_Container .box1 .boxRight .form_item2 {
  margin-top: 0.48rem;
}
.Footer_Container .box1 .boxRight .form_item2 label{
    width: fit-content;
    display: block;
}
.Footer_Container .wMain {
  position: relative;
  z-index: 3;
}
.Footer_Container .box2 {
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0;
}
.Footer_Container .box2 div span,
.Footer_Container .box2 div a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: var(--f18);
}
.Footer_Container .box2 div a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box2 div a:hover {
  color: #fff;
}
.Footer_Container .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0.08;
}
.InnerBanner {
  position: relative;
}
.InnerBanner img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.InnerBanner .orientation .content1 {
  font-size: var(--f58);
  line-height: 1;
}
.InnerBanner .orientation .content2 {
  font-size: var(--f24);
  margin-top: 0.18rem;
}
.InnerBanner .orientation .content3 {
  margin-top: 0.5rem;
}
.mbx {
  padding-top: 0.3rem;
}
.mbx .box {
  font-size: var(--f16);
}
.mbx .box a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mbx .box a:hover {
  color: #0075C2;
}
.mbx .box i {
  font-size: var(--f14);
  color: rgba(0, 0, 0, 0.4);
  padding: 0 2px;
}
.mbx .box span {
  color: #0075C2;
}
.f40 {
  font-size: var(--f40);
  line-height: 1.1;
  font-weight: var(--bold);
}
.Prodct_01 {
  margin-top: 0.8rem;
}
.Prodct_01 .box {
  margin-top: 0.4rem;
}
.Prodct_01 .box .boxLeft {
  width: 300px;
}
.Prodct_01 .box .boxLeft .sticky {
  /*background: #F6FBFC;*/
  background: rgba(0,0,0,0.02);
  min-height: 1rem;
  padding: 0 0.2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0.3rem;
}


.Prodct_01 .box .boxLeft .sticky .one_item {
  border-bottom: 1px solid #D9D9D9;
}
.Prodct_01 .box .boxLeft .sticky .one_item:last-child {
  border-bottom: none;
}
.Prodct_01 .box .boxLeft .sticky .one_item > a {
  font-size: var(--f18);
  color: #222;
  height: 0.72rem;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: 500;
}
.Prodct_01 .box .boxLeft .sticky .one_item > a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Prodct_01 .box .boxLeft .sticky .one_item > a.act {
  cursor: pointer !important;
}
.Prodct_01 .box .boxLeft .sticky .one_item > a:hover {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box {
  padding-left: 0.2rem;
  display: none;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box:last-child {
  padding-bottom: 0.2rem;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item > a {
  font-size: var(--f16);
  color: #222;
  height: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item > a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item > a.act {
  cursor: pointer !important;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item > a:hover {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box {
  padding-left: 0.3rem;
  display: none;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item > a {
  font-size: var(--f16);
  color: #222;
  height: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  font-weight: 500;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item > a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item > a.act {
  cursor: pointer !important;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item > a:hover {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item .four_box {
  padding-left: 0.3rem;
  display: none;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item .four_box .four_item > a {
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 0.4rem;
  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;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item .four_box .four_item > a.act {
  cursor: pointer !important;
}
.Prodct_01 .box .boxLeft .sticky .one_item .two_box .two_item .three_box .three_item .four_box .four_item:hover a {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item.active > a {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item.active > a i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
/*.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box {*/
/*  display: block;*/
/*}*/
.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box .two_item.active > a {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box .two_item.active > a i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box .two_item.active .three_box {
  display: block;
}
.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box .two_item.active .three_box .three_item.active > a {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box .two_item.active .three_box .three_item.active > a i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box .two_item.active .three_box .three_item.active .four_box {
  display: block;
}
.Prodct_01 .box .boxLeft .sticky .one_item.active .two_box .two_item.active .three_box .three_item.active .four_box .four_item.active > a {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item .on > a {
  color: #0075C2;
}
.Prodct_01 .box .boxLeft .sticky .one_item .on > a i {
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
  -ms-transform: translateY(-50%) rotate(0deg) !important;
  transform: translateY(-50%) rotate(0deg) !important;
}
.Prodct_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.86rem;
}
.Prodct_01 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:  0.2rem .42rem;
}
.Prodct_01 .box .boxRight #ajaxBox {
  position: sticky;
  position: -webkit-sticky;
  top: 0.5rem;
}


.jbs1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ACD5FA), to(#F6FBFE));
  background: -o-linear-gradient(top, #ACD5FA 0%, #F6FBFE 100%);
  background: linear-gradient(180deg, #ACD5FA 0%, #F6FBFE 100%);
}
.bjs {
  background: #F6FBFC;
}
.product_item {
  background: #F6FBFC;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
background: rgba(255, 255, 255, 0.02);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);

}
.product_item::after {
  /*content: '';*/
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: -webkit-gradient(linear, left top, left bottom, from(#ACD5FA), to(#F6FBFE));
  background: -o-linear-gradient(top, #ACD5FA 0%, #F6FBFE 100%);
  background: linear-gradient(180deg, #ACD5FA 0%, #F6FBFE 100%);
}
.product_item a {
  position: relative;
  padding: 0.34rem 0.3rem 0.24rem;
  z-index: 2;
}
.product_item a figure {
  height: 172px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_item a figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.product_item a figcaption {
  margin-top: 0.66rem;
  text-align: center;
}
.product_item a figcaption .content1 {
  font-size: var(--f18);
  color: #222;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.4;
}
.product_item a figcaption .content1 + .content1 {
  color: #000;
  font-weight: 500;
  margin-top: 2px;
}
.product_item a figcaption .content2 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.15rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: none;
}
.product_item a .more {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  width: 100%;
  text-align: center;
  font-size: var(--f16);
  color: #0075C2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 2;
  opacity: 0;
  display: none;
  transform: translateY(0.2rem);
}
.product_item a .more i {
  font-size: var(--f14);
  margin-left: 5px;
}
.product_item:hover::after {
  opacity: 1;
}
.product_item:hover a figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product_item:hover a figcaption .content1{
    color: var(--color);
}
.product_item:hover a figcaption .content2 {
  transform: translateY(-0.1rem);
  opacity: 0;
}
.product_item:hover a .more {
  transform: translateY(0);
  opacity: 1;
}
.Prodct_01 .product_item a figcaption .content2 br {
  display: none;
}
.pu_page {
  margin-top: 0.6rem;
  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: 0.5rem;
  height: 0.5rem;
  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;
}
.pu_page .prev a,
.pu_page .next a {
  border: 1px solid #0075C2;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: var(--f16);
  color: #0075C2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #0075C2;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0.4rem;
}
.pu_page .number a {
  width: auto;
  font-size: var(--f18);
  font-family: 'MM';
  color: #B8B8B8;
  margin: 0 0.16rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 3px;
  border-bottom: 2px solid transparent;
}
.pu_page .number a:hover {
  color: #0075C2;
}
.pu_page .number .active {
  color: #000;
  border-color: #0075C2;
}
.Prodct_02 .box {
  border-radius: 10px;
  overflow: hidden;
}
.Prodct_02 .box > img {
  width: 100%;
}
.Prodct_02 .box .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Prodct_02 .box .orientation .item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  cursor: pointer;
}
.Prodct_02 .box .orientation .item > div {
  width: 100%;
  text-align: center;
}
.Prodct_02 .box .orientation .item > div .content1 p {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Prodct_02 .box .orientation .item > div .content1 p svg,
.Prodct_02 .box .orientation .item > div .content1 p img {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Prodct_02 .box .orientation .item > div .content1 p .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0;
}
.Prodct_02 .box .orientation .item > div .content2 {
  font-size: var(--f30);
  margin-top: 0.42rem;
  color: #000;
}
.Prodct_02 .box .orientation .item > div .content3 {
  margin-top: 0.24rem;
}
.Prodct_02 .box .orientation .item > div .content3 p {
  font-size: var(--f16);
  color: #0075C2;
}
.Prodct_02 .box .orientation .item > div .content3 p i {
  font-size: 14px;
  margin-left: 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Prodct_02 .box .orientation .item > div .content3 p:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Prodct_02 .box .orientation .item > div:hover .content1 p {
  background: #0075C2;
}
.Prodct_02 .box .orientation .item > div:hover .content1 p .img1 {
  opacity: 0;
}
.Prodct_02 .box .orientation .item > div:hover .content1 p .img2 {
  opacity: 1;
}
.Prodct_02 .box .orientation .item:last-child::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1.88rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
}
.jbs {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.96%, #F6FBFC), to(rgba(246, 251, 252, 0)));
  background: -o-linear-gradient(top, #F6FBFC 50.96%, rgba(246, 251, 252, 0) 100%);
  background: linear-gradient(180deg, #F6FBFC 50.96%, rgba(246, 251, 252, 0) 100%);
}
.Prodct_03 .box {
  position: relative;
}
.Prodct_03 .box .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: 'MB';
  font-size: 2.6rem;
  line-height: 1;
  color: #231815;
  opacity: 0.1;
}
.Prodct_03 .box .title span {
  font-size: 60%;
}
.Prodct_03 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  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;
}
.Prodct_03 .box .boxLeft .sticky {
  background: #fff;
  padding: 0.4rem 0.5rem 0.7rem;
  width: 92.5%;
}
@media screen and (min-width: 1200px) {
  .Prodct_03 .box .boxLeft .sticky {
    pointer-events: none;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
  }
}
.Prodct_03 .box .boxLeft .sticky .content1 {
  font-size: 0.6rem;
  line-height: 1;
}
.Prodct_03 .box .boxLeft .sticky .content1 span {
  font-size: 60%;
}
.Prodct_03 .box .boxLeft .sticky .content2 {
  color: #7e7e7e;
  font-size: var(--f42);
  line-height: 1;
  margin-top: 0.18rem;
}
.Prodct_03 .box .boxLeft .sticky .content3 {
  margin-top: 0.6rem;
}
.Prodct_03 .box .boxLeft .sticky .content3 p {
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 15px;
  line-height: 1.7;
}
.Prodct_03 .box .boxLeft .sticky .content3 p::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0075C2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Prodct_03 .box .boxLeft .sticky .content4 {
  margin-top: 0.9rem;
}
.Prodct_03 .box .boxRight {
  height: calc(100dvh - var(--nav_height) - 0.54rem);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  z-index: 2;
  will-change: transform;
}
@media screen and (min-width: 1200px) {
  .Prodct_03 .box .boxRight {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.Prodct_03 .box .boxRight p {
  margin: auto;
}
.Prodct_03 .box .boxRight p img {
  max-width: 5.05rem;
}
.Prodct_04 .box .boxLeft {
  width: 2.5rem;
}
.Prodct_04 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0.8rem;
}
.Prodct_04 .box .boxLeft .sticky ul {
  border-left: 1px solid #D9D9D9;
}
.Prodct_04 .box .boxLeft .sticky ul li {
  margin-bottom: 0.16rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Prodct_04 .box .boxLeft .sticky ul li:last-child {
  margin-bottom: 0;
}
.Prodct_04 .box .boxLeft .sticky ul li a {
  font-size: var(--f18);
  height: 32px;
  padding-left: 18px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  color: #666;
}
.Prodct_04 .box .boxLeft .sticky ul li a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #0075C2;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.Prodct_04 .box .boxLeft .sticky ul li a::after {
  content: '';
  width: 2px;
  height: -webkit-calc(96%);
  height: calc(100% - 4px);
  background: #0075C2;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.Prodct_04 .box .boxLeft .sticky ul li a:hover {
  color: #0075C2;
}
.Prodct_04 .box .boxLeft .sticky ul li.active a::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.Prodct_04 .box .boxLeft .sticky ul li.active a::after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.Prodct_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m50 {
  margin-top: 0.5rem;
}
.params_01 .table-wrapper {
  width: 100%;
}
.params_01 table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.3rem;
}
.params_01 table:last-child {
  margin-bottom: 0;
}
.params_01 table th,
.params_01 table td {
  padding: 12px 15px;
  border: 1px solid #dfdfdf;
  text-align: left;
  line-height: 1.5;
  font-size: var(--f16);
}
.params_01 table tr {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.params_01 table tr:first-child {
  background: rgba(0, 117, 194, 0.12) !important;
}
.params_01 table tr:first-child td {
  color: #000;
  white-space: nowrap;
}
.params_01 table tr:first-child td:nth-child(1) {
  width: 20%;
}
.params_01 table tr:first-child td:nth-child(2) {
  width: 25%;
}
.params_01 table tr:first-child td:nth-child(n+3) {
  text-align: left;
  color: #333;
}
.params_01 table tr:hover {
  background-color: #f9f9f9;
}
.params_02 {
  margin-top: 1rem;
}
.params_02 .scroll .img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.params_02 .scroll .img p {
  border: 1px solid #dfdfdf;
  text-align: center;
}
.params_03 {
  margin-top: 1rem;
}
.params_03 .scroll .img {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
}
.params_03 .scroll .img p {
  border: 1px solid #dfdfdf;
  padding: 0.34rem;
  text-align: center;
}
.Prodct_05 {
  background: #F6FBFC;
  overflow: hidden;
}
.Prodct_05 .box {
  padding-left: 250px;
}
.Prodct_05 .box .swiper .item a {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.Prodct_05 .box .swiper .item a > img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Prodct_05 .box .swiper .item a .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.24rem;
  z-index: 2;
  font-size: var(--f20);
  color: #fff;
  padding: 0 0.26rem;
}
.Prodct_05 .box .swiper .item a .orientation svg,
.Prodct_05 .box .swiper .item a .orientation img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Prodct_05 .box .swiper .item a:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ApplicationBanner {
  position: relative;
}
.ApplicationBanner picture img {
  width: 100%;
}
.ApplicationBanner .orientation {
  top: 2.7rem;
  position: absolute;
  right: 0;
}
.ApplicationBanner .orientation > .box {
  position: relative;
}
.ApplicationBanner .orientation > .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.ApplicationBanner .orientation > .box ul li {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-right: 0.4rem;
  font-size: var(--f24);
  position: relative;
}
.ApplicationBanner .orientation > .box ul li a {
  color: #fff;
  padding-bottom: 0.1rem;
}
.ApplicationBanner .orientation > .box ul li::before {
  content: '';
  width: 4px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.ApplicationBanner .orientation > .box ul li::after {
  content: '';
  width: -webkit-calc(92%);
  width: calc(100% - 8px);
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.ApplicationBanner .orientation > .box ul li:hover {
  opacity: 1;
}
.ApplicationBanner .orientation > .box ul .active {
  opacity: 1;
}
.ApplicationBanner .orientation > .box ul .active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.ApplicationBanner .orientation > .box ul .active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.ApplicationBanner .orientation > .box .content1 {
  font-size: var(--f40);
  color: #fff;
  line-height: 1;
}
.ApplicationBanner .orientation > .box .content2 {
  margin-top: 0.6rem;
}
.ApplicationBanner .mbx {
  position: absolute;
  left: 0;
  top: 0;
}
.ApplicationBanner .mbx a {
  color: #fff !important;
  opacity: 0.4;
}
.ApplicationBanner .mbx a:hover {
  opacity: 1;
}
.ApplicationBanner .mbx i {
  color: #fff;
  opacity: 0.4;
}
.ApplicationBanner .mbx span {
  color: #fff;
}

.App53 .mbx a,
.App53 .mbx i{
    color: #898989 !important;
}
.App53 .mbx span{
    color: var(--color) !important;
}
.App53 .orientation > .box .content1{
    color: var(--color);
}
.App53 .orientation > .box ul li{
    opacity: 1;
}

.App53 .orientation > .box ul li a{
    color: #898989;
}
.App53 .orientation > .box ul li.active a{
    color: var(--color) ;
}
.App53 .orientation > .box ul li::before,
.App53 .orientation > .box ul li::after{
    background:var(--color);
}




.App53 .orientation,
.App54 .orientation {
  top: 2rem;
  /*width: 56.8%;*/
  width: 100%;
  padding-left: var(--interval);
}
.App49 .orientation{
  width: 100%;
  padding-left: var(--interval);
  top: 1.84rem;
}

/*.App49 .orientation,*/
.App51 .orientation,
.App52 .orientation {
  top: 1rem;
  width: 36.1%;
}
.App50 .orientation {
  top: 0.85rem;
  width: 34.4%;
}
.Application_01 .box {
  margin-top: 0.36rem;
}
.Application_01 .box .list {
  margin-bottom: 0.6rem;
}
.Application_01 .box .list:last-child {
  margin-bottom: 0;
}
.Application_01 .box .list .title {
  font-size: var(--f26);
  padding-top: 0.25rem;
  line-height: 1;
  border-top: 1px solid #DFDFDF;
  margin-bottom: 0.26rem;
}
.Application_01 .box .list .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Application_01 .box .list .content .item {
  border-radius: 10px;
  padding: 0.4rem 0.35rem;
  background: #F6FBFC;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}
.Application_01 .box .list .content .item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ACD5FA), to(#F6FBFE));
  background: -o-linear-gradient(top, #ACD5FA 0%, #F6FBFE 100%);
  background: linear-gradient(180deg, #ACD5FA 0%, #F6FBFE 100%);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_01 .box .list .content .item .left {
  position: relative;
  z-index: 2;
  width: 1.9rem;
  padding-right: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Application_01 .box .list .content .item .left img {
  margin: auto;
  max-height: 1.2rem;
}
.Application_01 .box .list .content .item .right {
  position: relative;
  z-index: 2;
  -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;
  color: #000;
}
.Application_01 .box .list .content .item .right > div {
  width: 100%;
  line-height: 1.6;
}
.Application_01 .box .list .content .item .right .content1 {
  font-size: var(--f18);
}
.Application_01 .box .list .content .item .right .content2 {
  font-size: var(--f18);
}
.Application_01 .box .list .content .item .right .content3 {
  margin-top: 0.25rem;
}
.Application_01 .box .list .content .item .right .content3 p {
  width: 20px;
  height: 20px;
  background: #0075C2;
  border-radius: 50%;
  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;
  -webkit-box-shadow: 0px 0px 6px #3FB3FF;
  box-shadow: 0px 0px 6px #3FB3FF;
  font-size: 12px;
  color: #fff;
}
.Application_01 .box .list .content .item:hover::after {
  opacity: 1;
}
.Application_02 {
  overflow: hidden;
}
.Application_02 .box .swiper-slide {
  height: auto;
}
.Application_02 .box .item {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_02 .box .item figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Application_02 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_02 .box .item figcaption {
  padding: 0.15rem 0.3rem 0.35rem;
}
.Application_02 .box .item figcaption .content1 {
  font-size: var(--f20);
  color: #231815;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: var(--bold);
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Application_02 .box .item figcaption .content2 {
  margin-top: 0.2rem;
  color: #666;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_02 .box .item figcaption .content3 {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_02 .box .item:hover {
  background: #0075C2;
}
.Application_02 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Application_02 .box .item:hover figcaption .content1 {
  color: #fff;
}
.Application_02 .box .item:hover figcaption .content3,
.Application_02 .box .item:hover figcaption .content2 {
  color: #fff;
}
.Application_03 {
  overflow: hidden;
}
.Application_03 .box .item {
  background: #F6FBFC;
  height: 1.02rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_03 .box .item img {
  margin: auto;
}
.cbNav {
  position: fixed;
  left: 0.18rem;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.cbNav.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.cbNav ul {
  border-left: 1px solid #D9D9D9;
}
.cbNav ul li {
  margin-bottom: 0.16rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.cbNav ul li:last-child {
  margin-bottom: 0;
}
.cbNav ul li a {
  font-size: var(--f18);
  height: 32px;
  padding-left: 18px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  color: #666;
}
.cbNav ul li a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #0075C2;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.cbNav ul li a::after {
  content: '';
  width: 2px;
  height: -webkit-calc(96%);
  height: calc(100% - 4px);
  background: #0075C2;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.cbNav ul li a:hover {
  color: #0075C2;
}
.cbNav ul li.active a::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.cbNav ul li.active a::after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.Case_01 .box {
  position: relative;
}
.Case_01 .box .item {
  background: #F6FBFC;
  border-radius: 10px;
}
.Case_01 .box .item .boxLeft {
  width: 7.73rem;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.Case_01 .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_01 .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.66rem 1rem 0 0.8rem;
}
.Case_01 .box .item .boxRight .content1 {
  font-size: var(--f20);
  color: #0075C2;
}
.Case_01 .box .item .boxRight .content2 {
  font-size: var(--f32);
  color: #000;
  height: 1.4em;
  max-height: 1.4em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.17rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_01 .box .item .boxRight .content3 {
  font-size: var(--f18);
  margin-top: 0.4rem;
  color: #666;
  height: 6.8em;
  max-height: 6.8em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Case_01 .box .item .boxRight .content4 {
  margin-top: 0.75rem;
}
.Case_01 .box .item .boxRight .content4 {
  font-size: var(--f16);
  color: #0075C2;
}
.Case_01 .box .item .boxRight .content4 i {
  font-size: var(--f14);
  margin-left: 5px;
}
.Case_01 .box .item:hover .boxRight .content2 {
  color: #0075C2;
}
.Case_01 .box .item:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_01 .box .page_dot {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 0.64rem;
}
.page_dot div span {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  margin: 0 6px !important;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.page_dot div .swiper-pagination-bullet-active {
  background: #0075C2;
}
.InnerNav .box ul li {
  padding: 0 0.3rem;
}
.InnerNav .box ul li a {
  font-size: var(--f24);
  color: #231815;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  padding-bottom: 0.13rem;
}
.InnerNav .box ul li a::before {
  content: '';
  width: 4px;
  height: 3px;
  background: #0075C2;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.InnerNav .box ul li a::after {
  content: '';
  width: -webkit-calc(92%);
  width: calc(100% - 8px);
  height: 3px;
  background: #0075C2;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.InnerNav .box ul li a:hover {
  color: #0075C2;
}
.InnerNav .box ul .active a {
  color: #0075C2;
}
.InnerNav .box ul .active a::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.InnerNav .box ul .active a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Case_02 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Case_02 .box .item {
  border-radius: 10px;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #F6FBFC;
}
.Case_02 .box .item figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Case_02 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_02 .box .item figcaption {
  padding: 0.35rem 0.3rem;
}
.Case_02 .box .item figcaption .content1 {
  font-size: var(--f20);
  color: #231815;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  font-weight: var(--bold);
}
.Case_02 .box .item figcaption .content2 {
  margin-top: 0.2rem;
  color: #666;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_02 .box .item figcaption .content3 {
  margin-top: 0.25rem;
  color: #0075C2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_02 .box .item figcaption .content3 i {
  font-size: var(--f14);
  margin-left: 5px;
}
.Case_02 .box .item:hover {
  background: #0075C2;
}
.Case_02 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_02 .box .item:hover figcaption .content1 {
  color: #fff;
}
.Case_02 .box .item:hover figcaption .content2 {
  color: #fff;
}
.Case_02 .box .item:hover figcaption .content3 {
  color: #fff;
}
.Case_03 .box {
  padding: 1rem 0 0.7rem;
}
.Case_03 .box .content1 {
  font-size: var(--f40);
  line-height: 1;
  font-weight: var(--bold);
}
.Case_03 .box .content2 {
  margin-top: 0.4rem;
}
.Case_03 .box .content3 {
  font-family: 'MSB';
  font-size: var(--f18);
  color: #0075C2;
  margin-top: 0.15rem;
}
.Case_04 .title {
  font-size: var(--f32);
  margin-bottom: 0.22rem;
  font-weight: var(--bold);
}
.Case_04 .box .boxLeft {
  width: 10rem;
}
.Case_04 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.6rem;
}
.Case_04 .box .boxLeft .desc img,
.Case_04 .box .boxLeft .desc video {
  width: auto !important;
  height: auto !important;
}
.Case_04 .box .boxLeft .banner .swiper{
    padding: 2px;
}
.Case_04 .box .boxLeft .banner .product_item a {
  padding: 0.5rem 0.4rem 0.2rem;
}
.Case_04 .box .boxLeft .banner .product_item a figcaption {
  margin-top: 0.2rem;
}
.Case_04 .box .boxLeft .banner .product_item a figcaption .content1 {
  font-size: var(--f20);
}
.Case_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.3rem;
  padding-top: 0.1rem;
}
.Case_04 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0.3rem;
}
.Case_04 .box .boxRight .sticky ul li {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-bottom: 1px solid #dfdfdf;
}
.Case_04 .box .boxRight .sticky ul li a {
  padding: 0.25rem 0 0.35rem;
}
.Case_04 .box .boxRight .sticky ul li a .tips {
  font-size: var(--f16);
  color: #0075C2;
}
.Case_04 .box .boxRight .sticky ul li a .name {
  font-size: var(--f20);
  margin-top: 0.16rem;
  height: 4.5em;
  max-height: 4.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  color: #231815;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_04 .box .boxRight .sticky ul li:hover {
  border-color: #0075C2;
  padding-left: 0.1rem;
}
.fanye {
  margin-top: 1rem;
  padding-top: 0.6rem;
  border-top: 1px solid #dfdfdf;
}
.fanye .left {
  max-width: 70%;
}
.fanye .left div a {
  font-size: var(--f18);
  color: #666;
  height: 2em;
  max-height: 2em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.fanye .left div a:hover {
  color: #0075C2;
}
.fanye .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service {
  position: relative;
  background: url(../images/img31.png) no-repeat 50% 50% / cover;
}
.service::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  z-index: -1;
  background: url(../images/img31.png) no-repeat 50% 50% / cover;
}
.Service_01 .box .scroll .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 8px;
  position: relative;
  border: 1px solid #dfdfdf;
}
.Service_01 .box .scroll .list::before {
  content: '';
  height: 4.6rem;
  width: 15.18rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/img32.png) no-repeat 50% 50% / cover;
  pointer-events: none;
}
.Service_01 .box .scroll .list .item {
  position: relative;
  border-right: 1px solid #dfdfdf;
}
.Service_01 .box .scroll .list .item:last-child {
  border-right: none;
}
.Service_01 .box .scroll .list .item .one {
  height: 4.6rem;
  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: 0 0.3rem;
  position: relative;
  z-index: 3;
}
.Service_01 .box .scroll .list .item .one > div {
  width: 100%;
  text-align: center;
}
.Service_01 .box .scroll .list .item .one .content1 p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Service_01 .box .scroll .list .item .one .content1 p img {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  max-height: 0.64rem;
}
.Service_01 .box .scroll .list .item .one .content1 p .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Service_01 .box .scroll .list .item .one .content2 {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: var(--bold);
  margin-top: 0.4rem;
}
.Service_01 .box .scroll .list .item .one .content3 {
  display: grid;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: left;
  grid-template-rows: 0fr;
}
.Service_01 .box .scroll .list .item .one .content3 > div {
  min-height: 0;
}
.Service_01 .box .scroll .list .item .one .content3 .scr {
  font-size: var(--f16);
  max-height: -webkit-calc(20.8em);
  max-height: calc(1.6em * 8 + 8px);
  color: #fff;
}
.Service_01 .box .scroll .list .item .one .content3 .scr p {
  margin-bottom: 8px;
}
.Service_01 .box .scroll .list .item .one .content3 .scr p:last-child {
  margin-bottom: 0;
}
.Service_01 .box .scroll .list .item .two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Service_01 .box .scroll .list .item .two::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #0075C2;
  opacity: 0.8;
}
.Service_01 .box .scroll .list .item .two img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .Service_01 .box .scroll .list .item:hover .one .content1 p .img1 {
    opacity: 0;
  }
  .Service_01 .box .scroll .list .item:hover .one .content1 p .img2 {
    opacity: 1;
  }
  .Service_01 .box .scroll .list .item:hover .one .content2 {
    color: #fff;
  }
  .Service_01 .box .scroll .list .item:hover .one .content3 {
    padding-top: 0.4rem;
    grid-template-rows: 1fr;
  }
  .Service_01 .box .scroll .list .item:hover .two {
    height: -webkit-calc(120%);
    height: calc(100% + 20px);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .Service_01 .box .scroll .list .item .one {
    height: 5rem;
  }
  .Service_01 .box .scroll .list .item .one .content1 p .img1 {
    opacity: 0;
  }
  .Service_01 .box .scroll .list .item .one .content1 p .img2 {
    opacity: 1;
  }
  .Service_01 .box .scroll .list .item .one .content2 {
    color: #fff;
  }
  .Service_01 .box .scroll .list .item .one .content3 {
    padding-top: 0.4rem;
    grid-template-rows: 1fr;
  }
  .Service_01 .box .scroll .list .item .two {
    height: 100%;
    opacity: 1;
  }
}
.Service_02 {
  background: url(../images/img38.jpg) no-repeat 50% 50% / cover;
  position: relative;
  overflow: hidden;
}
.Service_02::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #0075C2;
  opacity: 0.8;
}
.Service_02 .f36 {
  z-index: 2;
  position: relative;
}
.Service_02 .box {
  margin-top: 1.1rem;
  position: relative;
  z-index: 2;
}
.Service_02 .box .process-container {
  padding-bottom: 1.64rem;
}
.Service_02 .box .process-container .process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.Service_02 .box .process-container .process-item {
  cursor: pointer;
  position: relative;
}
.Service_02 .box .process-container .process-item .process-top {
  opacity: 0.7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #fff;
}
.Service_02 .box .process-container .process-item .process-top .icon {
  height: 30px;
  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-bottom: 12px;
}
.Service_02 .box .process-container .process-item .process-top .icon img {
  max-height: 100%;
}
.Service_02 .box .process-container .process-item .process-top .phase,
.Service_02 .box .process-container .process-item .process-top .desc {
  font-size: var(--f20);
}
.Service_02 .box .process-container .process-item .process-dot-wrap {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Service_02 .box .process-container .process-item .process-dot-wrap .dot {
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.7;
}
.Service_02 .box .process-container .process-item .process-dot-wrap .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2px;
  position: relative;
}
.Service_02 .box .process-container .process-item .process-dot-wrap .line img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Service_02 .box .process-container .process-item .process-dot-wrap .line .img1 {
  opacity: 0.7;
}
.Service_02 .box .process-container .process-item .process-dot-wrap .line .img2 {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.Service_02 .box .process-container .process-item .process-detail {
  position: absolute;
  top: 100%;
  left: -0.2rem;
  width: 4.2rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0.2rem;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Service_02 .box .process-container .process-item .process-detail {
    opacity: 0.01;
    visibility: hidden;
    -webkit-transform: translateY(0.15rem);
    -ms-transform: translateY(0.15rem);
    transform: translateY(0.15rem);
  }
}
@media screen and (max-width: 1200px) {
  .Service_02 .box .process-container .process-item .process-detail {
    width: 92% !important;
  }
}
.Service_02 .box .process-container .process-item .process-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.5))) border-box;
  background: -o-linear-gradient(top, transparent, rgba(255, 255, 255, 0.5)) border-box;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5)) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
}
.Service_02 .box .process-container .process-item .process-detail ul {
  list-style: none;
  line-height: 1.8;
  height: calc(1.8em * 4);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  font-size: var(--f18);
}
.Service_02 .box .process-container .process-item .process-detail ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Service_02 .box .process-container .process-item .process-detail ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.Service_02 .box .process-container .process-item .process-detail ul::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}
@-moz-document url-prefix() {
  .Service_02 .box .process-container .process-item .process-detail ul {
    scrollbar-color: #0075C2 rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
  }
}
.Service_02 .box .process-container .process-item .process-detail ul li {
  position: relative;
  padding-left: 12px;
  color: #fff;
}
.Service_02 .box .process-container .process-item .process-detail ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.13rem;
  width: 6px;
  height: 6px;
  background: #fff;
}
.Service_02 .box .process-container .process-item.active .process-top {
  opacity: 1;
}
.Service_02 .box .process-container .process-item.active .process-dot-wrap .dot {
  opacity: 1;
}
.Service_02 .box .process-container .process-item.active .process-dot-wrap .line .img1 {
  opacity: 1;
}
.Service_02 .box .process-container .process-item.active .process-dot-wrap .line .img2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.Service_02 .box .process-container .process-item:hover .process-detail {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Service_03 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Service_03 .box .list .item {
  background: #F6FBFC;
  border-radius: 10px;
  text-align: center;
  padding: 0.6rem 0.4rem 0.4rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform;
}
.Service_03 .box .list .item .content1 {
  height: 0.46rem;
}
.Service_03 .box .list .item .content1 img {
  max-height: 100%;
}
.Service_03 .box .list .item .content2 {
  font-size: var(--f24);
  margin-top: 0.54rem;
  line-height: 1.1;
}
.Service_03 .box .list .item .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
.Service_03 .box .list .item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 117, 194, 0.1);
  box-shadow: 0 0 10px rgba(0, 117, 194, 0.1);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
}

.Service_04 {
  background: #F6FBFC;
}
.Service_04 .box {
  margin-top: -0.94rem;
}
.Service_04 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 2.96rem;
}
.Service_04 .box .boxLeft ul li {
  margin-bottom: 0.7rem;
}
.Service_04 .box .boxLeft ul li:last-child {
  margin-bottom: 0;
}
.Service_04 .box .boxLeft ul li .icon {
  margin-bottom: 0.12rem;
}
.Service_04 .box .boxLeft ul li .icon p {
  width: 48px;
  height: 48px;
  background: #0075C2;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Service_04 .box .boxLeft ul li .icon p img {
  margin: auto;
  width: 24px;
}
.Service_04 .box .boxLeft ul li .tips {
  font-size: var(--f16);
  color: #666;
}
.Service_04 .box .boxLeft ul li .desc {
  font-size: var(--f24);
  font-weight: var(--bold);
}
.Service_04 .box .boxRight {
  width: 11.56rem;
  position: relative;
}
.Service_04 .box .boxRight img {
  width: 100%;
}
.Service_04 .box .boxRight .x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-clip-path: circle(0% at 72.7% 62.5%);
  clip-path: circle(0% at 72.7% 62.5%);
  -webkit-animation: spread 4s infinite ease-out;
  animation: spread 4s infinite ease-out;
}
.Service_04 .box .boxRight .dot_list .dot {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}
.Service_04 .box .boxRight .dot_list .dot .icon {
  width: 6px;
  height: 6px;
  background: #0075C2;
  border-radius: 50%;
  position: relative;
}
.Service_04 .box .boxRight .dot_list .dot .icon::before,
.Service_04 .box .boxRight .dot_list .dot .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 117, 194, 0.9);
  z-index: 1;
  will-change: transform, opacity;
  -webkit-animation: pulseDot 2s infinite ease-out;
  animation: pulseDot 2s infinite ease-out;
}
.Service_04 .box .boxRight .dot_list .dot .icon::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.Service_04 .box .boxRight .dot_list .dot .name {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: 12px;
  font-size: var(--f16);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: var(--bold);
}
.Service_04 .box .boxRight .dot_list .shanghai {
  left: 72.3%;
  top: 62%;
}
.Service_04 .box .boxRight .dot_list .shanghai .icon {
  width: 8px;
  height: 8px;
}
.Service_04 .box .boxRight .dot_list .shanghai .icon::before,
.Service_04 .box .boxRight .dot_list .shanghai .icon::after {
  -webkit-animation: pulse 2s infinite ease-out;
  animation: pulse 2s infinite ease-out;
}
.Service_04 .box .boxRight .dot_list .shanghai .name {
  top: 24px;
  font-size: var(--f18);
}
.Service_04 .box .boxRight .dot_list .liaoning {
  left: 72.5%;
  top: 31%;
}
.Service_04 .box .boxRight .dot_list .beijing {
  left: 64%;
  top: 38.8%;
}
.Service_04 .box .boxRight .dot_list .xian {
  left: 51.4%;
  top: 54.8%;
}
.Service_04 .box .boxRight .dot_list .chengdu {
  left: 43.4%;
  top: 64.5%;
}
.Service_04 .box .boxRight .dot_list .wuhan {
  left: 60.4%;
  top: 65.2%;
}
.Service_04 .box .boxRight .dot_list .nanjing {
  left: 67%;
  top: 59.3%;
}
.Service_04 .box .boxRight .dot_list .shenzhen {
  left: 59.4%;
  top: 85%;
}
@-webkit-keyframes pulseDot {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
@keyframes pulseDot {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
  }
}
@-webkit-keyframes spread {
  0% {
    -webkit-clip-path: circle(0% at 72.7% 62.5%);
    clip-path: circle(0% at 72.7% 62.5%);
  }
  100% {
    -webkit-clip-path: circle(50% at 72.7% 62.5%);
    clip-path: circle(50% at 72.7% 62.5%);
  }
}
@keyframes spread {
  0% {
    -webkit-clip-path: circle(0% at 72.7% 62.5%);
    clip-path: circle(0% at 72.7% 62.5%);
  }
  100% {
    -webkit-clip-path: circle(50% at 72.7% 62.5%);
    clip-path: circle(50% at 72.7% 62.5%);
  }
}
.service_05 .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.service_05 .box .list .item {
  background: #F6FBFC;
  padding: 0.24rem;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.service_05 .box .list .item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ACD5FA), to(#F6FBFE));
  background: -o-linear-gradient(top, #ACD5FA 0%, #F6FBFE 100%);
  background: linear-gradient(180deg, #ACD5FA 0%, #F6FBFE 100%);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.service_05 .box .list .item .boxLeft {
  width: 1.4rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_05 .box .list .item .boxLeft p {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 117, 194, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 117, 194, 0.1);
}
.service_05 .box .list .item .boxLeft p img {
  width: 100%;
}
.service_05 .box .list .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 0.4rem;
  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;
}
.service_05 .box .list .item .boxRight .content1 {
  font-size: var(--f24);
}
.service_05 .box .list .item .boxRight .content1 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.service_05 .box .list .item .boxRight .content2 {
  font-size: var(--f16);
  color: #0075C2;
}
.service_05 .box .list .item .boxRight .content2 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 0.08rem;
}
.service_05 .box .list .item:hover::before {
  opacity: 1;
}
.downLayer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 91;
  display: none;
}
.downLayer .box {
  background: #fff;
  border-radius: 12px;
  width: 6.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.6rem 0.7rem;
}
.downLayer .box .close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.downLayer .box .close svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.downLayer .box .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.downLayer .box .close:hover svg path {
  fill: #0075C2;
}
.downLayer .box .title {
  font-size: var(--f32);
  text-align: center;
  line-height: 1;
}
.downLayer .box form {
  margin-top: 0.5rem;
}
.downLayer .box .item {
  margin-bottom: 0.25rem;
}
.downLayer .box .item:last-child {
  margin-bottom: 0;
}
.downLayer .box .item .label {
  font-size: var(--f18);
}
.downLayer .box .item .input {
  margin-top: 10px;
}
.downLayer .box .item .input input {
  height: 0.52rem;
  border: 1px solid #D9D9D9;
  background: none;
  width: 100%;
  padding: 0 0.2rem;
  border-radius: 5px;
  font-size: var(--f16);
}
.downLayer .box .button {
  margin-top: 0.5rem;
}
.downLayer .box .button div {
  line-height: 0.5rem;
  min-width: 1.72rem;
  text-align: center;
  background: #0075C2;
  color: #fff;
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.downLayer .box .button div:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 117, 194, 0.4);
  box-shadow: 0px 2px 10px rgba(0, 117, 194, 0.4);
}
.News_01 {
  overflow: hidden;
}
.News_01 .box .item {
  background: #F6FBFC;
  padding: 0.32rem 0.22rem 0.24rem;
  border-radius: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item .content1 {
  font-size: var(--f20);
  color: #333;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item .content2 {
  font-size: var(--f16);
  margin-top: 0.6rem;
}
.News_01 .box .item .content2 span {
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item .content2 span i {
  font-size: var(--f14);
}
.News_01 .box .item .content2 span:nth-child(2) {
  opacity: 0;
}
.News_01 .box .item .content3 {
  margin-top: 0.36rem;
}
.News_01 .box .item .content3 p {
  border-radius: 10px;
  overflow: hidden;
}
.News_01 .box .item .content3 p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item:hover {
  background: #0075C2;
}
.News_01 .box .item:hover .content1 {
  color: #fff;
}
.News_01 .box .item:hover .content2 span {
  color: #fff;
}
.News_01 .box .item:hover .content2 span:nth-child(2) {
  opacity: 1;
}
.News_01 .box .item:hover .content3 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.News_01 .box .item .content1 {
  font-size: var(--f24);
}
.News_02 .box .list {
  display: grid;
  gap: 0.2rem;
}
.News_02 .box .item {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_02 .box .item .img {
  width: 4.37rem;
  overflow: hidden;
  border-radius: 10px;
}
.News_02 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_02 .box .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.36rem 0.7rem 0 0.5rem;
}
.News_02 .box .item .content .content1 {
  font-size: var(--f18);
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_02 .box .item .content .content2 {
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 1.4em;
  max-height: 1.4em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.18rem;
}
.News_02 .box .item .content .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 4px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_02 .box .item .content .content4 {
  font-size: var(--f16);
  color: #0075C2;
  margin-top: 0.35rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_02 .box .item .content .content4 i {
  font-size: var(--f14);
  margin-left: 0.06rem;
}
.News_02 .box .item:hover {
  background: #0075C2;
}
.News_02 .box .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_02 .box .item:hover .content .content1 {
  color: #fff;
}
.News_02 .box .item:hover .content .content2 {
  color: #fff;
}
.News_02 .box .item:hover .content .content3 {
  color: #fff;
}
.News_02 .box .item:hover .content .content4 {
  color: #fff;
}
.News_04 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_04 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.6rem;
}

.News_04 .box .boxLeft .desc a{
    display: inline-block;
}
.News_04 .box .boxLeft .desc img,
.News_04 .box .boxLeft .desc video {
  width: auto !important;
  height: auto !important;
}
.News_04 .box .boxRight {
  width: 5.2rem;
  padding-left: 1.3rem;
}
.News_04 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0.3rem;
}
.News_04 .box .boxRight .sticky .title {
  font-size: var(--f32);
  margin-bottom: 6px;
  font-weight: var(--bold);
  line-height: 1;
}
.News_04 .box .boxRight .sticky ul li {
  border-bottom: 1px solid #dfdfdf;
}
.News_04 .box .boxRight .sticky ul li a {
  padding: 0.4rem 0;
}
.News_04 .box .boxRight .sticky ul li a .name {
  font-size: var(--f20);
  color: #333;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_04 .box .boxRight .sticky ul li a .time {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.08rem;
}
.News_04 .box .boxRight .sticky ul li a:hover .name {
  color: #0075C2;
}
.jbs2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#B4DCF7), color-stop(62.5%, rgba(246, 251, 252, 0)));
  background: -o-linear-gradient(top, #B4DCF7 0%, rgba(246, 251, 252, 0) 62.5%);
  background: linear-gradient(180deg, #B4DCF7 0%, rgba(246, 251, 252, 0) 62.5%);
}
.Contact_01 {
  /*padding-bottom: 0.7rem;*/
}
.Contact_01 .box {
  /*background: rgba(255, 255, 255, 0.8);*/
  background: linear-gradient(90deg, #f3f9fe 0%, rgba(246, 251, 252, 0) 62.5%);;
  border-radius: 12px;
  overflow: hidden;
}
.Contact_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 0.45rem 0 0.7rem;
}
.Contact_01 .box .boxLeft .info {
  margin-top: 0.4rem;
  border-top: 1px solid #D9D9D9;
  padding-top: 0.4rem;
}
.Contact_01 .box .boxLeft .info ul li {
  margin-bottom: 0.3rem;
}
.Contact_01 .box .boxLeft .info ul li:last-child {
  margin-bottom: 0;
}
.Contact_01 .box .boxLeft .info ul li .tips {
  font-size: var(--f18);
  color: #666;
}
.Contact_01 .box .boxLeft .info ul li .desc,
.Contact_01 .box .boxLeft .info ul li a {
  font-size: var(--f18);
  color: #000;
  font-weight: var(--bold);
  margin-top: 3px;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft .info ul li a:hover {
  color: #0075C2;
}
.Contact_01 .box .boxRight {
  width: 8.85rem;
}
.Contact_01 .box .boxRight a {
  overflow: hidden;
}
.Contact_01 .box .boxRight a img {
  width: 100%;
}
.Contact_02 {
  padding-bottom: 0.7rem;
}
.Contact_02 .box {
  display: grid;
  gap: 0.3rem;
}
.Contact_02 .box .item {
  background: #F6FBFC;
}
.Contact_02 .box .item .boxLeft {
  width: 6.4rem;
}
.Contact_02 .box .item .boxLeft p {
  overflow: hidden;
}
.Contact_02 .box .item .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .item .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Contact_02 .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.3rem 0.85rem 0 0.8rem;
}
.Contact_02 .box .item .boxRight > div {
  position: relative;
  height: 100%;
}
.Contact_02 .box .item .boxRight .content1 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D9D9D9;
}
.Contact_02 .box .item .boxRight .content1 div {
  width: 36px;
  height: 36px;
  background: #0075C2;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.Contact_02 .box .item .boxRight .content1 div img {
  margin: auto;
  max-width: 22px;
}
.Contact_02 .box .item .boxRight .content1 p {
  font-size: var(--f22);
  font-weight: var(--bold);
  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;
}
.Contact_02 .box .item .boxRight .content2 {
  margin-top: 0.2rem;
}
.Contact_02 .box .item .boxRight .content2 ul li {
  font-size: var(--f16);
  line-height: 1.8;
  margin-bottom: 0.1rem;
}
.Contact_02 .box .item .boxRight .content2 ul li:last-child {
  margin-bottom: 0;
}
.Contact_02 .box .item .boxRight .content2 ul li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Contact_02 .box .item .boxRight .content2 ul .li .right p {
  width: 70%;
  position: relative;
}
.Contact_02 .box .item .boxRight .content2 ul .li .right p a {
  color: #0075C2;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.Contact_02 .box .item .boxRight .content2 ul .li .right p a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Contact_02 .box .item .boxRight .content2 ul .li .right p a:hover svg {
  -webkit-animation: svgJump 0.6s infinite;
  animation: svgJump 0.6s infinite;
}
.Contact_02 .box .item .boxRight .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f16);
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}
.Contact_02 .box .item .boxRight .content3 a {
  color: #0075C2;
}
.Contact_02 .box .item .boxRight .content3 a svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .item .boxRight .content3 a:hover svg {
  -webkit-animation: svgJump 0.6s infinite;
  animation: svgJump 0.6s infinite;
}
@-webkit-keyframes svgJump {
  0%,
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes svgJump {
  0%,
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.About_01 {
  background-image: url(../images/img47.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
  --w1: 7.6rem;
}
.About_01 .title {
  position: absolute;
  left: var(--interval);
  top: 1rem;
  will-change: opacity, transform;
}
.About_01 .box {
  height: calc(100dvh - var(--nav_height));
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.About_01 .box .h6 {
  font-size: var(--f24);
  font-weight: var(--bold);
  color: #fff;
  line-height: 1.2;
}
.About_01 .box .h5 {
  font-size: var(--f26);
  line-height: 1.2;
  margin-bottom: 0.32rem;
}
.About_01 .box .item {
  height: 100%;
  position: relative;
}
.About_01 .box .item .item_content1 {
  padding-top: 1rem;
}
.About_01 .box .item .item_content1 .content {
  width: var(--w1);
}
.About_01 .box .item .item_content1 .content .content1 {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.875;
}
.About_01 .box .item .item_content1 .content .content2 {
  margin-top: 0.5rem;
  display: none;
}
.About_01 .box .item .item_content1 .content .content2 .h6 {
  margin-bottom: 0.15rem;
}
.About_01 .box .item .item_content1 .content .content2 .h6:last-child {
  margin-bottom: 0;
}
.About_01 .box .item .item_content1 .content .content3 {
  margin-bottom: 0.35rem;
}
.About_01 .box .item .item_content1 .content .content3 .desc {
  font-style: var(--f16);
  color: #fff;
  line-height: 1.75;
  margin-top: 0.16rem;
}
.About_01 .box .item .item_content2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.About_01 .box .item .item_content2 .three {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.5rem 0 0.42rem;
}
.About_01 .box .item .item_content2 .three ._ite .top {
  position: relative;
}
.About_01 .box .item .item_content2 .three ._ite .top .num {
  line-height: 1;
  font-size: var(--f26);
  font-family: 'MB';
}
.About_01 .box .item .item_content2 .three ._ite .top .num span {
  font-size: var(--f50);
}
.About_01 .box .item .item_content2 .three ._ite .top .num1 {
  opacity: 0;
}
.About_01 .box .item .item_content2 .three ._ite .top .num2 {
  position: absolute;
  left: 0;
  top: 0;
}
.About_01 .box .item .item_content2 .three ._ite .bot {
  font-size: var(--f20);
  color: #fff;
  margin-top: 6px;
}
.About_01 .box .item .item_content3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.About_01 .box .item .item_content3 .four {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.5rem 0 0.42rem;
}
.About_01 .box .item .item_content3 .four ._ite .top {
  font-size: var(--f24);
}
.About_01 .box .item .item_content3 .four ._ite .bot {
  font-size: var(--f18);
  margin-top: 6px;
}
.About_01 .box .item .itemStep4 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.About_01 .box2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .About_01 .itemStep1,
  .About_01 .title {
    opacity: 0;
  }
}
.About_01 .bigLogo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.About_01 .bigLogo p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0075C2;
  display: none;
}
.About_01 .bigLogo img {
  width: 4200%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%) scale(0.03125);
  -ms-transform: translate(-50%, -50%) scale(0.03125);
  transform: translate(-50%, -50%) scale(0.03125);
}
.About_02 {
  position: relative;
}
.About_02 .box {
  width: 100%;
}
.About_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 1rem;
}
.About_02 .box .boxLeft .sticky {
  position: relative;
  top: auto;
}
.About_02 .box .boxLeft .sticky ul {
  margin-top: 1.3rem;
}
.About_02 .box .boxLeft .sticky ul li {
  font-size: var(--f58);
  color: #c1c1c1;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box .boxLeft .sticky ul li:hover {
  color: rgba(0, 117, 194, 0.6);
}
.About_02 .box .boxLeft .sticky ul .active {
  color: #0075C2;
}
.About_02 .box .boxRight {
  width: 7.6rem;
  padding-right: 1.1rem;
}
.About_02 .box .boxRight .scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.About_02 .box .boxRight .scroll::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3rem;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  z-index: 1;
}
.About_02 .mask {
  position: absolute;
  left: 0;
  bottom: -1.8rem;
  width: 100%;
  z-index: 10;
}
.About_02 .mask img {
  width: 100%;
}
.history-stack {
  position: relative;
  will-change: transform, opacity;
  padding-top: 1.8rem;
}
.history-stack .history-item {
  margin-bottom: 10px;
}
.history-stack .history-item:last-child {
  margin-bottom: 0;
}
.history-stack .history-item__inner {
  width: 100%;
  height: 2rem;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 0 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.history-stack .history-item__inner:hover {
  border-color: #0075C2;
}
.history-stack .history-item__desc {
  font-size: var(--f20);
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.history-stack .history-item__year {
  font-family: 'MM';
  font-size: var(--f46);
  color: #0075C2;
  line-height: 1;
}
.About_03 {
  --h1: 5.2rem;
  overflow: hidden;
  position: relative;
}
.About_03::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9FC), to(#fff));
  background: -o-linear-gradient(top, #F9F9FC 0%, #fff 100%);
  background: linear-gradient(to bottom, #F9F9FC 0%, #fff 100%);
}
.About_03 .title {
  font-size: var(--f26);
  margin-bottom: 0.36rem;
  margin-top: 0.36rem;
  position: relative;
  z-index: 10;
}
.About_03 .box {
  padding-bottom: 0.64rem;
}
.About_03 .box .boxLeft {
  width: 3.6rem;
  height: var(--h1);
  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: 0 0.45rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0075C2), to(#A8D7FF));
  background: -o-linear-gradient(top, #0075C2 0%, #A8D7FF 100%);
  background: linear-gradient(180deg, #0075C2 0%, #A8D7FF 100%);
}
.About_03 .box .boxLeft .swiper {
  width: 100%;
  height: 4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.About_03 .box .boxLeft .swiper .swiper-slide {
  padding-left: 20px;
  cursor: pointer;
  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_03 .box .boxLeft .swiper .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.About_03 .box .boxLeft .swiper .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: -webkit-calc(95%);
  height: calc(100% - 5px);
  background: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.About_03 .box .boxLeft .swiper .swiper-slide p {
  color: #fff;
  font-size: var(--f18);
  opacity: 0.8;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_03 .box .boxLeft .swiper .active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.About_03 .box .boxLeft .swiper .active:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.About_03 .box .boxLeft .swiper .active p {
  opacity: 1;
}
.About_03 .box .boxRight {
  width: -webkit-calc(96.4%);
  width: calc(100% - 3.6rem);
  background: url(../images/img48.jpg) no-repeat center center / cover;
}
.About_03 .box .boxRight .swiper-slide {
  height: var(--h1);
  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_03 .box .boxRight .swiper-slide .item {
  width: 100%;
  text-align: center;
}
.About_03 .box .boxRight .swiper-slide .item figure {
  height: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_03 .box .boxRight .swiper-slide .item figure img {
  max-height: 100%;
  margin: auto;
}
.About_03 .box .boxRight .swiper-slide .item figcaption {
  font-size: var(--f18);
  color: #231815;
  margin-top: 0.4rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_03 .box .boxRight .swiper-slide-active .item figcaption {
  color: #0075C2;
}
.About_03 .box1 {
  margin-top: 0.5rem;
}
.About_03 .box1 .scroll {
  position: relative;
}
.About_03 .box1 .scroll::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.About_03 .box1 .scroll.expanded::after {
  opacity: 0;
}
.About_03 .box1 .test-table-wrapper {
  width: 100%;
}
.About_03 .box1 .test-table-wrapper .test-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.About_03 .box1 .test-table-wrapper .test-table td {
  border: 1px solid #dadada;
}
.About_03 .box1 .test-table-wrapper .test-table tr:first-child {
  background: #0075C2;
}
.About_03 .box1 .test-table-wrapper .test-table tr:first-child td {
  color: #fff;
  font-size: var(--f20);
  padding: 0 0.5rem;
  height: 0.6rem;
  text-align: left;
  font-weight: normal;
  border: none;
}
.About_03 .box1 .test-table-wrapper .test-table tr:first-child td:first-child {
  width: 20%;
}
.About_03 .box1 .test-table-wrapper .test-table tr:first-child td:nth-child(2) {
  width: 25%;
}
.About_03 .box1 .test-table-wrapper .test-table tr:nth-child(even) {
  background: #F9F9FC;
}
.About_03 .box1 .test-table-wrapper .test-table tr td {
  padding: 0 0.5rem;
  font-size: var(--f18);
  color: #333;
  height: 0.6rem;
}
.About_03 .box1 .test-table-wrapper .test-table tr:nth-child(n+12) {
  display: none;
}
.About_03 .test-table-more {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #0075C2;
  font-size: var(--f16);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.About_03 .test-table-more span {
  margin-right: 5px;
}
.About_03 .test-table-more i {
  font-size: var(--f14);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.About_03 .test-table-more:hover {
  opacity: 0.8;
}
.About_03 .test-table-more:hover i {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.About_03 .test-table-more.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.About_03 .test-table-more.active:hover i {
  -webkit-transform: rotate(180deg) translateY(3px);
  -ms-transform: rotate(180deg) translateY(3px);
  transform: rotate(180deg) translateY(3px);
}
.Search_01 {
  background: #F6FBFC;
}
.Search_01 ._box {
  padding: 1rem 0;
}
.Search_01 ._box .title {
  font-size: var(--f40);
  text-align: center;
  color: #333;
}
.Search_01 ._box form {
  width: min(5.9rem, 100%);
  background: #fff;
  margin: 0.36rem auto 0;
  padding: 0 0.25rem;
  border-radius: 10px;
  overflow: hidden;
}
.Search_01 ._box form .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_01 ._box form .left input {
  display: block;
  width: 100%;
  background: none;
  height: 0.7rem;
  border: 0;
  font-size: 16px;
}
.Search_01 ._box form .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_01 ._box form .right label {
  cursor: pointer;
}
.Search_02 {
  padding-top: 0.2rem;
}
.Search_02 .box {
  color: #333;
  font-size: var(--f20);
  font-family: 'MR';
}
.Search_02 .box span {
  color: #0075C2;
}
.Search_03 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.24rem;
}
.Search_04 .box {
  display: grid;
  gap: 0.4rem;
}
.Search_04 .box .item {
  padding: 0.6rem;
  border: 1px solid #dadada;
  border-radius: 10px;
}
.Search_04 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_04 .box .item .boxLeft > div {
  width: 100%;
}
.Search_04 .box .item .boxLeft .content1 {
  font-size: var(--f36);
  color: #231815;
  line-height: 1.2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Search_04 .box .item .boxLeft .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0.3rem;
}
.Search_04 .box .item .boxLeft .content3 {
  font-size: var(--f16);
  color: #0075C2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0.6rem;
}
.Search_04 .box .item .boxLeft .content3 i {
  font-size: var(--f14);
  margin-left: 0.06rem;
}
.Search_04 .box .item .boxRight {
  width: 8rem;
  overflow: hidden;
  border-radius: 10px;
}
.Search_04 .box .item .boxRight img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Search_04 .box .item:hover .boxLeft .content1 {
  color: #0075C2;
}
.Search_04 .box .item:hover .boxRight img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_About {
  position: relative;
  --w1: 7.56rem;
  --h1: 4.16rem;
  --p: 2rem;
  height: 100dvh;
  background: #F6FBFC;
  overflow: hidden;
}
.Home_About .attr {
  width: var(--w1);
  height: var(--h1);
  top: var(--p);
  left: var(--interval);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.Home_About .title {
  position: absolute;
  left: var(--interval);
  top: 0;
}
.Home_About .box {
  padding-top: 2rem;
}
.Home_About .box .boxLeft {
  width: var(--w1);
}
.Home_About .box .boxLeft p {
  overflow: hidden;
  border-radius: 10px;
}
.Home_About .box .boxLeft p img {
  height: var(--h1);
}
.Home_About .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: 0.8rem;
}
.Home_About .box .boxRight > div {
  width: 100%;
}
.Home_About .box .boxRight .content1 {
  font-size: var(--f18);
  color: #333;
  height: 9em;
  max-height: 9em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_About .box .boxRight .content2 {
  margin-top: 0.36rem;
}
.Home_About .box1 {
  margin-top: 0.72rem;
}
.Home_About .box1 .h5 {
  font-size: var(--f26);
  line-height: 1.2;
  margin-bottom: 0.32rem;
  color: #0075C2;
}
.Home_About .box1 .three {
  border-top: 1px solid #d9d9d9;
  padding: 0.5rem 0 0.42rem;
}
.Home_About .box1 .three ._ite .top {
  position: relative;
}
.Home_About .box1 .three ._ite .top .num {
  line-height: 1;
  font-size: var(--f26);
  font-family: 'MB';
}
.Home_About .box1 .three ._ite .top .num span {
  font-size: var(--f50);
  color: #0075C2;
}
.Home_About .box1 .three ._ite .top .num1 {
  opacity: 0;
}
.Home_About .box1 .three ._ite .top .num2 {
  position: absolute;
  left: 0;
  top: 0;
}
.Home_About .box1 .three ._ite .bot {
  font-size: var(--f20);
  color: #333;
  margin-top: 6px;
}
.Home_About .mask_01 {
  position: absolute;
  inset: 0;
  overflow: hidden;
  will-change: transform;
}
.Home_About .mask_01 img {
  width: 100%;
  height: 100%;
}
.Home_About .mask_02 {
  position: absolute;
  inset: 0;
}
.Home_About .mask_02 p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0075C2;
}
.Home_About .mask_02 img {
  width: 4200%;
  max-width: none;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  will-change: transform;
  -webkit-transform: translate(-50%, -50%) scale(0.03125);
  -ms-transform: translate(-50%, -50%) scale(0.03125);
  transform: translate(-50%, -50%) scale(0.03125);
}
@media screen and (min-width: 1200px) {
  .pcAnimate {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp_custom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp_custom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp_custom {
  opacity: 0;
  -webkit-animation-name: fadeInUp_custom;
  animation-name: fadeInUp_custom;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1521px) {
  .SelectNav1 ._box ._left {
    padding: 0.36rem 0.3rem;
  }
  .Footer_Container {
    --w: 9.4rem;
  }
  .cbNav ul li a {
    font-size: 12px;
    height: 25px;
    padding-left: 12px;
  }
  .Case_01 .box .page_dot {
    bottom: 0.5rem;
  }
  .history-stack .history-item__inner {
    height: 2.4rem;
  }
  .About_03 .box .boxLeft {
    padding: 0 0.35rem;
  }
  .Contact_01 .box .boxLeft .info ul li {
    margin-bottom: 0.2rem;
  }
  .Contact_02 .box .item .boxLeft {
    width: 7rem;
  }
  .Service_02 .box .process-container .process-item .process-detail {
    width: 4.4rem;
  }
  .Home_Industry .box1 .button .next {
    right: 0.6rem;
  }
  .Home_Industry .box1 .button .prev {
    left: 0.6rem;
  }
  .Contact_02 .box .item .boxRight .content2 ul .li .right p a {
    left: 105%;
  }
 
.Home_Industry .box>.swiper .swiper-slide .item .boxRight .content .content_banner {
		right: -0.6rem;
	}

	.Home_Industry .box>.swiper .swiper-slide .item .boxRight .content .content_item {
		width: 10.5rem;
	}

	.Home_Industry .box>.swiper .hkht2 .item .boxRight .content:nth-child(2) .content_banner {
		right: 0.4rem;
	}
  
  
}
.layui-form-select dl dd {
  font-size: var(--f16);
}


@media screen and (max-width: 1521px) and  (min-width: 1200px){
      .Service_01 .box .scroll .list .item:hover .one .content3 {
    padding-top: 0.2rem;
  }
  
}


@media screen and (max-width: 1500px) {
  .News_02 .box .item .img {
    width: 4.7rem;
  }
  .SelectNav1 ._box ._right {
    padding: 0.36rem 0.5rem 0.36rem 0.6rem;
  }
  .Prodct_02 .box .orientation .item > div .content1 p {
    width: 0.82rem;
    height: 0.82rem;
  }
  .Prodct_03 .box .boxLeft .sticky .content2 {
    font-size: var(--f32);
  }
  .About_01 {
    --w1: 8.2rem;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1441px) {
  .About_01 .bigLogo img,
  .Home_About .mask_02 img {
    transform: translate(-50%, -50%) scale(0.045);
  }
}
@media screen and (max-width: 1440px) {
	.Home_Industry .box>.swiper .swiper-slide .item .boxRight .content .content_item {
		width: 10rem;
	}
	
	

}
@media screen and (max-width: 1400px) {
      .Home_Industry .box > .swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item .list_dot .dot8 {
    top: 95.9%;
}
  .Home_About .box1 {
    margin-top: 1rem;
  }
  .About_03 .box .boxLeft .swiper .swiper-slide p {
    font-size: var(--f16);
  }
  .Contact_01 .box .boxRight {
    width: 9.3rem;
  }
  .Case_01 .box .page_dot {
    bottom: 0.4rem;
  }
  .Home_About .box1 {
    margin-top: 0.4rem;
}
  .Home_About .box1 .three {
    padding: 0.2rem 0 0.3rem;
}

.Home_About .box1 .h5 {
    margin-bottom: 0.2rem;
}

  
}
@media screen and (max-width: 1281px) {
    .Home_About .box1 .three ._ite .top .num span {
    font-size: var(--f48);
}
    .Home_About .box1 .h5 {
    margin-bottom: 0.1rem;
}
    .Home_About .box1 .three ._ite .bot {
    font-size: var(--f16);
}
    .Home_About .box {
    padding-top: 1.7rem;
}
  .SelectNav2 {
    width: 2.7rem;
  }
  .cbNav {
    left: 5px;
  }
  .Service_02 .box .process-container .process-item .process-detail ul {
    font-size: 14px;
  }
  .Contact_02 .box .item .boxRight .content2 ul li {
    margin-bottom: 4px;
  }
 .Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_item {
        width: 8.7rem;
    }
  
  
  .App49 .orientation {
        top: 1.7rem;
    }
  
  
}
.gddj {
  position: relative;
}
.gddj .gddjImg {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .gddj .gddjImg {
    display: block;
  }
}
.gddj .gddjImg img {
  height: 0.36rem;
  -webkit-animation: leftRight 1.5s infinite linear;
  animation: leftRight 1.5s infinite linear;
}
@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.42rem;
  }
  .Home_Product .box .swiper-slide .item .left .content1 {
    font-size: var(--f30);
  }
  .Home_Industry .box1 .button .prev {
    left: 3vw;
  }
  .Home_Industry .box1 .button .next {
    right: 3vw;
  }
  .Home_Industry .box .swiper .swiper-slide .item .boxLeft {
    padding-top: 0;
    width: 100%;
    padding-right: 0;
  }
  .Home_Industry .box .swiper .swiper-slide .item .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Home_Industry .box .swiper .swiper-slide .item .boxRight .content .content_banner {
    width: 3rem;
  }
  .Home_Industry .box .swiper .swiper-slide .item .boxRight .content .content_banner .swiper-slide {
    min-height: 3.5rem;
  }
  .Home_About .title {
    position: initial;
  }
  .Home_About .box {
    padding-top: 0;
    margin-top: 0.64rem;
  }
  .Home_About .box .boxLeft p img {
    width: 100%;
    height: auto;
  }
  .Home_About .mask_01,
  .Home_About .mask_02 {
    display: none;
  }
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Footer_Container .box1 .boxRight .form_item {
    grid-template-columns: repeat(2, 1fr);
  }
  .Footer_Container .box1 .boxLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Footer_Container .box1 .boxLeft .fx {
    margin-top: 0;
  }
  .Footer_Container .box .boxLeft img {
    height: 32px;
  }
  .Footer_Container .box2 {
    text-align: center;
  }
  .Footer_Container .box2 div {
    width: 100%;
  }
  .Home_Banner .page,
  .Home_Banner .banner .video .phone .play {
    bottom: 0.3rem;
  }
  .Footer_Container .box1 .boxLeft .fx ul li .ewm {
    width: 1.4rem;
  }
  .InnerBanner img {
    min-height: 3.4rem;
  }
  .Prodct_01 .box .boxLeft {
    display: none;
  }
  .Prodct_02 .box > img {
    min-height: 3.4rem;
  }
  .Prodct_03 .box .title,
  .Prodct_04 .box .boxLeft {
    display: none;
  }
  .Prodct_03 .box .boxRight {
    height: auto;
  }
  .Prodct_03 {
    padding-top: 0.5rem;
  }
  .Prodct_03 .box .boxLeft .sticky {
    width: 100%;
  }
  .Prodct_03 .box .boxLeft .sticky .content3 p {
    font-size: 16px;
    line-height: 1.8;
  }
  .Prodct_05 .box {
    padding-left: 0;
  }
  .ApplicationBanner .orientation > .box .content2 {
    margin-top: 0.3rem;
  }
  .params_01 table {
    width: 150% !important;
  }
  .cbNav {
    display: none;
  }
  .Case_01 .box .item .boxLeft {
    border-radius: 10px 10px 0 0;
  }
  .InnerBanner .orientation .content3 {
    margin-top: 0.4rem;
  }
  .InnerBanner .orientation .content1 {
    font-size: var(--f48);
  }
  .Case_04 .box .boxLeft .banner .product_item a {
    padding: 0.5rem 0.4rem;
  }
  .Service_01 .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
  }
  .Service_01 .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Service_01 .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0075C2;
  }
  .Service_01 .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Service_01 .box .scroll {
      scrollbar-color: #0075C2 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Service_01 .box .scroll .list {
    width: 200%;
  }
  .Service_01 .box .scroll .list {
    background: none;
    gap: 4px;
  }
  .Service_01 .box .scroll .list .item {
    border: none;
  }
  .Service_02 .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
  }
  .Service_02 .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Service_02 .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Service_02 .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Service_02 .box .scroll {
      scrollbar-color: #0075C2 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Service_02 .box .scroll .process-container {
    width: 250%;
  }
  .Service_02 .box .scroll .process-container .process-item .process-detail {
    left: 0;
  }
  .Service_04 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .Service_04 .box .boxLeft {
    margin-top: 0.5rem;
  }
  .Service_04 .box .boxLeft ul {
    display: grid;
  }
  .Service_04 .box .boxLeft ul li .tips {
    margin-bottom: 5px;
  }
  .About_01 {
    padding-bottom: 1.8rem;
  }
  .About_01 .title {
    position: initial;
    padding-left: 5vw;
    padding-top: 0.6rem;
  }
  .About_01 .box {
    height: 6.3rem;
  }
  .About_01 .box .item {
    height: auto;
    width: 100%;
  }
  .About_01 .box .item .item_content1 {
    padding-top: 0.6rem;
  }
  .About_01 .box .item .item_content1 .content {
    width: 100%;
  }
  .About_01 .box .item .item_content1 .content2 {
    display: none;
  }
  .About_01 .box .item .item_content2 {
    position: initial;
  }
  .About_01 .box .item .item_content3 {
    position: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .About_01 .box1 {
    opacity: 0.8;
  }
  .About_01 .box1 .item .item_content2 {
    display: none;
  }
  .About_01 .box1 .item .item_content3 {
    display: none;
  }
  .About_01 .box2 .item .four {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .history-stack .history-item {
    position: initial;
    margin-bottom: 0.2rem;
    display: none;
  }
  .About_02 .box .boxRight {
    padding-right: 0;
  }
  .About_02 .box .boxRight .scroll {
    height: auto;
  }
  .About_02 .box .boxLeft .sticky ul li {
    font-size: var(--f38);
  }
  .About_03 .box1 .test-table-wrapper .test-table tr td {
    height: 0.9rem;
  }
  .About_03 .box1 .test-table-wrapper .test-table tr:first-child td:first-child {
    width: 25%;
  }
  .Contact_02 .box .item .boxRight .content3 {
    position: initial;
    margin-top: 0.4rem;
  }
  .params_01 .table-wrapper {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
  }
  .params_01 .table-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .params_01 .table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0075C2;
  }
  .params_01 .table-wrapper::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .params_01 .table-wrapper {
      scrollbar-color: #0075C2 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Prodct_01 .box .boxRight .list,
  .params_02 .scroll .img,
  .Application_01 .box .list .content,
  .Case_02 .box .list,
  .Service_04 .box .boxLeft ul,
  .Search_03 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Service_03 .box .list,
  .service_05 .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_About .box .boxLeft,
  .Footer_Container .box1 .boxLeft,
  .Prodct_01 .box .boxLeft,
  .Prodct_03 .box .boxLeft,
  .Prodct_04 .box .boxLeft,
  .Case_01 .box .item .boxLeft,
  .Case_04 .box .boxLeft,
  .Service_04 .box .boxLeft,
  .News_04 .box .boxLeft,
  .Contact_01 .box .boxLeft,
  .Contact_02 .box .item .boxLeft,
  .Search_04 .box .item .boxLeft {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .Home_About .box .boxRight,
  .Footer_Container .box1 .boxRight,
  .Prodct_01 .box .boxRight,
  .Prodct_03 .box .boxRight,
  .Prodct_04 .box .boxRight,
  .Case_01 .box .item .boxRight,
  .Case_04 .box .boxRight,
  .Service_04 .box .boxRight,
  .News_04 .box .boxRight,
  .Contact_01 .box .boxRight,
  .Contact_02 .box .item .boxRight,
  .Search_04 .box .item .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Case_01 .box .item .boxRight,
  .Contact_01 .box .boxLeft,
  .Contact_02 .box .item .boxRight {
    margin-top: 0;
    padding: 0.5rem;
  }
  .Prodct_03 .box .boxLeft .sticky {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: -o-linear-gradient(top, #fff, transparent);
    background: linear-gradient(to bottom, #fff, transparent);
  }
  .downLayer .box .item .input input {
    height: 40px;
  }
  .About_03::after {
    height: 92%;
  }
  .About_03 {
    padding-top: 0.6rem;
    z-index: 10;
  }
  .About_03::after {
    height: 100%;
  }
  .App53 .orientation{
      top: 2.7rem;
      width: 100%;
  }
  .App50 .orientation {
    top: 3.6rem;
    width: 95.2%;
  }
  .App54 .orientation {
    top: 3.6rem;
    width: 100%;
  }
  .App49 .orientation {
    top: 2rem;
    width: 100%;
  }
  .App51 .orientation {
    top: 3.1rem;
    width: 52.3%;
  }
  .App52 .orientation {
    top: 3.5rem;
    width: 55.6%;
  }
 .Home_Industry .box>.swiper .swiper-slide .item .boxRight .content .content_item {
		width: 7.3rem;
	}

.Home_Industry .box>.swiper .swiper-slide .item .boxRight .content .content_banner {
		right: -0.4rem;
	}
  	
	.Home_Industry .box>.swiper .bdt2 .item .boxRight .content .content_item {
    transform: translateX(-0.8rem);
}
  
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 25px;
  }
  .search_open {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .MobileMain .HeaderMobile .box .button .search {
    margin-right: 0.4rem;
  }
  .Home_Product .box .swiper-slide .item {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Home_Product .box .swiper-slide .item .left {
    width: 100%;
    padding: 0.3rem;
  }
  .Home_Product .box .swiper-slide .item .right {
    width: 100%;
    padding-bottom: 0.2rem;
  }
  .Home_Product .box .swiper-slide .item .left .content1 {
    font-size: var(--f22);
    line-height: 1.5;
    height: 3em;
  }
  .Home_Product .box .swiper-slide .item .left .content2 {
    font-size: var(--f16);
   
}

.Home_Product .box .swiper-slide .item .right img {
    max-width: 3.7rem;
   
}
  .link_01 .a,
  .link_02 .a,
  .link_03 .a,
  .link_04 .a {
    line-height: 0.7rem;
    min-width: 2.2rem;
  }
  .Home_About {
    height: auto;
  }
  .Home_About .box1 .three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 0;
  }
  .Home_About .box1 .three ._ite .bot {
    font-size: 13px;
  }
  .Home_News .box .item .content1 {
    font-size: 16px;
  }
  .Footer_Container .box1 .boxRight input {
    height: 0.7rem;
  }
  .Footer_Container .box2 div span,
  .Footer_Container .box2 div a {
    font-size: 10px;
  }
  .Footer_Container .box1 .boxLeft {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Footer_Container .box1 .boxLeft > div {
    width: 100%;
  }
  .Footer_Container .box .boxLeft img {
    height: 25px;
  }
  .Footer_Container .box1 .boxLeft .fx {
    margin-top: 0.4rem;
  }
  .Footer_Container .box1 .boxLeft .fx ul li a img {
    max-height: 0.4rem;
  }
  .Footer_Container .canvas {
    height: 70%;
    bottom: 0;
    top: auto;
  }
  .Prodct_01 .box .boxRight .list,
  .params_02 .scroll .img,
  .Application_01 .box .list .content,
  .Case_02 .box .list,
  .Service_04 .box .boxLeft ul,
  .Search_03 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Prodct_02 .box .orientation .item > div .content1 p svg,
  .Prodct_02 .box .orientation .item > div .content1 p img {
    width: 20px;
  }
  .Application_03 .box .item {
    height: 1.2rem;
  }
  .Application_02 .box .item figcaption {
    padding: 0.35rem 0.3rem;
  }
  .InnerBanner img {
    min-height: 200px;
  }
  .InnerNav .box ul li {
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
  }
  .InnerNav .box ul li a {
    font-size: 16px;
  }
  .pu_page a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .fanye .left {
    max-width: 100%;
    width: 100%;
  }
  .fanye .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0.5rem;
  }
  .Service_01 .box .scroll .list {
    width: 340%;
  }
  .Service_01 .box .scroll .list .item .one {
    height: 6rem;
  }
  .Service_02 .box .scroll .process-container {
    width: 500%;
    padding-bottom: 2.2rem;
  }
  .Service_02 .box .process-container .process-item .process-top {
    opacity: 1;
  }
  .Service_04 .box .boxRight .dot_list .shanghai .name {
    top: 20px;
  }
  .Service_04 .box .boxLeft ul li {
    text-align: center;
  }
  .Service_04 .box .boxLeft ul li .desc,
  .Service_04 .box .boxLeft ul li .icon {
    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;
  }
  .service_05 .box .list .item .boxRight .content2 svg {
    -webkit-transform: scale(0.8) translateY(-2px);
    -ms-transform: scale(0.8) translateY(-2px);
    transform: scale(0.8) translateY(-2px);
  }
  .service_05 .box .list .item .boxLeft {
    width: 1.6rem;
  }
  .downLayer .box .button div {
    line-height: 36px;
    min-width: 1.92rem;
  }
  .News_02 .box .item .img {
    width: 100%;
  }
  .News_02 .box .item .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0.4rem;
  }
  .Case_03 .box .content1 {
    line-height: 1.4;
  }
  .About_01 .box .item .item_content1 .content .content1,
  .About_01 .box .item .item_content1 .content .content3 .desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .About_01 .box {
    height: 5.2rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .About_01 .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_01 .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0075C2;
  }
  .About_01 .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .About_01 .box {
      scrollbar-color: #0075C2 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .About_02 .box .boxLeft .sticky ul {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.7rem;
  }
  .About_02 .box .boxLeft .sticky ul li {
    margin-right: 0.3rem;
  }
  .About_02 .box .boxLeft .sticky ul li:last-child {
    margin-right: 0;
  }
  .About_02 .box .boxRight {
    padding-top: 0.7rem;
  }
  .history-stack .history-item__inner {
    height: auto;
    padding: 0.4rem;
    background: none;
  }
  .history-stack .history-item {
    padding-right: 1px;
  }
  .About_02 .mask {
    bottom: 0;
    z-index: -1;
  }
  .About_03 .box .boxLeft {
    width: 100%;
    height: auto;
    padding: 0.4rem;
  }
  .About_03 .box .boxLeft .swiper {
    height: 4.8rem;
  }
  .About_03 .box .boxRight {
    width: 100%;
  }
  .About_03 .box .boxRight .swiper-slide .item figure {
    height: 3.2rem;
  }
  .About_03 .box1 .test-table-wrapper {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.6rem;
  }
  .About_03 .box1 .test-table-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_03 .box1 .test-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0075C2;
  }
  .About_03 .box1 .test-table-wrapper::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .About_03 .box1 .test-table-wrapper {
      scrollbar-color: #0075C2 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .About_03 .box1 .test-table-wrapper .test-table {
    width: 200%;
  }
  .About_03 .box1 .test-table-wrapper .test-table tr:first-child td:first-child,
  .About_03 .box1 .test-table-wrapper .test-table tr:first-child td:nth-child(2) {
    width: 18%;
  }
  .About_03 .box1 .test-table-wrapper .test-table tr td {
    font-size: 12px;
  }
  .Contact_01 .box .boxRight {
    margin-top: 0;
  }
  .Contact_02 .box .item .boxRight .content2 ul .li .right p a {
    position: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
  .Contact_02 .box .item .boxRight .content2 ul .li .right p {
    width: 100%;
  }
  .Search_04 .box .item {
    padding: 0.4rem;
  }
  .Prodct_03 .box .boxLeft .sticky .content1 {
    font-size: 0.44rem;
  }
  .Home_Industry .box .swiper .swiper-slide .item .boxLeft .content1,
  .InnerBanner .orientation .content1 {
    font-size: var(--f36);
  }
  .Case_03 .box .content1 {
    font-size: var(--f28);
  }
  .Prodct_03 .box .boxLeft .sticky .content2,
  .Prodct_05 .box .swiper .item a .orientation,
  .Case_01 .box .item .boxRight .content2,
  .downLayer .box .title {
    font-size: var(--f26);
  }
  .Home_Industry .box .swiper .swiper-slide .item .boxLeft .content2 {
    font-size: var(--f22);
  }
  .Prodct_02 .box .orientation .item > div .content2 {
    font-size: 16px;
  }
  .Prodct_03 .box .boxLeft .sticky .content3 p,
  .InnerBanner .orientation .content2,
  .service_05 .box .list .item .boxRight .content1 {
    font-size: 14px;
  }
  .Service_04 .box .boxRight .dot_list .shanghai .name {
    font-size: 13px;
  }
  .Prodct_02 .box .orientation .item > div .content3 p,
  .params_01 table th,
  .params_01 table td,
  .service_05 .box .list .item .boxRight .content2 {
    font-size: 12px;
  }
  .Service_04 .box .boxRight .dot_list .dot .name {
    font-size: 10px;
  }
  .Service_02 .box .process-container .process-item .process-detail ul li::before {
    top: 10px;
  }
  .mobile_search .close i {
    font-size: 0.44rem;
  }
  .mobile_search .input input {
    min-height: 50px;
  }
  .mobile_search .label .btn {
    width: 50px;
  }
  .mobile_search .label .btn svg {
    transform: scale(0.8);
  }
  .mbx .box {
    font-size: 12px;
  }
  .ApplicationBanner .orientation > .box ul li {
    font-size: 14px;
  }
  .ApplicationBanner .orientation > .box .content1 {
    font-size: var(--f28);
  }
  .ApplicationBanner .link_03 .a,
  .ApplicationBanner .link_04 .a {
    min-width: 1.7rem;
  }
  .ApplicationBanner .link_03 .a span,
  .ApplicationBanner .link_04 .a span {
    display: none;
  }
  .history-stack {
    padding-top: 0;
  }
  .About_02 .box .boxRight .scroll::before {
    display: none;
  }
  .App53 .orientation {
    top: 2rem;
  }
  .App50 .orientation {
    top: 2.2rem;
  }
  .App54 .orientation {
    top: 2.2rem;
  }
  .App49 .orientation {
    top: 1.4rem;
  }
  .App52 .orientation {
    top: 2.2rem;
  }
  .App51 .orientation {
    top: 2.2rem;
    width: 52.5%;
  }
  .Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner {
    right: 0;
  }
	.Home_Industry .box>.swiper .swiper-slide .item .boxRight .content .content_item .list_dot .dot {
		transform: scale(0.7) translate(-10px, -10px);
	}

	.Home_Industry .box>.swiper .swiper-slide .item .boxRight .content .content_item {
		width: 90vw;
	}

	.Home_Industry .box .swiper .swiper-slide .item .boxRight {
		margin-top: 1.8rem;
	}

	.Home_Industry .box1 {
		margin-top: 0.6rem;
	}

	.Home_Industry .box>.swiper .hkht2 .item .boxRight .content:nth-child(1) .content_item {
		transform: translateY(1.2rem);

	}

	.Home_Industry .box>.swiper .hkht2 .item .boxRight .content:nth-child(1) .content_banner,
	.Home_Industry .box>.swiper .dkjj2 .item .boxRight .content .content_banner,
	.Home_Industry .box>.swiper .bdt2 .item .boxRight .content .content_banner {
		right: 50%;
		transform: translateX(50%);
		top: -25%;
	}

	.Home_Industry .box>.swiper .hkht2 .item .boxRight .content:nth-child(2) .content_banner {
		right: 0rem;
	}

	.Home_Industry .box>.swiper .hkht2 .item .boxRight .content:nth-child(2) .content_item {
		transform: translateX(-2.4rem);
	}

	.Home_Industry .box>.swiper .dkjj2 .item .boxRight .content .content_item {
		margin-left: 0;
	}

	.Home_Industry .box>.swiper .dkjj2 .item .boxRight .content .content_item {
		transform: translateY(2rem);
	}

	.Home_Industry .box>.swiper .bdt2 .item .boxRight .content .content_item {
		transform: translateY(2rem);
	}

	.Home_Industry .box>.swiper .gyzdh3 .item .boxRight .content .content_item,
	.Home_Industry .box>.swiper .jqr2 .item .boxRight .content .content_item {
		transform: translateX(-2.2rem);
	}

	.Home_Industry .box>.swiper .swiper-slide {
		padding-bottom: 10px;
	}

  
  
  
  .ApplicationBanner .orientation > .box ul li::after,
  .ApplicationBanner .orientation > .box ul li::before{
      height: 2px;
  }
  
  
  .Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide {
    padding: 0.3rem 0.3rem;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .swiper .swiper-slide .con2{
    font-size: 12px;
}
.Home_Industry .box > .swiper .swiper-slide .item .boxRight .content .content_banner .banner_page span {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
}
  
  .Home_Industry .box .swiper .swiper-slide .item .boxRight .content .content_banner {
    width: 3.3rem;
}
  
  
}
.cursor_default {
  cursor: default !important;
}
/*# sourceMappingURL=./style.css.map */