:root {
  --swiper-theme-color: #e02f1d;
}
body {
  --www: 1.2rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #e02f1d;
  --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;
  --f68: 0.68rem;
}
@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;
    --f68: 0.58rem;
    --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;
    --f68: 0.52rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #e02f1d;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #e02f1d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/** 纵向滚动条样�? */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f6f6f6;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.mt {
  margin-top: 0.6rem;
}
.m60 {
  margin-top: 0.6rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #e02f1d;
  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: #e02f1d;
}
.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: #e02f1d;
}
.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: #e02f1d;
}
.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: #e02f1d;
}
.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: #e02f1d;
}
.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: #e02f1d;
}
.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: #e02f1d;
}
.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: #e02f1d;
}
.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 #e02f1d;
}
.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: #e02f1d;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.31rem;
}
.Header_Container .box .logo a .logoA {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box .nav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.54rem;
}
.Header_Container .box .nav .item {
  padding: 0 0.36rem;
}
.Header_Container .box .nav .item > p a {
  font-size: var(--f18);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item .down {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Header_Container .box .nav .item .down > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Header_Container .box .nav .item .down > div a {
  line-height: 0.66rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: #666;
}
.Header_Container .box .nav .item .down > div a + a {
  margin-left: 0.4rem;
}
.Header_Container .box .nav .item .down > div a:hover {
  color: #e02f1d;
}
.Header_Container .box .nav .item .down > div a.active {
  color: #e02f1d;
}
.Header_Container .box .nav .item:hover > p a,
.Header_Container .box .nav .item.active > p a {
  color: #e02f1d;
}
.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .button path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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 .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.48rem;
}
.Header_Container .box .button .language a {
  font-size: var(--f18);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .language a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.Header_Container .box .button .language a i {
  font-size: var(--f14);
  margin-left: 0.06rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container:hover::before,
.Header_Container.sticky::before,
.Header_Container.active::before,
.Header_Container.on::before {
  opacity: 0;
}
.Header_Container:hover .box .logo a img,
.Header_Container.sticky .box .logo a img,
.Header_Container.active .box .logo a img,
.Header_Container.on .box .logo a img {
  opacity: 0;
}
.Header_Container:hover .box .logo a .logoA,
.Header_Container.sticky .box .logo a .logoA,
.Header_Container.active .box .logo a .logoA,
.Header_Container.on .box .logo a .logoA {
  opacity: 1;
}
.Header_Container:hover .box .nav .item > p a,
.Header_Container.sticky .box .nav .item > p a,
.Header_Container.active .box .nav .item > p a,
.Header_Container.on .box .nav .item > p a {
  color: #000;
}
.Header_Container:hover .box .nav .item .down > div a:hover,
.Header_Container.sticky .box .nav .item .down > div a:hover,
.Header_Container.active .box .nav .item .down > div a:hover,
.Header_Container.on .box .nav .item .down > div a:hover {
  color: #e02f1d;
}
.Header_Container:hover .box .nav .item:hover > p a,
.Header_Container.sticky .box .nav .item:hover > p a,
.Header_Container.active .box .nav .item:hover > p a,
.Header_Container.on .box .nav .item:hover > p a,
.Header_Container:hover .box .nav .item.active > p a,
.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 {
  color: #e02f1d;
}
.Header_Container:hover .box .button .search svg path,
.Header_Container.sticky .box .button .search svg path,
.Header_Container.active .box .button .search svg path,
.Header_Container.on .box .button .search svg path {
  fill: #e02f1d;
}
.Header_Container:hover .box .button .language a,
.Header_Container.sticky .box .button .language a,
.Header_Container.active .box .button .language a,
.Header_Container.on .box .button .language a {
  color: #000;
}
.Header_Container:hover .box .button .language a svg path,
.Header_Container.sticky .box .button .language a svg path,
.Header_Container.active .box .button .language a svg path,
.Header_Container.on .box .button .language a svg path {
  fill: #e02f1d;
}
.Header_Container:hover .box .button .language a i,
.Header_Container.sticky .box .button .language a i,
.Header_Container.active .box .button .language a i,
.Header_Container.on .box .button .language a i {
  color: #e02f1d;
}
.Header_Container:hover,
.Header_Container.on {
  background: #fff !important;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
}
.Header_Container.active,
.Header_Container.sticky {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
:root {
  --rw: 42px;
}
.Home_Banner {
  position: relative;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: 0.72rem;
  line-height: 1.2;
  font-family: "ASHT";
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f24);
  margin-top: 20px;
}
.Home_Banner .banner .swiper-slide .orientation .content2 p {
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.36rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 .link_01 .a {
  font-weight: bold;
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  bottom: 0.64rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  background: #fff;
  width: 10px;
  height: 10px;
  margin-right: 0.14rem !important;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.link_01 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  background: #e02f1d;
  color: #fff;
  line-height: 0.54rem;
  text-align: center;
  border-radius: 0.56rem;
  font-size: var(--f16);
  border: 1px solid transparent;
  padding: 0 0.26rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_01 .a span {
  position: relative;
  margin-left: 0.4rem;
}
.link_01 .a span.span {
  margin-left: 0.2rem;
}
.link_01 .a span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  -ms-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.link_01 .a i {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
@media screen and (min-width: 1200px) {
  .link_01 .a:hover span::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .link_01 .a:hover span i {
    color: #e02f1d;
  }
}
.link_01.p30 .a {
  padding: 0 0.3rem;
}
.link_01.mr {
  margin-right: 0.2rem;
}
.link_01.ml {
  margin-left: 0.2rem;
}
.link_02 .a {
  width: 0.54rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
.link_02 .a i {
  font-size: var(--f16);
  color: #fff;
}
.link_03 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  color: #fff;
  line-height: 0.54rem;
  text-align: center;
  border-radius: 0.56rem;
  font-size: var(--f16);
  border: 1px solid #fff;
  padding: 0 0.26rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_03 .a span {
  position: relative;
  margin-left: 0.4rem;
}
.link_03 .a span.span {
  margin-left: 0.2rem;
}
.link_03 .a span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  -ms-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.link_03 .a i {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
@media screen and (min-width: 1200px) {
  .link_03 .a:hover span::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .link_03 .a:hover span i {
    color: #e02f1d;
  }
}
.link_04 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  color: #e02f1d;
  line-height: 0.54rem;
  text-align: center;
  border-radius: 0.56rem;
  font-size: var(--f16);
  border: 1px solid #e02f1d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.26rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_04 .a span {
  position: relative;
  margin-left: 0.4rem;
}
.link_04 .a span.span {
  margin-left: 0.2rem;
}
.link_04 .a span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  -ms-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 30px;
  height: 30px;
  background: #e02f1d;
  border-radius: 50%;
}
.link_04 .a i {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
@media screen and (min-width: 1200px) {
  .link_04 .a:hover span::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .link_04 .a:hover span i {
    color: #fff;
  }
}
.link_05 .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  color: #179e71;
  line-height: 0.54rem;
  text-align: center;
  border-radius: 0.56rem;
  font-size: var(--f16);
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.26rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_05 .a span {
  position: relative;
  margin-left: 0.4rem;
}
.link_05 .a span.span {
  margin-left: 0.2rem;
}
.link_05 .a span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  -ms-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 30px;
  height: 30px;
  background: #179e71;
  border-radius: 50%;
}
.link_05 .a i {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
@media screen and (min-width: 1200px) {
  .link_05 .a:hover span::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .link_05 .a:hover span i {
    color: #fff;
  }
}
.title_01 {
  font-size: var(--f44);
  font-weight: bold;
  line-height: 1.3;
}
.Home_Solution {
  background: url(../images/img2.jpg) no-repeat 50% 50% / cover;
}
.Home_Solution .box {
  --w: 4.1rem;
  --w2: calc(100vw - var(--w) * 2 - 40px - var(--interval) * 2);
  --h: 6.2rem;
  --p: 0.5rem;
}
.Home_Solution .box .item {
  width: var(--w);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .item > .a {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.Home_Solution .box .item > .a .img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.Home_Solution .box .item > .a .img img {
  width: var(--w2);
  height: var(--h);
  max-width: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .item > .a .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img4.png) no-repeat 50% 50% / cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .item > .a .one {
  position: absolute;
  top: 0.65rem;
  left: 0;
  padding: 0 var(--p);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .item > .a .one .content1 {
  height: 0.64rem;
}
.Home_Solution .box .item > .a .one .content1 img,
.Home_Solution .box .item > .a .one .content1 svg {
  max-height: 100%;
}
.Home_Solution .box .item > .a .one .content2 {
  font-size: var(--f32);
  color: #fff;
  margin-top: 0.2rem;
  font-weight: bold;
}
.Home_Solution .box .item > .a .two {
  opacity: 0;
  position: absolute;
  top: 0rem;
  left: 0;
  padding: 0.65rem var(--p);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .item > .a .two .content1 {
  font-size: var(--f36);
  color: #fff;
  font-weight: bold;
}
.Home_Solution .box .item > .a .two .content2 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.2rem;
  height: 6.8em;
  max-height: 6.8em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Solution .box .item > .a .two .content3 {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Solution .box .item > .a .two .content3 ul {
  min-width: 45%;
}
.Home_Solution .box .item > .a .two .content3 ul li {
  margin-bottom: 0.16rem;
  color: #fff;
  font-size: var(--f22);
}
.Home_Solution .box .item > .a .two .content3 ul li i {
  font-size: var(--f16);
  margin-left: 0.1rem;
  font-weight: lighter;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Home_Solution .box .item > .a .two .content3 ul li a {
  color: #fff;
}
.Home_Solution .box .item > .a .two .content3 ul li:hover i {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
@media screen and (min-width: 1200px) {
  .Home_Solution .box .item > .a .two > div {
    -webkit-transform: translateY(0.86rem);
    -ms-transform: translateY(0.86rem);
    transform: translateY(0.86rem);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
  }
}
.Home_Solution .box .item > .a .three {
  position: absolute;
  left: var(--p);
  bottom: 0.6rem;
  z-index: 3;
}
.Home_Solution .box .item > .a .three .link_02 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .item > .a .three .link_03 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-webkit-calc(-99.46%));
  -ms-transform: translateX(calc(-100% + 0.54rem));
  transform: translateX(calc(-100% + 0.54rem));
}
.Home_Solution .box .item:nth-child(1) .two {
  background: -webkit-gradient(linear, left top, right top, from(#179e71), to(rgba(23, 158, 113, 0.3)));
  background: -o-linear-gradient(left, #179e71, rgba(23, 158, 113, 0.3));
  background: linear-gradient(to right, #179e71, rgba(23, 158, 113, 0.3));
}
.Home_Solution .box .item:nth-child(2) .two {
  background: -webkit-gradient(linear, left top, right top, from(#e02f1d), to(rgba(224, 47, 29, 0.3)));
  background: -o-linear-gradient(left, #e02f1d, rgba(224, 47, 29, 0.3));
  background: linear-gradient(to right, #e02f1d, rgba(224, 47, 29, 0.3));
}
.Home_Solution .box .item:nth-child(3) .two {
  background: -webkit-gradient(linear, left top, right top, from(#306cbf), to(rgba(48, 108, 191, 0.3)));
  background: -o-linear-gradient(left, #306cbf, rgba(48, 108, 191, 0.3));
  background: linear-gradient(to right, #306cbf, rgba(48, 108, 191, 0.3));
}
@media screen and (min-width: 1200px) {
  .Home_Solution .box .item.active {
    width: var(--w2);
  }
  .Home_Solution .box .item.active .a .img::after {
    opacity: 0;
  }
  .Home_Solution .box .item.active .a .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Solution .box .item.active .a .one {
    opacity: 0;
    -webkit-transform: translateY(-0.84rem);
    -ms-transform: translateY(-0.84rem);
    transform: translateY(-0.84rem);
  }
  .Home_Solution .box .item.active .a .two {
    opacity: 1;
  }
  .Home_Solution .box .item.active .a .two > div {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .Home_Solution .box .item.active .a .three .link_02 {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .Home_Solution .box .item.active .a .three .link_03 {
    opacity: 1;
    left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.desc_01 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
}
.Home_Product {
  background: #f6f6f6;
}
.Home_Product .box {
  --w: 5.35rem;
}
.Home_Product .box .boxLeft {
  width: var(--w);
  padding-right: 1.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;
}
.Home_Product .box .boxLeft ul {
  width: 100%;
}
.Home_Product .box .boxLeft ul li {
  font-size: var(--f32);
  color: #b2b2b2;
  margin-bottom: 0.24rem;
  width: 3.7rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-left: 0.45rem;
  padding-right: 0.55rem;
  cursor: pointer;
  position: relative;
}
.Home_Product .box .boxLeft ul li i {
  position: absolute;
  right: 0.45rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
  font-weight: bold;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .boxLeft ul li:last-child {
  margin-bottom: 0;
}
.Home_Product .box .boxLeft ul li:hover {
  color: #306cbf;
}
.Home_Product .box .boxLeft ul .active {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background: #fff;
  border-radius: 0.6rem;
  color: #306cbf;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(48, 108, 191, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(48, 108, 191, 0.25);
  margin-bottom: 0.4rem;
}
.Home_Product .box .boxLeft ul .active i {
  opacity: 1;
}
.Home_Product .box .boxRight {
  width: calc(100% - var(--w));
}
.Home_Product .box .boxRight .banner .item {
  border-radius: 15px;
  position: relative;
  background: url(../images/img12.jpg) no-repeat 50% 50% / cover;
}
.Home_Product .box .boxRight .banner .item .one {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .boxRight .banner .item .one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img11.png) no-repeat 50% 50% / cover;
}
.Home_Product .box .boxRight .banner .item .one img {
  width: 100%;
  height: 4.5rem;
}
.Home_Product .box .boxRight .banner .item .two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  text-align: center;
  max-height: 2.65rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.Home_Product .box .boxRight .banner .item .two img {
  max-width: 48%;
}
.Home_Product .box .boxRight .banner .item .three {
  position: absolute;
  left: 0rem;
  width: 4.5rem;
  top: 0rem;
  padding: 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .boxRight .banner .item .three .content1 {
  font-size: var(--f28);
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .boxRight .banner .item .three .content2 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .boxRight .banner .item:hover .one {
    opacity: 1;
  }
  .Home_Product .box .boxRight .banner .item:hover .two {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  .Home_Product .box .boxRight .banner .item:hover .three {
    -webkit-transform: translateY(-webkit-calc(100.25%));
    -ms-transform: translateY(calc(100% + 0.25rem));
    transform: translateY(calc(100% + 0.25rem));
  }
  .Home_Product .box .boxRight .banner .item:hover .three .content1 {
    color: #fff;
  }
  .Home_Product .box .boxRight .banner .item:hover .three .content2 {
    color: #fff;
  }
}
@media screen and (max-width: 119px) {
  .Home_Product .box .boxRight .banner .item .one {
    opacity: 1;
  }
  .Home_Product .box .boxRight .banner .item .two {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  .Home_Product .box .boxRight .banner .item .three {
    -webkit-transform: translateY(-webkit-calc(100.25%));
    -ms-transform: translateY(calc(100% + 0.25rem));
    transform: translateY(calc(100% + 0.25rem));
  }
  .Home_Product .box .boxRight .banner .item .three .content1 {
    color: #fff;
  }
  .Home_Product .box .boxRight .banner .item .three .content2 {
    color: #fff;
  }
}
.Home_Product .box1 .link_01 {
  display: none;
}
.Home_Product .box1 .link_01.active {
  display: block;
}
.Home_Case {
  background: url(../images/img6.jpg) no-repeat 50% 50% / cover;
}
.Home_Case .toggle {
  margin-top: 0.3rem;
}
.Home_Case .toggle ul li {
  padding: 0 0.46rem;
}
.Home_Case .toggle ul li a {
  font-size: var(--f22);
  color: #fff;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Case .toggle ul li a:hover {
    color: #e02f1d;
  }
}
.Home_Case .toggle ul .active a {
  border-color: #e02f1d;
}
.Home_Case .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  --p: 0.6rem;
  --h1: 3.1rem;
  --h2: 3.1rem;
  display: none;
}
.Home_Case .box .list.active {
  display: grid;
}
.Home_Case .box .list .item > .a {
  height: calc(var(--h1) + var(--h2));
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #fff url(../images/img8.jpg) no-repeat 50% 50% / cover;
}
.Home_Case .box .list .item > .a figure {
  border-radius: 10px;
  overflow: hidden;
}
.Home_Case .box .list .item > .a figure img {
  width: 100%;
  height: var(--h1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .box .list .item > .a figcaption {
  padding: 0.5rem var(--p) 0.75rem;
  background: #fff;
  height: var(--h2);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .box .list .item > .a figcaption::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  border-radius: 10px 10px 0 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.Home_Case .box .list .item > .a figcaption .content1 {
  font-size: var(--f28);
  font-weight: bold;
  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;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .box .list .item > .a figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.14rem;
}
.Home_Case .box .list .item > .a .button {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  padding: 0 var(--p);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Case .box .list .item > .a .button {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0;
  }
}
.Home_Case .box .list .item > .a .button .link_01 {
  margin-left: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Home_Case .box .list .item > .a:hover figure img {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .Home_Case .box .list .item > .a:hover figcaption {
    -ms-transform: translateY(calc(-1 * var(--h1) + 0.25rem));
    transform: translateY(calc(-1 * var(--h1) + 0.25rem));
    background: transparent;
  }
  .Home_Case .box .list .item > .a:hover .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.Home_Cooperation {
  background: #f0f7ff;
}
.Home_Cooperation .box {
  padding: 0 0.7rem;
  position: relative;
}
.Home_Cooperation .box .swiper {
  margin-top: -10px;
}
.Home_Cooperation .box .swiper .swiper-slide {
  padding-top: 10px;
  padding-bottom: 30px;
}
.Home_Cooperation .box .swiper .item {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  padding: 0.3rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f7fbff));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #f7fbff 100%);
  background-image: linear-gradient(0deg, #ffffff 0%, #f7fbff 100%);
  -webkit-box-shadow: 0px 15px 30px rgba(225, 233, 242, 0.6);
  box-shadow: 0px 15px 30px rgba(225, 233, 242, 0.6);
}
.Home_Cooperation .box .swiper .item .left {
  width: 1.7rem;
  padding-right: 0.5rem;
}
.Home_Cooperation .box .swiper .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Home_Cooperation .box .swiper .item .right .content0 p {
  font-size: var(--f16);
  color: #e02f1d;
  background: #fce3e0;
  min-width: 0.9rem;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 0.2rem;
}
.Home_Cooperation .box .swiper .item .right .content1 {
  font-size: var(--f18);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Cooperation .box .swiper .item .right .content2 {
  font-size: var(--f20);
  color: #333;
  text-align: right;
  margin-top: 0.35rem;
}
.Home_Cooperation .box1 {
  overflow: hidden;
  margin-top: 0.45rem;
}
.Home_Cooperation .box1 .lb {
  margin-bottom: 20px;
  -webkit-animation: line 50s linear infinite;
  animation: line 50s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Home_Cooperation .box1 .lb:last-child {
  margin-bottom: 0;
}
.Home_Cooperation .box1 .lb li {
  width: 2.2rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Cooperation .box1 .lb li img {
  margin: auto;
  max-height: 100%;
}
.Home_Cooperation .box1 .lb:nth-child(2) {
  animation-direction: reverse;
}
.Home_Cooperation .box1 .lb:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes line {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.banner_btn.posi {
  --w: 0;
}
.banner_btn.posi div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_btn.posi .prev {
  left: var(--w);
}
.banner_btn.posi .next {
  right: var(--w);
}
.banner_btn div {
  z-index: 2;
  cursor: pointer;
  width: var(--rw);
  height: var(--rw);
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn div i {
  margin: auto;
  font-size: var(--f18);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn div:hover {
  background: #e02f1d;
}
.banner_btn div:hover i {
  color: #fff;
}
.Home_News {
  background: #f6f6f6;
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Home_News .box .list a {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.Home_News .box .list a figure {
  overflow: hidden;
  border-radius: 1px;
}
.Home_News .box .list a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 3.2rem;
}
.Home_News .box .list a figcaption {
  background: #fff;
  padding: 0.55rem 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Home_News .box .list a figcaption::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../images/img19.jpg) no-repeat 50% 50% / cover;
}
.Home_News .box .list a figcaption > div {
  position: relative;
  z-index: 2;
}
.Home_News .box .list a figcaption .content1 {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list a figcaption .content2 {
  font-size: var(--f22);
  color: #000;
  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.16rem;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list a figcaption .content3 {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.42rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .list a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_News .box .list a:hover figcaption::after {
    opacity: 1;
  }
  .Home_News .box .list a:hover figcaption .content1 {
    color: #fff;
  }
  .Home_News .box .list a:hover figcaption .content2 {
    color: #fff;
  }
  .Home_News .box .list a:hover figcaption .content3 {
    color: #fff;
  }
}
.Home_News .box .list_list {
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.Home_News .box .list_list::before {
  height: 0.8rem;
  right: 0px;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, #ffffff));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.Home_News .box .list_list::after {
  height: 0.8rem;
  right: 0px;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #ffffff));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  left: 0px;
}
.Home_News .box .list_list.start::before {
  opacity: 1;
}
.Home_News .box .list_list.ended::after {
  opacity: 0;
}
.Home_News .box .list_list .scroll {
  padding: 0.5rem 0.6rem;
}
.Home_News .box .list_list .scroll .item {
  margin-bottom: 0.3rem;
}
.Home_News .box .list_list .scroll .item:last-child {
  margin-bottom: 0;
}
.Home_News .box .list_list .scroll .item .time {
  font-size: var(--f18);
  color: #333;
}
.Home_News .box .list_list .scroll .item .title {
  font-size: var(--f22);
  color: #000;
  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.16rem;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}
.Home_News .box .list_list .scroll .item:hover .title {
  color: #306cbf;
}
.Advertisement {
  position: relative;
}
.Advertisement img {
  min-height: 300px;
  width: 100%;
}
.Advertisement .orientation {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 var(--interval);
  color: #fff;
}
.Advertisement .orientation .content1 {
  font-size: var(--f36);
}
.Advertisement .orientation .content2 {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Advertisement .orientation .content2 section + section {
  margin-left: 10px;
}
.Advertisement1 .link_03 .a:hover span i {
  color: #179e71 !important;
}
.Advertisement2 .link_03 .a:hover span i {
  color: #306cbf;
}
.Footer_Container {
  background: #2e3133;
}
.Footer_Container .box {
  padding: 0.7rem 0 0;
}
.Footer_Container .box .item .h5 a {
  font-size: var(--f20);
  font-weight: bold;
  color: #fff;
}
.Footer_Container .box .item ul {
  margin-top: 0.3rem;
}
.Footer_Container .box .item ul li {
  margin-bottom: 0.16rem;
}
.Footer_Container .box .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .item ul li a {
  font-size: var(--f18);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .item ul li a:hover {
  color: #fff;
}
.Footer_Container .box1 {
  margin-top: 0.8rem;
}
.Footer_Container .box1 .boxLeft .item {
  margin-right: 2.2rem;
}
.Footer_Container .box1 .boxLeft .item .top {
  color: #ccc;
}
.Footer_Container .box1 .boxLeft .item .top svg {
  margin-right: 0.12rem;
}
.Footer_Container .box1 .boxLeft .item .bot {
  margin-top: 0.14rem;
}
.Footer_Container .box1 .boxLeft .item .bot a {
  font-family: "MB";
  font-size: var(--f24);
  color: #fff;
}
.Footer_Container .box1 .boxRight > div {
  display: flex;
}
.Footer_Container .box1 .boxRight .item {
  margin-left: 0.15rem;
  position: relative;
  margin-bottom: 0.08rem;
}
.Footer_Container .box1 .boxRight .item a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 .boxRight .item a svg {
  margin: auto;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.Footer_Container .box1 .boxRight .item .ewm {
  position: absolute;
  left: 50%;
  width: 1.2rem;
  bottom: 60px;
  background: #fff;
  min-height: 1rem;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 0;
  padding: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 .boxRight .item .ewm img {
  width: 100%;
}
.Footer_Container .box1 .boxRight .item .ewm::after {
  border: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-color: #fff;
}
.Footer_Container .box1 .boxRight .item:hover a {
  background: #e02f1d;
}
.Footer_Container .box1 .boxRight .item:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.Footer_Container .box2 {
  padding: 0.4rem 0;
  margin-top: 0.4rem;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
}
.Footer_Container .box2 div {
  font-size: var(--f16);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box2 div a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 4px;
}
.Footer_Container .box2 div a:hover {
  color: #fff;
}
.Footer_Container .box2 .right a {
  margin-left: 0.15rem;
}
.Home_Map {
  padding: 0 0.8rem 0.3rem;
}
.Home_Map .padd {
  padding-top: 0.6rem;
  position: relative;
}
.Home_Map .padd .title_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.Home_Map .padd .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0.9rem;
  z-index: 2;
}
.Home_Map .box {
  width: 16.5rem;
  position: relative;
}
.Home_Map .box .img img {
  width: 100%;
}
.Home_Map .box .img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: ellipse(0% 0% at 78.9% 44.5%);
  clip-path: ellipse(0% 0% at 78.9% 44.5%);
  -webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Home_Map .box .img p.active {
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
  clip-path: ellipse(50% 50% at 50% 50%);
}
.Home_Map .box .list .item {
  position: absolute;
  left: 0%;
  top: 0%;
}
.Home_Map .box .list .item .dian img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Map .box .list .item .dian .add2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 39px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Map .box .list .item .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5rem;
  width: 3.65rem;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background: #306cbf;
}
.Home_Map .box .list .item .content .content1 {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.Home_Map .box .list .item .content .content1 img {
  width: 100%;
}
.Home_Map .box .list .item .content .content2 {
  color: #fff;
  padding: 0.3rem 0.26rem;
}
.Home_Map .box .list .item .content .content2 .content3 {
  font-size: var(--f26);
  font-weight: bold;
}
.Home_Map .box .list .item .content .content2 .content4 {
  font-size: var(--f18);
  line-height: 1.7;
  margin-top: 0.2rem;
}
.Home_Map .box .list .active .dian .add1 {
  opacity: 0;
}
.Home_Map .box .list .active .dian .add2 {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Home_Map .box .list .active .content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Map .box .list .item1 {
  left: 78%;
  top: 41%;
}
.Home_Map .box .list .item2 {
  left: 15.5%;
  top: 33.5%;
}
.Home_Map .box .list .item3 {
  left: 48.5%;
  top: 31%;
}
.Home_Map .box .list .item3 .content {
  left: auto;
  right: 0.6rem;
}
.Home_Map .box .list .item4 {
  left: 29.5%;
  top: 68%;
}
.Home_Map .box .list .item4 .content {
  top: auto;
  bottom: 0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Home_Map .box .list .item5 {
  left: 53%;
  top: 57%;
}
.Home_Map .box .list .item6 {
  left: 84%;
  top: 74%;
}
.Home_Map .box .list .item6 .content {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_Map .box_box {
  height: 0;
  padding-left: calc(var(--interval) - 0.8rem);
  padding-right: calc(var(--interval) - 0.8rem);
}
.Home_Map .box1 {
  padding: 0.5rem 1.1rem;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-2.2rem);
  -ms-transform: translateY(-2.2rem);
  transform: translateY(-2.2rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.Home_Map .box1 .item .top {
  color: #306cbf;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Home_Map .box1 .item .top p {
  position: relative;
  font-family: "MSB";
  font-size: var(--f60);
  line-height: 0.8;
}
.Home_Map .box1 .item .top p .span1 {
  opacity: 0;
}
.Home_Map .box1 .item .top p .span2 {
  position: absolute;
  left: 0;
  top: 0;
}
.Home_Map .box1 .item .top em {
  font-size: var(--f28);
  margin-left: 2px;
}
.Home_Map .box1 .item .bot {
  font-size: var(--f16);
  font-weight: bold;
  margin-top: 0.12rem;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--interval);
}
.pu_banner .ban_post > div {
  margin: auto;
  width: 100%;
  color: #fff;
}
.pu_banner .ban_post > div .text .t1 {
  font-size: var(--f68);
  font-family: "ASHT";
}
.pu_banner .ban_post > div .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f24);
}
.pu_banner .ban_post > div .btn {
  margin-top: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pu_banner .ban_post > div .btn section:first-child {
  margin-right: 0.2rem;
}
.solution_01 {
  --h: 0.4rem;
  --g: 0.3rem;
  position: relative;
}
.solution_01 .so_bot {
  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;
}
.solution_01 .so_bot .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.solution_01 .so_bot .item .box {
  border-radius: inherit;
  background: #f6f6f6;
  padding: 0.26rem 0.5rem 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_01 .so_bot .item .box .div1 {
  text-align: right;
  font-size: 1.5rem;
  line-height: 0.8;
  font-family: "MB";
  color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(23, 158, 113, 0.3)));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.3), rgba(23, 158, 113, 0.3));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(23, 158, 113, 0.3));
  background-clip: text;
  -webkit-background-clip: text;
}
.solution_01 .so_bot .item .box .div2 {
  margin-top: 2rem;
}
.solution_01 .so_bot .item .box .div2 .svg {
  height: 0.64rem;
}
.solution_01 .so_bot .item .box .div2 .svg img {
  max-height: 100%;
}
.solution_01 .so_bot .item .box .div2 .text {
  margin-top: 0.44rem;
}
.solution_01 .so_bot .item .box .div2 .text .t1 {
  font-size: var(--f28);
  color: #000;
  font-weight: bold;
}
.solution_01 .so_bot .item .box .div2 .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.77;
  color: #666;
}
.solution_01 .so_bot .item .post {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#179e71), to(#57796e));
  background: -o-linear-gradient(left, #179e71, #57796e);
  background: linear-gradient(to right, #179e71, #57796e);
  padding: 0.5rem;
}
.solution_01 .so_bot .item .post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.solution_01 .so_bot .item .post > div .svg {
  height: 0.64rem;
}
.solution_01 .so_bot .item .post > div .svg img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  max-height: 100%;
}
.solution_01 .so_bot .item .post > div .text {
  margin-top: 0.44rem;
}
.solution_01 .so_bot .item .post > div .text .t1 {
  font-size: var(--f28);
  font-weight: bold;
}
.solution_01 .so_bot .item .post > div .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.77;
}
.solution_01 .so_bot .item .post > div .tips {
  margin-top: 0.88rem;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solution_01 .so_bot .item .post > div .tips a {
  line-height: var(--h);
  border-radius: -webkit-calc(var(--h) / 2);
  border-radius: calc(var(--h) / 2);
  border: 1px solid #fff;
  color: #fff;
  padding: 0 0.22rem;
  margin-right: 10px;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 200px) {
  .solution_01 .so_bot .item:hover .box {
    opacity: 0;
  }
  .solution_01 .so_bot .item:hover .post {
    opacity: 1;
  }
}
.solution_01 .so_bot .jt {
  width: var(--g);
  text-align: center;
}
.solution_01 .so_bot .jt img {
  max-width: 85%;
}
.solution_011 .so_bot .item .box .div1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(48, 108, 191, 0.3)));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.3), rgba(48, 108, 191, 0.3));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(48, 108, 191, 0.3));
}
.solution_011 .so_bot .item .post {
  background: -webkit-gradient(linear, left top, right top, from(#306cbf), to(#5e6d81));
  background: -o-linear-gradient(left, #306cbf, #5e6d81);
  background: linear-gradient(to right, #306cbf, #5e6d81);
}
.solution_02 {
  background: #f6f6f6;
}
.solution_02 .so_bot {
  border-radius: 15px;
  overflow: hidden;
}
.solution_02 .so_bot .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.solution_02 .so_bot .bk p {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}
.solution_02 .so_bot .bk p img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.solution_02 .so_bot .bk p.active {
  opacity: 1;
}
.solution_02 .so_bot .post {
  position: relative;
  height: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_02 .so_bot .post .item {
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  color: #fff;
}
.solution_02 .so_bot .post .item .div1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.3rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_02 .so_bot .post .item .div1 > div {
  width: 100%;
  margin: auto 0 0;
}
.solution_02 .so_bot .post .item .div1 > div .svg {
  height: 0.58rem;
}
.solution_02 .so_bot .post .item .div1 > div .svg img {
  max-height: 100%;
}
.solution_02 .so_bot .post .item .div1 > div .text {
  margin-top: 0.26rem;
  font-size: var(--f28);
  font-weight: bold;
}
.solution_02 .so_bot .post .item .div2 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.76rem;
  width: 100%;
}
.solution_02 .so_bot .post .item .div2 .svg {
  height: 0.58rem;
}
.solution_02 .so_bot .post .item .div2 .svg img {
  max-height: 100%;
}
.solution_02 .so_bot .post .item .div2 .text {
  margin-top: 0.26rem;
}
.solution_02 .so_bot .post .item .div2 .text .t1 {
  font-size: var(--f28);
  font-weight: bold;
}
.solution_02 .so_bot .post .item .div2 .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.77;
}
.solution_02 .so_bot .post .item + .item {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.solution_02 .so_bot .post .item.active {
  -webkit-box-flex: 2.3;
  -webkit-flex: 2.3;
  -ms-flex: 2.3;
  flex: 2.3;
}
.solution_02 .so_bot .post .item.active .div1 {
  opacity: 0;
}
.solution_02 .so_bot .post .item.active .div2 {
  opacity: 1;
  bottom: 1.2rem;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.solution_03 {
  position: relative;
}
.solution_03 .so_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.solution_03 .so_bot .item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0.5rem 0.68rem;
  border-radius: 15px;
  background: #f6f6f6;
}
.solution_03 .so_bot .item .svg {
  height: 0.64rem;
}
.solution_03 .so_bot .item .svg img {
  max-height: 100%;
}
.solution_03 .so_bot .item .text {
  margin-top: 0.46rem;
}
.solution_03 .so_bot .item .text .t1 {
  font-size: var(--f28);
  font-weight: bold;
}
.solution_03 .so_bot .item .text .t2 {
  margin-top: 0.18rem;
  font-size: var(--f18);
  line-height: 1.77;
  color: #666;
}
.solution_03 .so_bot .item:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.solution_04 {
  background: #f6f6f6;
}
.solution_04 .so_top .content2 {
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution_04 .so_top .content2 > div {
  margin-right: 1.2rem;
}
.solution_04 .so_top .content2 > div p {
  cursor: pointer;
  position: relative;
  font-size: var(--f22);
  color: #333;
  font-weight: bold;
  padding-bottom: 0.12rem;
}
.solution_04 .so_top .content2 > div p::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #179e71;
}
.solution_04 .so_top .content2 > div .none {
  display: none;
}
.solution_04 .so_top .content2 > div:last-child {
  margin-right: 0;
}
.solution_04 .so_top .content2 > div:hover p,
.solution_04 .so_top .content2 > div.active p {
  color: #000;
}
.solution_04 .so_top .content2 > div:hover p::before,
.solution_04 .so_top .content2 > div.active p::before {
  width: 100%;
}
.solution_04 .so_bot .swiper .swiper-slide {
  height: auto;
}
.solution_04 .Control .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #179e71;
}
.solution_04 .banner_button .btn i:hover {
  color: #179e71;
}
.pu_li_1 {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 0.84rem 0.4rem;
  text-align: center;
}
.pu_li_1 .svg {
  height: 0.64rem;
}
.pu_li_1 .svg img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-height: 100%;
}
.pu_li_1 .text {
  margin-top: 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
}
.pu_li_1:hover {
  background: #179e71;
}
.pu_li_1:hover .svg img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.pu_li_1:hover .text {
  color: #fff;
}
.solution_05 {
  background: #fff;
}
.solution_05 .wMain > div .desc {
  margin-top: 0.26rem;
  color: #333;
  font-size: var(--f22);
}
.solution_05 .box .swiper .item {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f3fffb));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #f3fffb 100%);
  background-image: linear-gradient(0deg, #ffffff 0%, #f3fffb 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(239, 251, 247, 0.32);
  box-shadow: 0px 15px 30px 0px rgba(239, 251, 247, 0.32);
}
.solution_05 .banner_btn.posi div {
  background: transparent;
  border: 1px solid #999;
}
.solution_05 .banner_btn.posi div i {
  color: #999;
}
.solution_05 .banner_btn.posi div:hover {
  background: #179e71;
  border-color: #179e71;
}
.solution_05 .banner_btn.posi div:hover i {
  color: #fff;
}
.pu_leval {
  --h: 0.9rem;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.pu_leval .wMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
.pu_leval .wMain a {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: var(--h);
  color: #333;
  font-size: var(--f22);
}
.pu_leval .wMain a::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e02f1d;
}
.pu_leval .wMain a:hover,
.pu_leval .wMain a.active {
  color: #e02f1d;
}
.pu_leval .wMain a:hover::before,
.pu_leval .wMain a.active::before {
  width: 100%;
}
.pu_leval .wMain a + a {
  margin-left: 0.8rem;
}
@-webkit-keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.about_01 {
  --w: 10px;
  position: relative;
}
.about_01 .ab_top .le_box {
  width: 44%;
}
.about_01 .ab_top .le_box .div1 .desc {
  margin-top: 0.32rem;
  font-size: var(--f22);
  color: #333;
  font-weight: bold;
}
.about_01 .ab_top .le_box .div2 {
  margin: 0.42rem 0 0;
  font-size: var(--f18);
  line-height: 1.77;
  color: #666;
}
.about_01 .ab_top .le_box .div3 {
  margin-top: 0.62rem;
}
.about_01 .ab_top .ri_box {
  position: relative;
  width: 48%;
}
.about_01 .ab_top .ri_box .bk {
  width: 100%;
  position: relative;
}
.about_01 .ab_top .ri_box .bk img {
  width: 100%;
}
.about_01 .ab_top .ri_box .bk .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: ellipse(0% 0% at 72.5% 34.7%);
  clip-path: ellipse(0% 0% at 72.5% 34.7%);
  -webkit-animation: about 2s infinite ease-out;
  animation: about 2s infinite ease-out;
}
.about_01 .ab_top .ri_box .bk .img img {
  width: 100%;
  height: 100%;
}
.about_01 .ab_top .ri_box .bk .img.active {
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
  clip-path: ellipse(50% 50% at 50% 50%);
}
.about_01 .ab_top .ri_box .post .dian {
  position: absolute;
}
.about_01 .ab_top .ri_box .post .dian::after,
.about_01 .ab_top .ri_box .post .dian::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
  border: 1px solid rgba(48, 108, 191, 0.68);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.about_01 .ab_top .ri_box .post .dian::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about_01 .ab_top .ri_box .post .dian > p {
  cursor: pointer;
  position: relative;
  width: var(--w);
  height: var(--w);
  background: #306cbf;
  border-radius: 50%;
  white-space: nowrap;
}
.about_01 .ab_top .ri_box .post .dian > p::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  border: 1px solid rgba(48, 108, 191, 0.68);
  border-radius: 50%;
}
.about_01 .ab_top .ri_box .post .dian > p::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: attr(data-text);
  position: absolute;
  top: 260%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #333;
  font-size: var(--f20);
}
.about_01 .ab_top .ri_box .post .dian .post {
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 3.5rem;
  background: #306cbf;
  color: #fff;
  padding: 0.2rem 0.32rem;
  border-radius: 10px;
}
.about_01 .ab_top .ri_box .post .dian .post::before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
}
.about_01 .ab_top .ri_box .post .dian .post .x1 {
  font-size: var(--f26);
  font-weight: bold;
}
.about_01 .ab_top .ri_box .post .dian .post .x2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
}
.about_01 .ab_top .ri_box .post .dian .post .x2 p {
  line-height: 1.66;
}
.about_01 .ab_top .ri_box .post .dian .post .x2 p a {
  display: inline;
  color: #fff;
}
.about_01 .ab_top .ri_box .post .dian.active > p::after {
  color: #000;
  font-weight: bold;
}
.about_01 .ab_top .ri_box .post .dian.active .post {
  opacity: 1;
  visibility: visible;
}
.about_01 .ab_top .ri_box .post .d1 {
  top: 21%;
  left: 24%;
}
.about_01 .ab_top .ri_box .post .d1 .post {
  top: -0.18rem;
  left: calc(0.28rem + var(--w));
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.about_01 .ab_top .ri_box .post .d1 .post::before {
  top: 0.18rem;
  right: 100%;
  border-right-color: #306cbf;
}
.about_01 .ab_top .ri_box .post .d2,
.about_01 .ab_top .ri_box .post .d5,
.about_01 .ab_top .ri_box .post .d6 {
  top: 47%;
  left: 13%;
}
.about_01 .ab_top .ri_box .post .d2 .post,
.about_01 .ab_top .ri_box .post .d5 .post,
.about_01 .ab_top .ri_box .post .d6 .post {
  top: -0.18rem;
  left: calc(0.28rem + var(--w));
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.about_01 .ab_top .ri_box .post .d2 .post::before,
.about_01 .ab_top .ri_box .post .d5 .post::before,
.about_01 .ab_top .ri_box .post .d6 .post::before {
  top: 0.18rem;
  right: 100%;
  border-right-color: #306cbf;
}
.about_01 .ab_top .ri_box .post .d3 {
  top: 33.5%;
  left: 71.4%;
}
.about_01 .ab_top .ri_box .post .d3 .post {
  top: -0.18rem;
  right: calc(0.28rem + var(--w));
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.about_01 .ab_top .ri_box .post .d3 .post::before {
  top: 0.18rem;
  left: 100%;
  border-left-color: #306cbf;
}
.about_01 .ab_top .ri_box .post .d4 {
  top: 72%;
  left: 91%;
}
.about_01 .ab_top .ri_box .post .d4 .post {
  bottom: -0.18rem;
  right: calc(0.28rem + var(--w));
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.about_01 .ab_top .ri_box .post .d4 .post::before {
  bottom: 0.18rem;
  left: 100%;
  border-left-color: #306cbf;
}
.about_01 .ab_top .ri_box .post .d5 {
  top: 21.3%;
  left: 55.3%;
}
.about_01 .ab_top .ri_box .post .d6 {
  top: 9.6%;
  left: 20%;
}
.about_01 .ab_top .ri_box .post .d7 {
  top: 71%;
  left: 5%;
}
.about_01 .ab_top .ri_box .post .d7 .post {
  top: -1.18rem;
  left: calc(0.28rem + var(--w));
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.about_01 .ab_top .ri_box .post .d7 .post::before {
  top: 1.18rem;
  right: 100%;
  border-right-color: #306cbf;
}
@-webkit-keyframes about {
  0% {
    -webkit-clip-path: ellipse(0% 0% at 72.5% 34.7%);
    clip-path: ellipse(0% 0% at 72.5% 34.7%);
  }
  80% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
}
@keyframes about {
  0% {
    -webkit-clip-path: ellipse(0% 0% at 72.5% 34.7%);
    clip-path: ellipse(0% 0% at 72.5% 34.7%);
  }
  80% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
}
.about_01 .ab_bot {
  margin-top: -1.38rem;
  padding: 0.5rem 1.1rem;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.about_01 .ab_bot .item .num {
  color: #306cbf;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about_01 .ab_bot .item .num p {
  font-size: var(--f60);
  font-family: "MR";
  line-height: 0.8;
}
.about_01 .ab_bot .item .num span {
  font-size: var(--f28);
}
.about_01 .ab_bot .item .desc {
  margin-top: 0.12rem;
  font-size: var(--f16);
  font-weight: bold;
}
.about_02 {
  --w: 35px;
  background: url("../images/107.jpg") no-repeat center / cover;
}
.about_02 .ab_bot {
  margin-top: 0.76rem;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a {
  margin: 0 auto;
  width: min(10.4rem, 90%);
  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;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .le_box {
  width: 50%;
  overflow: hidden;
  border-radius: 15px;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .le_box img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .le_box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box {
  width: 50%;
  padding: 0 0.6rem;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box .x1 {
  font-size: var(--f36);
  color: #306cbf;
  font-weight: bold;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box .x2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  line-height: 1.77;
  max-height: -webkit-calc(8.85em);
  max-height: calc(1.77 * 5em);
  color: #666;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box .x2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box .x2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e02f1d;
}
.about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box .x2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box .x2 {
    scrollbar-color: #e02f1d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.about_02 .ab_bot .content2 {
  position: relative;
  margin-top: 1.1rem;
  padding: 0 calc(var(--interval) + var(--rw));
}
.about_02 .ab_bot .content2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -webkit-calc(var(--w) / 2);
  bottom: calc(var(--w) / 2);
  width: 100%;
  height: 1px;
  background: #bcbcbc;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide .num {
  margin-bottom: 0.14rem;
  cursor: pointer;
  position: relative;
  font-size: var(--f22);
  color: #333;
  text-align: center;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide .num span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide .num::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.13em;
  color: #306cbf;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide .dian {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  width: var(--w);
  height: var(--w);
  background: transparent;
  border-radius: 50%;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide .dian::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42%;
  height: 42%;
  background: #bcbcbc;
  border-radius: 50%;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide:hover .num span,
.about_02 .ab_bot .content2 .swiper .swiper-slide-thumb-active .num span {
  opacity: 0;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide:hover .num::before,
.about_02 .ab_bot .content2 .swiper .swiper-slide-thumb-active .num::before {
  opacity: 1;
}
.about_02 .ab_bot .content2 .swiper .swiper-slide:hover .dian,
.about_02 .ab_bot .content2 .swiper .swiper-slide-thumb-active .dian {
  background: rgba(48, 108, 191, 0.2);
}
.about_02 .ab_bot .content2 .swiper .swiper-slide:hover .dian::before,
.about_02 .ab_bot .content2 .swiper .swiper-slide-thumb-active .dian::before {
  background: #306cbf;
}
.about_02 .ab_bot .content2 .banner_btn.posi {
  --w: var(--interval);
}
.about_02 .ab_bot .content2 .banner_btn.posi div {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: -5px;
}
.about_03 .ab_bot {
  position: relative;
}
.about_03 .ab_bot .swiper .swiper-slide {
  width: 58.5%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about_03 .ab_bot .swiper .swiper-slide .img {
  border-radius: inherit;
  overflow: hidden;
}
.about_03 .ab_bot .swiper .swiper-slide .img img {
  border-radius: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.about_03 .ab_bot .swiper .swiper-slide .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.72rem;
}
.about_03 .ab_bot .swiper .swiper-slide .post div {
  width: 100%;
  margin: auto 0 0;
  font-size: var(--f28);
  color: #fff;
}
.about_03 .ab_bot .banner_btn.posi {
  --w: 12%;
}
.about_04 {
  color: #fff;
  background: url("../images/109.jpg") no-repeat center / cover;
}
.about_04 .ab_top .content2 {
  margin-top: 0.3rem;
}
.about_04 .ab_top .content2 p {
  cursor: pointer;
  position: relative;
  font-size: var(--f22);
  padding-bottom: 0.12rem;
  margin-right: 0.9rem;
}
.about_04 .ab_top .content2 p::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e02f1d;
}
.about_04 .ab_top .content2 p:last-child {
  margin-right: 0;
}
.about_04 .ab_top .content2 p:hover::before,
.about_04 .ab_top .content2 p.active::before {
  width: 100%;
}
.about_04 .ab_bot .content1 .box {
  display: none;
}
.about_04 .ab_bot .content1 .box .div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about_04 .ab_bot .content1 .box .div1 .item .num {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about_04 .ab_bot .content1 .box .div1 .item .num p {
  font-family: "MR";
  line-height: 0.8;
  font-size: var(--f60);
}
.about_04 .ab_bot .content1 .box .div1 .item .num span {
  font-size: var(--f28);
}
.about_04 .ab_bot .content1 .box .div1 .item .desc {
  margin-top: 0.14rem;
  font-size: var(--f16);
  font-weight: bold;
}
.about_04 .ab_bot .content1 .box .div2 {
  margin-top: 0.7rem;
  overflow: hidden;
}
.about_04 .ab_bot .content1 .box .div2 ul {
  margin-bottom: 20px;
  -webkit-animation: line 50s linear infinite;
  animation: line 50s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about_04 .ab_bot .content1 .box .div2 ul:last-child {
  margin-bottom: 0;
}
.about_04 .ab_bot .content1 .box .div2 ul li {
  margin: 0 10px;
  width: 2.64rem;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
}
.about_04 .ab_bot .content1 .box .div2 ul li img {
  margin: auto;
  max-height: 100%;
}
.about_04 .ab_bot .content1 .box .div2 ul:nth-child(2) {
  animation-direction: reverse;
}
.about_04 .ab_bot .content1 .box .div2 ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.about_04 .ab_bot .content1 .box.active {
  display: block;
}
.about_04 .ab_bot .content2 {
  margin-top: 0.7rem;
}
.about_05 {
  position: relative;
}
.about_05 .ab_bot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.about_05 .ab_bot .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about_05 .ab_bot .item .bk {
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
}
.about_05 .ab_bot .item .bk img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.about_05 .ab_bot .item .post {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.72rem 0.5rem 0.5rem;
}
.about_05 .ab_bot .item .post > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.about_05 .ab_bot .item .post > div .div1 .text .t1 {
  font-size: var(--f32);
}
.about_05 .ab_bot .item .post > div .div1 .text .t2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
}
.about_05 .ab_bot .item .post > div .div1 .link {
  margin-top: 0.26rem;
}
.about_05 .ab_bot .item .post > div .div1 .link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
  color: #fff;
  font-size: var(--f22);
}
.about_05 .ab_bot .item .post > div .div1 .link a i {
  font-size: 0.8em;
  margin-left: 6px;
}
.about_05 .ab_bot .item .post > div .div1 .link a + a {
  margin-top: 0.15rem;
}
.about_05 .ab_bot .item .post > div .div1 .link a:hover {
  color: #e02f1d;
}
.about_05 .ab_bot .item:hover .post {
  background: -webkit-gradient(linear, left top, right top, from(#306cbf), to(rgba(48, 108, 191, 0.1)));
  background: -o-linear-gradient(left, #306cbf, rgba(48, 108, 191, 0.1));
  background: linear-gradient(to right, #306cbf, rgba(48, 108, 191, 0.1));
}
.about_06 {
  position: relative;
  background: #f6f6f6;
}
.about_06 .ab_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.about_06 .ab_bot .item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_06 .ab_bot .item .box {
  height: 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
}
.about_06 .ab_bot .item .box > div {
  width: 100%;
  text-align: center;
}
.about_06 .ab_bot .item .box > div .t1 {
  font-size: var(--f18);
  color: #666;
}
.about_06 .ab_bot .item .box > div .t2 {
  margin-top: 0.16rem;
  font-size: var(--f22);
  line-height: 1.6;
}
.about_06 .ab_bot .item .img {
  width: 100%;
  border-radius: 0 0 10ox 10px;
  overflow: hidden;
}
.about_06 .ab_bot .item .img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.about_06 .ab_bot .item:nth-child(even) .img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.about_06 .ab_bot .item:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.about_07 {
  position: relative;
}
.about_07 .wMain .le_box {
  width: 35%;
}
.about_07 .wMain .le_box > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_07 .wMain .le_box > div .div1 .desc {
  margin-top: 0.4rem;
  font-size: var(--f18);
  line-height: 1.77;
  color: #666;
}
.about_07 .wMain .le_box > div .div2 .item .num p {
  font-size: var(--f60);
  color: #306cbf;
  line-height: 0.8;
  font-family: "MR";
}
.about_07 .wMain .le_box > div .div2 .item .desc {
  margin-top: 0.12rem;
  font-size: var(--16);
  font-weight: bold;
}
.about_07 .wMain .le_box > div .div2 .item + .item {
  margin-top: 0.85rem;
}
.about_07 .wMain .ri_box {
  width: 52.5%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  overflow: hidden;
  height: 9rem;
}
.about_07 .wMain .ri_box::after,
.about_07 .wMain .ri_box::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5rem;
}
.about_07 .wMain .ri_box::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.about_07 .wMain .ri_box::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.about_07 .wMain .ri_box ul {
  -webkit-animation: marquee 80s linear infinite;
  animation: marquee 80s linear infinite;
}
.about_07 .wMain .ri_box ul li {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.about_07 .wMain .ri_box ul li img {
  max-width: 100%;
}
.about_07 .wMain .ri_box ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, -webkit-calc(-50.2%), 0);
    transform: translate3d(0, calc(-50% - 0.2rem), 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, -webkit-calc(-50.2%), 0);
    transform: translate3d(0, calc(-50% - 0.2rem), 0);
  }
}
.about_08 {
  background: #f6f6f6;
  position: relative;
}
.about_08 .ab_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.42rem 0.3rem;
}
.about_08 .ab_bot .item .img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.about_08 .ab_bot .item .img img {
  border-radius: inherit;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_08 .ab_bot .item .text {
  margin-top: 0.24rem;
}
.about_08 .ab_bot .item .text .t1 {
  font-size: var(--f22);
}
.about_08 .ab_bot .item .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f16);
  color: #666;
}
.about_08 .ab_bot .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_1 .content1 {
  font-size: var(--f18);
  color: #666;
  text-align: center;
  margin: 0.45rem 0 1rem;
}
.Product_1 .content2 .li {
  text-align: center;
  margin: 0 1.6rem;
}
.Product_1 .content2 .li figure {
  height: 0.55rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .content2 .li figure img {
  max-height: 100%;
}
.Product_1 .content2 .li figcaption {
  font-size: var(--f20);
  margin-top: 0.1rem;
}
.Product_1 .content2 .li:hover figure {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Product_1 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Product_1 .box .item {
  background: #f6f6f6;
  padding: 0.5rem;
  border-radius: 15px;
  padding-bottom: 0.7rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../images/img49.png) no-repeat 50% 50% / cover;
}
.Product_1 .box .item > div {
  position: relative;
  z-index: 2;
}
.Product_1 .box .item .cont1 {
  font-size: var(--f28);
  color: #000;
  font-weight: bold;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .item .cont2 {
  font-size: var(--f18);
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #666;
  margin-top: 0.16rem;
}
.Product_1 .box .item .cont3 {
  height: 3.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6rem;
}
.Product_1 .box .item .cont3 img {
  max-height: 100%;
  margin: auto;
}
.Product_1 .box .item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(224, 47, 29, 0.11);
  box-shadow: 0px 0px 30px 0px rgba(224, 47, 29, 0.11);
}
.Product_1 .box .item:hover::after {
  opacity: 1;
}
.Product_1 .box .item:hover .cont1 {
  color: #e02f1d;
}
.Product_2 .img {
  border-radius: 15px;
  overflow: hidden;
}
.Product_2 .img img {
  width: 100%;
}
.Product_2 .box {
  position: relative;
}
.Product_2 .box .orientation {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  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;
}
.Product_2 .box .orientation > div {
  width: 100%;
  text-align: center;
  color: #fff;
}
.Product_2 .box .orientation > div .content1 {
  font-size: var(--f32);
  font-weight: bold;
}
.Product_2 .box .orientation > div .content2 {
  font-size: var(--f20);
  margin-top: 0.14rem;
}
.Product_2 .box .orientation > div .content3 {
  margin-top: 0.4rem;
}
.Product_2 .box .orientation > div .content3 .link_01 {
  margin-right: 0.2rem;
}
.Product_3 {
  position: relative;
}
.Product_3 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Product_3 .img img {
  width: 100%;
  height: 100%;
}
.Product_3 .wMain {
  position: relative;
  z-index: 2;
}
.Product_3 .wMain .box {
  border-radius: 15px;
  overflow: hidden;
}
.Product_3 .wMain .box .scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  --h: 5.7rem;
}
.Product_3 .wMain .box .scroll .item {
  color: #fff;
  padding: 0.72rem 0.4rem 0;
  height: var(--h);
  border-right: 1px solid #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_3 .wMain .box .scroll .item:last-child {
  border-right: none;
}
.Product_3 .wMain .box .scroll .item .content1 {
  height: 0.6rem;
}
.Product_3 .wMain .box .scroll .item .content1 img {
  max-height: 100%;
}
.Product_3 .wMain .box .scroll .item .content2 {
  font-size: var(--f28);
  font-weight: bold;
  margin-top: 0.9rem;
}
.Product_3 .wMain .box .scroll .item .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .Product_3 .wMain .box .scroll .item:hover {
    background: #e02f1d;
    border-color: #e02f1d;
  }
}
.Product_4 {
  background: #fff;
}
.mbx {
  padding: 0.25rem 0;
}
.mbx .box_ {
  font-size: var(--f18);
  color: #666;
}
.mbx .box_ em {
  margin: 0 2px;
}
.mbx .box_ a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
}
.mbx .box_ a:hover {
  color: #306cbf;
}
.mbx .box_ span {
  color: #306cbf;
}
.Product_5 {
  background: url(../images/img53.jpg) no-repeat 50% 50% / cover;
  padding: 0rem 0 1rem;
}
.Product_5 .box {
  margin-top: 0.6rem;
}
.Product_5 .box .boxLeft {
  width: 50%;
  --w1: 1.2rem;
  --h: 5.3rem;
}
.Product_5 .box .boxLeft .left {
  width: calc(var(--w1) + 0.4rem);
  position: relative;
}
.Product_5 .box .boxLeft .left .swiper {
  height: calc(var(--w1) * 4 + 45px + 0.4rem);
  width: -webkit-calc(100.2%);
  width: calc(100% + 0.2rem);
  padding-left: 0.2rem;
  margin-left: -0.2rem;
  padding-top: 0.2rem;
  margin-top: -0.2rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.Product_5 .box .boxLeft .left .button div {
  position: absolute;
  left: 0rem;
  width: var(--w1);
  text-align: center;
  z-index: 2;
}
.Product_5 .box .boxLeft .left .button div i {
  font-size: var(--f20);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Product_5 .box .boxLeft .left .button div i:hover {
  color: #e02f1d;
}
.Product_5 .box .boxLeft .left .button .prev {
  top: -0.3rem;
}
.Product_5 .box .boxLeft .left .button .next {
  bottom: -0.3rem;
}
.Product_5 .box .boxLeft .left .swiper-slide {
  height: var(--w1);
  width: var(--w1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  cursor: pointer;
}
.Product_5 .box .boxLeft .left .swiper-slide img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.Product_5 .box .boxLeft .left .swiper-slide-thumb-active {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0.2rem 0px rgba(48, 108, 191, 0.25);
  box-shadow: 0px 0px 0.2rem 0px rgba(48, 108, 191, 0.25);
}
.Product_5 .box .boxLeft .right {
  width: calc(100% - var(--w1) - 0.4rem);
}
.Product_5 .box .boxLeft .right .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--h);
}
.Product_5 .box .boxLeft .right .swiper-slide img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.Product_5 .box .boxRight {
  width: 50%;
  padding-left: 1.2rem;
}
.Product_5 .box .boxRight .content1 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  margin-top: 0.15rem;
}
.Product_5 .box .boxRight .content1 span {
  color: #333;
}
.Product_5 .box .boxRight .content2 {
  font-size: var(--f28);
  font-weight: bold;
  margin-top: 0.3rem;
}
.Product_5 .box .boxRight .content3 {
  margin-top: 0.2rem;
}
.Product_5 .box .boxRight .content3 .item {
  text-align: center;
  margin-right: 0.56rem;
}
.Product_5 .box .boxRight .content3 .item:last-child {
  margin-right: 0;
}
.Product_5 .box .boxRight .content3 .item figure {
  height: 0.45rem;
}
.Product_5 .box .boxRight .content3 .item figure img {
  max-height: 100%;
}
.Product_5 .box .boxRight .content3 .item figcaption {
  font-size: var(--f20);
  -webkit-columns: #333;
  -moz-columns: #333;
  columns: #333;
  font-weight: bold;
  margin-top: 0.15rem;
}
.Product_5 .box .boxRight .content4 {
  margin-top: 0.5rem;
}
.Product_6 .box {
  --w1: 8.2rem;
  --w2: calc((100vw - 4px - var(--interval) * 2 - var(--w1) - 40px) / 2);
  --h: 6.2rem;
}
@media screen and (max-width: 1200px) {
  .Product_6 .box {
    --w1: 80vw;
    --w2: var(--w1);
  }
}
.Product_6 .box .swiper .swiper-slide {
  width: var(--w2);
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_6 .box .swiper .swiper-slide .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.Product_6 .box .swiper .swiper-slide .img img {
  width: 100%;
  height: var(--h);
}
.Product_6 .box .swiper .swiper-slide .img::after,
.Product_6 .box .swiper .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_6 .box .swiper .swiper-slide .img::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 47, 29, 0.8)), color-stop(60%, transparent));
  background: -o-linear-gradient(top, rgba(224, 47, 29, 0.8), transparent 60%);
  background: linear-gradient(to bottom, rgba(224, 47, 29, 0.8), transparent 60%);
}
.Product_6 .box .swiper .swiper-slide .img::after {
  opacity: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(224, 47, 29, 0.5)), to(transparent));
  background: -o-linear-gradient(right, rgba(224, 47, 29, 0.5), transparent);
  background: linear-gradient(to left, rgba(224, 47, 29, 0.5), transparent);
}
.Product_6 .box .swiper .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.55rem 0.5rem 0;
  z-index: 1;
  color: #fff;
}
.Product_6 .box .swiper .swiper-slide .orientation .content1 {
  font-size: var(--f28);
  font-weight: bold;
}
.Product_6 .box .swiper .swiper-slide .orientation .content2 {
  font-size: var(--f18);
  margin-top: 0.16rem;
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_6 .box .swiper .swiper-slide .orientation .content3 {
  margin-top: 0.54rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_6 .box .swiper .swiper-slide .orientation .content3 ul li {
  font-size: var(--f16);
  color: #fff;
  border: 1px solid #fff;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  border-radius: 0.4rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.Product_6 .box .swiper .swiper-slide .button {
  position: absolute;
  bottom: 0.8rem;
  left: 0.5rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_6 .box .swiper .swiper-slide-active {
  width: var(--w1);
}
.Product_6 .box .swiper .swiper-slide-active .img::before {
  opacity: 0;
}
.Product_6 .box .swiper .swiper-slide-active .img::after {
  opacity: 1;
}
.Product_6 .box .swiper .swiper-slide-active .orientation .content2 {
  padding-right: 2rem;
}
.Product_6 .box .swiper .swiper-slide-active .orientation .content3 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Product_6 .box .swiper .swiper-slide-active .button {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1200px) {
  .Product_6 .box .swiper .swiper-slide {
    width: var(--w1);
  }
  .Product_6 .box .swiper .swiper-slide .img::before {
    opacity: 0;
  }
  .Product_6 .box .swiper .swiper-slide .img::after {
    opacity: 1;
  }
  .Product_6 .box .swiper .swiper-slide .orientation .content2 {
    padding-right: 2rem;
  }
  .Product_6 .box .swiper .swiper-slide .orientation .content3 {
    opacity: 1;
  }
  .Product_6 .box .swiper .swiper-slide .button {
    opacity: 1;
  }
}
.Control {
  margin-top: 0.48rem;
}
.Control .page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
}
.Control .page div {
  position: relative;
  height: 2px;
}
.Control .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e02f1d;
}
.Control .page .swiper-pagination-progressbar {
  background: #d0d0d0;
}
.banner_button .btn i {
  font-size: var(--f18);
  font-weight: bold;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.banner_button .btn i:hover {
  color: #e02f1d;
}
.banner_button .ml {
  margin-left: 0.2rem;
}
.Product_7 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fdfdfd;
  --h1: 2.8rem;
  --h2: 50px;
}
.Product_7 .box .boxLeft {
  width: 25%;
}
.Product_7 .box .boxLeft .img {
  height: var(--h1);
}
.Product_7 .box .boxLeft ul li {
  font-size: var(--f18);
  font-weight: bold;
  padding-left: 1rem;
  height: var(--h2);
  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_7 .box .boxLeft ul li:nth-child(2n-1) {
  background: #f8f8f8;
}
.Product_7 .box .boxRight {
  width: 75%;
}
.Product_7 .box .boxRight .swiper .swiper-slide .img {
  height: var(--h1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa;
}
.Product_7 .box .boxRight .swiper .swiper-slide .img img {
  margin: auto;
  max-height: 100%;
  padding: 0.4rem;
}
.Product_7 .box .boxRight .swiper .swiper-slide ul li {
  font-size: var(--f18);
  color: #666;
  height: var(--h2);
  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;
  background: #fafafa;
  padding: 0 0.2rem;
}
.Product_7 .box .boxRight .swiper .swiper-slide ul li:nth-child(2n-1) {
  background: #f5f5f5;
}
.Product_7 .box .boxRight .swiper .swiper-slide:nth-child(2n) .img {
  background: #fdfdfd;
}
.Product_7 .box .boxRight .swiper .swiper-slide:nth-child(2n) ul li {
  background: #f8f8f8;
}
.Product_7 .box .boxRight .swiper .swiper-slide:nth-child(2n) ul li:nth-child(2n) {
  background: #fdfdfd;
}
.Product_8 {
  background: #f6f6f6;
}
.Product_8 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Product_8 .box .item {
  background: #fff;
  border-radius: 10px;
  padding: 0.4rem 0.5rem 1rem;
  position: relative;
}
.Product_8 .box .item .left {
  padding-right: 2.8rem;
}
.Product_8 .box .item .left .content1 {
  font-size: var(--f28);
  font-weight: bold;
}
.Product_8 .box .item .left .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
  margin-top: 0.12rem;
}
.Product_8 .box .item .left .content3 {
  margin-top: 0.46rem;
}
.Product_8 .box .item .left .content3 ul li {
  margin-bottom: 0.14rem;
}
.Product_8 .box .item .left .content3 ul li:last-child {
  margin-bottom: 0;
}
.Product_8 .box .item .left .content3 ul li .le {
  width: 0.3rem;
}
.Product_8 .box .item .left .content3 ul li .le svg .path {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Product_8 .box .item .left .content3 ul li .le svg path {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_8 .box .item .left .content3 ul li.active .le svg path {
  opacity: 1;
}
.Product_8 .box .item .left .content3 ul li.active .le svg .path {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.Product_8 .box .item .left .content3 ul li .ri {
  font-size: var(--f18);
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_8 .box .item .left .content4 {
  position: absolute;
  bottom: 0.45rem;
  left: 0.5rem;
}
.Product_8 .box .item .left .content4 a {
  font-size: var(--f16);
  color: #e02f1d;
}
.Product_8 .box .item .left .content4 a i {
  font-size: var(--f16);
  margin-left: 0.12rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Product_8 .box .item .left .content4 a:hover i {
  -webkit-transform: translateX(0.05rem);
  -ms-transform: translateX(0.05rem);
  transform: translateX(0.05rem);
}
.Product_8 .box .item .right {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_8 .box .item .right img {
  margin: auto;
  max-height: 100%;
}
.Product_9 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f6f6f6;
  border-radius: 10px 0 0 10px;
  padding: 0.5rem 0.9rem;
}
.Product_9 .box .item .boxLeft .content1 {
  font-size: var(--f18);
  color: #e02f1d;
}
.Product_9 .box .item .boxLeft .content2 {
  font-size: var(--f32);
  font-weight: bold;
  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.28rem;
}
.Product_9 .box .item .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.15rem;
}
.Product_9 .box .item .boxLeft .content4 {
  margin-top: 0.75rem;
}
.Product_9 .box .item .boxRight {
  width: 8.7rem;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.Product_9 .box .item .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_9 .box .item .boxRight:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_9 .page {
  text-align: center;
}
.Product_9 .page div {
  margin-top: 0.6rem;
}
.Product_9 .page span {
  background: #e02f1d;
}
.Product_10 {
  background: none;
}
.Product_10 .box .list .item > .a figcaption {
  background: #f6f6f6;
}
.Product_10 .box .list .item > .a figcaption::after {
  background: rgba(245, 245, 245, 0.85);
}
.Product_10 .box .list .item > .a:hover {
  -webkit-box-shadow: 0px 0px 20px #f5f5f5;
  box-shadow: 0px 0px 20px #f5f5f5;
}
.Product_10 .box .list .item > .a:hover figcaption::after {
  background: rgba(255, 255, 255, 0.85);
}
.Product_11 {
  background: #f6f6f6;
}
.Product_11 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Product_11 .box .item .top {
  background: #fff;
  font-size: var(--f24);
  font-weight: bold;
  height: 0.8rem;
  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;
  border-radius: 10px;
  padding: 0 0.4rem;
}
.Product_11 .box .item .bot {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
  padding: 0 0.4rem;
  margin-top: 0.25rem;
}
.Product_12 {
  background: #f6f6f6;
}
.Product_12 .box a figure {
  border-radius: 15px;
  overflow: hidden;
}
.Product_12 .box a figure img {
  width: 100%;
  -webkit-transition: 0.04s;
  -o-transition: 0.04s;
  transition: 0.04s;
}
.Product_12 .box a figcaption .content1 {
  font-size: var(--f28);
  font-weight: bold;
  margin: 0.2rem 0;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_12 .box a figcaption .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
}
.Product_12 .box a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_12 .box a:hover figcaption .content1 {
  color: #306cbf;
}
.Product_13 {
  background: #f6f6f6;
}
.Product_13 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 0.75rem;
}
.Product_13 .box .item .left {
  width: 4.05rem;
}
.Product_13 .box .item .left figure {
  border-radius: 15px;
  overflow: hidden;
}
.Product_13 .box .item .left figure img {
  width: 100%;
  -webkit-transition: 0.04s;
  -o-transition: 0.04s;
  transition: 0.04s;
}
.Product_13 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  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_13 .box .item .right figcaption {
  width: 100%;
}
.Product_13 .box .item .right figcaption .content1 {
  font-size: var(--f28);
  font-weight: bold;
  margin: 0.2rem 0;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_13 .box .item .right figcaption .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
}
.Product_13 .box .item:hover .left figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_13 .box .item:hover .right figcaption .content1 {
  color: #306cbf;
}
.Product_14 .box {
  gap: 0.6rem 1.05rem;
}
.Product_14 .box .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.Product_14 .box .item .right {
  padding-right: 0.4rem;
  padding-left: 0;
}
.Product_15 .box .item .boxLeft {
  background: #fff;
}
.Product_16 {
  overflow: hidden;
}
.Product_16 .box .swiper-slide {
  position: relative;
}
.Product_16 .box .swiper-slide a > img {
  width: 100%;
}
.Product_16 .box .swiper-slide .orientation {
  position: absolute;
  left: var(--interval);
  top: 1rem;
  background: #fff;
  width: min(6.9rem, 90vw);
  min-height: 1rem;
  border-radius: 10px;
  padding: 0.25rem 0.5rem 0.4rem;
}
.Product_16 .box .swiper-slide .orientation .content1 {
  height: 0.55rem;
}
.Product_16 .box .swiper-slide .orientation .content1 img {
  max-height: 100%;
}
.Product_16 .box .swiper-slide .orientation .content2 {
  font-size: var(--f28);
  font-weight: bold;
  margin: 0.3rem 0 0.2rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_16 .box .swiper-slide .orientation .content3 {
  font-size: var(--f18);
  color: #666;
  height: 6.8em;
  max-height: 6.8em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Product_16 .box .swiper-slide .orientation .content3 span {
  color: #000;
}
.Product_16 .box .swiper-slide .orientation .content4 {
  margin-top: 0.45rem;
  font-size: var(--f16);
  font-weight: bold;
  color: #e02f1d;
}
.Product_16 .box .swiper-slide .orientation .content4 i {
  margin-left: 0.1rem;
  font-size: var(--f16);
}
.Product_16 .box .swiper-slide .orientation:hover .content2 {
  color: #306cbf;
}
.Product_16 .box1 {
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.Product_16 .box1 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  cursor: pointer;
}
.Product_16 .box1 .swiper-slide img {
  margin: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_16 .box1 .swiper-slide-thumb-active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.Product_17 {
  background: none;
}
.Product_17 .desc {
  font-size: var(--f22);
  color: #333;
  margin-top: 0.2rem;
}
.Product_17 .banner_btn.posi div {
  background: transparent;
  border: 1px solid #999;
}
.Product_17 .banner_btn.posi div i {
  color: #999;
}
.Product_17 .banner_btn.posi div:hover {
  background: #e02f1d;
  border-color: #e02f1d;
}
.Product_17 .banner_btn.posi div:hover i {
  color: #fff;
}
.service_nav {
  margin-top: 0.3rem;
}
.service_nav ul li {
  margin: 0 0.5rem;
}
.service_nav ul li a {
  font-size: var(--f22);
  color: #333;
  padding-bottom: 0.12rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_nav ul li a:hover {
  color: #e02f1d;
}
.service_nav ul .active a {
  color: #000;
  border-color: #e02f1d;
}
.service_1 .box .boxLeft {
  width: 5.2rem;
  padding-right: 1.2rem;
}
.service_1 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.service_1 .box .boxLeft form {
  position: relative;
}
.service_1 .box .boxLeft form input {
  font-size: var(--f18);
  height: 0.54rem;
  padding: 0 0.6rem 0 0.3rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}
.service_1 .box .boxLeft form label {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.service_1 .box .boxLeft .hot {
  font-size: var(--f18);
  margin-top: 10px;
}
.service_1 .box .boxLeft .hot a {
  display: inline-block;
  font-size: var(--f16);
  color: #666;
  margin-right: 10px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f6f6f6;
}
.service_1 .box .boxLeft .hot a:hover {
  background: #e02f1d;
  color: #fff;
}
.service_1 .box .boxLeft .list {
  margin-top: 0.4rem;
  border-top: 1px solid #ddd;
}
.service_1 .box .boxLeft .list .item .top {
  font-size: var(--f18);
  color: #000;
  cursor: pointer;
  line-height: 0.6rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.service_1 .box .boxLeft .list .item .top i {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f20);
  color: #e02f1d;
  font-weight: 400;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_1 .box .boxLeft .list .item .top:hover {
  color: #e02f1d;
}
.service_1 .box .boxLeft .list .item .bot {
  padding-left: 0.25rem;
  border-bottom: 1px solid transparent;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_1 .box .boxLeft .list .item .bot ul {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_1 .box .boxLeft .list .item .bot ul li {
  margin-bottom: 0.22rem;
}
.service_1 .box .boxLeft .list .item .bot ul li:last-child {
  margin-bottom: 0;
}
.service_1 .box .boxLeft .list .item .bot ul li a {
  font-size: var(--f18);
  color: #666;
}
.service_1 .box .boxLeft .list .item .bot ul .active a {
  color: #e02f1d;
}
.service_1 .box .boxLeft .list .item.active .top i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service_1 .box .boxLeft .list .item.active .bot {
  border-bottom: 1px solid #ddd;
  grid-template-rows: 1fr;
}
.service_1 .box .boxLeft .list .item.active .bot ul {
  padding: 0.25rem 0;
}
.service_1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service_2 {
  display: grid;
  gap: 0.3rem;
}
.service_2 .item .top {
  background: #f6f6f6;
  font-size: var(--f24);
  font-weight: bold;
  height: 0.8rem;
  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;
  border-radius: 10px;
  padding: 0 0.4rem;
}
.service_2 .item .bot {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
  padding: 0 0.4rem;
  margin-top: 0.25rem;
}
.service_3 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f6f6f6;
  padding: 0.45rem 0;
}
.service_3 .box .item {
  text-align: center;
  cursor: pointer;
}
.service_3 .box .item .content1 {
  height: 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_3 .box .item .content1 img {
  max-height: 100%;
}
.service_3 .box .item .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin-top: 0.25rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_3 .box .item .content3 {
  font-size: var(--f16);
  color: #e02f1d;
  margin-top: 0.24rem;
}
.service_3 .box .item .content3 i {
  margin-left: 5px;
}
.service_3 .box .item:hover .content1 {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.layer_message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.layer_message .box {
  width: 11rem;
  background: #fff;
  border-radius: 15px;
  min-height: 1rem;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.5rem 1.1rem 0.8rem;
}
.layer_message .box .h5 {
  font-size: var(--f36);
  font-weight: bold;
  text-align: center;
}
.layer_message .box .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
.layer_message .box .close i {
  font-size: var(--f28);
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.layer_message .box .close:hover i {
  color: #e02f1d;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.layer_message .box form .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.56rem;
}
.layer_message .box form .list .item {
  position: relative;
  background: #f5f5f5;
  border-radius: 0.15rem;
}
.layer_message .box form .list .item input {
  background: none;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  height: 0.6rem;
  width: 100%;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.layer_message .box form .list .item input:focus {
  border-color: #e02f1d;
}
.layer_message .box form .list .item input:not(:placeholder-shown) + p {
  display: none;
}
.layer_message .box form .list .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #666;
}
.layer_message .box form .list .item p span {
  color: #e02f1d;
}
.layer_message .box form .list1 {
  margin: 0.2rem 0 0;
}
.layer_message .box form .list1 .item {
  position: relative;
  background: #f5f5f5;
  border-radius: 0.15rem;
}
.layer_message .box form .list1 .item textarea {
  background: none;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  height: 1.8rem;
  width: 100%;
  padding: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  resize: none;
}
.layer_message .box form .list1 .item textarea:focus {
  border-color: #e02f1d;
}
.layer_message .box form .list1 .item textarea:not(:placeholder-shown) + p {
  display: none;
}
.layer_message .box form .list1 .item p {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  font-size: var(--f16);
  color: #666;
}
.layer_message .box form .list1 .item p span {
  color: #e02f1d;
}
.layer_message .box form .list2 {
  color: #000;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.layer_message .box form .list2 p {
  margin-left: 0.06rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.layer_message .box form .list2 p a {
  display: inline-block;
}
.layer_message .box form .list2 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #e02f1d !important;
  background-color: #e02f1d;
}
.layer_message .box form .list2 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #e02f1d;
}
.layer_message .box form .list2 .layui-form-checked[lay-skin=primary] i {
  background: #e02f1d;
}
.layer_message .box form .list2 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.layer_message .box form .list2 a {
  color: #e02f1d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.layer_message .box form .list2 a:hover {
  text-decoration: underline;
}
.layer_message .box form .list3 {
  margin-top: 0.4rem;
}
.service_4 .box {
  border-radius: 15px;
  overflow: hidden;
  background: #f6f6f6;
}
.service_4 .box .boxLeft {
  width: 50%;
}
.service_4 .box .boxLeft p img {
  width: 100%;
}
.service_4 .box .boxRight {
  padding-left: 1.3rem;
  padding-right: 0.5rem;
  -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;
}
.service_4 .box .boxRight > div {
  width: 100%;
}
.service_4 .box .boxRight .item {
  position: relative;
  margin-bottom: 0.36rem;
  padding-left: 0.5rem;
}
.service_4 .box .boxRight .item:last-child {
  margin-bottom: 0;
}
.service_4 .box .boxRight .item .content1 {
  font-size: var(--f16);
  color: #999;
}
.service_4 .box .boxRight .item .content2 {
  font-size: var(--f24);
  color: #333;
  font-weight: bold;
  margin-top: 0.05rem;
}
.service_4 .box .boxRight .item .content2 a {
  color: #333;
}
.service_4 .box .boxRight .item .content2 span {
  color: #e02f1d;
}
.service_4 .box .boxRight .item .content3 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service_5 {
  background: #f6f6f6;
}
.service_5 .toggle {
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service_5 .toggle > div {
  margin-right: 1.2rem;
}
.service_5 .toggle > div p {
  cursor: pointer;
  position: relative;
  font-size: var(--f22);
  color: #333;
  font-weight: bold;
  padding-bottom: 0.12rem;
}
.service_5 .toggle > div p::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e02f1d;
}
.service_5 .toggle > div .none {
  display: none;
}
.service_5 .toggle > div:last-child {
  margin-right: 0;
}
.service_5 .toggle > div:hover p,
.service_5 .toggle > div.active p {
  color: #000;
}
.service_5 .toggle > div:hover p::before,
.service_5 .toggle > div.active p::before {
  width: 100%;
}
.service_5 .box_ > div {
  display: none;
}
.service_5 .box_ > div.active {
  display: block;
}
.video_list .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.3rem;
}
.video_list .list a {
  cursor: pointer;
}
.video_list .list a figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.video_list .list a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.video_list .list a figure .play {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.video_list .list a figure .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play1.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: yz 3s linear infinite;
  animation: yz 3s linear infinite;
}
.video_list .list a figcaption {
  margin-top: 0.25rem;
}
.video_list .list a figcaption .content1 {
  font-size: var(--f18);
  color: #333;
}
.video_list .list a figcaption .content2 {
  font-size: var(--f22);
  font-weight: bold;
  margin-top: 0.15rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.video_list .list a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video_list .list a:hover figcaption .content2 {
  color: #e02f1d;
}
@-webkit-keyframes yz {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes yz {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.word_list .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.word_list .list .item {
  padding: 0.16rem;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.word_list .list .item .left {
  width: 1.7rem;
}
.word_list .list .item .left .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.word_list .list .item .left .img img {
  width: 100%;
}
.word_list .list .item .left .img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.word_list .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  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;
}
.word_list .list .item .right > div {
  width: 100%;
}
.word_list .list .item .right .content1 p {
  font-size: var(--f16);
  color: #306cbf;
  line-height: 30px;
  padding: 0 0.15rem;
  border-radius: 4px;
  background: #e1e7ef;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.word_list .list .item .right .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin-top: 0.12rem;
}
.word_list .list .item .right .content2 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.word_list .list .item .right .content2 a:hover {
  color: #e02f1d;
}
.word_list .list .item .right .content3 {
  font-size: var(--f18);
  color: #999;
  margin-top: 0.2rem;
}
.word_list .list .item .right .content4 {
  margin-top: 0.6rem;
}
.word_list .list .item .right .content4 a {
  color: #e02f1d;
  font-size: var(--f16);
}
.word_list .list .item .right .content4 a svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 5px;
}
.word_list .list .item:hover {
  background: #fff url(../images/img70.png) no-repeat 50% 50% / cover;
  -webkit-box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
}
.service_6 .desc {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.22rem;
}
.service_6 .toggle {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service_6 .toggle > div {
  margin-right: 1.2rem;
}
.service_6 .toggle > div p,
.service_6 .toggle > div a {
  cursor: pointer;
  position: relative;
  font-size: var(--f22);
  color: #333;
  font-weight: bold;
  padding-bottom: 0.12rem;
}
.service_6 .toggle > div p::before,
.service_6 .toggle > div a::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e02f1d;
}
.service_6 .toggle > div .none {
  display: none;
}
.service_6 .toggle > div:last-child {
  margin-right: 0;
}
.service_6 .toggle > div:hover p,
.service_6 .toggle > div.active p,
.service_6 .toggle > div:hover a,
.service_6 .toggle > div.active a {
  color: #000;
}
.service_6 .toggle > div:hover p::before,
.service_6 .toggle > div.active p::before,
.service_6 .toggle > div:hover a::before,
.service_6 .toggle > div.active a::before {
  width: 100%;
}
.service_6 .filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.service_6 .filter .main {
  position: relative;
}
.service_6 .filter .main input {
  font-size: var(--f18);
  height: 0.54rem;
  padding: 0 0.6rem 0 0.3rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}
.service_6 .filter .main label {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.service_6 .filter .main .layui-form-select .layui-edge {
  border-top-color: #e02f1d;
  right: 0.3rem;
}
.service_6 .filter .main .layui-form-select dl dd,
.service_6 .filter .main .layui-form-select dl dt {
  padding: 0 0.3rem !important;
  font-size: var(--f16);
}
.service_6 .filter .main .layui-form-select dl {
  top: 0.54rem;
}
.service_6 .filter .main .layui-form-selectup dl {
  top: auto;
  bottom: 0.54rem;
}
.service_6 .filter .main2 input {
  cursor: pointer;
}
.layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: #e02f1d !important;
}
.service_7 .box .boxLeft {
  width: 5.2rem;
  padding-right: 1.2rem;
}
.service_7 .box .boxLeft .list {
  margin-top: 0.4rem;
  border-top: 1px solid #ddd;
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.service_7 .box .boxLeft .list .item .top {
  font-size: var(--f18);
  color: #000;
  cursor: pointer;
  line-height: 0.6rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.service_7 .box .boxLeft .list .item .top i {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f20);
  color: #e02f1d;
  font-weight: 400;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_7 .box .boxLeft .list .item .top:hover {
  color: #e02f1d;
}
.service_7 .box .boxLeft .list .item .bot {
  padding-left: 0.25rem;
  border-bottom: 1px solid transparent;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_7 .box .boxLeft .list .item .bot ul {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_7 .box .boxLeft .list .item .bot ul li {
  margin-bottom: 0.22rem;
}
.service_7 .box .boxLeft .list .item .bot ul li:last-child {
  margin-bottom: 0;
}
.service_7 .box .boxLeft .list .item .bot ul li a {
  font-size: var(--f18);
  color: #666;
}
.service_7 .box .boxLeft .list .item .bot ul .active a {
  color: #e02f1d;
}
.service_7 .box .boxLeft .list .item.active .top {
  color: #e02f1d;
}
.service_7 .box .boxLeft .list .item.active .bot {
  border-bottom: 1px solid #ddd;
  grid-template-rows: 1fr;
}
.service_7 .box .boxLeft .list .item.active .bot ul {
  padding: 0.25rem 0;
}
.service_7 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service_7 .box .boxRight .list {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0.2rem;
}
.service_7 .box .boxRight .list .item {
  padding: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f6f6f6;
  border-radius: 10px;
}
.service_7 .box .boxRight .list .item .left {
  width: 1.7rem;
}
.service_7 .box .boxRight .list .item .left .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.service_7 .box .boxRight .list .item .left .img img {
  width: 100%;
}
.service_7 .box .boxRight .list .item .left .img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service_7 .box .boxRight .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_7 .box .boxRight .list .item .right > div {
  width: 100%;
}
.service_7 .box .boxRight .list .item .right .content1 p {
  font-size: var(--f16);
  color: #306cbf;
  line-height: 30px;
  padding: 0 0.15rem;
  border-radius: 4px;
  background: #e1e7ef;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service_7 .box .boxRight .list .item .right .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin-top: 0.12rem;
}
.service_7 .box .boxRight .list .item .right .content2 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_7 .box .boxRight .list .item .right .content2 a:hover {
  color: #e02f1d;
}
.service_7 .box .boxRight .list .item .right .content3 {
  font-size: var(--f18);
  color: #999;
  margin-top: 0.2rem;
}
.service_7 .box .boxRight .list .item .right .content4 {
  margin-top: 0.6rem;
}
.service_7 .box .boxRight .list .item .right .content4 a {
  color: #e02f1d;
  font-size: var(--f16);
}
.service_7 .box .boxRight .list .item .right .content4 a svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 5px;
}
.service_7 .box .boxRight .list .item:hover {
  background: #fff url(../images/img70.png) no-repeat 50% 50% / cover;
  -webkit-box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
}
.Method {
  font-size: var(--f18);
  color: #000;
}
.Method p {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Method p:hover {
  color: #e02f1d;
}
.Method .active {
  color: #e02f1d;
}
.Method em {
  margin: 0 4px;
}
.Remarks {
  font-size: var(--f18);
  color: #e02f1d;
  margin-top: 0.32rem;
}
.service_8 {
  background: #f6f6f6;
}
.service_8 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.service_8 .box .item {
  padding: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  background: #fff;
}
.service_8 .box .item .left {
  width: 1.7rem;
}
.service_8 .box .item .left .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.service_8 .box .item .left .img img {
  width: 100%;
}
.service_8 .box .item .left .img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service_8 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_8 .box .item .right > div {
  width: 100%;
}
.service_8 .box .item .right .content1 p {
  font-size: var(--f16);
  color: #306cbf;
  line-height: 30px;
  padding: 0 0.15rem;
  border-radius: 4px;
  background: #e1e7ef;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service_8 .box .item .right .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin-top: 0.12rem;
}
.service_8 .box .item .right .content2 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_8 .box .item .right .content2 a:hover {
  color: #e02f1d;
}
.service_8 .box .item .right .content3 {
  font-size: var(--f18);
  color: #999;
  margin-top: 0.2rem;
}
.service_8 .box .item .right .content4 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.12rem;
}
.service_8 .box .item .right .content6 {
  margin-top: 0.24rem;
}
.service_8 .box .item .right .content6 a {
  color: #e02f1d;
  font-size: var(--f16);
}
.service_8 .box .item .right .content6 a svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 5px;
}
.service_8 .box .item:hover {
  background: #fff url(../images/img70.png) no-repeat 50% 50% / cover;
  -webkit-box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
}
.Case_1 .box {
  position: relative;
  padding: 0 0.8rem;
}
.Case_1 .box .swiper .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.Case_1 .box .swiper .swiper-slide .content1 {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Case_1 .box .swiper .swiper-slide .content1 img {
  max-height: 100%;
  margin: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_1 .box .swiper .swiper-slide .content2 {
  font-size: var(--f20);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.22rem 0 0.16rem;
}
.Case_1 .box .swiper .swiper-slide .content3 {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_1 .box .swiper .swiper-slide:hover .content1 img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.Case_1 .box .swiper .swiper-slide:hover .content2 {
  color: #e02f1d;
}
.Case_1 .box .swiper .active .content1 img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.Case_1 .box .swiper .active .content2 {
  color: #e02f1d;
}
.Case_1 .box .swiper .active .content3 {
  opacity: 1;
}
.Case_1 .box .banner_btn.posi div {
  background: transparent;
  border: 1px solid #e02f1d;
  top: 24%;
}
.Case_1 .box .banner_btn.posi div i {
  color: #e02f1d;
}
.Case_1 .box .banner_btn.posi div:hover {
  background: #e02f1d;
  border-color: #e02f1d;
}
.Case_1 .box .banner_btn.posi div:hover i {
  color: #fff;
}
.Case_2 .box .boxLeft {
  width: 7.2rem;
}
.Case_2 .box .boxLeft p {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Case_2 .box .boxLeft p img {
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_2 .box .boxLeft .swiper2 {
  margin-top: 0.2rem;
}
.Case_2 .box .boxLeft .swiper2 p {
  border: 2px solid transparent;
}
.Case_2 .box .boxLeft .swiper2 .swiper-slide-thumb-active p {
  border-color: #e02f1d;
}
.Case_2 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
}
.Case_2 .box .boxRight .content1 a {
  font-size: var(--f44);
  font-weight: bold;
  color: #000;
  transition: 0.4s;
}
.Case_2 .box .boxRight .content1 a:hover {
  color: #e02f1d;
}
.Case_2 .box .boxRight .content2 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.24rem;
}
.Case_2 .box .boxRight .content3 {
  font-size: var(--f32);
  margin-top: 0.48rem;
}
.Case_2 .box .boxRight .heng {
  margin: 0.18rem 0 0.22rem;
  height: 1px;
  background: #ddd;
}
.Case_2 .box .boxRight .content4 {
  font-size: var(--f18);
  color: #666;
  height: 17.5em;
  max-height: 17.5em;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.Case_2 .box .boxRight .content5 {
  margin-top: 0.54rem;
}
.Case_3 .box {
  padding: 0.9rem 0;
}
.Case_3 .box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.Case_3 .box .left .content1 {
  font-size: var(--f44);
  font-weight: bold;
  line-height: 1.2;
}
.Case_3 .box .left .content2 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Case_3 .box .left .content2 p {
  color: #999;
  margin-left: 0.2rem;
}
.Case_3 .box .left .content3 {
  margin-top: 0.3rem;
}
.Case_3 .box .left .content3 p {
  font-size: var(--f16);
  color: #306cbf;
  background: #e1e7ef;
  padding: 0 0.15rem;
  line-height: 36px;
  border-radius: 20px;
}
.Case_3 .box .right a {
  font-size: var(--f18);
  color: #e02f1d;
}
.Case_3 .box .right a svg {
  margin-left: 0.15rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Case_4 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Case_4 .box .boxLeft > div {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.Case_4 .box .boxLeft .content1 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
}
.Case_4 .box .boxLeft .heng {
  height: 1px;
  background: #ddd;
  margin: 0.68rem 0 0.42rem;
}
.Case_4 .box .boxLeft .content2 a {
  font-size: var(--f18);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Case_4 .box .boxLeft .content2 a:hover {
  color: #306cbf;
}
.Case_4 .box .boxLeft .content2 .next {
  margin-top: 0.22rem;
}
.Case_4 .box .boxRight {
  width: 5.7rem;
  padding-left: 1.5rem;
}
.Case_4 .box .boxRight > div {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.Case_4 .box .boxRight > div section {
  margin-bottom: 0.5rem;
}
.Case_4 .box .boxRight > div section:last-child {
  margin-bottom: 0;
}
.Case_4 .box .boxRight > div .h5 {
  font-size: var(--f30);
  font-weight: bold;
}
.Case_4 .box .boxRight > div .list1 {
  margin-top: 0.3rem;
  display: grid;
  gap: 0.4rem;
}
.Case_4 .box .boxRight > div .list1 a figure {
  border-radius: 10px;
  overflow: hidden;
}
.Case_4 .box .boxRight > div .list1 a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_4 .box .boxRight > div .list1 a figcaption {
  font-size: var(--f22);
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  margin-top: 0.2rem;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.Case_4 .box .boxRight > div .list1 a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_4 .box .boxRight > div .list1 a:hover figcaption {
  color: #306cbf;
}
.Case_4 .box .boxRight > div .list2 {
  margin-top: 0.28rem;
}
.Case_4 .box .boxRight > div .list2 a {
  font-size: var(--f22);
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  font-weight: bold;
  margin-bottom: 0.22rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_4 .box .boxRight > div .list2 a:last-child {
  margin-bottom: 0;
}
.Case_4 .box .boxRight > div .list2 a:hover {
  color: #306cbf;
}
.Case_5 .toggle > div {
  margin-right: 1rem;
}
.Case_5 .filter {
  grid-template-columns: repeat(3, 1fr);
}
.Case_6 {
  margin-top: 0.6rem;
}
.Case_6 .box a {
  border-radius: 10px;
  overflow: hidden;
}
.Case_6 .box a .boxLeft {
  width: 50%;
}
.Case_6 .box a .boxLeft p {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.Case_6 .box a .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_6 .box a .boxRight {
  width: 50%;
  background: #f6f6f6;
  padding: 0.48rem 0.8rem 0 0.9rem;
}
.Case_6 .box a .boxRight .content1 div {
  font-size: var(--f16);
  color: #306cbf;
  background: #e1e7ef;
  padding: 0 0.15rem;
  line-height: 36px;
  border-radius: 20px;
}
.Case_6 .box a .boxRight .content1 p {
  font-size: var(--f18);
  color: #333;
  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;
}
.Case_6 .box a .boxRight .content2 {
  font-size: var(--f32);
  font-weight: bold;
  color: #000;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 0.28rem 0 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_6 .box a .boxRight .content3 {
  font-size: var(--f18);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Case_6 .box a .boxRight .content4 {
  margin-top: 0.7rem;
}
.Case_6 .box a .boxRight .content4 .div {
  font-size: var(--f16);
  color: #999;
  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.3rem;
}
.Case_6 .box a:hover .boxLeft p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_6 .box a:hover .boxRight .content2 {
  color: #306cbf;
}
.Case_6 .page {
  text-align: center;
}
.Case_6 .page div {
  margin-top: 0.6rem;
}
.Case_6 .page span {
  background: #e02f1d;
}
.Case_7 .box {
  display: grid;
  gap: 0.3rem;
}
.Case_7 .box .item {
  position: relative;
  background: #f6f6f6;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_7 .box .item a {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.Case_7 .box .item a::after {
  content: '';
  background: url(../images/img76.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  width: 2.28rem;
  height: 2.28rem;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_7 .box .item a .boxLeft {
  width: 1.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Case_7 .box .item a .boxLeft > div {
  width: 100%;
  text-align: center;
  color: #ccc;
  font-family: "MB";
  border-right: 1px solid #e6e6e6;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Case_7 .box .item a .boxLeft > div div {
  font-size: var(--f58);
  line-height: 1;
}
.Case_7 .box .item a .boxLeft > div p {
  font-size: var(--f18);
  margin-top: 0.05rem;
}
.Case_7 .box .item a .boxRight {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.25rem 2.6rem 0.25rem 0.45rem;
}
.Case_7 .box .item a .boxRight .content1 {
  font-size: var(--f22);
  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;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_7 .box .item a .boxRight .content2 {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.12rem;
}
.Case_7 .box .item a .boxRight .content3 {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f16);
}
.Case_7 .box .item a .boxRight .content3 div {
  color: #e02f1d;
}
.Case_7 .box .item a .boxRight .content3 div i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.08rem;
}
.Case_7 .box .item a .boxRight .content3 p {
  color: #999;
  margin-left: 0.4rem;
}
.Case_7 .box .item a .boxRight .content4 {
  font-size: var(--f16);
  color: #306cbf;
  background: #e1e7ef;
  padding: 0 0.15rem;
  line-height: 36px;
  border-radius: 20px;
  position: absolute;
  top: 0.25rem;
  right: 0.3rem;
}
.Case_7 .box .item:hover {
  -webkit-box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.Case_7 .box .item:hover a::after {
  opacity: 1;
}
.Case_7 .box .item:hover a .boxRight .content1 {
  color: #e02f1d;
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.pu_page a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  font-size: var(--f20);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a i {
  font-size: var(--f20);
  color: #e02f1d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0.2rem;
}
.pu_page .number a {
  color: #333;
}
.pu_page .number a:hover {
  color: #e02f1d;
}
.pu_page .number .active {
  color: #e02f1d;
}
.pu_page .prev a,
.pu_page .next a {
  border-color: #e02f1d;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #e02f1d;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.layui-laydate {
  z-index: 50;
}
.Video_1 {
  margin-top: 0.7rem;
}
.Video_1 .box .boxLeft {
  width: 4.8rem;
  padding-right: 0.8rem;
}
.Video_1 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.Video_1 .box .boxLeft form {
  position: relative;
}
.Video_1 .box .boxLeft form input {
  font-size: var(--f18);
  height: 0.54rem;
  padding: 0 0.6rem 0 0.3rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}
.Video_1 .box .boxLeft form label {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.Video_1 .box .boxLeft .list {
  margin-top: 0.4rem;
  border-top: 1px solid #ddd;
}
.Video_1 .box .boxLeft .list .item .top {
  font-size: var(--f18);
  color: #000;
  cursor: pointer;
  line-height: 0.6rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Video_1 .box .boxLeft .list .item .top i {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f20);
  color: #e02f1d;
  font-weight: 400;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Video_1 .box .boxLeft .list .item .top:hover {
  color: #e02f1d;
}
.Video_1 .box .boxLeft .list .item.active .top {
  color: #e02f1d;
}
.Video_1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Video_1 .box .boxRight .video_list .list a figure .play {
  width: 0.5rem;
  height: 0.5rem;
}
.Video_1 .box .boxRight .video_list .list a figcaption .content3 {
  margin-top: 0.15rem;
}
.Video_1 .box .boxRight .video_list .list a figcaption .content3 p {
  font-size: var(--f16);
  color: #306cbf;
  background: #e1e7ef;
  padding: 0 0.15rem;
  line-height: 36px;
  border-radius: 4px;
  margin-right: 0.1rem;
}
.videoMore {
  position: relative;
}
.videoMore .img img {
  width: 100%;
  min-height: 3rem;
}
.videoMore .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;
}
.videoMore .orientation > div {
  text-align: center;
  width: 100%;
}
.videoMore .orientation > div .content1 {
  font-size: var(--f30);
  color: #fff;
}
.videoMore .orientation > div .content2 {
  margin-top: 0.36rem;
}
.videoMore .orientation > div .content2 ul li {
  margin: 0 0.08rem;
  position: relative;
}
.videoMore .orientation > div .content2 ul li a {
  background: rgba(255, 255, 255, 0.2);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.videoMore .orientation > div .content2 ul li a svg {
  margin: auto;
}
.videoMore .orientation > div .content2 ul li p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  top: 55px;
  width: 1.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.videoMore .orientation > div .content2 ul li p::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.videoMore .orientation > div .content2 ul li p img {
  width: 100%;
  border-radius: 0.1rem;
}
.videoMore .orientation > div .content2 ul li:hover a {
  background: #e02f1d;
}
.videoMore .orientation > div .content2 ul li:hover p {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.join_1 {
  margin-top: 0.7rem;
}
.join_1 .box .boxLeft {
  width: 5.2rem;
  padding-right: 1.2rem;
}
.join_1 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.join_1 .box .boxLeft .list {
  margin-top: 0.4rem;
  border-top: 1px solid #ddd;
}
.join_1 .box .boxLeft .list .item .top {
  font-size: var(--f18);
  color: #000;
  cursor: pointer;
  line-height: 0.6rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.join_1 .box .boxLeft .list .item .top i {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f20);
  color: #e02f1d;
  font-weight: 400;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_1 .box .boxLeft .list .item .top:hover {
  color: #e02f1d;
}
.join_1 .box .boxLeft .list .item.active .top {
  color: #e02f1d;
}
.join_1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.join_2 {
  display: grid;
  gap: 0.2rem;
}
.join_2 .item .top {
  font-size: var(--f24);
  background: #f6f6f6;
  border-radius: 10px;
  padding: 0 0.8rem 0 0.6rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_2 .item .top .img {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_2 .item .top .img img {
  width: 1rem;
  -webkit-transform: translateX(0.1rem) translateY(0.3rem);
  -ms-transform: translateX(0.1rem) translateY(0.3rem);
  transform: translateX(0.1rem) translateY(0.3rem);
}
.join_2 .item .top .left {
  line-height: 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_2 .item .top .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;
}
.join_2 .item .top .right span {
  width: 14px;
  height: 2px;
  background: #e02f1d;
  display: inline-block;
  position: relative;
}
.join_2 .item .top .right span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e02f1d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_2 .item .top.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.08);
}
.join_2 .item .top.active .img {
  opacity: 1;
}
.join_2 .item .top.active .left {
  color: #e02f1d;
}
.join_2 .item .top.active .right span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.join_2 .item .top:hover .left {
  color: #e02f1d;
}
.join_2 .item .bot {
  padding: 0.4rem 0.8rem 0.6rem 0.6rem;
  display: none;
}
.join_2 .item .bot > div {
  margin-bottom: 0.4rem;
}
.join_2 .item .bot > div:last-child {
  margin-bottom: 0;
}
.join_2 .item .bot .h5 {
  font-size: var(--f18);
  font-weight: bold;
}
.join_2 .item .bot .desc {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
  color: #333;
  margin-top: 0.06rem;
}
.join_2 .item .bot a {
  font-size: var(--f16);
  color: #e02f1d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e02f1d;
  line-height: 0.48rem;
  border-radius: 0.4rem;
  padding: 0 0.22rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_2 .item .bot a svg {
  margin-left: 0.2rem;
}
.join_2 .item .bot a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_2 .item .bot a:hover {
  color: #fff;
  background: #e02f1d;
}
.join_2 .item .bot a:hover path {
  fill: #fff;
}
.join_3 .desc {
  font-size: var(--f22);
  color: #333;
  text-align: center;
  margin-top: 0.24rem;
}
.join_3 .box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.join_3 .box .item {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0.6rem 0 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_3 .box .item figure {
  height: 0.6rem;
}
.join_3 .box .item figure img {
  max-height: 100%;
}
.join_3 .box .item figcaption {
  font-size: var(--f20);
  color: #000;
  margin-top: 0.25rem;
  line-height: 1.8;
  height: 1.8em;
}
.join_3 .box .item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(48, 108, 191, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(48, 108, 191, 0.25);
}
.join_4 .box {
  padding: 0 0.84rem;
  position: relative;
}
.join_4 .box .swiper .swiper-slide div {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.join_4 .box .swiper .swiper-slide div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(48, 108, 191, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(48, 108, 191, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(48, 108, 191, 0.8));
}
.join_4 .box .swiper .swiper-slide div img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_4 .box .swiper .swiper-slide div figcaption {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  font-size: var(--f20);
  color: #fff;
  text-align: center;
  z-index: 2;
}
.join_4 .box .swiper .swiper-slide div:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.join_4 .box .banner_btn.posi div {
  background: transparent;
  border: 1px solid #e02f1d;
}
.join_4 .box .banner_btn.posi div i {
  color: #e02f1d;
}
.join_4 .box .banner_btn.posi div:hover {
  background: #e02f1d;
}
.join_4 .box .banner_btn.posi div:hover i {
  color: #fff;
}
.Contact_1 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.6rem;
}
.Contact_1 .box .boxLeft .list {
  margin-top: 0.45rem;
}
.Contact_1 .box .boxLeft .list .item {
  position: relative;
  margin-bottom: 0.36rem;
  padding-left: 0.5rem;
}
.Contact_1 .box .boxLeft .list .item:last-child {
  margin-bottom: 0;
}
.Contact_1 .box .boxLeft .list .item .content1 {
  font-size: var(--f16);
  color: #999;
}
.Contact_1 .box .boxLeft .list .item .content2 {
  font-size: var(--f24);
  color: #333;
  font-weight: bold;
  margin-top: 0.05rem;
}
.Contact_1 .box .boxLeft .list .item .content2 a {
  color: #333;
}
.Contact_1 .box .boxLeft .list .item .content2 span {
  color: #e02f1d;
}
.Contact_1 .box .boxLeft .list .item .content3 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Contact_1 .box .boxRight {
  width: 9.2rem;
}
.Contact_1 .box .boxRight div {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.Contact_1 .box .boxRight div img {
  width: 100%;
}
.Contact_1 .box .boxRight div a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: var(--f16);
  font-weight: bold;
  color: #fff;
  padding: 0 0.3rem;
  border-radius: 0.4rem;
  line-height: 0.56rem;
  background: #e02f1d;
}
.Contact_1 .box .boxRight div a svg {
  margin-left: 0.2rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Contact_2 {
  position: relative;
}
.Contact_2 .img img {
  width: 100%;
}
.Contact_2 .posi {
  position: absolute;
  --w: 1.3rem;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12.7rem;
}
.Contact_2 .posi ul li a {
  width: var(--w);
  height: var(--w);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Contact_2 .posi ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: -o-linear-gradient(315deg, #ffffff 1%, #f0f6ff 100%);
  background-image: linear-gradient(135deg, #ffffff 1%, #f0f6ff 100%);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(48, 108, 191, 0.04);
  box-shadow: 0px 0px 30px 0px rgba(48, 108, 191, 0.04);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .posi ul li a svg,
.Contact_2 .posi ul li a img {
  margin: auto;
  position: relative;
  z-index: 2;
  max-width: 0.64rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .posi ul li a svg path,
.Contact_2 .posi ul li a img path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_2 .posi ul li a .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .Contact_2 .posi ul li:nth-child(1),
  .Contact_2 .posi ul li:nth-child(8) {
    -webkit-transform: translateY(2.35rem);
    -ms-transform: translateY(2.35rem);
    transform: translateY(2.35rem);
  }
  .Contact_2 .posi ul li:nth-child(2),
  .Contact_2 .posi ul li:nth-child(7) {
    -webkit-transform: translateY(1.15rem);
    -ms-transform: translateY(1.15rem);
    transform: translateY(1.15rem);
  }
  .Contact_2 .posi ul li:nth-child(3),
  .Contact_2 .posi ul li:nth-child(6) {
    -webkit-transform: translateY(0.35rem);
    -ms-transform: translateY(0.35rem);
    transform: translateY(0.35rem);
  }
}
.Contact_2 .posi ul li.active a {
  background: #306cbf;
}
.Contact_2 .posi ul li.active a::after {
  opacity: 0;
}
.Contact_2 .posi ul li.active a svg path {
  fill: #fff;
}
.Contact_2 .posi ul li.active a .img1 {
  opacity: 0;
}
.Contact_2 .posi ul li.active a .img2 {
  opacity: 1;
}
.Contact_2 .ewmList {
  position: absolute;
  left: 50%;
  bottom: 0.46rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Contact_2 .ewmList p {
  overflow: hidden;
  border-radius: 10px;
  display: none;
}
.Contact_2 .ewmList p img {
  width: 1.6rem;
}
.Contact_2 .ewmList p.active {
  display: block;
}
.search_1 {
  padding-top: 0.3rem;
}
.search_1 .box form {
  width: 12rem;
  margin: auto;
  background: #f6f6f6;
  padding-left: 0.3rem;
  border-radius: 0.4rem;
}
.search_1 .box 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 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search_1 .box form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f18);
  border: 0;
  background: none;
}
.search_1 .box form .btn input {
  font-size: var(--f18);
  color: #fff;
  background: #e02f1d;
  width: 1.6rem;
  height: 0.56rem;
  border-radius: 0.3rem;
  border: 0;
  cursor: pointer;
}
.search_2 .box .boxLeft {
  width: 3.8rem;
}
.search_2 .box .boxLeft > div {
  background: #f6f6f6;
  padding: 0.4rem 0.2rem;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.search_2 .box .boxLeft > div .h5 {
  font-size: var(--f32);
  font-weight: bold;
}
.search_2 .box .boxLeft > div ul {
  margin-top: 0.35rem;
}
.search_2 .box .boxLeft > div ul li {
  margin-bottom: 0.2rem;
}
.search_2 .box .boxLeft > div ul li a {
  font-size: var(--f20);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.search_2 .box .boxLeft > div ul li a:hover {
  color: #306cbf;
}
.search_2 .box .boxLeft > div ul .active a {
  color: #306cbf;
}
.search_2 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}
.search_2 .box .boxRight .h5 {
  font-size: var(--f32);
  font-weight: bold;
}
.search_2 .box .boxRight .list {
  margin-top: 0.2rem;
}
.search_2 .box .boxRight .list .item {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ccc;
}
.search_2 .box .boxRight .list .item .left {
  max-width: 75%;
}
.search_2 .box .boxRight .list .item .left .top {
  font-size: var(--f18);
  color: #666;
}
.search_2 .box .boxRight .list .item .left .bot {
  font-size: var(--f24);
  color: #333;
  font-weight: bold;
  margin-top: 0.14rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.search_2 .box .boxRight .list .item .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search_2 .box .boxRight .list .item .right p {
  font-size: var(--f16);
  font-weight: bold;
  color: #e02f1d;
}
.search_2 .box .boxRight .list .item .right p i {
  font-size: var(--f16);
  margin-left: 0.2rem;
}
.search_2 .box .boxRight .list .item:hover .left .bot {
  color: #306cbf;
}
.toggleNav {
  margin-top: 0.3rem;
}
.toggleNav div a {
  font-size: var(--f22);
  color: #333;
  margin-right: 0.96rem;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.toggleNav div a:hover {
  color: #e02f1d !important;
}
.toggleNav div a:last-child {
  margin-right: 0;
}
.toggleNav div a.active {
  border-color: #e02f1d;
  color: #000;
}
.government_1 .box {
  --w1: 8.2rem;
  --w2: calc((100vw - 4px - var(--interval) * 2 - var(--w1) - 40px) / 2);
  --h: 6.2rem;
}
@media screen and (max-width: 1200px) {
  .government_1 .box {
    --w1: 80vw;
    --w2: var(--w1);
  }
}
.government_1 .box .swiper .swiper-slide {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_1 .box .swiper .swiper-slide .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.government_1 .box .swiper .swiper-slide .img img {
  width: 100%;
  height: var(--h);
}
.government_1 .box .swiper .swiper-slide .img::after,
.government_1 .box .swiper .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_1 .box .swiper .swiper-slide .img::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 47, 29, 0.8)), color-stop(60%, transparent));
  background: -o-linear-gradient(top, rgba(224, 47, 29, 0.8), transparent 60%);
  background: linear-gradient(to bottom, rgba(224, 47, 29, 0.8), transparent 60%);
}
.government_1 .box .swiper .swiper-slide .img::after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e02f1d), to(transparent));
  background: -o-linear-gradient(left, #e02f1d, transparent);
  background: linear-gradient(to right, #e02f1d, transparent);
}
.government_1 .box .swiper .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.55rem 0.5rem 0;
  z-index: 1;
  color: #fff;
}
.government_1 .box .swiper .swiper-slide .orientation .content1 {
  font-size: var(--f28);
  font-weight: bold;
}
.government_1 .box .swiper .swiper-slide .orientation .content2 {
  font-size: var(--f18);
  margin-top: 0.16rem;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_1 .box .swiper .swiper-slide .orientation .content3 {
  margin-top: 0.54rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_1 .box .swiper .swiper-slide .orientation .content3 ul li {
  font-size: var(--f16);
  color: #fff;
  border: 1px solid #fff;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  border-radius: 0.4rem;
  margin-right: 0.1rem;
  margin-bottom: 0.2rem;
}
.government_1 .box .swiper .swiper-slide .button {
  position: absolute;
  bottom: 0.8rem;
  left: 0.5rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .government_1 .box .swiper .swiper-slide-active {
    width: var(--w1);
  }
  .government_1 .box .swiper .swiper-slide-active .img::before {
    opacity: 0;
  }
  .government_1 .box .swiper .swiper-slide-active .img::after {
    opacity: 1;
  }
  .government_1 .box .swiper .swiper-slide-active .orientation .content3 {
    opacity: 1;
  }
  .government_1 .box .swiper .swiper-slide-active .button {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .government_1 .box .swiper .swiper-slide {
    width: var(--w1);
  }
  .government_1 .box .swiper .swiper-slide .img::before {
    opacity: 0;
  }
  .government_1 .box .swiper .swiper-slide .img::after {
    opacity: 1;
  }
  .government_1 .box .swiper .swiper-slide .orientation .content3 {
    opacity: 1;
  }
  .government_1 .box .swiper .swiper-slide .button {
    opacity: 1;
  }
}
.desc_02 {
  font-size: var(--f22);
  color: #333;
  margin-top: 0.22rem;
}
.government_2 {
  background: #f6f6f6;
}
.government_2 .box > div {
  border-radius: 10px;
  overflow: hidden;
  display: none;
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
}
.government_2 .box > div.active {
  display: block;
}
.government_3 .box .item {
  background: #f6f6f6;
}
.government_3 .box .item path,
.government_3 .box .item img {
  fill: #e02f1d;
}
.government_3 .box .item figure {
  height: 0.7rem;
}
.government_3 .box .item:hover {
  background: #e02f1d;
}
.government_3 .box .item:hover figure path {
  fill: #fff;
}
.government_3 .box .item:hover figure img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.government_3 .box .item:hover figcaption {
  color: #fff;
}
.government_4 {
  background: #fff;
}
.government_4 .wMain > div .desc {
  margin-top: 0.26rem;
  color: #333;
  font-size: var(--f22);
}
.government_4 .box .swiper .item {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff6f5));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #fff6f5 100%);
  background-image: linear-gradient(0deg, #ffffff 0%, #fff6f5 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(244, 233, 232, 0.6);
  box-shadow: 0px 15px 30px 0px rgba(244, 233, 232, 0.6);
}
.government_4 .banner_btn.posi div {
  background: transparent;
  border: 1px solid #e02f1d;
}
.government_4 .banner_btn.posi div i {
  color: #e02f1d;
}
.government_4 .banner_btn.posi div:hover {
  background: #e02f1d;
  border-color: #e02f1d;
}
.government_4 .banner_btn.posi div:hover i {
  color: #fff;
}
.government_5 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  --h: 6.2rem;
}
.government_5 .box .item {
  background: #f6f6f6;
  border-radius: 0.15rem;
  position: relative;
}
.government_5 .box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#306cbf), to(#5e6d81));
  background: -o-linear-gradient(left, #306cbf, #5e6d81);
  background: linear-gradient(to right, #306cbf, #5e6d81);
  border-radius: 0.15rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_5 .box .item .over {
  overflow: hidden;
  padding: 0.9rem 0.6rem 0;
  height: var(--h);
}
.government_5 .box .item .con {
  -webkit-transform: translateY(2.4rem);
  -ms-transform: translateY(2.4rem);
  transform: translateY(2.4rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_5 .box .item div {
  position: relative;
  z-index: 2;
}
.government_5 .box .item .content1 p {
  overflow: hidden;
  height: 0.7rem;
}
.government_5 .box .item .content1 p img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  max-height: 100%;
}
.government_5 .box .item .content2 {
  font-size: var(--f28);
  font-weight: bold;
  margin-top: 0.4rem;
}
.government_5 .box .item .content3 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
  margin-top: 0.18rem;
}
.government_5 .box .item .content4 {
  margin-top: 0.9rem;
  opacity: 0;
}
.government_5 .box .item .content4 p {
  font-size: var(--f16);
  color: #fff;
  border: 1px solid #fff;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
  margin-right: 10px;
  margin-bottom: 0.2rem;
}
.government_5 .box .item .content5 {
  position: absolute;
  font-family: "MB";
  font-size: 1.5rem;
  top: 0;
  right: 0.3rem;
  line-height: 1;
}
.government_5 .box .item .content5 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#d6dfec), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #d6dfec, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, #d6dfec, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.government_5 .box .item .svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}
.government_5 .box .item .svg img {
  width: 0.25rem;
}
.government_5 .box .item:last-child .svg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .government_5 .box .item:hover::after {
    opacity: 1;
  }
  .government_5 .box .item:hover .con {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .government_5 .box .item:hover .con .content1 img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .government_5 .box .item:hover .con .content2,
  .government_5 .box .item:hover .con .content3 {
    color: #fff;
  }
  .government_5 .box .item:hover .con .content4 {
    opacity: 1;
  }
  .government_5 .box .item:hover .content5 {
    opacity: 0;
  }
}
.government_5 .box .active::after {
  opacity: 1;
}
.government_5 .box .active .con {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.government_5 .box .active .con .content1 img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.government_5 .box .active .con .content2,
.government_5 .box .active .con .content3 {
  color: #fff;
}
.government_5 .box .active .con .content4 {
  opacity: 1;
}
.government_5 .box .active .content5 {
  opacity: 0;
}
.government_6 {
  background: #f6f6f6;
}
.government_6 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.government_6 .box .item {
  background: #fff;
  border-radius: 10px;
  padding: 0.7rem 0.5rem 0.4rem;
  position: relative;
}
.government_6 .box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#306cbf), to(#5e6d81));
  background: -o-linear-gradient(left, #306cbf, #5e6d81);
  background: linear-gradient(to right, #306cbf, #5e6d81);
  border-radius: 0.15rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_6 .box .item > div {
  position: relative;
  z-index: 1;
}
.government_6 .box .item > div .content1 {
  height: 0.7rem;
}
.government_6 .box .item > div .content1 img {
  max-height: 100%;
}
.government_6 .box .item > div .content2 {
  font-size: var(--f28);
  font-weight: bold;
  margin-top: 0.96rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.government_6 .box .item > div .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.75;
  height: -webkit-calc(3.5em);
  height: calc(1.75em * 2);
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .government_6 .box .item:hover::after {
    opacity: 1;
  }
  .government_6 .box .item:hover > div .content1 img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .government_6 .box .item:hover > div .content2 {
    color: #fff;
  }
  .government_6 .box .item:hover > div .content3 {
    color: #fff;
  }
}
.government_7 {
  background: none;
}
.government_8 {
  background: #f6f6f6;
}
.government_8 .wMain > div .desc {
  margin-top: 0.26rem;
  color: #333;
  font-size: var(--f22);
}
.government_8 .box .swiper .item {
  background-image: -ms-linear-gradient(0deg, #ffffff 0%, #f7fbff 100%);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(225, 233, 242, 0.004);
  box-shadow: 0px 15px 30px 0px rgba(225, 233, 242, 0.004);
}
.government_8 .box .swiper .item .right .content0 p {
  background: #e4ecf8;
  color: #306cbf;
}
.government_8 .box1 ul li {
  border-radius: 0.4rem;
}
.government_8 .banner_btn.posi div {
  background: transparent;
  border: 1px solid #306cbf;
}
.government_8 .banner_btn.posi div i {
  color: #306cbf;
}
.government_8 .banner_btn.posi div:hover {
  background: #306cbf;
  border-color: #306cbf;
}
.government_8 .banner_btn.posi div:hover i {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .Contact_2 .posi ul li a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1520px) {
  .Home_Product .box .boxRight .banner .item .two img {
    max-width: 50%;
  }
  .Home_Product .box .boxRight .banner .item .one img {
    height: 4.8rem;
  }
  .Home_Product .box .boxLeft {
    padding-right: 1.2rem;
  }
  .Home_Product .box {
    --w: 5rem;
  }
  .Home_Product .box .boxRight .banner .item .three {
    width: 4.3rem;
  }
  .Home_Case .box .list {
    --p: 0.5rem;
  }
  .Home_Cooperation .box1 .lb {
    margin-bottom: 30px;
  }
  .Home_Cooperation .box1 .lb li {
    width: 2.4rem;
  }
  .Home_News .box .list a figcaption {
    padding: 0.45rem 0.5rem;
  }
  .Home_News .box .list_list .scroll {
    padding: 0.4rem 0.5rem;
  }
  .Home_Solution .box .item > .a .two .content3 ul li {
    font-size: var(--f20);
  }
  .Home_Solution .box .item > .a .two .content3 ul li {
    margin-bottom: 0.12rem;
  }
  .Home_Map .box .list .item3 .content {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .Home_Map .box .list .item .content .content2 .content4 {
    font-size: var(--f16);
  }
  .Product_3 .wMain .box .scroll .item .content2 {
    margin-top: 0.6rem;
  }
  .solution_02 .so_bot .post .item .div2 .text .t2 br {
    display: none;
  }
  .Product_9 .box .item .boxLeft .content4 {
    margin-top: 0.65rem;
  }
  .service_7 .box .boxRight .list .item .right .content4 {
    margin-top: 0.4rem;
  }
  .Case_6 .box a .boxRight .content4 {
    margin-top: 0.4rem;
  }
  .Home_News .box .list_list .scroll .item {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 1400px) {
  .Header_Container .box .nav .item > p a {
    font-size: var(--f16);
  }
  .Header_Container .box .button .search svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Header_Container .box .button .language a svg {
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
    margin-right: 2px;
  }
  .Header_Container .box .button .language a i {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    display: inline-block;
  }
  .Home_Cooperation .box .swiper .item .right .content2 {
    font-size: var(--f18);
  }
  .Home_Map .box .list .item .content .content2 .content4 {
    font-size: var(--f16);
  }
  .Home_News .box .list a figcaption .content2,
  .Home_News .box .list_list .scroll .item .title {
    font-size: var(--f20);
  }
  .Home_Product .box .boxLeft ul li {
    font-size: var(--f28);
  }
  .Product_3 .wMain .box .scroll .item .content3 {
    font-size: var(--f16);
  }
  .Case_2 .box .boxRight .content4 {
    height: 14em;
    max-height: 14em;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .search_1 .box form .icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1281px) {
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.62rem;
  }
  .title_01 {
    font-size: var(--f40);
  }
  .Home_Map .box .list .item1 .content {
    left: auto;
    right: 0.6rem;
  }
  .Home_Map .box .list .item6 .content {
    left: auto;
    right: 0.6rem;
  }
  .service_4 .box .boxRight .item {
    margin-bottom: 0.2rem;
  }
  .Case_6 .box a .boxLeft p img {
    min-height: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Product .box .boxLeft {
    padding-right: 0;
    width: 100%;
  }
  .Home_Product .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Home_Solution .box {
    --w: 100%;
    --w2: 100%;
    --h: 6.2rem;
    --p: 0.5rem;
  }
  .Home_Solution .box .item {
    margin-bottom: 0.3rem;
  }
  .Home_Solution .box .item:last-child {
    margin-bottom: 0;
  }
  .Home_Solution .box .item > .a .one {
    opacity: 0;
  }
  .Home_Solution .box .item > .a .two {
    opacity: 1;
  }
  .Home_Solution .box .item > .a .two .content2 {
    height: auto;
  }
  .Home_Solution .box .item > .a .two .content3 {
    margin-top: 0.35rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.48rem;
  }
  .Home_News .box,
  .Home_Case .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Product .box .boxRight .banner .item .two img {
    max-width: 46%;
  }
  .Home_Product .box .boxRight .banner .item .two {
    height: 2.9rem;
    max-height: initial;
  }
  .Home_Product .box .boxRight .banner .item .one img {
    height: 5rem;
  }
  .link_01 .a,
  .link_02 .a,
  .link_03 .a,
  .link_04 .a,
  .link_05 .a {
    padding: 0 0.3rem;
    line-height: 0.6rem;
  }
  .Home_Case .box .list {
    --h1: 4.5rem;
    --h2: 4.1rem;
  }
  .Home_Case .box .list .item > .a figcaption {
    padding: 0.5rem var(--p) 0.5rem;
  }
  .Home_Case .box .list .item > .a .button {
    bottom: 0.45rem;
  }
  .Home_Case {
    background-attachment: fixed;
  }
  .Home_News .box .list_list .scroll {
    height: auto;
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .Footer_Container .box {
    display: none;
  }
  .Footer_Container .box1 {
    margin-top: 0;
    padding-top: 0.8rem;
  }
  .Footer_Container .box1 .boxLeft .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .Footer_Container .box1 .boxLeft .item:last-child {
    margin-bottom: 0;
  }
  .Footer_Container .box1 .boxRight .item .ewm {
    width: 1.4rem;
  }
  .Footer_Container .box2 div {
    width: 100%;
    display: block;
    text-align: center;
  }
  .Footer_Container .box2 div a {
    display: inline-block;
    margin: 0 2px;
  }
  .Footer_Container .box2 div.left {
    margin-bottom: 0.1rem;
  }
  .Home_Map .box {
    width: 100%;
  }
  .Home_Map .box .list .item .content {
    display: none;
  }
  .Home_Map .box_box {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .Home_Map .box_box .box1 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .Home_Map {
    padding: 0 5vw 0.3rem;
  }
  .Home_Map .box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
    width: 95vw;
  }
  .Home_Map .box .list .item {
    position: initial;
    margin-right: 0.2rem;
  }
  .Home_Map .box .list .item .dian {
    display: none;
  }
  .Home_Map .box .list .item .content {
    display: block;
    position: initial;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    width: 4.5rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 26px;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    color: #306cbf;
  }
  .Home_Product .box .boxRight .banner .item .three {
    width: 100%;
  }
  .Home_Product .box .boxRight .banner .item .three {
    padding: 0.3rem;
  }
  .Home_Map {
    overflow: hidden;
  }
  .Home_Map .box .img img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  .Home_Map .box {
    margin-top: 1.4rem;
  }
  .Home_Map .box .list .item .content .content2 .content4 {
    height: 5.1em;
  }
  .pu_banner .ban_bk img {
    height: 60vh;
  }
  .solution_01 {
    --h: 0.46rem;
  }
  .solution_01 .so_bot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .solution_01 .so_bot .item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .solution_01 .so_bot .item .box {
    padding: 0.3rem 0.4rem 0.5rem;
  }
  .solution_01 .so_bot .item .box .div1 {
    font-size: 1.1rem;
  }
  .solution_01 .so_bot .item .box .div2 {
    margin-top: 1rem;
  }
  .solution_01 .so_bot .item .box .div2 .text .t2 {
    display: none;
  }
  .solution_01 .so_bot .jt {
    display: none;
  }
  .solution_02 .so_bot .bk {
    height: 97%;
  }
  .solution_02 .so_bot .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .solution_02 .so_bot .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .solution_02 .so_bot .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #179e71;
  }
  .solution_02 .so_bot .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  .solution_02 .so_bot .scroll .post {
    width: max-content;
  }
  .solution_02 .so_bot .scroll .post .item {
    width: 60vw;
    flex: none;
  }
  .solution_02 .so_bot .scroll .post .item .div1 {
    opacity: 0;
  }
  .solution_02 .so_bot .scroll .post .item .div2 {
    opacity: 1;
    bottom: 1rem !important;
  }
  .government_6 .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
  }
  .government_6 .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .government_6 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #306cbf;
  }
  .government_6 .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  .government_6 .scroll .box {
    width: max-content;
    display: flex;
  }
  .government_6 .scroll .box .item {
    width: 50vw;
  }
  .government_7 .so_bot .scroll::-webkit-scrollbar-thumb {
    background: #306cbf;
  }
  .solution_01 .so_bot .item .box .div2 .svg,
  .solution_01 .so_bot .item .post > div .svg,
  .pu_li_1 .svg,
  .solution_03 .so_bot .item .svg {
    height: 0.74rem;
  }
  .about_04 .ab_top .content2 p,
  .solution_04 .so_top .content2 > div {
    margin-right: 0.4rem;
  }
  .solution_03 .so_bot {
    grid-template-columns: repeat(3, 1fr);
  }
  .solution_03 .so_bot .item {
    padding: 0.4rem;
  }
  .solution_03 .so_bot .item .text .t2 {
    display: none;
  }
  .about_01 .ab_top .ri_box .post,
  .pu_leval {
    display: none;
  }
  .about_04 .ab_bot .content1 .box .div1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about_01 .ab_bot {
    padding: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .about_03 .ab_bot .swiper .swiper-slide {
    width: 80%;
  }
  .about_03 .ab_bot .swiper .swiper-slide .post {
    padding: 0.5rem;
  }
  .about_06 .ab_bot .item .box {
    height: 3rem;
  }
  .about_05 .ab_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_08 .ab_bot,
  .about_06 .ab_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .about_07 .wMain .le_box > div .div2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .about_07 .wMain .le_box > div .div2 .item {
    margin-top: 0 !important;
  }
  .about_07 .wMain .le_box > div .div2,
  .about_01 .ab_top .ri_box,
  .Home_Cooperation .box .swiper .item .right {
    margin-top: 0.6rem;
  }
  .about_07 .wMain .ri_box,
  .about_07 .wMain .le_box,
  .about_01 .ab_top .ri_box,
  .about_01 .ab_top .le_box,
  .Home_Cooperation .box .swiper .item .right,
  .Home_Cooperation .box .swiper .item .left {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .join_3 .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .Product_3 .wMain .box {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
  .Product_3 .wMain .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_3 .wMain .box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e02f1d;
  }
  .Product_3 .wMain .box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  .Product_3 .wMain .box .scroll {
    width: 201%;
  }
  .government_6 .box .item > div .content3 {
    height: -webkit-calc(5.25em);
    height: calc(1.75em * 3);
  }
  .Product_1 .content2 .li {
    margin: 0 0.4rem;
  }
  .Product_1 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_2 .img img {
    min-height: 4rem;
  }
  .Product_2 .box .orientation > div .content2 {
    padding: 0 0.2rem;
  }
  .Product_5 .box .boxRight .content3 {
    margin-top: 0.3rem;
  }
  .Product_9 .box .item .boxLeft {
    border-radius: 10px 10px 0 0;
  }
  .Product_9 .box .item .boxRight {
    border-radius: 0 0 10px 10px;
  }
  .Product_16 .box .swiper-slide a > img {
    min-height: 6rem;
  }
  .Product_16 .box1 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
  }
  .service_3 .box {
    gap: 0.5rem;
  }
  .service_4 .box .boxRight,
  .Case_6 .box a .boxRight {
    padding: 0.5rem !important;
    margin-top: 0 !important;
  }
  .service_4 .box .boxRight .item .content2 {
    margin-top: 0.1rem;
  }
  .service_7 .box .boxLeft .list .item .top,
  .join_1 .box .boxLeft .list .item .top,
  .Video_1 .box .boxLeft .list .item .top,
  .service_1 .box .boxLeft .list .item .top {
    line-height: 0.8rem;
  }
  .service_8 .box .item .left,
  .word_list .list .item .left,
  .service_7 .box .boxRight .list .item .left {
    width: 2rem;
  }
  .Case_3 .box .right {
    display: none;
  }
  .Case_7 .box .item a .boxRight .content4 {
    padding: 0 0.25rem;
  }
  .Case_7 .box .item a .boxRight {
    padding: 0.25rem 2.3rem 0.25rem 0.45rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .prev {
    margin-right: 0.2rem;
  }
  .Contact_2 .img img {
    min-height: 6.5rem;
  }
  .Contact_2 .posi {
    width: 100%;
  }
  .Contact_2 .posi ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem;
  }
  .Contact_2 .posi ul li a {
    margin: auto;
  }
  .search_1 .box form {
    width: 100%;
  }
  .search_1 .box form .input input,
  .search_1 .box form .btn input {
    height: 0.76rem;
  }
  .search_1 .box form .btn input {
    border-radius: 0.4rem;
  }
  .Product_8 .box,
  .word_list .list,
  .service_7 .box .boxRight .list,
  .service_8 .box,
  .Product_13 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_11 .box,
  .video_list .list,
  .service_6 .filter,
  .Case_4 .box .boxRight > div .list1,
  .service_3 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_9 .box .item .boxLeft,
  .Case_6 .box a .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Product_9 .box .item .boxRight,
  .Case_6 .box a .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
  }
  .Product_5 .box .boxLeft,
  .service_1 .box .boxLeft,
  .service_7 .box .boxLeft,
  .Case_2 .box .boxLeft,
  .Case_4 .box .boxLeft,
  .service_4 .box .boxLeft,
  .join_1 .box .boxLeft,
  .Video_1 .box .boxLeft,
  .search_2 .box .boxLeft,
  .Contact_1 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Product_5 .box .boxRight,
  .service_1 .box .boxRight,
  .service_7 .box .boxRight,
  .Case_2 .box .boxRight,
  .Case_4 .box .boxRight,
  .service_4 .box .boxRight,
  .join_1 .box .boxRight,
  .Video_1 .box .boxRight,
  .search_2 .box .boxRight,
  .Contact_1 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .service_1 .box .boxLeft form input {
    height: 0.74rem;
  }
  .layer_message .box {
    width: 90vw;
    padding: 0.6rem 0.5rem;
  }
  .search_2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.2rem;
  }
  .about_01 .ab_top .ri_box .bk .img {
    display: none;
  }
  .Home_Banner .banner .swiper-slide .orientation .content3 {
    margin-top: 0.6rem;
  }
  .Home_Product .box .boxLeft ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .Home_Product .box .boxLeft ul li {
    width: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0 !important;
  }
  .Product_2 .box .orientation > div .content3 {
    margin-top: 0.6rem;
  }
  .about_01 .ab_top .ri_box {
    margin-top: 0.8rem;
  }
  .solution_01 .so_bot .item .box .div2 .text .t1 {
    font-size: var(--f26);
  }
  .Home_Map .padd .button {
    top: 1.2rem;
  }
  .title_01 {
    font-size: var(--f36);
  }
  .solution_01 .so_bot .item .post > div .tips {
    display: none;
  }
  .solution_01 .so_bot .item .post {
    padding: 0.3rem 0.4rem;
  }
  .solution_01 .so_bot .item .post > div .text .t1 {
    font-size: var(--f26);
  }
}
@media screen and (max-width: 699px) {
  .solution_03 .so_bot .item .text .t2,
  .solution_01 .so_bot .item .box .div2 .text .t2 {
    display: block;
  }
  .solution_02 .so_bot .scroll .post .item {
    width: 80vw;
  }
  .solution_02 .so_bot .scroll .post .item .div2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .government_6 .scroll .box .item {
    width: 80vw;
  }
  .Home_Product .box .boxLeft ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.1rem;
  }
  .Home_Map .padd .button {
    top: 1.4rem;
  }
  .MobileMain .HeaderMobile .box .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 16px;
  }
  .MobileMain .HeaderMobile .box .button .search p svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .MobileMain .HeaderMobile .box .button .search {
    margin-right: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    display: none;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    -webkit-transform: translateY(-2px) scale(0.7);
    -ms-transform: translateY(-2px) scale(0.7);
    transform: translateY(-2px) scale(0.7);
  }
  .link_01 .a,
  .link_02 .a,
  .link_03 .a,
  .link_04 .a,
  .link_05 .a {
    line-height: 0.7rem;
  }
  .link_01 .a span,
  .link_02 .a span,
  .link_03 .a span,
  .link_04 .a span,
  .link_05 .a span {
    margin-left: 0.2rem;
  }
  .link_02 .a {
    padding: 0;
  }
  .title_01 {
    line-height: 1.3;
  }
  .Home_Solution .box .item > .a .two .content3 ul {
    min-width: 50%;
    width: auto;
  }
  .Home_Solution .box {
    --h: 8rem;
    --p: 0.3rem;
  }
  .link_02 .a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link_02 .a span {
    margin: auto;
  }
  .Home_Product .box .boxLeft ul li {
    width: 100%;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f18);
  }
  .Home_Product .box .boxRight .banner .item .one img {
    height: 6rem;
  }
  .Home_Product .box .boxRight .banner .item .two img {
    max-width: 60%;
  }
  .Home_Product .box .boxRight .banner .item .two {
    height: 3.6rem;
  }
  .Home_Case .toggle {
    margin-top: 0.5rem;
  }
  .Home_Case .toggle ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .Home_Case .toggle ul li {
    padding: 0rem;
  }
  .Home_Case .box .list {
    --h1: 4rem;
    --h2: 4.2rem;
  }
  .Home_Case .box .list .item > .a figcaption .content2 {
    height: 3.4em;
    max-height: 3.4em;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .Home_Case .box .list .item > .a figcaption {
    padding: 0.3rem var(--p) 0.5rem;
  }
  .banner_btn.posi div {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
  .banner_btn.posi {
    --w: -10px;
  }
  .Home_Cooperation .box .swiper .item .left {
    width: 100%;
    padding-right: 0;
  }
  .Home_Cooperation .box .swiper .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    margin-top: 0.3rem;
  }
  .Home_Cooperation .box .swiper .item .right .content1 {
    font-size: var(--f16);
    text-justify: distribute-all-lines;
  }
  .Home_Cooperation .box1 .lb li img {
    width: 80%;
  }
  .Advertisement img {
    min-height: 230px;
  }
  .Footer_Container .box1 .boxRight {
    width: 100%;
    margin-top: 0.3rem;
  }
  .Footer_Container .box1 .boxRight .item a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .solution_03 .so_bot,
  .solution_01 .so_bot,
  .about_08 .ab_bot,
  .about_06 .ab_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_06 .ab_bot .item .box {
    height: 4.5rem;
  }
  .about_05 .ab_bot .item .bk img {
    min-height: 7rem;
  }
  .about_04 .ab_bot .content1 .box .div2 ul li {
    width: 3.64rem;
    height: 1.4rem;
  }
  .solution_04 .so_top .content2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .solution_04 .so_top .content2 > div {
    margin-bottom: 10px;
  }
  .about_04 .ab_top .content2 p,
  .solution_04 .so_top .content2 > div {
    margin-right: 10px;
  }
  .about_04 .ab_top .content2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about_04 .ab_top .content2 p {
    margin-bottom: 10px;
  }
  .about_04 .ab_bot .content1 .box .div1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  body {
    --f60: 0.6rem;
  }
  .about_03 .ab_bot .swiper .swiper-slide {
    width: 90%;
  }
  .about_03 .ab_bot .banner_btn.posi {
    --w: 7vw;
  }
  .about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box {
    padding: 0;
    margin-top: 0.4rem;
  }
  .about_02 .ab_bot .content1 .swiper .swiper-slide a .ri_box,
  .about_02 .ab_bot .content1 .swiper .swiper-slide a .le_box {
    width: 100%;
  }
  .solution_01 {
    --h: 0.66rem;
  }
  .solution_01 .so_bot .item .post > div .tips a {
    padding: 0 0.33rem;
  }
  .solution_02 .so_bot .post .item .div2 .svg {
    height: 0.78rem;
  }
  .solution_01 .so_bot .item .box .div2 .svg,
  .solution_01 .so_bot .item .post > div .svg,
  .pu_li_1 .svg,
  .solution_03 .so_bot .item .svg {
    height: 0.84rem;
  }
  .Home_Cooperation .box {
    padding: 0;
  }
  .Home_Cooperation .box .banner_btn {
    display: none;
  }
  .about_03 .ab_bot .swiper .swiper-slide .post {
    position: initial;
    background: #179e71;
    background: #306cbf;
  }
  .about_03 .ab_bot .swiper .swiper-slide .img {
    border-radius: 10px 10px 0 0;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.42rem;
  }
  .government_1 .box {
    --h: 7rem;
  }
  .join_3 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_3 .wMain .box .scroll {
    width: 401%;
  }
  .Home_Cooperation .box .swiper .item .right .content0 p {
    line-height: 26px;
  }
  .government_6 .box,
  .Product_11 .box,
  .video_list .list,
  .service_6 .filter,
  .Case_4 .box .boxRight > div .list1,
  .Product_1 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_1 .content2 .li {
    margin: 0 0.3rem;
  }
  .Product_1 .content2 .li figcaption {
    font-size: 13px;
  }
  .Product_2 .img img {
    min-height: 5rem;
  }
  .Product_5 .box .boxLeft .left .button .prev {
    top: -0.5rem;
  }
  .Product_5 .box .boxLeft .left .button .next {
    bottom: -0.4rem;
  }
  .Product_7 .box .boxLeft ul li {
    font-size: 14px;
    padding-left: 10px;
  }
  .Product_8 .box .item .left {
    padding-right: 0;
  }
  .Product_8 .box .item .right {
    position: initial;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: 3rem 150px;
    margin: 0.4rem 0;
  }
  .Product_8 .box .item .left .content3 ul li .le {
    width: 0.5rem;
  }
  .Product_9 .box .item .boxLeft {
    padding: 0.5rem 0.4rem;
  }
  .Product_11 .box .item .top,
  .service_2 .item .top {
    height: auto;
    padding: 0.2rem 0.4rem;
  }
  .Product_13 .box .item .left {
    width: 100%;
  }
  .Product_13 .box .item .right {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
  }
  .Product_14 .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .service_nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .service_nav ul li {
    margin: auto;
  }
  .service_4 .box .boxRight .item .content3 svg,
  .Contact_1 .box .boxLeft .list .item .content3 svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .service_4 .box .boxRight .item,
  .Contact_1 .box .boxLeft .list .item {
    padding-left: 0.6rem;
  }
  .word_list .list .item .right .content4 {
    margin-top: 0.4rem;
  }
  .service_6 .filter .main input,
  .Video_1 .box .boxLeft form input {
    height: 0.8rem;
  }
  .service_6 .filter .main label {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .service_8 .box .item .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about_06 .ab_bot .item .box {
    height: 3.2rem;
  }
  .service_6 .toggle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .service_6 .toggle div {
    margin-right: 0;
  }
  .Case_7 .box .item a .boxLeft,
  .Case_7 .box .item a .boxRight .content4 {
    display: none;
  }
  .Case_7 .box .item a .boxRight {
    padding: 0.3rem 0.4rem 20px;
  }
  .join_2 .item .top {
    padding: 0 0.5rem;
    font-size: var(--f24);
  }
  .join_2 .item .bot {
    padding: 0.4rem 0.5rem;
  }
  .Contact_1 .box .boxRight div a {
    line-height: 0.8rem;
  }
  .Contact_2 .posi {
    padding: 0 5vw;
  }
  .Contact_2 .posi ul li a svg,
  .Contact_2 .posi ul li a img {
    max-width: 0.54rem 27px;
  }
  .Contact_2 .ewmList p img {
    width: 1.9rem;
  }
  .search_2 .box .boxRight .list .item .right {
    display: none;
  }
  .search_2 .box .boxRight .list .item .left {
    max-width: 100%;
  }
  .Sitemap .container .ap_top p {
    font-size: 0.4rem;
  }
  .about_03 .ab_bot .swiper .swiper-slide .post div {
    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;
  }
}
/*# sourceMappingURL=./style.css.map */
