@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1023px) {
  .header {
    display: none;
  }
  .mobile-inner-header {
    display: block;
  }
  .mobile-inner-header .logo {
    height: 96%;
  }
  .mobile-inner-header img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .common-card {
    width: 100%;
    padding: 0 2%;
  }
  .headerSwiper img,
  .headerSwiper {
    height: auto;
  }
  .aboutUs {
    padding: 0;
  }
  .aboutUs .top {
    padding: 0 2%;
  }
  .common-title {
    text-align: center;
    background: none;
    height: auto;
  }
  .common-title h4,
  .common-tl h2,
  .news-con .lt h6,
  .online .tl h6 {
    position: static;
    font-size: 16px;
  }
  .common-title h6,
  .common-tl h4,
  .news-con .lt p,
  .online .tl p {
    position: static;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .aboutUs {
    padding: 15px 0;
  }
  .aboutUs .top img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 15px;
  }

  .aboutUs .top .common-card {
    flex-wrap: wrap;
    padding: 0;
  }
  .aboutUs .lt .text {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0 15px 0;
  }
  .common-more {
    width: fit-content;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
  .aboutUs .number span {
    font-size: 24px;
  }
  .aboutUs .number h6 {
    font-size: 16px;
    margin-top: 8px;
  }
  .aboutUs .number {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 4% 15px;
    margin-top: 15px;
  }
  .products .common-card,
  .innerNews .common-card {
    flex-wrap: wrap;
  }
  .products .lt {
    width: 100%;
    margin-right: 0;
    background: none;
    background-color: #002ff9;
  }
  .products .lt .tl img {
    width: 20px;
    height: 20px;
  }
  .products .lt .tl h6 {
    font-size: 16px;

    margin-left: 5px;
  }
  .products .lt .tl p {
    font-size: 14px;
    margin-top: 7px;
  }
  #menu {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1%;
  }
  #menu > ul {
    width: calc(100% / 5);
    margin: 0 10px 10px 0;
  }
  #menu > ul:nth-child(5n) {
    margin-right: 0;
  }
  #menu .first-order {
    height: 35px !important;
    font-size: 16px !important;
    padding: 0 10px !important;
  }
  #menu .first-order::before {
    width: 10px !important;
    height: 10px !important;
  }
  #menu .first-order::after {
    width: 5px !important;
    height: 12px !important;
    object-fit: contain !important;
  }
  .menu ul li {
    height: 100%;
  }
  .content {
    margin-top: 10px;
  }
  .secondLevel {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .submenu.active .secondLevel,
  .submenu.active ul .three-level,
  .submenu.active ul li ul .band-four {
    color: #fff !important;
  }
  .secondLevel::before {
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px !important;
  }
  .three-level {
    font-size: 14px !important;

    line-height: 30px !important;
    padding-left: 10px !important;
  }
  .band-four {
    font-size: 14px !important;
    line-height: 30px !important;
    padding-left: 10px !important;
  }
  .band-four::before {
    width: 8px !important;
    height: 8px !important;
    margin-right: 10px !important;
  }
  .first-order.submenu-indicator-minus::after {
    width: 14px !important;
    height: 7px !important;
  }

  .products .lt .tl {
    height: auto;
    padding: 15px 0;
  }
  .products .lt {
    margin-bottom: 15px;
  }
  .products .rt li {
    width: 100%;
    height: auto;
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 250px;
  }
  .products .rt li:nth-child(4n) {
    margin-right: 10px;
  }
  .products .rt li:nth-child(3n) {
    margin-right: 0;
  }
  .products .rt .img {
    height: auto;
    padding: 10px;
  }
  .products .rt .name {
    height: 35px;
    line-height: 35px;
    font-size: 14px;

    border-bottom: 3px solid #002ff9;
  }
  .honorSwiper {
    height: auto;
    margin: 15px 0;
  }
  .honor .bto p,
  .innerNews .tl span {
    font-size: 14px;
  }
  .honor .bto h6 {
    font-size: 16px;
    margin-top: 5px;
  }
  .news-con {
    margin-top: 15px;
    height: auto;
    flex-wrap: wrap;
  }
  .news-con .lt {
    padding: 5% 4%;
    width: 100%;
    margin-right: 0;
  }
  .news-con .lt .text {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
  }
  .news-con li p {
    font-size: 16px;
  }
  .news-con li .ls {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
  }
  .online-con {
    width: 65%;
  }
  .online-con input[type='text'] {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .online-con textarea {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
  .online-con input[type='submit'] {
    width: fit-content;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
    padding: 0 20px;
  }
  .footer li:first-child {
    display: none;
  }
  .footer .logo {
    width: 250px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .footer .common-card {
    padding: 20px 2%;
  }
  .footer li p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer li a,
  .footer li span,
  .productDetails .rt .text .ls,
  .culture-con li .text .ls,
  .innerNews .con .text {
    font-size: 14px;
    line-height: 30px;
  }
  .footer li img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
  .productDetails .rt .text h6 {
    font-size: 16px;

    margin-bottom: 10px;
  }
  .parameter .tl {
    height: 30px;
  }
  .parameter .tl span {
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .productDetails .rt .text {
    padding-left: 0;
    font-size: 14px;
    line-height: 30px;
    border-left: none;
  }
  .navigation a,
  .navigation span {
    font-size: 16px;
    line-height: 35px;
  }
  .culture-con li .text img {
    width: 20px;
    margin-bottom: 10px;
  }
  .culture-con li .text p {
    font-size: 16px;

    margin-bottom: 5px;
  }
  .contact-con {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .contact-con .lt li {
    width: 100%;
    height: auto;
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 320px;
    padding: 4% 0;
  }
  .contact-con .form {
    width: 100%;
    margin-left: 0;
  }
  .contact-con .lt li img {
    width: 25px;

    margin-bottom: 15px;
  }
  .contact-con .lt .text {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-con input[type='text'] {
    width: calc((100% - 10px) / 2);
    height: 35px;
    font-size: 14px;
    padding-left: 10px;
    margin: 0 10px 10px 0;
  }
  .contact-con textarea {
    height: 150px;
    font-size: 14px;
    padding: 10px 0 0 10px;
  }
  .contact-con input[type='submit'] {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin: 10px 0 15px 0;
  }
  .contact-con .form h6 {
    font-size: 16px;
  }
  .innerNews .lt {
    width: 100%;

    margin-right: 0;
  }
  .innerNews .tl {
    height: auto;
    padding: 2% 0;
  }
  .innerNews .tl h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .innerNews .nav a {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    padding-left: 15px;
  }
  .innerNews .con img {
    width: 100px;
    height: 100px;
  }
  .innerNews .rt .text h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .innerNews .rt .text .time {
    font-size: 12px;
  }
  .innerNews .rt .text .ls {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
  }
  .innerNews li {
    height: auto;
    flex-wrap: wrap;

    margin-bottom: 10px;
    padding: 2%;
  }
  .innerNews .rt {
    margin-top: 15px;
  }
  .innerNews .rt .text .more {
    width: fit-content;
    height: 30px;
    font-size: 14px;
    padding: 0 3%;
    border-radius: 10px;
  }
  .innerNews .rt .text .more::after {
    width: 10px;
    height: 6px;
    margin-left: 5px;
  }
  .innerNew h6 {
    font-size: 16px;

    margin-bottom: 10px;
  }
  .innerNew .text {
    padding: 0;
    font-size: 14px;
    line-height: 30px;
  }
.download-con .title {
    height: 35px;
}
.download-con .title .item {
    font-size: 16px;
    height: 100%;
    line-height: 35px;
}
.download-con .list .ls {
    height: 30px;
    margin-bottom: 10px;
}
.download-con .list .ls div {
  width: fit-content;
    font-size: 14px;
    height: 100%;
    line-height: 30px;
}

.download-con .list .ls div:first-child {
  flex: 1;
}
.download-con .down a::before {
    width: 15px;
    height: 15px;
}

}

@media screen and (max-width: 768px) {
  #menu > ul {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #menu,
  .news-con .rt .flex,
  .footer .flex,
  .culture-con .flex {
    flex-wrap: wrap;
  }
  .products .rt li {
    flex-basis: 165px;
  }
  .industry-con li .text img {
    width: 20px !important;
  }
  .industry-con li p {
    font-size: 14px;

    margin-top: 10px;
  }
  .industry-con li {
    height: 250px;
  }

  .news-con li {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-con li img {
    height: auto;
  }
  .footer .rt {
    width: 100%;
    flex: none;
  }
  .footer .bto {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    padding: 2%;
  }
  .productDetails .rt .top {
    padding: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .productDetails .rt .top img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .culture-con li {
    width: 100%;
    flex-grow: 1;
    flex-basis: 232px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .culture-con li:nth-child(2n) {
    margin-right: 0;
  }
  .innerHonor-con ul {
    margin-top: 10px;
  }
  .innerNews .rt img {
    width: 100%;
    height: auto;

    margin-right: 0;
  }
}
@media screen and (max-width: 440px) {
  .products .rt li:nth-child(3n) {
    margin-right: 10px;
  }
  .products .rt li:nth-child(2n),
  .culture-con li,
  .contact-con .lt li {
    margin-right: 0;
  }
  .contact-con .form .item.flex {
    flex-wrap: wrap;
  }
  .contact-con input[type='text'] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .innerHonor-con li {
    width: 100%;
    height: auto;
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 150px;
  }
  .innerHonor-con li:nth-child(5n) {
    margin-right: 10px;
  }
  .innerHonor-con li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .mobile-inner-header .logo {
    width: 60%;
  }
  .mobile-inner-header img {
    width: 90%;
  }
  .footer li {
    width: 100%;
  }
  .footer ul {
    flex-wrap: wrap;
  }

    .download-con .list .ls div:first-child {
     display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
    }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
  .number .flex-btn {
    flex-wrap: wrap;
  }

  .products .rt li,
  .products .rt li:nth-child(3n),
  .innerHonor-con li,
  .innerHonor-con li:nth-child(5n) {
    flex-basis: 200px;
    margin-right: 0;
  }
}
