body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 0.85rem;
  --color: #e3010d;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.mobile_search {
  top: var(--nav_height);
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.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;
}
.center {
  text-align: center;
}
.bgColor {
  background: #fafafa;
}
.white {
  color: #fff;
}
.pt {
  padding-top: 1.1rem;
}
.pb {
  padding-bottom: 1.1rem;
}
.mt {
  margin-top: 0.56rem;
}
.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: #fafafa;
}
.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: #e3010d;
  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: #e3010d;
}
.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);
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 100%;
  --w: 3rem;
  -webkit-box-shadow: 0px 0px 10px #f5f5f5;
  box-shadow: 0px 0px 10px #f5f5f5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.Header_Container .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--w);
}
.Header_Container .box .logo a {
  display: block;
}
.Header_Container .box .logo a img {
  height: 0.49rem;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.18rem;
  position: relative;
}
.Header_Container .box nav .item > p {
  position: relative;
}
.Header_Container .box nav .item > p::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e3010d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  color: #111;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item .nav_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0.1rem);
  -ms-transform: translateX(-50%) translateY(0.1rem);
  transform: translateX(-50%) translateY(0.1rem);
  background: rgba(250, 250, 250, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 3;
  width: 1.5rem;
  opacity: 0;
  visibility: hidden;
}
.Header_Container .box nav .item .nav_box ul li a {
  display: block;
  font-size: var(--f16);
  padding: 8px 0.15rem;
  text-align: center;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item .nav_box ul li a:hover {
  color: #e3010d;
}
.Header_Container .box nav .item .nav_box ul .active a {
  color: #e3010d;
}
.Header_Container .box nav .item:hover > p a {
  color: #e3010d;
}
.Header_Container .box nav .item:hover .nav_box {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0rem);
  -ms-transform: translateX(-50%) translateY(0rem);
  transform: translateX(-50%) translateY(0rem);
}
.Header_Container .box nav .item.active > p::after {
  opacity: 1;
}
.Header_Container .box nav .item.active > p a {
  color: #e3010d;
  font-weight: bold;
}
.Header_Container .box .button {
  width: var(--w);
}
.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;
}
.Header_Container .box .button .language a {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  border: 1px solid #666666;
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .language a span {
  margin: 0 8px;
}
.Header_Container .box .button .language a i {
  font-size: var(--f14);
  font-weight: bold;
}
.Header_Container.on {
  background: none;
}
.Header_Container.active {
  background: #fff;
}
.f48 {
  font-size: var(--f48);
  font-weight: bold;
  line-height: 1.2;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner .swiper-wrapper {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
}
.Home_Banner .banner picture img {
  width: 100%;
  height: calc(100vh - var(--nav_height));
}
.Home_Banner .banner video {
  width: 100%;
  height: calc(100vh - var(--nav_height));
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  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 .play {
  position: absolute;
  z-index: 6;
  top: 5vw;
  right: 5vw;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .play {
    display: block;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f18);
  margin: 0.22rem 0 0.68rem;
}
.Home_Banner .page {
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 0.5rem;
  height: 18px;
}
.Home_Banner .page div span {
  width: 16px;
  height: 18px;
  background: #fff;
  border-radius: 0;
  margin: 0 8px !important;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Home_Banner .banner_btn {
  --bw: 0.7rem;
}
.Home_Banner .banner_btn .prev,
.Home_Banner .banner_btn .next {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.Home_Banner .banner_btn .prev {
  left: var(--bw);
}
.Home_Banner .banner_btn .next {
  right: var(--bw);
}
.banner_btn .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn .prev svg,
.banner_btn .next svg {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn .prev svg path,
.banner_btn .next svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn .prev svg:hover,
.banner_btn .next svg:hover {
  opacity: 1;
}
.banner_btn .prev svg:hover path,
.banner_btn .next svg:hover path {
  stroke: #e3010d;
}
.banner_btn .next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner_btn.tran .next {
  margin-left: 0.3rem;
}
.button_01 .a {
  cursor: pointer;
  font-size: var(--f16);
  color: #fff;
  text-align: center;
  min-width: 1.68rem;
  border: 1px solid #fff;
  line-height: 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.3rem;
}
.button_01 .a i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.14rem;
}
@media screen and (max-width: 1200px) {
  .button_01 .a {
    line-height: 0.6rem;
  }
}
@media screen and (max-width: 699px) {
  .button_01 .a {
    line-height: 0.7rem;
  }
}
.button_01 .a:hover {
  background: #e3010d;
  border-color: #e3010d;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button_02 .a {
  cursor: pointer;
  font-size: var(--f16);
  color: #e3010d;
  text-align: center;
  min-width: 1.68rem;
  border: 1px solid #e3010d;
  line-height: 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.3rem;
}
.button_02 .a i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.14rem;
}
.button_02 .a .i {
  margin-right: 0.14rem;
  margin-left: 0rem;
}
@media screen and (max-width: 1200px) {
  .button_02 .a {
    line-height: 0.6rem;
  }
}
@media screen and (max-width: 699px) {
  .button_02 .a {
    line-height: 0.7rem;
  }
}
.button_02 .a:hover {
  background: #e3010d;
  border-color: #e3010d;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button_03 .a {
  cursor: pointer;
  font-size: var(--f16);
  background: #e3010d;
  border-color: #e3010d;
  color: #fff;
  text-align: center;
  min-width: 1.68rem;
  border: 1px solid #e3010d;
  line-height: 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.3rem;
}
@media screen and (max-width: 1200px) {
  .button_03 .a {
    line-height: 0.6rem;
  }
}
@media screen and (max-width: 699px) {
  .button_03 .a {
    line-height: 0.7rem;
  }
}
.button_03 .a i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.14rem;
}
.button_03 .a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.Sitemap .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #e3010d;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #e3010d;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list {
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #e3010d;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .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 .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #e3010d;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .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 .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 .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 .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #e3010d;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .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 .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 .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 .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #e3010d;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8.2rem, 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: #e3010d;
}
.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 #e3010d;
}
.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: #e3010d;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
}
.desc_01 {
  font-size: var(--f18);
  line-height: 2;
  color: #555;
}
.Home_About {
  overflow: hidden;
}
.Home_About .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.Home_About .box .boxLeft .heng {
  width: 0.56rem;
  height: 2px;
  background: #e3010d;
  margin: 0.3rem 0;
}
.Home_About .box .boxLeft .content2 {
  font-size: var(--f18);
  line-height: 2;
  color: #555;
  height: 10em;
}
.Home_About .box .boxLeft .content3 {
  margin-top: 0.9rem;
}
.Home_About .box .boxRight {
  width: 7rem;
}
.Home_About .box .boxRight img {
  width: 100%;
}
.Home_Product {
  background: url(../images/img2.png) no-repeat 50% 50% / cover;
}
.Home_Product .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: var(--interval);
  padding-right: 0.8rem;
}
.Home_Product .box .boxLeft .content1 {
  font-size: var(--f18);
  color: #555;
  line-height: 1.7;
  height: 5.1em;
  margin-top: 0.3rem;
}
.Home_Product .box .boxLeft .content2 {
  margin-top: 0.6rem;
}
.Home_Product .box .boxLeft .content2 .scroll {
  height: 1.9rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Home_Product .box .boxLeft .content2 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Home_Product .box .boxLeft .content2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e3010d;
}
.Home_Product .box .boxLeft .content2 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Home_Product .box .boxLeft .content2 .scroll {
    scrollbar-color: #e3010d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Home_Product .box .boxLeft .content2 .scroll ul li {
  margin-bottom: 0.48rem;
  cursor: pointer;
}
.Home_Product .box .boxLeft .content2 .scroll ul li:last-child {
  margin-bottom: 0;
}
.Home_Product .box .boxLeft .content2 .scroll ul li a {
  display: block;
  padding-left: 0.35rem;
  font-size: var(--f20);
  color: #000;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .boxLeft .content2 .scroll ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0rem;
  height: 2px;
  background: #e3010d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .boxLeft .content2 .scroll ul li:hover a {
  color: #e3010d;
}
.Home_Product .box .boxLeft .content2 .scroll ul .active a {
  color: #e3010d;
}
.Home_Product .box .boxLeft .content2 .scroll ul .active a:before {
  width: 0.2rem;
}
.Home_Product .box .boxLeft .content3 {
  margin-top: 0.9rem;
}
.Home_Product .box .boxRight {
  width: 12.6rem;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .boxRight .banner.active * {
    cursor: url(../images/img6.png) 16 16, auto !important;
  }
}
.Home_Product .box .boxRight .banner .swiper-slide {
  width: 4.3rem;
  background: #fff;
}
.Home_Product .box .boxRight .banner .swiper-slide .item {
  padding: 0.4rem 0.45rem 0.3rem;
}
.Home_Product .box .boxRight .banner .swiper-slide .item .content1 {
  font-size: var(--f16);
  color: #e3010d;
}
.Home_Product .box .boxRight .banner .swiper-slide .item .content2 {
  font-family: 'gilroy_Medium';
  font-size: var(--f28);
  color: #111;
  margin-top: 0.15rem;
  line-height: 1.3;
  height: 1.3em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .boxRight .banner .swiper-slide .item .content3 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.08rem;
  line-height: 1.3;
  height: 1.3em;
  margin-bottom: 0.3rem;
}
.Home_Product .box .boxRight .banner .swiper-slide .item .content4 {
  height: 3.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box .boxRight .banner .swiper-slide .item .content4 img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 100%;
}
.Home_Product .box .boxRight .banner .swiper-slide .item:hover .content2 {
  color: #e3010d;
}
.Home_Product .box .boxRight .banner .swiper-slide .item:hover .content4 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gdt {
  padding-right: var(--interval);
}
@media screen and (max-width: 1200px) {
  .gdt {
    padding: 0 var(--interval);
  }
}
.gdt .page {
  height: 2px;
  position: relative;
  margin-top: 0.2rem;
  display: none;
}
@media screen and (max-width: 1200px) {
  .gdt .page {
    display: block;
  }
}
.gdt .page .swiper-pagination-progressbar {
  height: 2px;
  background: #ddd;
}
.gdt .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e3010d;
}
.Home_Solution .desc_01 {
  margin-top: 0.22rem;
}
.Home_Solution .box {
  padding: 0 var(--interval);
}
.Home_Solution .box .banner {
  margin-top: -20px;
}
.Home_Solution .box .banner .swiper {
  /*padding: 20px;*/
  /*width: -webkit-calc(140%);*/
  /*width: calc(100% + 40px);*/
  /*margin-left: -20px;*/
}
.Home_Solution .box .banner .swiper-slide{
     border: 1px solid  #f5f5f5;
}
.Home_Solution .box .banner .item {
  display: block;
  /*-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.04);*/
  /*box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.04);*/
  
}
.Home_Solution .box .banner .item .content1 {
  overflow: hidden;
}
.Home_Solution .box .banner .item .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .banner .item .content2 {
  padding: 0.25rem 0.2rem 0.35rem;
}
.Home_Solution .box .banner .item .content2 .content3 {
  font-size: var(--f28);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Home_Solution .box .banner .item .content2 .content4 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  height: 5.4em;
  margin: 0.12rem 0;
}
.Home_Solution .box .banner .item .content2 .content5 {
  font-size: var(--f16);
  color: #e3010d;
}
.Home_Solution .box .banner .item .content2 .content5 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 4px;
}
.Home_Solution .box .banner .item:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Solution .box .banner .item:hover .content2 .content3 {
  color: #e3010d;
}
.Home_Solution .gdt {
  padding-right: 0;
}
.Home_Solution .gdt .page {
  display: block;
}
.Footer_Container {
  background: #282828;
}
.Footer_Container .box1 {
  padding: 0.54rem 0;
}
.Footer_Container .box1 .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box1 .boxLeft .item {
  text-align: center;
  margin-right: 2rem;
}
.Footer_Container .box1 .boxLeft .item .content2 {
  font-size: var(--f16);
  color: #aaa;
  margin-top: 0.16rem;
  margin-bottom: 0.1rem;
}
.Footer_Container .box1 .boxLeft .item .content3 {
  font-size: var(--f22);
  color: #fff;
}
.Footer_Container .box1 .boxRight p {
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.Footer_Container .box1 .boxRight img {
  width: 1.06rem;
}
.Footer_Container .heng {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Container .box2 {
  font-size: var(--f16);
  color: #aaa;
  padding: 0.4rem 0;
}
.Footer_Container .box2 a {
  color: #aaa;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box2 a:hover {
  color: #fff;
}
.Footer_Container .box2 em {
  margin: 0 0.1rem;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  display: inline-block;
}
.f40 {
  font-size: var(--f40);
  font-weight: bold;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Inner_Banner .orientation .content2 {
  margin-top: 0.25rem;
  width: 0.54rem;
  height: 3px;
  background: #e3010d;
}
.About_01 {
  background: url(../images/img8.png) no-repeat 50% 50% / cover;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: var(--interval);
  position: relative;
  z-index: 2;
}
.About_01 .box .boxLeft .main {
  padding: 0.5rem 1rem;
  background: #fff;
  width: 156%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.About_01 .box .boxLeft .main .content1 {
  font-size: var(--f40);
  font-weight: bold;
}
.About_01 .box .boxLeft .main .content2 {
  font-size: var(--f18);
  color: #888;
  line-height: 2;
  margin-top: 0.3rem;
  height: 10em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.About_01 .box .boxLeft .main .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_01 .box .boxLeft .main .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e3010d;
}
.About_01 .box .boxLeft .main .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_01 .box .boxLeft .main .content2 {
    scrollbar-color: #e3010d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_01 .box .boxLeft .main .content3 {
  margin-top: 0.68rem;
}
.About_01 .box .boxLeft .main .content3 .item {
  text-align: center;
}
.About_01 .box .boxLeft .main .content3 .item .top img {
  height: 0.48rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box .boxLeft .main .content3 .item .bot {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.14rem;
}
.About_01 .box .boxLeft .main .content3 .item:hover .top img {
  -webkit-transform: translateY(-0.08rem);
  -ms-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
}
.About_01 .box .boxRight {
  width: 10.62rem;
}
.About_01 .box .boxRight img {
  width: 100%;
}
.About_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.About_02 .box .item {
  position: relative;
}
.About_02 .box .item .img {
  position: relative;
  overflow: hidden;
}
.About_02 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.About_02 .box .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #e3010d;
  z-index: 2;
  transition: 0.4s;
}
.About_02 .box .item .orientation {
  position: absolute;
  top: 2.6rem;
  left: 0;
  text-align: center;
  padding: 0 0.4rem;
  width: 100%;
  color: #fff;
}
.About_02 .box .item .orientation .content1 img {
  height: 0.85rem;
}
.About_02 .box .item .orientation .content2 {
  font-size: var(--f30);
  font-weight: bold;
  margin-top: 0.24rem;
  margin-bottom: 0.2rem;
}
.About_02 .box .item .orientation .content3 p {
  width: 0.56rem;
  height: 2px;
  background: #fff;
  margin: auto;
}
.About_02 .box .item .orientation .content4 {
  font-size: var(--f18);
  margin-top: 0.28rem;
}
@media screen and (min-width: 1200px) {
  .About_02 .box .item:hover .img::before {
    width: 100%;
  }
  .About_02 .box .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.About_03 {
  background: url(../images/img17.png) no-repeat 50% 50% / cover;
}
.About_04 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0.5rem;
}
.About_04 .box .item {
  height: 1.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 14.72px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 14.72px rgba(0, 0, 0, 0.03);
}
.About_04 .box .item img {
  margin: auto;
  max-width: 60%;
  max-height: 60%;
}
.Product_Nav .box ul li {
  margin-right: 0.54rem;
}
.Product_Nav .box ul li a {
  display: block;
  line-height: 0.7rem;
  font-size: var(--f18);
  color: #666;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_Nav .box ul li a::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0.35rem;
  height: 3px;
  background: #e3010d;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_Nav .box ul li a:hover {
  color: #e3010d;
}
.Product_Nav .box ul .active a {
  color: #e3010d;
}
.Product_Nav .box ul .active a::after {
  opacity: 1;
}
.Product_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Product_01 .box .item a {
  background: #fff;
  padding: 0.25rem 0.3rem 0.25rem 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.2rem;
  padding-top: 0.45rem;
}
.Product_01 .box .item a .boxLeft .content1 {
  font-size: var(--f16);
  color: #e3010d;
}
.Product_01 .box .item a .boxLeft .content2 {
  font-size: var(--f28);
  font-weight: bold;
  color: #111;
  margin-top: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a .boxLeft .content3 {
  margin-top: 5px;
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  height: 4em;
}
.Product_01 .box .item a .boxLeft .content4 {
  font-size: var(--f16);
  color: #e3010d;
  margin-top: 1.1rem;
}
.Product_01 .box .item a .boxLeft .content4 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 4px;
}
.Product_01 .box .item a .boxRight {
  width: 3.4rem;
}
.Product_01 .box .item a .boxRight p {
  height: 3.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_01 .box .item a .boxRight p img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a:hover {
  -webkit-box-shadow: 0px 0px 28.48px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 28.48px rgba(0, 0, 0, 0.03);
}
.Product_01 .box .item a:hover .boxLeft .content2 {
  color: #e3010d;
}
.Product_01 .box .item a:hover .boxRight p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_page {
  margin-top: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'gilroy_regular';
  font-size: var(--f18);
  color: #666;
  -webkit-transform: 0.4s;
  -ms-transform: 0.4s;
  transform: 0.4s;
}
.pu_page a:hover {
  color: #e3010d;
}
.pu_page .active {
  color: #e3010d;
}
.pu_page .number {
  margin: 0 0.1rem;
}
.pu_page .prev a,
.pu_page .next a {
  border: 1px solid #cccccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #ccc;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-style: var(--f16);
  font-weight: bold;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  border-color: #e3010d;
  color: #e3010d;
}
.mbx {
  border-bottom: 1px solid #ddd;
}
.mbx .box {
  font-size: var(--f16);
  color: #999;
  line-height: 2;
  padding: 0.2rem 0;
}
.mbx .box a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #e3010d;
}
.mbx .box span {
  color: #333;
}
.bg_01 {
  margin-top: calc(var(--nav_height) * -1);
  background: url(../images/img23.png) no-repeat 50% 50% / cover;
}
.bg_01 .height {
  height: var(--nav_height);
}
.Product_02 {
  overflow: hidden;
}
.Product_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .Product_02 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0rem;
  }
}
.Product_02 .box .boxLeft .content1 {
  font-size: var(--f16);
  color: #e3010d;
}
.Product_02 .box .boxLeft .content2 {
  font-size: var(--f46);
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  line-height: 1.2;
  font-weight: bold;
}
.Product_02 .box .boxLeft .content3 {
  font-size: var(--f24);
  color: #333;
}
.Product_02 .box .boxLeft .content4 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.36rem;
}
.Product_02 .box .boxLeft .content4 .scroll {
  line-height: 1.8;
  height: 7.2em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Product_02 .box .boxLeft .content4 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Product_02 .box .boxLeft .content4 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e3010d;
}
.Product_02 .box .boxLeft .content4 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Product_02 .box .boxLeft .content4 .scroll {
    scrollbar-color: #e3010d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Product_02 .box .boxLeft .content4 .scroll p {
  padding-left: 30px;
  position: relative;
}
.Product_02 .box .boxLeft .content4 .scroll p img {
  position: absolute;
  top: 0.08rem;
  left: 0;
}
.Product_02 .box .boxLeft .content5 {
  margin-top: 0.72rem;
}
.Product_02 .box .boxLeft .content5 .button_02:last-child {
  margin-left: 0.32rem;
}
.Product_02 .box .boxRight {
  width: 7.7rem;
}
.Product_02 .box .boxRight .banner {
  position: relative;
}
.Product_02 .box .boxRight .banner .swiper .swiper-slide {
  height: 4.55rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0 !important;
}
.Product_02 .box .boxRight .banner .swiper .swiper-slide img {
  margin: auto;
  max-height: 100%;
}
.Product_02 .box .boxRight .banner .swiper .swiper-slide-active {
  opacity: 1 !important;
}
.Product_02 .banner_btn {
  --bw: 0rem;
}
.Product_02 .banner_btn .prev,
.Product_02 .banner_btn .next {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.Product_02 .banner_btn .prev path,
.Product_02 .banner_btn .next path {
  stroke: #bbb;
}
.Product_02 .banner_btn .prev {
  left: var(--bw);
}
.Product_02 .banner_btn .next {
  right: var(--bw);
}
.f36 {
  font-size: var(--f36);
  color: #111;
  font-weight: bold;
}
.p70 {
  padding-top: 0.7rem;
}
.p70_ {
  padding-bottom: 0.7rem;
}
.Product_03 .box {
  padding: 0 var(--interval);
}
.Product_03 .box .banner .swiper-slide {
  background: #fafafa;
}
.Product_03 .box .banner .swiper-slide .item {
  padding: 0.7rem 0.3rem 0.8rem;
  text-align: center;
}
.Product_03 .box .banner .swiper-slide .item .content1 {
  height: 2.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_03 .box .banner .swiper-slide .item .content1 img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .banner .swiper-slide .item .content2 {
  margin-top: 0.64rem;
  font-size: var(--f22);
  color: #333;
  line-height: 1.5;
  height: 3em;
}
.Product_03 .box .banner .swiper-slide .item:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_04 {
  background: #fafafa;
  --p: 0.7rem;
}
.Product_04 .box {
  display: grid;
  gap: 0.3rem;
}
.Product_04 .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  padding-right: 0.3rem;
  border-right: 1px solid #eee;
}
.Product_04 .box .boxLeft .main .content1 {
  font-size: var(--f40);
  color: #111;
  font-weight: bold;
}
.Product_04 .box .boxLeft .main .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-top: 0.2rem;
}
.Product_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.7rem;
}
.Product_04 .box .boxBg {
  background: #fff;
  padding: 0.5rem var(--p);
}
.Product_04 .box .box1 .boxRight ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
.Product_04 .box .box1 .boxRight ul li {
  text-align: center;
}
.Product_04 .box .box1 .boxRight ul li .top img {
  width: 100%;
}
.Product_04 .box .box1 .boxRight ul li .bot {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.18rem;
}
.Product_04 .box .box2 .boxRight {
  font-size: var(--f18);
  color: #333;
  padding-right: 1.6rem;
}
.Product_04 .box .box2 .boxRight .h5 {
  margin-bottom: 0.12rem;
}
.Product_04 .box .box2 .boxRight .desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
}
.Product_04 .box .box3 .boxRight .left {
  width: 3rem;
  padding-top: 0.35rem;
}
.Product_04 .box .box3 .boxRight .left .scroll {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  max-height: 7.2em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Product_04 .box .box3 .boxRight .left .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Product_04 .box .box3 .boxRight .left .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e3010d;
}
.Product_04 .box .box3 .boxRight .left .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Product_04 .box .box3 .boxRight .left .scroll {
    scrollbar-color: #e3010d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Product_04 .box .box3 .boxRight .right {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.Product_05 .h5 {
  line-height: 0.9rem;
  font-size: var(--f24);
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.Product_05 .pp {
  -webkit-box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.03);
  padding: 0 0.8rem;
  margin-bottom: 0.2rem;
}
.Product_05 .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  padding: 0.4rem 0;
}
.Product_05 .box .list .item .left {
  font-size: var(--f16);
  color: #000;
  font-weight: bold;
  width: 2.9rem;
}
.Product_05 .box .list .item .right {
  font-size: var(--f16);
  color: #666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_05 .box1 .main {
  padding: 0.4rem 0;
  font-size: var(--f16);
  color: #666;
}
.Product_05 .box2 .main {
  padding: 0.4rem 0;
}
.Product_05 .box2 .main .boxLeft {
  width: 4.4rem;
}
.Product_05 .box2 .main .boxRight {
  padding-left: 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_05 .box2 .main .boxRight .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
}
.Product_05 .box2 .main .boxRight .list .item .left {
  font-size: var(--f16);
  color: #000;
  font-weight: bold;
  width: 2.1rem;
}
.Product_05 .box2 .main .boxRight .list .item .right {
  font-size: var(--f16);
  color: #666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_06 {
  background: #fafafa;
}
.Product_06 .banner {
  padding: 0 var(--interval);
}
.Product_06 .banner .swiper {
  padding: 0.3rem;
  width: -webkit-calc(100.6%);
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  margin-top: -0.3rem;
}
.Product_06 .banner .item a {
  background: #fff;
  padding: 0.25rem 0.3rem 0.25rem 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_06 .banner .item a .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.6rem;
  padding-top: 0.45rem;
}
.Product_06 .banner .item a .boxLeft .content1 {
  font-size: var(--f16);
  color: #e3010d;
}
.Product_06 .banner .item a .boxLeft .content2 {
  font-size: var(--f28);
  font-weight: bold;
  color: #111;
  margin-top: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_06 .banner .item a .boxLeft .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  height: 4em;
}
.Product_06 .banner .item a .boxLeft .content4 {
  font-size: var(--f16);
  color: #e3010d;
  margin-top: 1.1rem;
}
.Product_06 .banner .item a .boxLeft .content4 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 4px;
}
.Product_06 .banner .item a .boxRight {
  width: 3.4rem;
}
.Product_06 .banner .item a .boxRight p {
  height: 3.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_06 .banner .item a .boxRight p img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_06 .banner .item a:hover {
  -webkit-box-shadow: 0px 0px 28.48px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 28.48px rgba(0, 0, 0, 0.03);
}
.Product_06 .banner .item a:hover .boxLeft .content2 {
  color: #e3010d;
}
.Product_06 .banner .item a:hover .boxRight p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Solution_01 .box {
  display: grid;
  gap: 0.6rem;
}
.Solution_01 .box .item .boxLeft {
  width: 7.5rem;
  overflow: hidden;
}
.Solution_01 .box .item .boxLeft img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item .boxRight {
  background: #fafafa;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.95rem;
  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;
}
.Solution_01 .box .item .boxRight > div {
  width: 100%;
}
.Solution_01 .box .item .boxRight > div .content1 img {
  max-height: 0.48rem;
}
.Solution_01 .box .item .boxRight > div .content2 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.56rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item .boxRight > div .content3 {
  font-size: var(--f18);
  color: #000;
  line-height: 1.2;
  height: 1.2em;
  opacity: 0.7;
  margin-top: 0.24rem;
}
.Solution_01 .box .item .boxRight > div .content4 {
  margin-top: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .Solution_01 .box .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .Solution_01 .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Solution_01 .box .item:hover .boxRight .content2 {
    color: #e3010d;
  }
  .Solution_01 .box .item:hover .boxRight .content4 .a {
    background: #e3010d;
    color: #fff;
  }
}
.Solution_02 {
  overflow: hidden;
}
.Solution_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.55rem;
  padding-right: 1rem;
}
.Solution_02 .box .boxLeft .content2 {
  font-size: var(--f18);
  line-height: 2;
  color: #555;
  color: #333;
  margin-top: 0.5rem;
  max-height: 16em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Solution_02 .box .boxLeft .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Solution_02 .box .boxLeft .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e3010d;
}
.Solution_02 .box .boxLeft .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Solution_02 .box .boxLeft .content2 {
    scrollbar-color: #e3010d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Solution_02 .box .boxRight {
  width: 7.1rem;
}
.Solution_03 {
  background: #fafafa;
}
.Solution_03 .banner {
  padding: 0 var(--interval);
}
.Solution_03 .banner .swiper a figure {
  overflow: hidden;
}
.Solution_03 .banner .swiper a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_03 .banner .swiper a figcaption {
  margin-top: 0.16rem;
  font-size: var(--f24);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  font-weight: bold;
  transition: 0.4s;
}
.Solution_03 .banner .swiper a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Solution_03 .banner .swiper a:hover figcaption {
  color: #e3010d;
}
.Product_06_ {
  background: none;
}
.Product_06_ .banner .item a {
  background: #fafafa;
}
.Product_06_ .banner .item a:hover {
  -webkit-box-shadow: 0px 0px 28.48px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 28.48px rgba(0, 0, 0, 0.03);
  background: none;
}
@media screen and (max-width: 1200px) {
  .News_01 .box .item {
    -webkit-box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.03);
  }
}
.News_01 .box .item a {
  padding: 0.4rem 0.35rem;
  padding-right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item a .img {
  overflow: hidden;
  width: 3.66rem;
}
.News_01 .box .item a .img img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item a .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.8rem 0 0.35rem;
}
.News_01 .box .item a .content .content1 {
  font-size: var(--f24);
  color: #000;
  line-height: 1.2;
  height: 1.2em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.News_01 .box .item a .content .content2 {
  font-size: var(--f16);
  color: #555;
  line-height: 2;
  height: 4em;
  margin-top: 0.25rem;
}
.News_01 .box .item a .content .content3 {
  margin-top: 0.3rem;
}
.News_01 .box .item a .time {
  width: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #eee;
}
.News_01 .box .item a .time div {
  margin: auto;
  text-align: center;
}
.News_01 .box .item a .time div .content1 {
  font-size: var(--f36);
  font-weight: bold;
  color: #333;
}
.News_01 .box .item a .time div .content2 {
  font-size: var(--f18);
  color: #ccc;
  margin-top: 2px;
}
@media screen and (min-width: 1200px) {
  .News_01 .box .item a:hover {
    -webkit-box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.03);
  }
  .News_01 .box .item a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .News_01 .box .item a:hover .content .content1 {
    color: #e3010d;
  }
  .News_01 .box .item a:hover .content .content3 .a {
    background: #e3010d;
    color: #fff;
  }
}
.News_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_02 .box .boxLeft .content1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #111;
}
.News_02 .box .boxLeft .content2 {
  font-size: var(--f16);
  color: #999;
  padding: 0.2rem 0 0.32rem;
  border-bottom: 2px solid #eee;
  margin-bottom: 0.32rem;
}
.News_02 .box .boxLeft .content3 {
  font-size: var(--f16);
  color: #333;
  line-height: 2;
}
.News_02 .box .boxLeft .content4 {
  margin-top: 0.5rem;
  padding-top: 0.7rem;
  border-top: 2px solid #eee;
}
.News_02 .box .boxRight {
  width: 5.2rem;
  padding-left: 1.55rem;
}
.Recommended {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.1rem);
}
.Recommended .h5 {
  font-size: var(--f32);
  font-weight: bold;
}
.Recommended ul {
  margin-top: 0.3rem;
}
.Recommended ul li {
  margin-bottom: 0.5rem;
}
.Recommended ul li a {
  display: block;
}
.Recommended ul li a figure {
  overflow: hidden;
}
.Recommended ul li a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Recommended ul li a figcaption {
  font-size: var(--f18);
  line-height: 1.8;
  color: #666;
  margin-top: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 3.6em;
  font-weight: bold;
}
.Recommended ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Recommended ul li a:hover figcaption {
  color: #e3010d;
}
.Contact_01 {
  overflow: hidden;
}
.Contact_01 .box .boxLeft {
  padding-right: 1rem;
  font-size: var(--f18);
  line-height: 2;
  color: #555;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7;
}
.Contact_01 .box .boxLeft .scroll {
  max-height: 24em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Contact_01 .box .boxLeft .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Contact_01 .box .boxLeft .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e3010d;
}
.Contact_01 .box .boxLeft .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Contact_01 .box .boxLeft .scroll {
    scrollbar-color: #e3010d rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Contact_01 .box .boxRight {
  width: 7.2rem;
}
.Contact_01 .box .boxRight p {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}
.Contact_01 .box .boxRight img {
  width: 100%;
}
.Contact_02 {
  position: relative;
}
.Contact_02 .img {
  position: relative;
}
.Contact_02 .img a {
  display: block;
}
.Contact_02 .img img {
  width: 100%;
}
.Contact_02 .img .wenan {
  position: absolute;
  left: 64%;
  top: 35%;
  padding: 8px  20px;
  background: #fff;
  font-size: 14px;
  color: #333;
  width: 1.6rem;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
.Contact_02 .img .wenan::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
}
.Contact_02 .orientation {
  position: absolute;
  left: var(--interval);
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
  width: 8rem;
}
.Contact_02 .orientation .main {
  background: rgba(255, 255, 255, 0.92);
  padding: 0 0.5rem;
}
.Contact_02 .orientation .main .content1 {
  font-weight: bold;
  font-size: var(--f40);
  padding: 0.4rem 0 0.3rem;
  border-bottom: 1px solid #eee;
}
.Contact_02 .orientation .main .content2 {
  padding: 0.3rem 0 0.4rem;
}
.Contact_02 .orientation .main .content2 ul {
  display: grid;
  gap: 0.4rem;
}
.Contact_02 .orientation .main .content2 ul li .left {
  width: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Contact_02 .orientation .main .content2 ul li .left img {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Contact_02 .orientation .main .content2 ul li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Contact_02 .orientation .main .content2 ul li .right .con1 {
  font-size: var(--f16);
  color: #999;
}
.Contact_02 .orientation .main .content2 ul li .right .con2 {
  font-size: var(--f24);
  margin-top: 0.05rem;
}
.Contact_02 .orientation .main .content2 ul li .right .con2 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .orientation .main .content2 ul li .right .con2 a:hover {
  color: #e3010d;
}
.Contact_03 .box .item {
  background: #f3f4f5;
  position: relative;
  margin-bottom: 0.2rem;
}
.Contact_03 .box .item input,
.Contact_03 .box .item textarea {
  display: block;
  width: 100%;
  height: 0.6rem;
  border: 0;
  background: none;
  font-size: var(--f18);
  padding: 0 0.25rem;
  position: relative;
  z-index: 2;
}
.Contact_03 .box .item input:not(:placeholder-shown) + p,
.Contact_03 .box .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_03 .box .item textarea {
  height: 2rem;
  padding: 0.2rem 0.25rem;
  resize: none;
}
.Contact_03 .box .item p {
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: var(--f18);
  color: #888;
}
.Contact_03 .box .item p span {
  color: #e3010d;
}
.Contact_03 .box .item1 p {
  top: 0.18rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .Contact_03 .box .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
}
.Contact_03 .box .list2 {
  padding-top: 0.1rem;
}
.Contact_03 .box .list2 .select {
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: var(--f16);
  color: #888;
}
.Contact_03 .box .list2 .select div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Contact_03 .box .list2 .select span {
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  margin-right: 0.08rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_03 .box .list2 .select span i {
  font-size: 12px;
  margin: auto;
  display: block;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_03 .box .list2 .select span:hover {
  border-color: #e3010d;
}
.Contact_03 .box .list2 .select span.on {
  background: #e3010d;
  border-color: #e3010d;
}
.Contact_03 .box .list2 .select span.on i {
  opacity: 1;
}
.Contact_03 .box .list2 .select a {
  color: #e3010d;
}
.Product_link {
  padding: 0.36rem 0;
}
@media screen and (max-width: 1680px) {
  .About_01 .box .boxLeft .main {
    width: 130%;
  }
  .Contact_02 .img .wenan {
    left: 61.5%;
    top: 32.2%;
    width: 2.6rem;
  }
  .Contact_02 .orientation .main .content2 ul li .left img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1520px) {
  .Contact_02 .img .wenan {
    left: 62.2%;
  }
  .About_01 .box .boxLeft .main {
    width: 140%;
  }
  .About_02 .box .item .orientation {
    top: 2.3rem;
  }
  .About_04 .box .item img {
    max-width: 50%;
    max-height: 50%;
  }
  .Footer_Container .box1 .boxLeft .item {
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 1400px) {
  .Contact_02 .img .wenan {
    left: 61.9%;
  }
  .About_01 .box .boxLeft .main {
    width: 150%;
  }
  .About_02 .box .item .orientation {
    top: 2rem;
  }
}
@media screen and (max-width: 1281px) {
  .Contact_02 .img .wenan {
    left: 61.4%;
    top: 31%;
  }
  .Product_01 .box .item a .boxRight {
    width: 2.6rem;
  }
  .Home_Product .box .boxRight {
    width: 11rem;
  }
  .About_01 .box .boxLeft .main {
    padding: 0.5rem;
  }
  .About_01 .box .boxLeft .main {
    width: 170%;
  }
  .About_02 .box .item .orientation {
    top: 1.5rem;
  }
  .Footer_Container .box1 .boxLeft .item {
    margin-right: 1.2rem;
  }
  .Contact_02 .orientation {
    width: 7.4rem;
  }
}
.lpk_phone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .lpk_pc {
    display: none;
  }
  .lpk_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
  .Home_Product .box .boxLeft,
  .Home_About .box .boxLeft,
  .About_01 .box .boxLeft,
  .Product_02 .box .boxLeft,
  .Product_04 .box .boxLeft,
  .Product_05 .box2 .main .boxLeft,
  .Solution_01 .box .item .boxLeft,
  .Solution_02 .box .boxLeft,
  .News_02 .box .boxLeft,
  .Contact_01 .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .Home_Product .box .boxRight,
  .Home_About .box .boxRight,
  .About_01 .box .boxRight,
  .Product_02 .box .boxRight,
  .Product_04 .box .boxRight,
  .Product_05 .box2 .main .boxRight,
  .Solution_01 .box .item .boxRight,
  .Solution_02 .box .boxRight,
  .News_02 .box .boxRight,
  .Contact_01 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.6rem;
    padding-left: 0;
    padding-right: 0;
  }
  .Product_06 .banner .item a,
  .Product_01 .box .item a {
    padding: 0.3rem 0.5rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5rem;
    height: 0.46rem;
    border: 1px solid #666666;
    border-radius: 0;
  }
  .MobileMain .HeaderMobile .box .button .Language a span {
    margin: 0 8px;
  }
  .Product_04 .box .box2 .boxRight {
    padding-right: 0;
  }
  .Product_05 .box2 .main .boxRight .list .item .left {
    width: 2.9rem;
  }
  .Product_05 .box2 .main .boxLeft {
    text-align: center;
  }
  .Footer_Container .box1 .boxLeft {
    width: 82%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .Footer_Container .box1 .boxLeft .item {
    margin-right: 0rem;
  }
  .Inner_Banner img {
    height: 5rem;
  }
  .About_01 .box .boxLeft .main {
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0.5rem 5vw;
  }
  .About_01 .box .boxRight {
    margin-top: 0;
  }
  .About_02 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
  .Product_05 .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Solution_01 .box .item .boxRight {
    margin-top: 0;
    padding: 0.5rem;
  }
  .News_01 .box .item a .content {
    padding: 0 0.3rem 0 0.3rem;
  }
  .Recommended ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .Contact_02 .orientation {
    width: 90vw;
  }
  .Contact_02 .orientation .main .content2 ul li .left {
    width: 0.55rem;
  }
  .Contact_02 .orientation .main .content2 {
    padding: 0.5rem 0 0.4rem;
  }
  .Contact_02 .img .wenan {
    display: none;
  }
  .News_02 .box .boxLeft .content4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Home_Product .box .boxLeft {
    padding: 0 var(--interval);
  }
  .Home_Product .box .boxRight .swiper {
    padding-left: var(--interval);
  }
  .Home_Product .box .boxLeft .content2 .scroll {
    height: auto;
  }
  .Home_Banner .banner_btn .prev,
  .Home_Banner .banner_btn .next {
    top: 88%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Solution_03 .banner,
  .Product_03 .box,
  .Home_Solution .box,
  .Product_06 .banner {
    padding: 0;
  }
  .Solution_03 .banner .swiper,
  .Product_03 .box .swiper,
  .Home_Solution .box .swiper,
  .Product_06 .banner .swiper {
    padding: 0 var(--interval);
  }
  .Home_Solution .banner .swiper,
  .Product_06 .banner .swiper,
  .Home_Solution .box .banner .swiper {
    padding: 0 5vw;
    width: 100%;
    margin-left: 0;
  }
  .Home_Solution .gdt,
  .Product_06 .gdt,
  .Home_Solution .box .gdt {
    padding: 0;
  }
  .Product_02 .banner_btn .prev,
  .Product_02 .banner_btn .next {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .banner .swiper-slide .orientation {
    width: 76%;
  }
  .Home_Solution .box .banner .item .content2 {
    padding: 0.3rem 0.4rem;
  }
  .Product_01 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Product_04 .box .boxLeft {
    border-right: 0;
  }
  .Product_04 .box .box3 .boxRight .left {
    padding-top: 0;
  }
  .Product_05 .box .list .item .left,
  .Product_05 .box2 .main .boxRight .list .item .left {
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 699px) {
  .Contact_02 .orientation .main .content1 {
    font-size: var(--f24);
  }
  .Contact_02 .orientation .main .content2 ul li .right .con2 {
    font-size: var(--f20);
  }
  .Contact_02 .orientation .main .content2 {
    padding: 0.4rem 0 0.4rem;
  }
  .Contact_03 .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_03 .box .item input {
    height: 0.9rem;
  }
  .Contact_02 .orientation .main .content2 ul li .left img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Footer_Container .box1 .boxLeft {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .Footer_Container .box1 .boxLeft .item .content3 {
    font-size: var(--f18);
  }
  .Footer_Container .box1 {
    position: relative;
  }
  .Footer_Container .box1 .boxRight {
    position: absolute;
    right: 0;
    bottom: 0.54rem;
    width: 50%;
    text-align: center;
    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;
  }
  .Footer_Container .box1 .boxRight img {
    width: 2.06rem;
  }
  .Footer_Container .box2 {
    text-align: center;
  }
  .Footer_Container .box2 div {
    width: 100%;
  }
  .Recommended ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .News_01 .box .item a .img {
    width: 100%;
  }
  .News_01 .box .item a {
    padding: 0;
  }
  .News_01 .box .item a .time {
    display: none;
  }
  .News_01 .box .item a .content {
    padding: 0.3rem;
  }
  .News_01 .box .item {
    margin-bottom: 0.4rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 0.3rem;
  }
  .banner_btn .next,
  .banner_btn .prev {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Product_06 .banner .item a .boxLeft .content3 {
    margin: 0.1rem 0 0;
  }
  .Product_04 .box .box1 .boxRight ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    width: 1.8rem;
    height: 0.56rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .banner_btn .prev,
  .Home_Banner .banner_btn .next {
    top: 85%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .Home_Banner .banner_btn .prev {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .Home_Banner .banner_btn .next {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .Home_Banner .banner_btn {
    --bw: 5vw;
  }
  .Home_Product .box .boxRight .banner .swiper-slide {
    width: 4.8rem;
  }
  .Home_Product .box .boxRight .banner .swiper-slide .item .content3 {
    margin-top: 0.2rem;
  }
  .Home_Solution .box .banner .item .content2 .content4 {
    margin: 0.2rem 0;
  }
  .About_01 .box .boxLeft .main .content3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .About_02 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .About_04 .box {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .Product_Nav .box ul li a {
    line-height: 1rem;
  }
  .Product_Nav .box ul li a::after {
    width: 0.55rem;
  }
  .Product_01 .box .item a .boxLeft .content4 {
    margin-top: 0.4rem;
  }
  .Product_01 .box .item a .boxRight p {
    height: 3rem;
  }
  .Product_02 .box .boxRight .banner .swiper .swiper-slide img {
    max-height: 80%;
  }
  .Product_02 .banner_btn .prev,
  .Product_02 .banner_btn .next {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .Product_03 .box .banner .swiper-slide .item .content1 {
    height: 3rem;
  }
  .Product_04 {
    --p: 0.4rem;
  }
  .Product_04 .box .box2 .boxRight {
    padding-right: 0;
  }
  .Product_04 .box .box3 .boxRight .left {
    width: 100%;
  }
  .Product_04 .box .box3 .boxRight {
    margin-top: 0;
  }
  .Product_04 .box .box3 .boxRight .right {
    padding-left: 0;
    width: 100%;
    margin-top: 0.3rem;
  }
  .Product_05 .pp {
    padding: 0 0.4rem;
  }
  .Product_05 .box .list .item .left,
  .Product_05 .box2 .main .boxRight .list .item .left {
    width: 2.7rem;
  }
  .Product_04 .box .box3 .boxRight .right {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_01 .box .item a .boxRight,
  .Product_06 .banner .item a .boxRight {
    width: 2.8rem;
  }
  .Product_06 .banner .item a .boxLeft,
  .Product_01 .box .item a .boxLeft {
    padding-right: 0.2rem;
    padding-top: 0.2rem;
  }
  .Product_06 .banner .item a,
  .Product_01 .box .item a {
    padding: 0.3rem;
  }
  .Solution_01 .box .item .boxRight > div .content1 img {
    max-height: 0.68rem;
  }
  .Solution_01 .box .item .boxRight > div .content4 {
    margin-top: 0.6rem;
  }
  .News_02 .box .boxLeft .content1 {
    font-size: 0.34rem;
  }
}
/*# sourceMappingURL=./style.css.map */