@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) {
  .newsDetail .title h6 {
    font-size: 18px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    display: none;
  }
  .mobile-inner-header {
    display: block;
    background-color: #3f3f3f;
  }
  .mobile-inner-header .logo {
    height: 96%;
  }
  .mobile-inner-header img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .newsDetail {
    padding: 2%;
  }
  .newsDetail .common-card {
    width: 100%;
    padding: 0;
  }
  .newsInformation .common-card {
    width: 100%;
    padding: 0 2%;
  }
  .newsInformation h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .newsInformation .text {
    font-size: 14px;
    line-height: 30px;
  }
  .newsInformation .more {
    width: fit-content;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 2%;
  }
  .news-con ul .more {
    margin-left: 0;
  }
  .newsInformation .time span {
    font-size: 16px;
  }
  .newsInformation .time i {
    font-size: 14px;
  }
  .news-con ul li {
    flex-wrap: wrap;
    height: auto;
    border-radius: 15px;
    margin-bottom: 12px;
    padding: 2%;
  }
  .news-con ul li > a {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-con li .rt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

@media screen and (max-width: 768px) {
  .common-title h2 {
    font-size: 16px;
  }
  .common-title h4 {
    font-size: 14px;
    margin: 10px 0;
  }
  .common-card {
    width: 100%;
    padding: 0 2%;
  }
  .header-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 3px;
  }
  .number {
    height: auto;
    padding-bottom: 2% ;
  }
  .number li:nth-child(2n) {
    display: none;
  }
  .number li span {
    font-size: 24px;
  }
  .number li {
    display: flex;
    flex-direction: column;
        align-items: center;
}
  .number li i,
  .number li em {
    font-size: 14px;
    margin-top:0;
  }
  .number li img {
    width: 55px;
    height: 25px;
    object-fit: contain;
  }
  .search .lt {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2%;
        font-size: 14px;
  }
  .search .lt span,
  .search .lt a {
    font-size: 15px;
  }
  .search .flex-btn,
  .about-con .top,
  .about-con .bto .flex-btn,
  .solutionSwiper2 .swiper-slide,
  .explore .common-card,
  .contact-con .top .flex-btn,
  .insolution li a,
  .enterprise .flex-btn {
    flex-wrap: wrap;
  }
  .search .form,
  .productCenter .form {
    width: 100%;
    height: 30px;
  }
  .search,
  .about,
  .explore {
    height: auto;
    padding: 2% 0;
  }
  .search .form input[type='text'],
  .productCenter .form input[type='text'] {
    font-size: 12px;
    padding-left: 10px;
    border-radius: 15px;
  }
  .search .form input[type='submit'],
  .productCenter .form input[type='submit'] {
    width: 15px;
    height: 15px;
  }
  .hotProducts {
    padding: 15px 0;
  }
  .productSwiper img {
    height: auto;
  }
  .productSwiper .text h6 {
    font-size: 16px;
    text-align: left;
    width: 100%;
  }
  .productSwiper .text {
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .productSwiper .text .ls {
    font-size: 14px;
    line-height: 25px;

    margin: 5px 0;
  }
  .productSwiper .text a {
    margin-left: 0;
    width: fit-content;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 4%;
    border-radius: 15px;
  }
  .product-button-next,
  .case-button-next,
  .product-button-prev,
  .case-button-prev {
    width: 45px;
    height: 20px;
  }
  .productSwiper .bto,
  .caseSwiper .bto {
    height: auto;
    margin-top: 15px;
  }
  .about-con .text {
    font-size: 14px;
    line-height: 30px;
  }
  .about-con .bg {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .about-con .lt a {
    width: 25px;
    height: 25px;
  }
  .about-con .lt {
    margin-bottom: 10px;
  }
  .about-con li {
    width: 80px;
    height: 80px;
  }
  .about-con li span {
    font-size: 12px;
  }
  .caseSwiper img {
    height: auto;
  }
  .caseSwiper .name {
    height: 30px;
    line-height: 30px;
    padding: 5%;
    font-size: 14px;
  }
  .caseSwiper .name::after {
    width: 15px;
    height: 15px;
  }
  .solution {
    padding: 20px 0;
  }
  .solutionSwiper img {
    width: 25px;
    margin-right: 10px;
  }
  .solutionSwiper span,
  .solution .common-title h2,
  .solutionSwiper2 .text h6 {
    font-size: 16px;
  }
  .solutionSwiper2 .text .ls {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  .solution-con .top {
    height: 40px;
  }
  .solutionSwiper2 .img {
    width: 100%;
  }
  .solutionSwiper2 {
    height: auto;
    margin-top: 20px;
  }
  .solution-button-next {
    left: 4%;
    top: 60%;
    width: 45px;
    height: 20px;
  }
  .solution-button-prev {
    width: 45px;
    height: 20px;
    left: 20%;
    top: 60%;
  }
  .solutionSwiper2 .text .nr span,
  .solutionSwiper2 .text .nr i {
    font-size: 35px;
  }
  .homebg img {
    display: none;
  }
  .explore .lt {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: inline-block;
  }
  .explore .lt h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .explore .lt h4 {
    font-size: 16px;
    line-height: 25px;
  }
  .explore .lt a {
    width: fit-content;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 3%;
    font-size: 14px;
    margin: 25px 0;
  }
  .explore .lt a::after {
    width: 25px;
    height: 15px;
    margin-left: 10px;
    background-size: contain;
  }
  .explore li p {
    font-size: 14px;
  }
  .explore li {
    width: calc((100% - 20px) / 2);
  }
  .explore li .ls {
    font-size: 14px;
    line-height: 30px;
  }
  .explore li img {
    height: auto;
    margin: 10px 0 5px 0;
  }
  .contact-con li img {
    width: 30px;
    height: 30px;
  }
  .contact-con li {
    margin-bottom: 20px;
  }
  .contact-con li p,
  .contact-con li .ls {
    font-size: 16px;
  }
  .contact-con li p {
    margin: 10px 0 4px 0;
  }
  .contact-con {
    margin-top: 20px;
    border-top: 4px solid #e61010;
    padding-top: 5%;
  }
  .contact-con .navigation {
    width: fit-content;
    height: 30px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 15px 0;
    padding: 0 15px;
  }
  .footer .rt ul li {
    display: none;
  }
  .footer .rt ul li:nth-child(3),
  .footer .rt ul li:nth-child(4) {
    display: flex;
  }
  .footer .lt .logo {
    height: 50px;
  }
  .footer .lt .logo img {
    object-fit: contain;
  }
  .footer .rt li p {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .footer .rt li .qr {
    width: 100px;
    height: 100px;
    margin-top: 4px;
  }
  .footer .lt .ls {
    width: 100%;
    font-size: 14px;
    line-height: 30px;

    margin-top: 15px;
  }
  .footer .heat img {
    width: 25px;
    height: 25px;

    margin-right: 10px;
  }
  .footer .heat span {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .heat h4 {
    font-size: 16px;
  }
  .footer .bto {
    font-size: 14px;
    line-height: 25px;
    padding: 2%;
  }
  .footer .heat {
    position: static;
  }
  .footer .lt {
    width: 100%;
    margin-right: 0;
  }
  .footer .top {
    flex-wrap: wrap;
    padding: 5% 0 2% 0;
  }
  .footer .rt {
    margin-top: 2%;
  }
  .footer .rt ul {
    justify-content: space-around;
  }
  .footer .rt li p::before {
    width: 50px;
    height: 2px;
  }
  .commonCase li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .commonCase li .name {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 3px;

    padding-left: 20px;
  }
  .commonCase li img {
    height: auto;
  }
  .navigation li img {
    width: 20px;
    margin-bottom: 5px;
  }
  .navigation li span {
    font-size: 16px;
  }
  .navigation {
    height: auto;
    padding: 2% 0;
  }
  .navigation ul li {
    margin-bottom: 10px;
  }
  .navigation ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .condition li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .condition li:nth-child(3n) {
    margin-right: 10px;
  }
  .condition li:nth-child(2n) {
    margin-right: 0;
  }

  .condition li .name {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .condition li img {
    height: auto;
  }
  .product-con li {
    height: auto;
    padding: 2%;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .product-con li h6,
  .productDetails .top .text h6 {
    font-size: 16px;
  }
  .product-con li .ls {
    font-size: 14px;
    line-height: 30px;

    margin: 15px 0;
  }
  .product-con li img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product-con li .more {
    width: fit-content;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 2%;
  }
  .insolution li h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .insolution li .ls {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
  .insolution li {
    height: auto;
    background-color: #f3f3f3;
    margin-bottom: 10px;
  }
  .insolution li:nth-child(2n) .text {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
  .insolution li .text {
    width: 100%;
    padding: 2%;
  }
  .insolution li img {
    width: 100%;
  }
  .insolution li:nth-child(2n) img {
    position: static;
  }
  .productDetails .top {
    flex-wrap: wrap;
    height: auto;
  }
  .productDetailsSwiper {
    width: 100%;
  }
  .productDetails-next {
    top: 35%;
    left: -2%;
    width: 35px;
    height: 35px;
  }
  .productDetails .top .text .ls {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
  }
  .productDetails .outside a {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .productDetails .top .more {
    width: fit-content;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 20px;
  }
  .productDetails .text {
    padding: 2%;
  }
  .productDetails-tl {
    height: 30px;
    margin: 10px 0;
  }
  .productDetails-tl span {
    font-size: 16px;
    padding: 0 15px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  table td,
  table td tr {
    height: 30px !important;
    font-size: 14px !important;
  }
  .feature {
    font-size: 14px;
    line-height: 30px;
  }
  .developmentSwiper {
    height: 500px;
  }
  .developmentSwiper .time {
    font-size: 18px;
  }
  .developmentSwiper .ls {
    font-size: 16px;
    line-height: 25px;
  }
  .aboutUs .top .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1;
  }
  .aboutUs .top .br {
    width: 15%;
    height: 4px;
    margin: 15px 0;
  }
  .aboutUs .top .bg {
    height: auto;
    border-radius: 15px;
  }
  .serviceProcess {
    display: none;
  }
  .enterprise li .text img {
    width: 20px;
    margin-bottom: 10px;
  }
  .enterprise li .text p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .enterprise li .text .ls {
    font-size: 14px;
    line-height: 25px;
  }
  .enterprise li {
    width: calc((100% - 10px) / 2);
    height: auto;
    margin-bottom: 10px;
  }
  .honor .top li,
  .honor .bto li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .honor .name {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1;
  }
  .honor .top li .img,
  .honor .bto li .img {
    height: auto;
  }
  .caseDetails .top {
    height: auto;
    padding: 0 2%;
  }
  .caseDs-next {
    left: 0;
    width: 30px;
    height: 30px;
  }
  .caseDs-prev {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .caseIntroduction .text h6 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1;
    margin-bottom: 4px;
  }
  .caseIntroduction .text .ls {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1;
  }
  .caseIntroduction .text a {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }
  .commonCase .recommendedItem li {
    width: 250px;
  }
}

@media screen and (max-width: 420px) {
  .mobile-inner-header .logo {
    width: 60%;
  }
  .mobile-inner-header img {
    width: 90%;
  }
  .number .flex-btn,
  .explore .rt .flex-btn {
    flex-wrap: wrap;
  }
  .explore li {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-con li {
    margin-bottom: 20px;
  }
  .newsDetail .ls {
    font-size: 14px;
    line-height: 30px;
  }
  .newsDetail .title .time {
    padding: 10px 0;
  }
  .navigation ul li {
    width: calc(100% / 3);
    margin-right: 0;
  }
  .navigation.productCenters li {
    width: calc(100% / 3);
  }
  .productDetails-next {
    top: 23%;
  }
  .honor .top li,
  .honor .bto li {
    width: calc((100% - 10px) / 2);
  }
  .honor .top li:nth-child(3n),
  .honor .bto li:nth-child(3n) {
    margin-right: 10px;
  }
  .honor .top li:nth-child(2n),
  .honor .bto li:nth-child(2n) {
    margin-right: 0;
  }
.number li:nth-child(5){
  display: none;
}

}

@media screen and (max-width: 375px) {
  .number li {
    flex-grow: 1;
    flex-basis: 150px;
    margin-bottom: 20px;
  }
  .common-about .bto .img img {
    flex-grow: 1;
    flex-basis: 120px;
  }
  .classification-con ul li,
  .commonCase li,
  .condition li,
  .condition li:nth-child(3n) {
    margin-right: 0;
  }

  .number li p {
    text-align: center;
  }
  .number li em {
    width: 100%;
    text-align: center;
  }
  .about-con .bto .flex-btn {
    justify-content: flex-start;
  }
  #map {
    height: 150px;
  }
  .commonCase li,
  .condition li {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
}
