:root {
  --swiper-theme-color: #009fe8;
  --b: 0.2rem;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #009fe8;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 14px;
    --f16: 16px;
    --f18: 17px;
    --f20: 18px;
    --f22: 20px;
    --www: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #009fe8;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #009fe8 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f6f6f6;
}
.pt {
  padding-top: 0.8rem;
}
.pb {
  padding-bottom: 0.8rem;
}
.mt {
  margin-top: 0.45rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #009fe8;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.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: #009fe8;
  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: #009fe8;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}
.Search_1 .box .content1 span {
  color: #009fe8;
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: min(12rem, 100%);
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #009fe8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.8rem;
}
.Search_2 .box .item a {
  background: #f6f6f6;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #009fe8;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #009fe8;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}
.Search_2 .box .item a:hover .content2 {
  color: #009fe8;
}
.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: #009fe8;
}
.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: #009fe8;
}
.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: #009fe8;
}
.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: #009fe8;
}
.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: #009fe8;
}
.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: #009fe8;
}
.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: #009fe8;
}
.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 #009fe8;
}
.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: #009fe8;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
  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 img {
  height: 37px;
}
.Header_Container .box .nav {
  margin-right: auto;
  margin-left: 0.6rem;
}
.Header_Container .box .nav .item {
  padding: 0 0.35rem;
}
.Header_Container .box .nav .item > p a {
  font-size: var(--f16);
  color: #666;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Header_Container .box .nav .item > p a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009fe8;
  opacity: 0;
}
.Header_Container .box .nav .item:hover > p a {
  color: #009fe8;
}
.Header_Container .box .nav .item:hover .SelectNav_01 {
  display: block;
}
.Header_Container .box .nav .item.active > p a {
  color: #009fe8;
}
.Header_Container .box .nav .item.active > p a::after {
  /* opacity: 1; */
}
.Header_Container .box .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .search p {
  cursor: pointer;
}
.Header_Container .box .Language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.36rem;
}
.Header_Container .box .Language div {
  position: relative;
}
.Header_Container .box .Language div > a {
  font-size: var(--f16);
  color: #666;
  cursor: pointer;
}
.Header_Container .box .Language div > a i {
  margin-left: 0.16rem;
  font-size: 12px;
}
.Header_Container .box .Language div:hover > a {
  color: #009fe8;
}
.Header_Container .box .Language div:hover > ul {
  display: block;
}
.Header_Container .box .Language div ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 120px;
  padding: 10px 0;
  display: none;
}
.Header_Container .box .Language div ul li {
  text-align: center;
}
.Header_Container .box .Language div ul li a {
  font-size: var(--f16);
  color: #666;
  line-height: 35px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .Language div ul li a:hover {
  color: #009fe8;
}
.Header_Container.fixed {
  background: transparent;
  position: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Header_Container.active,
.Header_Container.on {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.SelectNav_01 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  min-height: 100px;
  padding: 0.5rem 0;
  display: none;
  border-top: 1px solid #eee;
}
.SelectNav_01 ._box ._box_toggle {
  margin-bottom: 0.4rem;
}
.SelectNav_01 ._box ._box_toggle ul li {
  margin: 0 6px;
  font-size: var(--f14);
  color: #999;
  min-width: 1.3rem;
  line-height: 0.48rem;
  border-radius: 0.3rem;
  background: #f6f6f6;
  text-align: center;
  padding: 0 0.2rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SelectNav_01 ._box ._box_toggle ul li:hover {
  color: #009fe8;
}
.SelectNav_01 ._box ._box_toggle ul .active {
  background: #009fe8;
  color: #fff !important;
}
.SelectNav_01 ._box ._box_main ._box_main_list {
  display: none;
}
.SelectNav_01 ._box ._box_main ._box_main_list.active {
  display: block;
}
.SelectNav_01 ._box ._box_main ._box_main_list .banner .swiper-slide {
  width: 3rem;
}
.SelectNav_01 ._box ._box_main ._box_main_list .banner .swiper-slide a figure {
  height: 2.34rem;
  border-radius: 10px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.SelectNav_01 ._box ._box_main ._box_main_list .banner .swiper-slide a figure img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SelectNav_01 ._box ._box_main ._box_main_list .banner .swiper-slide a figcaption {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.26rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SelectNav_01 ._box ._box_main ._box_main_list .banner .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.SelectNav_01 ._box ._box_main ._box_main_list .banner .swiper-slide a:hover figcaption {
  color: #009fe8;
}
.SelectNav_01 ._box ._box_main ._box_main_list .page {
  margin-top: 0.48rem;
}
.SelectNav_01 ._box ._box_main ._box_main_list .page .all {
  width: 2rem;
  text-align: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.SelectNav_01 ._box ._box_main ._box_main_list .page .all a {
  font-size: var(--f14);
  color: #009fe8;
}
.SelectNav_01 ._box ._box_main ._box_main_list .page .prev,
.SelectNav_01 ._box ._box_main ._box_main_list .page .next {
  font-size: var(--f22);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.SelectNav_01 ._box ._box_main ._box_main_list .page .prev i,
.SelectNav_01 ._box ._box_main ._box_main_list .page .next i {
  font-weight: bold;
}
.SelectNav_01 ._box ._box_main ._box_main_list .page .prev:hover,
.SelectNav_01 ._box ._box_main ._box_main_list .page .next:hover {
  color: #009fe8;
}
.jbs {
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f44);
}
.Home_Banner .banner .swiper-slide .orientation .content1 span {
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f20);
  margin: 0.24rem 0 0.36rem;
}
.Home_Banner .kzq {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.kzq {
  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;
}
.kzq .button i {
  font-size: 0.24rem;
  font-weight: bold;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.kzq .button i:hover {
  opacity: 1;
  color: #009fe8;
}
.kzq .page {
  z-index: 2;
  margin: 0 0.7rem;
}
.kzq .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kzq .page div span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0.15rem !important;
}
.kzq .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.link_01 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.15rem;
  text-align: center;
  line-height: 0.48rem;
  padding: 0 0.3rem;
  background: #009fe8;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 159, 232, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 159, 232, 0.4);
}
.title_01 .con1 {
  font-size: var(--f40);
  line-height: 1.2;
}
.title_01 .con2 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.12rem;
}
.Home_Product {
  background: #f6f6f6;
}
.Home_Product .box .list .item {
  position: relative;
}
.Home_Product .box .list .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.Home_Product .box .list .item .img img {
  width: 100%;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.Home_Product .box .list .item .orientation {
  top: 2.1rem;
  left: 1.95rem;
  position: absolute;
  color: #111;
}
.Home_Product .box .list .item .orientation .content1 {
  font-size: var(--f60);
  line-height: 1.2;
}
.Home_Product .box .list .item .orientation .content2 {
  font-size: var(--f24);
  margin: 0.15rem 0;
}
.Home_Product .box .list .item .orientation .content3 {
  font-size: var(--f16);
  color: #666;
}
.Home_Product .box .list .item .orientation .content4 {
  margin-top: 0.36rem;
}
.Home_Product .box .list .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Product .box .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.Home_Product .box .list1 .item a {
  background: #fff;
  border-radius: 10px;
}
.Home_Product .box .list1 .item a figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Home_Product .box .list1 .item a figure img {
  width: 100%;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.Home_Product .box .list1 .item a figcaption {
  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.35rem 0.3rem;
}
.Home_Product .box .list1 .item a figcaption .left {
  font-size: var(--f24);
  color: #333;
  max-width: 70%;
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .list1 .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Product .box .list1 .item a:hover figcaption .left {
  color: #009fe8;
}
.link_02 .a {
  font-size: var(--f16);
  color: #009fe8;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.link_02 .a:hover span {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.linkPosi {
  position: relative;
}
.linkPosi .link_02 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Home_News .box {
  display: grid;
  gap: 0.2rem;
}
.Home_News .box .item a {
  padding: 0.25rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--b);
}
.Home_News .box .item a .img {
  width: 3.45rem;
}
.Home_News .box .item a .img p {
  border-radius: 10px;
  overflow: hidden;
}
.Home_News .box .item a .img p img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  width: 100%;
}
.Home_News .box .item a .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.7rem 0 0.3rem;
}
.Home_News .box .item a .content .content1 {
  font-size: var(--f24);
  color: #111;
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .item a .content .content2 {
  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.22rem;
}
.Home_News .box .item a .content .content3 {
  margin-top: 0.42rem;
  font-size: var(--f14);
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
}
.Home_News .box .item a .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_News .box .item a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item a:hover .content1 {
  color: #009fe8;
}
.Home_Case {
  background: #f6f6f6;
}
.Home_Case .box {
  position: relative;
}
.Home_Case .box .banner .item a {
  background: #fff;
  border-radius: 10px;
}
.Home_Case .box .banner .item a figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Home_Case .box .banner .item a figure img {
  width: 100%;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.Home_Case .box .banner .item a figcaption {
  padding: 0.3rem;
}
.Home_Case .box .banner .item a figcaption .content1 {
  font-size: var(--f18);
  height: 4em;
  max-height: 4em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #111;
}
.Home_Case .box .banner .item a figcaption .content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #eee;
}
.Home_Case .box .banner .item a figcaption .content2 .left {
  font-size: var(--f14);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .box .banner .item a figcaption .content2 .right .link_01 .a:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_Case .box .banner .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Case .box .banner .item a:hover figcaption .content1 {
  color: #009fe8;
}
.Home_Case .kzq1 .button {
  top: 36%;
}
.Home_Case .kzq1 .prev {
  left: -0.9rem;
}
.Home_Case .kzq1 .next {
  right: -0.9rem;
}
.kzq1 .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.kzq1 .page div span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0.15rem !important;
}
.kzq1 .page div .swiper-pagination-bullet-active {
  opacity: 1;
  background: #009fe8;
}
.kzq1 .button {
  position: absolute;
}
.kzq1 .button i {
  font-size: 0.24rem;
  font-weight: bold;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.kzq1 .button i:hover {
  opacity: 1;
  color: #009fe8;
}
.Footer_Container {
  background: #111;
}
.Footer_Container .box {
  padding: 0.9rem 0 1.2rem;
}
.Footer_Container .box .boxLeft .item {
  margin-right: 0.4rem;
}
.Footer_Container .box .boxLeft .item:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxLeft .item .h5 {
  font-size: var(--f18);
  color: #fff;
  margin-bottom: 0.35rem;
}
.Footer_Container .box .boxLeft .item .h5 a {
  color: #fff;
}
.Footer_Container .box .boxLeft .item .h6 {
  font-size: var(--f16);
  color: #fff;
  margin-bottom: 0.2rem;
}
.Footer_Container .box .boxLeft .item .h6 a {
  color: #fff;
}
.Footer_Container .box .boxLeft .item ul li {
  margin-bottom: 0.16rem;
}
.Footer_Container .box .boxLeft .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxLeft .item ul li a {
  color: #999;
  font-size: var(--f14);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxLeft .item ul li a:hover {
  color: #fff;
}
.Footer_Container .box .boxLeft .item .two {
  margin-right: 0.42rem;
}
.Footer_Container .box .boxLeft .item .two:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxLeft .item .two .ite {
  margin-bottom: 0.36rem;
}
.Footer_Container .box .boxLeft .item .two .ite:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxLeft .item .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxRight {
  max-width: 3.2rem;
}
.Footer_Container .box .boxRight .content1 {
  font-size: var(--f16);
  color: #999;
}
.Footer_Container .box .boxRight .content1 p {
  margin-bottom: 0.08rem;
}
.Footer_Container .box .boxRight .content1 a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Footer_Container .box .boxRight .content1 a:hover {
  color: #fff;
}
.Footer_Container .box .boxRight .content2 {
  font-size: var(--f18);
  font-weight: bold;
  color: #fff;
  margin: 0.5rem 0 0.4rem;
}
.Footer_Container .box .boxRight .content3 .li {
  margin-right: 0.45rem;
  position: relative;
}
.Footer_Container .box .boxRight .content3 .li:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxRight .content3 .li a {
  text-align: center;
}
.Footer_Container .box .boxRight .content3 .li a figure {
  width: 52px;
  height: 52px;
  background: #e97712;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  border-radius: 50%;
  margin: auto;
}
.Footer_Container .box .boxRight .content3 .li a figure img {
  margin: auto;
}
.Footer_Container .box .boxRight .content3 .li a figcaption {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content3 .li .ewm {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 1.3rem;
  background: #fff;
  border-radius: 4px;
  padding: 3px;
  -webkit-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
}
.Footer_Container .box .boxRight .content3 .li .ewm img {
  width: 100%;
}
.Footer_Container .box .boxRight .content3 .li:hover a figcaption {
  color: #fff;
}
.Footer_Container .box .boxRight .content3 .li:hover .ewm {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}
.Footer_Container .box .boxRight .content3 .li:nth-child(2) a figure {
  background: #18901e;
}
.Footer_Container .box .boxRight .content3 .li:nth-child(3) a figure {
  background: #da1e30;
}
.Footer_Container .box1 {
  font-size: var(--f14);
  text-align: center;
  padding: 0.45rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Container .box1 span,
.Footer_Container .box1 a {
  color: #555;
  display: inline-block;
}
.Footer_Container .box1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 a:hover {
  color: #fff;
}
.title_02 {
  font-size: var(--f30);
  color: #333;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #ddd;
}
.Product_01 .box {
  margin-top: 0.75rem;
}
.Product_01 .box .h6 p {
  font-size: var(--f24);
  color: #009fe8;
}
.Product_01 .box .h6 p svg {
  margin-left: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Product_01 .box .list {
  margin-top: 0.4rem;
  gap: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Product_01 .box .list .item {
  background: #fff;
  border-radius: 10px;
}
.Product_01 .box .list .item a figure {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.Product_01 .box .list .item a figure img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  height: 100%;
}
.Product_01 .box .list .item a figcaption {
  padding: 0.4rem;
}
.Product_01 .box .list .item a figcaption .content1 {
  font-size: var(--f22);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .list .item a figcaption .content2 {
  font-size: var(--f22);
  color: #666;
  margin-top: 0.15rem;
}
.Product_01 .box .list .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_01 .box .list .item a:hover figcaption .content1 {
  color: #009fe8;
}
.Product_01 .box .list .item:first-child {
  grid-area: 1 / 1 / 2 / 3;
}
.Inner_Nav .box {
  padding: 0.3rem 0;
}
.Inner_Nav .box ul li {
  padding: 0 0.2rem;
  position: relative;
}
.Inner_Nav .box ul li:before {
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  background: #ddd;
}
.Inner_Nav .box ul li:last-child {
  padding-right: 0;
}
.Inner_Nav .box ul li:last-child:before {
  display: none;
}
.Inner_Nav .box ul li a {
  font-size: var(--f14);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.Inner_Nav .box ul li a:hover {
  color: #009fe8;
}
.Inner_Nav .box ul .active a {
  color: #009fe8;
}
.About_01 {
  background: url(../images/img17.jpg) no-repeat center top / cover;
}
.About_01 .box .content1 {
  font-size: var(--f36);
  color: #333;
}
.About_01 .box .content2 {
  font-size: var(--f24);
  color: #333;
  margin: 0.24rem 0 0.4rem;
}
.About_01 .box .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  max-width: 7.6rem;
  text-align: justify;
}
.About_01 .box .content4 {
  margin-top: 0.5rem;
}
.About_01 .box .content4 .link_01 {
  margin-right: 0.15rem;
  cursor: pointer;
}
.About_01 .box .content4 .link_01 img {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 0.24rem;
}
.About_01 .box1 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}
.About_01 .box1 .item {
  padding: 0.5rem;
  border-right: 1px solid rgba(0, 159, 232, 0.4);
}
.About_01 .box1 .item .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 0.64rem;
}
.About_01 .box1 .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
}
.About_01 .box1 .item .right .content1 {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box1 .item .right .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  margin-top: 0.15rem;
}
.About_01 .box1 .item:last-child {
  border-right: none;
}
.About_01 .box1 .item:hover .content1 {
  color: #009fe8;
}
.About_02 {
  background: #f6f6f6;
}
.About_02 .box {
  --w1: 0.48rem;
  position: relative;
  padding-bottom: 1rem;
}
.About_02 .box::before {
  content: '';
  border-left: 1px dashed #ddd;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.About_02 .box .list .item {
  width: calc(50% - var(--w1));
}
.About_02 .box .list .item .content1 {
  line-height: 1;
  font-size: var(--f30);
  color: #666;
  position: relative;
}
.About_02 .box .list .item .content1::after {
  content: '';
  width: 15px;
  height: 15px;
  background: #009fe8;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: calc(var(--w1) * -1 - 7px);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.About_02 .box .list .item .content2 {
  font-size: var(--f30);
  line-height: 1.6;
  color: #666;
  margin: 0.2rem 0;
}
.About_02 .box .list .item .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.About_02 .box .list .item .content4 {
  margin-top: 0.24rem;
}
@media screen and (min-width: 1200px) {
  .About_02 .box .list:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    text-align: right;
  }
  .About_02 .box .list:nth-child(2n) .content1::after {
    left: unset;
    right: calc(var(--w1) * -1 - 7px);
  }
}
.About_02 .box1 {
  font-size: 12px;
  text-align: center;
  color: #009fe8;
}
.New_01 .box {
  background: #fff;
  padding: 0.25rem;
  --w2: 9rem;
  border-radius: var(--b);
}
.New_01 .box a .boxLeft {
  width: var(--w2);
}
.New_01 .box a .boxLeft p {
  overflow: hidden;
  border-radius: 10px;
}
.New_01 .box a .boxLeft p img {
  width: 100%;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.New_01 .box a .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.2rem 0.4rem;
}
.New_01 .box a .boxRight .content1 {
  font-size: var(--f14);
  color: #999;
}
.New_01 .box a .boxRight .content2 {
  font-size: var(--f24);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 4em;
  max-height: 4em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.15rem;
}
.New_01 .box a .boxRight .content3 {
  font-size: var(--f16);
  color: #666;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.42rem;
}
.New_01 .box a .boxRight .content4 {
  margin-top: 0.8rem;
}
.New_01 .box a:hover .boxLeft p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.New_01 .box a:hover .boxRight .content2 {
  color: #009fe8;
}
.New_01 .box .banner {
  border-radius: var(--b);
  overflow: hidden;
  position: relative;
}
.New_01 .box .banner .kzq1 {
  position: absolute;
  left: calc(var(--w2) + 0.4rem);
  bottom: 0.5rem;
  z-index: 2;
  width: calc(100% - var(--w2) - 0.5rem);
}
.New_01 .box .banner .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.New_01 .box .banner .page div {
  margin-top: 0;
}
.New_01 .box .banner .page div span {
  margin: 0 !important;
  margin-right: 0.2rem !important;
}
.New_01 .box .banner .button {
  position: initial;
}
.New_01 .box .banner .prev {
  margin-left: auto;
  margin-right: 0.5rem;
}
.New_02 {
  margin-top: 0.2rem;
}
.New_02 .box {
  display: grid;
  gap: 0.2rem;
}
.New_02 .box .item a {
  padding: 0.25rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--b);
}
.New_02 .box .item a .img {
  width: 3.45rem;
}
.New_02 .box .item a .img p {
  border-radius: 10px;
  overflow: hidden;
}
.New_02 .box .item a .img p img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  width: 100%;
}
.New_02 .box .item a .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.7rem 0 0.3rem;
}
.New_02 .box .item a .content .content1 {
  font-size: var(--f24);
  color: #111;
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_02 .box .item a .content .content2 {
  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.22rem;
}
.New_02 .box .item a .content .content3 {
  margin-top: 0.42rem;
  font-size: var(--f14);
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
}
.New_02 .box .item a .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.New_02 .box .item a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.New_02 .box .item a:hover .content1 {
  color: #009fe8;
}
.fengye {
  margin-top: 0.7rem;
  --h: 0.7rem;
}
.fengye .box .number a,
.fengye .box .number span {
  display: inline-block;
  width: var(--h);
  height: var(--h);
  line-height: var(--h);
  text-align: center;
  background: #fff;
  color: #999;
  font-size: var(--f16);
  margin-right: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.fengye .box .number a:last-child,
.fengye .box .number span:last-child {
  margin-right: 0;
}
.fengye .box .number .active {
  background: #009fe8;
  color: #fff;
}
.fengye .box .number a:hover {
  background: #009fe8;
  color: #fff;
}
.fengye .box .button a {
  display: inline-block;
  min-width: 1.26rem;
  height: var(--h);
  line-height: var(--h);
  text-align: center;
  background: #fff;
  color: #999;
  font-size: var(--f16);
  margin-right: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.fengye .box .button a:last-child {
  margin-right: 0;
}
.fengye .box .button a:hover {
  background: #009fe8;
  color: #fff;
  min-width: 2.2rem;
}
.New_03 {
  padding: 0.8rem 0 1rem;
  background: url(../images/img23.jpg) no-repeat 50% 50% / cover;
}
.New_03 .box .content1 {
  font-size: var(--f30);
}
.New_03 .box .content2 {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.32rem;
}
.New_04 .box {
  padding: 0 2.08rem;
}
.New_04 .box .content1 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.New_04 .box .content2 {
  font-size: var(--f18);
  color: #333;
  font-weight: bold;
}
.New_04 .box .content3 {
  margin-top: 0.8rem;
}
.New_04 .box .content3 .li {
  margin-right: 0.45rem;
  position: relative;
}
.New_04 .box .content3 .li:last-child {
  margin-right: 0;
}
.New_04 .box .content3 .li a {
  text-align: center;
}
.New_04 .box .content3 .li a figure {
  width: 52px;
  height: 52px;
  background: #e97712;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  border-radius: 50%;
  margin: auto;
}
.New_04 .box .content3 .li a figure img {
  margin: auto;
}
.New_04 .box .content3 .li a figcaption {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_04 .box .content3 .li .ewm {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 1.3rem;
  background: #fff;
  border-radius: 4px;
  padding: 3px;
  -webkit-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
}
.New_04 .box .content3 .li .ewm img {
  width: 100%;
}
.New_04 .box .content3 .li:hover a figcaption {
  color: #009fe8;
}
.New_04 .box .content3 .li:hover .ewm {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}
.New_04 .box .content3 .li:nth-child(2) a figure {
  background: #18901e;
}
.New_04 .box .content3 .li:nth-child(3) a figure {
  background: #da1e30;
}
.New_04 .box .content4 {
  margin-top: 0.95rem;
  border-top: 1px solid #eee;
  padding-top: 0.8rem;
}
.New_04 .box .content4 .go a {
  font-size: var(--f14);
  color: #009fe8;
  line-height: 1.2;
}
.New_04 .box .content4 .button {
  font-size: var(--f14);
  color: #999;
  line-height: 1.2;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.New_04 .box .content4 .button span {
  white-space: nowrap;
}
.New_04 .box .content4 .button a {
  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;
}
.New_04 .box .content4 .button a:hover {
  color: #009fe8;
}
.New_04 .box .content4 .next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.CompanyEnvironment .box .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}
.CompanyEnvironment .box .list .item {
  background: #fff;
  border-radius: 10px;
}
.CompanyEnvironment .box .list .item:first-child {
  grid-area: 1 / 1 / 3 / 3;
}
.CompanyEnvironment .box .list .item figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.CompanyEnvironment .box .list .item figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.CompanyEnvironment .box .list .item figcaption {
  font-size: var(--f16);
  color: #666;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CompanyEnvironment .box .list .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.CompanyEnvironment .box .list .item:hover figcaption {
  color: #009fe8;
}
@media screen and (min-width: 1200px) {
  .CompanyEnvironment .box .list:nth-child(2) .item:first-child {
    grid-area: 1 / 3 / 3 / 5;
  }
}
.Honor .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Honor .box .item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.Honor .box .item figure {
  height: 3.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/img31.jpg) no-repeat 50% 50% / cover;
}
.Honor .box .item figure img {
  margin: auto;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  max-height: 100%;
}
.Honor .box .item figcaption {
  font-size: var(--f16);
  color: #666;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Honor .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Honor .box .item:hover figcaption {
  color: #009fe8;
}
.SalesMap {
  background: url(../images/img38.jpg) no-repeat center top / cover;
  padding-bottom: 1.7rem;
}
.SalesMap .box {
  margin-top: 0.95rem;
}
.SalesMap .box .boxLeft {
  width: 8.46rem;
}
.SalesMap .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}
.SalesMap .box .boxRight .list .item {
  padding: 0.4rem 0 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.SalesMap .box .boxRight .list .item .left .content1 {
  line-height: 1;
  font-size: var(--f24);
}
.SalesMap .box .boxRight .list .item .left .content1 span {
  font-size: var(--f42);
}
.SalesMap .box .boxRight .list .item .left .content2 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.14rem;
}
.SalesMap .box .boxRight .list .item .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;
}
.SalesMap .box .boxRight .list .item .right img {
  width: 42px;
}
.SalesMap_2 {
  position: relative;
  padding-bottom: 1.3rem;
}
.SalesMap_2 .box {
  background: #fff;
  border-radius: 10px;
  margin-top: -1.5rem;
}
.SalesMap_2 .box .content1 {
  height: 1.5rem;
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.SalesMap_2 .box .content1 .list,
.SalesMap_2 .box .content1 .list3 {
  margin: 0 5px;
}
.SalesMap_2 .box .content1 .list input {
  height: 48px;
  width: 3rem;
  background: #eeeeee;
  font-size: var(--f16);
  color: #333;
  border-radius: 30px;
  padding: 0 0.3rem;
}
.SalesMap_2 .box .content1 .layui-form-select .layui-edge {
  right: 0.3rem;
  border-top-color: #009fe8;
  border-width: 4px;
  margin-top: -2px;
}
.SalesMap_2 .box .content1 .layui-form-select dl dd {
  font-size: var(--f16);
}
.SalesMap_2 .box .content1 .layui-form-select dl {
  top: 50px;
}
.SalesMap_2 .box .content1 .layui-form-selectup dl {
  bottom: 50px;
  top: auto;
}
.SalesMap_2 .box .content1 .list3 p {
  width: 1.6rem;
  text-align: center;
  background: #009fe8;
  cursor: pointer;
  color: #fff;
  font-size: var(--f16);
  border-radius: 30px;
  height: 48px;
  line-height: 48px;
}
.SalesMap_2 .box .content2 {
  padding: 0.45rem 0.5rem 0.6rem;
}
.SalesMap_2 .box .content3 {
  font-size: var(--f14);
  color: #999;
}
.SalesMap_2 .box .content3 span {
  color: #009fe8;
}
.SalesMap_2 .box .content4 {
  margin-top: 0.35rem;
}
.SalesMap_2 .box .content4 .swiper .ite .con1 {
  font-size: var(--f24);
  color: #333;
}
.SalesMap_2 .box .content4 .swiper .ite .con1 span {
  color: #999;
}
.SalesMap_2 .box .content4 .swiper .ite .con2 {
  margin-top: 0.22rem;
}
.SalesMap_2 .box .content4 .swiper .ite .con2 div {
  font-size: var(--f16);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.15rem;
}
.SalesMap_2 .box .content4 .swiper .ite .con2 div:last-child {
  margin-bottom: 0;
}
.SalesMap_2 .box .content4 .swiper .ite .con2 div a,
.SalesMap_2 .box .content4 .swiper .ite .con2 div text {
  color: #666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SalesMap_2 .box .content4 .swiper .ite .con2 div a:hover {
  color: #009fe8;
}
.SalesMap_2 .box .content4 .kzq1 {
  margin-top: 0.8rem;
}
.SalesMap_2 .box .content4 .kzq1 .button {
  position: initial;
}
.SalesMap_2 .box .content4 .kzq1 .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.7rem;
}
.SalesMap_2 .box .content4 .kzq1 .page div {
  margin-top: 0;
}
.Download_01 {
  background: url(../images/img39.jpg) no-repeat center top / cover;
  min-height: 2.9rem;
}
.Download_01 .box .content2 {
  margin-top: 0.48rem;
}
.Download_01 .box .content2 ul li {
  margin: 0 5px;
}
.Download_01 .box .content2 ul li a {
  font-size: var(--f16);
  color: #333;
  background: #fff;
  min-width: 110px;
  padding: 0 0.2rem;
  line-height: 46px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Download_01 .box .content2 ul li a:hover {
  background: #009fe8;
  color: #fff;
}
.Download_01 .box .content2 ul .active a {
  background: #009fe8;
  color: #fff;
}
.inner_01 {
  position: relative;
}
.inner_01 .img img {
  min-height: 2.9rem;
  width: 100%;
}
.inner_01 .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;
}
.Download_02 .box {
  padding: 0.4rem 0.35rem 0.45rem;
}
.Download_02 .box ul li {
  margin-right: 0.26rem;
}
.Download_02 .box ul li a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Download_02 .box ul li a:hover {
  color: #009fe8;
}
.Download_02 .box ul .active a {
  color: #009fe8;
}
.Download_03 .box {
  display: grid;
  gap: 10px;
}
.Download_03 .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 0.88rem;
  border-radius: 10px;
  padding-left: 0.25rem;
  padding-right: 0.4rem;
  cursor: pointer;
}
.Download_03 .box .item .content2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 12px;
}
.Download_03 .box .item:hover .content2 {
  color: #009fe8;
}
.Download_04 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
}
.Download_04 .box .item {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.Download_04 .box .item figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.Download_04 .box .item figure img {
  width: 100%;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.Download_04 .box .item figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.Download_04 .box .item figure .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Download_04 .box .item figure .play svg {
  width: 0.64rem;
  fill: #fff;
  opacity: 0.8;
}
.Download_04 .box .item figcaption {
  height: 0.9rem;
  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.25rem;
}
.Download_04 .box .item figcaption .left {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 80%;
  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;
}
.Download_04 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Download_04 .box .item:hover figcaption .left {
  color: #009fe8;
}
.Join_01 .box .item {
  color: #999;
  font-size: var(--f18);
  line-height: 0.9rem;
  padding: 0 0.3rem;
}
.Join_01 .content1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Join_01 .content1 svg {
  margin-right: 0.08rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Join_01 .content1 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_01 .content2 {
  width: 2.2rem;
}
.Join_01 .content3 {
  width: 2.9rem;
}
.Join_01 .content4 span {
  color: #009fe8;
}
.Join_01 .content4 .cloase {
  display: none;
}
.Join_01 .box1 {
  display: grid;
  gap: 0.2rem;
}
.Join_01 .box1 .item {
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_01 .box1 .item.active {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.Join_01 .box1 .item.active .top {
  background: #f6f6f6;
}
.Join_01 .box1 .item.active .top .content4 .open {
  display: none;
}
.Join_01 .box1 .item.active .top .content4 .cloase {
  display: block;
}
.Join_01 .box1 .item.active .bottom {
  display: block;
}
.Join_01 .box1 .item .top {
  font-size: 14px;
  color: #666;
  line-height: 0.9rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.3rem;
}
.Join_01 .box1 .item .top .content1 {
  font-size: var(--f16);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_01 .box1 .item .top:hover .content1 {
  color: #009fe8;
}
.Join_01 .box1 .item .top:hover .content1 path {
  fill: #009fe8;
}
.Join_01 .box1 .item .bottom {
  padding: 0.25rem 0.3rem 0.7rem;
  display: none;
}
.Join_01 .box1 .item .bottom .con1 .ite {
  width: 50%;
  padding-right: 0.7rem;
}
.Join_01 .box1 .item .bottom .con1 .ite .h5 {
  font-size: var(--f18);
  color: #009fe8;
  font-weight: bold;
}
.Join_01 .box1 .item .bottom .con1 .ite .desc {
  margin-top: 0.24rem;
  font-size: var(--f14);
  color: #666;
  line-height: 1.7;
}
.Join_01 .box1 .item .bottom .con2 {
  margin-top: 0.5rem;
}
.Contact_01 {
  position: relative;
}
.Contact_01 > a img {
  width: 100%;
}
.Contact_01 .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: var(--f36);
}
.Contact_02 {
  height: 0;
}
.Contact_02 .box {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Contact_02 .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.35rem;
}
.Contact_02 .box .text p {
  font-size: var(--f18);
  color: #666;
}
.Contact_02 .box .text div {
  font-size: var(--f24);
  color: #333;
}
.Contact_03 {
  padding: 1.6rem 0 1rem;
}
.Contact_03 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Contact_03 .box .item {
  text-align: center;
  padding: 0.15rem 0;
  border-right: 1px solid #ddd;
}
.Contact_03 .box .item:last-child {
  border-right: none;
}
.Contact_03 .box .item .content2 {
  font-size: var(--f30);
  color: #333;
  font-weight: bold;
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
}
.Contact_03 .box .item .content3 {
  margin-bottom: 0.15rem;
}
.Contact_03 .box .item .content3 a {
  font-size: var(--f24);
  color: #999;
}
.Contact_03 .box .item .content4 {
  font-size: var(--f14);
  color: #999;
}
.Contact_03 .box .item .content5 {
  margin-top: 0.25rem;
}
.Contact_04 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Contact_04 .box .left {
  background: #009fe8;
  padding-left: var(--interval);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Contact_04 .box .left > div {
  width: 100%;
  color: #fff;
}
.Contact_04 .box .left .content1 {
  font-size: var(--f36);
}
.Contact_04 .box .left .content2 {
  font-size: var(--f16);
}
.Contact_04 .box .left .content3 {
  margin-top: 0.64rem;
}
.Contact_04 .box .left .content3 .a1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.15rem;
  text-align: center;
  line-height: 0.48rem;
  padding: 0 0.3rem;
  background: #fff;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #009fe8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Contact_04 .box .left .content3 .a1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 159, 232, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 159, 232, 0.4);
}
.Contact_04 .box .left .content3 .a2 {
  margin-left: 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.15rem;
  text-align: center;
  line-height: 0.48rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
}
.Contact_04 .box .left .content3 .a2:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 159, 232, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 159, 232, 0.4);
}
.Contact_04 .box .right {
  overflow: hidden;
}
.Contact_04 .box .right img {
  width: 100%;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.Contact_04 .box .right:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Search_01 {
  padding: 0.7rem 0;
}
.Search_01 .box {
  width: 8rem;
  margin: auto;
}
.Search_01 .box form {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_01 .box form p {
  padding: 0 0.15rem 0 0.2rem;
}
.Search_01 .box form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border: 0;
  background: none;
  font-size: 14px;
}
.Search_02 .box {
  font-size: 14px;
  color: #999;
  padding: 0.45rem 0 0.36rem;
}
.Search_02 .box span {
  color: #009fe8;
}
.Search_03 {
  margin-bottom: 0.45rem;
}
.Search_03 .box p {
  padding: 0 0.22rem;
}
.Search_03 .box p a {
  font-size: var(--f18);
  color: #999;
}
.Search_03 .box .active a {
  color: #009fe8;
}
.Search_04 .box {
  gap: 0.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.Search_04 .box .item {
  background: #fff;
  border-radius: 10px;
}
.Search_04 .box .item a figure {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.Search_04 .box .item a figure img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  height: 100%;
}
.Search_04 .box .item a figcaption {
  padding: 0.4rem;
}
.Search_04 .box .item a figcaption .content1 {
  font-size: var(--f22);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_04 .box .item a figcaption .content2 {
  font-size: var(--f22);
  color: #666;
  margin-top: 0.15rem;
}
.Search_04 .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Search_04 .box .item a:hover figcaption .content1 {
  color: #009fe8;
}
.Contact_05 {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.Contact_05 .box {
  position: relative;
  top: 50%;
  left: 50%;
  width: min(12rem, 90vw);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 1rem;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.Contact_05 .box .boxLeft {
  width: 4.6rem;
  position: relative;
}
.Contact_05 .box .boxLeft img {
  width: 100%;
  height: 100%;
}
.Contact_05 .box .boxLeft .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0.5rem 0.6rem;
}
.Contact_05 .box .boxLeft .orientation .content1 {
  font-size: var(--f30);
  color: #333;
}
.Contact_05 .box .boxLeft .orientation .content2 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.Contact_05 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5rem;
  position: relative;
}
.Contact_05 .box .boxRight > .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 1;
  cursor: pointer;
}
.Contact_05 .box .boxRight .content1 {
  font-size: var(--f30);
  color: #333;
}
.Contact_05 .box .boxRight .content2 {
  margin-top: 0.28rem;
}
.Contact_05 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_05 .box .boxRight .list .item input,
.Contact_05 .box .boxRight .list .item textarea {
  display: block;
  font-size: var(--f16);
  height: 48px;
  background: #eee;
  border: 0;
  border-radius: 24px;
  padding: 0 0.3rem;
  width: 100%;
  resize: none;
}
.Contact_05 .box .boxRight .list1 {
  margin: 0.2rem 0;
  grid-template-columns: repeat(1, 1fr);
}
.Contact_05 .box .boxRight .list2 {
  grid-template-columns: repeat(1, 1fr);
}
.Contact_05 .box .boxRight .list2 .item textarea {
  padding: 0.2rem 0.3rem;
  height: 1.7rem;
}
.Contact_05 .box .boxRight .list4 {
  margin-top: 0.45rem;
}
.Contact_05 .box .boxRight .list4 .btn {
  margin-right: 0.1rem;
}
.Contact_05 .box .boxRight .list4 .btn p {
  width: 1.4rem;
  line-height: 48px;
  text-align: center;
  background: #009fe8;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
}
.Contact_05 .box .boxRight .list4 .btn1 p {
  background-color: #adadad;
}
.Product_02 {
  position: relative;
}
.Product_02 .img img {
  width: 100%;
}
.Product_03 .box {
  padding: 0.6rem 0;
}
.Product_03 .box .item {
  width: 33.333%;
  text-align: center;
  padding: 0.8rem 0;
}
.Product_03 .box .item .content1 span {
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: var(--f48);
  line-height: 1;
}
.Product_03 .box .item .content2 {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.14rem;
}
.Product_04 {
  position: relative;
}
.Product_04 .img img {
  width: 100%;
}
.Product_04 .posi1 {
  position: absolute;
  left: 0;
  text-align: center;
  top: 1.8rem;
  width: 100%;
}
.Product_04 .posi1 span {
  font-size: var(--f60);
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1;
}
.Product_04 .posi2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 42%;
  text-align: center;
}
.Product_05 .box .boxLeft {
  width: 8.5rem;
  overflow: hidden;
}
.Product_05 .box .boxLeft img {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.Product_05 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
}
.Product_05 .box .boxRight div {
  width: 100%;
}
.Product_05 .box .boxRight .content1 span {
  font-size: var(--f48);
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.2;
}
.Product_05 .box .boxRight .content2 {
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.Product_05 .box .boxRight .content3 {
  margin-top: 0.5rem;
  margin-bottom: -0.2rem;
}
.Product_05 .box .boxRight .content3 span {
  font-size: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Product_05 .box .boxRight .content4 {
  font-size: var(--f30);
  color: #333;
  margin: 1rem 0 0.2rem;
}
.Product_06 {
  position: relative;
}
.Product_06 .img img {
  width: 100%;
}
.Product_06 .posi {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.Product_06 .posi .content1 span {
  font-size: var(--f60);
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Product_06 .posi .content2 {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.24rem;
}
.Product_07 .box .boxRight {
  padding-left: 0;
  padding-right: 1.5rem;
}
.Product_08 {
  position: relative;
}
.Product_08 .img img {
  width: 100%;
}
.Product_08 .posi {
  position: absolute;
  right: var(--interval);
  top: 1.6rem;
  width: 5rem;
}
.Product_08 .posi .content1 span {
  font-size: var(--f60);
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.2;
}
.Product_08 .posi .content2 {
  font-size: var(--f30);
  color: #333;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.Product_08 .posi .content3 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  margin-top: 0.54rem;
}
.Product_09 {
  position: relative;
}
.Product_09 .img img {
  width: 100%;
}
.Product_09 .posi {
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
}
.Product_09 .posi .content1 span {
  font-size: var(--f60);
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.2;
}
.Product_09 .posi .content2 {
  font-size: var(--f26);
  color: #333;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.Product_10 {
  position: relative;
}
.Product_10 .img img {
  width: 100%;
}
.Product_10 .posi1 {
  position: absolute;
  top: 0;
  padding-top: 0.8rem;
  left: 0;
  width: 100%;
  font-size: var(--f48);
  color: #fff;
  text-align: center;
}
.Product_10 .posi2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 2rem;
  text-align: center;
}
.Product_10 .posi2 img {
  max-height: 5.8rem;
}
.Product_10 .posi3 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.Product_10 .posi3 .box {
  height: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Product_10 .posi3 .box .item {
  text-align: center;
  padding: 0 0.2rem;
  border-right: 1px solid #ccc;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.Product_10 .posi3 .box .item:last-child {
  border-right: 0;
}
.Product_10 .posi3 .box .item .content1 span {
  font-size: 1.2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#000496));
  background-image: -o-linear-gradient(left, #009fe8, #000496);
  background-image: linear-gradient(to right, #009fe8, #000496);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1;
}
.Product_10 .posi3 .box .item .content2 {
  font-size: var(--f30);
  color: #333;
  margin: 0.32rem 0 0.1rem;
}
.Product_10 .posi3 .box .item .content3 {
  font-size: var(--f20);
  color: #333;
}
.Product_11 {
  background: url(../images/img56.png) no-repeat center / cover;
}
.Product_11 .box {
  text-align: center;
}
.Product_11 .box .content1 {
  font-size: var(--f40);
  color: #fff;
}
.Product_11 .box .content2 {
  margin-top: 0.64rem;
}
.Product_11 .box .content2 img {
  max-height: 6.14rem;
}
.Product_12 {
  padding: 1.5rem 0;
  background: url(../images/img58.png) no-repeat center / cover;
}
.Product_12 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: var(--interval);
  padding-top: 1.1rem;
}
.Product_12 .box .boxLeft .content1 {
  font-size: var(--f48);
  color: var(--color);
}
.Product_12 .box .boxLeft .content2 {
  font-size: var(--f30);
  color: #fff;
  margin: 0.45rem 0 0.25rem;
}
.Product_12 .box .boxLeft .content3 {
  font-size: var(--f20);
  color: #fff;
  line-height: 1.8;
}
.Product_12 .box .boxRight {
  width: 10.22rem;
  text-align: center;
  position: relative;
}
.Product_12 .box .boxRight > img {
  width: 100%;
}
.Product_12 .box .boxRight p {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: -0.7rem;
}
.Product_12 .box .boxRight p img {
  max-height: 5.7rem;
  max-width: 2.6rem;
}
@media screen and (max-width: 1281px) {
  .Header_Container .box .nav .item {
    padding: 0 0.15rem;
  }
  .Footer_Container .box .boxLeft .item {
    margin-right: 0.7rem;
  }
  .New_01 .box {
    --w2: 8rem;
  }
  .New_01 .box .banner .kzq1 {
    bottom: 0.1rem;
  }
  .Honor .box .item figure {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner .kzq {
    bottom: 0.1rem;
  }
  .Home_Product .box .list .item .img img {
    min-height: 5rem;
  }
  .Home_Product .box .list .item .orientation {
    top: auto;
    left: 0;
    bottom: 0;
    position: absolute;
    color: #111;
    width: 100%;
    padding: 0.4rem;
  }
  .Footer_Container .box .boxLeft {
    display: none;
  }
  .Footer_Container .box .boxRight {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .Footer_Container .box .boxRight .content3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Home_News .box .item a .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0rem 0 0.3rem;
  }
  .Home_Case .kzq1 .button,
  .Home_News .box .item a .button {
    display: none;
  }
  .Product_03 .box .item {
    width: 50%;
    padding: 0.6rem 0.3rem;
  }
  .Product_04 .posi1,
  .Product_08 .posi {
    top: 0.8rem;
  }
  .Product_06 .posi {
    bottom: 0.5rem;
  }
  .Product_08 .img img {
    min-height: 8rem;
  }
  .Product_10 .img img {
    min-height: 11rem;
  }
  .Product_10 .posi2 img {
    max-height: 4rem;
  }
  .Product_10 .posi3 .box .item .content1 span {
    font-size: 0.8rem;
  }
  .Product_12 .box {
    padding: 0 5vw;
  }
  .Product_12 {
    margin-top: -1px;
  }
  .Product_12 .box .boxRight p img {
    max-height: 5.2rem;
    max-width: 2.5rem;
  }
  .About_01 .box .content3 {
    max-width: 100%;
  }
  .About_02 .box .list .item {
    width: 96%;
    padding-bottom: 0.5rem;
  }
  .New_04 .box {
    padding: 0;
  }
  .New_01 .box .banner .kzq1 {
    left: auto;
    right: 0;
    width: auto;
  }
  .New_01 .box .banner .kzq1 {
    bottom: 0.4rem;
  }
  .New_02 .box .item a .button,
  .Contact_05 .box .boxLeft {
    display: none;
  }
  .New_02 .box .item a .content {
    padding: 0 0rem 0 0.3rem;
  }
  .Join_01 .box1 .item .bottom .con1 .ite {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.4rem;
  }
  .Contact_04 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_04 .box .left {
    padding: 0.8rem 5vw;
  }
  .Home_Product .box .list1 {
    gap: 0.2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_01 .box .list,
  .About_01 .box1,
  .CompanyEnvironment .box .list,
  .Honor .box,
  .Download_04 .box,
  .Search_04 .box {
    gap: 0.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .About_01 .box1 {
    gap: 0;
  }
  .link_01 .a,
  .Contact_04 .box .left .content3 .a1,
  .Contact_04 .box .left .content3 .a2 {
    line-height: 0.6rem;
  }
  .Product_05 .box .boxLeft,
  .Product_12 .box .boxLeft,
  .New_01 .box a .boxLeft,
  .SalesMap .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .Product_05 .box .boxRight,
  .Product_12 .box .boxRight,
  .New_01 .box a .boxRight,
  .SalesMap .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .Product_07 .box .boxRight {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .About_02 .box::before {
    left: -9px;
  }
}
@media screen and (max-width: 699px) {
  .Home_News .box .item a .img,
  .New_02 .box .item a .img {
    width: 100%;
  }
  .Home_News .box .item a .content,
  .New_02 .box .item a .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0.4rem 0 0;
  }
  .link_01 .a,
  .Contact_04 .box .left .content3 .a1,
  .Contact_04 .box .left .content3 .a2 {
    line-height: 0.7rem;
    border-radius: 0.4rem;
  }
  .mobile_search .close i {
    font-size: 22px;
  }
  .Product_01 .box .list .item:first-child {
    grid-area: initial;
  }
  .Product_01 .box .list,
  .About_01 .box1,
  .CompanyEnvironment .box .list,
  .Honor .box,
  .Download_04 .box,
  .Search_04 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_01 .box .list .item a figure img {
    min-height: 5rem;
  }
  .Product_04 .posi2 {
    top: 52%;
  }
  .Product_05 .box .boxRight .content3 span {
    font-size: 1rem;
  }
  .Product_10 .posi3 .box {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_10 .posi3 .box .item {
    border: 0;
    padding: 0.3rem 0;
  }
  .Product_10 .img img {
    min-height: 15rem;
  }
  .Product_12 .box .boxRight {
    margin-top: 2rem;
  }
  .Inner_Nav .box ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .Inner_Nav .box ul a {
    padding: 4px 0;
  }
  .Inner_Nav .box ul li:before {
    height: 66%;
  }
  .About_01 .box1 .item {
    border: 0;
  }
  .About_02 .box .list .item {
    width: 90%;
  }
  .About_02 .box::before {
    left: 9px;
  }
  .New_04 .box .content4 .go {
    display: none;
  }
  .New_04 .box .content4 .button {
    width: 100%;
    padding: 4px 0;
  }
  .fengye .box .number {
    display: none;
  }
  .fengye .box .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .fengye .box .button a {
    min-width: 1.7rem;
  }
  .CompanyEnvironment .box .list .item:first-child {
    grid-area: initial;
  }
  .Honor .box .item figure {
    height: 4.4rem;
  }
  .SalesMap .box .boxRight .list .item .left .content1 span {
    font-size: 26px;
  }
  .SalesMap .box .boxRight .list .item .right img {
    width: 34px;
  }
  .SalesMap_2 .box .content1 {
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
    padding: 0.4rem 0.2rem;
  }
  .SalesMap_2 .box .content1 input {
    width: 100% !important;
  }
  .SalesMap_2 .box .content1 .list3 p {
    width: 100%;
  }
  .Download_01 .box .content2 ul li a {
    min-width: 90px;
    line-height: 36px;
  }
  .Download_03 .box .item {
    height: 54px;
  }
  .Download_02 .box ul li {
    margin-bottom: 5px;
  }
  .Join_01 .content2 {
    display: none;
  }
  .Join_01 .content3 {
    width: 1.8rem;
  }
  .Join_01 .box1 .item .top {
    line-height: 54px;
  }
  .Contact_01 > a img {
    min-height: 6rem;
  }
  .Contact_02 .box .text div {
    font-size: 14px;
  }
  .Contact_03 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .Contact_03 .box .item {
    border: 0;
  }
  .Contact_05 .box .boxRight .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Contact_05 .box .boxRight .list .item input {
    height: 42px;
  }
  .Contact_05 .box .boxRight .list4 .btn p {
    width: 2rem;
    line-height: 42px;
    font-size: 14px;
  }



  .Product_03 .box .item .content1 span{
    font-size: 16px;
  }
  .Product_03 .box .item .content2{
    font-size: 13px;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1,
  .Home_Banner .banner .swiper-slide .orientation .content2{
    text-align: center;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3{
    display: flex;
    justify-content: center;
  }
  .Product_11 .box .content2 img {
    max-height: 4rem;
}
}
/*# sourceMappingURL=./style.css.map */





.Contact_03 .box .item .content3 {
  margin-top: 0.1rem;
}
.Contact_03 .box .item .content5 {
  padding: 0.3rem 0;
}
.Contact_03 .box .item .content6 img {
  width: 1.1rem;
}
/*# sourceMappingURL=./style.css.map */


 .Product_28{
            padding: 1.2rem 0 .8rem;
        }
        .Product_28 .box{
            display: grid;
            grid-template-columns: repeat(4,1fr);
        }
         .Product_28 .box .item{
            text-align: center;
            border-right: 1px solid #ddd;
         }
          .Product_28 .box .item:last-child{
            border-right: none;
          }
         .Product_28 .box .item .content2{
            height: 1.2rem;
         }
         .Product_28 .box .item .content2 img{
            max-height: 100%;
         }
         .Product_28 .box .item .content1{
            font-size: var(--f30);
            color: #333;
            margin-top: .52rem;
         }

          @media screen and (max-width:1200px) {
             .Product_28 .box{
                display: grid;
                grid-template-columns: repeat(2,1fr);
                gap: .5rem 0;
            }
            .Product_28 .box .item:nth-child(2n){
                border-right: none;
            }
             .Product_28 .box .item .content1{
                font-size: var(--f22);
            }
         }
 .Product_22 .box .item{
   
     width: 50%;
 }
           .Product_22 .box .item:nth-child(1){
             border-bottom: 1px solid #ddd;
             border-right: 1px solid #ddd;
         }
         .Product_22 .box .item:nth-child(2){
            border-bottom: 1px solid #ddd;
            
         }
             .Product_22 .box .item:nth-child(3){
            border-right: 1px solid #ddd;
            
         }




.config-table-wrapper {
  margin: 1rem 0;
}
.config-table-wrapper .box {
  background: linear-gradient(90deg, #009ee8 0%, #000396 100%);
  padding: .4rem;
}
.config-table-wrapper__title {
  color: #ffffff;
  font-size: var(--f30);
  text-align: center;
  margin-bottom: 0.25rem;
  letter-spacing: 2px;
}
.config-table {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 0.3rem rgba(0, 0, 0, 0.1);
}
.config-table__header {
  display: flex;
  background: #d3e9ef;
  padding: 18px 0;
  font-weight: bold;
  color: #444;
}
.config-table__header .config-table__cell {
  font-size: var(--f24);
  color: #000;
}
.config-table__row {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}
.config-table__row:last-child {
  border-bottom: none;
}
.config-table__row:nth-child(even) {
  background: #fcfcfc;
}
.config-table__row:hover {
  background: #f5faff;
}
.config-table__cell {
  flex: 1;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  color: #666;
  font-size: var(--f16);
}
.config-table__cell:first-child {
  flex: 0 0 2.5rem;
}
.config-table__cell:nth-child(2) {
  flex: 0 0 2.5rem;
}
/*# sourceMappingURL=./style.css.map */

@media screen and (max-width: 699px) {
    .config-table__cell:first-child ,
    .config-table__cell:nth-child(2){
        flex: 0 0 1.5rem;
    }
    .config-table__cell{
        font-size: 12px;
    }
}