html,
body {
  scroll-behavior: smooth;
}
body {
  --f14: 14px;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --padd: 7.8vw;
  --padd1: 10.4vw;
  --nav: 0.84rem;
}
@media screen and (max-width: 1200px) {
  body {
    --padd: 5vw;
    --padd1: 5vw;
  }
}
table td,
table th{
    border: 1px solid  #DDD;
    /*line-height: 0.32rem;*/
    text-align: center;
    /*padding: 0.1rem 0;*/
    
}
.NewInfo .box_ .content3 table{
    line-height: 1.5;
}

.height {
  height: var(--nav);
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.maodian {
  position: relative;
  top: calc(var(--nav) * -1 + 1px);
}
.f {
  color: #fff;
}
.f_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}
.m40 {
  margin-top: 0.4rem;
}
.w1620 {
  padding-left: var(--padd);
  padding-right: var(--padd);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.w1520 {
  padding-left: var(--padd1);
  padding-right: var(--padd1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.m60 {
  margin-top: 0.6rem;
}
.f8 {
  background: #fafafa;
}
.dw {
  position: absolute;
  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;
  z-index: 1;
  top: 0;
  left: 0;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.Header_Container {
  position: fixed;
  top: 0.5rem;
  left: 0;
  z-index: 7;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: calc(100% - var(--padd) * 2);
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .box_container {
  position: relative;
  z-index: 1;
  height: var(--nav);
  padding: 0 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .box_container .logo {
  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;
}
.Header_Container .box .box_container nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .box_container nav .item {
  padding: 0 0.25rem;
  position: relative;
}
.Header_Container .box .box_container nav .item > p a {
  display: block;
  line-height: var(--nav);
  font-size: var(--f18);
  color: #666666;
}
.Header_Container .box .box_container nav .item .select {
  position: absolute;
  left: 50%;
  top: 80%;
  -webkit-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  transform: translateX(-35%);
  width: 2.3rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.24rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0px 0px 10px #f5f5f5;
}
.Header_Container .box .box_container nav .item .select::after {
  content: '';
  border: 0.08rem solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.Header_Container .box .box_container nav .item .select .item_two {
  margin-bottom: 0.25rem;
}
.Header_Container .box .box_container nav .item .select .item_two:last-child {
  margin-bottom: 0;
}
.Header_Container .box .box_container nav .item .select .item_two a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .box_container nav .item .select .item_two a > div {
  width: 80%;
}
.Header_Container .box .box_container nav .item .select .item_two a:hover {
  color: #bc2221;
}
.Header_Container .box .box_container nav .item:hover .select {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .box_container nav .item:hover .Pro_Select {
  display: block;
}
.Header_Container .box .box_container nav .procuct {
  position: initial;
}
.Header_Container .box .box_container nav .active > p a {
  color: #bc2221;
  font-weight: bold;
}
.Header_Container .box .box_container .seacher {
  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.7rem;
}
.Header_Container .box .box_container .seacher p {
  cursor: pointer;
}
.Header_Container .box .box_container .seacher .p2 {
  display: none;
  font-weight: bold;
}
.Header_Container .box .box_container .seacher .p2 i {
  font-size: 0.24rem;
  color: #bc2221;
}
.Header_Container .box .box_container .seacher.active .p1 {
  display: none;
}
.Header_Container .box .box_container .seacher.active .p2 {
  display: block;
}
.Header_Container .box .box_container .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.3rem;
}
.Header_Container.active,
.Header_Container.on,
.Header_Container.ss {
  top: 0;
}
.Header_Container.active .box::after,
.Header_Container.on .box::after,
.Header_Container.ss .box::after {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px #f5f5f5;
  box-shadow: 0px 0px 10px #f5f5f5;
  border-radius: 0;
}
.Header_Container.active .box .box_container,
.Header_Container.on .box .box_container,
.Header_Container.ss .box .box_container {
  padding: 0;
}
.Pro_Select {
  display: none;
  position: absolute;
  border-radius: 0 10px 10px;
  left: 0;
  width: 100%;
  min-height: 1rem;
  background: url(../images/img57.jpg) no-repeat 50% 50% / cover;
}
.Pro_Select .Pro_Select_Main {
  --w: 3rem;
  --ww: calc(100vw - var(--padd) * 2 - var(--w) * 2 - 15px);
  overflow: hidden;
}
.Pro_Select .Pro_Select_Main .select_one {
  width: var(--w);
  border-right: 1px solid #e3e3e3;
  padding: 0.26rem 0;
  position: relative;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite {
  border-left: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite a {
  line-height: 0.3rem;
  padding: 0.1rem 0;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite a .l {
  padding-left: 0.6rem;
  padding-right: 0.14rem;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite a .l svg,
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite a .l img {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite a .l svg path,
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite a .l img path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item > .ite a .r {
  color: #333333;
  font-size: 0.19rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two {
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0.26rem 0;
  border-right: 1px solid #e3e3e3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .scroll {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #bc2221;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item > .ite {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-left: 2px solid transparent;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item > .ite a {
  display: block;
  line-height: 0.3rem;
  padding: 0.1rem 0;
  font-size: var(--f18);
  padding-left: 0.42rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333333;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: var(--ww);
  padding: 0.06rem 0.52rem 0.06rem 0.15rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .swiper {
  padding: 20px;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .swiper .swiper-slide {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
  padding: 0.2rem 0.16rem 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .swiper .swiper-slide figure {
  height: 1.6rem;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .swiper .swiper-slide figure img {
  width: 100%;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .swiper .swiper-slide figcaption {
  font-size: var(--f18);
  color: #333333;
  margin: 0.2rem 0 0;
  line-height: 1.4;
  height: 2.8em;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .swiper .swiper-slide:hover {
  -webkit-box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.1);
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .progress {
  margin-top: 0.6rem;
  padding: 0 20px;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .progress div {
  position: relative;
  height: 3px;
  background: #fff;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item .select_three .banner .progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #bc2221;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item.active > .ite {
  border-color: #bc2221;
  background: rgba(255, 230, 230, 0.3);
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item.active > .ite a {
  color: #bc2221;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item .select_two .select_two_item.active .select_three {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item.active > .ite {
  background: rgba(255, 230, 230, 0.3);
  border-color: #bc2221;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item.active > .ite a .l svg path {
  fill: #bc2221;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item.active > .ite a .r {
  color: #bc2221;
}
.Pro_Select .Pro_Select_Main .select_one .select_one_item.active .select_two {
  visibility: initial;
  opacity: 1;
  z-index: 1;
}
.Sidebar_Container {
  position: fixed;
  right: 0.2rem;
  bottom: 10%;
  z-index: 7;
  background: #bc2221;
  padding: 8px 0;
  border-radius: 10px;
  display: none;
}
.Sidebar_Container .item {
  width: 0.8rem;
  text-align: center;
  padding: 0.12rem 0;
  cursor: pointer;
  position: relative;
}
.Sidebar_Container .item a svg {
  vertical-align: middle;
}
.Sidebar_Container .item a p {
  font-size: var(--f14);
  color: #fff;
  margin-top: 5px;
}
.Sidebar_Container .ewm .img {
  width: 1.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  right: 110%;
}
.Sidebar_Container .ewm:hover .img {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Sidebar_Container .call .num {
  right: 100%;
  top: 0;
  position: absolute;
  background: #bc2221;
  font-size: 0.24rem;
  padding: 8px 0.2rem;
  font-family: 'gilroy_bold';
  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: 5px 0 0 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.Sidebar_Container .call .num a {
  color: #fff;
  white-space: nowrap;
  text-align: left;
  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;
  padding: 3px 0;
}
.Sidebar_Container .call:hover .num {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner .swiper .swiper-slide {
  position: relative;
}
.Home_Banner .banner .swiper .swiper-slide picture img {
  width: 100%;
  height: var(--vh);
}
.Home_Banner .banner .swiper .swiper-slide .orientation {
  position: absolute;
  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;
  z-index: 1;
  top: 0;
  left: 0;
  color: #fff;
}
.Home_Banner .banner .swiper .swiper-slide .orientation .content2 {
  font-size: 0.56rem;
  line-height: 1;
  margin-top: -0.2rem;
  font-weight: bold;
}
.Home_Banner .banner .swiper .swiper-slide .orientation .content3 {
  font-size: 0.24rem;
  opacity: 0.8;
  line-height: 0.34rem;
  margin-top: 0.18rem;
}
.Home_Banner .banner .swiper .swiper-slide .orientation .content4 {
  margin-top: 0.76rem;
}
.Home_Banner .banner .button {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Home_Banner .banner .button p {
  margin: 0 15px;
}
.Home_Banner .banner .button p i {
  font-size: 0.22rem;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .banner .button p i:hover {
  opacity: 1;
}
.Home_Banner .banner .page {
  position: absolute;
  z-index: 1;
  left: var(--padd1);
  bottom: 0.5rem;
}
.Home_Banner .banner .page div span {
  font-size: 0.17rem;
  font-family: 'gilroy_bold';
  color: #fff;
  opacity: 1;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  border-radius: 0;
  background: none;
  margin: 0 15px 0 0;
  opacity: 0.5;
}
.Home_Banner .banner .page div span::after {
  content: '';
  width: 0rem;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .banner .page div span:last-child::after {
  display: none;
}
.Home_Banner .banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.Home_Banner .banner .page div .swiper-pagination-bullet-active::after {
  width: 0.36rem;
}
.kj_btn1 .a {
  width: 1.36rem;
  line-height: 0.44rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.kj_btn1 .a:hover {
  background: #bc2221;
  border-color: #bc2221;
  color: #fff;
}
.kj_btn2 .a {
  width: 1.36rem;
  line-height: 0.44rem;
  border: 1px solid #bc2221;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #bc2221;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.kj_btn2 .a:hover {
  background: #bc2221;
  color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(188, 34, 33, 0.5);
  box-shadow: 0px 0px 12px rgba(188, 34, 33, 0.5);
}
.kj_btn3 .a {
  width: 1.36rem;
  line-height: 0.44rem;
  border: 1px solid #bc2221;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #bc2221;
}
.kj_btn3 .a:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(188, 34, 33, 0.5);
  box-shadow: 0px 0px 12px rgba(188, 34, 33, 0.5);
}
.main_top .le .t {
  color: rgba(0, 0, 0, 0.04);
  font-size: 0.68rem;
  line-height: 1;
  font-weight: bold;
}
.main_top .le .b {
  font-size: 0.48rem;
  line-height: 1;
  margin-top: -0.2rem;
  font-weight: bold;
}
.main_top .ri {
  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;
}
.main_bot {
  color: #666666;
  font-size: var(--f18);
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.Home_Product {
  --w: 1.1rem;
  --w1: 9.26rem;
}
.Home_Product .box {
  margin-top: 0.4rem;
  --ma: calc((100% - var(--w) * 6) / 5);
}
.Home_Product .box .width {
  width: var(--ma);
}
.Home_Product .box .banner1 .swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.Home_Product .box .banner1 .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  width: 3rem;
  left: 100%;
  height: 1px;
  background: #e3e3e3;
}
.Home_Product .box .banner1 .swiper .swiper-slide:last-child::after {
  display: none;
}
.Home_Product .box .banner1 .swiper .swiper-slide .item {
  text-align: center;
}
.Home_Product .box .banner1 .swiper .swiper-slide .item .top {
  width: 0.82rem;
  height: 0.82rem;
  margin: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner1 .swiper .swiper-slide .item .top p {
  margin: auto;
  position: relative;
}
.Home_Product .box .banner1 .swiper .swiper-slide .item .top img {
  -webkit-transition: 0.4a;
  -o-transition: 0.4a;
  transition: 0.4a;
}
.Home_Product .box .banner1 .swiper .swiper-slide .item .top .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Home_Product .box .banner1 .swiper .swiper-slide .item .bot {
  font-size: 0.18rem;
  color: #666666;
  margin-top: 13px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner1 .swiper .swiper-slide .item:hover .bot {
  color: #bc2221;
}
.Home_Product .box .banner1 .swiper .swiper-slide-active .item .top {
  background: #bc2221;
}
.Home_Product .box .banner1 .swiper .swiper-slide-active .item .top .img1 {
  opacity: 0;
}
.Home_Product .box .banner1 .swiper .swiper-slide-active .item .top .img2 {
  opacity: 1;
}
.Home_Product .box .banner2 .swiper .swiper-slide {
  opacity: 0 !important;
  position: relative;
}
.Home_Product .box .banner2 .swiper .swiper-slide .item .boxLeft {
  width: var(--w1);
  height: 4.96rem;
  background: url(../images/img1.png) no-repeat 50% 50% / cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box .banner2 .swiper .swiper-slide .item .boxLeft p {
  margin: auto;
  text-align: center;
  max-height: 80%;
  max-width: 80%;
}
.Home_Product .box .banner2 .swiper .swiper-slide .item .boxRight {
  width: calc(100% - var(--w1));
  padding-left: 0.85rem;
}
.Home_Product .box .banner2 .swiper .swiper-slide .item .boxRight .content1 {
  margin-top: 12px;
  color: #333333;
  font-size: 0.38rem;
}
.Home_Product .box .banner2 .swiper .swiper-slide .item .boxRight .content2 {
  font-size: var(--f18);
  color: #999999;
  line-height: 28px;
  height: 56px;
  margin-top: 0.2rem;
}
.Home_Product .box .banner2 .swiper .swiper-slide .item .boxRight .content3 {
  margin-top: 55px;
}
.Home_Product .box .banner2 .swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.Home_Product .box .banner3 {
  height: 0;
}
.Home_Product .box .banner3 .boxRight {
  width: calc(100% - var(--w1));
  padding-left: 0.85rem;
}
.Home_Product .box .banner3 .boxRight .swiper {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  z-index: 2;
}
.Home_Product .box .banner3 .boxRight .swiper-slide {
  cursor: pointer;
}
.Home_Product .box .banner3 .boxRight .swiper-slide .item {
  text-align: center;
}
.Home_Product .box .banner3 .boxRight .swiper-slide .item .item_top {
  height: 1.02rem;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner3 .boxRight .swiper-slide .item .item_top img {
  margin: auto;
  max-height: 80%;
  max-width: 80%;
}
.Home_Product .box .banner3 .boxRight .swiper-slide .item .item_bot {
  font-size: var(--f16);
  color: #666666;
  margin-top: 10px;
}
.Home_Product .box .banner3 .boxRight .swiper-slide-active .item .item_top {
  border-color: #bc2221;
}
.Home_Product .box .banner3 .boxRight .disposition {
  position: absolute;
  /*top: -0.4rem;*/
  top: 3.25rem;
  right: 0;
  z-index: 1;
  font-family: 'gilroy_bold';
}
.Home_Product .box .banner3 .boxRight .disposition .cur {
  font-size: 0.17rem;
  color: #bc2221;
}
.Home_Product .box .banner3 .boxRight .disposition .jdt {
  margin: 0 17px 0 3px;
  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 .banner3 .boxRight .disposition .jdt div {
  position: relative;
  width: 0.48rem;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
}
.Home_Product .box .banner3 .boxRight .disposition .jdt .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #bc2221;
}
.Home_Product .box .banner3 .boxRight .disposition .total {
  font-size: 0.17rem;
  color: rgba(51, 51, 51, 0.6);
}
.Home_Product .box .banner3 .boxRight .disposition .btn i {
  font-weight: bold;
  font-size: var(--f18);
  color: rgba(51, 51, 51, 0.6);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner3 .boxRight .disposition .btn i:hover {
  color: #bc2221;
}
.Home_Product .box .banner3 .boxRight .disposition .prev {
  margin-left: 14px;
  margin-right: 6px;
}
.Home_Application {
  position: relative;
}
.Home_Application .bgImg p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.Home_Application .bgImg p img {
  height: 100%;
  width: 100%;
}
.Home_Application .bgImg .active {
  opacity: 1;
}
.Home_Application .box {
  margin-top: 1rem;
}
.Home_Application .box .banner1 {
  max-width: 6rem;
}
.Home_Application .box .banner1 .swiper .swiper-slide {
  color: #fff;
  opacity: 0 !important;
  position: relative;
}
.Home_Application .box .banner1 .swiper .swiper-slide .content1 {
  font-size: 0.38rem;
}
.Home_Application .box .banner1 .swiper .swiper-slide .content2 {
  font-size: var(--f18);
  line-height: 0.27rem;
  height: 0.54rem;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.Home_Application .box .banner1 .swiper .swiper-slide .content3 {
  margin-top: 0.8rem;
}
.Home_Application .box .banner1 .swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.Home_Application .box .banner2 {
  width: 8rem;
  margin-top: 1.4rem;
}
.Home_Application .box .banner2 .swiper .swiper-slide {
  text-align: center;
  color: #fff;
  height: 1.6rem;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Application .box .banner2 .swiper .swiper-slide .item {
  margin: auto;
}
.Home_Application .box .banner2 .swiper .swiper-slide .item img {
  max-width: 100%;
  max-height: 100%;
}
.Home_Application .box .banner2 .swiper .swiper-slide .top {
  height: 0.6rem;
}
.Home_Application .box .banner2 .swiper .swiper-slide .bot {
  font-size: 0.24rem;
  margin-top: 0.16rem;
}
.Home_Application .box .banner2 .swiper .swiper-slide-active {
  background: rgba(188, 34, 33, 0.5);
}
.Home_Application .box .disposition {
  font-family: 'gilroy_bold';
}
.Home_Application .box .disposition .cur {
  font-size: 0.34rem;
  color: #fff;
}
.Home_Application .box .disposition .jdt {
  margin: 0 0.32rem;
  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_Application .box .disposition .jdt div {
  position: relative;
  width: 0.96rem;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}
.Home_Application .box .disposition .jdt .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.Home_Application .box .disposition .total {
  font-size: 0.34rem;
  color: rgba(255, 255, 255, 0.3);
}
.Home_Service .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.28rem;
}
.Home_Service .box .item a {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.35rem 0.3rem;
  overflow: hidden;
  position: relative;
}
.Home_Service .box .item a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Service .box .item a .img img {
  height: 100%;
}
.Home_Service .box .item a .content1 {
  height: 0.5rem;
}
.Home_Service .box .item a .content1 img {
  max-height: 100%;
}
.Home_Service .box .item a .content1 svg {
  max-height: 100%;
}
.Home_Service .box .item a .content1 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #bc2221;
  stroke: #bc2221;
}
.Home_Service .box .item a .content2 {
  font-size: 0.28rem;
  color: #333333;
  margin-top: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Service .box .item a .content3 {
  font-size: var(--f18);
  color: #666666;
  line-height: 0.26rem;
  height: 0.52rem;
  margin-top: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Service .box .item a .content4 {
  margin-top: 1.7rem;
  font-size: var(--f16);
  text-align: right;
  color: #bc2221;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Service .box .item:hover a .img {
    opacity: 1;
  }
  .Home_Service .box .item:hover a .content1 svg path {
    fill: #fff;
    stroke: #fff;
  }
  .Home_Service .box .item:hover a .content2 {
    color: #fff;
  }
  .Home_Service .box .item:hover a .content3 {
    color: rgba(255, 255, 255, 0.8);
  }
  .Home_Service .box .item:hover a .content4 {
    color: #fff;
  }
}
.Home_Service .box .item:nth-child(2n) {
  margin-top: 0.7rem;
}
.Home_About {
  background: url(../images/img11.jpg) no-repeat 50% 50% / cover;
}
.Home_About .box {
  margin-top: 0.4rem;
}
.Home_About .box .content1 {
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.27rem;
  max-width: 6.14rem;
}
.Home_About .box .content1 p {
  margin-bottom: 5px;
}
.Home_About .box .content2 {
  margin-top: 0.8rem;
}
.Home_About .box .content3 {
  margin-top: 1.94rem;
}
@media screen and (min-width: 1200px) {
  .Home_About .box .content3 {
    max-width: 48%;
  }
}
.Home_About .box .content3 .item .top {
  font-size: 0.44rem;
  font-family: 'gilroy_bold';
  color: #fff;
}
.Home_About .box .content3 .item .top em {
  font-size: 0.25rem;
}
.Home_About .box .content3 .item .bot {
  margin-top: 0.1rem;
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.8);
}
.Home_News .box {
  --w: 6.6rem;
}
.Home_News .box .itemLeft {
  width: var(--w);
}
.Home_News .box .itemLeft a {
  display: block;
  position: relative;
  overflow: hidden;
}
.Home_News .box .itemLeft a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg1.png) no-repeat 50% 50%/100% 100%;
}
.Home_News .box .itemLeft a img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .itemLeft a .orientation {
  padding: 0.32rem 0.46rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.Home_News .box .itemLeft a .orientation .content1 {
  font-size: var(--f16);
}
.Home_News .box .itemLeft a .orientation .content2 {
  font-size: 0.24rem;
  margin-top: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.3rem;
}
.Home_News .box .itemLeft a .orientation .content3 {
  font-size: var(--f16);
  margin-top: 0.12rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  height: 3em;
}
.Home_News .box .itemLeft a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .itemLeft a:hover .orientation .content2 {
  color: #bc2221;
}
.Home_News .box .itemRight {
  width: calc((100% - var(--w) - 0.8rem) / 2);
}
.Home_News .box .itemRight a {
  display: block;
}
.Home_News .box .itemRight a figure {
  overflow: hidden;
  height: 2.6rem;
}
.Home_News .box .itemRight a figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .itemRight a .content1 {
  font-size: var(--f16);
  color: #999999;
  margin-top: 0.32rem;
}
.Home_News .box .itemRight a .content2 {
  font-size: 0.24rem;
  color: #666666;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .itemRight a .content3 {
  font-size: var(--f16);
  color: #999999;
  line-height: 1.5;
  margin-top: 0.14rem;
}
.Home_News .box .itemRight a .content4 {
  font-size: var(--f16);
  color: #bc2221;
  text-align: right;
  margin-top: 0.3rem;
}
.Home_News .box .itemRight a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .itemRight a:hover .content2 {
  color: #bc2221;
}
.footer {
  background: #292929;
}
.footer .box1 .boxLeft .content1 img {
  height: 0.58rem;
}
.footer .box1 .boxLeft .content2 {
  margin-top: 0.46rem;
}
.footer .box1 .boxLeft .content2 .item {
  margin-right: 0.3rem;
}
.footer .box1 .boxLeft .content2 .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box1 .boxLeft .content2 .item a svg {
  margin: auto;
}
.footer .box1 .boxLeft .content2 .item a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box1 .boxLeft .content2 .item:hover a {
  border-color: #bc2221;
}
.footer .box1 .boxLeft .content2 .item:hover a svg path {
  fill: #bc2221;
}
.footer .box1 .boxLeft .content2 .ewm {
  position: relative;
}
.footer .box1 .boxLeft .content2 .ewm 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 bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  bottom: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box1 .boxLeft .content2 .ewm p img {
  max-width: initial;
  width: 1.2rem;
}
.footer .box1 .boxLeft .content2 .ewm:hover p {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.footer .box1 .boxLeft .content3 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.52rem;
}
.footer .box1 .boxLeft .content3 svg {
  margin-right: 8px;
}
.footer .box1 .boxLeft .content4 {
  padding-left: 23px;
  margin-top: 0.12rem;
}
.footer .box1 .boxLeft .content4 p a {
  font-family: 'gilroy_bold';
  color: #bc2221;
  font-size: 0.35rem;
}
.footer .box1 .boxRight .item {
  margin-right: 0.3rem;
  max-width: 2.3rem;
}
.footer .box1 .boxRight .item:last-child {
  margin-right: 0;
}
.footer .box1 .boxRight .item .h5 a {
  font-size: 0.24rem;
  color: #fff;
}
.footer .box1 .boxRight .item ul {
  margin-top: 0.5rem;
}
.footer .box1 .boxRight .item ul li {
  margin-bottom: 0.15rem;
}
.footer .box1 .boxRight .item ul li a {
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.6);
}
.footer .box2 {
  margin-top: 0.45rem;
}
.footer .box2 .left {
  font-size: var(--f18);
  color: #fff;
}
.footer .box2 .left svg {
  margin-right: 5px;
}
.footer .box2 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .box2 .right a {
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.6);
}
.footer .box2 .right span {
  margin: 0 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.footer .box2 .right span:last-child{
    display: none;
}
.footer .box3 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(250, 250, 250, 0.1);
}
.footer .box3 .left ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.footer .box3 .left ul li a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box3 .left ul li a .l {
  width: 1.5rem;
}
.footer .box3 .left ul li a:hover {
  opacity: 1;
}
.footer .box3 .left ul li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.footer .box3 .right {
  text-align: right;
}
.footer .box3 .right p {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.3;
  margin-bottom: 5px;
}
.footer .box3 .right a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box3 .right a:hover {
  opacity: 1;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .bg img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  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;
  z-index: 1;
  top: 0;
  left: 0;
  color: #fff;
}
.InnerBanner .orientation .content1 {
  font-size: 0.56rem;
  font-weight: bold;
}
.InnerBanner .orientation .content2 {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.18rem;
}
.mbx {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  z-index: 1;
}
.mbx a,
.mbx i,
.mbx span {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a svg,
.mbx i svg,
.mbx span svg {
  vertical-align: middle;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.mbx a:hover {
  color: #bc2221;
}
.mbx1 a,
.mbx1 i,
.mbx1 span {
  font-size: var(--f16);
  color: #999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx1 a svg,
.mbx1 i svg,
.mbx1 span svg {
  vertical-align: middle;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.mbx1 a:hover {
  color: #bc2221;
}
.ProductList_left {
  width: 2.25rem;
}
.ProductList_right {
  padding-left: 0.45rem;
  width: -webkit-calc(97.75%);
  width: calc(100% - 2.25rem);
}
.Pro_Nav {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.Pro_Nav .item > p {
  line-height: 0.3rem;
  padding: 0.15rem;
  border-radius: 8px;
  position: relative;
}
.Pro_Nav .item > p a {
  color: #777777;
  font-size: var(--f18);
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.15rem;
}
.Pro_Nav .item > p a:hover {
  color: #bc2221;
}
.Pro_Nav .item > p span {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.Pro_Nav .item > p span::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #bc2221;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Pro_Nav .item > p span::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #bc2221;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.4s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.Pro_Nav .item div {
  padding-left: 0.35rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Nav .item div ul {
  min-height: 0;
  display: grid;
  gap: 0.14rem;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Nav .item div ul li {
  line-height: 1.5;
}
.Pro_Nav .item div ul li a {
  display: block;
  color: #999999;
  font-size: var(--f14);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Nav .item div ul li a:hover {
  color: #bc2221;
}
.Pro_Nav .item div ul .active a {
  color: #bc2221;
}
.Pro_Nav .item.active > p {
  background: #fff;
}
.Pro_Nav .item.active > p a {
  color: #bc2221;
}
.Pro_Nav .item.active > p span::after {
  transform: rotate(0deg);
}
.Pro_Nav .item.active div {
  grid-template-rows: 1fr;
}
.Pro_Nav .item.active div ul {
  padding: 0.2rem 0;
}
.Pro_Container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Pro_Container .item a {
  display: block;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.4rem 0 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Pro_Container .item a .content1 {
  font-size: 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.4;
  height: 1.4em;
  	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-justify: distribute-all-lines;
	padding: 0 0.15rem;
}


.Pro_Container .item a .content2 {
  padding: 0 0.15rem;
  font-size: var(--f16);
  color: #999999;
  margin-top: 0.1rem;
  line-height: 1.2;
  height: 1.2em;
  	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-justify: distribute-all-lines;
}


.Pro_Container .item a .content3 {
  margin-top: 0.38rem;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Pro_Container .item a .content3 img {
  margin: auto;
}
.Pro_Container .item a .content4 {
  margin-top: 0.25rem;
  font-size: var(--f16);
  color: #bc2221;
}
.Pro_Container .item a .content4 i {
  font-size: var(--f16);
}
.Pro_Container .item a:hover {
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.1);
}
.Pro_Container .item a:hover .content1 {
  color: #bc2221;
}
.Product_Info {
  min-height: 1rem;
  padding-bottom: 0.5rem;
  background: url(../images/img17.jpg) no-repeat 50% 50% / cover;
}
.Product_Info .mbx1 {
  padding-top: 0.25rem;
}
.Product_Info .box_ {
  margin-top: 0.5rem;
}
.Product_Info .box_ .boxLeft {
  width: 50%;
  padding-right: 2.46rem;
}
.Product_Info .box_ .boxLeft .content1 {
  font-size: 0.36rem;
  color: #bc2221;
}
.Product_Info .box_ .boxLeft .content2 {
  font-size: var(--f18);
  color: #666666;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.Product_Info .box_ .boxLeft .content3 {
  margin-top: 0.5rem;
  font-size: 0.28rem;
}
.Product_Info .box_ .boxLeft .content4 {
  font-size: var(--f18);
  color: #666666;
  margin-top: 0.2rem;
}
.Product_Info .box_ .boxLeft .content4 ul {
  padding-left: 0.2rem;
  display: grid;
  gap: 0.1rem;
}
.Product_Info .box_ .boxLeft .content4 ul li {
  list-style: disc;
}
.Product_Info .box_ .boxLeft .content4 ul li span {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
}
.Product_Info .box_ .boxLeft .content5 {
  margin-top: 0.6rem;
}
.Product_Info .box_ .boxRight {
  width: 50%;
  padding: 0;
}
.Product_Info .box_ .boxRight .content1 {
  margin-top: 0.2rem;
  text-align: center;
}
.Product_Info .box_ .boxRight .content2{
    margin-top: 0.2rem;
}
.Product_Info .box_ .boxRight .content2 .swiper-wrapper {
  text-align: center;
}
.Product_Info .box_ .boxRight .content2 .swiper-slide {
  width: auto;
  display: inline-block;
}
.Product_Info_Nav {
  border-bottom: 1px solid #e8e8e8;
}
.Product_Info_Nav .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.Product_Info_Nav .box p {
  margin-right: 0.7rem;
}
.Product_Info_Nav .box p a {
  font-size: var(--f16);
  color: #000;
  border-bottom: 2px solid transparent;
  line-height: 0.93rem;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_Info_Nav .box p a:hover {
  color: #bc2221;
}
.Product_Info_Nav .box .active a {
  color: #bc2221;
  border-color: #bc2221;
}
.proh5 {
  font-size: 0.36rem;
  color: #bc2221;
}
.proh5 img {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Product_Info_01 .box .content1 {
  font-size: var(--f18);
  color: #333333;
  line-height: 0.4rem;
}
.Product_Info_01 .box .content1 h6 {
  font-size: 0.26rem;
  color: #666666;
  margin-bottom: 0.16rem;
}
.Product_Info_01 .box .content2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.6rem;
}
.Product_Info_01 .box .content2 .item figure {
  height: 2.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_Info_01 .box .content2 .item figure img {
  margin: auto;
  max-height: 100%;
}
.Product_Info_01 .box .content2 .item figcaption {
  margin-top: 0.32rem;
  color: #666666;
  font-size: 0.24rem;
  text-align: center;
}
.Product_Info_01 .box table {
  width: 100%;
}


/*.Product_Info_01 .box tr {*/
/*  font-size: 0.22rem;*/
/*  text-align: center;*/
/*}*/
/*.Product_Info_01 .box tr th {*/
/*  height: 0.68rem;*/
/*  background: #f0f0f0;*/
/*  padding: 0 0.2rem;*/
/*}*/
/*.Product_Info_01 .box tr td {*/
/*  color: #333333;*/
/*  padding: 0.2rem 0.5rem;*/
/*  border-bottom: 1px solid #f0f0f0;*/
/*}*/



.Product_Info_02 .box .table table {
  width: 100%;
}

/*.Product_Info_02 .box .table tr {*/
/*  font-size: 0.22rem;*/
/*  background: #fff;*/
/*}*/
/*.Product_Info_02 .box .table tr:nth-child(2n-1) {*/
/*  background: #f5f5f5;*/
/*}*/
/*.Product_Info_02 .box .table tr th {*/
/*  height: 0.68rem;*/
/*  color: #fff;*/
/*  background: #bc2221;*/
/*  padding: 0 0.5rem;*/
/*  width: 50%;*/
/*  text-align: left;*/
/*}*/
/*.Product_Info_02 .box .table tr td {*/
/*  color: #333333;*/
/*  height: 0.68rem;*/
/*  padding: 0 0.5rem;*/
/*  width: 50%;*/
/*}*/
/*.Product_Info_02 .box1 {*/
/*  color: #999999;*/
/*  font-size: var(--f20);*/
/*  margin-top: 0.3rem;*/
/*}*/



.Product_Info_03 .box table {
  width: 100%;
}


.Product_Info_03 .box table tr {
  font-size: 0.22rem;
}
.Product_Info_03 .box table tr th {
  height: 0.8rem;
  background: #f0f0f0;
  color: #333333;
  /*text-align: left;*/
  padding: 0 0.5rem;
  border: 1px solid #ffffff;
}
.Product_Info_03 .box table tr td {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.1rem 0.5rem;
  height: 0.8rem;
  color: #666666;
  background: #fff;
}
.Product_Info_03 .box table tr th:first-child {
  width: 24%;
}



.Product_Info_04 .box table {
  width: 100%;
}
.Product_Info_04 .box table tr {
  font-size: 0.22rem;
}
.Product_Info_04 .box table tr th {
  text-align: center;
  padding: 0 0.5rem;
  height: 0.8rem;
  background: #f0f0f0;
}
.Product_Info_04 .box table tr td {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.1rem 0.5rem;
  height: 0.8rem;
  color: #666666;
  background: #fff;
}
.Product_Info_04 .box table tr td a {
  display: block;
  font-size: var(--f16);
  color: #bc2221;
  width: 1.18rem;
  line-height: 0.36rem;
  border-radius: 0.2rem;
  border: 1px solid #bc2221;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.Product_Info_04 .box table tr td a:hover {
  background: #bc2221;
  color: #fff;
}
.Solution_Container .box {
  display: grid;
  gap: 0.4rem;
}
.Solution_Container .box a .boxLeft {
  width: 50%;
  background: #f9f9f9;
  padding: 0.76rem 1.1rem 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_Container .box a .boxLeft .content1 {
  color: #333333;
  font-size: 0.26rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_Container .box a .boxLeft .content2 {
  font-size: var(--f18);
  line-height: 0.32rem;
  color: #666666;
  margin-top: 0.3rem;
  height: 0.96rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_Container .box a .boxLeft .content3 .a {
  width: 1.36rem;
  line-height: 0.44rem;
  border: 1px solid #bc2221;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #bc2221;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.52rem;
}
.Solution_Container .box a .boxRight {
  width: 50%;
}
.Solution_Container .box a .boxRight p {
  overflow: hidden;
  height: 100%;
}
.Solution_Container .box a .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.Solution_Container .box a: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_Container .box a:hover .boxLeft {
  background: #bc2221;
}
.Solution_Container .box a:hover .boxLeft .content1 {
  color: #fff;
}
.Solution_Container .box a:hover .boxLeft .content2 {
  color: rgba(255, 255, 255, 0.8);
}
.Solution_Container .box a:hover .boxLeft .content3 .a {
  border-color: #fff;
  color: #fff;
}
.Solution_Container .box a:hover .boxRight p img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Solution_Info .box_main {
  padding-right: 3.2rem;
}
.Pro_Container1 {
  grid-template-columns: repeat(3, 1fr);
}
.search_banner {
  position: relative;
}
.search_banner .bg img {
  width: 100%;
}
.search_banner .orientation {
  width: min(6.85rem, 80vw);
  background: #fff;
  border-radius: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.search_banner .orientation input[type='text'] {
  display: block;
  width: 100%;
  height: 0.56rem;
  border: 0;
  background: none;
  padding: 0 0.4rem;
  font-size: var(--f18);
}
.search_banner .orientation label {
  position: absolute;
  height: 100%;
  width: 1.12rem;
  background: #bc2221;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  cursor: pointer;
}
.search_banner .orientation label input {
  display: none;
}
.search_banner .orientation label svg {
  margin: auto;
}
.Download_Container .box .boxLeft {
  width: 2.6rem;
  padding-right: 0.5rem;
}
.Download_Container .box .boxLeft ul {
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
}
.Download_Container .box .boxLeft ul li {
  padding-left: 0.42rem;
  border-left: 3px solid #dddddd;
  position: relative;
}
.Download_Container .box .boxLeft ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 0%;
  background: #bc2221;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Download_Container .box .boxLeft ul li a {
  display: block;
  line-height: 0.3rem;
  padding: 0.1rem 0;
  font-size: var(--f18);
  color: #999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Download_Container .box .boxLeft ul li:hover a {
  color: #bc2221;
}
.Download_Container .box .boxLeft ul .active a {
  color: #bc2221;
}
.Download_Container .box .boxLeft ul .active::after {
  height: 100%;
}
.Download_Container .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.NewToggle .box .item {
  margin: 0 0.25rem;
}
.NewToggle .box .item a {
  display: block;
  background: #c9c9c9;
  color: #f9f9f9;
  font-size: 0.26rem;
  width: 1.9rem;
  line-height: 0.58rem;
  text-align: center;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewToggle .box .item a:hover {
  background: #bc2221;
}
.NewToggle .box .active a {
  background: #bc2221;
}
.NewsList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.NewsList .box .item a {
  display: block;
  cursor: pointer;
}
.NewsList .box .item a figure {
  overflow: hidden;
  position: relative;
}
.NewsList .box .item a figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.NewsList .box .item a figure::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  top: 0;
  left: 0;
}
.NewsList .box .item a figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.NewsList .box .item a figure p img {
  width: 1.02rem;
}
.NewsList .box .item a .time {
  font-size: var(--f16);
  color: #999999;
}
.NewsList .box .item a .content2 {
  font-size: 0.24rem;
  color: #666666;
  margin-top: 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsList .box .item a .content3 {
  font-size: var(--f16);
  color: #999999;
  line-height: 23px;
  height: 46px;
  margin-top: 0.14rem;
}
.NewsList .box .item a .content4 {
  font-size: var(--f16);
  color: #bc2221;
  text-align: right;
  margin-top: 0.16rem;
}
.NewsList .box .item a:hover figure > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.NewsList .box .item a:hover .content2 {
  color: #bc2221;
}
.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;
}
.pu_page .prev a,
.pu_page .next a {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev a i,
.pu_page .next a i {
  margin: auto;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.22rem;
  font-weight: bold;
  color: #666;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #bc2221;
}
.pu_page .number {
  margin: 0 0.2rem;
}
.pu_page .number a {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: var(--f16);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  margin: 0 0.15rem;
}
.pu_page .number a:hover {
  background: #bc2221;
  color: #fff;
}
.pu_page .number .active {
  background: #bc2221;
  color: #fff;
}
.NewInfo {
  padding: 0.2rem 0 0;
}
.NewInfo .box_ {
  padding: 0 1.6rem;
}
.NewInfo .box_ .content1 {
  font-size: 0.48rem;
  margin-top: 0.52rem;
}
.NewInfo .box_ .content2 {
  font-size: 0.24rem;
  color: #999999;
  margin-top: 0.52rem;
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #dddddd;
}
.NewInfo .box_ .content2 p {
  margin-right: 1rem;
}
.NewInfo .box_ .content3 {
  font-size: var(--f18);
  color: #444444;
  margin-top: 0.6rem;
  line-height: 0.4rem;
}
.NewInfo .box_ .content3 h6 {
  color: #333333;
  font-size: 0.3rem;
  text-align: center;
}
.Contact_Us .box .boxLeft {
  width: 49%;
}
.Contact_Us .box .boxLeft .list {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.2rem;
}
.Contact_Us .box .boxLeft .list .ite .top {
  font-size: var(--f20);
  color: #555555;
}
.Contact_Us .box .boxLeft .list .ite .top img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.08rem;
}
.Contact_Us .box .boxLeft .list .ite .bot {
  color: #999999;
  font-size: var(--f18);
  margin-top: 0.15rem;
}
.Contact_Us .box .boxRight {
  width: 49%;
}
.Contact_Us .box .boxRight form {
  margin-top: 0.5rem;
}
.Contact_Us .box .boxRight form .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}
.Contact_Us .box .boxRight form .item .ite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.16rem;
  border: 2px solid #f5f5f5;
}
.Contact_Us .box .boxRight form .item .ite p {
  padding-right: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Contact_Us .box .boxRight form .item .ite input {
  height: 0.54rem;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  background: none;
  font-size: var(--f20);
}
.Contact_Us .box .boxRight form .item .ite input::-webkit-input-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item .ite input::-moz-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item .ite input:-ms-input-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item .ite input::-ms-input-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item .ite input::placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item1 {
  margin-top: 0.25rem;
}
.Contact_Us .box .boxRight form .item1 .ite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.16rem;
  border: 2px solid #f5f5f5;
  padding-top: 0.2rem;
}
.Contact_Us .box .boxRight form .item1 .ite p {
  padding-right: 0.1rem;
  margin-top: 0.06rem;
}
.Contact_Us .box .boxRight form .item1 .ite textarea {
  height: 1.52rem;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  background: none;
  font-size: var(--f20);
  resize: none;
}
.Contact_Us .box .boxRight form .item1 .ite textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item1 .ite textarea::-moz-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item1 .ite textarea:-ms-input-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item1 .ite textarea::-ms-input-placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item1 .ite textarea::placeholder {
  color: #cccccc;
}
.Contact_Us .box .boxRight form .item2 {
  margin-top: 0.26rem;
}
.Contact_Us .box .boxRight form .item2 input {
  display: none;
}
.Contact_Us .box .boxRight form .item2 label {
  cursor: pointer;
}
.Contact_Banner .banner {
  position: relative;
}
.Contact_Banner .banner .swiper-slide {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 0.5rem 0.32rem;
}
.Contact_Banner .banner .swiper-slide .content1 {
  font-size: 0.24rem;
}
.Contact_Banner .banner .swiper-slide .content2 {
  font-size: var(--f18);
  line-height: 0.32rem;
  display: grid;
  gap: 6px;
  margin-top: 0.4rem;
  height: 1.45rem;
}
.Contact_Banner .banner .swiper-slide .content2 svg {
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 0.1rem;
}
.Contact_Banner .banner .button p {
  /*position: absolute;*/
  /*top: 50%;*/
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
}
.Contact_Banner .banner .button .prev {
  left: -0.8rem;
}
.Contact_Banner .banner .button .next {
  right: -0.8rem;
  margin-left: 0.5rem;
}
.kj_button p {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: 1px solid #bc2221;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.kj_button p i {
  font-size: var(--f20);
  color: #bc2221;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.kj_button p:hover {
  background: #bc2221;
  border-color: #bc2221 !important;
}
.kj_button p:hover i {
  color: #fff;
}
.swiper-button-lock {
  display: none !important;
}
.kj_button1 p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: #fff;
}
.kj_button1 p i {
  color: #fff;
}
.kj_button1 .prev {
  left: 0.37rem;
}
.kj_button1 .next {
  right: 0.37rem;
}
.kj_page {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
.kj_page div span {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
}
.kj_page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.ditu a {
  display: block;
}
.ditu a img {
  width: 100%;
}
.search_container .box .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
.search_container .box .item a .left {
  max-width: 80%;
}
.search_container .box .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.search_container .box .item a .left .b {
  font-size: 0.25rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.search_container .box .item a .right {
  font-size: var(--f16);
  color: #bc2221;
  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_container .box .item a .right i {
  font-size: var(--f16);
}
.search_container .box .item a:hover .b {
  color: #bc2221;
}
.search_container .box .item a:hover .right {
  color: #bc2221;
}
.search_container .null {
  text-align: center;
  padding: 0.5rem 0;
  font-size: var(--f20);
}
.AboutNav {
  height: 0;
}
.AboutNav .box {
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 5;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.AboutNav .box p {
  margin-right: 0.2rem;
}
.AboutNav .box p a {
  font-size: var(--f18);
  padding-bottom: 0.07rem;
  display: block;
  color: #fff;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AboutNav .box p a:hover {
  color: #bc2221;
}
.AboutNav .box .active a {
  color: #bc2221;
  border-color: #bc2221;
}
.About_01 .box .boxLeft {
  width: 50%;
  padding-right: 0.7rem;
}
.About_01 .box .boxLeft .content2 {
  font-size: 0.3rem;
}
.About_01 .box .boxLeft .content3 {
  margin: 0.28rem 0;
}
.About_01 .box .boxLeft .content3 p {
  width: 44px;
  height: 4px;
  background: #bc2221;
}
.About_01 .box .boxLeft .content4 {
  color: #666666;
  font-size: var(--f18);
  line-height: 0.36rem;
  max-height: 2.52rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.About_01 .box .boxLeft .content4::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_01 .box .boxLeft .content4::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #bc2221;
}
.About_01 .box .boxLeft .content4::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.About_01 .box .boxRight {
  width: 50%;
  position: relative;
}
.About_01 .box .boxRight .swiper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.About_01 .box .boxRight .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  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;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.About_01 .box .boxRight .swiper .swiper-slide img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box .boxRight .swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.About_02 {
  margin-top: 0.35rem;
}
.About_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.About_02 .box .item {
  background: #f2f2f2;
  padding: 0.38rem 0.6rem 0;
  height: 1.52rem;
  position: relative;
}
.About_02 .box .item .top {
  font-size: 0.3rem;
  color: #bc2221;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .top svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 10px;
}
.About_02 .box .item .top svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .bot {
  font-size: 0.24rem;
  color: #666666;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .img img {
  width: 100%;
  height: 100%;
}
.About_02 .box .item .img2 {
  opacity: 0;
}
.About_02 .box .item:hover .img1 {
  opacity: 0;
}
.About_02 .box .item:hover .img2 {
  opacity: 1;
}
.About_02 .box .item:hover .top {
  color: #fff;
}
.About_02 .box .item:hover .top svg path {
  fill: #fff;
  stroke: #fff;
}
.About_02 .box .item:hover .bot {
  color: #fff;
}
.About_03 {
  background: url(../images/img42.jpg) no-repeat 50% 50%/cover;
  min-height: 1rem;
}
.About_03 .box {
  --w: 7.5rem;
}
.About_03 .box .boxLeft {
  padding-left: var(--padd1);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_03 .box .boxLeft .content1 {
  margin: 0.28rem 0;
}
.About_03 .box .boxLeft .content1 p {
  width: 44px;
  height: 4px;
  background: #fff;
}
.About_03 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #fff;
  line-height: 0.36rem;
  padding-right: 2rem;
}
.About_03 .box .boxRight {
  width: calc(100% - var(--w));
}
.About_03 .box .boxRight .banner .swiper .swiper-slide {
  width: 3rem;
}
.About_03 .box .boxRight .banner .swiper .swiper-slide figure img {
  width: 100%;
}
.About_03 .box .boxRight .banner .swiper .swiper-slide figcaption {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .boxRight .banner .swiper .swiper-slide:hover figcaption {
  color: #bc2221;
}
.About_03 .box1 {
  padding-left: var(--padd1);
}
.About_03 .box1 .kj_button {
  margin-top: -0.6rem;
}
.About_03 .box1 .kj_button p {
  margin-right: 0.42rem;
  border-color: #fff;
}
.About_03 .box1 .kj_button p i {
  color: #fff;
}
.mobile_search form {
  border-radius: 16px;
}
.About_04 .box .banner {
  position: relative;
}
.About_04 .box .banner .swiper {
  padding: 0.1rem;
}
.About_04 .box .banner .swiper .swiper-slide {
  text-align: center;
  border: 1px solid #dddddd;
  transition: 0.4s;
}
.About_04 .box .banner .swiper .swiper-slide figure {
  height: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_04 .box .banner .swiper .swiper-slide figure img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.About_04 .box .banner .swiper .swiper-slide figcaption {
  font-size: 0.24rem;
  padding: 0.18rem 0.1rem;
  border-top: 1px solid #dddddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1rem;
}
.About_04 .box .banner .swiper .swiper-slide:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.About_04 .box .banner .swiper .swiper-slide:hover figcaption {
  color: #bc2221;
}
/*.About_04 .box .banner .button p {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  -webkit-transform: translateY(-50%);*/
/*  -ms-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*  z-index: 2;*/
/*}*/
.About_04 .box .banner .button .prev {
  left: -0.8rem;
}
.About_04 .box .banner .button .next {
  right: -0.8rem;
  margin-left: 0.5rem;
}
.About_05 .box .boxLeft {
  width: 50%;
  position: relative;
}
.About_05 .box .boxLeft .img img {
  width: 100%;
}
.About_05 .box .boxLeft .content1 {
  position: absolute;
  top: 0;
  left: var(--padd1);
  z-index: 1;
}
.About_05 .box .boxLeft .content1 .t {
  color: rgba(255, 255, 255, 0.2);
}
.About_05 .box .boxLeft .banner {
  position: absolute;
  left: var(--padd1);
  width: calc(100% - var(--padd1) * 2);
  top: 2.45rem;
  z-index: 2;
}
.About_05 .box .boxLeft .banner .swiper .swiper-slide {
  padding: 0.1rem;
}
.About_05 .box .boxLeft .banner .swiper .swiper-slide figure {
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.About_05 .box .boxLeft .banner .swiper .swiper-slide figure img {
  width: 100%;
}
.About_05 .box .boxLeft .banner .swiper .swiper-slide figcaption {
  font-size: var(--f20);
  color: #fff;
  margin-top: 0.22rem;
  text-align: center;
}
.About_05 .box .boxLeft .banner .button .prev {
  left: -1rem;
}
.About_05 .box .boxLeft .banner .button .next {
  right: -1rem;
}
.About_05 .box .boxRight {
  width: 50%;
  min-height: 1rem;
  background: url(../images/img49.jpg) no-repeat 50% 50% / cover;
  padding: 0 var(--padd1) 0 0.62rem;
}
.About_05 .box .boxRight .swiper {
  height: 100%;
}
.About_05 .box .boxRight .swiper .swiper-slide {
  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;
}
.About_05 .box .boxRight .main {
  width: 100%;
  max-height: 90%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}
@media screen and (max-width: 750px) {
  .About_05 .box .boxRight .main {
    padding-right: 0.1rem;
  }
}
.About_05 .box .boxRight .main::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.About_05 .box .boxRight .main::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #bc2221;
}
.About_05 .box .boxRight .main::-webkit-scrollbar-track {
  border-radius: 2px;
}
.About_05 .box .boxRight .main .content1 {
  font-size: 0.24rem;
}
.About_05 .box .boxRight .main .content2 {
  color: #666666;
  font-size: var(--f18);
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.About_06 .box {
  min-height: 1rem;
  background: url(../images/img52.jpg) no-repeat 50% 50% / cover;
  padding: 0 0.6rem 1.2rem;
}
.About_06 .box .content1 {
  font-size: 0.22rem;
  color: #bc2221;
  font-weight: bold;
  padding-top: 1.28rem;
}
.About_06 .box .content2 {
  font-size: 0.42rem;
  font-weight: bold;
  margin-top: 0.2rem;
}
.About_06 .box .content3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--f18);
  line-height: 0.3rem;
  margin-top: 0.4rem;
  padding-right: 7.6rem;
}
.About_06 .box .content4 {
  margin-top: 12px;
}
.About_06 .box .content4 .item {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--f18);
  margin-right: 0.5rem;
}
.About_06 .box .content4 .item svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.About_06 .box .content5 {
  margin-top: 0.7rem;
}
.About_07 .box {
  display: grid;
  gap: 0.2rem;
}
.About_07 .box .item .item_top {
  border-radius: 0.1rem;
  padding: 0.25rem 0.76rem;
  background: rgba(1, 49, 87, 0.03);
  line-height: 0.3rem;
  border-left: 0.07rem solid #bc2221;
  cursor: pointer;
}
.About_07 .box .item .item_top .content1 {
  font-size: 0.28rem;
  color: #333333;
  width: 7rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_07 .box .item .item_top .content2 {
  color: #333333;
  font-size: var(--f16);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_07 .box .item .item_top .content2 svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.About_07 .box .item .item_top .content3 p {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #bc2221;
  position: relative;
}
.About_07 .box .item .item_top .content3 p::before {
  content: '';
  display: block;
  width: 0.17rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.About_07 .box .item .item_top .content3 p::after {
  content: '';
  display: block;
  width: 0.17rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.About_07 .box .item .item_top:hover .content1 {
  color: #bc2221;
}
.About_07 .box .item .item_top.active .content3 p::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.About_07 .box .item .item_bottom {
  display: none;
}
.About_07 .box .item .item_bottom .main {
  margin-top: 0.2rem;
  padding: 0.6rem 0.7rem;
  left: 200.4px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.About_07 .box .item .item_bottom .main h5 {
  font-size: 0.24rem;
}
.About_07 .box .item .item_bottom .main div {
  font-size: var(--f18);
  line-height: 0.34rem;
  color: #777777;
  margin-top: 0.18rem;
}
.About_07 .box .item .item_bottom .main .h5 {
  margin-top: 0.56rem;
}
.mobile_search {
  top: var(--nav);
  background: rgba(255, 255, 255, 0.9);
}
.mobile_search .input input {
  background: none;
}
.mobile_search form {
  background: none;
  border: 1px solid #bc2221;
}
.yszc_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  padding: 0.34rem 0;
  border-top: 1px solid #eee;
}
.yszc_box .box .boxLeft {
  max-width: 60%;
}
.yszc_box .box .boxLeft .top {
  font-family: 'gilroy_bold';
  font-size: var(--f20);
}
.yszc_box .box .boxLeft .bot {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.yszc_box .box .boxRight {
  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;
}
.yszc_box .box .boxRight .btn1 {
  width: 1.68rem;
  height: 0.5rem;
  background: #bc2221;
  border-radius: 0.3rem;
  border: 0;
  color: #fff;
  font-family: 'gilroy_bold';
  font-size: var(--f18);
  cursor: pointer;
}
.yszc_box .box .boxRight .btn2 {
  margin-left: 0.3rem;
  width: 1.68rem;
  height: 0.5rem;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  color: #000;
  font-family: 'gilroy_bold';
  background: none;
  font-size: var(--f18);
  cursor: pointer;
}
@media screen and (max-width: 1680px) {
    .footer .box1 .boxLeft .content2 .item a svg{
        transform: scale(0.8);
    }
}
@media screen and (max-width: 1520px) {
  .Home_Product {
    --w1: 8rem;
  }
  .footer .box1 .boxRight .item {
    margin-right: 0.2rem;
    max-width: 2.2rem;
  }
  .Solution_Info .box_main {
    padding-right: 2.2rem;
  }
  .footer .box1 .boxRight .item ul li a {
    font-size: var(--f16);
}
  
  
}
@media screen and (max-width: 1400px) {
  .Sidebar_Container .item a p {
    font-size: 12px;
  }
  .footer .box1 .boxRight .item{
       margin-right: 0.2rem;
       max-width: 2rem;
  }
  .footer .box1 .boxLeft .content3 {
    font-size: var(--f16);
}
  .footer .box1 .boxLeft .content4 p a {
    font-size: 0.3rem;
}
  
}
@media screen and (max-width: 1280px) {
  .footer .box1 .boxLeft .content2 .item a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .footer .box1 .boxRight .item {
    margin-right: 0.2rem;
  }
  .Home_News .box {
    --w: 6rem;
  }
  .Home_News .box .itemLeft a .orientation {
    padding: 0.24rem;
}
  .Home_News .box .itemRight a figure {
    height: auto;
  }
  .About_05 .box .boxLeft .banner {
    top: 2.15rem;
  }
  .Pro_Container .item a .content3 {
    height: 2.2rem;
  }
  .Solution_Info .box_main {
    padding-right: 0rem;
  }
  .NewInfo .box_ {
    padding: 0;
  }
  .About_01 .box .boxLeft .content4 {
    max-height: 2.2rem;
  }
      .footer .box1 .boxRight .item {
        max-width: 1.8rem;
    }
  
}
@media screen and (max-width: 1200px) {
  .Header_Container,
  .Sidebar_Container {
    display: none !important;
  }
  .Home_Banner .banner .swiper .swiper-slide picture img {
    height: 60vh;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content1 img {
    height: 0.55rem;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content2 {
    font-size: 0.2rem;
  }
  .Home_Banner .banner .button {
    display: none;
  }
  .Home_Banner .banner .page {
    bottom: 0.3rem;
  }
  .Home_Product .box .banner2 .swiper .swiper-slide .item .boxLeft {
    width: 100%;
  }
  .Home_Product .box .banner2 .swiper .swiper-slide .item .boxRight {
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
  }
  .Home_Product .box .banner3 {
    height: auto;
    margin-top: 0.3rem;
  }
  .Home_Product .box .banner3 .boxRight{
      width: 100%;
      padding: 0;
      position: relative;
  }
  .Home_Product .box .banner3 .boxRight .swiper{
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 0;
  }
  .Home_Product .box .banner2 .swiper .swiper-slide .item .boxRight .content1 {
    font-size: 0.28rem;
  }
  .Home_Product .box .banner3 .boxRight .swiper-slide .item .item_top {
    height: 1.3rem;
  }
  .footer .box1 .boxRight {
    display: none;
  }
  .footer .box3 .left {
    width: 100%;
  }
  .footer .box3 .right {
    width: 100%;
    margin-top: 0.3rem;
    text-align: left;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  .footer .box2 .right a {
    line-height: 0.3rem;
  }
  .Home_News .box .itemLeft {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .Home_News .box .itemRight {
    width: 49%;
  }
  .Home_Service .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.28rem;
  }
  .Home_Service .box .item:nth-child(2n) {
    margin-top: 0;
  }
  .Home_Application .box .banner2 {
    width: 100%;
    margin-top: 0.7rem;
  }
  .Home_Application .box .banner1 .swiper .swiper-slide .content1 {
    font-size: 0.28rem;
  }
  .Home_Service .box .item a .content4 {
    margin-top: 1rem;
  }
  .Home_About .box .content3 {
    margin-top: 0.54rem;
  }
  .yszc_box .box .boxLeft {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .InnerBanner .bg img {
    min-height: 4.6rem;
  }
  .About_01 .box .boxLeft,
  .About_03 .box .boxLeft,
  .About_05 .box .boxLeft,
  .Contact_Us .box .boxLeft {
    width: 100%;
    padding: 0;
  }
  .About_01 .box .boxRight,
  .About_03 .box .boxRight,
  .About_05 .box .boxRight,
  .Contact_Us .box .boxRight {
    width: 100%;
    padding: 0;
    margin-top: 0.3rem;
  }
  .About_03 .box {
    padding: 0 0 0 5vw;
  }
  .About_03 .box .boxLeft .content2 {
    padding-right: 5vw;
  }
  .About_02 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .About_02 .box .item {
    padding: 0.3rem;
  }
  .About_03 {
    background-size: cover;
  }
  .About_03 .box1 .kj_button {
    margin-top: 0.3rem;
    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;
  }
  .About_04 .box .banner .swiper .swiper-slide figure {
    height: 2.8rem;
  }
  .About_04 .box .banner .button,
  .Contact_Banner .banner .button {
    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.3rem;
  }
  .About_04 .box .banner .button p,
  .Contact_Banner .banner .button p {
    position: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0.2rem;
  }
  .About_05 .box .boxRight {
    padding: 0.3rem 5vw;
  }
  .m60 {
    margin-top: 0.4rem;
  }
  .About_05 .box .boxLeft .banner {
    width: 60vw;
    left: 20vw;
  }
  .About_05 .box .boxLeft .banner {
    top: 1.95rem;
  }
  .About_06 .box .content3 {
    padding-right: 0;
  }
  .About_06 .box .content1 {
    padding-top: 0.8rem;
  }
  .About_07 .box .item .item_top {
    padding: 0.25rem 0.36rem;
  }
  .About_06 .box {
    padding: 0 0.3rem 0.8rem;
  }
  .About_07 .box .item .item_top .content1 {
    width: 2.6rem;
    font-size: 0.24rem;
  }
  .About_07 .box .item .item_bottom .main {
    padding: 0.5rem 0.36rem;
  }
  .ProductList_left {
    display: none;
  }
  .ProductList_right {
    width: 100%;
    padding: 0;
  }
  .Pro_Container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Product_Info .box_ .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Product_Info .box_ .boxRight {
    width: 100%;
    padding: 0;
  }
  .Product_Info_01 .box .content2 .item figure {
    height: 1.72rem;
  }
  .Product_Info_04 .box table tr td {
    width: 30%;
  }
  .Solution_Container .box a .boxLeft {
    width: 100%;
    padding: 0.3rem;
  }
  .Solution_Container .box a .boxRight {
    width: 100%;
  }
  .Solution_Container .box a:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .Product_Info_Nav .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Product_Info_Nav .box .item {
    margin-right: 0.2rem;
  }
  .Product_Info_Nav .box {
    padding: 0.15rem 0 0;
  }
  .Product_Info_Nav .box p {
    margin-bottom: 0.15rem;
  }
  .Product_Info_Nav .box p a {
    line-height: 0.45rem;
  }
  .Product_Info_01 .box .content1 {
    overflow: auto;
  }
  .Product_Info_01 .box table {
    width: 200%;
  }
  .Download_Container .box .boxLeft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
  .Download_Container .box .boxLeft ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .search_banner .bg img {
    min-height: 4rem;
  }
  .NewsList .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .NewsList .box .item a figure p img {
    width: 0.82rem;
  }
  .Contact_Us .box .boxLeft .list {
    gap: 0.4rem 0.2rem;
  }
  .search_container .box .item {
    padding: 0.2rem 0rem;
  }
  .mobile_search {
    top: 66px;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content2,
  .main_top .le .b,
  .InnerBanner .orientation .content1 {
    font-size: 0.36rem;
  }
  .main_top .le .t {
    font-size: 0.48rem;
  }
  .InnerBanner .orientation .content2,
  .About_02 .box .item .bot,
  .About_04 .box .banner .swiper .swiper-slide figcaption,
  .About_07 .box .item .item_bottom .main h5,
  .Product_Info_Nav .box p a,
  .Product_Info_03 .box table tr,
  .Product_Info_02 .box .table tr,
  .Product_Info_04 .box table tr,
  .NewToggle .box .item a,
  .NewInfo .box_ .content2,
  .NewInfo .box_ .content3 h6,
  .search_container .box .item a .left .b,
  .About_03 .box .boxRight .banner .swiper .swiper-slide figcaption {
    font-size: 0.2rem;
  }
  .About_01 .box .boxLeft .content2,
  .About_02 .box .item .top,
  .About_06 .box .content2,
  .Product_Info .box_ .boxLeft .content1,
  .proh5,
  .NewInfo .box_ .content1 {
    font-size: 0.28rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    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_Application .box .disposition {
    display: none;
  }
  .mbx1 a svg,
  .mbx1 i svg,
  .mbx1 span svg {
    width: 18px;
  }
  .Pro_Container .item a .content3 {
    height: 2.6rem;
  }
  .maodian {
    top: -66px;
  }
   .Home_Product .box .banner3 .boxRight .disposition{
      top: -0.6rem;
  }
  .InnerBanner .orientation .content2 br{
      display: none;
  }
  .mbx a svg, .mbx i svg, .mbx span svg{
      width: 18px;
  }
  .About_05 .box .boxRight .main{
      max-height: 100%;
  }
}
@media screen and (max-width: 669px) {
  .Download_Container .box .boxLeft ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .maodian {
    top: -58px;
  }
  .Home_Application .box .banner1 .swiper .swiper-slide .content2 br {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 32px;
  }
  .MobileMain {
    --phone_height: 58px;
  }
  .mobile_search {
    top: 58px;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content4 {
    margin-top: 0.4rem;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content3,
  .Home_Application .box .banner2 .swiper .swiper-slide .bot {
    font-size: 0.2rem;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content2,
  .main_top .le .b,
  .InnerBanner .orientation .content1 {
    font-size: 0.32rem;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content1 img {
    height: 0.45rem;
  }
  .main_top .le .t {
    font-size: 0.38rem;
  }
  .main_top .le .b {
    margin-top: -0.1rem;
  }
  .Home_Product .box .banner2 .swiper .swiper-slide .item .boxLeft {
    height: 3.9rem;
  }
  .Home_Application .box {
    margin-top: 0.5rem;
  }
  .Home_Service .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Home_Service .box .item a {
    padding: 0.2rem;
  }
  .Home_Service .box .item a .content4 {
    margin-top: 0.5rem;
  }
  .Home_Service .box .item a .content2 {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .Home_About .box .content3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Home_News .box .itemRight {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .Home_News .box .itemRight:last-child {
    margin-bottom: 0;
  }
  .footer .box1 .boxLeft .content1 {
    display: none;
  }
  .footer .box1 .boxLeft .content2 {
    margin-top: 0;
  }
  .footer .box1 .boxLeft .content4 p a {
    font-size: 0.3rem;
  }
  .footer .box2 .right span {
    margin: 0 5px;
  }
  .footer .box1 .boxLeft .content3 {
    margin-top: 0.42rem;
  }
  .AboutNav {
    height: auto;
  }
  .AboutNav .box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0.2rem 0 0;
  }
  .AboutNav .box p {
    margin-bottom: 0.2rem;
  }
  .AboutNav .box p a {
    color: #111;
  }
  .About_01 {
    margin-top: -0.2rem;
  }
  .About_01 .box .boxLeft .content2,
  .About_02 .box .item .top,
  .About_06 .box .content2,
  .Product_Info .box_ .boxLeft .content1,
  .proh5,
  .NewInfo .box_ .content1 {
    font-size: 0.24rem;
  }
  .AboutNav .box .active a {
    font-size: 0.2rem;
  }
  .About_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_05 .box .boxLeft .img img {
    width: 100%;
    min-height: 5.3rem;
  }
  .About_05 .box .boxLeft .banner .button .next {
    right: -0.8rem;
  }
  .About_05 .box .boxLeft .banner .button .prev {
    left: -0.8rem;
  }
  .About_06 .box .content4 .item {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .About_06 .box .content5 {
    margin-top: 0.5rem;
  }
  .About_07 .box .item .item_top .content1 {
    width: 1.5rem;
    font-size: 0.2rem;
  }
  .About_07 .box .item .item_top {
    padding: 0.25rem 0.26rem;
  }
  .About_07 .box .item .item_top .content2 {
    padding: 0 0.1rem;
    margin-left: 0.2rem;
  }
  .About_07 .box .item .item_bottom .main {
    padding: 0.5rem 0.26rem;
  }
  .About_07 .box .item .item_bottom .main .h5 {
    margin-top: 0.46rem;
  }
  .Pro_Container .item a .content3 {
    height: 1.9rem;
    margin-top: 0.1rem;
  }
  .Pro_Container .item a .content1 {
    font-size: 0.22rem;
    height: 2.8em;
    -webkit-line-clamp: 2;
  }
  .Product_Info_04 .box,
  .Product_Info_03 .box {
    overflow: auto;
  }
  .Product_Info_04 .box table,
  .Product_Info_03 .box table {
    width: 200%;
  }
  .Product_Info_02 .box .table tr td,
  .Product_Info_02 .box .table tr th {
    padding: 0 0.2rem;
  }
  .Product_Info_01 .box .content2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Product_Info_01 .box .content2 .item figcaption {
    font-size: 0.2rem;
  }
  .Product_Info_Nav .box p {
    margin-right: 0.3rem;
  }
  .m40 {
    margin-top: 0.2rem;
  }
  .NewToggle .box .item a {
    width: 1.7rem;
  }
  .NewToggle .box .item {
    margin: 0 0.1rem;
  }
  .NewsList .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_page .number {
    display: none;
  }
  .Contact_Us .box .boxRight form .item {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_Us .box .boxLeft .list {
    grid-template-columns: repeat(2, 1fr);
  }
  
    .About_07 .box .item .item_top .content2{
      position: relative;
      padding-left: 25px;
  }
  .About_07 .box .item .item_top .content2 svg{
      position: absolute;
      left: 0;
      top: 0;
  }
  

}
/*# sourceMappingURL=./style.css.map */