.main {
  padding-top: 0px;
  overflow: hidden;
}

.banner {
  width: 100%;
  position: relative;
}

.banner .mySwiper {
  width: 100%;
}

.banner .mySwiper .banner_box {
  position: relative;
  width: 100%;
}

.banner_box .banner_prc {
  width: 100%;
  overflow: hidden;
}

.banner_box .banner_prc img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: all 4s ease-in-out;
  min-height: 80vh;
}

.banner .swiper-slide-active .banner_box .banner_prc img {
  transform: scale(1.2);
}

.banner_box .banner_zi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner_box .banner_zi .banner_title {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}

.banner_box .banner_zi .banner_text {
  font-size: 24px;
  line-height: 2;
  color: #ffffff;
  margin-top: 32px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #141414;
  outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
  font-weight: bold;
  outline: none;
}

.Advantage {
  width: 100%;
  background: #fff;
  padding-top: 140px;
}

.Advantage .Advantage_title {
  text-align: center;
}

.Advantage .Advantage_title .Advantage_tit {
  font-size: 48px;
  line-height: 1;
  font-weight: light;
  color: #313131;
  text-align: center;
}

.Advantage .Advantage_title .Advantage_tit_text {
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}

.Advantage .Advantage_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.Advantage .Advantage_data .Advantage_data_box {
  width: 33.333%;
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Advantage_data_box .Advantage_data_num {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: #313131;
  display: flex;
}

.Advantage_data_box .Advantage_data_num span {
  line-height: 1;
  display: block;
}

.Advantage_data_box .Advantage_data_text {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 1.5;
}

.Advantage_more {
  padding-top: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Advantage_more a {
  width: 160px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #313131;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  border: 1px solid #313131;
}

.Advantage_more a:hover {
  background: #313131;
  color: #fff;
}

.Solution {
  width: 100%;
  background: #fff;
  position: relative;
  height: 200vh;
  overflow: hidden;
}

.Solution .Solution_cen {
  position: relative;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100vh;
}

.Solution .Solution_cen .Solution_bj {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.Solution .Solution_cen .Solution_bj video {
  display: block;
  width: 100%;
  object-fit: cover;
  /* min-height: 100vh; */
  height: 100vh;
}

.Solution .Solution_cen .Solution_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.Solution .Solution_cen .Solution_img img {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 100vh;
}

.Solution .Solution_cen .Solution_zi {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  color: #7ecad7;
  text-shadow: 1px 1px 2px #313131;
  /* padding-bottom: 120px; */
}

.Solution .Solution_cen .Solution_zi .Solution_title {
  font-size: 48px;
  line-height: 1;
  font-weight: light;
  text-align: center;
}

.Solution .Solution_cen .Solution_zi .Solution_text {
  margin-top: 16px;
  line-height: 1;
  font-size: 18px;
  line-height: 1.5;
}

.Solution .Solution_cen .Solution_zi .Solution_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 41px;
}

.Solution .Solution_cen .Solution_zi .Solution_more a {
  width: 160px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #7ecad7;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  border: 1px solid #7ecad7;
}

.Solution .Solution_cen .Solution_zi .Solution_more a:hover {
  border: 1px solid #313131;
  background: #313131;
  color: #fff;
}

.robotics {
  width: 100%;
  background: #ffffff;
  padding: 90px 0;
}

.robotics .robotics_top {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.robotics .robotics_top {
  position: relative;
  width: 100%;
  height: 800px;
  margin-bottom: 30px;
}

.robotics .robotics_top .robotics_box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.robotics .robotics_box {
  margin-bottom: 30px;
}

.robotics .robotics_top .robotics_box a {
  width: 100%;
  height: 100%;
  display: block;
}
.robotics_top .robotics_box a .robotics_boxbj {
  height: 100%;
}
.robotics_top .robotics_box a .robotics_boxbj img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.robotics_top .robotics_box:hover a .robotics_boxbj img {
  transform: scale(1.1);
}

.robotics_box_text {
  position: absolute;
  left: 50%;
  top: 136px;
  transform: translateX(-50%);
}

.robotics_box_text .robotics_box_title {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.robotics_box_text .robotics_box_more {
  width: 160px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 32px;
}

.robotics_box_text .robotics_box_more:hover {
  background: #fff;
  color: #313131;
}

.robotics .robotics_bom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.robotics .robotics_bom .robotics_box {
  width: 31.875%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-right: 2.1875%;
}

.robotics .robotics_bom .robotics_box .robotics_box_title {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #272626;
  padding: 0 16px;
  text-align: center;
  z-index: 2;
  width: 96%;
}

.robotics .robotics_bom .robotics_box:last-child {
  margin-right: 0;
}

.robotics .robotics_bom .robotics_box .robotics_boxPrc {
  overflow: hidden;
}

.robotics .robotics_bom .robotics_box .robotics_boxPrc img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.robotics .robotics_bom .robotics_box:hover .robotics_boxPrc img {
  transform: scale(1.1);
}

.robotics .robotics_bom .robotics_box .robotics_box_more {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.3s ease;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #666666;
  border: 1px solid #666666;
}

.robotics .robotics_bom .robotics_box:hover .robotics_box_more {
  background: #81ccdb;
  border-color: #81ccdb;
  color: #fff;
}

.application {
  width: 100%;
  position: relative;
}

.application .application_top {
  width: 100%;
  position: relative;
}

.application .application_top .mySwiper {
  width: 100%;
}

.application .application_box {
  width: 100%;
  position: relative;
  background: #fff;
}

.application .application_box .application_prc img {
  display: block;
  width: 100%;
  min-height: 720px;
  object-fit: cover;
}

.application .application_box .application_zi {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 160px 0 16px;
  z-index: 3;
}

.application_box .application_ziCen {
  width: 730px;
  max-width: 100%;
}

.application_box .application_title {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.application_box .application_text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
}

.application_box .application_more a {
  width: 150px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 60px;
  transition: all 0.3s ease-in-out;
}

.application_box .application_more a:hover {
  background: #fff;
  color: #313131;
}

.application .application_bom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-column: 10px;
  position: absolute;
  left: 50%;
  bottom: 140px;
  transform: translateX(-50%);
  z-index: 2;
}

.application .application_bom .application_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.application_bom .application_btn .btn_prc {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.application_bom .application_btn .btn_prc img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.application .application_bom .application_btn.act {
  background: #81ccdb;
}

.news {
  width: 100%;
  background: #f7f7f7;
  padding: 120px 0;
}

.news .news_title {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 48px;
  color: #313131;
  font-weight: lighter;
}

.news .news_bom {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .news_bom .news_l {
  width: 68.75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news .news_bom .news_l .news_box {
  width: 49.1%;
}

.news_l .news_box a {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.news_l .news_box a:hover {
  background: #81ccdb;
}

.news_l .news_box a .news_prc {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 540/310;
}

.news_l .news_box a .news_prc img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.news_l .news_box a:hover .news_prc img {
  transform: scale(1.05);
}

.news_l .news_box a .news_prc .news_ico {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 110px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #81ccdb;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.news_l .news_box a .news_boxBom {
  padding: 28px 30px 30px;
}

.news_l .news_box a .news_boxBom .news_tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #171717;
  transition: all 0.3s ease-in-out;
}

.news_l .news_box a:hover .news_boxBom .news_tit {
  color: #fff;
}

.news_l .news_box a .news_boxBom .news_time {
  font-size: 16px;
  line-height: 1;
  margin-top: 14px;
  color: #999999;
  font-weight: 500;
  transition: all 0s3 ease-in-out;
}

.news_l .news_box a:hover .news_boxBom .news_time {
  color: #fff;
}

.news_l .news_box a .news_boxBom .news_text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #4c4c4c;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}

.news_l .news_box a:hover .news_boxBom .news_text {
  color: #fff;
}

.news .news_bom .news_r {
  width: 30%;
  padding: 0 30px;
  background: #fff;
  border-radius: 16px;
}

.news .news_bom .news_r .news_box {
  width: 100%;
  padding: 30px 0 20px;
  border-bottom: 1px solid #e6e6e6;
}

.news .news_bom .news_r .news_box:last-child {
  border-bottom: none;
}

.news_r .news_box .news_tit {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #171717;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}

.news_r .news_box a:hover .news_tit {
  color: #81ccdb;
}

.news_r .news_box .news_time {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #999999;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}

.news_r .news_box a:hover .news_time {
  color: #81ccdb;
}

.Partners {
  width: 100%;
  padding: 120px 0 90px;
  background: #ffffff;
}

.Partners .Partners_title {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  font-weight: lighter;
  color: #313131;
}

.Partners .Partners_bom {
  padding: 15px 0;
}

.Partners .Partners_bom .mySwiper {
  width: 100%;
  padding: 15px 10px;
}

.Partners .Partners_bom .mySwiper .swiper-wrapper {
  /* transform: ; */
  transition-timing-function: linear;
}

.Partners .Partners_bom .Partners_prc {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.Partners .Partners_bom .Partners_prc img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 响应式设计 */
@media screen and (max-width: 1500px) {
  .banner_box .banner_zi .banner_title {
    font-size: 54px;
  }

  .banner_box .banner_zi .banner_text {
    font-size: 22px;
    margin-top: 28px;
  }

  .Advantage {
    padding-top: 120px;
  }

  .Advantage .Advantage_title .Advantage_tit {
    font-size: 44px;
  }
  .Advantage .Advantage_data {
    margin-top: 50px;
  }
  .Solution .Solution_cen .Solution_zi .Solution_title {
    font-size: 44px;
  }

  .robotics {
    padding: 70px 0px;
  }

  .robotics .robotics_top {
    height: 700px;
  }

  .news {
    padding: 110px 0;
  }

  .news_l .news_box a .news_boxBom {
    padding: 26px 28px 28px;
  }

  .news_l .news_box a .news_boxBom .news_tit {
    font-size: 23px;
  }

  .news_l .news_box a .news_boxBom .news_time {
    font-size: 15px;
  }

  .news_l .news_box a .news_boxBom .news_text {
    font-size: 15px;
  }

  .news .news_bom .news_l {
    width: 67%;
  }

  .news .news_bom .news_r {
    width: 31%;
  }
}

@media screen and (max-width: 1400px) {
  .banner_box .banner_zi .banner_title {
    font-size: 50px;
  }

  .banner_box .banner_zi .banner_text {
    font-size: 21px;
    margin-top: 26px;
  }

  .Advantage {
    padding-top: 110px;
  }

  .Advantage .Advantage_title .Advantage_tit {
    font-size: 42px;
  }

  .Advantage .Advantage_title .Advantage_tit_text {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 30px;
  }

  .Solution .Solution_cen .Solution_zi .Solution_title {
    font-size: 42px;
  }

  .robotics .robotics_top {
    height: 650px;
  }

  .robotics_top .robotics_box_text .robotics_box_title {
    font-size: 42px;
  }

  .application_box .application_title {
    font-size: 42px;
  }

  .application_box .application_text {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .application_box .application_more a {
    margin-top: 40px;
  }
  .news {
    padding: 100px 0;
  }

  .news .news_title {
    font-size: 42px;
  }

  .news_l .news_box a .news_boxBom {
    padding: 24px 26px 26px;
  }

  .news_l .news_box a .news_boxBom .news_tit {
    font-size: 22px;
  }

  .news_l .news_box a .news_boxBom .news_time {
    font-size: 14px;
  }

  .news_l .news_box a .news_boxBom .news_text {
    font-size: 14px;
  }
  .application .application_bom {
    bottom: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .banner_box .banner_zi .banner_title {
    font-size: 48px;
  }

  .banner_box .banner_zi .banner_text {
    font-size: 20px;
    margin-top: 24px;
  }

  .Advantage {
    padding-top: 100px;
  }

  .Advantage .Advantage_title .Advantage_tit {
    font-size: 40px;
  }

  .Solution .Solution_cen .Solution_zi .Solution_title {
    font-size: 40px;
  }

  .robotics {
    padding: 60px 0px;
  }

  .robotics .robotics_top {
    height: 600px;
  }

  .robotics .robotics_bom .robotics_box {
    width: 31%;
    margin-right: 3.5%;
  }

  .robotics .robotics_bom .robotics_box:nth-child(3n) {
    margin-right: 0;
  }
  .robotics .robotics_bom .robotics_box .robotics_box_title {
    font-size: 24px;
  }

  .news {
    padding: 90px 0;
  }

  .news_l .news_box a .news_boxBom {
    padding: 22px 24px 24px;
  }

  .news_l .news_box a .news_boxBom .news_tit {
    font-size: 21px;
  }

  .news_l .news_box a .news_boxBom .news_time {
    font-size: 14px;
  }

  .news_l .news_box a .news_boxBom .news_text {
    font-size: 14px;
  }

  .news .news_bom .news_l {
    width: 65%;
  }

  .news .news_bom .news_r {
    width: 33%;
  }

  .application .application_box .application_zi {
    padding: 130px 0 16px;
  }
}

@media screen and (max-width: 992px) {
  .banner_box .banner_zi .banner_title {
    font-size: 40px;
  }

  .banner_box .banner_zi .banner_text {
    font-size: 18px;
    margin-top: 20px;
  }

  .Advantage {
    padding-top: 80px;
  }
  .Advantage .Advantage_data {
    margin-top: 30px;
  }
  .Advantage .Advantage_title .Advantage_tit {
    font-size: 36px;
  }
  .Advantage_more {
    padding-top: 20px;
  }
  .Advantage .Advantage_data .Advantage_data_box {
    margin-bottom: 20px;
  }

  .robotics .robotics_top {
    height: 500px;
  }

  .robotics .robotics_bom .robotics_box {
    margin-bottom: 20px;
    width: 49%;
    margin-right: 2%;
  }
  .robotics .robotics_bom .robotics_box:nth-child(2n) {
    margin-right: 0;
  }
  .robotics .robotics_bom .robotics_box .robotics_box_title {
    font-size: 20px;
    top: 30px;
  }

  .application .application_box .application_prc img {
    min-height: 500px;
  }

  .application .application_box .application_zi {
    padding: 50px 0 16px;
  }

  .application_box .application_title {
    font-size: 36px;
  }

  .application .application_bom {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    bottom: 20px;
  }

  .application .application_bom .application_btn {
    height: 80px;
    font-size: 18px;
  }

  .news {
    padding: 80px 0;
  }

  .news .news_title {
    font-size: 36px;
  }

  .news_l .news_box a .news_boxBom {
    padding: 20px 22px 22px;
  }

  .news_l .news_box a .news_boxBom .news_tit {
    font-size: 20px;
  }

  .news_l .news_box a .news_boxBom .news_time {
    font-size: 13px;
  }

  .news_l .news_box a .news_boxBom .news_text {
    font-size: 13px;
  }

  .news .news_bom {
    flex-direction: column;
  }

  .news .news_bom .news_l {
    width: 100%;
  }

  .news .news_bom .news_l .news_box {
    margin-bottom: 30px;
  }

  .news .news_bom .news_r {
    width: 100%;
    margin-top: 0px;
  }

  .Partners {
    padding: 80px 0 60px;
  }

  .Partners .Partners_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .banner_box .banner_zi .banner_title {
    font-size: 32px;
  }
  .news .news_bom .news_l .news_box {
    width: 100%;
  }
  .banner_box .banner_zi .banner_text {
    font-size: 16px;
    margin-top: 16px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 24px;
  }

  .Advantage {
    padding-top: 60px;
  }

  .Advantage .Advantage_title .Advantage_tit {
    font-size: 28px;
  }

  .Advantage .Advantage_title .Advantage_tit_text {
    font-size: 14px;
    margin-top: 16px;
  }
  .Advantage .Advantage_data {
    margin-top: 20px;
  }
  .Advantage .Advantage_data .Advantage_data_box {
    padding:0 10px 10px;
  }
  .Advantage_data_box .Advantage_data_num {
    font-size: 30px;
  }
  .Advantage_data_box .Advantage_data_text{
    font-size: 14px;
  }
  .Solution .Solution_cen .Solution_zi .Solution_title {
    font-size: 2.Advantage_data_box .Advantage_data_text{
      
  }px;
  }

  .Solution .Solution_cen .Solution_zi .Solution_text {
    font-size: 16px;
  }
  .Solution .Solution_cen .Solution_zi .Solution_more {
    margin-top: 24px;
  }
  .robotics {
    padding: 40px 0px;
  }

  .robotics .robotics_top {
    height: 400px;
  }

  .robotics_top .robotics_box_text .robotics_box_title {
    font-size: 32px;
  }

  .application .application_box .application_prc img {
    min-height: 400px;
  }

  .application .application_box .application_zi {
    padding: 80px 0 16px;
  }

  .application_box .application_title {
    font-size: 28px;
  }

  .application_box .application_text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }

  .application .application_bom {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    bottom: 15px;
    position: relative;
    top: 10px;
    margin: 0;
  }

  .application .application_bom .application_btn {
    height: 70px;
    font-size: 16px;
  }

  .application_bom .application_btn .btn_prc {
    width: 36px;
    height: 36px;
    margin-right: 4px;
  }

  .news {
    padding: 60px 0;
  }

  .news .news_title {
    font-size: 28px;
  }

  .news_l .news_box a .news_boxBom {
    padding: 18px 20px 20px;
  }

  .news_l .news_box a .news_boxBom .news_tit {
    font-size: 20px;
  }

  .news_l .news_box a .news_boxBom .news_time {
    font-size: 13px;
  }

  .news_l .news_box a .news_boxBom .news_text {
    font-size: 13px;
  }

  .Partners {
    padding: 60px 0 40px;
  }

  .Partners .Partners_title {
    font-size: 28px;
  }

  .Partners .Partners_bom .Partners_prc {
    height: 100px;
  }
}

@media screen and (max-width: 576px) {
  .banner_box .banner_prc img{
      min-height: 250px;
  }
  .banner_box .banner_zi .banner_title {
    font-size: 28px;
    text-align: center;
  }

  .banner_box .banner_zi .banner_text {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
  }

  .Advantage {
    padding-top: 50px;
  }

  .news {
    padding: 50px 0;
  }

  .news_l .news_box a .news_boxBom {
    padding: 16px 18px 18px;
  }

  .Advantage .Advantage_title .Advantage_tit {
    font-size: 24px;
  }

  .robotics .robotics_top {
    height: 300px;
  }

  .robotics_top .robotics_box_text .robotics_box_title {
    font-size: 24px;
  }
  .robotics .robotics_bom .robotics_box {
    width: 100%;
    margin-right: 0;
  }
  .application .application_box .application_prc img {
    min-height: 300px;
  }

  .application .application_box .application_zi {
    padding: 20px 0 10px;
  }

  .application_box .application_title {
    font-size: 24px;
  }

  .application_box .application_text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }
  .application_box .application_more a{
    margin-top: 10px;
    width: 130px;
    height: 35px;
  }
  .application .application_bom {
    gap: 6px;
    bottom: 10px;
  }

  .application .application_bom .application_btn {
    height: 60px;
    font-size: 14px;
  }

  .news_l .news_box a .news_boxBom .news_tit {
    font-size: 18px;
  }

  .news_l .news_box a .news_boxBom .news_time {
    font-size: 12px;
  }

  .news_l .news_box a .news_boxBom .news_text {
    font-size: 14px;
    margin-top: 16px;
  }

  .news .news_bom .news_r {
    padding: 0 20px;
  }

  .news_r .news_box .news_tit {
    font-size: 18px;
  }
}
