:root {
  --swiper-theme-color: #2F367D;
}
body {
  --www: 1.9rem;
  --interval: var(--www);
  --nav_height: 0.96rem;
  --color: #2F367D;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.heng_01{
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.1rem;
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.maodian1 {
  position: relative;
  top: calc(var(--nav_height) * -1 + .5rem);
}


.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #2F367D;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #2F367D rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #F4F6F9;
}
.pt {
  padding-top: 0.7rem;
}
.pb {
  padding-bottom: 0.7rem;
}
.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;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #F4F6F9;
}
.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: #2F367D;
  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: #2F367D;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #2F367D;
}
.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: #2F367D;
}
.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: #2F367D;
}
.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: #2F367D;
}
.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: #2F367D;
}
.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: #2F367D;
}
.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: #2F367D;
}
.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 #2F367D;
}
.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: #2F367D;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  display: block;
  position: relative;
}
.Header_Container .box .logo a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.48rem;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0.9rem;
  transition: 0.4s;
}
.Header_Container .box nav.active {
  transform: scale(0);
  opacity: 0;
}
.Header_Container .box nav .item > p {
  position: relative;
  padding: 0 0.25rem;
}
.Header_Container .box nav .item > p a {
  line-height: var(--nav_height);
  color: #fff;
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item > p em {
  position: absolute;
  left: 50%;
  bottom: 0.16rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item:hover > p a {
  color: #2F367D !important;
}
.Header_Container .box nav .item.active > p em {
  opacity: 1;
}
.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button.active {
  opacity: 0;
  transform: scale(0);
}
.Header_Container .box .button .search {
  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 .button .search path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #7B8794;
}
.Header_Container .box .button .search p {
  cursor: pointer;
}
.Header_Container .box .button .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.46rem;
}
.Header_Container .box .button .language path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .language .text {
  margin-left: 0.07rem;
}
.Header_Container .box .button .language .text a {
  color: #fff;
  font-size: var(--f14);
}
.Header_Container .box .button .language .text a i {
  font-size: var(--f14);
}
.Header_Container .box .button .language .text a em {
  margin: 0 2px;
}
.Header_Container.sticky,
.Header_Container.active,
.Header_Container.on,
.Header_Container.on1 {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.Header_Container.sticky .box .logo a .img1,
.Header_Container.active .box .logo a .img1,
.Header_Container.on .box .logo a .img1,
.Header_Container.on1 .box .logo a .img1 {
  opacity: 0;
}
.Header_Container.sticky .box .logo a .img2,
.Header_Container.active .box .logo a .img2,
.Header_Container.on .box .logo a .img2,
.Header_Container.on1 .box .logo a .img2 {
  opacity: 1;
}
.Header_Container.sticky .box nav .item > p a,
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a,
.Header_Container.on1 .box nav .item > p a {
  color: #333;
}
.Header_Container.sticky .box nav .item.active > p a,
.Header_Container.active .box nav .item.active > p a,
.Header_Container.on .box nav .item.active > p a,
.Header_Container.on1 .box nav .item.active > p a {
  color: #2F367D;
}
.Header_Container.sticky .box .button .search path,
.Header_Container.active .box .button .search path,
.Header_Container.on .box .button .search path,
.Header_Container.on1 .box .button .search path {
  fill: #7B8794 !important;
}
.Header_Container.sticky .box .button .language .icon path,
.Header_Container.active .box .button .language .icon path,
.Header_Container.on .box .button .language .icon path,
.Header_Container.on1 .box .button .language .icon path {
  fill: #2F367D;
}
.Header_Container.sticky .box .button .language .text a,
.Header_Container.active .box .button .language .text a,
.Header_Container.on .box .button .language .text a,
.Header_Container.on1 .box .button .language .text a {
  color: #2F367D;
}
.Header_Container.sticky .box .button .language .text a a,
.Header_Container.active .box .button .language .text a a,
.Header_Container.on .box .button .language .text a a,
.Header_Container.on1 .box .button .language .text a a {
  color: #2F367D;
}
.Header_Container.fixed {
  position: fixed;
}
.Header_Container.fixed .box .button .search path {
  fill: #fff;
}
.select_nav_01 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.select_nav_01.active {
  opacity: 1;
  visibility: inherit;
  transition: 0.4s;
}
.select_nav_01 .wMain {
  background: #fff;
}
.select_nav_01 .box_ {
  padding: 0.4rem 0.76rem 0.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.26rem;
}
.select_nav_01 .box_ .ite a {
  display: block;
  text-align: center;
}
.select_nav_01 .box_ .ite a figure {
  background: #F4F6F9;
  height: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  overflow: hidden;
}
.select_nav_01 .box_ .ite a figure img {
  margin: auto;
  max-height: 70%;
  max-width: 70%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select_nav_01 .box_ .ite a figcaption {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select_nav_01 .box_ .ite a:hover figcaption {
  color: #2A7AAE;
}
.select_nav_01 .bgdiv {
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.select_nav_02 .box_ .ite {
  --color1: rgba(10, 9, 8, 0.502);
}
.select_nav_02 .box_ .ite a figure {
  height: auto;
  position: relative;
}
.select_nav_02 .box_ .ite a figure img {
  width: 100%;
  max-width: inherit;
  max-height: inherit;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.select_nav_02 .box_ .ite a figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color1);
}
.select_nav_02 .box_ .ite a figcaption {
  color: #7B8794;
}
.select_nav_02 .box_ .ite:nth-child(2) {
  --color1: rgba(18, 114, 84, 0.6);
}
.select_nav_02 .box_ .ite:nth-child(3) {
  --color1: rgba(28, 43, 118, 0.59);
}
.search_input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  background: #fff;
  z-index: -2;
}
.search_input.active {
  opacity: 1;
  visibility: inherit;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.search_input .main .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;
  margin-right: 0.2rem;
}
.search_input .main .input input {
  height: 30px;
  display: block;
  font-size: var(--f16);
  border: 0;
  border-left: 1px solid #ddd;
  padding: 0 8px;
  width: 6.2rem;
}
.search_input .main .input input::-webkit-input-placeholder {
  color: #7B8794;
}
.search_input .main .input input::-moz-placeholder {
  color: #7B8794;
}
.search_input .main .input input:-ms-input-placeholder {
  color: #7B8794;
}
.search_input .main .input input::-ms-input-placeholder {
  color: #7B8794;
}
.search_input .main .input input::placeholder {
  color: #7B8794;
}
.search_input .main .close {
  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_input .main .close i {
  font-size: var(--f26);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_input .main .close i:hover {
  color: #2F367D;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search_input .search_ul {
  position: absolute;
  width: 7.2rem;
  background: #fff;
  left: -0.16rem;
  top: 100%;
  z-index: 1;
  border-top: 1px solid #ddd;
  padding: 0.2rem 0 0.5rem;
  display: none;
}
.search_input .search_ul .s_top {
  padding: 0 0.65rem;
}
.search_input .search_ul .s_top .le {
  color: #7B8794;
  font-size: var(--f18);
}
.search_input .search_ul .s_top .ri {
  font-size: var(--f18);
  color: #4D4D4D;
  cursor: pointer;
}
.search_input .search_ul .s_top .ri svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.search_input .search_ul .s_bot {
  margin-top: 0.2rem;
}
.search_input .search_ul .s_bot ul a {
  padding: 0 0.65rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_input .search_ul .s_bot ul a .le {
  color: #4D4D4D;
  font-size: var(--f18);
  line-height: 0.52rem;
  height: 0.52rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.3rem;
  cursor: pointer;
}
.search_input .search_ul .s_bot ul a .ri {
  line-height: 0.52rem;
}
.search_input .search_ul .s_bot ul a .ri i {
  font-size: var(--f22);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.search_input .search_ul .s_bot ul a .ri i:hover {
  color: #2A7AAE;
}
.search_input .search_ul .s_bot ul a:hover {
  background: rgba(193, 204, 222, 0.1882);
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 7rem;
}
.Home_Banner .banner picture {
  position: relative;
}
.Home_Banner .banner picture::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 9, 8, 0.502);
}
.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 .page {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.Home_Banner .banner .page div span {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.5;
}
.Home_Banner .banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.title_01 {
  font-size: var(--f24);
  color: #3D3D3D;
  font-weight: bold;
}
.title_02 {
  font-size: var(--f24);
  color: #2F367D;
  font-weight: bold;
}
.border {
  border-radius: 5px;
  overflow: hidden;
}
.Home_Brand .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}
.Home_Brand .box .item a{
  background: #F4F6F9;
  height: 0.85rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0;
  transition: 0.4s;
  border-radius: 5px;
  overflow: hidden;
}
.Home_Brand .box .item img {
  max-width: 86%;
  margin: auto;
  max-height: 100%;
}
.Home_Brand .box .item:hover {
  background: rgba(28, 43, 118, 0.1);
}
.Home_Product .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}
.Home_Product .box .item {
  --color1: rgba(10, 9, 8, 0.502);
  border-radius: 5px;
  overflow: hidden;
}
.Home_Product .box .item a {
  display: block;
  position: relative;
}
.Home_Product .box .item a figure {
  overflow: hidden;
}
.Home_Product .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item a figcaption {
  position: absolute;
  top: 0%;
  left: 0;
  padding: 0 0.3rem;
  height: 100%;
  background: var(--color1);
  width: 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;
}
.Home_Product .box .item a figcaption > div {
  width: 100%;
}
.Home_Product .box .item a figcaption .left {
  font-size: var(--f24);
  color: #fff;
}
.Home_Product .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_Product .box .item:nth-child(2) {
  --color1: rgba(18, 114, 84, 0.6);
}
.Home_Product .box .item:nth-child(3) {
  --color1: rgba(28, 43, 118, 0.59);
}
.mbx {
  margin-top: 0.35rem;
}
.mbx .box {
  font-size: var(--f16);
  color: #2A7AAE;
}
.mbx .box a {
  color: #2A7AAE;
}
.Product_01 {
  margin-top: 0.45rem;
}
.Product_01 .box {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
  font-size: var(--f16);
  font-weight: bold;
}
.Product_01 .box a {
  color: #2F367D;
  line-height: 0.6rem;
}
.Product_01 .box .left {
  margin-right: 0.8rem;
}
.Product_02 {
  margin-top: 0.45rem;
}
.Product_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}
.Product_02 .box .item {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
}
.Product_02 .box .item a {
  padding: 0 30px 0px 22px;
}
.Product_02 .box .item a .left {
  font-size: var(--f16);
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item a .right {
  height: 1.7rem;
  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;
}
.Product_02 .box .item a .right p {
  overflow: hidden;
  max-height: 100%;
}
.Product_02 .box .item a .right p img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 1.7rem;
}
.Product_02 .box .item a:hover .left {
  color: #2F367D;
}
.Product_02 .box .item a:hover .right p img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Product_03 {
  margin-top: 0.45rem;
}
.Product_03 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem 0.85rem;
  padding: 0 0.76rem;
}
.Product_03 .box .item a {
  display: block;
}
.Product_03 .box .item a figure {
  text-align: center;
  background: #FFFFFF;
  padding-bottom: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
}
.Product_03 .box .item a figure img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Product_03 .box .item a figcaption {
  text-align: center;
  border-radius: 5px 0px 5px 0px;
  font-size: var(--f16);
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.26rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #95969d;
}
.Product_03 .box .item a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.Product_03 .box .item a:hover figcaption {
  color: #2F367D;
}
.p240 {
  padding: 0 2.4rem;
}
@media screen and (max-width: 1680px) {
  .p240 {
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 1520px) {
  .p240 {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .p240 {
    padding: 0 1.8rem;
  }
}
@media screen and (max-width: 1281px) {
  .p240 {
    padding: 0 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .p240 {
    padding: 0;
  }
}
.Product_04 {
  margin-top: 0.65rem;
  --w: 3.5rem;
}
.Product_04 .box {
  padding: 0 2.4rem;
}
@media screen and (max-width: 1680px) {
  .Product_04 .box {
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 1520px) {
  .Product_04 .box {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .Product_04 .box {
    padding: 0 1.8rem;
  }
}
@media screen and (max-width: 1281px) {
  .Product_04 .box {
    padding: 0 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .Product_04 .box {
    padding: 0;
  }
}
.Product_04 .box .boxLeft {
  position: relative;
  padding-left: 0rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_04 .box .boxLeft .go {
  position: absolute;
  left: 0;
  top: 0;
}
.Product_04 .box .boxLeft .go a i {
  font-size: var(--f18);
  font-weight: bold;
  color: #999;
  transition: 0.4s;
}
.Product_04 .box .boxLeft .go a i:hover {
  color: #2F367D;
}
.Product_04 .box .boxLeft .svg {
  position: absolute;
  left: 0;
  top: 0;
}
.Product_04 .box .boxLeft .svg img {
  margin: auto;
  width: 76px;
}
.Product_04 .box .boxLeft .svg1 {
  position: absolute;
  left: -4px;
  top: 0.8rem;
  text-align: center;
}
.Product_04 .box .boxLeft .svg1 .pic img {
  margin: auto;
  width: 86px;
}
.Product_04 .box .boxLeft .svg1 .tit {
  font-size: var(--f14);
  color: #2A7AAE;
  margin-top: -0.1rem;
}
.Product_04 .box .boxLeft .list {
  width: 6rem;
  height: 6rem;
  position: relative;
}
.Product_04 .box .boxLeft .list .myCar {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  /*cursor: -webkit-grab;*/
  /*cursor: grab;*/
  cursor: url(https://z.autoimg.cn/pcm/icon/drag-default.svg) 26 15, pointer;
}
.Product_04 .box .fengxiang {
  position: absolute;
  top: 0;
  left: 100%;
}
.Product_04 .box .fengxiang ul li {
  margin-bottom: 0.2rem;
}
.Product_04 .box .fengxiang ul li a {
  display: block;
}
.Product_04 .box .fengxiang ul li a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_04 .box .fengxiang ul li a:hover path {
  fill: #2F367D;
}
.Product_04 .box .boxLeft_01 {
  position: relative;
}
.Product_04 .box .boxLeft_01 .img {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
  width: 5rem;
  cursor: nw-resize;
}
.Product_04 .box .boxLeft_01 .img img {
  width: 100%;
}
.Product_04 .box .boxLeft_01 .fengxiang {
  left: calc(100% + 0.5rem);
}
.Product_04 .box .boxRight {
  width: var(--w);
}
.Product_04 .box .boxRight .main .title {
  text-align: center;
  font-size: var(--f20);
  font-weight: bold;
}
.Product_04 .box .boxRight .main .list {
  margin-top: 0.42rem;
}
.Product_04 .box .boxRight .main .list ul li {
  margin-bottom: 0.35rem;
}
.Product_04 .box .boxRight .main .list ul li:last-child {
  margin-bottom: 0;
}
.Product_04 .box .boxRight .main .list ul li a {
  display: block;
  margin: auto;
  width: 145px;
  text-align: center;
  line-height: 38px;
  font-size: var(--f14);
  color: #999;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1200px) {
    

.Product_04 .box .boxRight .main .list ul li:hover a {
  border-color: #2F367D;
  background: #2F367D;
  color: #fff;
}
}

.Product_04 .box .boxRight .main .list ul .active a {
  border-color: #2F367D;
  background: #2F367D;
  color: #fff;
}
.Product_04 .box .boxRight_01 {
  width: var(--w);
}
.Product_04 .box .boxRight_01 .content1 {
  font-size: var(--f20);
  font-weight: bold;
  text-align: center;
}
.Product_04 .box .boxRight_01 .content1 em {
  color: #2A7AAE;
  font-weight: bold;
}
.Product_04 .box .boxRight_01 .content2 {
  font-size: var(--f16);
  font-weight: bold;
  margin-top: 0.36rem;
}
.Product_04 .box .boxRight_01 .content3 > div {
  margin-top: 16px;
}
.Product_04 .box .boxRight_01 .content3 > div .p1 {
  color: #666;
  font-size: var(--f14);
}
.Product_04 .box .boxRight_01 .content3 > div .p2 {
  font-size: var(--f14);
  max-width: 70%;
  text-align: right;
}
.more a {
  font-size: var(--f20);
  font-weight: bold;
  color: #2A7AAE;
}
.more a i {
  font-size: var(--f18);
}
.Footer_Container .box {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 0.8rem 0.76rem 0.9rem;
}
.Footer_Container .box .boxLeft .item {
  margin-right: 2.1rem;
  position: relative;
}
.Footer_Container .box .boxLeft .item:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxLeft .item .h5 {
  font-size: var(--f16);
}
.Footer_Container .box .boxLeft .item .h5 a {
  color: #3D3D3D;
}
.Footer_Container .box .boxLeft .item ul {
  margin-top: 20px;
}
.Footer_Container .box .boxLeft .item ul li {
  padding-bottom: 8px;
}
.Footer_Container .box .boxLeft .item ul li a {
  font-size: var(--f14);
  color: #3D3D3D;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
.Footer_Container .box .boxLeft .item ul li a:hover {
  color: #2F367D;
  border-bottom: 1px solid #3D3D3D;
}
.Footer_Container .box .boxLeft .item ul li .ewm {
  position: absolute;
  top: 0;
  left: -webkit-calc(115%);
  left: calc(100% + 15px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  width: 1.7rem;
  padding: 12px 0 14px;
  opacity: 0;
  visibility: hidden;
}
.Footer_Container .box .boxLeft .item ul li .ewm .content1 {
  font-size: var(--f14);
  color: #666;
}
.Footer_Container .box .boxLeft .item ul li .ewm .content2 {
  padding: 12px 0;
}
.Footer_Container .box .boxLeft .item ul li .ewm .content3 {
  font-size: var(--f14);
  color: #666;
}
.Footer_Container .box .boxLeft .item ul li:hover .ewm {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxLeft .item ul li.active .ewm {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight {
  text-align: center;
}
.Footer_Container .box .boxRight .content1 img {
  height: 0.48rem;
}
.Footer_Container .box .boxRight .content2 {
  margin-top: 0.46rem;
}
.Footer_Container .box .boxRight .content2 a {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content2 a:hover {
  color: #2F367D;
}
.Footer_Container .box .boxRight .content3 {
  font-size: var(--f14);
  color: #3D3D3D;
  margin-top: 0.2rem;
}
.Footer_Content {
  text-align: center;
  padding: 0.4rem 0 1rem;
}
.Footer_Content a {
  font-size: var(--f16);
  color: #3D3D3D;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Content a:hover {
  color: #2F367D;
}
.RelevantRecommendation .box {
  padding: 0 2.4rem;
  display: grid;
  gap: 0.2rem;
}
@media screen and (max-width: 1680px) {
  .RelevantRecommendation .box {
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 1520px) {
  .RelevantRecommendation .box {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .RelevantRecommendation .box {
    padding: 0 1.8rem;
  }
}
@media screen and (max-width: 1281px) {
  .RelevantRecommendation .box {
    padding: 0 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .RelevantRecommendation .box {
    padding: 0;
  }
}
.RelevantRecommendation .box .item a .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 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;
}
.RelevantRecommendation .box .item a .left span{
    border: 1px solid #2F367D;
    padding: 4px 12px;
    border-radius: 30px;
    white-space: nowrap;
    margin: 0 12px 0 0;
    color: #2F367D;
     font-size: var(--f16);
}
.RelevantRecommendation .box .item a .left p {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  width: 100%;
  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;
  height: auto;
  transition: 0.4s;
}
.RelevantRecommendation .box .item a .right {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  width: 3.48rem;
}
.RelevantRecommendation .box .item a .right > img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelevantRecommendation .box .item a .right p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.RelevantRecommendation .box .item a .right p img {
  width: 0.6rem;
  opacity: 0.8;
}
.RelevantRecommendation .box .item a:hover .left p {
  color: #2F367D;
}
.RelevantRecommendation .box .item a:hover .right > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_05 .box {
  -webkit-box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 40px 40px 0px 0px;
}
.Product_05 .box .title_arrow {
  text-align: center;
  padding: 0.4rem 0 0;
}
.Product_05 .box .title_arrow i {
  color: #979797;
  font-size: var(--f26);
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
  display: inline-block;
}
.Product_05 .box .title_arrow i:hover {
  color: #2F367D;
}
.Product_05 .box .title_arrow i.active {
  transform: rotate(180deg);
}
.Product_05 .box .search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 1.9rem;
  margin-top: 0.6rem;
  padding: 0 0.7rem;
}
.Product_05 .box .search .item {
  border-bottom: 2px solid #c1ccde;
}
.Product_05 .box .search .item form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_05 .box .search .item form .input input {
  font-size: var(--f16);
  display: block;
  width: 100%;
  height: 0.5rem;
  border: 0;
  background: none;
}
.Product_05 .box .search .item form .input input::-webkit-input-placeholder {
  color: #999;
}
.Product_05 .box .search .item form .input input::-moz-placeholder {
  color: #999;
}
.Product_05 .box .search .item form .input input:-ms-input-placeholder {
  color: #999;
}
.Product_05 .box .search .item form .input input::-ms-input-placeholder {
  color: #999;
}
.Product_05 .box .search .item form .input input::placeholder {
  color: #999;
}
.Product_05 .box .search .item form .btn {
  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: 0.2rem;
}
.Product_05 .box .search .item form .btn svg {
  cursor: pointer;
}
.Product_05 .box .search .item form .btn svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_05 .box .search .item form .btn svg:hover path {
  fill: #2F367D;
}
.Product_05 .box .table {
  padding: 0 0.25rem;
  margin-top: 0.42rem;
}
.Product_05 .box .table .scroll {
  max-height: calc(0.97rem * 9);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.Product_05 .box .table .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Product_05 .box .table .scroll::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #2F367D;
}
.Product_05 .box .table .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(47, 128, 237, 0.1);
}
.Product_05 .box .table table {
  width: 100%;
}
.Product_05 .box .table table tr:nth-child(2n) {
  background: #C1CCDE;
}
.Product_05 .box .table table tr th {
  font-size: var(--f14);
  border-bottom: 1px solid #2f80ed;
  background: #fff;
}
.Product_05 .box .table table tr th,
.Product_05 .box .table table tr td {
  padding: 0.2rem 0;
}
.Product_05 .box .table table tr th:nth-child(1),
.Product_05 .box .table table tr td:nth-child(1) {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  padding-left: 0.4rem;
  width: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .Product_05 .box .table table tr th:nth-child(1),
  .Product_05 .box .table table tr td:nth-child(1) {
    padding-left: 0;
    width: 0.8rem;
  }
}
.Product_05 .box .table table tr th:nth-child(2),
.Product_05 .box .table table tr td:nth-child(2) {
  padding: 0 0.4rem;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .Product_05 .box .table table tr th:nth-child(2),
  .Product_05 .box .table table tr td:nth-child(2) {
    padding: 0.2rem;
  }
}
.Product_05 .box .table table tr th:nth-child(3),
.Product_05 .box .table table tr td:nth-child(3) {
  padding: 0 0.4rem;
}
@media screen and (max-width: 1200px) {
  .Product_05 .box .table table tr th:nth-child(3),
  .Product_05 .box .table table tr td:nth-child(3) {
    padding: 0.2rem;
  }
}
.Product_05 .box .table table tr th:nth-child(4),
.Product_05 .box .table table tr td:nth-child(4) {
  width: 2.75rem;
  border-right: 0 !important;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Product_05 .box .table table tr th:nth-child(4),
  .Product_05 .box .table table tr td:nth-child(4) {
    width: 1.3rem;
  }
}
.Product_05 .box .table table tr th:nth-child(4) img,
.Product_05 .box .table table tr td:nth-child(4) img {
  max-width: 1.2rem;
  max-height: 0.56rem;
}
.Product_05 .box .table table tr td {
  font-size: var(--f16);
  border-right: 1px solid rgba(47, 128, 237, 0.15);
}
.Product_05 .box .table table tr td a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
.Product_05 .box .table table tr td a:hover {
  color: #2A7AAE;
}
@-moz-document url-prefix() {
  .Product_05 .box .table .scroll {
    scrollbar-color: #2F367D rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Video_01 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 1.5rem;
}
.Video_01 .box a {
  border-radius: 9.96rem;
  border: 1px solid #C1CCDE;
  padding: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Video_01 .box a .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.2rem;
}
.Video_01 .box a .left p {
  width: 100%;
  font-size: var(--f16);
  color: #000;
}
.Video_01 .box a:hover {
  border-color: #2F367D;
}
.Video_02 .box .img {
  margin: 0 auto .5rem;
  position: relative;
  width: 9.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Video_02 .box .img video{
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .Video_02 .box .img video{
        height: 5.4rem;
    }
}


.Video_02 .box .desc{
    font-size: var(--f14);
    color: #666;
    line-height: 2;
}


.Video_02 .box .img .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Video_02 .box .img .img1 img {
  width: 100%;
  height: 100%;
}
.Video_02 .box .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.Video_02 .box .img .play img {
  width: 1rem;
  opacity: 0.8;
}
.Service_01 .box .list {
  margin-bottom: 0.4rem;
}
.Service_01 .box .list:last-child {
  margin-bottom: 0;
}
.Service_01 .box .list .h5 {
  font-size: var(--f22);
  font-weight: bold;
}
.Service_01 .box .list .main {
  margin-top: 0.38rem;
}
.Service_01 .box .list .main .item {
  text-align: center;
  width: 3.36rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.5rem 0 0;
  min-height: 2.4rem;
  margin-right: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_01 .box .list .main .item .content1 {
  font-size: var(--f22);
  color: #3D3D3D;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_01 .box .list .main .item .content2 {
  font-size: var(--f14);
  color: #7B8794;
  margin-top: 4px;
}
.Service_01 .box .list .main .item .content3 {
  margin-top: 0.36rem;
  font-size: var(--f24);
  color: #2A7AAE;
}
.Service_01 .box .list .main .item .content3 em {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  font-weight: bold;
  display: inline-block;
}
.Service_01 .box .list .main .item .content4 {
  margin-top: 0.12rem;
}
.Service_01 .box .list .main .item .content4 img {
  width: 1.4rem;
}
.Service_01 .box .list .main .item:hover {
  -webkit-transform: translateY(-0.06rem);
  -ms-transform: translateY(-0.06rem);
  transform: translateY(-0.06rem);
}
.Service_01 .box .list .main .item:hover .content1 {
  color: #2A7AAE;
}
.Service_02 .box {
  text-align: center;
  font-weight: bold;
}
.Service_02 .box .content1 {
  font-size: var(--f24);
  color: #2F367D;
}
.Service_02 .box .content2 {
  font-size: var(--f36);
  margin-top: 0.5rem;
  line-height: 1;
}
.Service_02 .box .content3 {
  margin: 0.76rem auto 0;
  width: 3.36rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.5rem 0 0;
  min-height: 2.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_02 .box .content3 .c1 {
  font-size: var(--f22);
  color: #3D3D3D;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_02 .box .content3 .c2 {
  font-size: var(--f14);
  color: #7B8794;
  margin-top: 4px;
}
.Service_02 .box .content3 .c3 {
  margin-top: 0.3rem;
  font-size: var(--f24);
  color: #2A7AAE;
}
.Service_02 .box .content3 .c3 img {
  width: 1.4rem;
}
.Service_02 .box .content4 {
  font-size: var(--f18);
  color: #2F367D;
  margin-top: 0.36rem;
}
.Service_02 .box .content4 img {
  margin-right: 0.16rem;
}
.Service_02 .box .content5 {
  margin-top: 0.46rem;
}
.Service_02 .box .content5 p {
  color: #2F367D;
  margin-bottom: 0.16rem;
  font-size: var(--f16);
}
.Service_02 .box .content5 p em {
  margin-right: 0.1rem;
}
@media screen and (max-width: 1520px) {
  .Header_Container .box nav .item > p em {
    bottom: 5px;
  }
  .select_nav_01 .box_ {
    grid-template-columns: repeat(5, 1fr);
  }
  .Footer_Container .box .boxLeft .item {
    margin-right: 1.6rem;
  }
  .Footer_Container .box .boxLeft .item ul li .ewm {
    width: 2rem;
  }
  .Product_04 .box .boxRight .main .list ul li {
    margin-bottom: 0.25rem;
  }
  .Service_01 .box .list .main .item {
    width: 3.56rem;
    min-height: 2.6rem;
  }
  .search_input {
    left: 4.8rem;
  }
  .search_input .main .icon img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Video_01 .box {
    gap: 0.4rem 1.2rem;
  }
  .Service_01 .box .list .main .item .content2 {
    margin-top: 5px;
  }
  .Service_01 .box .list .main .item .content1 {
    font-size: var(--f20);
  }
}
@media screen and (max-width: 1400px) {
  .Header_Container .box nav .item > p em {
    bottom: 0;
  }
  .Video_01 .box {
    gap: 0.4rem 1rem;
  }
}
@media screen and (max-width: 1281px) {
  .select_nav_01 .box_ .ite a figcaption {
    margin-top: 0.12rem;
  }
  .Footer_Container .box .boxLeft .item {
    margin-right: 1.3rem;
  }
}
body {
  --phone_h: 52px;
}
.body {
  overflow: hidden;
}
.mobile_search {
  top: var(--phone_h);
}
.M_Nav_Head {
  position: sticky;
  display: none;
  width: 100%;
  z-index: 80;
  transition: 0.4s;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .M_Nav_Head {
    display: block;
  }
}
.M_Nav_Head.fixed {
  position: fixed;
}
.M_Nav_Head.fixed .box .search svg path {
  fill: #fff;
}
.M_Nav_Head .box {
  padding: 0 5vw;
}
.M_Nav_Head .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;
}
.M_Nav_Head .box .logo a {
  display: block;
  position: relative;
}
.M_Nav_Head .box .logo a img {
  height: 28px;
  transition: 0.4s;
}
.M_Nav_Head .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.M_Nav_Head .box path {
  transition: 0.4s;
}
.M_Nav_Head .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;
}
.M_Nav_Head .box .menu {
  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: 25px;
  position: relative;
}
.M_Nav_Head .box .menu p {
  transition: 0.4s;
}
.M_Nav_Head .box .menu div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.M_Nav_Head .box .menu div i {
  font-size: 24px;
  font-weight: bold;
  color: #7B8794;
}
.M_Nav_Head .box .menu.active p {
  opacity: 0;
}
.M_Nav_Head .box .menu.active div {
  opacity: 1;
  visibility: inherit;
}
.M_Nav_Head.active,
.M_Nav_Head.sticky,
.M_Nav_Head.on,
.M_Nav_Head.on1 {
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.M_Nav_Head.active .box .logo a .img1,
.M_Nav_Head.sticky .box .logo a .img1,
.M_Nav_Head.on .box .logo a .img1,
.M_Nav_Head.on1 .box .logo a .img1 {
  opacity: 0;
}
.M_Nav_Head.active .box .logo a .img2,
.M_Nav_Head.sticky .box .logo a .img2,
.M_Nav_Head.on .box .logo a .img2,
.M_Nav_Head.on1 .box .logo a .img2 {
  opacity: 1;
}
.M_Nav_Head.active .box .search svg path,
.M_Nav_Head.sticky .box .search svg path,
.M_Nav_Head.on .box .search svg path,
.M_Nav_Head.on1 .box .search svg path {
  fill: #7B8794;
}
.M_Nav_Head.active .box .menu svg path,
.M_Nav_Head.sticky .box .menu svg path,
.M_Nav_Head.on .box .menu svg path,
.M_Nav_Head.on1 .box .menu svg path {
  fill: #7B8794;
}
.M_Nav_Container {
  position: fixed;
  height: calc(100vh - var(--phone_h));
  z-index: 10;
  top: var(--phone_h);
  right: 0;
  width: 100%;
  transform: translateX(100%);
  transition: 0.4s;
}
.M_Nav_Container.active {
  transform: translateX(0);
}
.M_Nav_Container .box {
  display: flex;
  height: 100%;
}
.M_Nav_Container .box .boxLeft {
  flex: 1;
}
.M_Nav_Container .box .boxRight {
  background: #fff;
  height: 100%;
  width: 80vw;
  padding: 40px 0px;
  box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.M_Nav_Container .box .boxRight .scroll {
  height: calc(100% - 0px);
  overflow: auto;
}
.M_Nav_Container .box .boxRight .item {
  margin-bottom: 0.4rem;
  padding: 0 30px;
}
.M_Nav_Container .box .boxRight .item:last-child {
  margin-bottom: 0;
}
.M_Nav_Container .box .boxRight .item > .a {
  display: flex;
  justify-content: space-between;
}
.M_Nav_Container .box .boxRight .item > .a div {
  color: #3d3d3d;
  font-size: 15px;
}
.M_Nav_Container .box .boxRight .item > .a p i {
  display: inline-block;
  font-size: 15px;
  transition: 0.4s;
}
.M_Nav_Container .box .boxRight .item > .a.active div {
  color: #2F367D;
}
.M_Nav_Container .box .boxRight .item > .a.active p i {
  transform: rotate(90deg);
  color: #2F367D;
  font-weight: bold;
}
.ul_01 {
  padding: 26px 0 18px;
  display: none;
}
.ul_01 li {
  margin-bottom: 0.2rem;
}
.ul_01 li:last-child {
  margin-bottom: 0;
}
.ul_01 li a {
  display: block;
  width: 80%;
  border-radius: 5px;
  overflow: hidden;
}
.ul_01 li a figure {
  background: #F4F6F9;
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ul_01 li a figure img {
  margin: auto;
  max-height: 70%;
  max-width: 70%;
}
.ul_02 {
  padding: 26px 0 18px;
  display: none;
}
.ul_02 li {
  margin-bottom: 0.2rem;
  --color1: rgba(10, 9, 8, 0.502);
}
.ul_02 li:last-child {
  margin-bottom: 0;
}
.ul_02 li a {
  width: 80%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.ul_02 li a figure {
  height: auto;
  position: relative;
}
.ul_02 li a figure img {
  width: 100%;
  max-width: inherit;
  max-height: inherit;
}
.ul_02 li a figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color1);
}
.ul_02 li a figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--f20);
  color: #fff;
}
.ul_02 li:nth-child(2) {
  --color1: rgba(18, 114, 84, 0.6);
}
.ul_02 li:nth-child(3) {
  --color1: rgba(28, 43, 118, 0.59);
}
@media screen and (max-width: 1200px) {
    .Product_04 .box .boxRight {
        width: 40%;
    }
    .Product_02 .box .item a .left{
        width: 52%;
    }
    .Product_02 .box .item a .right{
        flex: 1;
    }
  .Home_Brand .title_01,
  .Home_Product .title_01 {
    text-align: center;
  }
  .Product_04 .box .boxRight_01 .content1 {
    font-size: var(--f22);
  }
  .Product_04 {
    margin-top: 0.65rem;
    --w: 100%;
  }
  .Header_Container {
    display: none;
  }
  .Home_Brand .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Footer_Container .box .boxLeft .item {
    display: none;
  }
  .Footer_Container .box .boxLeft .item:last-child {
    display: block;
  }
  .Home_Product .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
  }
  .Footer_Container .box {
    padding: 0.8rem 0rem 0.9rem;
  }
  .Home_Brand .box .item {
    /*height: 0.95rem;*/
  }
  .Product_02 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .Product_03 .box {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem 0.3rem;
    padding: 0;
  }
  .Product_04 .box .boxLeft .svg img {
    width: 55px;
  }
  .Product_04 .box .boxLeft {
    padding-left: 0.6rem;
  }
  .Product_04 .box .boxLeft .list {
    width: 5rem;
    height: 5.2rem;
  }
  .onLoadingDiv {
    font-size: 1.5em !important;
  }
  .Product_05 .box .search {
    padding: 0 0.25rem;
    gap: 0.2rem 1rem;
  }
  .Product_04 .box .boxLeft .svg1 .pic img {
    width: 60px;
  }
  .Product_04 .box .boxLeft .svg1 .tit {
    margin-top: -5px;
  }
  .Video_01 .box {
    gap: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .Service_01 .box .list .main .item .content4 {
    margin-top: 0.16rem;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    min-height: 5rem;
  }
  .layerImg .box{
      width: 100vw;
      height: 100%;
  }
  .layerImg .close{
      z-index: 10;
      filter: contrast(0.5);
  }
}
@media screen and (max-width: 699px) {
    .mbx .box{
        font-size: 12px;
    }
    
    .Product_04 .box .boxRight .main .list ul li{
        margin: 0;
    }
  .Home_Product .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Brand .box .item {
    /*height: 1.15rem;*/
  }
  .Home_Brand .box .item a{
      height: 0.9rem;
  }
  .Home_Banner .banner .page{
      bottom: 0;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 38px;
  }
  .MobileMain .HeaderMobile .box .button .search p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .mobile_search .close i {
    font-size: 0.34rem;
  }
  .Footer_Container .box .boxLeft .item ul li .ewm {
    width: 3rem;
  }
  .Footer_Container .box .boxRight .content1 img {
    height: 38px;
  }
  .Product_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_02 .box .item a .right p img {
    height: 1.6rem;
  }
  .Product_01 .box a {
    line-height: 1.3rem;
  }
  .Product_01 .box .left {
    margin-right: 0.5rem;
  }
  .Product_03 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_04 .box .boxLeft .list {
    width: 90vw;
  }
  .Product_04 .box .boxLeft{
      padding: 0;
  }
  .RelevantRecommendation .box .item a .left {
    padding-right: 0.3rem;
    flex-wrap: wrap;
  }
  .RelevantRecommendation .box .item a .left span{
      font-size: 12px;
      padding: 3px 12px;
  }
  .RelevantRecommendation .box .item a .right > img{
    height: 100%;
  }
  .RelevantRecommendation .box .item a .right {
    width: 3rem;
  }
  .Product_04 .box .boxRight {
    width: 100%;
  }
  .Product_04 .box .boxRight .main .list ul li a {
    margin: initial;
    width: auto;
  }
  .Product_04 .box .boxRight .main .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .RelevantRecommendation .box .item a .left p {
    font-size: var(--f16);
    height: 4.8em;
    max-height: 4.8em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    margin: 6px 0 0;
    text-justify: distribute-all-lines;
  }
  .Product_04 .box .boxLeft_01 {
    margin-bottom: 0.4rem;
  }
  .Product_04 .box .boxLeft_01 .img {
    width: 100%;
  }
  .Product_05 .box .search {
    gap: 0.4rem;
    grid-template-columns: 0.5fr 1.5fr;
  }
  .Product_05 .box .search .item form .input input {
    height: 0.8rem;
  }
  .Product_05 .box .table {
    overflow: auto;
  }
  .Product_04 .box .boxLeft_01 .img {
    width: 90%;
  }
  .Product_04 .box .boxLeft_01 .fengxiang {
    left: 95%;
  }
  .Product_04 .box .boxLeft .svg1 {
    top: 0.9rem;
  }
  .Product_04 .box .boxLeft .svg1 .tit {
    font-size: 12px;
  }
  .Video_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Video_01 .box a {
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  }
  .Video_01 .box a .left p {
    font-size: var(--f18);
  }
  .Video_02 .box .img {
    width: 100%;
  }
  .Service_01 .box .list .main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .Service_01 .box .list .main .item {
    width: auto;
    margin: 0;
    min-height: 3.2rem;
  }
  .Service_01 .box .list {
    margin-bottom: 0.7rem;
  }
  .Service_01 .box .list .main .item .content4 img {
    width: 2.4rem;
  }
  .Service_01 .box .list .main .item .content1 {
    font-size: var(--f22);
  }
  .Service_02 .box .content3 .c3 img {
    width: 2.4rem;
  }
  .Service_02 .box .content3 {
    width: 5rem;
  }
  .Service_02 .box .content2 {
    font-size: var(--f28);
  }
  .Footer_Container .box .boxLeft .item ul li {
    padding-bottom: 5px;
  }
  .Product_05 .box .table table tr td {
    font-size: 10px;
  }
  .Product_05 .box .search {
    margin-top: 0.2rem;
  }
  .Product_04 .box .boxLeft .list{
      overflow: hidden;
  }
  .Product_04 .box .boxLeft .list .myCar{
      width: 400px;
      height: 400px;
      position: absolute;
      transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50%;
  }
  .Product_04 .box .boxLeft .list{
      height: 7.2rem;
  }
  .Video_02 .box .img video{
      height: 3.7rem;
  }
  
}



.language_box {
  position: relative;
}
.language_box ul {
  position: absolute;
  width: 120%;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 18px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}
.language_box ul li {
  border-bottom: 1px solid #D8D8D8;
}
.language_box ul li:last-child {
  border-color: transparent;
}
.language_box ul li a {
  display: block;
  font-size: 14px;
  color: #7B8794;
  padding: 0.12rem 0;
  text-align: center;
}
.language_box ul .act a {
  color: #2F367D;
  font-weight: bold;
}
.language_box:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transition: 0.4s;
}
.language_box_phone ul li a {
  font-size: 14px;
}
.language_box_phone ul .act a {
  color: #2F367D;
  font-weight: bold;
}
/*# sourceMappingURL=./style.css.map */