:root {
  --swiper-theme-color: #0068ae;
}
.Product_3{
    user-select: none;
}
body {
    /*user-select: none;*/
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #0068ae;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 20px;
    --www: 1.2rem;
  }
}
@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;
    --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: #db771d;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #db771d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
   cursor: no-drop;
  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 !important;
}
.bgColor {
  background: #f7f7f7;
}
.pt {
  padding-top: 1.1rem;
}
.pb {
  padding-bottom: 1.1rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy a{
    display: inline-block;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #0068ae;
  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: #0068ae;
}
.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: #0068ae;
}
.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: #0068ae;
}
.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: #0068ae;
}
.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: #0068ae;
}
.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: #0068ae;
}
.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: #0068ae;
}
.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: #0068ae;
}
.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 #0068ae;
}
.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: #0068ae;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .logo a img {
  height: 40px;
}
.Header_Container .box .logo a p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a p.icon1{
    margin-right: 5px;
    /*transform: scale(0.8);*/
}
.Header_Container .box .logo a p.icon1 img{
    height: 34px;
}
.Header_Container .box .logo a:hover .icon1 {
  -webkit-animation: yz 0.6s cubic-bezier(0.46, -0.05, 0.84, 0.45) forwards;
  animation: yz 0.6s cubic-bezier(0.46, -0.05, 0.84, 0.45) forwards;
}
.Header_Container .box nav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.24rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  color: #fff;
  font-size: var(--f18);
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item > p a i {
  font-size: 12px;
}
.Header_Container .box nav .item:hover > p a {
  color: #0068ae !important;
}
.Header_Container .box nav .item:hover .select_nav {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: initial;
}
.Header_Container .box nav .item.active > p a {
  color: #0068ae !important;
}
.Header_Container .box .button {
  margin-left: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .button .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--nav_height);
  cursor: pointer;
}
.Header_Container .box .button .search path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .search:hover path {
  fill: #0068ae !important;
}
.Header_Container .box .button .language {
  margin-left: 0.25rem;
  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>a {
  /*font-family: 'MB';*/
  font-size: var(--f18);
  color: #fff;
  -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 .language a:hover {
  color: #0068ae !important;
}
.Header_Container.active,
.Header_Container.on {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.Header_Container.active::before,
.Header_Container.on::before {
  opacity: 0;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a {
  color: #000;
}
.Header_Container.active .box .button .search path,
.Header_Container.on .box .button .search path {
  fill: #000;
}
.Header_Container.active .box .button .language a,
.Header_Container.on .box .button .language a {
  color: #000;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
@-webkit-keyframes yz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes yz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.select_nav {
  position: absolute;
  left: -0.16rem;
  width: 4rem;
  z-index: 4;
  background: rgba(255, 255, 255, 0.97);
  /*background: rgba(245, 245, 245, 0.97);*/
  
  padding: 0.45rem 0.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.select_nav .ite {
  margin-bottom: 0.22rem;
  position: relative;
}
.select_nav .ite:last-child {
  margin-bottom: 0;
}
.select_nav .ite > p a {
  font-size: var(--f18);
  color: #0068ae;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.select_nav .ite > p a i {
  font-size: var(--f16);
  font-weight: bold;
  color: #0068ae;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select_nav .ite ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.97);
  /*background: rgba(245, 245, 245, 0.97);*/
  top: -0.2rem;
  left: 100%;
  padding: 0.42rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 10px 6px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 6px 15px rgba(0, 0, 0, 0.2);
  
  
}
.select_nav .ite ul li {
  margin-bottom: 0.3rem;
}
.select_nav .ite ul li:last-child {
  margin-bottom: 0;
}
.select_nav .ite ul li a {
  min-width: 3.6rem;
  font-size: var(--f18);
  color: #0068ae;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 0 0.4rem;
  transition: 0.4s;
}
.select_nav .ite ul li a:hover {
  color: #db771d;
}
.select_nav .ite ul li.active a {
  color: #db771d;
}
.select_nav .ite:hover > p a {
  color: #db771d;
}
.select_nav .ite:hover > p a i {
  color: #db771d;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.select_nav .ite:hover ul {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: initial;
}
.select_nav .ite.active > p a {
  color: #db771d;
}
.select_nav .ite.active > p a i {
  color: #db771d;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.select_nav1 {
  width: 3.6rem;
}
.select_nav1 .ite:hover > p a i {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.bg_color {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 66;
  height: calc(100vh - var(--nav_height));
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
}
.f48 {
  font-family: 'MB';
  font-size: var(--f48);
  line-height: 1.25;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
.Home_Banner .banner picture img{
    /*transform: scale(1.1);*/
    animation: swiper_img_move 8s linear 0s infinite normal both;
}

.Home_Banner .banner .swiper-slide-active picture img{
    /*transform: scale(1);*/
}
@-webkit-keyframes swiper_img_move{
    0%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
    50%{
        -webkit-transform:scale(1.1,1.1);
        transform:scale(1.1,1.1);
    }
    100%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}
@keyframes swiper_img_move{
    0%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
    50%{
        -webkit-transform:scale(1.1,1.1);
        transform:scale(1.1,1.1);
    }
    100%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}

@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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .win {
  width: 7.9rem;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-family: 'MB';
  font-size: var(--f48);
  line-height: 1.25;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f20);
  line-height: 1.8;
  margin-top: 0.15rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.45rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .icon {
  margin-right: 0.84rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .icon:last-child {
  margin-right: 0;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .icon figure {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .icon figure img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .icon figcaption {
  font-size: var(--f18);
  font-family: 'MB';
  margin-top: 0.2rem;
}
.Home_Banner .banner .swiper-slide .orientation .content4 {
  margin-top: 0.54rem;
}
.Home_Banner .page {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 2;
  width: 100%;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Home_Banner .page div span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background: #fff;
  margin: 0 0.12rem !important;
  border: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  background: #0068ae;
}
.Home_Banner .button div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Banner .button div:hover {
  opacity: 1;
}
.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 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #0068ae;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  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;
}
.link_01 .a span {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a i {
  font-weight: bold;
  font-size: var(--f16);
  margin-left: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .link_01 .a:hover span {
    -webkit-transform: translateY(-1px) translateX(0.06rem);
    -ms-transform: translateY(-1px) translateX(0.06rem);
    transform: translateY(-1px) translateX(0.06rem);
  }
  .link_01 .a:hover i {
    -webkit-transform: translateX(-0.06rem);
    -ms-transform: translateX(-0.06rem);
    transform: translateX(-0.06rem);
  }
}
.link_02 .a {
  font-size: var(--f16);
  font-family: 'MB';
  color: #0068ae;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #0068ae;
  min-width: 2rem;
  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;
}
.link_02 .a span {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a i {
  font-weight: bold;
  font-size: var(--f16);
  margin-left: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .link_02 .a:hover {
    background: #0068ae;
  }
  .link_02 .a:hover span {
    -webkit-transform: translateY(-1px) translateX(0.06rem);
    -ms-transform: translateY(-1px) translateX(0.06rem);
    transform: translateY(-1px) translateX(0.06rem);
    color: #fff;
  }
  .link_02 .a:hover i {
    -webkit-transform: translateX(-0.06rem);
    -ms-transform: translateX(-0.06rem);
    transform: translateX(-0.06rem);
    color: #fff;
  }
}
.link_03 .a {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  min-width: 2rem;
  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;
}
.link_03 .a span {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_03 .a i {
  font-weight: bold;
  font-size: var(--f16);
  margin-left: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .link_03 .a:hover {
    background: #fff;
  }
  .link_03 .a:hover span {
    -webkit-transform: translateY(-1px) translateX(0.06rem);
    -ms-transform: translateY(-1px) translateX(0.06rem);
    transform: translateY(-1px) translateX(0.06rem);
    color: #0068ae;
  }
  .link_03 .a:hover i {
    -webkit-transform: translateX(-0.06rem);
    -ms-transform: translateX(-0.06rem);
    transform: translateX(-0.06rem);
    color: #0068ae;
  }
}
.title_01 .tit {
  font-family: 'MB';
  font-size: var(--f48);
  line-height: 1.25;
}
.title_01 .desc {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.12rem;
}
.Home_Product .box {
  padding: 0 1rem;
  position: relative;
}
.Home_Product .box .width {
  width: 0.95rem;
}
.Home_Product .box .swiper-slide {
  cursor: pointer;
}
.Home_Product .box .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0.64rem;
  right: 0.18rem;
  -webkit-transform: translateX(0.95rem);
  -ms-transform: translateX(0.95rem);
  transform: translateX(0.95rem);
  width: 0.6rem;
  height: 1px;
  background: #ddd;
}
.Home_Product .box .swiper-slide .item {
  position: relative;
  padding-bottom: 100%;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide .item > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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_Product .box .swiper-slide .item > div figure {
  height: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box .swiper-slide .item > div figure img {
  max-height: 100%;
  -webkit-filter: invert(1);
  filter: invert(1);
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide .item > div figcaption {
  margin-top: 0.12rem;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
  height: 1.4em;
}
.Home_Product .box .swiper-slide .item:hover figcaption {
  color: #0068ae;
}
.Home_Product .box .swiper-slide .list {
  display: none;
}
.Home_Product .box .swiper-slide-active .item {
  background: #0068ae;
}
.Home_Product .box .swiper-slide-active .item figure img {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}
.Home_Product .box .swiper-slide-active .item figcaption {
  color: #fff !important;
}
.Home_Product .box .button_banner div {
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
.Home_Product .box1 {
  --h: 4.8rem;
  --w1: 7.7rem;
  --w2: calc((100vw - var(--w1) - var(--p) * 2 - var(--interval) * 2) / 2);
  --p: 0.25rem;
  margin-top: 0.32rem;
}
.Home_Product .box1 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box1 .list .item {
  width: var(--w2);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box1 .list .item a {
  position: relative;
  background: #f7f7f7;
}
.Home_Product .box1 .list .item a .one {
  width: var(--w2);
  height: var(--h);
  border-radius: 10px;
  overflow: hidden;
  padding: 0.7rem 0.45rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box1 .list .item a .one .content1 {
  height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7rem;
}
.Home_Product .box1 .list .item a .one .content1 img {
  max-height: 100%;
  margin: auto;
}
.Home_Product .box1 .list .item a .one .content2 {
  font-size: var(--f20);
  font-family: 'MB';
  color: #000;
  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;
}
.Home_Product .box1 .list .item a .one .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.18rem;
}
.Home_Product .box1 .list .item a .two {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--w1);
  height: 100%;
  padding: 0 0.5rem;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.Home_Product .box1 .list .item a .two > div {
  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;
  width: 100%;
}
.Home_Product .box1 .list .item a .two .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.55rem;
}
.Home_Product .box1 .list .item a .two .left .content1 {
  font-family: 'MB';
  font-size: var(--f20);
  color: #0068ae;
}
.Home_Product .box1 .list .item a .two .left .content2 {
  font-size: var(--f16);
  color: #666;
  height: 7.2em;
  max-height: 7.2em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.15rem;
}
.Home_Product .box1 .list .item a .two .left .content3 {
  font-family: 'MB';
  font-size: var(--f16);
  color: #0068ae;
  margin-top: 0.5rem;
}
.Home_Product .box1 .list .item a .two .left .content3 span {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Home_Product .box1 .list .item a .two .left .content3 i {
  font-size: var(--f16);
  font-weight: bold;
  margin-left: 0.25rem;
}
.Home_Product .box1 .list .item a .two .right {
  width: 3.15rem;
  padding: 0 0.15rem;
}
@media screen and (max-width: 1200px) {
  .Home_Product .box1 .list .item {
    width: var(--w1);
  }
  .Home_Product .box1 .list .item a .one {
    opacity: 0;
    -webkit-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  .Home_Product .box1 .list .item a .two {
    opacity: 1;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (min-width: 1200px) {
  .Home_Product .box1 .list .active {
    width: var(--w1);
  }
  .Home_Product .box1 .list .active a .one {
    opacity: 0;
    -webkit-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  .Home_Product .box1 .list .active a .two {
    opacity: 1;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
.button_banner div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.button_banner div path {
  fill: #aaaaaa;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_banner div:hover path {
  fill: #0068ae;
}
.button_banner .prev {
  left: 0rem;
}
.button_banner .next {
  right: 0rem;
}
.Home_About .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.1rem;
}
.Home_About .box .boxLeft .content1 {
  font-size: var(--f16);
  color: #666;
  height: 11em;
  max-height: 11em;
  line-height: 2.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.15rem;
}
.Home_About .box .boxLeft .content2 {
  margin-top: 0.42rem;
}
.Home_About .box .boxLeft .content3 {
  margin-top: 0.85rem;
}
.Home_About .box .boxLeft .content3 .item {
  max-width: 2rem;
}
.Home_About .box .boxLeft .content3 .item .top {
  font-family: 'MB';
  font-size: var(--f20);
}
.Home_About .box .boxLeft .content3 .item .top span {
  font-size: var(--f46);
}
.Home_About .box .boxLeft .content3 .item .bot {
  font-size: var(--f16);
}
.Home_About .box .boxRight {
  width: 8.1rem;
  position: relative;
}
.Home_About .box .boxRight div {
  border-radius: 10px;
  overflow: hidden;
}
.Home_About .box .boxRight div img {
  width: 100%;
}
.Home_About .box .boxRight .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 .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;
}
@keyframes yz {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.Home_Different {
  background: url(../images/img9.jpg) no-repeat 50% 50% / cover;
}
.Home_Different .title_01 {
  color: #fff;
}
.Home_Different .title_01 .desc {
  color: #fff;
}
.Home_Different .box .scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.Home_Different .box .scroll .item {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 0.6rem 0.64rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.Home_Different .box .scroll .item:last-child {
  border: 0;
}
.Home_Different .box .scroll .item .content1 {
  height: 0.56rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Different .box .scroll .item .content1 img {
  max-height: 100%;
}
.Home_Different .box .scroll .item .content2 {
  font-size: var(--f20);
  font-family: 'MB';
  margin-top: 0.95rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Different .box .scroll .item .content3 {
  margin-top: 0.3rem;
}
.Home_Different .box .scroll .item .content3 div {
  font-size: var(--f16);
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .Home_Different .box .scroll .item:hover .content1 {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  .Home_Different .box .scroll .item:hover .content2 {
    /*color: #0068ae;*/
  }
}
.Home_News .box .content .boxLeft {
  width: 8.4rem;
}
.Home_News .box .content .boxLeft a {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.Home_News .box .content .boxLeft a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_News .box .content .boxLeft a img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.Home_News .box .content .boxLeft a .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 0.5rem;
  color: #fff;
}
.Home_News .box .content .boxLeft a .orientation .content1 {
  font-size: var(--f24);
  /*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;
}
.Home_News .box .content .boxLeft a .orientation .content2 {
  font-size: var(--f16);
  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: 0.12rem;
}
.Home_News .box .content .boxLeft a .orientation .content3 {
  font-size: var(--f16);
  margin-top: 0.2rem;
}
.Home_News .box .content .boxLeft a .orientation .content3 svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Home_News .box .content .boxLeft a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .content .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}
.Home_News .box .content .boxRight .list .item .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.4rem;
}
.Home_News .box .content .boxRight .list .item .left .content1 {
  font-size: var(--f20);
  /*font-family: 'MB';*/
  color: #000;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .content .boxRight .list .item .left .content2 {
  font-size: var(--f16);
  color: #666;
  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.1rem;
}
.Home_News .box .content .boxRight .list .item .left .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.2rem;
}
.Home_News .box .content .boxRight .list .item .left .content3 svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Home_News .box .content .boxRight .list .item .right {
  width: 2.08rem;
  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_News .box .content .boxRight .list .item .right p {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.Home_News .box .content .boxRight .list .item .right p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .content .boxRight .list .item:hover .left .content1 {
  color: #0068ae;
}
.Home_News .box .content .boxRight .list .item:hover .right p img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .content .boxRight .list .heng {
  margin: 0.3rem 0;
  height: 1px;
  background: #ddd;
}
.page_progressbar {
  margin-top: 0.7rem;
}
.page_progressbar .progressbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page_progressbar .progressbar .page {
  width: 50%;
  height: 1px;
  position: relative;
}
.page_progressbar .progressbar .page .swiper-pagination-progressbar {
  background: #dde;
  height: 1px;
}
.page_progressbar .progressbar .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 4px;
  top: -3px;
  background: #db771d;
}
.page_progressbar .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page_progressbar .button .wid {
  margin-top: 0.2rem;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_progressbar .button .wid div {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.page_progressbar .button .wid div:hover {
  opacity: 1;
}
.page_progressbar .button .wid .next {
  margin-left: 0.28rem;
}
.Home_Case {
  background: #0068ae;
}
.Home_Case .banner{
    padding-left: var(--interval);
}
.Home_Case .banner .swiper {
  /*padding: 0 var(--interval);*/
   padding-right: var(--interval);
}
.Home_Case .banner .swiper .swiper-slide {
  width: 4.8rem;
  border-radius: 10px;
  overflow: hidden;
}
.Home_Case .banner .swiper .swiper-slide a figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Home_Case .banner .swiper .swiper-slide a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .banner .swiper .swiper-slide a figcaption {
  background: #fff;
  padding: 0.5rem;
  position: relative;
}
.Home_Case .banner .swiper .swiper-slide a figcaption .content0 {
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  top: 0;
  right: 0.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Case .banner .swiper .swiper-slide a figcaption .content0 img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.Home_Case .banner .swiper .swiper-slide a figcaption .content1 {
  font-size: var(--f20);
  color: #000;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  /*font-family: 'MB';*/
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-right: 0.8rem;
}
.Home_Case .banner .swiper .swiper-slide a figcaption .content2 {
  font-size: var(--f16);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.12rem;
}
.Home_Case .banner .swiper .swiper-slide a figcaption .content3 {
  font-size: var(--f16);
  color: #0068ae;
  font-family: 'MB';
  margin-top: 0.45rem;
}
.Home_Case .banner .swiper .swiper-slide a figcaption .content3 span {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
}
.Home_Case .banner .swiper .swiper-slide a figcaption .content3 i {
  margin-left: 0.05rem;
  font-weight: bold;
  font-size: var(--f16);
}
.Home_Case .banner .swiper .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Case .banner .swiper .swiper-slide a:hover figcaption .content1 {
  color: #0068ae;
}
.Home_Applications .box {
  padding-left: var(--interval);
  --w1: 8.9rem;
  --w2: 3.4rem;
  --h: 5.66rem;
}
.Home_Applications .box .swiper-slide {
  width: var(--w2);
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Applications .box .swiper-slide a {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.Home_Applications .box .swiper-slide a .img {
  width: var(--w1);
  border-radius: 10px;
  overflow: hidden;
}
.Home_Applications .box .swiper-slide a .img img {
  width: 100%;
  height: var(--h);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Applications .box .swiper-slide a .bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 84, 159, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 84, 159, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 84, 159, 0.6));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Applications .box .swiper-slide a .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 84, 159, 0.6)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 84, 159, 0.6));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 84, 159, 0.6));
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Applications .box .swiper-slide a .orientation {
  position: absolute;
  left: 0;
  bottom: 0.54rem;
  z-index: 2;
  padding: 0 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Applications .box .swiper-slide a .orientation .content1 {
  height: 0.52rem;
}
.Home_Applications .box .swiper-slide a .orientation .content1 img {
  max-height: 100%;
}
.Home_Applications .box .swiper-slide a .orientation .content2 {
  font-size: var(--f24);
  font-family: 'MB';
  color: #fff;
  margin-top: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Applications .box .swiper-slide a .orientation .content3 {
  width: 4.2rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Applications .box .swiper-slide a .orientation .content3 .content4 {
  min-height: 0;
}
.Home_Applications .box .swiper-slide a .orientation .content3 .content4 .content5 {
  font-size: var(--f16);
  color: #fff;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Applications .box .swiper-slide a .orientation .content3 .content4 .content6 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  margin-top: 0.3rem;
}
.Home_Applications .box .swiper-slide a .orientation .content3 .content4 .content6 i {
  font-weight: bold;
  font-size: var(--f16);
  margin-left: 5px;
}
@media screen and (min-width: 1200px) {
  .Home_Applications .box .swiper-slide-active {
    width: var(--w1);
  }
  .Home_Applications .box .swiper-slide-active a .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Applications .box .swiper-slide-active a .bg1 {
    opacity: 0;
  }
  .Home_Applications .box .swiper-slide-active a .bg2 {
    opacity: 1;
  }
  .Home_Applications .box .swiper-slide-active a .orientation {
    padding: 0 0.8rem;
    bottom: 1.1rem;
  }
  .Home_Applications .box .swiper-slide-active a .orientation .content2 {
    margin-top: 0.26rem;
  }
  .Home_Applications .box .swiper-slide-active a .orientation .content3 {
    grid-template-rows: 1fr;
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .Home_Applications .box .swiper-slide {
    width: var(--w1);
  }
  .Home_Applications .box .swiper-slide a .bg1 {
    opacity: 0;
  }
  .Home_Applications .box .swiper-slide a .bg2 {
    opacity: 1;
  }
  .Home_Applications .box .swiper-slide a .orientation {
    padding: 0 0.8rem;
    bottom: 1.1rem;
  }
  .Home_Applications .box .swiper-slide a .orientation .content2 {
    margin-top: 0.26rem;
  }
  .Home_Applications .box .swiper-slide a .orientation .content3 {
    grid-template-rows: 1fr;
    padding-top: 0.25rem;
  }
}
.Home_Cooperative {
  background: #f7f7f7;
}
.Home_Cooperative .box {
  overflow: hidden;
}
.Home_Cooperative .box ul {
  display: flex;
  animation-name: lb;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: fit-content;
  animation-duration: 3s;
}
.Home_Cooperative .box ul li {
  margin: 0 5px;
  width: 2.2rem;
}
.Home_Cooperative .box ul li .item {
  height: 1rem;
  background: #ffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.Home_Cooperative .box ul li .item img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
@media screen and (min-width: 1200px) {
  .Home_Cooperative .box ul:hover {
    animation-play-state: paused;
  }
}
@keyframes lb {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.Footer_Container {
  background: url(../images/img21.jpg) no-repeat 50% 50% / cover;
}
.Footer_Container .box {
  padding: 0.8rem 0;
}
.Footer_Container .box .boxLeft {
  max-width: 4.4rem;
  color: #fff;
}
.Footer_Container .box .boxLeft .content1 h5 {
  font-size: var(--f24);
  line-height: 1.4;
  font-family: 'MB';
  margin-bottom: 0.14rem;
}
.Footer_Container .box .boxLeft .content1 p {
  font-size: var(--f16);
  line-height: 1.8;
}
.Footer_Container .box .boxLeft .content2 {
  font-size: var(--f16);
  line-height: 1.8;
  margin-top: 0.14rem;
}
.Footer_Container .box .boxLeft .content3 {
  margin-top: 0.36rem;
}
.Footer_Container .box .boxLeft .content3 img {
  width: 1.2rem;
}
.Footer_Container .box .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  color: #fff;
}
.Footer_Container .box .boxCenter ul {
  margin-top: 0.2rem;
}
.Footer_Container .box .boxCenter ul li {
  padding-bottom: 0.18rem;
}
.Footer_Container .box .boxCenter ul li a {
  font-size: var(--f16);
  color: #d9d9d9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxCenter ul li a img {
  margin-right: 0.15rem;
}
.Footer_Container .box .boxCenter ul li:hover a {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
  color: #fff;
}
.Footer_Container .box .boxRight {
  max-width: 3.8rem;
}
.Footer_Container .box .boxRight .content {
  margin-top: 0.2rem;
}
.Footer_Container .box .boxRight .content div {
  font-size: var(--f16);
  color: #d9d9d9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.14rem;
}
.Footer_Container .box .boxRight .content div span{
    white-space: nowrap;
}
.Footer_Container .box .boxRight .content div:first-child a {
  display: inline-block;
}
.Footer_Container .box .boxRight .content div a {
  color: #d9d9d9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content div a:hover {
  color: #0068ae;
}
.Footer_Container .box .boxRight .feng {
  margin-top: 0.3rem;
}
.Footer_Container .box .boxRight .feng ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxRight .feng ul li {
  margin-right: 0.1rem;
  position: relative;
}
.Footer_Container .box .boxRight .feng ul li a {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .feng ul li a img {
  margin: auto;
}
.Footer_Container .box .boxRight .feng ul li .ewm {
  width: 1.2rem;
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}
.Footer_Container .box .boxRight .feng ul li .ewm img {
  width: 100%;
}
.Footer_Container .box .boxRight .feng ul li:hover a {
  background: #0068ae;
}
.Footer_Container .box .boxRight .feng ul li:hover .ewm {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Footer_Container .heng {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.Footer_Container .box1 {
  padding: 0.4rem 0;
  font-size: var(--f16);
  color: #888;
}
.Footer_Container .box1 a {
  color: #888;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Footer_Container .box1 a:hover {
  color: #fff;
}
.Footer_Container .box1 em {
  margin: 0 0.15rem;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img {
  position: relative;
}
.InnerBanner .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 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;
  z-index: 2;
}
.InnerBanner .orientation .content1 {
  font-family: 'MB';
  font-size: var(--f48);
  color: #fff;
}
.InnerNav {
  background: #f9f9f9;
}
.InnerNav.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
  z-index: 20;
}
.InnerNav .box ul li {
  padding: 0 0.36rem;
}
.InnerNav .box ul li a {
  font-size: var(--f18);
  color: #666;
  line-height: 0.8rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InnerNav .box ul li a:hover {
  color: #0068ae;
}
.InnerNav .box ul .active a {
  color: #000;
  font-family: 'MB';
  border-color: #db771d;
}
.public_anchor {
  top: calc(var(--nav_height) * -1 - 79px);
}
.desc_1 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
}
.About_1 .box .boxLeft {
  width: 49%;
  padding-right: 1.1rem;
}
.About_1 .box .boxLeft .content1 {
  margin-top: 0.45rem;
}
.About_1 .box .boxLeft .content1 .scroll p {
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
}
.About_1 .box .boxRight {
  width: 51%;
}
.About_1 .box .boxRight > div {
  position: -webkit-sticky;
  position: sticky;
  top: 1.8rem;
}
.About_1 .box .boxRight .swiper-slide {
  position: relative;
}
.About_1 .box .boxRight .swiper-slide p {
  border-radius: 10px;
  overflow: hidden;
}
.About_1 .box .boxRight .swiper-slide p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.About_1 .box .boxRight .swiper-slide p img {
  width: 100%;
}
.About_1 .box .boxRight .swiper-slide .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.About_1 .box .boxRight .swiper-slide .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0068ae;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_1 .box .boxRight .swiper-slide .play svg {
  margin: auto;
  position: relative;
  z-index: 3;
}
.About_1 .box .boxRight .swiper-slide .play:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.About_1 .box .boxRight .swiper {
  position: relative;
}
.About_1 .box .boxRight .page {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: 2;
  width: 100%;
}
.About_1 .box .boxRight .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;
}
.About_1 .box .boxRight .page div span {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #e8e8e8;
  margin: 0 0.05rem !important;
  border: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_1 .box .boxRight .page div .swiper-pagination-bullet-active {
  background: #0068ae;
}
.About_1 .box1 {
  margin-top: 1rem;
}
.About_1 .box1 .item {
  position: relative;
  padding-left: 0.76rem;
  max-width: 2.7rem;
}
.About_1 .box1 .item .content1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.About_1 .box1 .item .content1 img {
  max-height: 0.58rem;
  max-width: 0.58rem;
}
.About_1 .box1 .item .content2 {
  font-family: 'MB';
}
.About_1 .box1 .item .content2 div {
  font-size: var(--f46);
  position: relative;
}
.About_1 .box1 .item .content2 div p {
  line-height: 1;
}
.About_1 .box1 .item .content2 div .p1 {
  opacity: 0;
}
.About_1 .box1 .item .content2 div .p2 {
  position: absolute;
  left: 0;
  top: 0;
}
.About_1 .box1 .item .content2 > p {
  font-size: var(--f20);
  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;
  margin-left: 0.1rem;
}
.About_1 .box1 .item .content3 {
  font-size: var(--f16);
  margin-top: 0.1rem;
  height: 1.5em;
}
.About_2 {
  background: url(../images/img25.jpg) no-repeat 50% 50% / cover;
}
.About_2 .title_01 {
  color: #fff;
}
.About_2 .title_01 .desc {
  color: #fff;
}
.About_2 .box .scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.About_2 .box .scroll .item {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 0.6rem 0.64rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
}
.About_2 .box .scroll .item:last-child {
  border: 0;
}
.About_2 .box .scroll .item .content1 {
  height: 0.56rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .scroll .item .content1 img {
  max-height: 100%;
}
.About_2 .box .scroll .item .content2 {
  font-size: var(--f20);
  font-family: 'MB';
  margin-top: 0.3rem;
  transition: 0.4s;
}
.About_2 .box .scroll .item .content3 {
  margin-top: 0.25rem;
}
.About_2 .box .scroll .item .content3 div {
  font-size: var(--f16);
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .About_2 .box .scroll .item:hover .content1 {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  .About_2 .box .scroll .item:hover .content2 {
    /*color: #0068ae;*/
  }
}
.About_3 .box .swiper1 {
  width: 5rem;
  margin: auto;
}
.About_3 .box .swiper1 p {
  border-radius: 10px;
  overflow: hidden;
}
.About_3 .box .swiper1 .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box .swiper1 .swiper-slide-active {
  opacity: 1 !important;
}
.About_3 .box1 {
  padding: 0 1.65rem;
  position: relative;
}
.About_3 .box1::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 111px;
  height: 1px;
  background: #dddddd;
}
.About_3 .box1 .swiper2 .swiper-slide {
  padding-top: 68px;
  padding-bottom: 0.75rem;
  cursor: pointer;
}
.About_3 .box1 .swiper2 .swiper-slide > div .content1 {
  text-align: center;
  height: 36px;
}
.About_3 .box1 .swiper2 .swiper-slide > div .content1 p {
  position: relative;
  font-size: var(--f24);
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box1 .swiper2 .swiper-slide > div .content1 p em {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box1 .swiper2 .swiper-slide > div .content1 p span {
  font-family: 'MB';
  color: #0068ae;
  font-size: var(--f32);
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.About_3 .box1 .swiper2 .swiper-slide > div .content2 {
  width: 14px;
  height: 14px;
  background: #bcbcbc;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.About_3 .box1 .swiper2 .swiper-slide > div .content2::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #bcbcbc;
}
.About_3 .box1 .swiper2 .swiper-slide > div:hover .content1 p {
  color: #0068ae;
}
.About_3 .box1 .swiper2 .swiper-slide-active > div .content1 p em {
  opacity: 0;
}
.About_3 .box1 .swiper2 .swiper-slide-active > div .content1 p span {
  opacity: 1;
}
.About_3 .box1 .swiper2 .swiper-slide-active > div .content2 {
  background: #e29b5c;
}
.About_3 .box1 .swiper2 .swiper-slide-active > div .content2::after {
  background: #e29b5c;
  -webkit-animation: big 1.2s ease-in-out infinite;
  animation: big 1.2s ease-in-out infinite;
}
.About_3 .box1 .banner_btn > div {
  top: 91px;
  background: #fff;
}
.About_3 .box1 .banner_btn .prev {
  left: var(--interval);
}
.About_3 .box1 .banner_btn .next {
  right: var(--interval);
}
.About_3 .box2 .swiper {
  width: 5rem;
  margin: auto;
}
.About_3 .box2 .swiper .swiper-slide {
  font-size: var(--f18);
  line-height: 1.67;
  text-align: center;
}
.About_3 .box2 .swiper .swiper-slide {
  opacity: 0 !important;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
.About_3 .box2 .swiper .swiper-slide-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.banner_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn.posi div {
  position: absolute;
  top: 0;
}
.banner_btn div {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn div i {
  font-weight: bold;
  font-size: var(--f16);
  margin: auto;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn div:hover {
  border-color: #0068ae;
}
.banner_btn div:hover i {
  color: #0068ae;
}
.banner_btn .ml {
  margin-left: max(10px, 0.1rem);
}
.banner_btn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  --p: -1.48rem;
}
.banner_btn1.posi div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_btn1 div {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.banner_btn1 div svg {
  font-weight: bold;
  font-size: var(--f16);
  margin: auto;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn1 div svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn1 div:hover {
  background: #0068ae;
}
.banner_btn1 div:hover path {
  fill: #fff;
}
.banner_btn1 .prev {
  left: var(--p);
}
.banner_btn1 .next {
  right: var(--p);
}
.About_4 {
  background: #f7f7f7;
}
.About_4 .box {
  margin-top: 0.45rem;
}
.About_4 .box .swiper-slide {
  text-align: center;
  padding: 0.34rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}
.About_4 .box .swiper-slide figure {
  height: 3.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_4 .box .swiper-slide figure img {
  max-height: 100%;
  margin: auto;
}
.About_4 .box .swiper-slide figcaption {
  font-size: var(--f18);
  margin-top: 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .About_4 .box .swiper-slide:hover {
    background: #fff;
  }
  .About_4 .box .swiper-slide:hover figcaption {
    color: #0068ae;
  }
}
.About_5 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem 0.3rem;
}
.About_5 .box .item figure {
  border-radius: 10px;
  overflow: hidden;
}
.About_5 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box .item figcaption {
  font-size: var(--f20);
  font-family: 'MB';
  margin-top: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_5 .box .item:hover figcaption {
  color: #0068ae;
}
.mbx {
  background: #f9f9f9;
}
.mbx .box_ a {
  font-size: var(--f16);
  color: #666;
  line-height: 0.7rem;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box_ a svg {
  margin-right: 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.mbx .box_ a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box_ a:hover {
  color: #0068ae;
}
.mbx .box_ a:hover path {
  fill: #0068ae;
}
.mbx .box_ i {
  font-size: var(--f14);
  color: #666;
}
.mbx .box_ span {
  color: #0068ae;
  font-size: var(--f16);
}
.Product_1 .box .boxLeft {
  width: 4.5rem;
  padding-right: 0.8rem;
}
.Product_1 .box .boxLeft > div {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.Product_1 .box .boxLeft h5 {
  font-size: var(--f32);
  background: #0068ae;
  color: #fff;
  line-height: 0.8rem;
  font-family: 'MB';
  padding: 0 0.2rem;
}
.Product_1 .box .boxLeft .list_box {
  margin-top: 0.15rem;
}
.Product_1 .box .boxLeft .list_box .item {
  border-bottom: 1px solid #ddd;
}
.Product_1 .box .boxLeft .list_box .item .title {
  cursor: pointer;
  font-size: var(--f20);
  line-height: 0.7rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 .2rem;
}
.Product_1 .box .boxLeft .list_box .item .title a{
    display: inline-block;
    transition: .4s;
}
.Product_1 .box .boxLeft .list_box .item .title a:hover{
    color: var(--color);
}
.Product_1 .box .boxLeft .list_box .item .title i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0068ae;
  font-weight: bold;
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .boxLeft .list_box .item .title:hover {
  color: #0068ae;
}
.Product_1 .box .boxLeft .list_box .item.active .title a{
    color: #0068ae;
}
.Product_1 .box .boxLeft .list_box .item .content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
   padding: 0 .2rem;
}
.Product_1 .box .boxLeft .list_box .item .content > div {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li {
  margin-bottom: 0.22rem;
  cursor: pointer;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li:last-child {
  margin-bottom: 0;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li .left {
  width: 32px;
  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_1 .box .boxLeft .list_box .item .content > div ul li .left p {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #f9fafe;
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li .left p svg {
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li.active .left p {
  background: #0068ae;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li.active .left p svg {
  opacity: 1;
}
.Product_1 .box .boxLeft .list_box .item .content > div ul li:hover .right {
  color: #0068ae;
}
.Product_1 .box .boxLeft .list_box .item .content > div .del {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.26rem;
  display: none;
}
.Product_1 .box .boxLeft .list_box .item .content > div .del p {
  background: #f7f7f7;
  color: #0068ae;
  font-size: var(--f18);
  line-height: 32px;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .boxLeft .list_box .item .content > div .del p i {
  font-size: var(--f16);
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .boxLeft .list_box .item .content > div .del p:hover {
  background: #0068ae;
  color: #fff;
}
.Product_1 .box .boxLeft .list_box .item .content > div .del.active {
  display: block;
}
.Product_1 .box .boxLeft .list_box .item.active .title i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.Product_1 .box .boxLeft .list_box .item.active .content {
  grid-template-rows: 1fr;
 
}
.Product_1 .box .boxLeft .list_box .item.active .content > div {
  padding: 0.12rem 0 0.4rem;
}
.Product_1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Form_Message {
  background: #f5f8fb;
  min-height: 1rem;
  border-radius: 10px;
  margin-top: 0.48rem;
  padding: 0.25rem 0.2rem 0.4rem;
}
.Form_Message .h5 {
  font-size: var(--f24);
  font-family: 'MB';
}
.Form_Message form {
  margin-top: 0.2rem;
  display: grid;
  gap: 0.1rem;
}
.Form_Message form div {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.Form_Message form div input,
.Form_Message form div textarea {
  height: 0.46rem;
  padding: 0 0.12rem;
  background: none;
  width: 100%;
  border: 0;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
  resize: none;
}
.Form_Message form div input:not(:placeholder-shown) + p,
.Form_Message form div textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Form_Message form div textarea {
  height: 1.2rem;
  padding: 0.2rem;
}
.Form_Message form div p {
  font-size: var(--f16);
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.2rem;
}
.Form_Message form div p em {
  color: red;
}
.Form_Message form div .p1 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0.2rem;
}
.Form_Message form .button {
  margin-top: 0.2rem;
  border: 0;
}
.Form_Message form .button input {
  font-size: var(--f16);
  background: #0068ae;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Form_Message form .button:hover input {
  -webkit-transform: translateY(-0.06rem);
  -ms-transform: translateY(-0.06rem);
  transform: translateY(-0.06rem);
}
.Product_2 .box_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.Product_2 .box_ .item a figure {
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.Product_2 .box_ .item a figure .img {
  height: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_2 .box_ .item a figure .img img {
  max-height: 100%;
  margin: auto;
}
.Product_2 .box_ .item a figure .orientation {
  background: rgba(0, 84, 159, 0.6);
  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;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_2 .box_ .item a figure .orientation > div {
  width: 100%;
  padding: 0 0.25rem;
}
.Product_2 .box_ .item a figure .orientation .content1 {
  font-size: var(--f20);
  color: #fff;
  text-align: center;
  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;
}
.Product_2 .box_ .item a figure .orientation .content2 {
  margin-top: 0.4rem;
}
.Product_2 .box_ .item a figure .orientation .content2 p {
  background: #fff;
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  margin: auto;
}
.Product_2 .box_ .item a figure .orientation .content2 p svg {
  margin: auto;
}
.Product_2 .box_ .item a figcaption {
  font-size: var(--f20);
  color: #000;
  text-align: center;
  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.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 100px) {
  .Product_2 .box_ .item a:hover figure .orientation {
    opacity: 1;
  }
  .Product_2 .box_ .item a:hover figcaption {
    color: #0068ae;
  }
}
.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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.pu_page a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #efefef;
  border-radius: 5px;
  margin: 0 5px;
  font-size: var(--f18);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a:hover {
  background: #0068ae;
  color: #fff;
}
.pu_page .active {
  background: #0068ae;
  color: #fff;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}
.pu_page .prev i,
.pu_page .next i {
  font-weight: bold;
  font-size: var(--f18);
}
.cbl {
  position: fixed;
  right: 0.2rem;
  bottom: 20%;
  z-index: 20;
  display: none;
}
.cbl .box ul {
  background: #fff;
  padding: 0.05rem 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8.64px 0.36px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8.64px 0.36px rgba(0, 0, 0, 0.06);
}
@keyframes messageJump{
    0%{
        transform: translateY(0);
    }
     25%{
        transform: translateY(-5px);
    }
     50%{
        transform: translateY(5px) scale(1.1 , 0.9);
    }
     75%{
        /*transform: translateY(-5px);*/
    }
     100%{
        transform: translateY(0);
    }
}


.cbl .box ul li:first-child .top svg{
    animation: messageJump .5s linear infinite;
}
.cbl .box ul li {
  position: relative;
}
.cbl .box ul li > a {
  text-align: center;
  width: 60px;
}
.cbl .box ul li > a .bot {
  font-size: 10px;
  margin-top: 0.05rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.cbl .box ul li:hover a .bot {
  color: #0068ae;
}
.cbl .box ul li:hover .ewm_content,
.cbl .box ul li:hover .call_content {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.cbl .box ul .heng {
  width: 50px;
  margin: 0.05rem auto;
  height: 1px;
  background: #eee;
}
.cbl .box ul .heng1 {
  display: none;
}
.cbl .box .goTop {
  background: #fff;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  margin-top: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8.64px 0.36px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8.64px 0.36px rgba(0, 0, 0, 0.06);
}
.cbl .box .goTop svg {
  margin: auto;
}
.call_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  right: 90px;
  -webkit-filter: drop-shadow(0px 0px 8.64px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 0px 8.64px rgba(0, 0, 0, 0.06));
  background: #fff;
  padding: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  opacity: 0;
}
.call_content::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  border: 8px solid transparent;
  border-left-color: #fff;
}
.call_content a {
  white-space: nowrap;
  font-size: var(--f16);
  font-family: 'MB';
}
.ewm_content {
  position: absolute;
  width: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  right: 90px;
  -webkit-filter: drop-shadow(0px 0px 8.64px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 0px 8.64px rgba(0, 0, 0, 0.06));
  background: #fff;
  padding: 12px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  opacity: 0;
}
.ewm_content::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  border: 8px solid transparent;
  border-left-color: #fff;
}
.ewm_content img {
  width: 100%;
}
.Product_3 .box .boxLeft {
  width: 50%;
}
.Product_3 .box .boxLeft .swiper1 {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.Product_3 .box .boxLeft .swiper1 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 6rem;*/
  cursor: pointer;
}
.Product_3 .box .boxLeft .swiper1 .swiper-slide img {
  margin: auto;
  max-height: 100%;
}
.Product_3 .box .boxLeft .banner2 {
  position: relative;
  padding: 0 0.3rem;
}
.Product_3 .box .boxLeft .banner2 .prev,
.Product_3 .box .boxLeft .banner2 .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Product_3 .box .boxLeft .banner2 .prev i,
.Product_3 .box .boxLeft .banner2 .next i {
  color: #aaaaaa;
  font-size: var(--f24);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_3 .box .boxLeft .banner2 .prev i:hover,
.Product_3 .box .boxLeft .banner2 .next i:hover {
  color: #0068ae;
}
.Product_3 .box .boxLeft .banner2 .prev {
  left: -5px;
}
.Product_3 .box .boxLeft .banner2 .next {
  right: -5px;
}
.Product_3 .box .boxLeft .swiper2 {
  margin-top: 0.2rem;
}
.Product_3 .box .boxLeft .swiper2 .swiper-slide {
  /*height: 1.4rem;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  overflow: hidden;
  /*padding: 2px;*/
}
.Product_3 .box .boxLeft .swiper2 .swiper-slide img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_3 .box .boxLeft .swiper2 .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_3 .box .boxLeft .swiper2 .swiper-slide-thumb-active {
  border-color: #0068ae;
}
.Product_3 .box .boxRight {
  width: 50%;
  padding-left: 0.8rem;
  padding-top: 0.64rem;
}
.Product_3 .box .boxRight .content1 {
  font-size: var(--f40);
  line-height: 1.2;
  font-family: 'MB';
}
.Product_3 .box .boxRight .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.4rem;
}
.Product_3 .box .boxRight .content2 span {
  color: #000;
}
.Product_3 .box .boxRight .content3 {
  font-size: var(--f16);
  margin-top: 0.45rem;
}
.Product_3 .box .boxRight .content3 svg {
  margin-right: 0.1rem;
}
.Product_3 .box .boxRight .content3 p {
  margin-bottom: 0.12rem;
}
.Product_3 .box .boxRight .content3 p a{
    color: #000;
    transition: .4s;
    display: inline-block;
}
.Product_3 .box .boxRight .content3 p a:hover{
    color: #0068ae;
}
.Product_3 .box .boxRight .content3 p:last-child {
  margin-bottom: 0;
}
.Product_3 .box .boxRight .content4 {
  margin-top: 0.82rem;
}
.product_layer {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.product_layer .box {
  width: 10rem;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_layer .box .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: var(--f34);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_layer .box .close:hover {
  color: #0068ae;
}
.product_layer .box .swiper {
  overflow: hidden;
  border-radius: 10px;
}
.product_layer .box .swiper-slide p {
  height: 7rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_layer .box .swiper-slide p img {
  margin: auto;
  max-height: 90%;
}
.h6 {
  font-size: var(--f48);
  color: #0068ae;
  line-height: 1.2;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  font-family: 'MB';
  margin-top: 0.96rem;
}
.desc_2 {
  font-size: var(--f18);
  line-height: 2;
}
.Product_4 .desc {
  font-size: var(--f18);
  line-height: 2;
  margin-top: 0.48rem;
}
.Product_4 a{
    display: inline-block;
}
@media screen and (min-width: 1200px) {
  .Product_4 .desc {
    padding-right: 3rem;
  }
}
.Product_4 .desc span {
  color: #999;
}
.Product_4 .desc a{
    display: inline-block;
}
.Product_4 .video {
  margin-top: 0.48rem;
}
.Product_4 .video > div {
  border-radius: 10px;
  width: 9.6rem;
  overflow: hidden;
  position: relative;
}
.Product_4 .video > div img {
  width: 100%;
}
.Product_4 .video > div .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.Product_4 .video > div .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0068ae;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_4 .video > div .play svg {
  margin: auto;
  position: relative;
  z-index: 3;
}
.Product_4 .video > div .play:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Product_4 .scroll{
    margin-top: 0.4rem;
}
.Product_4 .scroll table {
  width: 100%;
}
.Product_4 .scroll table tr:first-child td {
  font-size: var(--f18);
  background: #0068ae;
  color: #fff;
  /*font-family: 'MB';*/
  /*max-width: calc(100% / 7);*/
}
.Product_4 .scroll table td {
  font-size: var(--f18);
  color: #666;
}
.Product_4 .scroll table td:nth-child(1) {
  color: #000;
}
.Product_4 .scroll table th,
.Product_4 .scroll table td {
  height: 0.6rem;
  border: 1px solid #e7e7e7;
  text-align: center;
}
.Product_4 .scroll table tr:nth-child(odd) {
  background: #f7f7f7;
}
.Product_5 .box {
    user-select: none;
  padding: 0 1.1rem;
  position: relative;
}
.Product_5 .box .swiper {
  padding: 0 2px;
}
.Product_5 .box .item a figure {
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.Product_5 .box .item a figure .img {
  height: 5.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_5 .box .item a figure .img img {
  max-height: 80%;
  margin: auto;
}
.Product_5 .box .item a figure .orientation {
  background: rgba(0, 84, 159, 0.6);
  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;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_5 .box .item a figure .orientation > div {
  width: 100%;
  padding: 0 0.25rem;
}
.Product_5 .box .item a figure .orientation .content1 {
  font-size: var(--f20);
  color: #fff;
  text-align: center;
  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;
}
.Product_5 .box .item a figure .orientation .content2 {
  margin-top: 0.4rem;
}
.Product_5 .box .item a figure .orientation .content2 p {
  background: #fff;
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  margin: auto;
}
.Product_5 .box .item a figure .orientation .content2 p svg {
  margin: auto;
}
.Product_5 .box .item a figcaption {
  font-size: var(--f20);
  color: #000;
  text-align: center;
  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.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_5 .box .item a:hover figure .orientation {
    opacity: 1;
  }
  .Product_5 .box .item a:hover figcaption {
    color: #0068ae;
  }
}
.Product_5 .banner_btn.posi div {
  top: 40%;
}
.Product_5 .banner_btn.posi .prev {
  left: 0;
}
.Product_5 .banner_btn.posi .next {
  right: 0;
}
.ContactUs {
  background: #f7f7f7;
}
.ContactUs .box .item .top {
  font-size: var(--f16);
  color: #666;
}
.ContactUs .box .item .top span {
  color: red;
}
.ContactUs .box .item .bot {
  margin-top: 0.07rem;
}
.ContactUs .box .item .bot input,
.ContactUs .box .item .bot textarea {
  border: 1px solid #ccc;
  background: none;
  width: 100%;
  height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
.ContactUs .box .item .bot input:hover,
.ContactUs .box .item .bot textarea:hover {
  /*border-color: #0068ae;*/
  
  border-color: transparent;
   /*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
    box-shadow: 0px 0px 12px rgba(0,104,174,0.3);
   
   
}
.ContactUs .box .list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.2rem;
}
.ContactUs .box .list2 {
  margin-top: 0.3rem;
}
.ContactUs .box .list2 .item .bot textarea {
  height: 2.2rem;
  resize: none;
  padding: 0.2rem;
}
.ContactUs .box .list3 {
  margin-top: 0.4rem;
}
.ContactUs .box .list3 input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #0068ae;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  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;
}
.ContactUs .box .list3 input:hover {
  -webkit-transform: translateY(-0.05rem);
  -ms-transform: translateY(-0.05rem);
  transform: translateY(-0.05rem);
  
    box-shadow: 0px 0px 12px rgba(0, 104, 174, 0.3);
}



.ContactUs_1  .box .list5 {
  color: #000;
  font-size: var(--f16);
  display: flex;
  align-items: center;
  margin-top: 0.24rem;
}
.ContactUs_1  .box .list5 p {
  margin-left: 0.06rem;
}
.ContactUs_1  .box .list5 p a {
  display: inline-block;
}
.ContactUs_1  .box .list5 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #0068ae !important;
  background: #0068ae;
}
.ContactUs_1  .box .list5 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #0068ae;
}
.ContactUs_1  .box .list5 .layui-form-checked[lay-skin=primary] i {
  background: #0068ae;
}
.ContactUs_1  .box .list5 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.ContactUs_1  .box .list5 a {
  color: #0068ae;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ContactUs_1  .box .list5 a:hover {
  text-decoration: underline;
}




.News_1 .box a {
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
}
.News_1 .box a .boxLeft {
  padding: 0.7rem 0.8rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_1 .box a .boxLeft .content1 {
  font-size: var(--f24);
  font-family: 'MB';
  color: #0068ae;
  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_1 .box a .boxLeft .content2 {
  font-size: var(--f16);
  color: #666;
  height: 5.25em;
  max-height: 5.25em;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.16rem;
}
.News_1 .box a .boxLeft .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.24rem;
}
.News_1 .box a .boxLeft .content3 svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_1 .box a .boxLeft .content4 {
  margin-top: 0.92rem;
}
.News_1 .box a .boxRight {
  width: 7.62rem;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.News_1 .box a .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box a:hover .boxLeft .content4 .a {
  background: #0068ae;
  color: #fff;
}
.News_1 .box a:hover .boxRight img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_1 .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.News_1 .page div span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background: #e8e8e8;
  margin: 0 0.1rem !important;
  border: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .page div .swiper-pagination-bullet-active {
  background: #0068ae;
}
.News_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.3rem;
}
.News_2 .box .item a figure {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.News_2 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figcaption {
  background: #f7f7f7;
  padding: 0.35rem 0.4rem;
}
.News_2 .box .item a figcaption .content1 {
  font-size: var(--f16);
  color: #999;
}
.News_2 .box .item a figcaption .content1 svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_2 .box .item a figcaption .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.16rem;
}
.News_2 .box .item a figcaption .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #0068ae;
  margin-top: 0.26rem;
}
.News_2 .box .item a figcaption .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.News_2 .box .item a figcaption .content3 svg {
  margin-left: 0.1rem;
}
.News_2 .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_2 .box .item a:hover figcaption .content2 {
  color: #0068ae;
}
.News_3 {
  --w: 4.9rem;
  padding-top: 0.72rem;
}
@media screen and (min-width: 1200px) {
  .News_3 .box {
    padding-right: var(--w);
  }
}
.News_3 .box .content1 {
  font-size: var(--f36);
  font-family: 'MB';
}
.News_3 .box .content2 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.26rem;
}
.News_3 .box .content2 svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_3 .box .heng {
  height: 1px;
  background: #ddd;
  margin-top: 0.36rem;
}
.News_4 {
  --w: 4.9rem;
}
.News_4 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.7rem;
}
.News_4 .box .boxLeft > div {
  position: sticky;
  top: 1.5rem;
}
.News_4 iframe{
    width: 100%;
    min-height: 6rem;
}
.News_4 .box .boxLeft .content1 {
  line-height: 2.2;
  font-size: var(--f16);
  color: #666;
}
.News_4 .box .boxLeft .heng {
  height: 1px;
  background: #ddd;
  margin: 0.5rem 0;
}
.News_4 .box .boxLeft .content2 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 3.2rem;
}
.News_4 .box .boxLeft .content2 .left .btn a {
  font-size: var(--f18);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_4 .box .boxLeft .content2 .left .btn a:hover {
  color: #0068ae;
}
.News_4 .box .boxLeft .content2 .left .null a {
  cursor: no-drop;
}
.News_4 .box .boxLeft .content2 .left .next {
  margin-top: 0.2rem;
}
.News_4 .box .boxLeft .content2 .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_4 .box .boxLeft .content2 .right .link_02 a:hover span {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.News_4 .box .boxRight {
  width: var(--w);
  padding-left: 1.2rem;
}
.News_4 .box .boxRight > div {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.News_4 .box .boxRight > div .h5 {
  font-size: var(--f36);
  font-family: 'MB';
  line-height: 1;
}
.News_4 .box .boxRight > div .list {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.4rem;
}
.News_4 .box .boxRight > div .list .item a figure {
  overflow: hidden;
  border-radius: 10px;
}
.News_4 .box .boxRight > div .list .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_4 .box .boxRight > div .list .item a figcaption {
  margin-top: 0.2rem;
}
.News_4 .box .boxRight > div .list .item a figcaption .content1 {
  font-size: var(--f16);
  color: #999;
}
.News_4 .box .boxRight > div .list .item a figcaption .content1 svg {
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_4 .box .boxRight > div .list .item a figcaption .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.16rem;
  height: auto;
}
.News_4 .box .boxRight > div .list .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_4 .box .boxRight > div .list .item a:hover figcaption .content2 {
  color: #0068ae;
}
.Applications_1 .box {
  display: grid;
  gap: 0.55rem;
}
.Applications_1 .box .item a {
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
}
.Applications_1 .box .item a .boxLeft {
  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 1.2rem;
}
.Applications_1 .box .item a .boxLeft > div {
  width: 100%;
}
.Applications_1 .box .item a .boxLeft .content1 {
  height: 0.53rem;
}
.Applications_1 .box .item a .boxLeft .content1 img {
  max-height: 100%;
}
.Applications_1 .box .item a .boxLeft .content2 {
  font-size: var(--f24);
  font-family: 'MB';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.25rem 0;
}
.Applications_1 .box .item a .boxLeft .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Applications_1 .box .item a .boxLeft .content4 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #0068ae;
  margin-top: 0.74rem;
}
.Applications_1 .box .item a .boxLeft .content4 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Applications_1 .box .item a .boxLeft .content4 svg {
  margin-left: 0.1rem;
}
.Applications_1 .box .item a .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.Applications_1 .box .item a .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Applications_1 .box .item a:hover .boxLeft .content2 {
    color: #0068ae;
  }
  .Applications_1 .box .item a:hover .boxRight img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  
    
    
    
}
@media screen and (min-width: 699px) {
  .Applications_1 .box .item:nth-child(even) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Applications_1 .box .item:nth-child(even) a .boxRight {
    border-radius: 10px 0 0 10px;
  }
}
.Service_1 .box {
  display: grid;
  gap: 1.2rem;
}
.Service_1 .box .item .boxLeft {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Service_1 .box .item .boxLeft > div {
  width: 100%;
}
.Service_1 .box .item .boxLeft > div .content1 {
  font-size: var(--f24);
  font-family: 'MB';
}
.Service_1 .box .item .boxLeft > div .content2 {
  margin-top: 0.32rem;
}
.Service_1 .box .item .boxLeft > div .content2 .scroll {
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  max-height: -webkit-calc(23.95em);
  max-height: calc(1.75em * 13 + 1.2rem);
}
.Service_1 .box .item .boxLeft > div .content2 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Service_1 .box .item .boxLeft > div .content2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #db771d;
}
.Service_1 .box .item .boxLeft > div .content2 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Service_1 .box .item .boxLeft > div .content2 .scroll {
    scrollbar-color: #db771d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Service_1 .box .item .boxLeft > div .content2 .scroll p {
  padding-left: 25px;
  position: relative;
  margin-bottom: 0.3rem;
}
.Service_1 .box .item .boxLeft > div .content2 .scroll p:last-child {
  margin-bottom: 0;
}
.Service_1 .box .item .boxLeft > div .content2 .scroll p span {
  position: absolute;
  left: 0;
}
.Service_1 .box .item .boxRight {
  width: 50%;
}
.Service_1 .box .item .boxRight p {
  border-radius: 10px;
  overflow: hidden;
}
.Service_1 .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Service_1 .box .item .boxRight p:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1200px) {
  .Service_1 .box .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.Service_2 .desc {
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
  line-height: 2;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Service_2 .desc {
    padding-right: 3.3rem;
  }
}
.Service_2 .box {
  display: grid;
  gap: 0.75rem;
}
.Service_2 .box .item a {
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
}
.Service_2 .box .item a .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: 0 0.6rem 0 0.8rem;
}
.Service_2 .box .item a .boxLeft > div {
  width: 100%;
}
.Service_2 .box .item a .boxLeft .content1 {
  height: 0.53rem;
}
.Service_2 .box .item a .boxLeft .content1 img {
  max-height: 100%;
}
.Service_2 .box .item a .boxLeft .content2 {
  font-size: var(--f24);
  font-family: 'MB';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.25rem 0;
}
.Service_2 .box .item a .boxLeft .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
  line-height: 1.8;
  max-height: -webkit-calc(17.1em);
  max-height: calc(1.8em * 9 + 0.9rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding-right: 0.2rem;
}
.Service_2 .box .item a .boxLeft .content3::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Service_2 .box .item a .boxLeft .content3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #db771d;
}
.Service_2 .box .item a .boxLeft .content3::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Service_2 .box .item a .boxLeft .content3 {
    scrollbar-color: #db771d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Service_2 .box .item a .boxLeft .content3::-webkit-scrollbar-track {
  background: #ffffff;
}
.Service_2 .box .item a .boxLeft .content3 p {
  margin-bottom: 0.3rem;
}
.Service_2 .box .item a .boxLeft .content3 p:last-child {
  margin-bottom: 0;
}
.Service_2 .box .item a .boxRight {
  width: 8.2rem;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.Service_2 .box .item a .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Service_2 .box .item a:hover .boxLeft .content2 {
    color: #0068ae;
  }
  .Service_2 .box .item a:hover .boxRight img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.Service_2 .box .item1 a .boxLeft .content3 p {
  padding-left: 25px;
  position: relative;
}
.Service_2 .box .item1 a .boxLeft .content3 p span {
  position: absolute;
  left: 0;
}
.Service_3 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.3rem;
}
.Service_3 .box .item {
  border-radius: 10px;
  overflow: hidden;
}
.Service_3 .box .item a figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Service_3 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_3 .box .item a figcaption {
  background: #f7f7f7;
  padding: 0.5rem;
  position: relative;
}
.Service_3 .box .item a figcaption .content0 {
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  top: 0;
  right: 0.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Service_3 .box .item a figcaption .content0 img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.Service_3 .box .item a figcaption .content1 {
  font-size: var(--f20);
  color: #000;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  font-family: 'MB';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-right: 0.8rem;
}
.Service_3 .box .item a figcaption .content2 {
  font-size: var(--f16);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.12rem;
}
.Service_3 .box .item a figcaption .content3 {
  font-size: var(--f16);
  color: #0068ae;
  font-family: 'MB';
  margin-top: 0.45rem;
}
.Service_3 .box .item a figcaption .content3 span {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
}
.Service_3 .box .item a figcaption .content3 i {
  margin-left: 0.05rem;
  font-weight: bold;
  font-size: var(--f16);
}
.Service_3 .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Service_3 .box .item a:hover figcaption .content1 {
  color: #0068ae;
}
.Service_4 .box {
  display: grid;
  gap: 0.55rem 0.3rem;
  grid-template-columns: repeat(3, 1fr);
}
.Service_4 .box .item {
  position: relative;
  cursor: pointer;
}
.Service_4 .box .item .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.Service_4 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_4 .box .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.Service_4 .box .item .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  cursor: pointer;
}
.Service_4 .box .item .img .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0068ae;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_4 .box .item .img .play svg {
  margin: auto;
  position: relative;
  z-index: 3;
}
.Service_4 .box .item figcaption {
  font-size: var(--f20);
  font-family: 'MB';
  margin-top: 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_4 .box .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Service_4 .box .item:hover figcaption {
  color: #0068ae;
}
.Service_5 .box .boxLeft {
  width: 50%;
}
.Service_5 .box .boxLeft p {
  border-radius: 10px;
  overflow: hidden;
}
.Service_5 .box .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_5 .box .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Service_5 .box .boxRight {
  padding-left: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Service_5 .box .boxRight .item .top {
  font-size: var(--f24);
  font-family: 'MB';
  line-height: 0.8rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding-right: 0.8rem;
}
.Service_5 .box .boxRight .item .top span {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.22rem;
  height: 2px;
  background: #0068ae;
}
.Service_5 .box .boxRight .item .top span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_5 .box .boxRight .item .top:hover {
  color: #0068ae;
}
.Service_5 .box .boxRight .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_5 .box .boxRight .item .bot div {
  min-height: 0;
  font-size: var(--f16);
  line-height: 2;
  color: #666;
  padding-right: 0.8rem;
  max-height: -webkit-calc(6em);
  max-height: calc(2em * 3);
}
.Service_5 .box .boxRight .active .top span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Service_5 .box .boxRight .active .bot {
  grid-template-rows: 1fr;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0068ae;
}
.Service_6 .box .item {
  border-bottom: 1px solid #ddd;
}
.Service_6 .box .item .top {
  padding: 0.28rem 1.3rem 0.28rem 0.5rem;
  font-size: var(--f20);
  font-family: 'MB';
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.Service_6 .box .item .top img {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_6 .box .item .top:hover {
  color: #0068ae;
}
.Service_6 .box .item .bot {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_6 .box .item .bot div {
  min-height: 0;
  font-size: var(--f16);
  color: #666;
  line-height: 1.875;
  padding-left: 0.5rem;
  padding-right: 6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_6 .box .active .top {
  background: #f7f7f7;
  color: #0068ae;
}
.Service_6 .box .active .top img {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.Service_6 .box .active .bot {
  grid-template-rows: 1fr;
}
.Service_6 .box .active .bot div {
  padding-bottom: 0.45rem;
  padding-top: 0.2rem;
}
.Service_7 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Service_7 .box .item {
  background: #f7f7f7;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_7 .box .item path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_7 .box .item .content1 {
  width: 1rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Service_7 .box .item .content1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: #ddd;
}
.Service_7 .box .item .content1 svg {
  margin: auto;
}
.Service_7 .box .item .content2 {
  -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;
  font-size: var(--f20);
  font-family: 'MB';
  padding: 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_7 .box .item .content3 {
  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.4rem;
}
.Service_7 .box .item:hover {
  background: #0068ae;
}
.Service_7 .box .item:hover .content2 {
  color: #fff;
}
.Service_7 .box .item:hover path {
  fill: #fff;
}
.ContactUs_1 .box .h5 {
  font-size: var(--f48);
  font-family: 'MB';
  line-height: 1.2;
  color: #0068ae;
}
.ContactUs_1 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.5rem;
}
.ContactUs_1 .box .boxLeft .content1 {
  font-size: var(--f20);
  font-family: 'MB';
  margin-top: 0.5rem;
}
.ContactUs_1 .box .boxLeft .content2 {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.24rem;
}
.ContactUs_1 .box .boxLeft .content2 p {
  margin-bottom: 0.24rem;
}
.ContactUs_1 .box .boxLeft .content2 p a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.ContactUs_1 .box .boxLeft .content2 p a:hover {
  color: #0068ae;
}
.ContactUs_1 .box .boxRight {
  width: 51%;
}
.ContactUs_1 .box .boxRight .desc {
  font-size: var(--f16);
  color: #666;
  line-height: 1.75;
  margin-top: 0.2rem;
}
.ContactUs_1 .box .boxRight .form {
  margin-top: 0.45rem;
}
.ContactUs_1 .box .boxRight .form .item .top {
  font-size: var(--f16);
  color: #666;
}
.ContactUs_1 .box .boxRight .form .item .top span {
  color: red;
}
.ContactUs_1 .box .boxRight .form .item .bot {
  margin-top: 0.07rem;
}
.ContactUs_1 .box .boxRight .form .item .bot input,
.ContactUs_1 .box .boxRight .form .item .bot textarea {
  border: 1px solid #ccc;
  background: none;
  width: 100%;
  height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
.ContactUs_1 .box .boxRight .form .item .bot input:hover,
.ContactUs_1 .box .boxRight .form .item .bot textarea:hover {
  /*border-color: #0068ae;*/
   border-color: transparent;
   box-shadow: 0px 0px 12px rgba(0,104,174,0.3);
}


.ContactUs_1 .box .boxRight .form .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.2rem;
}
.ContactUs_1 .box .boxRight .form .list2 {
  margin-top: 0.2rem;
}
.ContactUs_1 .box .boxRight .form .list2 .item .bot textarea {
  height: 1.6rem;
  resize: none;
  padding: 0.2rem;
}
.ContactUs_1 .box .boxRight .form .list3 {
  margin-top: 0.4rem;
}
.ContactUs_1 .box .boxRight .form .list3 input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #0068ae;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  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;
}
.ContactUs_1 .box .boxRight .form .list3 input:hover {
  -webkit-transform: translateY(-0.05rem);
  -ms-transform: translateY(-0.05rem);
  transform: translateY(-0.05rem);
  
  box-shadow: 0px 0px 12px rgba(0, 104, 174, 0.3);
  
  
}
.ContactUs_2 .box {
  overflow: hidden;
  border-radius: 10px;
}
.ContactUs_2 .box img {
  width: 100%;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  font-family: 'MB';
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: 12rem;
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #0068ae;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  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;
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
}
.Search_2 .box .item a {
  background: #f7f7f7;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #0068ae;
}
.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: 0.1rem;
  -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: #0068ae;
  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;
}
.Search_2 .box .item a:hover .content2 {
  color: #0068ae;
}
.null_box {
  font-family: 'MB';
  font-size: var(--f18);
  text-align: center;
  padding: 2rem 0;
}
.null_box span{
    color: var(--color);
}
.SearchBox {
  position: fixed;
  z-index: 48;
  top: var(--nav_height);
  height: calc(100vh - var(--nav_height));
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  left: 0;
  display: none;
}
.SearchBox .close {
  position: absolute;
  top: 0.2rem;
  right: var(--interval);
}
.SearchBox .close i {
  font-size: var(--f24);
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.SearchBox .close:hover i {
  color: var(--color);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SearchBox .box {
  background: #f7f7f7;
  padding: 0.8rem 0;
}
.SearchBox .box form {
  width: min(11rem, 90vw);
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.SearchBox .box form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.SearchBox .box form .input svg {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.SearchBox .box form .input input {
  width: 100%;
  height: 0.65rem;
  background: none;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  padding: 0 0.6rem;
  font-size: var(--f16);
}
.SearchBox .box form .label {
  cursor: pointer;
}
.SearchBox .box form .label .btn {
  background: var(--color);
  color: #fff;
  font-size: var(--f16);
  font-family: 'MB';
  width: 1.8rem;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .News_4 .box .boxRight > div .list .item a figcaption .content1 svg,
  .News_1 .box a .boxLeft .content3 svg,
  .News_2 .box .item a figcaption .content1 svg,
  .Home_News .box .content .boxRight .list .item .left .content3 svg,
  .Search_2 .box .item a .content3 svg,
  .News_3 .box .content2 svg,
  .Home_News .box .content .boxLeft a .orientation .content3 svg {
    -webkit-transform: scale(0.8) translateY(-1px);
    -ms-transform: scale(0.8) translateY(-1px);
    transform: scale(0.8) translateY(-1px);
  }
}
@media screen and (max-width: 1680px) and (min-width: 1280px) {
  .Service_5 .box .boxRight .item .bot div {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Service_5 .box .boxRight .item .bot div::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Service_5 .box .boxRight .item .bot div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #db771d;
  }
  .Service_5 .box .boxRight .item .bot div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Service_5 .box .boxRight .item .bot div {
      scrollbar-color: #db771d rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
}
@media screen and (max-width: 1520px) {
  .Home_News .box .content .boxRight .list .heng {
    margin: 0.2rem 0;
  }
  .Home_News .box .content .boxRight .list .item .left .content3 {
    margin-top: 0.15rem;
  }
  .Footer_Container .box .boxRight {
    max-width: 4.5rem;
  }
  .Service_1 .box .item .boxLeft > div .content2 .scroll {
    max-height: -webkit-calc(18.7em);
    max-height: calc(1.75em * 10 + 1.2rem);
  }
  .Service_2 .box .item a .boxLeft .content3 {
    max-height: -webkit-calc(11.7em);
    max-height: calc(1.8em * 6 + 0.9rem);
  }
  .Service_5 .box .boxRight .item .top {
    line-height: 0.7rem;
  }
  .SearchBox .box form .input svg {
    left: 0.2rem;
  }
  .pu_page a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .Footer_Container .box .boxRight .feng ul li a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .select_nav .ite > p a,
  .select_nav .ite ul li a {
    /*font-size: var(--f18);*/
  }
  .Product_4 .scroll table th {
    font-size: var(--f16);
  }
}
.Product_3 .box .boxLeft .swiper2 {
  padding: 0 2px;
}
@media screen and (max-width: 1400px) {
  .Header_Container .box nav .item {
    padding: 0 0.2rem;
  }
  .Home_About .box .boxLeft .content3 .item .top span {
    font-size: var(--f42);
  }
  .Home_About .box .boxLeft .content3 .item .bot {
    font-size: var(--f14);
  }
  .Footer_Container .box .boxLeft {
    max-width: 5.4rem;
  }
  .Footer_Container .box .boxRight {
    max-width: 4.8rem;
  }
  .Service_2 .box .item a .boxLeft .content3 {
    max-height: -webkit-calc(10em);
    max-height: calc(1.8em * 5 + 1rem);
  }
   .select_nav .ite > p a,
  .select_nav .ite ul li a,
  .Header_Container .box nav .item > p a {
    font-size: var(--f16);
  }
  .cbl .box ul li > a .bot {
    font-size: 10px;
  }
  .Home_About .box .boxLeft .content3 {
    margin-top: 0.65rem;
  }
}
@media screen and (max-width: 1281px) {
  .Home_Different .box .scroll .item .content3 div {
    line-height: 1.6;
  }
  .cbl .box ul li > a {
    width: 62px;
  }
  .Home_About .box .boxLeft .content3 {
    margin-top: 0.65rem;
  }
  .Home_News .box .content .boxRight {
    padding-left: 0.6rem;
  }
  .Home_News .box .content .boxLeft {
    width: 7.4rem;
  }
  .Home_Product .box .swiper-slide .item > div figure{
      height: 0.5rem;
  }
  .Home_Product .box .swiper-slide .item > div figcaption{
      font-size: var(--f14);
  }
  .Home_Product .box1 .list .item a .one{
      padding: 0.7rem 0.25rem 0;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 .icon figure img {
    max-width: 60%;
    max-height: 60%;
}

.Home_Product .box1 .list .item a .one .content2{
    font-size: var(--f18);
}
  .Home_News .box .content .boxRight .list .item .left .content2{
      font-size: var(--f14);
  }
  
  .Product_5 .box .item a figure .orientation .content2 p,
  .Product_2 .box_ .item a figure .orientation .content2 p{
      transform: scale(0.7);
  }
  
  
  .product_layer .box .swiper-slide p{
      height: 6rem;
  }
  
  .product_layer .box{
      width: 9rem;
  }
  .banner_btn1 div svg{
      transform: scale(0.7);
  }
  .Product_3 .box .boxRight .content1 ,
  .h6{
    font-size: var(--f40);
}



.Product_4 .h6 {
    margin-top: 0.4rem;
}

.Product_4 .desc {
    margin-top: 0.3rem;
}

  
}

.languageT{
    position: relative;
}
.languageT>a{
    cursor: pointer;
}
.languageT ul {
  position: absolute;
  top: 0.92rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 150%;
  display: none;
  padding: 5px 0;
  border-radius: 5px;
}
.languageT ul li a {
  display: block;
  font-size: var(--f18);
  font-weight: 'gilroy_bold';
  color: #fff !important;
  text-align: center;
  line-height: 40px;
  transition: 0.4s;
}
.languageT ul li a:hover {
  color: #0068ae !important;
}
.languageT ul li .active {
  color: #0068ae !important;
}


@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 .icon {
    margin-right: 0.4rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 .icon figure {
    width: 1rem;
    height: 1rem;
  }
  .Home_Product .box1 {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
    --w1: 9rem;
  }
  .Home_Product .box1::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Home_Product .box1::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #db771d;
  }
  .Home_Product .box1::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Home_Product .box1 {
      scrollbar-color: #db771d rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_Product .box1 .list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .Home_Product .box1 .list .item {
    margin-right: 20px;
  }
  .Home_Product .box1 .list .item:last-child {
    margin-right: 0;
  }
  .Home_Different .box,
  .About_2 .box {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .Home_Different .box::-webkit-scrollbar,
  .About_2 .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Home_Different .box::-webkit-scrollbar-thumb,
  .About_2 .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #db771d;
  }
  .Home_Different .box::-webkit-scrollbar-track,
  .About_2 .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Home_Different .box,
    .About_2 .box {
      scrollbar-color: #db771d rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_Different .box .scroll,
  .About_2 .box .scroll {
    width: 200%;
  }
  .Home_News .box .content .boxRight .list .item .right {
    width: 3rem;
  }
  .page_progressbar .progressbar .page {
    width: 55%;
  }
  .page_progressbar .button .wid {
    width: 55%;
  }
  .Home_Case .banner .swiper .swiper-slide a figcaption {
    padding: 0.5rem 0.3rem;
  }
  .Home_Cooperative .box {
    /*grid-template-columns: repeat(5, 1fr);*/
  }
  .Footer_Container .box .boxLeft {
    max-width: 100%;
    width: 100%;
  }
  .Footer_Container .box .boxCenter {
    display: none;
  }
  .Footer_Container .box .boxRight {
    margin-top: 0.5rem;
    max-width: 100%;
    width: 100%;
  }
  .Footer_Container .box .boxRight .feng ul li a {
    width: 0.8rem;
    height: 0.8rem;
  }
  .cbl {
    right: 5px;
  }
  .Home_Banner .page {
    bottom: 0.3rem;
  }
  .InnerNav .box ul li {
    padding: 0 0.15rem;
  }
  .InnerNav .box ul li a {
    font-size: var(--f16);
  }
  .InnerNav.sticky {
    position: initial;
  }
  .InnerBanner .orientation {
    padding-top: 0;
  }
  .pb {
    padding-bottom: 0.8rem;
  }
  .pt {
    padding-top: 0.8rem;
  }
  .About_1 .box1 {
    display: grid;
    gap: 0.5rem 0.2rem;
  }
  .About_1 .box1 .item {
    max-width: initial;
  }
  .About_3 .box1 {
    padding: 0 1rem;
  }
  .About_4 .box .swiper-slide {
    background: #fff;
  }
  .Product_1 .box .boxLeft h5 {
    font-size: var(--f26);
  }
  .pu_page .number {
    /*display: none;*/
  }
  .pu_page .next {
    margin-left: 0.3rem;
  }
  .Product_3 .box .boxRight {
    padding-top: 0.4rem;
  }
  .Product_4 .scroll table th {
    font-size: 14px;
  }
  .Product_4 .scroll table th,
  .Product_4 .scroll table td {
    min-height: 0.6rem;
    padding: 0.1rem 0;
  }
  .Product_5 .box .item a figure .img {
    height: 4.5rem;
  }
  .mbx .box_ {
    padding: 0.2rem 0;
  }
  .mbx .box_ a {
    line-height: 2;
  }
  .News_4 .box .boxLeft .content2 .left {
    padding-right: 0.9rem;
  }
  .Applications_1 .box .item a .boxLeft {
    padding: 0 0.5rem;
  }
  .Applications_1 .box .item a .boxLeft .content4 {
    margin-top: 0.24rem;
  }
  .Applications_1 .box .item a .boxLeft .content3 {
    height: 3.6em;
    max-height: 3.6em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .Applications_1 .box .item a .boxRight img {
    height: 3.8rem;
  }
  .Service_3 .box .item a figcaption {
    padding: 0.5rem 0.3rem;
  }
  .Service_5 .box .boxRight .item .bot div {
    max-height: inherit;
  }
  .Service_5 .box .boxRight .item .top {
    line-height: 0.8rem;
  }
  .Service_6 .box .item .bot div {
    padding-right: 1.3rem;
  }
  .Search_1 .box .content2 form {
    width: 100%;
  }
  .Search_1 .box .content1 {
    text-align: left;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f18);
  }
  .Service_7 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .News_1 .box a .boxLeft,
  .Service_2 .box .item a .boxLeft {
    width: 100%;
    padding: 0.7rem 0.5rem;
  }
  .News_1 .box a .boxRight,
  .Service_2 .box .item a .boxRight {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .About_1 .box1,
  .About_5 .box,
  .Product_2 .box_,
  .News_2 .box,
  .ContactUs .box .list1,
  .Service_3 .box,
  .Service_4 .box,
  .News_4 .box .boxRight > div .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .link_01 .a,
  .ContactUs .box .list3 input,
  .link_02 .a,
  .Search_1 .box .content2 form .btn input,
  .link_03 .a,
  .ContactUs_1 .box .boxRight .form .list3 input {
    line-height: 0.65rem;
  }
  .Form_Message form .button input,
  .Form_Message form div input,
  .ContactUs .box .item .bot input,
  .Search_1 .box .content2 form .input input,
  .ContactUs_1 .box .boxRight .form .item .bot input {
    height: 0.65rem;
  }
  .Home_About .box .boxLeft,
  .Home_News .box .content .boxLeft,
  .About_1 .box .boxLeft,
  .Product_1 .box .boxLeft,
  .News_4 .box .boxLeft,
  .Service_1 .box .item .boxLeft,
  .Product_3 .box .boxLeft,
  .ContactUs_1 .box .boxLeft,
  .Service_5 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-right: 0;
  }
  .Home_About .box .boxRight,
  .Home_News .box .content .boxRight,
  .About_1 .box .boxRight,
  .Product_1 .box .boxRight,
  .News_4 .box .boxRight,
  .Service_1 .box .item .boxRight,
  .Product_3 .box .boxRight,
  .ContactUs_1 .box .boxRight,
  .Service_5 .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.5rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .win{
      width: auto;
  }
  .languageT ul{
      top: 46px;
  }
  
  
  
 /* 	.product_layer .box{*/
	/*    width: 64vw;*/
	/*}*/
	   .product_layer .box .swiper-slide p {
        height: 6rem;
    }
    
    .product_layer .banner_btn1.posi div {
    position: initial;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
    .product_layer .box {
        width: 94vw;
    }
    .product_layer .banner_btn1{
        margin-top: 0.3rem;
        display: flex;
        justify-content: center;
    }
        .banner_btn1 div svg {
        transform: scale(0.5);
    }
    
    .product_layer .banner_btn1.posi .next{
        margin-left: 0.2rem;
    }


.banner_btn1 div:hover{
    background: #fff;
}

.banner_btn1 div:hover path {
    fill: rgb(153,153,153);
}
.layerVideo .box span{
    font-size: 20px;
}

    .Home_Banner .banner video, .Home_Banner .banner picture img {
        height: 60vh;
        animation: initial;
    }

.Home_Banner .banner .swiper-slide .orientation {
    align-items: initial;
    padding-top: 0.5rem;
}

.Product_1 .box .boxLeft{
    display: none;
}

.Product_1 .box .boxRight{
    margin: 0 !important;
}
    
}
@media screen and (max-width: 699px) {
    .languageT ul{
      top: 42px;
  }
  .Home_Banner .button {
    display: none;
  }
  .Home_Banner .banner .swiper-sl + ide .orientation .content2 {
    font-size: 14px;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 70vh;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 .icon figcaption {
    font-size: 12px;
  }
  .link_01 .a,
  .ContactUs .box .list3 input,
  .link_02 .a,
  .Search_1 .box .content2 form .btn input,
  .link_03 .a,
  .ContactUs_1 .box .boxRight .form .list3 input {
    line-height: 0.8rem;
  }
  .Form_Message form .button input,
  .Form_Message form div input,
  .ContactUs .box .item .bot input,
  .Search_1 .box .content2 form .input input,
  .ContactUs_1 .box .boxRight .form .item .bot input {
    height: 0.8rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 .icon figure img {
    margin: auto;
    max-width: 50%;
    max-height: 50%;
  }
  body {
    padding-bottom: 58px;
  }
  .cbl {
    right: 0;
    width: 100%;
    bottom: 0;
    height: 48px;
    background: #fff;
  }
  .cbl .box ul {
    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;
  }
  .cbl .box ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cbl .box ul li a {
    margin: auto;
    width: auto;
  }
  .cbl .box ul .heng {
    height: 30px;
    width: 1px;
  }
  .Home_Product .box1 {
    --w1: 90vw;
  }
  .Home_Product .box1 .list .item a .one {
    display: none;
  }
  .Home_Product .box1 .list .item a .two {
    position: initial;
    width: 100%;
    padding: 0.5rem;
  }
  .Home_Product .box1 .list .item a .two > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Home_Product .box1 .list .item a .two .left {
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Home_Product .box1 .list .item a .two .right {
    width: 100%;
  }
  .Home_Product .box1 .list .item a .two .right img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Product .box {
    padding: 0 0.5rem;
  }
  .Home_Product .box .button_banner div svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Home_Product .box .swiper-slide .item > div figure {
    height: 0.9rem;
  }
  .Home_Product .box .swiper-slide .item > div figcaption {
    font-size: 12px;
  }
  .Home_About .box .boxLeft .content3 {
    display: grid;
    gap: 0.3rem;
  }
  .Home_About .box .boxLeft .content3 .item {
    max-width: 100%;
    width: 100%;
  }
  .Home_Different .box .scroll,
  .About_2 .box .scroll {
    width: 400%;
  }
  .Home_News .box .content .boxRight .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Home_News .box .content .boxRight .list .item .left {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    margin-top: 0.4rem;
  }
  .Home_News .box .content .boxRight .list .item .right {
    width: 100%;
  }
  .Home_News .box .content .boxRight .list .heng {
    margin: 0.5rem 0;
  }
  .page_progressbar .button .wid div svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Home_Case .banner .swiper .swiper-slide,
  .Home_Applications .box .swiper-slide {
    width: 80vw;
  }
  .Home_Applications .box .swiper-slide a .orientation {
    padding: 0 0.5rem;
    bottom: 0.4rem;
  }
  .Home_Applications .box .swiper-slide a .orientation .content1 {
    height: 0.8rem;
  }
  .Home_Cooperative .box {
    /*grid-template-columns: repeat(3, 1fr);*/
  }
  .Home_Cooperative .box .item {
    height: 1.2rem;
  }
  .Home_About .box .boxLeft .content3 .item .top span {
    font-size: var(--f46);
  }
  .SearchBox .box form .input input {
    height: 0.8rem;
    padding: 0 0 0 0.7rem;
    font-size: 13px;
  }
  .call_content {
    display: none;
  }
  .ewm_content {
    top: auto;
    bottom: 70px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .ewm_content::after {
    border-top-color: #fff;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    right: 50%;
    top: auto;
    bottom: 0;
    border-left-color: initial;
  }
  .cbl .box ul li:hover .ewm_content,
  .cbl .box ul li:hover .call_content {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  .InnerNav .box ul li {
    padding: 0 0.2rem;
  }
  .About_1 .box .boxRight .swiper-slide .play,
  .Product_4 .video > div .play,
  .Service_4 .box .item .img .play {
    width: 0.9rem;
    height: 0.9rem;
  }
  .About_1 .box1,
  .About_5 .box,
  .Product_2 .box_,
  .News_2 .box,
  .ContactUs .box .list1,
  .Service_3 .box,
  .Service_4 .box,
  .News_4 .box .boxRight > div .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_1 .box1 .item {
    padding-left: 0.96rem;
  }
  .About_1 .box1 .item .content1 img {
    max-height: 0.68rem;
    max-width: 0.68rem;
  }
  .About_3 .box1 {
    padding: 0 0.7rem;
  }
  .title_01 .tit {
    font-size: var(--f42);
  }
  .About_5 .box .item figcaption {
    font-size: var(--f24);
  }
  .Product_1 .box .boxLeft .list_box .item .title {
    line-height: 0.9rem;
  }
  
  .Form_Message form div textarea {
    height: 1.7rem;
  }
  .InnerBanner .img img {
    min-height: 4.2rem;
  }
  .Product_3 .box .boxLeft .swiper2 .swiper-slide {
    /*height: 1.6rem;*/
  }
  .Product_4 .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .Product_4 .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_4 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #db771d;
  }
  .Product_4 .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Product_4 .scroll {
      scrollbar-color: #db771d rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Product_4 .scroll table {
    width: 300%;
  }
  .Product_4 .video > div {
    width: 100%;
  }
  .Product_4 .desc,
  .News_4 .box .boxLeft .content1 {
    line-height: 1.7;
  }
  .banner_btn div {
    width: 36px;
    height: 36px;
  }
  .News_1 .box a .boxLeft,
  .Service_2 .box .item a .boxLeft {
    padding: 0.5rem 0.4rem;
  }
  .News_1 .box a .boxLeft .content4 {
    margin-top: 0.4rem;
  }
  .News_4 .box .boxLeft .content2 .left {
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .News_4 .box .boxLeft .content2 .right {
    margin-top: 0.4rem;
  }
  .Applications_1 .box .item a .boxLeft {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
  .Applications_1 .box .item a .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .Applications_1 .box .item a .boxRight img {
    height: auto;
  }
  .Applications_1 .box .item a .boxLeft .content1 {
    height: 0.8rem;
  }
  .News_4 .box .boxRight > div .list .item a figcaption .content2 {
    font-size: var(--f24);
  }
  .Home_About .box .boxRight,
  .Home_News .box .content .boxRight,
  .About_1 .box .boxRight,
  .Product_1 .box .boxRight,
  .News_4 .box .boxRight,
  .Service_1 .box .item .boxRight,
  .Product_3 .box .boxRight,
  .ContactUs_1 .box .boxRight,
  .Service_5 .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;
  }
  .InnerNav .box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.3rem;
  }
  .InnerNav .box ul li {
    padding: 0;
  }
  .Service_5 .box .boxRight .item .top {
    line-height: 1.5;
    padding: 0.2rem 1rem 0.2rem 0;
  }
  .Service_6 .box .item .top {
    padding: 0.28rem 1.1rem 0.28rem 0.3rem;
  }
  .Service_6 .box .item .bot div {
    padding-right: 1.1rem;
    padding-left: 0.3rem;
  }
  .Service_6 .box .item .top img {
    right: 0.3rem;
  }
  .Service_7 .box .item .content1 svg,
  .Service_7 .box .item .content3 svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Service_7 .box .item {
    padding: 0.1rem 0;
  }
  .ContactUs_1 .box .boxRight .form .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ContactUs_2 .box img {
    min-height: 4rem;
  }
  .ContactUs_1 .box .boxRight .form .list2 .item .bot textarea {
    height: 2rem;
  }
  .Search_2 .box .item a .content3 {
    display: none;
  }
  .Search_2 .box .item a {
    padding: 0.3rem 0.3rem;
  }
  .cbl .box {
    display: flex;
  }
  .cbl .box ul {
    border-radius: 0;
    width: 80%;
  }
  .cbl .box ul .heng1 {
    display: block;
  }
  .cbl .box .goTop {
    margin-top: 0;
    width: 20%;
    border-radius: 0;
    box-shadow: none;
    height: auto;
  }
  .About_3 .box .swiper1{
      width: 100%;
  }
  .Product_1 .box .boxLeft .list_box .item .content{
      display: none !important;
  }
  .Product_1 .box .boxLeft .list_box .item .title i{
      display: none;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f16);
    line-height: 1.6;
}
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: var(--f28);
    line-height: 1.2;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .icon figcaption {
    font-family: inherit;
}
  .pu_page a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: 0 2px;
    }
  .pu_page .number{
      margin: 0 4px;
  }
  .pu_page .next {
        margin-left: 0;
    }
    .pu_page .prev i, .pu_page .next i{
        font-size: 14px;
    }
  
  
}
/*# sourceMappingURL=./style.css.map */