.head-box .head {
  background-color: transparent;
  backdrop-filter: blur(0);
}

.pc-head .nav-ls>a {
  color: #fff;
  transition: none;
}

.head-box .head.head-scroll .pc-head .head-rg .con {
  border-color: #7a7f8d;
  backdrop-filter: none;
  color: #7a7f8d;
  background: transparent;
}

.head-box .head.head-scroll .pc-head .head-rg .con svg {
  fill: #7a7f8d;
  stroke: #7a7f8d;
}

.head-box .head .pc-head .head-rg .con {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

.head-box .head .pc-head .head-rg .con svg {
  fill: #fff;
  stroke: #fff;
  width: 12px;
  height: 12px;
}

.head-box .head:hover .pc-head .head-rg .con {
  border-color: #7a7f8d;
  backdrop-filter: none;
  color: #7a7f8d;
  background: transparent;
}

.head-box .head:hover .pc-head .head-rg .con svg {
  fill: #7a7f8d;
  stroke: #7a7f8d;
}

.head-box .head .pc-head .head-rg .con:hover {
  border: 0 !important;
  background: linear-gradient(to right, #1B27C9, #2C67FF) !important;
  backdrop-filter: none !important;
  color: #fff !important;
}

.head-box .head .pc-head .head-rg .con:hover svg {
  fill: #fff;
  stroke: #fff;
}

.head-box.initHead .head .pc-head .head-rg .con {
  border-color: #333;
  backdrop-filter: none;
  color: #7a7f8d;
  background: transparent;
}

.head-box.initHead .head .pc-head .head-rg .con svg {
  fill: #7a7f8d;
  stroke: #7a7f8d;
}

.pc-head .head-rg .con {
  background: rgba(255, 255, 255, .4);
  border: 1px solid #fff;
  backdrop-filter: blur(100px);
}

.pc-head .nav-ls:hover>a,
.pc-head .nav-ls.cur>a {
  color: var(--vi) !important;
}

.pc-head .logo img {
  filter: brightness(100)
}

.pc-head .nav-ls>a span .img {
  transition: none;
}

.pc-head .head-rg .head-search img {
  filter: brightness(100)
}

.pc-head .nav-ls>a span .img.img1 {
  filter: brightness(100)
}

.pc-head .pro-box::after {
  background-color: #fff;
}

.head-box .head.head-scroll {
  background-color: rgba(255, 255, 255, 1);
}

.head-box .head.head-scroll .pc-head .logo img {
  filter: none;
}


.head-box .head.head-scroll .pc-head .nav-ls>a {
  color: #333;
}

.head-box .head.head-scroll .pc-head .head-rg .head-search img {
  filter: none;
}

.head-box .head.head-scroll .pc-head .nav-ls>a span .img.img1 {
  filter: none;
}

.head-box .head.head-scroll .pc-head .pro-box::after {
  background-color: #333;
}


.head-box .head:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  backdrop-filter: none !important;
}


.head-box .head:hover .pc-head .logo img {
  filter: none;
}


.head-box .head:hover .pc-head .nav-ls>a {
  color: #333;
}

.head-box .head:hover .pc-head .head-rg .head-search img {
  filter: none;
}

.head-box .head:hover .pc-head .nav-ls>a span .img.img1 {
  filter: none;
}

.head-box .head:hover .pc-head .pro-box::after {
  background-color: #333;
}


.head-box.initHead .head .pc-head .logo img {
  filter: none;
}

.head-box.initHead .head {
  background-color: rgba(255, 255, 255, .4);
  backdrop-filter: blur(100px);
}

.head-box.initHead .head .pc-head .nav-ls>a {
  color: #333;
}

.head-box.initHead .head .pc-head .head-rg .head-search img {
  filter: none;
}

.head-box.initHead .head .pc-head .nav-ls>a span .img.img1 {
  filter: none;
}

.head-box.initHead .head .pc-head .pro-box::after {
  background-color: #333;
}

.solution .box4 .li-box .li .intro .h {
  font-size: .65rem;
}

.pro-info .box1 .intro .info {
  width: 45%;
}

.index-banner .cont .text .h1 span {
  background: linear-gradient(to right, #1B27C9, #2C67FF) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about .box4 .tab-swiper .swiper-slide {
  margin: 0;
}

@media (max-width: 1366px) {}

.pc-head .pro-box .nav-ls .item_down {
  /*display:none !important;*/
}

.con-btn {
  cursor: pointer;
}

@media (max-width: 1200px) {}

.brand .box4 .pic {
  width: 100%;
}

.news-info .lf .cont img {
  width: 100%;
  height: auto !important;
}

.pc-head .head-rg .lan {
  display: none;
}

.fix-bar .li .EWM_down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  width: 140px;
  height: 140px;
  transition: all .4s ease;
  opacity: 0;
  pointer-events: none;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, .12);*/
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
}

