:root {
  --swiper-theme-color: #30567E;
  --bold: bold;
  --b500: 500;
}
body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #30567E;
  --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: 1680px) {
  body {
    --www: 1.6rem;
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --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);
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f7f7f7;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.5rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Privacy_Policy .box_ .content3 a{
    display: inline-block;
}
.Privacy_Policy .box_ .content3 li{
    list-style: disc;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #30567E;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #30567E;
  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: #30567E;
}
.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: #30567E;
}
.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);
  color: #fff;
  background: #30567E;
  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-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.9rem;
}
.Search_2 .box .item a {
  background: #f7f7f7;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #30567E;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  color: #30567E;
  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: #30567E;
}
.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: #30567E;
}
.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: #30567E;
}
.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: #30567E;
}
.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: #30567E;
}
.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: #30567E;
}
.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: #30567E;
}
.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: #30567E;
}
.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 #30567E;
}
.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: #30567E;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  background: #fff;
}
.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: 40px;
}
.Header_Container .box .slogan {
  font-size: var(--f16);
  margin-right: auto;
  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: 10px;
}
.Header_Container .box .nav .item {
  padding: 0 0.2rem;
  position: relative;
}
.Header_Container .box .nav .item > p a {
  font-size: 16px;
  color: #121B25;
  transition: 0.6s;
  line-height: var(--nav_height);
  font-weight: bold;
  position: relative;
}
.Header_Container .box .nav .item > p a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #30567E;
  transform: scaleX(0);
  transition: 0.6s;
}
.Header_Container .box .nav .item:hover > p a {
  color: #30567E;
}
.Header_Container .box .nav .item:hover .NavSelect_01 {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.Header_Container .box .nav .item.active > p a {
  color: #30567E;
}
.Header_Container .box .nav .item.active > p a::after {
  transform: scaleX(1);
}
.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.9rem;
}
.Header_Container .box .language a {
  font-size: var(--f18);
  color: #000;
  transition: 0.6s;
  font-family: 'arial';
}
.Header_Container .box .language a svg {
  transform: translateY(-1px);
}
.Header_Container .box .language a:hover {
  color: #30567E;
}
.Header_Container .box .consult {
  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.28rem;
}
.Header_Container .box .consult .a {
  width: 1.6rem;
  line-height: 0.54rem;
  text-align: center;
  background: #30567E;
  color: #fff;
  font-size: var(--f18);
  cursor: pointer;
  transition: 0.6s;
}
.Header_Container .box .consult .a:hover {
  background: #07304D;
}
.Header_Container.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.NavSelect_01 {
  position: absolute;
  left: 0;
  top: 80%;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  color: #112e4d;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}
.NavSelect_01 ._box li a {
  padding: 0.14rem 0.2rem;
  font-size: var(--f16);
  color: #112e4d;
  position: relative;
}
.NavSelect_01 ._box li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #07304D;
  transition: 0.6s;
}
.NavSelect_01 ._box li a:hover::before {
  width: 70%;
}
.ConsultationLayer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 90;
  display: none;
}
.ConsultationLayer .box {
  width: 6rem;
  padding: 0.33rem 0.6rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ConsultationLayer .box .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem;
  cursor: pointer;
}
.ConsultationLayer .box .close:hover svg {
  transform: rotate(180deg);
  transition: 0.6s;
}
.ConsultationLayer .box .title {
  font-size: var(--f32);
  color: #07304D;
}
.ConsultationLayer .box .desc {
  font-size: var(--f20);
  color: #07304D;
  line-height: 1.8;
  margin-top: 0.18rem;
  margin-bottom: 0.4rem;
}
.ConsultationLayer .box .desc a {
  display: inline-block;
  color: #07304D;
}
.ConsultationLayer .box .list1 {
  display: grid;
  gap: 0.3rem;
}
.ConsultationLayer .box .list1 .item .name {
  font-size: var(--f18);
  color: #07304D;
  margin-bottom: 0.12rem;
}
.ConsultationLayer .box .list1 .item .input input {
  background: #FCFCFC;
  border: 1px solid rgba(48, 86, 126, 0.1);
  border-radius: 5px;
  height: 0.54rem;
  width: 100%;
  padding: 0 0.15rem;
  font-size: var(--f16);
  color: #07304D;
  transition: 0.6s;
}
.ConsultationLayer .box .list1 .item .input input:placeholder {
  color: #07304D;
  opacity: 0.6;
}
.ConsultationLayer .box .list1 .item .input input:hover {
  border-color: #30567E;
}
.ConsultationLayer .box .list2 {
  margin-top: 0.5rem;
}
.HomeBanner {
  background: url(../images/banner1.jpg) no-repeat center center;
  background-size: cover;
  min-height: 7.65rem;
}
.HomeBanner .box {
  padding-top: 1.5rem;
}
.HomeBanner .box .boxLeft {
  width: 7.34rem;
  color: #07304D;
}
.HomeBanner .box .boxLeft .content1 {
  font-size: var(--f24);
}
.HomeBanner .box .boxLeft .content2 {
  font-size: 0.68rem;
  font-family: 'arialbd';
  line-height: 1.2;
  margin-top: 0.12rem;
}
.HomeBanner .box .boxLeft .content3 {
  font-size: var(--f24);
  line-height: 1.2;
}
.HomeBanner .box .boxLeft .content4 {
  font-size: var(--f16);
  line-height: 1.625;
  margin-top: 0.2rem;
}
.HomeBanner .box .boxLeft .content5 {
  margin-top: 0.55rem;
}
.HomeBanner .box .boxRight p {
  margin-top: -0.32rem;
}
.HomeBanner .box .boxRight p img {
  width: 6rem;
}
.link_01 .a {
  width: fit-content;
  min-width: 1.8rem;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: var(--f18);
  background: #30567E;
  color: #fff;
  border: 2px solid #30567E;
  transition: 0.6s;
  cursor: pointer;
}
.link_01 .a svg {
  margin-left: 0.12rem;
  transform: translateY(-1px);
}
.link_01 .a:hover {
  box-shadow: 0 5px 12px rgba(48, 86, 126, 0.4);
  background: #07304D;
}
.link_01.ml {
  margin-left: 12px;
}
.link_01.mr {
  margin-right: 12px;
}
.link_02 .a {
  width: fit-content;
  min-width: 1.8rem;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: var(--f18);
  color: #30567E;
  border: 2px solid #30567E;
  cursor: pointer;
  transition: 0.6s;
}
.link_02 .a svg {
  margin-left: 0.12rem;
  transform: translateY(-1px);
}
.link_02 .a svg path {
  transition: 0.6s;
}
.link_02 .a:hover {
  background: #30567E;
  color: #fff;
  box-shadow: 0 5px 12px rgba(48, 86, 126, 0.4);
}
.link_02 .a:hover svg path {
  fill: #fff;
}
.link_02.ml {
  margin-left: 12px;
}
.link_02.mr {
  margin-right: 12px;
}
.link_03 .a {
  min-width: 1.6rem;
}
.link_04 .a {
  width: fit-content;
  min-width: 1.6rem;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: var(--f18);
  background: #fff;
  color: #07304D;
  border: 2px solid #fff;
  transition: 0.6s;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
}
.link_04 .a svg {
  margin-left: 0.12rem;
  transform: translateY(-1px);
}
.link_04 .a svg path {
  transition: 0.6s;
}
.link_04 .a:hover {
  background: #30567E;
  color: #fff;
  border-color: #30567E;
  box-shadow: 0 5px 12px rgba(48, 86, 126, 0.4);
}
.link_04 .a:hover svg path {
  fill: #fff;
}
.link_04.ml {
  margin-left: 12px;
}
.link_04.mr {
  margin-right: 12px;
}
.link_05 .a {
  min-width: 1.8rem;
}
.Home_Six {
  background: linear-gradient(180deg, #30567E 0%, #07304D 100%);
}
.Home_Six .box .banner {
  position: relative;
}
.Home_Six .box .banner .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.3;
  transition: 0.6s;
  z-index: 2;
}
.Home_Six .box .banner .button div:hover {
  opacity: 1;
}
.Home_Six .box .banner .button .prev {
  left: 0;
}
.Home_Six .box .banner .button .next {
  right: 0;
}
.Home_Six .box .item {
  padding: 0.34rem 0 0.45rem;
  text-align: center;
}
.Home_Six .box .item .icon {
  height: 50px;
  display: flex;
  transition: 0.6s;
}
.Home_Six .box .item .icon img {
  max-height: 100%;
  margin: auto;
}
.Home_Six .box .item .text {
  font-size: var(--f22);
  color: #fff;
  margin-top: 0.15rem;
}
.Home_Six .box .item:hover .icon {
  transform: translateY(-6px);
}
.Home_Four .box {
  display: grid;
  gap: 10px;
}
.Home_Four .box .item {
  padding: 0.44rem 0;
  transition: 0.6s;
  position: relative;
}
.Home_Four .box .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.Home_Four .box .item p {
  font-size: var(--f32);
  color: #fff;
  padding: 0 0.3rem;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.Home_Four .box .active {
  padding-top: 3.38rem;
}
.Home_News {
  padding-top: 0.3rem;
}
.Home_News .box {
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
}
.Home_News .box .boxLeft {
  width: 5.4rem;
  position: relative;
  color: #30567E;
}
.Home_News .box .boxLeft img {
  width: 100%;
}

.Home_News .box .boxLeft::before{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.8);
}

