:root {
  --swiper-theme-color: #1e6ca4;
}
body {
  --www: 1.6rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #1e6ca4;
  --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: 16px;
    --f20: 18px;
    --f22: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 16px;
    --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.42rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #1e6ca4;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #1e6ca4 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.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: #f6f7fa;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.mt {
  margin-top: 0.6rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f7fa;
}
.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: #1e6ca4;
  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: #1e6ca4;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #1e6ca4;
}
.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: #1e6ca4;
}
.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: #1e6ca4;
}
.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: #1e6ca4;
}
.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: #1e6ca4;
}
.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: #1e6ca4;
}
.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: #1e6ca4;
}
.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 #1e6ca4;
}
.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: #1e6ca4;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
    /*content: '';*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a img {
  width: 2.67rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.2rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  line-height: var(--nav_height);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item:hover > p a {
  color: #1e6ca4;
}
.Header_Container .box nav .item:hover .NavSelect,
.Header_Container .box nav .item:hover .dhxl{
    display: block;
  /*opacity: 1;*/
  /*-webkit-transition: 0.4s;*/
  /*-o-transition: 0.4s;*/
  /*transition: 0.4s;*/
  /*visibility: inherit;*/
}
.Header_Container .box nav .item.active > p a {
  color: #1e6ca4;
}
.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .button .language path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .language a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .language a i {
  font-weight: bold;
  font-size: var(--f14);
}
.Header_Container .box .button .baojian {
  margin-left: 0.35rem;
}
.Header_Container.active,
.Header_Container.sticky {
  background: #0a4e7e;
}
.Header_Container.active .box .logo a .img1,
.Header_Container.sticky .box .logo a .img1 {
  opacity: 0;
}
.Header_Container.active .box .logo a .img2,
.Header_Container.sticky .box .logo a .img2 {
  opacity: 1;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.sticky .box nav .item > p a {
  color: #fff;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.sticky .box nav .item:hover > p a {
  font-weight: bold;
}
.Header_Container.active .box nav .item.active > p a,
.Header_Container.sticky .box nav .item.active > p a {
  font-weight: bold;
}
.Header_Container.active .box .button .language a,
.Header_Container.sticky .box .button .language a {
  color: #fff;
}
.Header_Container.active .box .button .language a path,
.Header_Container.sticky .box .button .language a path {
  fill: #fff;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.dhxl {
  /*visibility: hidden;*/
  /*opacity: 0;*/
  display: none;
}
.dhxl ._box {
  background: #f0f2f4;
  box-shadow: 0px 5px 30px 0px rgba(154, 154, 154, 0.3);
  position: absolute;
  width: 2rem;
  left: 50%;
  top: 85%;
  transform: translateX(-50%);
}
.dhxl ._box .item_ {
  position: relative;
}
.dhxl ._box .item_ > p {
  border-bottom: 1px solid #ddd;
  padding: 0 0.2rem;
  transition: 0.4s;
}
.dhxl ._box .item_ > p a {
  font-size: var(--f18);
  color: #666;
  line-height: 0.5rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.dhxl ._box .item_ > p a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f14);
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.dhxl ._box .item_ ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 2rem;
  background: #f0f2f4;
  box-shadow: 0px 5px 30px 0px rgba(154, 154, 154, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.dhxl ._box .item_ ul li a {
  font-size: var(--f16);
  color: #666;
  line-height: 0.5rem;
  border-bottom: 1px solid #ddd;
  transition: 0.4s;
  padding: 0 0.2rem;
}
.dhxl ._box .item_ ul li a:hover {
  background: #278ec5;
  color: #fff;
}
.dhxl ._box .item_ ul li:last-child > a {
  border-color: transparent;
}
.dhxl ._box .item_:last-child > p {
  border-color: transparent;
}
.dhxl ._box .item_:hover > p {
  background: #278ec5;
}
.dhxl ._box .item_:hover > p a {
  color: #fff;
}
.dhxl ._box .item_:hover > p a i {
  opacity: 1;
}
.dhxl ._box .item_:hover ul {
  visibility: initial;
  opacity: 1;
}


.NavSelect {
  /*width: 11.5rem;*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*padding-top: 0.2rem;*/
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.NavSelect ._box {
  background: #f0f2f4;
  -webkit-box-shadow: 0px 10px 10px #f5f5f5;
  box-shadow: 0px 10px 10px #f5f5f5;
}
.NavSelect ._box ._left {
  width: 2rem;
  background: #fff;
  padding: 0rem 0rem;
}
.NavSelect ._box ._left ul li {
  border-bottom: 1px solid #ddd;
}
.NavSelect ._box ._left ul li:last-child {
  border-bottom: none;
}
.NavSelect ._box ._left ul li a {
  font-size: var(--f20);
  color: #666;
  line-height: 0.56rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 0 0.1rem;
}
.NavSelect ._box ._left ul li a i {
    display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #278ec5;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NavSelect ._box ._left ul li a:hover {
  background:  #1e6ca4;
  color: #fff !important;
}
.NavSelect ._box ._left ul .active a {
  color: #1e6ca4;
}
.NavSelect ._box ._left ul .active a i {
  opacity: 1;
}
.NavSelect ._box ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding:0.2rem 0.4rem;
  display: none;
}
.NavSelect ._box ._right .content1 > div {
  margin-bottom: 0.1rem;
}
.NavSelect ._box ._right .content1 > div:last-child {
  margin-bottom: 0;
}
.NavSelect ._box ._right .content1 > div div {
  font-size: var(--f16);
  font-weight: bold;
}
.NavSelect ._box ._right .content1 > div p {
  font-family: 'MR';
  font-size: var(--f24);
  color: #1e6ca4;
  margin-top: 5px;
}
.NavSelect ._box ._right .content2 {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  text-align: center;
}
.NavSelect ._box ._right .content2 figure img {
  width: 1.1rem;
}
.NavSelect ._box ._right .content2 figcaption {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.16rem;
}
.baojian a {
  background: #278ec5;
  font-size: var(--f14);
  color: #fff;
  width: 1.3rem;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  margin-top: 1.9rem;
  font-size: var(--f56);
  color: #1e6ca4;
  font-weight: bold;
  line-height: 1.2;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f24);
  color: #231815;
  margin-top: 0.2rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.32rem;
}
.Home_Banner .page {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.64rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Home_Banner .page div span {
  border-radius: 0;
  width: 0.36rem;
  height: 3px;
  opacity: 1;
  background: #cacacc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  background: #278ec5;
}
.Home_Banner .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Banner .button div path {
  transition: 0.4s;
}
.Home_Banner .button div:hover {
  opacity: 1;
}
.Home_Banner .button div:hover path {
  fill: #1e6ca4;
}
.Home_Banner .button .prev {
  left: 0.5rem;
}
.Home_Banner .button .next {
  right: 0.5rem;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.link_01 .a {
  min-width: 1.5rem;
  line-height: 0.46rem;
  border: 1px solid #278ec5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #278ec5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 0 0.2rem;
  cursor: pointer;
}
.link_01 .a span {
  margin-right: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .link_01 .a:hover {
    background: #278ec5;
    color: #fff;
  }
}
.link_02 .a {
  min-width: 1.5rem;
  line-height: 0.46rem;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 0 0.2rem;
}
.link_02 .a span {
  margin-right: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .link_02 .a:hover {
    background: #fff;
    color: #278ec5;
  }
}
.f48 {
  font-size: var(--f48);
  line-height: 1.2;
  font-weight: bold;
}
.title_01 .tit {
  font-size: var(--f48);
  line-height: 1.2;
  font-weight: bold;
}
.title_01 .desc {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.12rem;
}
.desc_01 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
}
.Home_About {
  background: url(../images/img2.jpg) no-repeat 50% 50% / cover;
}
.Home_About .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.05rem;
  --w: 0.64rem;
}
.Home_About .box .boxLeft .list .item {
  padding-bottom: 0.55rem;
  position: relative;
}
.Home_About .box .boxLeft .list .item:after {
  position: absolute;
  content: '';
  top: var(--w);
  height: calc(100% - var(--w));
  left: -webkit-calc(var(--w) / 2);
  left: calc(var(--w) / 2);
  border-left: 1px dashed #ddd;
}
.Home_About .box .boxLeft .list .item:last-child {
  padding-bottom: 0;
}
.Home_About .box .boxLeft .list .item:last-child:after {
  display: none;
}
.Home_About .box .boxLeft .list .item .left {
  width: 0.9rem;
}
.Home_About .box .boxLeft .list .item .left p {
  width: var(--w);
  height: var(--w);
  border: 2px solid #b0cbde;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .box .boxLeft .list .item .left p img {
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.Home_About .box .boxLeft .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Home_About .box .boxLeft .list .item .right .content1 {
  color: #1e6ca4;
  font-size: var(--f20);
  font-weight: bold;
  margin-bottom: 8px;
}
.Home_About .box .boxLeft .list .item .right .content1 span {
  font-size: var(--f50);
  font-family: 'MB';
  line-height: 1;
  position: relative;
  display: inline-block;
}
.Home_About .box .boxLeft .list .item .right .content1 span em {
  opacity: 0;
}
.Home_About .box .boxLeft .list .item .right .content1 span .data {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.Home_About .box .boxLeft .list .item .right .content2 {
  font-size: var(--f18);
  color: #111;
  font-weight: bold;
}
.Home_About .box .boxLeft .list .item .right .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  margin-top: 0.12rem;
}
.Home_About .box .boxRight {
  width: 8.35rem;
}
.Home_About .box .boxRight > div {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.Home_About .box .boxRight > div div {
  overflow: hidden;
}
.Home_About .box .boxRight > div div img {
  width: 100%;
}
.Home_About .box .boxRight > div .play {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.Home_About .box .boxRight > div .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play1.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: yz 3s linear infinite;
  animation: yz 3s linear infinite;
}
@-webkit-keyframes yz {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes yz {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.Home_Advantage {
  padding: 0.35rem 0;
  background: url(../images/img4.jpg) no-repeat 50% 50% / cover;
}
.Home_Advantage .h5 {
  font-size: var(--f24);
  color: #fff;
}
.Home_Advantage .box {
  margin-top: 0.3rem;
}
.Home_Advantage .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Advantage .box .item .icon {
  margin-right: 0.32rem;
}
.Home_Advantage .box .item .icon img {
  max-height: 0.75rem;
  max-width: 0.7rem;
}
.Home_Advantage .box .item .content .content1 {
  font-size: var(--f24);
  font-weight: bold;
}
.Home_Advantage .box .item .content .content2 {
  font-family: 'ML';
  font-size: var(--f18);
  margin-top: 0.1rem;
}
.Home_Product .toggle {
  height: 0;
}
.Home_Product .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.Home_Product .toggle ul li {
  margin-right: 1rem;
}
.Home_Product .toggle ul li:last-child {
  margin-right: 0;
}
.Home_Product .toggle ul li a {
  font-size: var(--f24);
  color: #666;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Product .toggle ul li a:hover {
  color: #278ec5;
}
.Home_Product .toggle ul .active a {
  color: #278ec5;
  font-weight: bold;
  border-color: #278ec5;
}
.Home_Product .box {
  --h: 6.6rem;
}
.Home_Product .box .list {
  display: none;
}
.Home_Product .box .list .boxLeft {
  width: 4.6rem;
}
.Home_Product .box .list .boxLeft a {
  position: relative;
}
.Home_Product .box .list .boxLeft a img {
  width: 100%;
  height: var(--h);
}
.Home_Product .box .list .boxLeft a .orientation {
  position: absolute;
  padding: 0.54rem 0.6rem;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  color: #fff;
}
.Home_Product .box .list .boxLeft a .orientation .h5 {
  font-size: var(--f30);
  font-weight: bold;
}
.Home_Product .box .list .boxLeft a .orientation .desc {
  margin-top: 0.18rem;
  font-size: var(--f16);
}
.Home_Product .box .list .boxLeft a .orientation .desc p {
  margin-bottom: 0.1rem;
}
.Home_Product .box .list .boxLeft a .orientation2 {
  position: absolute;
  z-index: 2;
  left: 0.6rem;
  bottom: 0.7rem;
}
.Home_Product .box .list .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Home_Product .box .list .boxRight .item a {
  background: #f0f2f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc((var(--h) - 0.2rem) / 2);
}
.Home_Product .box .list .boxRight .item a .left {
  width: 50%;
  padding: 0 0.45rem;
  padding-top: 0.4rem;
}
.Home_Product .box .list .boxRight .item a .left .content1 {
  font-family: 'MM';
  color: #111;
  font-size: var(--f22);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .list .boxRight .item a .left .content2 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.08rem;
}
.Home_Product .box .list .boxRight .item a .left .content3 {
  margin-top: 0.2rem;
}
.Home_Product .box .list .boxRight .item a .right {
  width: 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;
  padding-right: 0.45rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Home_Product .box .list .boxRight .item a .right img {
  max-height: 2.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .list .boxRight .item a:hover .left .content1 {
  color: #278ec5;
}
.Home_Product .box .list .boxRight .item a:hover .left .content3 .a {
  background: #278ec5;
  color: #fff;
}
.Home_Product .box .list .boxRight .item a:hover .right img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Product .box .active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_03 .a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #278ec5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #278ec5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_03 .a i {
  margin: auto;
  font-size: var(--f16);
}
.link_03 .a:hover {
  background: #278ec5;
  color: #fff;
}
.link_04 .a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #278ec5;
  background: #278ec5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_04 .a i {
  margin: auto;
  font-size: var(--f16);
}
.link_05 .a {
  min-width: 1.5rem;
  line-height: 0.46rem;
  border: 1px solid #278ec5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3rem;
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 0 0.2rem;
  cursor: pointer;
  background: #278ec5;
  color: #fff;
}
.link_05 .a span {
  margin-right: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .link_05 .a:hover {
    -webkit-transform: translateY(-0.06rem);
    -ms-transform: translateY(-0.06rem);
    transform: translateY(-0.06rem);
  }
}
.Home_Case {
  min-height: 1rem;
  background: url(../images/img13.jpg) no-repeat 50% 50% / cover;
}
.Home_Case .toggle {
  height: 0;
}
.Home_Case .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.Home_Case .toggle ul li {
  margin-right: 1rem;
}
.Home_Case .toggle ul li:last-child {
  margin-right: 0;
}
.Home_Case .toggle ul li a {
  font-size: var(--f24);
  color: #fff;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Case .toggle ul .active a {
  font-weight: bold;
  border-color: #fff;
}
.Home_Case .box .list {
  overflow: hidden;
  display: grid;
  gap: 0.2rem;
  display: none;
}
.Home_Case .box .list .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: identifier 10s linear infinite;
  animation: identifier 10s linear infinite;
}
.Home_Case .box .list .banner .li {
  width: 2.2rem;
  height: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.1rem;
}
.Home_Case .box .list .banner .li img {
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.Home_Case .box .list .banner:nth-child(2),
.Home_Case .box .list .banner:nth-child(4) {
  animation-direction: reverse;
}
.Home_Case .box .list .banner:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.Home_Case .box .list .banner:nth-child(3) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.Home_Case .box .list .banner:nth-child(4) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.Home_Case .box .list .banner:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.Home_Case .box .list.active {
  display: grid;
}
@-webkit-keyframes identifier {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes identifier {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.Home_Customer {
    --w: 6.4rem;
}
.Home_Customer .box {
  
  position: relative;
}
.Home_Customer .box .boxLeft {
  width: var(--w);
  padding-left: var(--interval);
  padding-right: 0.6rem;
}
.Home_Customer .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.3rem;
}
.Home_Customer .box .boxRight {
  width: calc(100% - var(--w));
  --w1: 3.9rem;
  --w2: 7.2rem;
  --p: 0.4rem;
  --h: 4.86rem;
}
.Home_Customer .box .boxRight .swiper-slide {
  width: var(--w1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Customer .box .boxRight .swiper-slide .item {
  padding: var(--p);
  background: #f0f2f4;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: var(--h);
}
.Home_Customer .box .boxRight .swiper-slide .item .left {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
}
.Home_Customer .box .boxRight .swiper-slide .item .left .content {
  width: calc(var(--w2) - 0.6rem - var(--w1));
  position: absolute;
  height: 100%;
  left: 0;
}
.Home_Customer .box .boxRight .swiper-slide .item .left .content .content1 {
  position: absolute;
  left: 0;
  top: 0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: var(--f48);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Customer .box .boxRight .swiper-slide .item .left .content .content1 path {
  fill: #1e6ca4;
}
.Home_Customer .box .boxRight .swiper-slide .item .left .content .content2 {
  padding-top: 0.96rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.Home_Customer .box .boxRight .swiper-slide .item .left .content .content3 {
  margin-top: 0.5rem;
  font-size: var(--f16);
  color: #666;
}
.Home_Customer .box .boxRight .swiper-slide .item .left .content .content3 em {
  width: 0.4rem;
  height: 1px;
  background: #ddd;
  display: inline-block;
  margin-right: 0.1rem;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Home_Customer .box .boxRight .swiper-slide .item .right {
  width: calc(var(--w1) - var(--p) * 2);
}
.Home_Customer .box .boxRight .swiper-slide .item .right img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .Home_Customer .box .boxRight .swiper-slide-active {
    width: var(--w2);
  }
  .Home_Customer .box .boxRight .swiper-slide-active .item {
    padding-left: 0.6rem;
  }
  .Home_Customer .box .boxRight .swiper-slide-active .item .left {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
.Home_Customer .box1 {
  height: 0;
}
.Home_Customer .box1 .banner_btn {
/*  -webkit-transform: translateY(-100%);*/
/*  -ms-transform: translateY(-100%);*/
/*  transform: translateY(-100%);*/
}
.Home_Customer{
    position: relative;
}


@media screen and (min-width: 1200px) {
        .Home_Customer .box1 .banner_btn .prev,
.Home_Customer .box1 .banner_btn .next{
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}
.Home_Customer .box1 .banner_btn .prev{
    left: calc(var(--w) - 60px);
}
.Home_Customer .box1 .banner_btn .next{
    right: calc(var(--interval) - 0.32rem);
    background: #278ec5;
    border-radius: 50%;
}
.Home_Customer .box1 .banner_btn .next .link_03 .a{
    color: #fff;
}

}



    
}
.banner_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn .prev {
  margin-right: 0.12rem;
}






.Home_Process {
  min-height: 0.6rem;
  padding: 0.35rem 0 0.4rem;
  background: url(../images/img8.jpg) no-repeat center center / cover;
}
.Home_Process .h5 {
  font-size: var(--f26);
  color: #fff;
  font-weight: bold;
}
.Home_Process .box {
  margin-top: 0.35rem;
}
.Home_Process .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.Home_Process .box .item .icon {
  width: 0.74rem;
  height: 0.74rem;
  border: 2px solid #4d89b4;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Process .box .item .icon img {
  margin: auto;
  max-width: 60%;
  max-height: 60%;
}
.Home_Process .box .item .text {
  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(--f24);
  font-weight: bold;
  margin-left: 0.18rem;
}
.Home_Process .box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Process .box p img {
  width: 0.27rem;
}
.Home_News {
  background: url(../images/img10.jpg) no-repeat center center / cover;
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.48rem;
}
.Home_News .box .item a {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.Home_News .box .item a figure {
  overflow: hidden;
}
.Home_News .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .item a figcaption {
  padding: 0.35rem;
  padding-bottom: 0.45rem;
}
.Home_News .box .item a figcaption .content1 {
  font-size: var(--f16);
  color: #999;
  border: 1px solid #999999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.35rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
}
.Home_News .box .item a figcaption .content2 {
  font-size: var(--f22);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.24rem;
}
.Home_News .box .item a figcaption .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.25rem;
}
.Home_News .box .item a figcaption .content3 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 5px;
}
.Home_News .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item a:hover figcaption .content2 {
  color: #1e6ca4;
}
.Home_News .box .list {
  background: #fff;
  padding: 0.35rem;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.Home_News .box .list .h5 p {
  font-size: var(--f16);
  color: #999;
  border: 1px solid #999999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.35rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
}
.Home_News .box .list ul {
  margin-top: 0.25rem;
  height: -webkit-calc(99.4%);
  height: calc(100% - 0.6rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Home_News .box .list ul .heng {
  height: 1px;
  background: #ddd;
}
.Home_News .box .list ul .heng:last-child {
  display: none;
}
.Home_News .box .list ul li a .content2 {
  font-size: var(--f22);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .list ul li a .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.15rem;
}
.Home_News .box .list ul li a .content3 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 5px;
}
.Home_News .box .list ul li a:hover .content2 {
  color: #1e6ca4;
}
.Footer_Container {
  min-height: 1rem;
  background: url(../images/img12.jpg) no-repeat center center / cover;
}
.Footer_Container .box {
  padding: 0.8rem 0;
}
.Footer_Container .box .boxLeft .content1 img {
  height: 0.65rem;
}
.Footer_Container .box .boxLeft .content2 ul {
  margin-top: 0.28rem;
}
.Footer_Container .box .boxLeft .content2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.15rem;
}
.Footer_Container .box .boxLeft .content2 ul li span {
  width: 0.48rem;
}
.Footer_Container .box .boxLeft .content2 ul li span svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Footer_Container .box .boxLeft .content2 ul li a {
  font-size: var(--f20);
  font-family: 'MR';
  color: #fff;
}
.Footer_Container .box .boxLeft .content2 ul li a em {
  font-size: var(--f16);
}
.Footer_Container .box .boxLeft .content2 .ewm {
  margin-left: 0.45rem;
}
.Footer_Container .box .boxLeft .content2 .ewm img {
  width: 1.2rem;
}
.Footer_Container .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxRight .item {
  margin-left: 1.2rem;
}
.Footer_Container .box .boxRight .item:first-child {
  margin-left: 0;
}
.Footer_Container .box .boxRight .item .h5 {
  font-size: var(--f18);
  color: #fff;
}
.Footer_Container .box .boxRight .item ul {
  margin-top: 0.26rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 0.14rem;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  font-weight: bold;
}
.Footer_Container .box1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: var(--f16);
  padding: 0.3rem 0;
}
.Footer_Container .box1 a {
  color: #fff;
}
.Footer_Container .box1 em {
  margin: 0 0.12rem;
}
@media screen and (max-width: 699px) {
  body {
    padding-bottom: 50px;
  }
}
.yfk {
  position: fixed;
  z-index: 50;
  background: #fff;
  display: none;
}
@media screen and (min-width: 699px) {
  .yfk {
    right: 10px;
    bottom: 10%;
    -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.13);
    width: 60px;
    border-radius: 30px;
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .yfk {
    width: 100% !important;
    left: 0;
    bottom: 0;
  }
}
.yfk ul {
  padding: 0.2rem 0 0.1rem;
}
@media screen and (max-width: 699px) {
  .yfk ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.yfk ul li {
  margin-bottom: 0.24rem;
  position: relative;
}
.yfk ul li:last-child {
  margin-bottom: 0;
}
.yfk ul li > a {
  text-align: center;
  cursor: pointer;
}
.yfk ul li > a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.yfk ul li > a:hover path {
  fill: #1e6ca4;
}
.yfk ul .call p {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 70px;
  height: 0.54rem;
  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(--f18);
  font-family: 'MB';
  padding: 0 0.15rem;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.13);
}
.yfk ul .call p a {
  white-space: nowrap;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.yfk ul .call p a:hover {
  color: #1e6ca4;
}
.yfk ul .call:hover p {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.yfk ul .ewm p {
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  width: 1.2rem;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.13);
}
.yfk ul .ewm p img {
  width: 100%;
}
.yfk ul .ewm:hover p {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.yfk ul .top a {
  color: #fff;
  background: #1e6ca4;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.yfk ul .top a i {
  margin: auto;
  font-size: var(--f20);
}
.mbx {
  font-size: var(--f16);
  line-height: 30px;
  padding-top: 0.25rem;
}
.mbx .box_ a {
  color: #999;
  line-height: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box_ a:hover {
  color: #1e6ca4;
}
.mbx .box_ i {
  font-size: 12px;
  color: #999;
  padding: 0 5px;
}
.mbx .box_ span {
  color: #000;
}
.Product_1 {
  padding-top: 0.2rem;
  min-height: 60vh;
}
.Product_1 .box .list .boxRight .item a .left {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.desc_03 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.Product_2 {
  padding-top: 1px;
  background: url(../images/img15.jpg) no-repeat 50% 50% / cover;
}
.Product_2 .box .boxLeft {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .Product_2 .box .boxLeft {
    padding-right: 1.1rem;
  }
}
.Product_2 .box .boxLeft .content1 {
  font-family: 'MB';
  font-size: var(--f50);
  color: #1e6ca4;
  line-height: 1.2;
}
.Product_2 .box .boxLeft .content2 {
  font-size: var(--f22);
  color: #666;
}
.Product_2 .box .boxLeft .content3 {
  font-size: var(--f18);
  margin: 0.32rem 0 0.2rem;
}
.Product_2 .box .boxLeft .content4 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.Product_2 .box .boxLeft .content5 {
  margin: 0.35rem 0 0.45rem;
}
.Product_2 .box .boxLeft .content5 .ite {
  margin-right: 0.74rem;
}
.Product_2 .box .boxLeft .content5 .ite:last-child {
  margin-right: 0;
}
.Product_2 .box .boxLeft .content5 .ite .top {
  font-family: 'MB';
  font-size: var(--f40);
  color: #1e6ca4;
  position: relative;
}
.Product_2 .box .boxLeft .content5 .ite .top .num1 {
  opacity: 0;
}
.Product_2 .box .boxLeft .content5 .ite .top .num2 {
  position: absolute;
  top: 0;
  left: 0;
}
.Product_2 .box .boxLeft .content5 .ite .bot {
  font-size: var(--f16);
  color: #333;
  font-weight: bold;
}
.Product_2 .box .boxRight {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_2 .box .boxRight p {
  margin: auto;
}
.Product_2 .box .boxRight p img {
  /*max-width: 3.94rem;*/
   max-width: 8rem;
   max-height: 5.8rem;
}
.Product_3 .box {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #ccc;
  --h: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .Product_3 .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Product_3 .box .item .left {
  width: 2.3rem;
  padding: 0 0.3rem;
  font-size: var(--f18);
  color: #333;
  height: var(--h);
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_3 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f16);
  color: #666;
  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 (min-width: 1200px) {
  .Product_3 .box .item:nth-child(4n-1),
  .Product_3 .box .item:nth-child(4n) {
    background: #f0f2f4;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1200px) {
  .Product_3 .box .item:nth-child(2n) {
    background: #f0f2f4;
  }
}
.Product_4 {
  padding: 0;
}
.News_1 {
  margin-top: -0.3rem;
}
.desc_02 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.News_2 a {
  background: #f6f7fa;
}
.News_2 a .boxLeft {
  width: 50%;
  overflow: hidden;
}
.News_2 a .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 a .boxRight {
  width: 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;
  padding: 0 0.7rem 0 0.85rem;
}
.News_2 a .boxRight > div {
  width: 100%;
}
.News_2 a .boxRight > div .content1 {
  font-size: var(--f30);
  color: #111;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 a .boxRight > div .content2 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.22rem;
}
.News_2 a .boxRight > div .content2 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_2 a .boxRight > div .heng {
  border-top: 1px solid #eee;
  margin: 0.32rem 0;
}
.News_2 a .boxRight > div .content3 {
  font-size: var(--f18);
  color: #666;
  height: 4em;
  max-height: 4em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_2 a .boxRight > div .content4 {
  margin-top: 0.4rem;
}
.News_2 a:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_2 a:hover .boxRight .content1 {
  color: #1e6ca4;
}
.News_2 .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.News_2 .page div span {
  border-radius: 0;
  width: 0.36rem;
  height: 3px;
  opacity: 1;
  background: #cacacc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .page div .swiper-pagination-bullet-active {
  background: #278ec5;
}
.News_3 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.News_3 .box .item a {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.News_3 .box .item a figure {
  overflow: hidden;
}
.News_3 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_3 .box .item a figcaption {
  padding: 0.4rem 0.35rem;
  padding-bottom: 0.45rem;
}
.News_3 .box .item a figcaption .content2 {
  font-size: var(--f22);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_3 .box .item a figcaption .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.25rem;
}
.News_3 .box .item a figcaption .content3 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 5px;
}
.News_3 .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_3 .box .item a:hover figcaption .content2 {
  color: #1e6ca4;
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0.25rem;
}
.pu_page .number a {
  line-height: 40px;
  margin: 0 0.15rem;
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'MSB';
}
.pu_page .number a:hover {
  color: #1e6ca4;
}
.pu_page .number a.active {
  color: #1e6ca4;
}
.pu_page .prev a,
.pu_page .next a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #278ec5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #278ec5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev a i,
.pu_page .next a i {
  margin: auto;
  font-size: var(--f18);
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #278ec5;
  color: #fff;
}
.News_4 {
  margin-top: 0.7rem;
}
.News_4 .box .boxLeft {
  width: 10.7rem;
}
.News_4 .box .boxLeft .content1 {
  font-size: var(--f48);
  font-weight: bold;
  line-height: 1.2;
}
.News_4 .box .boxLeft .content2 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.2rem;
}
.News_4 .box .boxLeft .content2 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 5px;
}
.News_4 .box .boxLeft .heng {
  border-top: 1px solid #ccc;
  margin: 0.35rem 0 0.7rem;
}
.News_4 .box .boxLeft .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.News_4 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.8rem;
}
.tjNews {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.tjNews .h5 {
  font-size: var(--f26);
  font-weight: bold;
}
.tjNews .list {
  margin-top: 0.2rem;
  display: grid;
  gap: 0.45rem;
}
.tjNews .list a .top {
  font-size: var(--f22);
  color: #111;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tjNews .list a .bot {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.12rem;
}
.tjNews .list a .bot svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 5px;
}
.tjNews .list a:hover .top {
  color: #1e6ca4;
}
.Contact_1 {
  margin-top: 0.8rem;
}
.Contact_1 .box .item .left {
  width: 1rem;
}
.Contact_1 .box .item .left p {
  width: 0.74rem;
  height: 0.74rem;
  border: 2px solid #bedded;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_1 .box .item .left p svg {
  margin: auto;
}
.Contact_1 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Contact_1 .box .item .right .top {
  font-size: var(--f18);
  color: #666;
}
.Contact_1 .box .item .right .bot {
  font-family: 'MR';
  font-size: var(--f26);
  margin-top: 0.1rem;
  line-height: 1;
}
.Contact_1 .box1 {
  margin-top: 0.7rem;
  overflow: hidden;
}
.Contact_1 .box1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_1 .box1:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Contact_2 {
  background: url(../images/img20.jpg) no-repeat 50% 50% / cover;
}
.Contact_2 .box {
  padding: 0 2.9rem;
}






@media screen and (max-width: 1520px) {
  .Contact_2 .box {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .Contact_2 .box {
    padding: 0;
  }
}
.Contact_2 .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_2 .box .list .item input {
  height: 0.64rem;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 0 0.2rem;
  font-size: var(--f16);
}
.Contact_2 .box .list .item input::-webkit-input-placeholder {
  color: #acacac;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .list .item input::-moz-placeholder {
  color: #acacac;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .list .item input:-ms-input-placeholder {
  color: #acacac;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .list .item input::-ms-input-placeholder {
  color: #acacac;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .list .item input::placeholder {
  color: #acacac;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .box .list .item input:hover::-webkit-input-placeholder {
  color: #666;
}
.Contact_2 .box .list .item input:hover::-moz-placeholder {
  color: #666;
}
.Contact_2 .box .list .item input:hover:-ms-input-placeholder {
  color: #666;
}
.Contact_2 .box .list .item input:hover::-ms-input-placeholder {
  color: #666;
}
.Contact_2 .box .list .item input:hover::placeholder {
  color: #666;
}
.Contact_2 .box .list1 {
  margin-top: 0.2rem;
}
.Contact_2 .box .list1 textarea {
  height: 1.9rem;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 0.2rem;
  resize: none;
}
.Contact_2 .box .list1 textarea::-webkit-input-placeholder {
  color: #acacac;
}
.Contact_2 .box .list1 textarea::-moz-placeholder {
  color: #acacac;
}
.Contact_2 .box .list1 textarea:-ms-input-placeholder {
  color: #acacac;
}
.Contact_2 .box .list1 textarea::-ms-input-placeholder {
  color: #acacac;
}
.Contact_2 .box .list1 textarea::placeholder {
  color: #acacac;
}
.Contact_2 .box .list1 textarea:hover::-webkit-input-placeholder {
  color: #666;
}
.Contact_2 .box .list1 textarea:hover::-moz-placeholder {
  color: #666;
}
.Contact_2 .box .list1 textarea:hover:-ms-input-placeholder {
  color: #666;
}
.Contact_2 .box .list1 textarea:hover::-ms-input-placeholder {
  color: #666;
}
.Contact_2 .box .list1 textarea:hover::placeholder {
  color: #666;
}
.Contact_2 .box .list2 {
  color: #acacac;
  font-size: var(--f16);
  margin-top: 0.24rem;
}
.Contact_2 .box .list2 span,
.Contact_2 .box .list2 a {
  color: #278ec5;
  display: inline-block;
}
.Contact_2 .box .list2 a:hover {
  text-decoration: underline;
}
.Contact_2 .box .list3 {
  margin-top: 0.35rem;
}
.InnerBanner img {
  width: 100%;
}
.About_1 {
  background: url(../images/img22.jpg) no-repeat 50% 50% / cover;
  padding-bottom: 0.56rem;
}
.About_1 .box .boxleft {
  width: 6.25rem;
}
.About_1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_1 .box .boxRight .content1 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
}
.About_1 .box .boxRight .content2 {
  margin-top: 0.56rem;
}
.About_1 .box .boxRight .content2 .play {
  font-size: var(--f16);
  color: #278ec5;
  height: 0.46rem;
  border: 1px solid #278ec5;
  padding: 0 0.14rem 0 0.3rem;
  border-radius: 0.4rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_1 .box .boxRight .content2 .play img {
  width: 26px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 0.12rem;
}
.About_1 .box .boxRight .content2 .play:hover {
  -webkit-transform: translateY(-0.05rem);
  -ms-transform: translateY(-0.05rem);
  transform: translateY(-0.05rem);
}
.About_1 .box1 {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.About_1 .box1 .item {
  border-top: 1px solid #ccc;
  padding: 0.6rem 0;
  border-right: 1px solid #ccc;
  padding-left: 0.9rem;
}
.About_1 .box1 .item:last-child {
  border-right: 0;
}
.About_1 .box1 .item:first-child {
  padding-left: 0;
}
.About_1 .box1 .item .left {
  width: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.About_1 .box1 .item .left p {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  border: 2px solid #a8c4d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_1 .box1 .item .left p img {
  margin: auto;
}
.About_1 .box1 .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1e6ca4;
}
.About_1 .box1 .item .right .top {
  font-family: 'MB';
  position: relative;
}
.About_1 .box1 .item .right .top span {
  font-size: var(--f50);
  line-height: 1;
}
.About_1 .box1 .item .right .top sup {
  font-size: var(--f36);
  position: absolute;
  top: -0.15rem;
}
.About_1 .box1 .item .right .bot {
  font-size: var(--f20);
  font-weight: bold;
  margin-top: 0.04rem;
}
.About_2 {
  background: url(../images/img24.jpg) no-repeat 50% 50% / cover;
  padding: 0.7rem 0;
}
.About_2 .box .item .top {
  font-size: var(--f30);
  color: #333;
  text-align: center;
  height: 0.64rem;
}
.About_2 .box .item .bot .content {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  border: 2px solid #1e6ca4;
  padding: 0.12rem;
  margin: auto;
}
.About_2 .box .item .bot .content div {
  width: 100%;
  height: 100%;
  background: #1e6ca4;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_2 .box .item .bot .content div p {
  font-family: 'MM';
  font-size: var(--f20);
  color: #fff;
  margin: auto;
  line-height: 1;
  text-align: center;
}
.About_2 .box .icon {
  padding-top: 0.64rem;
  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_3 {
  background: url(../images/img26.jpg) no-repeat 50% 50% / cover;
}
.About_3 .number {
  color: #1e6ca4;
}
.About_3 .number .p1 {
  font-size: var(--f50);
  font-family: 'MB';
  line-height: 1;
}
.About_3 .number .p2 {
  font-size: var(--f20);
}
.About_3 .box .swiper-slide {
  padding-bottom: 1rem;
  position: relative;
}
.About_3 .box .swiper-slide figure::after {
  content: "";
}
.About_3 .box .swiper-slide figure img {
  width: 100%;
}
.About_3 .box .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background-size: cover;
  background-position: 0 100%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: blur(12px);
  filter: blur(12px);
  pointer-events: none;
  opacity: 0.4;
}
.Control {
  margin-top: 0.48rem;
}
.Control .page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5rem;
}
.Control .page div {
  position: relative;
  height: 2px;
}
.Control .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #278ec5;
}
.Control .page .swiper-pagination-progressbar {
  background: #d5d5d5;
}
.Control .ml {
  margin-left: 0.1rem;
}
.Control .link_03 .a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Control .link_03 .a:hover {
  background: #278ec5;
}
.Control .link_03 .a:hover i {
  color: #fff;
}
@media screen and (max-width: 1680px) {
    .Home_Customer .box1 .banner_btn .next {
        right: calc(var(--interval) - 0.7rem);
    }
}
@media screen and (max-width: 1520px) {
  .yfk {
    width: 50px;
  }
  .About_1 .box .boxRight .content2 .play {
    height: 0.56rem;
  }
  .About_1 .box1 .item .left p img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1400px) {
  .Home_Process .box .item .icon img {
    max-width: 50%;
    max-height: 50%;
  }
  .Home_Process .box .item .text {
    font-size: var(--f18);
  }
  .link_03 .a,
  .link_04 .a {
    width: 35px;
    height: 35px;
  }
  .NavSelect ._box ._left ul li a {
    font-size: var(--f18);
  }
}
@media screen and (max-width: 1281px) {
  .Home_News .box .list ul li a .content2,
  .Home_News .box .item a figcaption .content2 {
    font-size: var(--f18);
  }
  .Footer_Container .box1 {
    font-size: var(--f14);
  }
  .Footer_Container .box .boxRight .item .h5 {
    font-size: var(--f16);
  }
  .tjNews .list a .top {
    font-size: var(--f18);
  }
  .Contact_2 .box {
    padding: 0;
  }
      .Home_Customer .box1 .banner_btn .next {
        right: calc(var(--interval) - -2.3rem);
    }
  
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_About .box .boxLeft {
    --w: 0.84rem;
  }
  .Home_About .box .boxLeft .list .item .left {
    width: 1.2rem;
  }
  .Home_Advantage .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .Home_Advantage .h5 {
    font-size: var(--f28);
  }
  .Home_Advantage .box {
    margin-top: 0.4rem;
  }
  .Home_Product .box .list .boxLeft {
    display: none;
  }
  .Home_Product .box .list .boxRight {
    margin-top: 0 !important;
  }
  .Home_Product .box .list .boxRight .item a .left {
    padding: 0 0.25rem;
    padding-top: 0.4rem;
  }
  .Home_Product .box .list .boxRight .item a .right {
    padding-right: 0.15rem;
  }
  .Home_Product .box .list .boxRight .item a .left .content1 {
    font-size: var(--f24);
  }
  .Home_News .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .Home_News .box .list ul .heng {
    margin: 0.4rem 0;
  }
  .Home_Customer .box {
    --w: 5.4rem;
  }
  .Home_Customer .box1 {
    height: auto;
  }
  .Home_Customer .box1 .banner_btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.4rem;
    display: flex;
  }
  .Home_Customer .box .boxLeft {
    padding-right: 5vw !important;
  }
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Footer_Container .box1 .flexStart {
    width: 100%;
    line-height: 1.8;
  }
  .Footer_Container .box1 .flexStart a {
    line-height: 1.8;
  }
  .Footer_Container .box .boxLeft .content2 .ewm img {
    width: 1.4rem;
  }
  .link_01 .a {
    min-width: 1.7rem;
    line-height: 0.56rem;
  }
  .Home_About .box .boxLeft,
  .Home_Product .box .list .boxLeft,
  .Home_Customer .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .Home_About .box .boxRight,
  .Home_Product .box .list .boxRight,
  .Home_Customer .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .Home_Product .box .list .boxRight .item a .right img {
    max-height: 2.3rem;
  }
  .Home_Product .toggle,
  .Home_Case .toggle {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
  .Home_Product .toggle ul,
  .Home_Case .toggle ul {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .Product_2 .box .boxLeft {
    width: 100%;
  }
  .Product_2 .box .boxRight {
    margin-top: 0.5rem;
    width: 100%;
  }
  .About_1 .box .boxleft {
    width: 2.85rem;
  }
  .InnerBanner img {
    min-height: 4rem;
  }
  .About_1 .box1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_1 .box1 .item {
    padding-left: 0;
    border-right: 0;
  }
  .About_2 .box .item .bot .content div p {
    font-size: var(--f16);
  }
  .About_2 .box .item .top {
    font-size: var(--f26);
  }
  .About_2 .box .icon img {
    width: 0.3rem;
  }
  .News_2 a .boxLeft {
    width: 100%;
  }
  .News_2 a .boxRight {
    width: 100%;
    padding: 0.5rem;
  }
  .News_3 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 0.4rem;
  }
  .News_4 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 0.8rem;
  }
  .Contact_1 .box {
    display: grid;
    gap: 0.5rem;
  }
  .Contact_1 .box .item {
    width: 100%;
  }
  .link_05 .a {
    line-height: 0.56rem;
  }
  .MobileMain {
    background: #1e6ca4;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 37px;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    color: #fff;
  }
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::before,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::after,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
    background: #fff;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .MobileMain .HeaderMobile {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .yfk ul .call p {
    display: none;
  }
  .Home_Customer .box .boxRight {
    --w1: 80vw;
    --h: 5.8rem;
  }
  .Home_Customer .box .boxRight .swiper {
    padding-left: 3vw;
  }
  .Home_Customer .box .boxRight .swiper-slide .item {
    height: var(--h);
  }
  .Home_Customer .box .boxRight .swiper-slide .item .left {
    opacity: 1;
    transform: translateX(0);
  }
  .Home_Customer .box .boxRight .swiper-slide .item .left .content {
    width: 90%;
    position: relative;
  }
  .Home_Customer .box .boxRight .swiper-slide .item .right {
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .Home_Product .box .list .boxLeft {
    display: block;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 30px;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    margin-top: 0.9rem;
  }
  .Home_About .box .boxLeft .list .item .left p img {
    max-width: 60%;
    max-height: 60%;
  }
  .Home_About .box .boxLeft {
    --w: 0.94rem;
  }
  .Home_Advantage .box,
  .Home_Product .box .list .boxRight {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Advantage,
  .Home_Process {
    padding: 0.7rem 0;
  }
  .Home_Product .box .list .boxLeft {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Home_Product .toggle ul li {
    margin-right: 0.4rem;
  }
  .Home_Product .toggle ul li a {
    font-size: var(--f18);
  }
  .Home_Product .box .list .boxLeft a .orientation {
    padding: 0.5rem 0.2rem;
  }
  .Home_Product .box .list .boxRight .item a .left {
    width: 55%;
  }
  .Home_Product .box .list .boxRight .item a .right {
    width: 45%;
  }
  .link_01 .a,
  .link_02 .a {
    min-width: 2.4rem;
    line-height: 0.7rem;
    border-radius: 0.4rem;
  }
  .Home_Customer .box .boxRight .swiper {
    padding-left: 5vw;
  }
  .Home_Process .box .item {
    margin-bottom: 0.4rem;
  }
  .Home_Process .box .item:last-child {
    margin-bottom: 0;
  }
  .Home_News .box .item a figcaption .content1 {
    padding: 0 0.2rem;
    border-radius: 0.3rem;
    line-height: 0.45rem;
  }
  .Footer_Container .box .boxLeft .content2 ul li span {
    width: 0.68rem;
  }
  .Footer_Container .box .boxLeft .content2 .ewm {
    margin-left: 0.68rem;
  }
  .yfk ul li {
    margin-bottom: 0;
    height: 50px;
    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;
  }
  .yfk ul li::after {
    content: '';
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%;
    border-right: 1px solid #eee;
  }
  .yfk ul li:last-child {
    border-right: 0;
  }
  .yfk ul .top a {
    width: 0.56rem;
    height: 0.56rem;
  }
  .yfk ul .ewm p {
    right: 50%;
    -webkit-transform: translateX(50%) scale(0);
    -ms-transform: translateX(50%) scale(0);
    transform: translateX(50%) scale(0);
    top: auto;
    bottom: 60px;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    width: 1.5rem;
  }
  .yfk ul .ewm:hover p {
    -webkit-transform: translateX(50%) scale(1);
    -ms-transform: translateX(50%) scale(1);
    transform: translateX(50%) scale(1);
  }
  .Footer_Container .box .boxLeft .content2 .ewm {
    display: none;
  }
  .Footer_Container .box {
    padding: 0.7rem 0 0.4rem;
  }
  .Product_2 .box .boxLeft .content5 .ite {
    margin-right: 0.4rem;
  }
  .baojian a {
    width: 1.9rem;
  }
  .Product_3 .box {
    --h: 1rem;
  }
  .About_1 .box .boxleft {
    width: 100%;
  }
  .About_1 .box .boxRight {
    width: 100%;
    margin-top: 0.4rem;
  }
  .About_1 .box .boxRight .content2 .play {
    height: 0.76rem;
  }
  .About_1 .box1 .item .left p {
    width: 0.94rem;
    height: 0.94rem;
  }
  .About_1 .box1 .item .left {
    width: 1.2rem;
  }
  .About_2 .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .About_2 .box .icon {
    display: none;
  }
  .About_2 .box .item .bot .content {
    width: 1.75rem;
    height: 1.75rem;
  }
  .News_3 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .mbx .box_ span,
  .mbx .box_ a {
    display: inline-block;
  }
  .tjNews .list a .top {
    font-size: var(--f22);
  }
  .Contact_1 .box .item .left p {
    width: 0.94rem;
    height: 0.94rem;
  }
  .Contact_1 .box .item .left {
    width: 1.2rem;
  }
  .Contact_2 .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_2 .box .list .item input {
    height: 0.74rem;
  }
  .link_05 .a {
    min-width: 2.4rem;
    line-height: 0.76rem;
    border-radius: 0.4rem;
  }
  .Contact_1 .box .item .left p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .button {
    display: none;
  }
  .Home_Customer .box .boxRight {
    --w1: 90vw;
    --h: 5.8rem;
  }
  .Home_Customer .box .boxRight .swiper {
    padding-left: 3vw;
  }
  .Home_Customer .box .boxRight .swiper-slide .item {
    height: auto;
  }
  .Home_Customer .box .boxRight .swiper-slide .item .left .content {
    width: 100%;
  }
  .Home_Customer .box .boxRight .swiper-slide .item .right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
/*# sourceMappingURL=./style.css.map */