.fix-bar .li .EWM_down.phone {
  height: fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 16px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  background: linear-gradient(to right, #1B27C9, #2C67FF);
  color: #fff;
}

.fix-bar .li .EWM_down.phone::after {
  border-left-color: rgba(44, 102, 254);
}

.fix-bar .li:hover .EWM_down {
  opacity: 1;
  right: calc(100% + 30px);
}

.fix-bar .li .EWM_down::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 18px solid #fff;

}

@media (min-width: 1024px) {
  .PHONE {
    display: none;
  }
}

@media (max-width: 1024px) {

  .PC {
    display: none;
  }

  .index-banner .cont .text .h1 {
    font-size: 1.3rem;
  }

  .banner {
    height: 300px;
  }

  .banner .banner-img {
    height: 100%;
  }

  .about .box1 {
    padding-top: 45px;
  }

  .about .box1 .container {
    flex-direction: column;
  }

  .about .box1 .container .pic {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .about .box1 .container .cont {
    width: 100%;
    height: auto;
  }

  .about .box1 .container .cont .scroll-box {
    top: 0 !important;
  }

  .about .box1 .container .cont::after {
    display: none;
  }

  .about .box2 .top {
    flex-direction: column;
  }

  .about .box2 .top .tit {
    width: 100%;
    text-align: center;
  }

  .about .box2 .top .txt {
    width: 100%;
    text-align: justify;
  }

  .about .box2 .intro {
    margin-top: 25px;
  }

  .about .box4 .tab-box {
    padding: 0;
  }

  .about .box4 .swiper-box {
    padding: 0;
  }

  .about .box3 {
    margin-top: 2rem;
  }

  .about .box3 .li-box {
    flex-direction: column;
    row-gap: 15px;
  }

  .about .box4 .box4-swiper .swiper-slide {
    max-width: 80%;
    width: 80%;
    margin-right: 5%;
    height: auto;
  }

  .i-news .iNews-swiper .swiper-slide-active {
    width: 80%;
  }

  .i-news .iNews-swiper .swiper-slide {
    width: 80%;
  }

  .i-news .box4-title {
    margin-bottom: 20px;
  }

  .i-news .box4-title .tit {
    text-align: center;
  }

  .i-news .box4-title .swiper-button-prev,
  .i-news .box4-title .swiper-button-next {
    display: none;
  }

  .i-news .iNews-swiper .swiper-slide .intro .more {
    opacity: 1;
    /*position: relative;*/
    bottom: 1rem;
  }

  .i-news .iNews-swiper .swiper-slide .intro .info .tag {
    padding: 0 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    color: var(--vi);
    background-color: rgba(44, 103, 255, 0.2);
  }

  .i-news .iNews-swiper .swiper-slide .intro {
    padding: 20px !important;
  }

  .i-news .iNews-swiper .swiper-slide .intro .h {
    font-size: 16px !important;
  }

  .i-news .iNews-swiper .swiper-slide .intro .info {
    margin-top: 15px;
  }

  .vision .box1 .btn-box {
    display: none;
  }

  .main-robot .li-box .swiper {
    width: 100%;
    min-height: initial;
    margin: 0;
    margin-top: 1rem;
  }

  .box1 .btn-box {
    display: none;
  }

  .main-robot .li-box {
    display: block;
    padding: 0 5%;
  }

  .main-robot .li-box .swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
  }

  /* .main-robot .li-box .swiper .swiper-wrapper {
    flex-direction: column;
    gap: .5rem;
  } */

  .main-robot .li-box .li .pic {
    width: 50%;
    height: 7.35rem;
    text-align: center;
  }

  .box6 {
    padding-bottom: 50px !important;
  }

  .about .box4 .swiper-box .btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    column-gap: 25px;
  }

  .about .box4 .swiper-box .swiper-button-prev {
    width: 40px;
    height: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
  }

  .about .box4 .swiper-box .swiper-button-next {
    width: 40px;
    height: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
  }

  .about .box4 .swiper-box .swiper-button-prev::after,
  .about .box4 .swiper-box .swiper-button-next::after {
    font-size: 14px;
  }

  .about .box4 .box4-swiper .swiper-slide .top {
    flex-direction: column;
  }

  .about .box3 .li-box .li {
    width: 100%;
  }

  .index .box5 .cont {
    padding-right: 20px;
    padding-left: 20px;
    /* background: none; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
  }

  .index .box5 .sub {
    width: 65%;
  }

  .index .box5 .more {
    width: fit-content;
    padding: 0 15px;

  }

  .footer .top .nav {
    display: none;
  }

  .news-info .wrap {
    flex-direction: column;
  }

  .news-info .lf {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
  }

  .news-info .rg .handle .search {
    height: 2rem;
  }

  .news-info .rg .handle .select {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .news-info .rg {
    width: 100%;
  }


  .main-tit {
    font-size: 26px;
  }

  .main-sub {
    font-size: 16px;
  }

  .main-robot .li-box .li {
    width: 100%;
    margin: 0;
    height: 11rem;
  }

  .i-news .wrap {
    flex-direction: column;
  }

  .i-news .box4-title {
    width: 100%;
  }

  .i-news {
    padding: 0 20px;
  }

  .i-news .iNews-swiper {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
  }

  .box6 .main-tit {
    text-align: center;
  }

  .i-news .box4-title .sub {
    margin-top: 20px;
    text-align: center;
  }

  .about .box5 .box5-swiper .swiper-slide .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 544 /356;
  }

  .about .box5 .box5-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .index-banner {
    height: auto;
    /*margin-top: 75px;*/
    /*aspect-ratio: 750 / 690;*/
  }

  .index-banner .slide {
    font-size: 0;
  }

  .index {
    padding-top: 3rem;
  }

  .index-banner .banner_bgimg {
    position: relative;
    z-index: 1;
    height: auto;
  }

  .index-banner .cont {
    position: absolute;
    top: 0;
  }

  .index .box1 .box1-swiper .swiper-slide {
    width: 100%;
    margin-right: 10%;
  }

  .index .box2 .box2-swiper .swiper-slide {
    width: 90%;
  }

  /* .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  } */

  .index .box3 .container {
    flex-direction: column;
  }

  .box4.i-news {
    padding-top: 45px;
  }

  .source .wrap {
    flex-direction: column;
  }

  .source .sidebar {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 25px;
  }

  .source .container {
    width: 100%;
  }

  .source .container .top {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .source .container .side-tit {
    margin-bottom: 25px;
  }

  .source .container .top .search {
    width: 100%;
    height: 41px;
  }

  .source .li-box .li .down {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
  }

  .source .li-box .li {
    display: flex;
    justify-content: space-between;
  }

  .source .li-box .li .con {
    width: auto;
    flex: 1;
    margin: 0 15px;
  }

  .news-info .rg .card {
    padding: 15px;
  }

  .news-info .lf .info {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-info .lf .info .time {
    margin-bottom: 15px;
  }

  .news-info .lf .info .share p {
    margin-right: 15px;
  }

  .news-info .lf .info .share a {
    width: 24px;
    height: 24px;
  }

  .social-share a::before {
    width: 100%;
    height: 100%;
  }

  .pro-info .box1 .intro {
    flex-direction: column-reverse;
  }

  .pro-info .box1 .intro .info {
    width: 100%;
    margin-bottom: 25px;
  }

  .pro-info .box1 .intro .pic {
    width: 100%;
    height: auto;
  }

  .solution .box1 .container {
    flex-direction: column;
  }

  .solution .box1 .cont-box {
    width: 100%;
  }

  .solution .box1 .pic-box {
    width: 100%;
    height: auto;
    aspect-ratio: 79 / 56;
  }

  .solution .box3 .pic {
    overflow-x: auto;
  }

  .solution .box3 .pic::-webkit-scrollbar {
    height: 0;
  }

  .solution .box3 .pic img {
    width: 300%;
    max-width: initial;
  }

  .solution .box4 .li-box {
    flex-direction: column;
  }

  .solution .box4 .li-box .li {
    width: 100%;
    height: 10rem;
  }

  .solution .box4 .li-box .li .intro .h {
    font-size: 16px;
  }

  .main-bar .cont .tit {
    font-size: 20px;
  }

  .banner .ban-intro .txt {
    margin-top: .6rem;
  }

  .banner .ban-intro .more {
    padding: 0 15px;
    width: fit-content;
  }

  .solution .box7 .container .cont {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    transform: none;
  }

  .solution .box7 .container {
    flex-direction: column-reverse;
  }

  .solution .box7 .container .pic {
    width: 100%;
    height: auto;
  }

  .brand .box1 .container {
    flex-direction: column;
  }

  .brand .box1 .cont {
    width: 100%;
  }

  .brand .box1 .pic {
    width: 100%;
    height: auto;
  }

  .brand .box1 .cont .txt {
    margin-bottom: 25px;
  }

  .brand .box2 .li-box {
    flex-direction: column;
  }

  .brand .box2 .li-box .li {
    width: 100%;
  }

  .brand .box3 .li-box .li {
    width: 100%;
  }

  .brand .box4 .top {
    flex-direction: column;
  }

  .brand .box4 .top .txt {
    width: 100%;
    text-align: justify;
  }

  .brand .box4 .top .tit {
    text-align: center;
    margin-bottom: 15px;
  }

  .brand .box4 .top .main-tit {
    text-align: center;
    margin-bottom: 25px;
  }

  .main-more {
    width: fit-content;
    padding: 0 15px;
  }

  .robot .box1 .load {
    width: fit-content;
  }

  .index .box3 .container .img-item {
    width: 100%;
    height: 10.5rem;
  }

  .index .box1 .box1-swiper .swiper-slide .cont .more {
    position: relative;
  }

  .index .box1 .box1-swiper .swiper-slide .cont .txt {
    margin-bottom: 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .index .box1 .box1-swiper .swiper-slide .cont {
    padding: 0 15px;
  }

  .index .box3 .container .cont-item .item.show {
    position: relative;
    margin-bottom: 50px;
  }

  .index .box3 .container .cont-item {
    width: 100%;
  }

  .index .box3 .container .tab-item {
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    column-gap: 50px;
  }

  .index .box3 .container .tab-item .item {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .index .box3 .container .tab-item .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50px;
    height: 1px;
    border-top: 1px dashed rgba(122, 127, 141, 0.6);
  }

  .index .box3 .container .tab-item .item img {
    max-width: 50%;
    max-height: 50%;
  }

  .join .box1 .wrap {
    flex-direction: column;
  }

  .join .box1 .cont {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .join .box1 .cont::after {
    display: none;
  }

  .join .box1 .pic {
    width: 100%;
  }

  .join .box2 .li-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .join .box2 .li-box .li {
    width: 50%;
  }

  .join .box2 .li-box .li:nth-child(2n):after {
    display: none;
  }

  .join .box3 .item .li {
    width: 100%;
  }

  .join .box3 .item .li .list-box .list .txt {
    line-height: 1.25;
  }

  .join .box3 .item .li .info {
    flex-direction: column;
    align-items: flex-start;
    padding-right: .6rem;
    line-height: 1.4;
  }

  .join .box3 .tab .li {
    height: 41px;
    border-radius: 41px;
  }

  .join .box3 .tab .li span {
    width: 16px;
    display: flex;
  }

  .news .hot-swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
    width: 100%;
    left: 0;
    text-align: center;
  }

  .news .hot-swiper .swiper-slide {
    flex-direction: column;
    height: auto;
  }

  .news .hot-swiper .swiper-slide .intro {
    width: 100%;
    padding: 15px;
  }

  .news .hot-swiper .swiper-slide .pic {
    width: 100%;
  }

  .news .hot-swiper .swiper-slide .intro .date {
    line-height: 1;
  }

  .news .hot-swiper .swiper-slide .intro .date span {
    width: 18px;
    height: 18px;
  }

  .news .hot-swiper .swiper-slide .intro .date span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer .btm {
    flex-direction: column;
  }

  .footer .btm .copyright {
    flex-direction: column;
    width: 100%;
  }

  .footer .btm .copyright .span_cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    column-gap: 15px;
  }

  .footer .btm .copyright .span_cont a:after {
    display: none;
  }

  .footer .btm .copyright .wzdt_cont {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
  }

  .footer .btm .share {
    width: 100%;
  }

  .footer .top {
    padding: 45px 0 20px;
  }

  .footer .btm .copyright a {
    padding-right: 15px;
  }

  .i-news .iNews-swiper .swiper-slide .intro .more {
    display: none;
  }

  .tit-13,
  .tit-14,
  .tit-15,
  .tit-16 {
    font-size: 14px;
  }

  .fix-bar {
    display: none;
  }

  .mb-nav .mb-nav-scd a {
    height: auto;
    line-height: 2;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .head.head-scroll,
  .head.head-scroll2,
  .head.head-scroll3 {
    height: 3rem;
  }

  .pc-head {
    padding: 0;
    width: 90%;
  }

  .head-box .head {
    /* height: 75px; */
  }

  .pc-head .logo img {
    filter: none !important;
  }

  .pc-head .head-rg .con {
    width: fit-content;
    padding: 0 15px;
    display: none !important;
  }

  .index .box2 {
    padding: 2rem 0 3rem;
  }

  .index .box2 .swiper-button-prev {
    display: none;
  }

  .index .box2 .swiper-button-next {
    display: none;
  }

  .index .box3 .container {
    margin-top: 25px;
  }

  .pro-info .box2 .li-box .li {
    display: block;
  }

  .pro-info .box2 .li-box .li .pic {
    width: 100%;
    height: 56vw;
  }

  .pro-info .box2 .li-box .li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pro-info .box2 .li-box .li .cont {
    width: 100%;
    padding-top: 20px;
  }

  .boxNes2 .cont {
    flex-wrap: wrap;
    height: auto;
  }

  .boxNes2 .cont .cont_left {
    width: 100%;
    height: 8rem;
  }

  .boxNes2 .cont .cont_right {
    width: 100%;
    height: auto;
  }

  .boxNes2 .cont .cont_right .list {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .boxNes2 .cont .cont_right .list::-webkit-scrollbar {
    height: 0;
  }

  .boxNes2 .cont .cont_right .item {
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .boxNes2 .cont .cont_right .list:last-child {
    border-bottom: none;
  }

  .boxNes2 .cont .cont_right .item .imgCont {
    margin-bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
  }

  .boxNes2 .cont .cont_right .item .imgCont img {
    max-width: 50%;
    max-height: 50%;
  }

  .data-download .li-box .li {
    padding: 0 1rem;
  }

  .data-download .li-box .li .h {
    margin-left: 1rem;
    max-height: 2.4em;
    overflow: hidden;
  }

  .data-download .li-box .li .down {
    right: 1rem;
  }

  .main-bar .cont {
    padding: 0 5%;
  }

  .con-dialog .container {
    width: 90%;
    padding-right: 1rem;
  }

  .con-dialog .container .close {
    top: 1rem;
    right: 1rem;
    width: 1.2rem;
  }

  .con-dialog .container .form {
    padding-right: .5rem;
    max-height: 60vh;
    overflow-y: auto;
    padding-bottom: 5px;
  }

  .con-dialog .container .form::-webkit-scrollbar {
    width: 2px;
  }

  .con-dialog .container .form .lf {
    width: 100%;
  }

  .con-dialog .container .form .rg {
    margin-top: .5rem;
    width: 100%;
  }

  .tit-56 {
    font-size: 1rem;
  }

  .tit-48 {
    font-size: 1rem;
  }

  .dialog .main {
    width: 90%;
    padding: 1rem;
  }

  .dialog .main .d_body .form-box form {
    max-height: 60vh;
    padding-bottom: 5px;
    padding-right: 5px;
    overflow-y: auto;
  }

  .dialog .main .d_body .form-box form::-webkit-scrollbar {
    width: 2px;
  }

  .dialog .main .d_body .form-box form .form-item,
  .dialog .main .d_body .form-box form .form-item.long {
    width: 100%;
  }

  .dialog .main .d_body .form-box form .form-item .upload_box {
    width: 50%;
    height: 4rem;
  }

  .dialog .main .d_body .form-box form .form-item .upload_box svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 997px) {}