.Home_News .box .boxLeft .orientation1 {
  position: absolute;
  left: 0;
  top: 0.5rem;
  padding: 0 0.4rem;
  font-size: var(--f48);
  color: #30567E;
  line-height: 1.2;
  z-index: 2;
}
.Home_News .box .boxLeft .orientation2 {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  padding: 0 0.4rem;
  width: 100%;
   z-index: 2;
}
.Home_News .box .boxLeft .orientation2 .content1 {
  font-size: var(--f32);
  line-height: 1.2;
}
.Home_News .box .boxLeft .orientation2 .content2 {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.14rem;
}
.Home_News .box .boxLeft .orientation2 .content3 {
  margin-top: 0.42rem;
}
.Home_News .box .boxRight {
  flex: 1;
  padding: 0.5rem 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.Home_News .box .boxRight .content1 {
  font-size: var(--f32);
  color: #07304D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  padding-bottom: 2px;
  line-height: 1.2;
}
.Home_News .box .boxRight .content1 span {
  background: linear-gradient(#07304D, #07304D) no-repeat left bottom;
  background-size: 0% 1px;
  transition: background-size 0.8s;
}
.Home_News .box .boxRight .content2 {
  font-family: 'arial';
  font-size: var(--f20);
  margin-top: 0.4rem;
  color: #07304D;
}
.Home_News .box .boxRight .content2 svg {
  transform: translateY(-2px);
  margin-right: 2px;
}
.Home_News .box .boxRight .content3 {
  font-size: var(--f18);
  color: #07304D;
  height: 9em;
  max-height: 9em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  margin-top: 0.4rem;
}
.Home_News .box .boxRight .content4 {
  margin-top: 0.4rem;
}
.Home_News .box .boxRight .content4 .left {
  font-size: var(--f20);
  color: #07304D;
  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 .boxRight .content4 .left > div {
  margin-right: 0.3rem;
}
.Home_News .box .boxRight .content4 .left svg {
  transform: translateY(-2px);
}
.Home_News .box .boxRight:hover .content1 span {
  background-size: 100% 1px;
}
.Home_Era {
  background: url(../images/img7.jpg) no-repeat center center;
  background-size: cover;
  padding: 2rem 0;
}
.Home_Era .box .content1 {
  font-size: var(--f48);
  color: #07304D;
  text-align: center;
  margin-bottom: 0.3rem;
}
.Home_Era .box .content2 {
  font-size: var(--f24);
  color: #07304D;
  text-align: center;
  margin-bottom: 0.52rem;
}
.Footer_Container {
  background: linear-gradient(180deg, #30567E 0%, #07304D 100%);
  padding-top: 0.7rem;
}
.Footer_Container .box {
  padding-bottom: 0.45rem;
}
.Footer_Container .box .boxLeft .content1 img {
  height: 1.48rem;
}
.Footer_Container .box .boxLeft .content2 {
  margin-top: 0.8rem;
}
.Footer_Container .box .boxLeft .content2 ul li {
  margin-right: 0.3rem;
  position: relative;
}
.Footer_Container .box .boxLeft .content2 ul li:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxLeft .content2 ul li a {
  cursor: pointer;
}
.Footer_Container .box .boxLeft .content2 ul li a img {
  transition: 0.6s;
}
.Footer_Container .box .boxLeft .content2 ul li .ewm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: 0.6s;
  transform-origin: center top;
  width: 1.1rem;
  top: 0.3rem;
  opacity: 0;
}
.Footer_Container .box .boxLeft .content2 ul li .ewm img {
  width: 100%;
}
.Footer_Container .box .boxLeft .content2 ul li:hover .ewm {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.Footer_Container .box .boxRight .item {
  margin-right: 1.3rem;
}
.Footer_Container .box .boxRight .item:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxRight .item p {
  font-size: var(--f20);
  color: #fff;
}
.Footer_Container .box .boxRight .item ul {
  margin-top: 0.2rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 0.15rem;
}
.Footer_Container .box .boxRight .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f18);
  color: #fff;
  transition: 0.6s;
  border-bottom: 1px solid transparent;
  width: fit-content;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  border-bottom: 1px solid #fff;
}
.Footer_Container .box1 {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.36rem 0;
  font-size: var(--f18);
}
.Footer_Container .box1 span,
.Footer_Container .box1 a {
  color: #fff;
  opacity: 0.7;
  transition: 0.6s;
}
.Footer_Container .box1 a {
  display: inline-block;
}
.Footer_Container .box1 a:hover {
  opacity: 1;
}
.Footer_Container .box1 .right p {
  display: none;
}
.mbx {
  margin-top: 0.3rem;
}
.mbx .box {
  font-size: var(--f16);
}
.mbx .box a {
  color: #121B25;
  transition: 0.6s;
  opacity: 0.5;
  display: inline-block;
}
.mbx .box a:hover {
  color: #30567E;
  opacity: 1;
}
.mbx .box i {
  color: #121B25;
  transition: 0.6s;
  opacity: 0.5;
  font-size: var(--f14);
  padding: 0 3px;
}
.mbx .box span {
  color: #30567E;
}
.f48 {
  font-size: var(--f48);
  color: #07304D;
  line-height: 1.2;
}
.Product_01 .box {
  font-size: var(--f18);
  color: #07304D;
  line-height: 1.8;
  margin-top: 0.4rem;
}
.Product_01 .box1 {
  margin-top: 0.42rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.24rem;
}
.Product_01 .box1 .item {
  border: 1px solid #CDCDCD;
  border-radius: 0.2rem;
  padding: 0.25rem 0.2rem;
  transition: 0.6s;
}
.Product_01 .box1 .item .left {
  width: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_01 .box1 .item .right {
  padding-left: 0.2rem;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #07304D;
  line-height: 1.6;
}
.Product_01 .box1 .item:hover {
  border-color: transparent;
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
}
.Product_01 .posi {
  position: relative;
}
.Product_01 .posi .box2 {
  position: absolute;
  right: 0;
  top: 0;
}
.Product_02 .box {
  margin-bottom: 0.8rem;
}
.Product_02 .box:last-child {
  margin-bottom: 0;
}
.Product_02 .box .title {
  font-size: var(--f32);
  color: #07304D;
  line-height: 1;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.4rem;
  font-family: 'arialbd';
}
.Product_02 .box .list {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Product_02 .box .list .item {
  padding: 0.45rem 0.45rem 0.2rem;
  transition: 0.6s;
}
.Product_02 .box .list .item figure img {
  width: 100%;
  transform-origin: center bottom;
  transition: 0.6s;
}
.Product_02 .box .list .item figcaption {
  /*text-align: center;*/
  margin-top: 0.42rem;
}
.Product_02 .box .list .item figcaption .content1 {
  font-size: var(--f24);
  color: #30567E;
  font-family: 'arialbd';
}
.Product_02 .box .list .item figcaption .content2 {
  font-size: var(--f18);
  color: #30567E;
  margin-top: 6px;
  line-height: 1.5;
}
.Product_02 .box .list .item:hover {
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
}
.Product_03 {
  overflow: hidden;
}
.Product_03 .box .boxLeft {
  width: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_03 .box .boxLeft0 {
  display: block;
}
.Product_03 .box .boxLeft0 .imgList {
  height: 5.3rem;
}
.Product_03 .box .boxLeft0 .imgList > div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.Product_03 .box .boxLeft0 .imgList > div img{
    max-height: 100%;
}
.Product_03 .box .boxLeft0 .imgList > div.active {
  display: flex;
}
.Product_03 .box .boxLeft0 .imgList iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.Product_03 .box .boxLeft0 .P_3d_nav li {
  padding: 12px;
  cursor: pointer;
  font-size: var(--f16);
  color: #112e4d;
  line-height: 1;
  transition: 0.6s;
}
.Product_03 .box .boxLeft0 .P_3d_nav .active {
  font-weight: bold;
}
.Product_03 .box .boxRight {
  flex: 1;
  padding-left: 0.5rem;
}
.Product_03 .box .boxRight .sticky {
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
  padding: 0.4rem 0.5rem;
}
.Product_03 .box .boxRight .content1 {
  font-size: var(--f36);
  color: #07304D;
  line-height: 1.2;
}
.Product_03 .box .boxRight .content2 {
  font-size: var(--f24);
  color: #07304D;
  margin-top: 0.35rem;
}
.Product_03 .box .boxRight .content3 {
  font-size: var(--f18);
  color: #07304D;
  line-height: 1.8;
  margin-top: 0.2rem;
}
.Product_03 .box .boxRight .content4 {
  margin-top: 1rem;
}
.Product_03 .box .boxRight .content4 .link_01 {
  margin-right: 0.2rem;
}
.InnerNav ._box {
  border-bottom: 1px solid #D9D9D9;
}
.InnerNav ._box ul li {
  margin-right: 0.5rem;
}
.InnerNav ._box ul li a {
  transition: 0.6s;
  font-size: var(--f18);
  color: #121B25;
  padding-bottom: 0.2rem;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.InnerNav ._box ul li a:hover {
  color: #30567E;
  border-bottom: 1px solid #30567E;
}
.InnerNav ._box ul .active a {
  color: #30567E;
  border-bottom: 1px solid #30567E;
}
.Product_04 .box > div {
  display: none;
}
.Product_04 .box > div.active {
  display: block;
}
.Product_04 .box .video {
  margin-top: 0.6rem;
}
.Product_04 .box .video video {
  width: 100%;
}
.Product_04 .mainInfo {
  margin-top: 0.6rem;
}
.Product_04 .mainInfo .content {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D9D9D9;
}
.Product_04 .mainInfo:last-child .content{
    border: 0;
    padding-bottom: 0;
}
.Product_04 .mainInfo .name {
  font-size: var(--f32);
  color: #07304D;
  line-height: 1;
  margin-bottom: 0.2rem;
  font-family: 'arialbd';
}
.Product_04 .mainInfo .desc {
  font-size: var(--f18);
  color: #07304D;
  line-height: 2;
}

/* =============================================================================
   Product_04 技术规格 .desc：UEditor「左文右图」模板（根节点 class="text-img-row"）
   与文末 .desc{display:flex}+.desc>img 并存；此处为 div 内 p+img 网格排版
   ============================================================================= */
.Product_04 .mainInfo .desc .text-img-row {
  display: grid;
  grid-template-columns: 1fr min(42%, 22rem);
  gap: 0.4rem 0.5rem;
  align-items: start;
  flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.Product_04 .mainInfo .desc .text-img-row p {
  grid-column: 1;
  padding-left: 0;
  position: static;
}
.Product_04 .mainInfo .desc .text-img-row p::before,
.Product_04 .mainInfo .desc .text-img-row p::after {
  content: none !important;
  display: none !important;
}
.Product_04 .mainInfo .desc .text-img-row img {
  grid-column: 2;
  grid-row: 1 / -1;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .Product_04 .mainInfo .desc .text-img-row {
    grid-template-columns: 1fr;
  }
  .Product_04 .mainInfo .desc .text-img-row img {
    grid-column: 1;
    grid-row: auto;
    max-width: 100%;
  }
}
/* ----- /Product_04 .desc .text-img-row 左文右图 ----- */

.Product_04 .mainInfo .desc ul li,
.Product_04 .mainInfo:first-child .desc p{
  position: relative;
  padding-left: 20px;
}
.Product_04 .mainInfo .desc ul li::before ,
.Product_04 .mainInfo:first-child .desc p::before{
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.Product_04 .mainInfo .desc ul li::after,
.Product_04 .mainInfo:first-chil .desc p::after{
  transform: translateY(-50%) rotate(90deg);
}


.Product_04 .mainInfo .table {
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
}
.Product_04 .mainInfo .table table {
  width: 100% !important;
}
.Product_04 .mainInfo .table tr:nth-child(1) {
  background: #F6F6F6;
}
.Product_04 .mainInfo .table tr td {
  padding: 0.12rem 0.2rem;
  font-size: var(--f18);
  color: #121B25;
  border: 1px solid #ddd;
}
/*.Product_04 .mainInfo .table tr td:first-child {*/
/*  background: #F6F6F6;*/
/*}*/
/*.Product_04 .mainInfo .table tr td:nth-child(1) {*/
/*  width: 20%;*/
/*}*/
/*.Product_04 .mainInfo .table tr td:nth-child(2) {*/
/*  width: 32%;*/
/*}*/
/*.Product_04 .mainInfo .table tr td:nth-child(3) {*/
/*  width: 32%;*/
/*}*/
.Product_04 .mainInfo .table tr:nth-child(2n-1) {
  /*background: #fff;*/
}
.Product_04 .mainInfo .table tr:first-child td {
  font-size: var(--f20);
  font-family: 'arialbd';
  color: #07304D;
  /*background: #F0F0F0;*/
}
.Product_04 .mainInfo .table .null tr:first-child{
    background: #fff;
}

.Product_04 .mainInfo .table .null tr:first-child td{
    font-size: var(--f18);
    font-family: inherit;
    color: #121B25;
}


/*.Product_04 .mainInfo .table .null td {*/
/*  background: transparent !important;*/
/*  padding: 5px 0;*/
/*}*/
.Product_04 .mainInfo .table .white td:first-child {
  background: #fff !important;
}
/*.Product_04 .mainInfo .table1 tr td:nth-child(2) {*/
/*  width: 21.333%;*/
/*}*/
/*.Product_04 .mainInfo .table1 tr td:nth-child(3) {*/
/*  width: 21.333%;*/
/*}*/
/*.Product_04 .mainInfo .table1 tr td:nth-child(4) {*/
/*  width: 21.333%;*/
/*}*/
.Accessories {
  margin-top: 0.6rem;
}
.Accessories ._box {
  align-items: flex-start;
}
.Accessories ._box ._left {
  width: 25%;
}
.Accessories ._box ._left .menu-list li {
  border-bottom: 1px solid #eee;
}
.Accessories ._box ._left .menu-list li a {
  display: block;
  padding: 0.15rem 0.2rem;
  font-size: var(--f18);
  color: #30567E;
  transition: all 0.4s;
  cursor: pointer;
}
.Accessories ._box ._left .menu-list li.active,
.Accessories ._box ._left .menu-list li:hover {
  background-color: #f4f4f4;
}
.Accessories ._box ._left .menu-list li.active a,
.Accessories ._box ._left .menu-list li:hover a {
  color: #07304D;
}
.Accessories ._box ._left .menu-list li:last-child {
  border-bottom: none;
}
.Accessories ._box ._right {
  width: 72%;
}
.Accessories ._box ._right .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  display: none;
}
.Accessories ._box ._right .product-grid.active {
  display: grid;
}
.Accessories ._box ._right .product-grid .product-item {
  border: 1px solid #eee;
  padding: 0.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  background: #fff;
}
.Accessories ._box ._right .product-grid .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.Accessories ._box ._right .product-grid .product-item .img {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.Accessories ._box ._right .product-grid .product-item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.Accessories ._box ._right .product-grid .product-item .info {
  flex: 1;
  margin-bottom: 0.4rem;
}
.Accessories ._box ._right .product-grid .product-item .info .title {
  font-size: var(--f16);
  color: #30567E;
  margin-bottom: 0.05rem;
  line-height: 1.4;
}
.Accessories ._box ._right .product-grid .product-item .info .sku {
  font-size: var(--f14);
  color: #666;
}
.Accessories ._box ._right .product-grid .product-item .see-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #30567E;
  color: #fff;
  padding: 0.08rem 0.15rem;
  font-size: var(--f14);
  transition: all 0.3s;
}
.Accessories ._box ._right .product-grid .product-item .see-more:hover {
  background: #07304D;
}
@media screen and (max-width: 1200px) {
  .Accessories ._box {
    flex-direction: column;
  }
  .Accessories ._box ._left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .Accessories ._box ._left .menu-list {
    display: flex;
    flex-wrap: wrap;
  }
  .Accessories ._box ._left .menu-list li {
    border-bottom: none;
    margin-bottom: -1px;
  }
  .Accessories ._box ._left .menu-list li a {
    padding: 0.1rem 0.15rem;
  }
  .Accessories ._box ._right {
    width: 100%;
  }
  .Accessories ._box ._right .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .Accessories ._box ._left .menu-list li {
    width: 50%;
    border: 1px solid #eee !important;
    margin-left: -1px;
  }
  .Accessories ._box ._left .menu-list li a {
    text-align: center;
    font-size: 14px;
    padding: 0.15rem;
  }
  .Accessories ._box ._right .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
  .Accessories ._box ._right .product-grid .product-item {
    padding: 0.2rem;
  }
  .Accessories ._box ._right .product-grid .product-item .info {
    margin-bottom: 0.4rem;
  }
  .Accessories ._box ._right .product-grid .product-item .info .title {
    font-size: 14px;
  }
  .Accessories ._box ._right .product-grid .product-item .info .sku {
    font-size: 12px;
  }
  .Accessories ._box ._right .product-grid .product-item .see-more {
    padding: 0.05rem 0.1rem;
    font-size: 12px;
  }
}
.Product_05 {
  /*margin-top: 0.6rem;*/
}
.Product_05 .name {
  font-size: var(--f32);
  color: #07304D;
  line-height: 1;
  /*border-top: 1px solid #D9D9D9;*/
  padding-top: 0.5rem;
  font-family: 'arialbd';
}
.Product_05 .box {
  margin-top: 0.4rem;
  background: #30567E;
  padding: 0.2rem 0.4rem;
}
.Product_05 .box .item {
  color: #fff;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.Product_05 .box .item:last-child {
  border-bottom: none;
}
.Product_05 .box .item .top {
  font-size: var(--f20);
  margin-bottom: 0.1rem;
}
.Product_05 .box .item .bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.Product_05 .box .item .bot a {
  color: #fff;
  font-size: var(--f20);
}
.Product_05 .box .item .bot a svg {
  vertical-align: baseline;
}
.Application_01 .box {
  position: relative;
}
.Application_01 .box::before {
  content: '';
  width: 1rem;
  height: 1.2rem;
  background: rgba(48, 86, 126, 0.1);
  position: absolute;
  left: 0;
  top: -0.15rem;
  transform: translateX(-100%);
  margin-left: -0.15rem;
}
.Application_01 .box .heng {
  margin: 0.24rem 0 0.32rem;
}
.Application_01 .box .heng p {
  width: 2.9rem;
  height: 6px;
  background: #30567E;
  transform: translateX(-0.55rem);
}
.Application_01 .box .desc {
  font-size: var(--f18);
  color: #07304D;
  line-height: 1.8;
}
.Application_01 .box .desc a {
  display: inline-block;
  color: #07304D;
}
.Application_01 .box .desc1 {
  font-size: var(--f24);
  color: #07304D;
}
.Application_02 {
  margin-top: 0.72rem;
}
.Application_02 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 0.3rem;
}
.Application_02 .box .item {
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
  padding: 0.5rem 0.4rem;
  position: relative;
}
.Application_02 .box .item .content1 {
  font-size: var(--f32);
  color: #07304D;
  line-height: 1;
  font-family: 'arialbd';
}
.Application_02 .box .item .content2 {
  font-size: var(--f18);
  color: #07304D;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.2rem;
}
.Application_02 .box .item .content3 {
  margin-top: 0.12rem;
}
.Application_02 .box .item .content3 ul li {
  font-size: var(--f18);
  color: #07304D;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.Application_02 .box .item .content3 ul li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.Application_02 .box .item .content4 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.Application_02 .box .item .content4 a {
  min-width: 2.3rem;
  background: #30567E;
  width: fit-content;
  padding: 0 0.3rem;
  color: #fff;
  text-align: center;
  line-height: 0.54rem;
  font-size: var(--f18);
  transition: 0.6s;
  transform: translateY(50%);
}
.Application_02 .box .item .content4 a:hover {
  background: #07304D;
}
.Application_03 .InnerNav {
  margin-top: 0.38rem;
}
.Application_03 .box {
  margin-top: 0.5rem;
}
.Application_03 .box .main {
  display: none;
}
.Application_03 .box .main.active {
  display: block;
}
.Application_03 .box .item .boxLeft {
  flex: 1;
  padding-right: 1rem;
}
.Application_03 .box .item .boxLeft .content1 {
  font-size: var(--f32);
  color: #07304D;
  line-height: 1.2;
  font-family: 'arialbd';
}
.Application_03 .box .item .boxLeft .content2 {
  font-size: var(--f18);
  color: #07304D;
  line-height: 1.8;
  margin-top: 0.2rem;
}
.Application_03 .box .item .boxLeft .content3 {
  margin-top: 0.4rem;
}
.Application_03 .box .item .boxLeft .content3 li {
  font-size: var(--f18);
  color: #07304D;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.Application_03 .box .item .boxLeft .content3 li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.Application_03 .box .item .boxRight {
  width: 6.8rem;
}
.Application_03 .box .item .boxRight p {
  overflow: hidden;
  position: sticky;
  top: var(--nav_height);
}
.Application_03 .box .item .boxRight p img {
  width: 100%;
  transition: 0.6s;
}
.Application_03 .box .item .boxRight p:hover img {
  transform: scale(1.05);
}
.Application_04 .title {
  font-size: var(--f32);
  color: #07304D;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: 'arialbd';
}
.Application_04 .box {
  border-top: 1px solid #D9D9D9;
  display: none;
}
.Application_04 .box.active{
    display: block;
}
.Application_04 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Application_04 .box .list .item figure {
  height: 3rem;
  display: flex;
  overflow: hidden;
  background: #F6F9FB;
}
.Application_04 .box .list .item figure img {
  margin: auto;
  max-height: 100%;
  transition: 0.6s;
}
.Application_04 .box .list .item figure:hover img {
  transform: scale(1.05);
}
.Application_04 .box .list .item figcaption {
  font-size: var(--f24);
  color: #07304D;
  margin-top: 0.3rem;
  line-height: 1;
}
.Application_04 .box .list .item .button {
  margin-top: 0.32rem;
  gap: 0.1rem;
}
.Application_04 .box .list .item .button a {
  font-size: var(--f18);
  color: #30567E;
  transition: 0.6s;
}
.Application_04 .box .list .item .button a:hover {
  color: #07304D;
}
.Contact_01 {
  margin-top: 1rem;
}
.Contact_01 .box .boxLeft {
  width: 50%;
}
.Contact_01 .box .boxLeft ul li {
  font-size: var(--f20);
  color: #121B25;
  font-family: 'arialbd';
  margin-bottom: 0.58rem;
}
.Contact_01 .box .boxLeft ul li:last-child {
  margin-bottom: 0;
}
.Contact_01 .box .boxLeft ul li svg {
  margin-right: 0.15rem;
  transform: translateY(-2px);
}
.Contact_01 .box .boxLeft ul li a {
  display: inline-block;
  color: #121B25;
  transition: 0.6s;
}
.Contact_01 .box .boxLeft ul li a:hover {
  color: #30567E;
}
.Contact_01 .box .boxRight {
  flex: 1;
}
.Contact_01 .box .boxRight .ewm {
  text-align: center;
}
.Contact_01 .box .boxRight .ewm figure img {
  width: 1.5rem;
}
.Contact_01 .box .boxRight .ewm figcaption {
  font-size: var(--f20);
  color: #121B25;
  margin-top: 0.24rem;
}
.Contact_bg {
  background: url(../images/map.png) no-repeat center top;
  padding-bottom: 1.8rem;
}
.Contact_02 {
  margin-top: 0.9rem;
}
.Contact_02 .box .main {
  display: none;
}
.Contact_02 .box .main.active {
  display: block;
}
.Contact_02 .box .main .content {
  padding: 0.5rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.Contact_02 .box .main .content:last-child {
  border-bottom: none;
}
.Contact_02 .box .main .content .title {
  font-size: var(--f32);
  color: #07304D;
  line-height: 1;
  font-family: 'arialbd';
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.Contact_02 .box .main .content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Contact_02 .box .main .content .list .item {
  background: #F6F9FB;
  padding: 0.4rem;
  color: #121B25;
  transition: 0.6s;
}
.Contact_02 .box .main .content .list .item .name {
  font-size: var(--f20);
  font-family: 'arialbd';
   font-weight: bold;
}
.Contact_02 .box .main .content .list .item .desc {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.8;
}
.Contact_02 .box .main .content .list .item:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
}
.VideoCase01 .box {
  padding: 0.3rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.VideoCase01 .box ul li {
  margin-right: 0.6rem;
  font-size: var(--f18);
  color: #121B25;
}
.VideoCase01 .box ul li.active {
  color: #30567E;
}
.VideoCase01 .box ul .layui-form-checkbox[lay-skin=primary] i {
  border-color: #30567E;
}
.VideoCase02 {
  margin-top: 0.7rem;
}
.VideoCase02 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 0.3rem;
}
.VideoCase02 .box .item figure {
  overflow: hidden;
  position: relative;
}
.VideoCase02 .box .item figure img ,
.VideoCase02 .box .item figure video
{
  width: 100%;
  transition: 0.6s;
}
.VideoCase02 .box .item figure .svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.VideoCase02 .box .item figcaption {
  font-size: var(--f24);
  color: #07304D;
  margin-top: 0.22rem;
}
.VideoCase02 .box .item:hover figure img {
  transform: scale(1.05);
}
.VideoCase02 .box .pointer {
  cursor: pointer;
}
.Sample_01 {
  padding-top: 0.3rem;
}
.Sample_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0.3rem;
}
.Sample_01 .box .item {
  transition: 0.6s;
  background: #F6F9FB;
  padding: 0.5rem 0.3rem 0.5rem 0.4rem;
}
.Sample_01 .box .item .left {
  flex: 1;
  padding-right: 0.4rem;
  position: relative;
  padding-top: 0.2rem;
}
.Sample_01 .box .item .left .content1 {
  font-size: var(--f32);
  font-family: 'arialbd';
  line-height: 1.37;
  color: #07304D;
}
.Sample_01 .box .item .left .content2 {
  font-size: var(--f18);
  color: #07304D;
  line-height: 1.5;
  margin-top: 10px;
}
.Sample_01 .box .item .left .content3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.Sample_01 .box .item .right {
  width: 2.1rem;
}
.Sample_01 .box .item .right img {
  width: 100%;
}
.Sample_01 .box .item:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
}
.ProductInquiry {
  margin-top: 0.55rem;
}
.ProductInquiry .box {
  --h1: 0.54rem;
}
.ProductInquiry .box input,
.ProductInquiry .box textarea {
  height: var(--h1);
  border: 1px solid #CDCDCD;
  width: 100%;
  background: #F6F9FB;
  border-radius: 5px;
  padding: 0 max(15px, 0.15rem);
  font-size: 16px;
  transition: 0.6s;
  resize: none;
}
.ProductInquiry .box input::placeholder,
.ProductInquiry .box textarea::placeholder {
  color: #121B25;
}
.ProductInquiry .box input:hover,
.ProductInquiry .box textarea:hover {
  border-color: #30567E;
}
.ProductInquiry .box .layui-form-select .layui-edge {
  right: 0.25rem;
  border-top-color: #30567E;
}
.ProductInquiry .box .layui-form-select dl {
  top: var(--h1);
}
.ProductInquiry .box .layui-form-selectup dl {
  top: auto;
  bottom: var(--h1);
}
.ProductInquiry .box .layui-form-select dl dd.layui-select-tips,
.ProductInquiry .box .layui-form-select dl dd,
.ProductInquiry .box .layui-form-select dl dt {
  padding: 0 max(15px, 0.15rem) !important;
  font-size: var(--f16);
}
.ProductInquiry .box .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.ProductInquiry .box .list2 {
  margin-top: 0.3rem;
}
.ProductInquiry .box .list2 textarea {
  height: 3rem;
  padding: 0.22rem max(15px, 0.15rem);
}
.ProductInquiry .box .list3 {
  margin-top: 0.5rem;
}
.Technical_Support .box .boxLeft {
  flex: 1;
  padding-right: 0.64rem;
}
.Technical_Support .box .boxLeft .content1 {
  font-size: var(--f24);
  color: #07304D;
}
.Technical_Support .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #07304D;
  line-height: 1.8;
  margin-top: 0.25rem;
}
.Technical_Support .box .boxLeft .content3 {
  margin-top: 0.52rem;
}
.Technical_Support .box .boxRight {
  width: 7.65rem;
}
.Technical_Support .box .boxRight form {
  margin-top: -1.17rem;
  background: #F6F9FB;
  padding: 0.4rem 0.3rem;
  --h1: 0.54rem;
}
.Technical_Support .box .boxRight input,
.Technical_Support .box .boxRight textarea {
  height: var(--h1);
  border: 1px solid #CDCDCD;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0 max(15px, 0.15rem);
  font-size: 16px;
  transition: 0.6s;
  resize: none;
}
.Technical_Support .box .boxRight input::placeholder,
.Technical_Support .box .boxRight textarea::placeholder {
  color: #121B25;
}
.Technical_Support .box .boxRight input:hover,
.Technical_Support .box .boxRight textarea:hover {
  border-color: #30567E;
}
.Technical_Support .box .boxRight .layui-form-select .layui-edge {
  right: 0.25rem;
  border-top-color: #30567E;
}
.Technical_Support .box .boxRight .layui-form-select dl {
  top: var(--h1);
}
.Technical_Support .box .boxRight .layui-form-selectup dl {
  top: auto;
  bottom: var(--h1);
}
.Technical_Support .box .boxRight .layui-form-select dl dd.layui-select-tips,
.Technical_Support .box .boxRight .layui-form-select dl dd,
.Technical_Support .box .boxRight .layui-form-select dl dt {
  padding: 0 max(15px, 0.15rem) !important;
  font-size: var(--f16);
}
.Technical_Support .box .boxRight .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Technical_Support .box .boxRight .list2 {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: 1fr;
}
.Technical_Support .box .boxRight .list2 textarea {
  height: 1.8rem;
  padding: 0.16rem max(15px, 0.15rem);
}
.Technical_Support .box .boxRight .list3 {
  margin-top: 0.2rem;
}
.About_01 {
  margin-top: 0.6rem;
}
.About_01 .box .boxLeft {
  flex: 1;
}
.About_01 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #07304D;
  line-height: 2;
}
.About_01 .box .boxLeft .desc a {
  display: inline-block;
}
.About_01 .box .boxRight {
  width: 5.6rem;
  padding-left: 1rem;
}
.About_01 .box .boxRight .sticky ul {
  display: grid;
  gap: 10px;
}
.About_01 .box .boxRight .sticky ul li {
  padding: 0.26rem 0.2rem;
  background: #f6f9fb;
  color: #07304D;
  transition: 0.6s;
}
.About_01 .box .boxRight .sticky ul li .content1 {
  font-size: var(--f20);
  /*font-family: 'arialbd';*/
}
.About_01 .box .boxRight .sticky ul li .content2 {
  font-size: var(--f16);
  margin-top: 3px;
  margin-bottom: 3px;
  /*font-family: 'arialbd';*/
}
.About_01 .box .boxRight .sticky ul li .content3 {
  font-size: var(--f16);
  line-height: 2.25;
}
.About_01 .box .boxRight .sticky ul li:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
}
.News_01 {
  margin-top: 0.7rem;
}
.News_01 .box {
  display: grid;
  gap: 0.3rem;
}
.News_01 .box .item {
  box-shadow: 0px 0px 10px 4px rgba(17, 46, 77, 0.06);
}
.News_01 .box .item .boxLeft {
  width: 4.93rem;
  overflow: hidden;
}
.News_01 .box .item .boxLeft img {
  width: 100%;
  transition: 0.6s;
}
.News_01 .box .item .boxRight {
  flex: 1;
  padding: 0.5rem 0.6rem 0.4rem 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.News_01 .box .item .boxRight .content1 {
  font-size: var(--f32);
  color: #07304D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  padding-bottom: 2px;
  line-height: 1.2;
}
.News_01 .box .item .boxRight .content1 span {
  background: linear-gradient(#07304D, #07304D) no-repeat left bottom;
  background-size: 0% 1px;
  transition: background-size 0.8s;
}
.News_01 .box .item .boxRight .content2 {
  font-family: 'arial';
  font-size: var(--f20);
  margin-top: 0.4rem;
  color: #07304D;
}
.News_01 .box .item .boxRight .content2 svg {
  transform: translateY(-2px);
  margin-right: 2px;
}
.News_01 .box .item .boxRight .content3 {
  font-size: var(--f18);
  color: #07304D;
  height: 9em;
  max-height: 9em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  margin-top: 0.4rem;
  padding-right: 1rem;
}
.News_01 .box .item .boxRight .content4 {
  margin-top: 0.4rem;
}
.News_01 .box .item .boxRight .content4 .left {
  font-size: var(--f20);
  color: #07304D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_01 .box .item .boxRight .content4 .left > div {
  margin-right: 0.3rem;
}
.News_01 .box .item .boxRight .content4 .left svg {
  transform: translateY(-2px);
}
.News_01 .box .item:hover .boxLeft img {
  transform: scale(1.05);
}
.News_01 .box .item:hover .boxRight .content1 span {
  background-size: 100% 1px;
}
.pu_page {
  margin-top: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_page a {
  display: inline-block;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: var(--f20);
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .prev a i:hover,
.pu_page .next a i:hover {
  color: #30567E;
}
.pu_page .number {
  padding: 0 0.24rem;
}
.pu_page .number a {
  font-size: var(--f20);
  color: #666;
  font-family: 'arialbd';
  margin: 0 0.15rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.1;
}
.pu_page .number a:hover {
  color: #30567E;
}
.pu_page .number .active {
  color: #30567E;
}
.News_02 .box .boxLeft {
  flex: 1;
}
.News_02 .box .boxLeft .title {
  font-size: var(--f36);
  font-family: 'arialbd';
  color: #07304D;
  line-height: 1.3;
}
.News_02 .box .boxLeft .time {
  font-size: var(--f18);
  color: #999;
  margin-top: 0.22rem;
}
.News_02 .box .boxLeft .desc {
  font-size: var(--f18);
  line-height: 1.8;
  color: #121B25;
}
.News_02 .box .boxLeft .desc h5,
.News_02 .box .boxLeft .desc h6 {
  font-size: var(--f26);
  color: #30567E;
  margin-bottom: 0.1rem;
}
.News_02 .box .boxLeft .desc span {
  /*color: #30567E;*/
}
.News_02 .box .boxLeft .desc a {
  display: inline-block;
}
.News_02 .box .boxLeft .upDown {
  padding-top: 0.4rem;
  margin-top: 1.1rem;
  border-top: 1px solid #D9D9D9;
}
.News_02 .box .boxLeft .upDown .left {
  max-width: 70%;
}
.News_02 .box .boxLeft .upDown .left a {
  font-size: var(--f16);
  color: #121B25;
  transition: 0.6s;
  height: 2.25em;
  max-height: 2.25em;
  line-height: 2.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_02 .box .boxLeft .upDown .left a:hover {
  color: #30567E;
}
.News_02 .box .boxLeft .upDown .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_02 .box .boxLeft .upDown .right a {
  font-size: var(--f18);
  color: #30567E;
}
.News_02 .box .boxLeft .upDown .right a svg {
  transform: translateY(-2px);
  margin-right: 8px;
  transition: 0.6s;
}
.News_02 .box .boxLeft .upDown .right a:hover svg {
  transform: translateY(-2px) translateX(5px);
}
.News_02 .box .boxRight {
  width: 5.2rem;
  padding-left: 1.2rem;
}
.News_02 .box .boxRight .sticky {
  position: sticky;
  top: 0.5rem;
}
.News_02 .box .boxRight .sticky .title {
  font-size: var(--f32);
  font-family: 'arialbd';
  color: #07304D;
}
.News_02 .box .boxRight .sticky .list {
  margin-top: 0.12rem;
}
.News_02 .box .boxRight .sticky .list li {
  transition: 0.6s;
  border-bottom: 1px solid #C6C6C6;
}
.News_02 .box .boxRight .sticky .list li a {
  padding: 0.35rem 0;
}
.News_02 .box .boxRight .sticky .list li a .time {
  font-size: var(--f16);
  color: #30567E;
}
.News_02 .box .boxRight .sticky .list li a .time img {
  transform: translateY(-2px);
  margin-right: 0.08rem;
}
.News_02 .box .boxRight .sticky .list li a .name {
  font-size: var(--f20);
  color: #121B25;
  transition: 0.6s;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.16rem;
}
.News_02 .box .boxRight .sticky .list li:hover {
  border-color: #30567E;
}
.News_02 .box .boxRight .sticky .list li:hover a .name {
  color: #30567E;
}
@media screen and (max-width: 1680px) {
  .Header_Container .box .language {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .HomeBanner .box .boxRight p img {
    width: 6.8rem;
  }
  .Header_Container .box .logo a img {
    height: 35px;
  }
  .Header_Container .box .nav .item > p a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .Header_Container .box .nav .item {
    padding: 0 0.14rem;
  }
  .Sample_01 .box .item .left {
    padding-top: 0;
  }
}
@media screen and (max-width: 1281px) {
  .Header_Container .box .nav .item > p a {
    font-size: 14px;
  }
  .Header_Container .box .consult .a {
    width: 1.3rem;
  }
  .Header_Container .box .logo a img {
    height: 32px;
  }
  .Product_01 .box1 .item .left {
    width: 0.8rem;
  }
  .Sample_01 .box .item .left .content1 {
    font-size: var(--f30);
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .HomeBanner .box {
    padding-top: 0.8rem;
  }
  .HomeBanner .box .boxLeft {
    text-align: center;
  }
  .HomeBanner .box .boxLeft .content5 {
    justify-content: center;
  }
  .HomeBanner .box .boxRight p {
    margin-top: 0.6rem;
    text-align: center;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    transform: translateY(-1px);
  }
  .HomeBanner .box .boxLeft .content2 {
    font-size: 0.58rem;
  }
  .Home_Four .box .item {
    padding: 3rem 0 0.45rem;
  }
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Footer_Container .box1 > div {
    justify-content: center;
  }
  .Footer_Container .box .boxLeft {
    text-align: center;
  }
  .Footer_Container .box .boxLeft .content2 ul {
    justify-content: center;
  }
  .Footer_Container .box .boxLeft .content2 ul li .ewm {
    width: 1.4rem;
    top: 0.5rem;
  }
  .Home_Era {
    padding: 1.4rem 0;
  }
  .Product_01 .posi .box2 {
    all: unset;
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
  }
  .Product_03 .box .boxLeft img {
    margin: auto;
  }
  .Product_05 .box .item .bot {
    gap: 0.2rem;
  }
  .Application_01 {
    overflow: hidden;
  }
  .Contact_01 .box .boxLeft {
    width: 65%;
  }
  .ConsultationLayer .box {
    width: 7rem;
  }
  .Contact_02 .box .main .content .list .item {
    word-break: break-all;
  }
  .VideoCase01 .box ul li {
    margin-right: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .Sample_01 .box .item .right {
    width: 2.3rem;
  }
  .ConsultationLayer .box .list1 .item .input input {
    height: 0.64rem;
  }
  .ProductInquiry .box,
  .Technical_Support .box .boxRight form {
    --h1: 0.64rem;
  }
  .Technical_Support .box .boxRight form {
    margin-top: 0;
  }
  .About_01 .box .boxRight .sticky ul li .content1 {
    font-size: var(--f26);
  }
  .News_01 .box .item .boxLeft {
    display: none;
  }
  .cpzx {
    margin-left: 0.5rem;
  }
  .cpzx p {
    padding: 0.08rem 0.2rem;
    background: #30567E;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
  }
  .P_3d_nav {
    margin-bottom: 0.5rem;
  }
  .Product_01 .box1,
  .Product_02 .box .list,
  .Product_05 .box .item .bot,
  .Application_04 .box .list,
  .Contact_02 .box .main .content .list,
  .VideoCase02 .box,
  .About_01 .box .boxRight .sticky ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .Sample_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .HomeBanner .box .boxLeft,
  .Home_News .box .boxLeft,
  .Footer_Container .box .boxLeft,
  .Product_03 .box .boxLeft,
  .Application_03 .box .item .boxLeft,
  .Technical_Support .box .boxLeft,
  .About_01 .box .boxLeft,
  .News_02 .box .boxLeft {
    width: 100%;
    flex: 1 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .HomeBanner .box .boxRight,
  .Home_News .box .boxRight,
  .Footer_Container .box .boxRight,
  .Product_03 .box .boxRight,
  .Application_03 .box .item .boxRight,
  .Technical_Support .box .boxRight,
  .About_01 .box .boxRight,
  .News_02 .box .boxRight {
    width: 100%;
    flex: 1 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .Home_News .box .boxRight,
  .News_01 .box .item .boxRight {
    padding: 0.5rem 0.4rem;
  }
  .Application_03 .box .item .boxRight,
  .Technical_Support .box .boxRight,
  .About_01 .box .boxRight,
  .News_02 .box .boxRight {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 24px;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    transform: scale(0.9);
  }
  .cpzx {
    margin-left: 0.2rem;
  }
  .cpzx p {
    font-size: 12px;
  }
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.3rem;
  }
  .HomeBanner .box .boxLeft .content2 {
    font-size: 0.48rem;
  }
  .Home_Four .box .item {
    padding: 2rem 0 0.4rem;
  }
  .Home_News .box .boxRight .content4 .left {
    display: grid;
    gap: 0.2rem;
  }
  .Home_News .box .boxRight .content4 .left {
    width: 100%;
  }
  .Home_News .box .boxRight .content4 .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .Footer_Container .box1 {
    font-size: 12px;
    text-align: center;
  }
  .Footer_Container .box1 .right p {
    display: inline-block;
  }
  .Footer_Container .box .boxLeft .content2 ul li {
    margin-right: 0.5rem;
  }
  .Product_01 .box1 .item .left {
    width: 1.1rem;
  }
  .Product_04 .mainInfo .table {
    overflow: auto;
  }
  .Product_04 .mainInfo .table table {
    width: 200%;
  }
  .Product_05 .box .item .top {
    margin-bottom: 0.2rem;
  }
  .Application_01 .box .heng p {
    height: 4px;
  }
  .Application_02 .box .item .content3 ul li,
  .Application_03 .box .item .boxLeft .content3 li {
    padding-left: 15px;
  }
  .Application_02 .box .item .content4 a {
    line-height: 0.7rem;
  }
  .Application_02 .box .item .content2 {
    height: auto;
  }
  .InnerNav ._box ul li {
    margin-bottom: 0.3rem;
  }
  .Application_04 .title {
    line-height: 1.3;
  }
  .Contact_01 .box .boxLeft {
    width: 100%;
  }
  .Contact_01 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
    justify-content: center;
  }
  .Contact_01 .box .boxRight .ewm figure img {
    width: 2.1rem;
  }
  .Contact_01 .box .boxLeft ul li svg {
    transform: translateY(-2px) scale(0.9);
  }
  .VideoCase01 .box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem 0;
  }
  .VideoCase01 .box ul li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .VideoCase01 .box ul .layui-form-checkbox[lay-skin=primary] {
    padding-left: 22px;
  }
  .VideoCase02 .box .item figure .svg svg {
    transform: scale(0.8);
  }
  .ProductInquiry .box,
  .Technical_Support .box .boxRight form {
    --h1: 0.8rem;
  }
  .News_01 .box .item .boxLeft {
    display: block;
    width: 100%;
  }
  .News_01 .box .item .boxLeft img {
    width: 100%;
  }
  .News_01 .box .item .boxRight .content3 {
    padding-right: 0;
  }
  .News_01 .box .item .boxRight .content4 .left {
    display: grid;
    gap: 0.2rem;
  }
  .News_01 .box .item .boxRight .content4 .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .News_01 .box .item .boxRight .content3 {
    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;
  }
  .News_02_ .box .boxRight {
    display: none;
  }
  .News_02 .box .boxLeft .upDown .left {
    width: 100%;
    max-width: 100%;
  }
  .News_02 .box .boxLeft .upDown .right {
    width: 100%;
    margin-top: 0.4rem;
    justify-content: center;
  }
  .News_02 .box .boxLeft .upDown .right a svg {
    margin-right: 5px;
    transform: translateY(-2px) scale(0.8);
  }
  .News_02 .box .boxRight .sticky .list li a .name {
    height: auto;
  }
  .Product_01 .box1,
  .Product_02 .box .list,
  .Product_05 .box .item .bot,
  .Application_04 .box .list,
  .Contact_02 .box .main .content .list,
  .VideoCase02 .box,
  .About_01 .box .boxRight .sticky ul,
  .Application_02 .box,
  .ProductInquiry .box .list1,
  .Technical_Support .box .boxRight .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ConsultationLayer .box .list1 .item .input input {
    height: 0.8rem;
  }
  .Home_News .box .boxRight .content1,
  .News_01 .box .item .boxRight .content1,
  .News_02 .box .boxLeft .title {
    font-size: var(--f28);
  }
  .News_02 .box .boxLeft .desc h5,
  .News_02 .box .boxLeft .desc h6 {
    font-size: var(--f22);
  }
  .InnerNav ._box ul li a {
    font-size: 16px;
  }
  .Sample_01 .box .item .left .content1 {
    font-size: 15px;
  }
  .ConsultationLayer .box .desc,
  .ProductInquiry .box input,
  .ProductInquiry .box textarea,
  .Technical_Support .box .boxRight input,
  .Technical_Support .box .boxRight textarea {
    font-size: 14px;
  }
  .Sample_01 .box .item .left .content2 {
    font-size: 10px;
  }
  .link_01 .a,
  .link_02 .a,
  .link_04 .a {
    line-height: 0.6rem;
  }
}

/* 通信与接口 样式 */
.interface-list {
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
}
.interface-list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0;
}
.interface-list .icon-box {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.interface-list .icon-box img {
  width: 200px;
  height: 133px;
  object-fit: contain;
}
.interface-list .icon-box p {
  color: #30567E;
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.interface-list .text-box {
  flex-grow: 1;
  padding-left: 30px;
}
.interface-list .text-box p {
  color: #30567E;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 5px;
}
.interface-list .text-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .interface-list .item {
      flex-direction: column;
      align-items: flex-start;
  }
  .interface-list .icon-box {
      margin-bottom: 15px;
      align-items: flex-start;
  }
  .interface-list .text-box {
      padding-left: 0;
  }
}




.Product_04 .mainInfo .tw .desc {
  flex: 1;
}
.Product_04 .mainInfo .tw .pic {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_04 .mainInfo .twl .desc {
  padding-right: 0.6rem;
}
.Product_04 .mainInfo .twr .desc {
  padding-left: 0.6rem;
}
@media screen and (max-width: 1200px) {
  .Product_04 .mainInfo .tw .desc {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .Product_04 .mainInfo .tw .pic {
    width: 100%;
    padding: 0.3rem 0;
  }
}


/*.Product_04 .mainInfo .desc {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/
/*.Product_04 .mainInfo .desc>img {*/
/*  width: 40%;*/
/*  margin-left: 3%;*/
/*}*/
/*@media screen and (max-width: 1200px) {*/
/*  .Product_04 .mainInfo .desc {*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .Product_04 .mainInfo .desc>img {*/
/*    width: 100%;*/
/*    margin-top: 0.3rem;*/
/*    margin-left: 0;*/
/*  }*/
/*}*/
/*# sourceMappingURL=./style.css.map */