:root {
  --swiper-theme-color: #0059B3;
  --b600: 600;
  --line: 50px;
}
.ios {
  --bold: bold;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #0059B3;
  --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);
}
.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: #FBFBFB;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Privacy_Policy .box_ .content3 a {
  display: inline-block;
}
.Privacy_Policy .box_ .content3 li {
  list-style: disc;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #0059B3;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #FBFBFB;
}
.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: #0059B3;
  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: #0059B3;
}
.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: #0059B3;
}
.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: #0059B3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.94rem;
}
.Search_2 .box .item a {
  background: #FBFBFB;
  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: #0059B3;
}
.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: #0059B3;
  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: #0059B3;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #0059B3;
}
.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: #0059B3;
}
.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: #0059B3;
}
.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: #0059B3;
}
.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: #0059B3;
}
.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: #0059B3;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #0059B3;
}
.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 #0059B3;
}
.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: #0059B3;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.bjq iframe,
.bjq img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.bjq a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.bjq b,
.bjq strong {
  font-weight: bold;
}
.bjq em {
  font-style: italic;
}
.bjq sup {
  vertical-align: super;
  font-size: smaller;
}
.bjq sub {
  vertical-align: sub;
  font-size: smaller;
}
.bjq h1,
.bjq h2,
.bjq h3,
.bjq h4,
.bjq h5,
.bjq h6 {
  font-weight: bold;
}
.bjq ul {
  padding-left: 22px;
}
.bjq ul li {
  list-style-type: disc;
}
.bjq ol {
  padding-left: 22px;
}
.bjq ol li {
  list-style-type: decimal;
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -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 {
  width: 2.03rem;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.32rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  color: #000;
  line-height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box nav .item:hover > p a,
.Header_Container .box nav .item.active > p a {
  color: #0059B3;
}
.Header_Container .box nav .item:hover .SelectNav1 {
  opacity: 1;
  top: -webkit-calc(108%);
  top: calc(100% + 8px);
  pointer-events: auto;
  visibility: visible;
}
.Header_Container .box .button {
  width: 2.03rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .button .link_02 .a {
  background: #FF893F;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .button .link_02 .a p {
  color: #fff;
  font-weight: 500;
}
.Header_Container .box .button .link_02 .a svg path {
  fill: #fff;
}
.Header_Container .box .button .link_02 .a:hover {
  background: #ff6a0c;
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.SelectNav1 {
  position: absolute;
  left: -1.9rem;
  width: 6.2rem;
  top: 80%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 0.16rem;
}
.SelectNav1::before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  z-index: -1;
}
.SelectNav1 ._box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.SelectNav1 ._box ._left {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.16rem 0 0 0.16rem;
  padding: 0.4rem 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.SelectNav1 ._box ._left .ite {
  padding: 0.22rem 0;
  position: relative;
}
.SelectNav1 ._box ._left .ite p {
  cursor: pointer;
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._left .ite svg {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-80%);
  -ms-transform: translateY(-50%) translateX(-80%);
  transform: translateY(-50%) translateX(-80%);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.SelectNav1 ._box ._left .ite.active p {
  color: #0059B3;
}
.SelectNav1 ._box ._left .ite.active svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.SelectNav1 ._box ._right {
  padding: 0.4rem 0.45rem;
  width: 3.2rem;
  border-radius: 0px 0.16rem 0.16rem 0px;
}
.SelectNav1 ._box ._right ul {
  display: none;
}
.SelectNav1 ._box ._right ul.active {
  display: block;
}
.SelectNav1 ._box ._right ul li {
  padding: 0.18rem 0;
}
.SelectNav1 ._box ._right ul li a {
  color: #333;
  font-size: var(--f16);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.2;
}
.SelectNav1 ._box ._right ul li a:hover {
  color: #0059B3;
}
.SelectNav2 {
  width: 2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.SelectNav2 ._box ._left {
  background: none;
}
.SelectNav2 ._box ._left .ite {
  padding: 0.12rem 0;
}
.SelectNav2 ._box ._left .ite svg {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .Home_Banner {
    margin-top: calc(var(--nav_height) * -1);
  }
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: auto;
  }
}
@media screen and (max-width: 699px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 5.4rem;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f58);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.48rem;
}

@media screen and (max-width: 699px) {
    
}
/*.Home_Banner .banner .swiper-slide .orientation .content1 br{*/
/*    display: none;*/
/*}*/


.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.66rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  margin: 0 0.1rem !important;
  background: #fff;
  opacity: 1;
  position: relative;
}
.Home_Banner .page div span::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Banner .page div .swiper-pagination-bullet-active::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.link_01 .a {
  height: var(--line);
  min-width: 1.5rem;
  border: 2px solid #fff;
  border-radius: var(--line);
  padding: 0 max(0.24rem, 15px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.6s;
}
.link_01 .a p {
  font-size: var(--f16);
  font-weight: bold;
  color: #fff;
  padding-right: 0.2rem;
  transition: 0.6s;
}
.link_01 .a svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.link_01 .a svg path {
  fill: #fff;
  transition: 0.6s;
}
.link_01 .a:hover {
  background: #FF893F;
  border-color: #FF893F;
}
.link_01 .a:hover p {
  color: #fff;
}
.link_01 .a:hover svg path {
  fill: #fff;
}
.link_01 .a:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.link_02 .a {
  height: var(--line);
  min-width: 1.5rem;
  border-radius: var(--line);
  padding: 0 max(0.24rem, 15px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EEF4F7;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform;
}
.link_02 .a p {
  font-size: var(--f16);
  font-weight: bold;
  color: #103672;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding-right: 0.2rem;
}
.link_02 .a svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.link_02 .a svg path {
  fill: #103672;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a:hover {
  background: #FF893F;
}
.link_02 .a:hover p {
  color: #fff;
}
.link_02 .a:hover svg path {
  fill: #fff;
}
.link_02 .a:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.link_02.no .a p {
  font-weight: 500;
}
.link_02.no .a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.link_02.no .a:hover svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.link_03 .a {
  height: var(--line);
  min-width: 1.5rem;
  border: 2px solid #0059B3;
  border-radius: var(--line);
  padding: 0 max(0.24rem, 15px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.6s;
}
.link_03 .a p {
  font-size: var(--f16);
  font-weight: bold;
  color: #000;
  padding-right: 0.2rem;
  transition: 0.6s;
}
.link_03 .a svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.link_03 .a svg path {
  fill: #000;
  transition: 0.6s;
}
.link_03 .a:hover {
  background: #FF893F;
  border-color: #FF893F;
}
.link_03 .a:hover p {
  color: #fff;
}
.link_03 .a:hover svg path {
  fill: #fff;
}
.link_03 .a:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.title_01 .h6 {
  font-size: var(--f32);
  color: #0059B3;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.title_01 .h5 {
  font-size: var(--f44);
  line-height: 1.3;
  font-weight: bold;
}
.title_01 .fbt{
    font-size: var(--f24);
    margin: 6px 0 0;
    color: #333;
}
.Home_Application {
  overflow: hidden;
}
.Home_Application .box .item {
  position: relative;
}
.Home_Application .box .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.Home_Application .box .item .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Application .box .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
.Home_Application .box .item .orientation .content1 {
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Application .box .item .orientation .content1 p {
  width: 0.92rem;
  margin: auto;
}
.Home_Application .box .item .orientation .content1 p img {
  width: 100%;
  -webkit-animation: rotate360 12s linear infinite;
  animation: rotate360 12s linear infinite;
}
.Home_Application .box .item .orientation .content1 > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
}
.Home_Application .box .item .orientation .content2 {
  margin-top: 0.36rem;
  font-size: var(--f28);
  color: #fff;
  line-height: 1.2;
}
.Home_Application .box .item .orientation .content3 {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  opacity: 0;
}
.Home_Application .box .item .orientation .content3 > div {
  min-height: 0;
}
.Home_Application .box .item .orientation .content3 .content5 {
  font-size: var(--f18);
  color: #fff;
  line-height: 2;
  min-height: -webkit-calc(8em);
  min-height: calc(2em * 4);
}
.Home_Application .box .item .orientation .content3 .content6 {
  margin-top: 0.44rem;
  font-size: var(--f16);
  color: #fff;
}
.Home_Application .box .item .orientation .content3 .content6 i {
  font-size: var(--f14);
  margin-left: 0.06rem;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .Home_Application .box .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Application .box .item:hover .orientation .content1 {
    opacity: 0;
  }
  .Home_Application .box .item:hover .orientation .content3 {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-top: 0.32rem;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.Home_Product {
  overflow: hidden;
  background: #FBFBFB;
  --w1: 8rem;
  --w2: calc((var(--vw) - var(--interval) * 2 - var(--w1) - 30px) / 2);
  --h1: 5.2rem;
}
.Home_Product .box {
  padding: 0 var(--interval);
}
.Home_Product .box .swiper .swiper-slide {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper .swiper-slide {
    width: var(--w2);
  }
}
.Home_Product .box .swiper .swiper-slide .item {
  position: relative;
  overflow: hidden;
}
.Home_Product .box .swiper .swiper-slide .item .img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: var(--h1);
}
.Home_Product .box .swiper .swiper-slide .item .img img {
  width: 100%;
  height: calc(var(--h1) + 0.28rem);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper .swiper-slide .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.46%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 45.46%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.46%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper .swiper-slide .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(16, 54, 114, 0)), to(rgba(16, 54, 114, 0.8)));
  background: -o-linear-gradient(right, rgba(16, 54, 114, 0) 0%, rgba(16, 54, 114, 0.8) 100%);
  background: linear-gradient(270deg, rgba(16, 54, 114, 0) 0%, rgba(16, 54, 114, 0.8) 100%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.Home_Product .box .swiper .swiper-slide .item .title {
  position: absolute;
  left: 0;
  bottom: 0.48rem;
  width: 100%;
  text-align: center;
  font-size: var(--f24);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .swiper .swiper-slide .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  padding: 0 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
.Home_Product .box .swiper .swiper-slide .item .orientation .content1 {
  font-size: var(--f24);
  color: #fff;
}
.Home_Product .box .swiper .swiper-slide .item .orientation .content2 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #fff;
  margin: 0.16rem 0 0.4rem;
  max-width: 3.3rem;
}
.Home_Product .box .swiper .swiper-slide .item .orientation .content3 {
  font-size: var(--f16);
  color: #fff;
}
.Home_Product .box .swiper .swiper-slide .item .orientation .content3 i {
  font-size: var(--f14);
  margin-left: 0.06rem;
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper .swiper-slide-active {
    width: var(--w1);
  }
  .Home_Product .box .swiper .swiper-slide-active .item .img::before {
    opacity: 0;
  }
  .Home_Product .box .swiper .swiper-slide-active .item .img::after {
    opacity: 1;
  }
  .Home_Product .box .swiper .swiper-slide-active .item .title {
    opacity: 0;
  }
  .Home_Product .box .swiper .swiper-slide-active .item .orientation {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.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;
  margin-top: 0.52rem;
}
.banner_page div span {
  margin: 0 0.1rem !important;
  background: #0059B3;
  opacity: 0.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.banner_page div span::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border: 2px solid rgba(0, 89, 179, 0.4);
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner_page div .swiper-pagination-bullet-active::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.banner_page.whiteBg div span {
  background: #fff;
  opacity: 1;
}
.banner_page.whiteBg div span::after {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.Home_About {
  position: relative;
}
.Home_About .img {
  overflow: hidden;
}
.Home_About .img img {
  width: 100%;
}
.Home_About .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Home_About .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.Home_About .box .boxRight {
  /*width: 8.5rem;*/
  width: 7rem;
}
.Home_About .box .boxRight .desc {
  font-size: var(--f20);
  color: #000;
  height: 14em;
  max-height: 14em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-bottom: 0.48rem;
text-indent: calc(var(--f20) * 2);
text-align: justify;
}
.Home_News {
  overflow: hidden;
}
.news_item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.news_item figure {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 520/290;
}
.news_item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.news_item figcaption {
  padding: 0.22rem 0.38rem;
}
.news_item figcaption .content1 {
  font-size: var(--f18);
  color: #999;
  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;
}
.news_item figcaption .content1 svg {
  margin-right: 8px;
}
.news_item figcaption .content1 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news_item figcaption .content2 {
  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;
  margin: 0.16rem 0 0.3rem;
  font-weight: var(--b600);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news_item figcaption .content3 {
  padding-top: 0.27rem;
  font-size: var(--f16);
  color: #0059B3;
  border-top: 1px solid #E6E6E6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news_item figcaption .content3 i {
  font-size: var(--f14);
  margin-left: 0.06rem;
  display: inline-block;
  font-weight: bold;
}
.news_item:hover {
  background: #0059B3;
}
.news_item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news_item:hover .content1 {
  color: #fff;
}
.news_item:hover .content1 svg path {
  fill: #fff;
}
.news_item:hover .content2 {
  color: #fff;
}
.news_item:hover .content3 {
  color: #fff;
}
.Footer_Container {
  background: #EEF4F7;
  padding: 0.76rem 0 0;
}
.Footer_Container .box {
  padding-bottom: 0.4rem;
}
.Footer_Container .box .boxLeft {
  max-width: 4rem;
}
.Footer_Container .box .boxLeft .logo img {
  height: 0.6rem;
}
.Footer_Container .box .boxLeft .info {
  margin-top: 0.3rem;
}
.Footer_Container .box .boxLeft .info .li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.18rem;
  line-height: 1.8;
  font-size: var(--f18);
  color: #333;
}
.Footer_Container .box .boxLeft .info .li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxLeft .info .li span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Footer_Container .box .boxLeft .info .li a {
  font-family: 'MSB';
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .boxLeft .info .li a:hover {
  color: #0059B3;
}
.Footer_Container .box .boxLeft .fx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.32rem;
}
.Footer_Container .box .boxLeft .fx .item {
  position: relative;
  margin-right: 0.2rem;
}
.Footer_Container .box .boxLeft .fx .item a {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .boxLeft .fx .item a img {
  margin: auto;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  max-width: 0.3rem;
}
.Footer_Container .box .boxLeft .fx .item .ewm {
  position: absolute;
  left: 50%;
  bottom: 0.64rem;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 1.2rem;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 2px;
  opacity: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.Footer_Container .box .boxLeft .fx .item .ewm img {
  width: 100%;
}
.Footer_Container .box .boxLeft .fx .item:hover a {
  background: #0059B3;
}
.Footer_Container .box .boxLeft .fx .item:hover a img {
  opacity: 1;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.Footer_Container .box .boxLeft .fx .item:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.Footer_Container .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxRight .item {
  margin-right: 1.5rem;
}
.Footer_Container .box .boxRight .item:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxRight .item .h5 {
  font-size: var(--f18);
  color: #666;
  font-weight: bold;
}
.Footer_Container .box .boxRight .item ul {
  margin-top: 0.24rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 0.18rem;
}
.Footer_Container .box .boxRight .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  color: #0059B3;
}
.Footer_Container .box1 {
  padding: 0.32rem 0;
  font-size: var(--f18);
  border-top: 1px solid #E3E9ED;
}
.Footer_Container .box1 span,
.Footer_Container .box1 a {
  color: #666;
  display: inline-block;
}
.Footer_Container .box1 a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box1 a:hover {
  color: #0059B3;
}
.Footer_Container .box1 .span2 {
  display: none;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner picture img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.Inner_Banner .orientation .content1 {
  font-size: var(--f58);
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.Inner_Banner .orientation .content2 {
  font-size: var(--f20);
  color: #fff;
  margin-top: 0.3rem;
}
.Product_01 {
  overflow: hidden;
}
.Product_01 .box {
  display: grid;
  gap: 1rem;
}
.Product_01 .box .list .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;
  padding-right: 1rem;
}
.Product_01 .box .list .boxLeft > div {
  width: 100%;
}
.Product_01 .box .list .boxLeft .content1 {
  font-size: var(--f36);
}
.Product_01 .box .list .boxLeft .content2 {
  margin: 0.36rem 0 0.5rem;
  min-height: 1.8rem;
}
.Product_01 .box .list .boxLeft .content2 li {
  margin-bottom: 0.24rem;
}
.Product_01 .box .list .boxLeft .content2 li:last-child {
  margin-bottom: 0;
}
.Product_01 .box .list .boxLeft .content2 li a {
  font-size: var(--f20);
  color: #333;
  padding-left: 18px;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Product_01 .box .list .boxLeft .content2 li a::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0059B3;
}
.Product_01 .box .list .boxLeft .content2 li a:hover {
  color: #0059B3;
}
.Product_01 .box .list .boxRight {
  width: 8.8rem;
}
.Product_01 .box .list .boxRight p,
.Product_01 .box .list .boxRight a {
  border-radius: 10px;
  overflow: hidden;
}
.Product_01 .box .list .boxRight p img,
.Product_01 .box .list .boxRight a img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  aspect-ratio: 880/600;
}
.Product_01 .box .list .boxRight p:hover img,
.Product_01 .box .list .boxRight a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Breadcrumbs .box {
  padding: 0.26rem 0;
}
.Breadcrumbs .box a,
.Breadcrumbs .box span {
  font-size: var(--f16);
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  display: inline;
  transition: 0.6s;
}
.Breadcrumbs .box a:hover {
  color: #0059B3;
}
.Breadcrumbs .box i {
  font-size: 12px;
  color: #999;
  padding: 0 2px;
}
.Breadcrumbs .box span {
  color: #000;
}
.Product_Info_01 .box .boxLeft {
  width: 8rem;
}
.Product_Info_01 .box .boxLeft > div {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
}
.Product_Info_01 .box .boxLeft .img {
  border-radius: 10px;
  overflow: hidden;
}
.Product_Info_01 .box .boxLeft .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_Info_01 .box .boxLeft .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_Info_01 .box .boxLeft .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
}
.Product_Info_01 .box .boxLeft .orientation .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_Info_01 .box .boxLeft .orientation .list .li {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 0.16rem 0.2rem;
  width: 2rem;
  margin-right: 10px;
}
.Product_Info_01 .box .boxLeft .orientation .list .li:last-child {
  margin-right: 0;
}
.Product_Info_01 .box .boxLeft .orientation .list .li .icon {
  width: 0.68rem;
  position: relative;
}
.Product_Info_01 .box .boxLeft .orientation .list .li .icon > img {
  width: 100%;
  -webkit-animation: rotate360 12s linear infinite;
  animation: rotate360 12s linear infinite;
}
.Product_Info_01 .box .boxLeft .orientation .list .li .icon p {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_Info_01 .box .boxLeft .orientation .list .li .icon p img {
  margin: auto;
}
.Product_Info_01 .box .boxLeft .orientation .list .li .text {
  font-size: var(--f20);
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_Info_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.2rem;
}
.Product_Info_01 .box .boxRight .content1 {
  font-size: var(--f44);
  line-height: 1.2;
}
.Product_Info_01 .box .boxRight ul {
  margin-top: 0.2rem;
}
.Product_Info_01 .box .boxRight ul li {
  padding-left: 18px;
  position: relative;
  font-size: var(--f18);
  line-height: 2;
  color: #333;
}
.Product_Info_01 .box .boxRight ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0059B3;
}
.Product_Info_01 .box .boxRight .content2 {
  font-size: var(--f24);
  margin-top: 0.45rem;
}
.Product_Info_01 .box .boxRight .content3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
  margin-top: 0.3rem;
  /*margin-bottom: 0.6rem;*/
}
.Product_Info_01 .box .boxRight .link_02 {
    margin-top: 0.6rem;
} 
.Product_Info_01 .box .boxRight .content3 .li {
  text-align: center;
}
.Product_Info_01 .box .boxRight .content3 .li .icon img {
  height: 32px;
}
.Product_Info_01 .box .boxRight .content3 .li .text {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_Info_01 .box .boxRight .content3 .li:hover .text {
  color: #0059B3;
}
.Product_Info_02 {
  background: #FBFBFB;
}
.Product_Info_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Product_Info_02 .box .item {
  background: #fff;
  border-radius: 10px;
  padding: 0.2rem;
}
.Product_Info_02 .box .item .left {
  width: 2.2rem;
  border-radius: 10px;
  overflow: hidden;
}
.Product_Info_02 .box .item .left img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_Info_02 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f20);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_Info_02 .box .item:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_Info_02 .box .item:hover .right {
  color: #0059B3;
}
.Advertisement {
  position: relative;
}
.Advertisement .img img {
  width: 100%;
  min-height: 3.8rem;
}
.Advertisement .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Advertisement .orientation .box .left {
  font-size: var(--f32);
  color: #fff;
  line-height: 1.3;
}
.Advertisement .orientation .box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Application_01 {
  overflow: hidden;
}
.Application_01 .box .item {
  position: relative;
}
.Application_01 .box .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.Application_01 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_01 .box .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
.Application_01 .box .item .orientation .content1 {
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_01 .box .item .orientation .content1 p {
  width: 0.92rem;
  margin: auto;
}
.Application_01 .box .item .orientation .content1 p img {
  width: 100%;
  -webkit-animation: rotate360 12s linear infinite;
  animation: rotate360 12s linear infinite;
}
.Application_01 .box .item .orientation .content1 > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
}
.Application_01 .box .item .orientation .content2 {
  margin-top: 0.36rem;
  font-size: var(--f28);
  color: #fff;
  line-height: 1.2;
}
.Application_01 .box .item .orientation .content3 {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  opacity: 0;
}
.Application_01 .box .item .orientation .content3 > div {
  min-height: 0;
}
.Application_01 .box .item .orientation .content3 .content5 {
  font-size: var(--f18);
  color: #fff;
  line-height: 2;
  min-height: -webkit-calc(8em);
  min-height: calc(2em * 4);
}
.Application_01 .box .item .orientation .content3 .content6 {
  margin-top: 0.44rem;
  font-size: var(--f16);
  color: #fff;
}
.Application_01 .box .item .orientation .content3 .content6 i {
  font-size: var(--f14);
  margin-left: 0.06rem;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .Application_01 .box .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Application_01 .box .item:hover .orientation .content1 {
    opacity: 0;
  }
  .Application_01 .box .item:hover .orientation .content3 {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-top: 0.32rem;
  }
}
.Application_01 .box .item .img {
  border-radius: initial;
}
.Application_01 .box .item .img img {
  aspect-ratio: 394/600;
}
.Application_02 {
  overflow: hidden;
}
.Application_02 .box .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;
  padding-right: 1rem;
}
.Application_02 .box .boxLeft > div {
  width: 100%;
}
.Application_02 .box .boxLeft .content1 {
  font-size: var(--f44);
  line-height: 1.2;
}
.Application_02 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin: 0.45rem 0 0.5rem;
}
.Application_02 .box .boxRight {
  width: 8rem;
}
.Application_02 .box .boxRight .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Application_02 .box .boxRight .swiper-slide img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Application_02 .box .boxRight .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.playVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.playVideo svg {
  width: 0.7rem;
  height: 0.7rem;
}
.Technical_Ability {
  position: relative;
}
.Technical_Ability .img img {
  width: 100%;
  min-height: 10rem;
}
.Technical_Ability .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.Technical_Ability .desc {
  font-size: var(--f20);
  color: #fff;
  line-height: 2;
  margin-top: 0.35rem;
}
@media screen and (min-width: 1281px) {
  .Technical_Ability .desc {
    /*padding: 0 1.5rem;*/
  }
}
.Technical_Ability .box {
  margin-top: 0.9rem;
}
.Technical_Ability .box .item {
  color: #fff;
  text-align: center;
  padding: 0.54rem 0.3rem 0.45rem;
  position: relative;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Technical_Ability .box .item::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  will-change: transform;
}
.Technical_Ability .box .item .content1 div {
  position: relative;
  margin: auto;
  width: 0.8rem;
}
.Technical_Ability .box .item .content1 div > img {
  -webkit-animation: rotate360 12s linear infinite;
  animation: rotate360 12s linear infinite;
}
.Technical_Ability .box .item .content1 div p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Technical_Ability .box .item .content1 div p img {
  width: 100%;
  margin: auto;
}
.Technical_Ability .box .item .content2 {
  font-size: var(--f24);
  line-height: 1.2;
  margin: 0.4rem 0 0.36rem;
}
.Technical_Ability .box .item .content3 {
  font-size: var(--f18);
  line-height: 2;
  height: -webkit-calc(4em);
  height: calc(2em * 2);
}
.Technical_Ability .box .item .content4 {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .Technical_Ability .box .item .content4 {
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
  }
}
.Technical_Ability .box .item .content4 > div {
  min-height: 0;
}
.Technical_Ability .box .item .content4 .content5 {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0.25rem 0;
}
.Technical_Ability .box .item .content4 .content6 {
  font-size: var(--f18);
  line-height: 2;
}
.Technical_Ability .box .item .content4 .content6 p {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .Technical_Ability .box .item:hover::before {
    background: #0059B3;
    border-color: #0059B3;
  }
  .Technical_Ability .box .item:hover .content4 {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .Technical_Ability .box .item {
    height: 100%;
  }
}
.Technical_Ability .box .fadeInUp2 .item {
  opacity: 1;
}
.Technical_Ability .box .swiper-slide {
  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;
  height: auto;
  min-height: 480px;
}
.Technical_Ability .box .active .item .content4 {
  grid-template-rows: 1fr;
  opacity: 1;
}
.News_01 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.News_01 .box .itemFirst {
  grid-area: 1 / 1 / 2 / 3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.News_01 .box .itemFirst::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.3%, rgba(0, 89, 179, 0)), to(#0059B3));
  background: -o-linear-gradient(top, rgba(0, 89, 179, 0) 53.3%, #0059B3 100%);
  background: linear-gradient(180deg, rgba(0, 89, 179, 0) 53.3%, #0059B3 100%);
}
.News_01 .box .itemFirst img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .itemFirst .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.4rem;
  z-index: 2;
}
.News_01 .box .itemFirst .orientation .content1 {
  font-size: var(--f18);
  color: #fff;
}
.News_01 .box .itemFirst .orientation .content1 svg {
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_01 .box .itemFirst .orientation .content1 svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .itemFirst .orientation .content2 {
  font-size: var(--f26);
  color: #fff;
  height: 1.8em;
  max-height: 1.8em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.2rem;
  font-weight: var(--b600);
}
.News_01 .box .itemFirst:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.pu_page .prev a,
.pu_page .next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: #F0F4F8;
  color: #0059B3;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: var(--f16);
  font-weight: bold;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background-color: #0059B3;
  color: #fff;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.pu_page .number a {
  font-size: var(--f18);
  color: #999;
  font-family: 'MB';
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  padding-bottom: 0.1rem;
}
.pu_page .number a.active,
.pu_page .number a:hover {
  color: #000;
}
.pu_page .number a.active::after,
.pu_page .number a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.12rem;
  height: 2px;
  background-color: #0059B3;
}
.News_Detail {
  padding-top: 0.6rem;
}
.News_Detail .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_Detail .box .boxLeft .content1 {
  font-size: var(--f40);
  margin-bottom: 0.3rem;
}
.News_Detail .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #0059B3;
}
.News_Detail .box .boxLeft .content2 svg {
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_Detail .box .boxLeft .heng {
  background: #C6C6C6;
  height: 1px;
  margin: 0.6rem 0 0.5rem;
}
.News_Detail .box .boxLeft .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.News_Detail .box .boxLeft .content3 h6,
.News_Detail .box .boxLeft .content3 h5 {
  font-size: var(--f24);
  color: #0059B3;
}
.News_Detail .box .boxLeft .content4 {
  margin-top: -10px;
}
.News_Detail .box .boxLeft .content4 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_Detail .box .boxLeft .content4 .left a {
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.News_Detail .box .boxLeft .content4 .left a:hover {
  color: #0059B3;
}
.News_Detail .box .boxLeft .content4 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_Detail .box .boxRight {
  width: 5.4rem;
  padding-left: 1.4rem;
}
.News_Detail .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.News_Detail .box .boxRight .sticky .h5 {
  font-size: var(--f36);
}
.News_Detail .box .boxRight .sticky .list {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.4rem;
}
.News_Detail .box .boxRight .sticky .list a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.News_Detail .box .boxRight .sticky .list a figure {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 520/290;
}
.News_Detail .box .boxRight .sticky .list a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.News_Detail .box .boxRight .sticky .list a figcaption {
  padding: 0.22rem 0 0;
}
.News_Detail .box .boxRight .sticky .list a figcaption .content1 {
  font-size: var(--f18);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_Detail .box .boxRight .sticky .list a figcaption .content1 svg {
  margin-right: 8px;
}
.News_Detail .box .boxRight .sticky .list a figcaption .content2 {
  font-size: var(--f18);
  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;
  margin: 0.16rem 0 0;
  font-weight: var(--bold);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_Detail .box .boxRight .sticky .list a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_Detail .box .boxRight .sticky .list a:hover figcaption .content2 {
  color: #0059B3;
}
.Contact_01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.6rem;
}
@media screen and (max-width: 1200px) {
  .Contact_01 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.Contact_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-right: 1rem;
}
.Contact_01 .box .boxLeft .title_01 {
  margin-bottom: 0.54rem;
}
.Contact_01 .box .boxLeft .title_01 .h5 {
  color: #000;
}
.Contact_01 .box .boxLeft .contact_side .item + .item {
  margin-top: 0.28rem;
}
.Contact_01 .box .boxLeft .contact_side .item .label {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 0.1rem;
  line-height: 1.3;
}
.Contact_01 .box .boxLeft .contact_side .item .value {
  color: #000;
  line-height: 1.45;
  font-family: 'MSB';
  font-size: var(--f22);
}
.Contact_01 .box .boxLeft .contact_side .item .value p {
  margin: 0;
}
.Contact_01 .box .boxLeft .contact_side .item .value p + p {
  margin-top: 0.06rem;
}
.Contact_01 .box .boxLeft .contact_side .item .value a {
  color: #000;
  font-size: var(--f34);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Contact_01 .box .boxLeft .contact_side .item .value a[href^="mailto:"] {
  color: #0059B3;
}
.Contact_01 .box .boxLeft .contact_side .item .value a:hover {
  opacity: 0.8;
}
.Contact_01 .box .boxLeft .ewm_wrap {
  margin-top: 0.48rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Contact_01 .box .boxLeft .ewm_wrap img {
  display: block;
  width: 1.2rem;
}
.Contact_01 .box .boxLeft .ewm_wrap .caption {
  margin-top: 0.1rem;
  font-size: var(--f16);
  color: #666;
}
.Contact_01 .box .boxRight {
  width: 8.2rem;
}
@media screen and (max-width: 1200px) {
  .Contact_01 .box .boxRight {
    width: 100%;
  }
}
.Contact_01 .box .boxRight .item {
  position: relative;
  background: #FBFBFB;
  border: 1px solid #EEF4F7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  overflow: hidden;
}
.Contact_01 .box .boxRight .item input,
.Contact_01 .box .boxRight .item textarea {
  height: 60px;
  width: 100%;
  background: none;
  padding: 0 0.2rem;
  position: relative;
  z-index: 2;
  border: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.Contact_01 .box .boxRight .item input:not(:placeholder-shown) + p,
.Contact_01 .box .boxRight .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_01 .box .boxRight .item textarea {
  height: 2rem;
  padding: 0.2rem 0.2rem;
  resize: none;
}
.Contact_01 .box .boxRight .item:hover {
  background: transparent;
  border-color: #0059B3;
}
.Contact_01 .box .boxRight .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
  color: #999;
}
.Contact_01 .box .boxRight .item p em {
  color: red;
}
.Contact_01 .box .boxRight .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_01 .box .boxRight .list3 {
  margin-top: 0.2rem;
}
.Contact_01 .box .boxRight .list3 .item p {
  top: 0.2rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Contact_01 .box .boxRight .list4 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
  margin-bottom: 0.66rem;
}
.Contact_01 .box .boxRight .list4 p {
  margin-left: 0.06rem;
}
.Contact_01 .box .boxRight .list4 p a {
  display: inline-block;
}
.Contact_01 .box .boxRight .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #0059B3 !important;
  background: var(--gradient);
}
.Contact_01 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #0059B3;
}
.Contact_01 .box .boxRight .list4 .layui-form-checked[lay-skin=primary] i {
  background: #0059B3;
}
.Contact_01 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_01 .box .boxRight .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #0059B3;
  border-bottom: 1px solid transparent;
}
.Contact_01 .box .boxRight .list4 a:hover {
  border-bottom: 1px solid #0059B3;
}
.Contact_01 .box .boxRight label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.Contact_02 {
  background: #FBFBFB;
}
.Contact_02 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Contact_02 .box .item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.Contact_02 .box .item .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .item .img img {
  width: 100%;
}
.Contact_02 .box .item .img::after {
  content: '';
  position: absolute;
  inset: 0;
  /*background: rgba(0, 89, 179, 0.5);*/
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: rgba(245, 245, 245, 0.8);
  
}
.Contact_02 .box .item .orienation {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.3rem 0.4rem;
}
.Contact_02 .box .item .orienation .content1 {
  font-size: var(--f28);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .item .orienation .content1 svg {
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Contact_02 .box .item .orienation .content1 svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .item .orienation .content2 {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0.2rem;
}
.Contact_02 .box .item .go {
  position: absolute;
  left: 0.4rem;
  bottom: 0.35rem;
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .item .go svg {
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Contact_02 .box .item .go svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_02 .box .item:hover .img {
  opacity: 1;
}
.Contact_02 .box .item:hover .img::after{
    background: rgba(0, 89, 179, 0.5);
}

.Contact_02 .box .item:hover .orienation .content1 {
  color: #fff;
}
.Contact_02 .box .item:hover .orienation .content1 svg path {
  fill: #fff;
}
.Contact_02 .box .item:hover .orienation .content2 {
  color: #fff;
}
.Contact_02 .box .item:hover .go {
  color: #fff;
}
.Contact_02 .box .item:hover .go svg path {
  fill: #fff;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.2rem;
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
}
.About_01 .box .boxLeft > div {
  width: 100%;
}
.About_01 .box .boxLeft .desc {
  font-size: var(--f20);
  color: #000;
  line-height: 1.8;
  margin-top: 0.5rem;
}
.About_01 .box .boxRight {
  width: 8rem;
}
.About_01 .box .boxRight > div {
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.About_01 .box .boxRight > div img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  aspect-ratio: 800/520;
}
.About_01 .box .boxRight > div:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_02 {
  position: relative;
}
.About_02 .orienation {
  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;
}
.About_02 .desc {
  font-size: var(--f24);
  color: #fff;
  margin-top: 0.4rem;
}
.About_03 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: wmdkh 10s linear infinite;
  animation: wmdkh 10s linear infinite;
}
.About_03 .box ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.About_03 .box ul li {
  padding: 0 0.1rem;
  position: relative;
}
.About_03 .box ul li p {
  width: 3rem;
  border-radius: 10px;
  border: 1px solid #C6C6C6;
  overflow: hidden;
}
.About_03 .box ul li img {
  width: 100%;
  aspect-ratio: 300/120;
}
.About_03 .box .banner {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.About_03 .box .banner:last-child {
  margin-bottom: 0;
}
.About_03 .box .banner:nth-child(2n) ul {
  animation-direction: reverse;
}
@-webkit-keyframes wmdkh {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes wmdkh {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.banner_button div {
  width: 46px;
  height: 46px;
  background: #EEF4F7;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_button div i {
  font-size: var(--f14);
  color: #0059B3;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1;
}
.banner_button div:hover {
  background: #0059B3;
}
.banner_button div:hover i {
  color: #fff;
}
.banner_button .next {
  margin-left: 10px;
}
.About_04 {
  background: #FBFBFB;
  overflow: hidden;
}
.About_04 .box .swiper-slide {
  padding: 0.26rem 0.34rem 0.4rem;
  height: auto;
  background: #fff;
  text-align: center;
  position: relative;
}
.About_04 .box .swiper-slide::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: #0059B3;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_04 .box .swiper-slide figure img {
  width: 100%;
}
.About_04 .box .swiper-slide figcaption {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.38rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_04 .box .swiper-slide:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.About_04 .box .swiper-slide:hover figcaption {
  color: #0059B3;
}
.About_05 {
  background: url(../images/about4.jpg) no-repeat 50% 50% / cover;
  padding-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}
.About_05::after {
  content: '';
  width: 2.2rem;
  background: -o-linear-gradient(179.78deg, #FFFFFF 28.97%, rgba(255, 255, 255, 0) 99.81%);
  background: linear-gradient(270.22deg, #FFFFFF 28.97%, rgba(255, 255, 255, 0) 99.81%);
  position: absolute;
  top: 0;
  right: -0.8rem;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.About_05 .wMain {
  z-index: 3;
  position: relative;
}
.About_05 .box {
  margin-top: 0.22rem;
}
.About_05 .box .swiper .swiper-wrapper {
  padding-left: var(--interval);
  background: url(../images/heng.svg) left / 100vw 100%;
  background-repeat-y: no-repeat;
  padding-right: 3.5rem;
}
.About_05 .box .swiper-slide {
  height: 540px;
}
.About_05 .box .swiper-slide .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.About_05 .box .swiper-slide .item .icon div {
  width: 18px;
  height: 18px;
  background: #0059B3;
  border-radius: 50%;
  border: 3px solid #fff;
}
.About_05 .box .swiper-slide .item .icon p {
  text-align: center;
  margin-top: 4px;
}
.About_05 .box .swiper-slide .item .contetnt {
  position: absolute;
  left: 40px;
  top: 0;
}
.About_05 .box .swiper-slide .item .contetnt .content1 {
  font-size: var(--f24);
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #000;
}
.About_05 .box .swiper-slide .item .contetnt .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.2rem;
  white-space: nowrap;
}
.About_05 .box .swiper-slide .item:hover .contetnt .content1 {
  color: #0059B3;
}
.About_05 .box .swiper-slide:nth-child(2n-1) .item .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.About_05 .box .swiper-slide:nth-child(2n-1) .item .contetnt {
  top: 0.3rem;
}
.About_05 .box .swiper-slide:nth-child(2n) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.About_05 .box .swiper-slide:nth-child(2n) .item .contetnt {
  top: 0.7rem;
}
.About_05 .box .swiper-slide:nth-child(1) .item,
.About_05 .box .swiper-slide:nth-child(9) .item {
  top: 3%;
}
.About_05 .box .swiper-slide:nth-child(2) .item {
  top: 0%;
}
.About_05 .box .swiper-slide:nth-child(3) .item,
.About_05 .box .swiper-slide:nth-child(12) .item {
  top: -2%;
}
.About_05 .box .swiper-slide:nth-child(4) .item,
.About_05 .box .swiper-slide:nth-child(10) .item {
  top: -4%;
}
.About_05 .box .swiper-slide:nth-child(5) .item {
  top: 1%;
}
.About_05 .box .swiper-slide:nth-child(6) .item {
  top: 2.5%;
}
.About_05 .box .swiper-slide:nth-child(7) .item {
  top: 3%;
}
.About_05 .box .swiper-slide:nth-child(7) .item {
  top: 3%;
}
.About_05 .box .swiper-slide:nth-child(8) .item {
  top: -0.5%;
}
.About_05 .box .swiper-slide:nth-child(11) .item {
  top: -2.5%;
}
.About_05 .box .swiper-slide:nth-child(13) .item {
  top: 4%;
}
.About_05 .box .swiper-slide:nth-child(14) .item {
  top: 2.5%;
}
.About_05 .box .swiper-slide:nth-child(15) .item,
.About_05 .box .swiper-slide:nth-child(16) .item {
  top: 1%;
}
.About_05 .box .swiper-slide:nth-child(18) .item {
  top: -5%;
}
.About_05 .box .swiper-slide:nth-child(19) .item {
  top: -1%;
}
.About_05 .box .swiper-slide:nth-child(20) .item {
  top: 0.6%;
}
@media screen and (max-width: 1500px) {
  :root {
    --line: 42px;
  }
  .link_02.no .a svg {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .link_01 .a,
  .link_02 .a,
  .link_03 .a,
  .link_04 .a {
    min-width: 1.6rem;
  }
  .link_01 .a p,
  .link_02 .a p,
  .link_03 .a p,
  .link_04 .a p {
    font-size: var(--f18);
  }
  .About_05 .box .swiper-slide:nth-child(1) .item {
    top: 2%;
  }
  .About_05 .box .swiper-slide:nth-child(4) .item,
  .About_05 .box .swiper-slide:nth-child(10) .item {
    top: -3%;
  }
  .About_05 .box .swiper-slide:nth-child(11) .item {
    top: -1.7%;
  }
  .About_05 .box .swiper-slide:nth-child(3) .item {
    top: -1.3%;
  }
  .About_05 .box .swiper-slide:nth-child(6) .item {
    top: 1.5%;
  }
  .About_05 .box .swiper-slide:nth-child(12) .item {
    top: -1.9%;
  }
  .About_05 .box .swiper-slide:nth-child(9) .item {
    top: 3%;
  }
  .About_05 .box .swiper-slide:nth-child(15) .item,
  .About_05 .box .swiper-slide:nth-child(16) .item {
    top: 0.5%;
  }
  .About_05 .box .swiper-slide:nth-child(20) .item {
    top: 0;
  }
}
@media screen and (max-width: 1450px) {
  .Footer_Container .box1 {
    font-size: var(--f16);
  }
  .Technical_Ability .box {
    margin-top: 0;
  }
  .Technical_Ability .box .item .content1 div p {
    width: 26px;
    height: 26px;
  }
  .Product_Info_01 .box .boxLeft .orientation .list .li .icon p {
    width: 20px;
    height: 20px;
  }
  .link_02.no .a svg {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  .Product_Info_01 .box .boxRight .content3 {
    grid-template-columns: repeat(5, 1fr);
  }
  .Contact_02 .box .item .orienation .content1 svg {
    -webkit-transform: translateY(-2px) scale(0.9);
    -ms-transform: translateY(-2px) scale(0.9);
    transform: translateY(-2px) scale(0.9);
  }
  .SelectNav1 ._box ._right{
      width: 3.4rem;
  }
  
}
@media screen and (max-width: 1400px) {
  .Product_01 .box .list .boxRight {
    width: 8.4rem;
  }
  .Product_Info_01 .box .boxLeft .orientation .list .li {
    width: 2.2rem;
  }
  .About_05 .box .swiper-slide:nth-child(13) .item {
    top: 3%;
  }
  .About_05 .box .swiper-slide:nth-child(18) .item {
    top: -4%;
  }
  .Home_Product .box .swiper .swiper-slide .item .orientation .content2 {
    max-width: 3.7rem;
  }
}
@media screen and (max-width: 1281px) {
  .Home_Product .box .swiper .swiper-slide .item .orientation .content2 {
    max-width: 3.6rem;
  }
  .Home_About .box .boxLeft {
    padding-right: 1rem;
  }
  .Home_About .box .boxRight {
    width: 8.4rem;
  }
  .Footer_Container .box .boxRight .item {
    margin-right: 1.2rem;
  }
  .Contact_02 .box .item .img img {
    min-height: 2.6rem;
  }
  .About_01 .box .boxLeft {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 40px;
  }
  :root {
    --line: 45px;
  }
  .Home_Product .box {
    /*padding-right: 0;*/
  }
  .Home_Product .box .swiper .swiper-slide .item .title {
    display: none;
  }
  .Home_Product .box .swiper .swiper-slide .item .orientation {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .Home_About .img img {
    min-height: 8.3rem;
  }
  .Footer_Container .box .boxRight {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.2rem;
    height: 100%;
  }
  .Footer_Container .box .boxRight .item {
    margin-right: 0;
  }
  .Footer_Container .box .boxRight ul {
    display: none;
  }
  .Footer_Container .box .boxLeft .fx .item a {
    width: 0.7rem;
    height: 0.7rem;
  }
  .Footer_Container .box .boxLeft .fx .item .ewm {
    bottom: 0.74rem;
    width: 1.3rem;
  }
  .Footer_Container .box1 {
    text-align: center;
  }
  .Footer_Container .box1 .left {
    width: 100%;
  }
  .Footer_Container .box1 .right {
    width: 100%;
  }
  .Footer_Container .box .boxLeft .logo img {
    height: 40px;
  }
  .Inner_Banner picture img {
    min-height: 4rem;
  }
  .Product_01 .box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Advertisement .orientation .box .left {
    width: 100%;
  }
  .Advertisement .orientation .box .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .Technical_Ability .img img {
    min-height: 11rem;
  }
  .pu_page .number {
    display: none;
  }
  .About_05 .box .swiper-slide:nth-child(2) .item {
    top: -3%;
  }
  .About_05 .box .swiper-slide:nth-child(3) .item {
    top: 2%;
  }
  .About_05 .box .swiper-slide:nth-child(4) .item {
    top: -1%;
  }
  .About_05 .box .swiper-slide:nth-child(5) .item {
    top: 0%;
  }
  .About_05 .box .swiper-slide:nth-child(6) .item {
    top: 0%;
  }
  .About_05 .box .swiper-slide:nth-child(7) .item {
    top: 2%;
  }
  .About_05 .box .swiper-slide:nth-child(8) .item {
    top: -3%;
  }
  .About_05 .box .swiper-slide:nth-child(10) .item {
    top: -1%;
  }
  .About_05 .box .swiper-slide:nth-child(11) .item {
    top: 0;
  }
  .About_05 .box .swiper-slide:nth-child(12) .item {
    top: 0;
  }
  .About_05 .box .swiper-slide:nth-child(13) .item {
    top: 2%;
  }
  .About_05 .box .swiper-slide:nth-child(14) .item {
    top: -3%;
  }
  .About_05 .box .swiper-slide:nth-child(15) .item {
    top: 2%;
  }
  .About_05 .box .swiper-slide:nth-child(16) .item {
    top: -1%;
  }
  .About_05 .box .swiper-slide:nth-child(18) .item {
    top: 0%;
  }
  .About_05 .box .swiper-slide:nth-child(19) .item {
    top: 2%;
  }
  .About_05 .box .swiper-slide:nth-child(20) .item {
    top: -3%;
  }
  .Contact_01 .box .boxLeft .ewm_wrap img {
    width: 1.4rem;
  }
  .Technical_Ability .box {
    margin-top: 0.6rem;
  }
  .Technical_Ability .box .swiper-slide {
    min-height: initial;
  }
  .Product_Info_02 .box,
  .News_01 .box .list,
  .News_Detail .box .boxRight .sticky .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Contact_02 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Home_About .box .boxLeft,
  .Product_01 .box .list .boxLeft,
  .Product_Info_01 .box .boxLeft,
  .Application_02 .box .boxLeft,
  .News_Detail .box .boxLeft,
  .About_01 .box .boxLeft,
  .Contact_01 .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .Home_About .box .boxRight,
  .Product_01 .box .list .boxRight,
  .Product_Info_01 .box .boxRight,
  .Application_02 .box .boxRight,
  .News_Detail .box .boxRight,
  .About_01 .box .boxRight,
  .Contact_01 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0.6rem;
  }
  .Product_01 .box .list .boxRight {
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .Home_About .img {
    padding-top: 4.6rem;
    background: #dff1fd;
  }
  .Home_About .img img {
    min-height: initial;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 36px;
  }
  :root {
    --line: 40px;
  }
  .Home_Banner .page {
    bottom: 0.24rem;
  }
  .banner_page div span,
  .Home_Banner .page div span {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .link_01 .a,
  .link_02 .a,
  .link_03 .a,
  .link_04 .a {
    min-width: 2.2rem;
  }
  .Home_Product {
    --h1: 4.6rem;
  }
  .title_01 .h6 {
      /*26*/
    font-size: var(--f20);
  }
  .title_01 .h5 {
      /*28*/
    font-size: var(--f26);
  }
  .Home_Product .box .swiper .swiper-slide .item .orientation .content2 {
    margin: 0.12rem 0 0.28rem;
    max-width: 100%;
  }
  .Home_About .box .boxRight .desc {
    height: 10.8em;
    max-height: 10.8em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .news_item figcaption {
    padding: 0.3rem 0.4rem;
  }
  .news_item figcaption .content1 svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .News_01 .box .itemFirst .orientation .content1 svg {
    margin-right: 8px;
    -webkit-transform: translateY(-2px) scale(0.9);
    -ms-transform: translateY(-2px) scale(0.9);
    transform: translateY(-2px) scale(0.9);
  }
  .News_Detail .box .boxRight .sticky .list a figcaption .content1 svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Footer_Container .box .boxRight,
  .Footer_Container .box1 .span1 {
    display: none;
  }
  .Footer_Container .box1 .span2 {
    display: inline-block;
  }
  .Footer_Container .box .boxLeft {
    max-width: 100%;
  }
  .Home_News .swiper {
    padding-right: 1px;
  }
  .Footer_Container .box .boxLeft .logo img {
    height: 36px;
  }
  .Footer_Container .box .boxLeft .info .li {
    font-size: var(--f20);
  }
  .Home_Application .box .item .orientation .content1 > img {
    width: 25px;
  }
  .Product_Info_01 .box .boxRight .content3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .Product_Info_02 .box,
  .News_01 .box .list,
  .News_Detail .box .boxRight .sticky .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Product_Info_02 .box .item .left {
    width: 2.8rem;
  }
  .Advertisement .img img {
    min-height: 4.8rem;
  }
  .Product_Info_02 .box .item .right {
    padding: 0 0.4rem;
  }
  .Application_01 .box .item .orientation .content1 > img {
    width: 24px;
  }
  .Technical_Ability .box .swiper {
    width: -webkit-calc(105%);
    width: calc(100% + 5vw);
    padding-right: 5vw;
  }
  .Technical_Ability .img img {
    min-height: 14rem;
  }
  .Technical_Ability .box .item .content1 div {
    width: 1.2rem;
  }
  .News_01 .box .itemFirst {
    grid-area: initial;
  }
  .News_01 .box .itemFirst img {
    aspect-ratio: 520/290;
  }
  .pu_page .prev a,
  .pu_page .next a,
  .banner_button div {
    width: 40px;
    height: 40px;
  }
  .News_Detail .box .boxLeft .content4 .right {
    display: none;
  }
  .News_Detail .box .boxRight .sticky .list {
    gap: 0.4rem;
  }
  .About_02 .img img {
    min-height: 4rem;
  }
  .About_04 .title_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Contact_01 .box .boxRight .item input {
    height: 48px;
  }
  .Contact_01 .box .boxRight .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_02 .box .item .img img {
    min-height: 3.3rem;
  }
  .Contact_01 .box .boxLeft .ewm_wrap img {
    width: 1.8rem;
  }
  .Product_01 .box .list .boxLeft .content2 {
    min-height: initial;
  }
  .Product_Info_01 .box .boxLeft .orientation .list .li .icon {
    width: 0.78rem;
  }
  .Product_Info_01 .box .boxLeft .orientation .list .li .icon p {
    width: 16px;
    height: 16px;
  }
  .Product_Info_01 .box .boxLeft .orientation .list .li {
    min-width: 2.3rem;
    width: auto;
  }
  .Product_Info_01 .box .boxRight ul li {
    padding-left: 14px;
  }
  .Technical_Ability .desc {
    font-size: 14px;
    line-height: 1.8;
    height: -webkit-calc(12.6em);
    height: calc(1.8em * 8);
    overflow: auto;
  }
  .About_05 .box .swiper-slide:nth-child(2n-1) .item .contetnt {
    top: 0.8rem;
  }
  .About_05 .box .swiper-slide:nth-child(2n) .item .contetnt {
    top: 1.1rem;
  }
  .About_05 .box .swiper-slide:nth-child(2) .item {
    top: -1.2%;
  }
  .About_05 .box .swiper-slide:nth-child(3) .item {
    top: 1.3%;
  }
  .About_05 .box .swiper-slide:nth-child(5) .item {
    top: 0.4%;
  }
  .About_05 .box .swiper-slide:nth-child(6) .item {
    top: -1.3%;
  }
  .About_05 .box .swiper-slide:nth-child(7) .item {
    top: 1%;
  }
  .About_05 .box .swiper-slide:nth-child(8) .item {
    top: -1%;
  }
  .About_05 .box .swiper-slide:nth-child(9) .item {
    top: 2%;
  }
  .About_05 .box .swiper-slide:nth-child(10) .item {
    top: -2%;
  }
  .About_05 .box .swiper-slide:nth-child(11) .item {
    top: 1.4%;
  }
  .About_05 .box .swiper-slide:nth-child(12) .item {
    top: -2%;
  }
  .About_05 .box .swiper-slide:nth-child(14) .item {
    top: -1%;
  }
  .About_05 .box .swiper-slide:nth-child(15) .item {
    top: 1%;
  }
  .About_05 .box .swiper-slide:nth-child(17) .item {
    top: 0.6%;
  }
  .About_05 .box .swiper-slide:nth-child(18) .item {
    top: -1%;
  }
  .About_05 .box .swiper-slide:nth-child(19) .item {
    top: 1%;
  }
  .About_05 .box .swiper-slide:nth-child(20) .item {
    top: -1.3%;
  }
  .Inner_Banner .orientation .content1{
       font-size: var(--f30);
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: var(--f28);
    /*50*/
    /*width: 72%;*/
  }
  .News_Detail .box .boxLeft .content1 {
    font-size: var(--f26);
  }
  .Advertisement .orientation .box .left {
    font-size: var(--f24);
  }
  .news_item figcaption .content2 ,
  .Technical_Ability .desc{
    font-size: var(--f22);
  }
  .News_Detail .box .boxRight .sticky .list a figcaption .content2,
  .About_02 .desc {
    font-size: var(--f20);
  }
  .Inner_Banner .orientation .content2{
       font-size: var(--f18);
  }
  .title_01 .fbt,
  .Technical_Ability .box .item .content3,
  .Technical_Ability .box .item .content4 .content6{
       font-size: var(--f14);
  }
  .Footer_Container .box1 {
    font-size: 12px;
  }
  .Home_About .img {
    padding-top: 4.8rem;
  }
  .Home_About .img img {
    min-height: 5.2rem;
    transform: translateX(15%) scale(1.3);
  }
  .Home_About .box .boxRight .link_03 {
    display: flex;
    justify-content: flex-end;
  }
  
  .Technical_Ability .desc{
      text-align: justify;
      text-indent: 26px;
      font-size: 13px;
  }
  
  
  
  
}
/*# sourceMappingURL=./style.css.map */