body {
  --interval: 10.4vw;
  --nav_height: 1rem;
  --color: #c7000b;
  --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 (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --interval: 8vw;
  }
}
@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;
}
.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;
}
.bgColor {
  background: #f8f8f8;
}
.pt {
  padding-top: 1rem;
}
.pb {
  padding-bottom: 1rem;
}
.mt {
  margin-top: 0.56rem;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}


.title_01 {
  font-size: var(--f48);
  line-height: 1;
  font-weight: bold;
}
.title_01.color {
  color: #fff;
}
.desc_01 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.Inner_Banner {
  position: relative;
}
.Inner_Banner picture img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.Inner_Banner .orientation .content2 {
  font-size: 0.24rem;
  margin-top: 0.22rem;
}
.Procut_01 .box .boxLeft {
  width: 3.4rem;
  padding-right: 1.2rem;
}
.Procut_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.f40 {
  font-size: var(--f40);
  font-weight: bold;
}
.Procut_02 {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Procut_02 ul li {
  border-top: 1px solid #ddd;
}
.Procut_02 ul li a {
  font-size: var(--f16);
  color: #666;
  display: block;
  position: relative;
  padding: 0.2rem 0;
  transition: 0.4s;
}
.Procut_02 ul li a svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Procut_02 ul li a:hover {
  color: #c7000b;
}
.Procut_02 ul .active a {
  color: #c7000b;
}
.Procut_03 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.2rem;
}
.Procut_03 .item {
  position: relative;
}
.Procut_03 .item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_03 .item a {
  display: block;
  text-align: center;
  padding-bottom: 0.38rem;
  padding-top: 0.18rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
.Procut_03 .item a .content1 {
  font-size: var(--f20);
  color: #999;
}
.Procut_03 .item a .content2 {
  font-size: var(--f20);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.25rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Procut_03 .item a .content3 {    
    font-size: var(--f18);
    color: #666;
    margin-top: 0.1rem;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.Procut_03 .item a .content4 {
  /*margin-top: 0.4rem;*/
}
.Procut_03 .item a .content4 img {
  max-height: 100%;
  max-width: 90%;
}
.Procut_03 .item a .content5 {
  font-size: var(--f16);
  color: #c7000b;
  margin-top: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_03 .item a .content5 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .Procut_03 .item:hover::after {
    background: #dee9f3;
  }
  .Procut_03 .item:hover a .content2 {
    color: #c7000b;
  }
  .Procut_03 .item:hover a .content5 {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}

.height {
  height: var(--nav_height);
}
.Procut_04 {
  padding: 0.6rem 0;
  background: url(../image/img9.png) no-repeat;
}
.Procut_04 .box .boxLeft .content1 {
  font-size: var(--f30);
}
.Procut_04 .box .boxLeft .content2 {
  font-size: var(--f60);
  font-weight: bold;
  line-height: 1;
  margin-top: 0.3rem;
}
.Procut_04 .box .boxLeft .content3 {
  margin-top: 0.55rem;
}
.Procut_04 .box .boxLeft .content3 .button_05 {
  margin-left: 0.2rem;
}
.Procut_04 .box .boxRight p {
  width: 4.7rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Procut_04 .box .boxRight p img {
  margin: auto;
}
.Procut_05 .box .item {
  border-bottom: 1px solid #ddd;
}
.Procut_05 .box .item:first-child {
  border-top: 1px solid #ddd;
}
.Procut_05 .box .item .top {
  line-height: 0.9rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_05 .box .item .top .left {
  font-weight: bold;
  font-size: var(--f30);
}
.Procut_05 .box .item .top .right i {
  font-size: var(--f20);
  color: #666;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_05 .box .item .top:hover {
  color: #c7000b;
}
.Procut_05 .box .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.Procut_05 .box .item .bot ul {
  padding-left: var(--f16);
  font-size: var(--f16);
  min-height: 0;
}
.Procut_05 .box .item .bot ul li {
  color: #666;
  list-style: disc;
  margin-bottom: 0.16rem;
}
.Procut_05 .box .item.active .top {
  color: #c7000b;
}
.Procut_05 .box .item.active .top .right i {
  color: #c7000b;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Procut_05 .box .item.active .bot {
  grid-template-rows: 1fr;
}
.Procut_05 .box .item.active .bot ul {
  padding-bottom: 0.16rem;
}
.Procut_06 .box table {
  width: 100%;
}
.Procut_06 .box table tr {
  text-align: left;
}
.Procut_06 .box table tr th {
  background: #c7000b;
  font-size: var(--f20);
  color: #fff;
  padding-left: 0.5rem;
  height: 0.6rem;
  border-right: 1px solid #fff;
}
.Procut_06 .box table tr th:last-child {
  border-right: none;
}
.Procut_06 .box table tr td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: var(--f22);
  color: #111;
  height: 0.68rem;
  border-right: 1px solid #eee;
}
.Procut_06 .box table tr td:last-child {
  border-right: none;
}
.Procut_06 .box table tr:nth-child(2n) {
  background: #fff;
}
.Procut_06 .box1 {
  margin-top: 0.6rem;
}
.Procut_06 .box1 .button_05 {
  margin-right: 0.2rem;
}

.Solution_01 .box .item {
  margin-bottom: 0.3rem;
  background: #f8f8f8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item:last-child {
  margin-bottom: 0;
}
.Solution_01 .box .item .boxLeft {
  width: 50%;
  overflow: hidden;
}
.Solution_01 .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Solution_01 .box .item .boxRight {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem 0 0.6rem;
}
.Solution_01 .box .item .boxRight > div {
  width: 100%;
}
.Solution_01 .box .item .boxRight > div .content1 {
  font-size: var(--f32);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item .boxRight > div .content2 {
  margin-top: 0.36rem;
  font-size: var(--f18);
  line-height: 1.8;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  max-height: -webkit-calc(14.4em);
  max-height: calc(1.8em * 8);
  text-align: justify;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item .boxRight > div .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Solution_01 .box .item .boxRight > div .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #c7000b;
}
.Solution_01 .box .item .boxRight > div .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Solution_01 .box .item .boxRight > div .content2 {
    scrollbar-color: #c7000b rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
@media screen and (min-width: 1200px) {
  .Solution_01 .box .item:hover {
    background: #c7000b;
  }
  .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 .content1 {
    color: #fff;
  }
  .Solution_01 .box .item:hover .boxRight .content2 {
    color: #fff;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Solution_01 .box .item:hover .boxRight .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Solution_01 .box .item:hover .boxRight .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Solution_01 .box .item:hover .boxRight .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Solution_01 .box .item:hover .boxRight .content2 {
      scrollbar-color: #c7000b rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .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;
  }
}
.Inner_Nav {
  border-bottom: 1px solid #ddd;
}
.Inner_Nav .box .item {
  margin-right: 0.4rem;
}
.Inner_Nav .box .item a {
  display: block;
  font-size: var(--f20);
  color: #666;
  line-height: 0.86rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Inner_Nav .box .item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.04rem;
  background: #c7000b;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .box .item a:hover {
  color: #c7000b;
}
.Inner_Nav .box .active a {
  color: #c7000b;
}
.Inner_Nav .box .active a::after {
  width: 100%;
}
.News_01 .box {
  padding: 0 var(--interval);
}
.News_01 .box .banner {
  background: #fff;
  position: relative;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 0.75rem 0;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content1 {
  font-size: var(--f16);
  color: #666;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content2 {
  font-size: var(--f26);
  line-height: 1.55;
  height: 3.1em;
  margin-top: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.3rem;
  color: #c7000b;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7000b), to(#c7000b)) no-repeat right bottom;
  background: -o-linear-gradient(#c7000b, #c7000b) no-repeat right bottom;
  background: linear-gradient(#c7000b, #c7000b) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  margin-top: 0.3rem;
  height: 4em;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft hr {
  margin: 0;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content4 {
  font-size: var(--f18);
  color: #c7000b;
  margin-top: 0.56rem;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content4 svg {
  margin-left: 0.2rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_01 .box .banner .swiper .swiper-slide .boxRight {
  width: 7.7rem;
  overflow: hidden;
}
.News_01 .box .banner .swiper .swiper-slide .boxRight img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .banner .swiper .swiper-slide:hover .boxLeft .content2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7000b), to(#c7000b)) no-repeat left bottom;
  background: -o-linear-gradient(#c7000b, #c7000b) no-repeat left bottom;
  background: linear-gradient(#c7000b, #c7000b) no-repeat left bottom;
  background-size: 100% 1px;
}
.News_01 .box .banner .swiper .swiper-slide:hover .boxRight img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .box .banner .page {
  position: absolute;
  left: 0.75rem;
  bottom: 0.55rem;
  z-index: 2;
}
.News_01 .box .banner .page span {
  border-radius: 0;
  background: #ebebeb;
  opacity: 1;
  margin: 0 0.24rem 0 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .banner .page .swiper-pagination-bullet-active {
  background: #c7000b;
}
.News_02 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0.2rem;
}
.News_02 .box .item a {
  display: block;
  background: #fff;
}
.News_02 .box .item a .content1 {
  overflow: hidden;
}
.News_02 .box .item a .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item a figcaption {
  padding: 0.2rem 0.3rem 0.3rem;
}
.News_02 .box .item a .content2 {
  font-size: var(--f16);
  color: #666;
}
.News_02 .box .item a .content3 {
  font-size: var(--f20);
  color: #111;
  line-height: 1.5;
  font-weight: 100;
  margin-top: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item a .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7000b), to(#c7000b)) no-repeat right bottom;
  background: -o-linear-gradient(#c7000b, #c7000b) no-repeat right bottom;
  background: linear-gradient(#c7000b, #c7000b) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  overflow: hidden;
}
.News_02 .box .item a:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_02 .box .item a:hover .content3 {
  color: #c7000b;
}
.News_02 .box .item a:hover .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7000b), to(#c7000b)) no-repeat left bottom;
  background: -o-linear-gradient(#c7000b, #c7000b) no-repeat left bottom;
  background: linear-gradient(#c7000b, #c7000b) no-repeat left bottom;
  background-size: 100% 1px;
}

.News_03 {
  padding: 0.2rem 0 0;
}
@media screen and (min-width: 1200px) {
  .News_03 .box {
    padding: 0.6rem 0.6rem;
  }
}
.News_03 .box .content1 {
  text-align: center;
  font-size: var(--f36);
  font-weight: bold;
}
.News_03 .box .content2 {
  font-size: var(--f16);
  color: #c7000b;
  text-align: center;
  margin-top: 0.3rem;
}
.News_03 .box .content2 span {
  font-weight: bold;
}
.News_03 .box hr {
  margin: 0.45rem 0;
}
.News_03 .box .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.News_03 .box1 {
  margin-top: 0.9rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.4rem 0.4rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.News_03 .box1 .page {
  width: 40%;
}
.News_03 .box1 .page a {
  font-size: var(--f18);
  color: #999;
}
.News_03 .box1 .page a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #222;
}
.News_03 .box1 .page a:hover span {
  color: #c7000b;
}
.News_03 .box1 .next {
  text-align: right;
}
.News_03 .box1 .go a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.News_03 .box1 .go a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_03 .box1 .go a:hover {
  color: #c7000b;
}
.News_04 .box {
  padding: 0 var(--interval);
}
.News_04 .box .banner .swiper-slide .item a {
  display: block;
  background: #fff;
}
.News_04 .box .banner .swiper-slide .item a .content1 {
  overflow: hidden;
}
.News_04 .box .banner .swiper-slide .item a .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_04 .box .banner .swiper-slide .item a figcaption {
  padding: 0.28rem 0.3rem 0.28rem;
}
.News_04 .box .banner .swiper-slide .item a .content2 {
  font-size: var(--f16);
  color: #666;
}
.News_04 .box .banner .swiper-slide .item a .content3 {
  font-size: var(--f20);
  color: #111;
  line-height: 1.5;
  height: 3em;
  font-weight: bold;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_04 .box .banner .swiper-slide .item a .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7000b), to(#c7000b)) no-repeat right bottom;
  background: -o-linear-gradient(#c7000b, #c7000b) no-repeat right bottom;
  background: linear-gradient(#c7000b, #c7000b) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
}
.News_04 .box .banner .swiper-slide .item a:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_04 .box .banner .swiper-slide .item a:hover .content3 {
  color: #c7000b;
}
.News_04 .box .banner .swiper-slide .item a:hover .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7000b), to(#c7000b)) no-repeat left bottom;
  background: -o-linear-gradient(#c7000b, #c7000b) no-repeat left bottom;
  background: linear-gradient(#c7000b, #c7000b) no-repeat left bottom;
  background-size: 100% 1px;
}

.bgColor1 {
  background: #f3f6fa;
}
.News_05 .box .boxLeft {
  width: 10rem;
  overflow: hidden;
}
.News_05 .box .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_05 .box .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_05 .box .boxRight {
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_05 .box .boxRight > div {
  width: 100%;
}
.News_05 .box .boxRight .content2 {
  margin-top: 0.9rem;
}
.News_05 .box .boxRight .content2 ul li {
  margin-bottom: 0.5rem;
}
.News_05 .box .boxRight .content2 ul li:last-child {
  margin-bottom: 0;
}
.News_05 .box .boxRight .content2 ul li .top {
  font-weight: bold;
  font-size: var(--f20);
  color: #c7000b;
}
.News_05 .box .boxRight .content2 ul li .bot {
  margin-top: 0.06rem;
}
.News_05 .box .boxRight .content2 ul li .bot a {
  font-size: var(--f32);
  color: #000;
}
.Contact_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.Contact_01 .box .item {
  background: #f3f3f3;
  text-align: center;
  padding: 0.4rem 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content1 {
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content1 .con01{
	display: block;
	max-width: 60px;
}
.Contact_01 .box .item .content1 .con02{
	display: none;
}
.Contact_01 .box .item:hover .content1 .con01{
	display: none;
}
.Contact_01 .box .item:hover .content1 .con02{
	display: block;
	max-width: 60px;
}
.Contact_01 .box .item .content1 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content2 {
  margin-top: 0.24rem;
  font-size: var(--f20);
  padding: 0 0.2rem;
}
.Contact_01 .box .item .content2 a {
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item:hover {
  background: #c7000b;
}
.Contact_01 .box .item:hover .content1 svg path {
  fill: #fff;
}
.Contact_01 .box .item:hover .content2 {
  color: #fff;
}
.Contact_01 .box .item:hover .content2 a {
  color: #fff;
}
.Contact_02 {
  position: relative;
}
.Contact_02 img {
  width: 100%;
}
.Contact_02 .box {
  position: absolute;
  font-size: var(--f22);
  font-weight: bold;
  top: 46%;
  left: 38%;
  background: #c7000b;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
  line-height: 0.64rem;
}
.Contact_03 .item {
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f3f3f3;
}
.Contact_03 .item input {
  width: 100%;
  height: 0.6rem;
  border: 0;
  padding: 0 0.3rem;
  background: none;
  z-index: 2;
  position: relative;
  font-size: var(--f18);
  text-indent: 56px;
}
.Contact_03 .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_03 .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
}
.Contact_03 .item p em {
  color: red;
}
.Contact_03 .item:focus-within {
  border: 1px solid #c7000b;
}
.Contact_03 .list0 {
  margin-top: 0.2rem;
}
.Contact_03 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_03 .list1 {
  margin-top: 0.2rem;
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_03 .list1 textarea {
  padding: 0.18rem 0.3rem;
  width: 100%;
  height: 1.8rem;
  background: none;
  border: 0;
  resize: none;
  font-size: var(--f18);
  text-indent: 60px;
}
.Contact_03 .list1 textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_03 .list1 p {
  position: absolute;
  left: 0.3rem;
  top: 0.15rem;
  font-size: var(--f18);
}
.Contact_03 .list1 p em {
  color: red;
}
.Contact_03 .list1:focus-within {
  border: 1px solid #c7000b;
}
.Contact_03 .list2 {
  margin-top: 0.2rem;
  font-size: var(--f16);
  color: #999;
}
.Contact_03 .list2 a {
  color: #c7000b;
}
.Contact_03 .list2 a:hover {
  text-decoration: underline;
}
.Contact_03 .list2 span {
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  cursor: pointer;
  margin-right: 0.08rem;
}
.Contact_03 .list2 span svg {
  margin: auto;
}
.Contact_03 .list2 span svg path {
  fill: transparent;
}
.Contact_03 .list2 span.active {
  border-color: #c7000b;
  background: #c7000b;
}
.Contact_03 .list2 span.active svg path {
  fill: #fff;
}
.Contact_03 .list3 {
  margin-top: 0.3rem;
}

.About_01{
	background: #f6f6f6;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.About_01 .box .boxLeft .content1 {
  line-height: 1.3;
}
.About_01 .box .boxLeft .content2 {
  margin-top: 0.27rem;
}
.About_01 .box .boxLeft .content3 {
  margin-top: 0.4rem;
}
.About_01 .box .boxLeft .content3 .item .top {
  color: #c7000b;
}
.About_01 .box .boxLeft .content3 .item .top p {
  font-size: var(--f54);
  position: relative;
  line-height: 1;
}
.About_01 .box .boxLeft .content3 .item .top .p1 {
  opacity: 0;
}
.About_01 .box .boxLeft .content3 .item .top .p2 {
  position: absolute;
  top: 0;
  left: 0;
}
.About_01 .box .boxLeft .content3 .item .top div {
  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(--f22);
}
.About_01 .box .boxLeft .content3 .item .bot {
  font-size: var(--f22);
  color: #333;
  margin-top: 0.16rem;
}
.About_01 .box .boxRight {
  width: 6.58rem;
}
.About_01 .box .boxRight p {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
  /*position: relative;*/
}
.About_01 .box .boxRight p span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  width: 0.72rem;
  height: 0.72rem;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_01 .box .boxRight p span svg {
  margin: auto;
}
.About_02 {
  position: relative;
  color: #fff;
}
.About_02 .img img {
  width: 100%;
}
.About_02 .title {
  position: absolute;
  top: 0;
  z-index: 1;
  left: var(--interval);
}
.About_02 .toggle {
  position: absolute;
  left: var(--interval);
  top: 3rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f24);
}
.About_02 .toggle p {
  margin-right: 0.9rem;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.1rem;
}
.About_02 .toggle p::after {
  content: '';
  width: 0%;
  height: 0;
  position: absolute;
  bottom: 0rem;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .toggle p.active::after {
  width: 86%;
}
.About_02 .toggle_main .toggle_main_item {
  top: 3.8rem;
  width: 6.45rem;
  position: absolute;
  left: var(--interval);
  min-height: 1rem;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  padding: 0.7rem 0.6rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .toggle_main .toggle_main_item .h5 {
  font-size: var(--f30);
}
.About_02 .toggle_main .toggle_main_item .desc {
  font-size: var(--f24);
  line-height: 1.6;
  margin-top: 0.25rem;
  height: 3.2em;
}
.About_02 .toggle_main .active {
  opacity: 1;
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}
.About_03 {
  padding-bottom: 0.7rem;
}
.About_03 .box {
  padding: 0 var(--interval);
  position: relative;
}
.About_03 .box::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 60.5%;
}
.About_03 .box .banner .swiper .swiper-slide .content1 img {
  width: 100%;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.About_03 .box .banner .swiper .swiper-slide .content2 {
  margin-top: 0.7rem;
}
.About_03 .box .banner .swiper .swiper-slide .content2 p {
  width: 8px;
  height: 8px;
  background: #cdcdcd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .banner .swiper .swiper-slide .content3 {
  font-size: 0.32rem;
  color: #cdcdcd;
  text-align: center;
  line-height: 1;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .banner .swiper .swiper-slide .content4 {
  width: -webkit-calc(101.2%);
  width: calc(100% + 1.2rem);
  margin-left: -0.6rem;
  font-size: var(--f20);
  color: #666;
  text-align: center;
  margin-top: 0.24rem;
  line-height: 1.5;
  height: 3em;
  opacity: 0;
  position: relative;
  top: 1rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.About_03 .box .banner .swiper .swiper-slide-active .content1 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.About_03 .box .banner .swiper .swiper-slide-active .content2 p {
  background: #c7000b;
}
.About_03 .box .banner .swiper .swiper-slide-active .content3 {
  color: #c7000b;
}
.About_03 .box .banner .swiper .swiper-slide-active .content4 {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.About_03 .banner_button_01 .button .mt {
  position: absolute;
  top: 46.8%;
  z-index: 2;
  background: #fff;
}
.About_03 .banner_button_01 .button .prev {
  left: 2rem;
}
.About_03 .banner_button_01 .button .next {
  right: 2rem;
}
.About_03 .swiper-button-disabled {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 {
  background: url(../image/img36.png) no-repeat 50% 50% / cover;
}
.About_04 .box {
  padding: 0 var(--interval);
}
.About_04 .box .banner .swiper-slide {
  background: #fff;
  padding-bottom: 0.2rem;
  position: relative;
}
.About_04 .box .banner .swiper-slide figure {
  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;
  overflow: hidden;
}
.About_04 .box .banner .swiper-slide figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 90%;
}
.About_04 .box .banner .swiper-slide figcaption {
  font-size: var(--f18);
  color: #111;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-top: 0.1rem;
}
.About_04 .box .banner .swiper-slide::after {
  content: '';
  width: 0%;
  height: 3px;
  background: #c7000b;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .banner .swiper-slide:hover figure img {
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.About_04 .box .banner .swiper-slide:hover figcaption {
  /*-webkit-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  transform: translateY(0.1rem);*/
}
.About_04 .box .banner .swiper-slide:hover::after {
  width: 100%;
}
.About_05 .box {
  --h: 5.15rem;
  --w: 8.4rem;
}
.About_05 .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  margin: 0 0.05rem;
  overflow: hidden;
  height: var(--h);
  position: relative;
  transition: 0.4s;
}
.About_05 .box .item::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 21, 42, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 21, 42, 0.3));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 21, 42, 0.3));
}
.About_05 .box .item img {
  height: 100%;
  width: 100%;
}
.About_05 .box .item .one {
  font-size: var(--f24);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.5rem;
  color: #fff;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .item .two {
  position: absolute;
  left: 0;
  bottom: 0rem;
  padding: 0 1rem 0 0.6rem;
  width: var(--w);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.About_05 .box .item .two .content1 {
  font-size: var(--f36);
  color: #fff;
}
.About_05 .box .item .two .content2 {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.7;
  margin-top: 0.16rem;
  text-align: justify;
}
.About_05 .box .active {
  width: var(--w);
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.About_05 .box .active .one {
  opacity: 0;
}
.About_05 .box .active .two {
  opacity: 1;
  bottom: 0.5rem;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1520px) {
  .About_01 .box .boxRight {
    width: 7.58rem;
  }
  .About_05 .box {
    --w: 10rem;
  }
  .About_03 .box::after {
    top: 62%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 50%;
  }
}
@media screen and (max-width: 1400px) {
  .About_03 .box::after {
    top: 60.7%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 48.5%;
  }
  .News_01 .box .banner .page {
    bottom: 0.15rem;
  }
}
@media screen and (max-width: 1280px) {
  .About_05 .box {
    --w: 9rem;
  }
  .About_03 .box::after {
    top: 59.5%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 46.6%;
  }
}
@media screen and (max-width: 1200px) {
  .height {
    display: none;
  }
  .About_02 .toggle {
    top: 2.6rem;
  }
  .About_01 .box .boxRight p{
      top: 0;
  }
  .About_02 .toggle_main .toggle_main_item {
    top: 3.9rem;
  }
  .About_02 .img img {
    width: 100%;
    min-height: 7.8rem;
  }
  .About_01 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .About_01 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
  }
  .About_01 .box .boxRight img {
    width: 70%;
  }
  .About_04 .box,
  .News_04 .box,
  .About_03 .box {
    padding: 0;
  }
  .About_04 .box .swiper,
  .News_04 .box .swiper,
  .About_03 .box .swiper {
    padding: 0 5vw;
  }
  .About_03 .box::after {
    top: 55.3%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 39%;
  }
  .About_03 .banner_button_01 .button .prev {
    left: 5vw;
  }
  .About_03 .banner_button_01 .button .next {
    right: 5vw;
  }
  .About_03 .box .banner .swiper .swiper-slide .content3 {
    font-size: 0.6rem;
  }
  .About_05 .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .About_05 .box .item {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .About_05 .box .item .one {
    display: none;
  }
  .About_05 .box .item .two {
    width: 100%;
    opacity: 1;
    bottom: 0.5rem;
  }
  .Procut_03 {
    grid-template-columns: repeat(2, 1fr);
  }
  .Procut_01 .box .boxLeft {
    width: 100%;
    padding-right: 0rem;
  }
  .Procut_01 .box .boxRight {
    width: 100%;
    flex: 1 100%;
    margin-top: 0.5rem;
  }
  .Solution_01 .box .item .boxLeft {
    width: 100%;
  }
  .Solution_01 .box .item .boxRight {
    width: 100%;
    padding: 0.4rem;
  }
  .News_02 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft {
    padding: 0.4rem 0.4rem 0;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxRight {
    width: 55%;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft .content2 {
    line-height: 1.4;
    height: 2.8em;
    margin-bottom: 0.15rem;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft .content3 {
    margin-top: 0.15rem;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft .content4 {
    margin-top: 0.3rem;
  }
  .News_01 .box .banner .page {
    position: initial;
    left: 0rem;
    text-align: center;
    padding: 0.2rem 0;
  }
  .News_03 .box1 .go {
    display: none;
  }
  .Leave_Container .box .boxLeft,
  .News_05 .box .boxLeft,
  .Join_01 .box .boxLeft {
    width: 100%;
  }
  .Leave_Container .box .boxRight,
  .News_05 .box .boxRight,
  .Join_01 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .News_05 .box .boxRight .content2 {
    margin-top: 0.5rem;
  }
  .Inner_Banner picture img {
    min-height: 5rem;
  }
  .Contact_01 .box {
    gap: 0.2rem;
  }
  .Contact_02 img {
    min-height: 7rem;
  }
  .Contact_02 .box {
    left: 32%;
  }
  .Procut_04 .box .boxLeft {
    width: 100%;
  }
  .Procut_04 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
  }
   .Procut_06 .box {
       overflow: auto;
   }
  
  .Procut_06 .box .scroll{
      width: 260%;
  }
  
  
}
@media screen and (max-width: 992px) {
  .Procut_01 .wMain {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .Procut_03 .item a .content4 img{
    max-width: 100%;
  }
  .Procut_03 .item a{
    padding-top: 0px;
  }
  .Inner_Nav .box .item{
    margin-right: 0.2rem;
  }
  .Inner_Nav .box .item{
    margin-right: 0.2rem;
  }
  .Inner_Nav .box .item:last-child{
    margin-right: 0rem;
  }
}
@media screen and (max-width: 699px) {
  .About_01 .box .boxRight img {
    width: 100%;
  }
  .About_02 .toggle_main .toggle_main_item {
    width: 90vw;
  }
  .About_03 .box::after {
    top: 65.8%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 55%;
  }
  .About_02 {
    overflow: hidden;
  }
  .About_03 .box .banner .swiper .swiper-slide .content4 {
    width: 100%;
    margin-left: 0;
  }
  .About_05 .box .item .two {
    padding: 0 0.4rem;
  }
  .About_05 .box .item .two .content2 {
    height: -webkit-calc(6.8em);
    height: calc(1.7em * 4);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .About_05 .box .item .two .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_05 .box .item .two .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .About_05 .box .item .two .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .About_05 .box .item .two .content2 {
      scrollbar-color: #c7000b rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Procut_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Procut_01 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0rem;
  }
  .Procut_03 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Procut_02 ul li a {
    padding: 0.3rem 0;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .prev {
    margin-right: 0.2rem;
  }
  .Procut_04 {
    padding: 1rem 0;
  }
  .Procut_04 .box .boxLeft {
    width: calc(100% - 4.7rem);
    padding-top: 0;
  }
  .Procut_04 .box .boxRight {
    width: 100%;
    margin-top: 0.7rem;
  }
  .Procut_04 .box .boxRight p {
    margin: auto;
  }
  .button_02 .a svg,
  .button_03 .a svg,
  .button_04 .a svg,
  .button_05 .a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .News_01 .box .banner .swiper .swiper-slide .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .News_01 .box .banner .swiper .swiper-slide .item .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .News_01 .box .banner .swiper .swiper-slide .item .boxRight {
    width: 100%;
  }
  .News_03 .box1 .page {
    width: 100%;
    text-align: left;
  }
  .News_03 .box1 .page {
    margin-top: 0.2rem;
  }
  .Leave_Container .box .boxRight .list,
  .Contact_03 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Leave_Container .box .boxRight .item input,
  .Contact_03 .item input {
    height: 0.7rem;
  }
  .button_02 .a,
  .button_03 .a,
  .button_04 .a,
  .button_05 .a {
    line-height: 0.74rem;
    padding: 0 0.4rem;
  }
  .pu_page a,
  .banner_button .button div,
  .banner_button_01 .button div {
    /*width: 0.6rem;
    height: 0.6rem;*/
  }
  .Contact_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_01 .box .item .content1 svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .Contact_02 .box {
	padding-top: 15px;
	padding-bottom: 15px;
    line-height: 1.6;
    left: 11%;
	right: 11%;
  }
  .News_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
      .About_02 .toggle_main .toggle_main_item {
        top: 2.9rem;
    }
        .About_02 .toggle {
        top: 1.9rem;
    }
}
/*# sourceMappingURL=./style.css.map */

.button_03 {
  min-width: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button_03::before {
  content: '';
  width: 0%;
  height: 1px;
  left: 0;
  top: 0;
  background: #c7000b;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_03::after {
  content: '';
  width: 0%;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #c7000b;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_03 .a {
  width: 100%;
  line-height: 0.54rem;
  background: #c7000b;
  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;
  border: 1px solid transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0 0.2rem;
}
.button_03 .a svg {
  margin-right: 0.1rem;
}
.button_03 .a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a::before {
  content: '';
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #c7000b;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a::after {
  content: '';
  width: 1px;
  height: 0%;
  right: -1px;
  bottom: 0;
  background: #c7000b;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_03:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover::after {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover .a {
  background: transparent;
  color: #c7000b;
}
.button_03:hover .a::before {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover .a::after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover .a svg path {
  fill: #c7000b;
}