@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
  .navigation span,
  .navigation a {
    font-size: 14px;
  }
  .navigation {
    padding: 15px 0;
  }
}

@media screen and (max-width: 1200px) {
  .newsDetail .title h6 {
    font-size: 18px;

    padding: 15px 0;
  }
  .newsDetail .title .time {
    padding: 10px 0;
  }
  .newsDetail .ls {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 768px) {
  .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-title h2 {
    font-size: 16px;
  }
  .common-title h4 {
    font-size: 14px;
    margin: 10px 0;
  }
  .common-card {
    width: 100%;
    padding: 0 2%;
  }
  .aboutNote-con .top {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .aboutNote-con .top .text {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 30px;
    margin-right: 0;
  }
  .aboutNote-con .number span {
    font-size: 20px;
  }
  .aboutNote-con .number h6 {
    font-size: 16px;
  }
  .aboutNote-con .number ul li {
    border-right: 2px solid #dcdcdc;
    margin: 0 20px 20px 0;
    flex-basis: 180px;
  }
  .aboutNote-con .number ul li em {
    right: -2px;
    width: 2px;
    height: 30px;
  }
  .aboutNote-con .number {
    margin: 10px 0;
  }
  .aboutNote-con .bto img {
    width: 90px;
    height: auto;
    margin: 0 10px 10px 0;
  }
  .common-more {
    width: auto;
    height: 25px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 25px;
    padding: 0 15px;
  }
  .aboutNote-con .bto.flex-l {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .common-products .img {
    width: 100%;
    height: 300px;
    padding: 15px;
  }
  .common-products .name {
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    padding-left: 20px;
  }
  .common-products .name::before {
    width: 15px;
    height: 15px;
  }
  .industry-con ul li {
    width: 30%;
    height: 350px;
  }
  .industry-con ul .active {
    width: 60%;
  }
  .industry-con .text p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .industry-con ul .active .text {
    height: auto;
    padding: 15px 10px;
  }
  .industry-con .text .ls {
    font-size: 12px;
    line-height: 20px;
  }
  .presaleSwiper .left h2 {
    font-size: 16px;
  }
  .presaleSwiper .left h4 {
    font-size: 14px;
    margin-top: 10px;
  }
  .presaleSwiper .left .ls {
    font-size: 13px;
    line-height: 25px;
    margin: 5px 0 10px 0;
  }
  .presaleSwiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .presaleSwiper .swiper-slide,
  .explore .common-card,
  .footer .top,
  .footer ul {
    flex-wrap: wrap;
  }
  .presale .presale-button-next,
  .presale .presale-button-prev {
    width: 20px;
    height: 20px;
  }
  .certificate {
    display: none;
  }
  .explore .left {
    width: 100%;
  }
  .explore .left h2 {
    font-size: 18px;
  }
  .explore .left h4 {
    font-size: 16px;
    margin: 10px 0;
  }
  .explore .left a {
    width: auto;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 40px 0 10px;
  }
  .explore .left a::before {
    width: 25px;
    height: 12px;
    right: 10px;
  }
  .explore ul p {
    font-size: 14px;
  }
  .explore ul img {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .explore .rt ul li:first-child {
    margin-right: 10px;
  }
  .explore ul .ls {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .top .logo,
  .contactUs .top .item .logo {
    width: 220px;
    height: 60px;
  }
  .footer .top .logo img,
  .contactUs .top .item .logo img {
    object-fit: contain;
  }
  .footer .top .left h2 {
    font-size: 16px;
    letter-spacing: 5px;

    margin-top: 10px;
  }
  .footer .top .left h4 {
    font-size: 14px;

    margin: 10px 0 20px 0;
  }
  .footer .relation,
  .footer ul li:first-child {
    display: none;
  }
  .footer ul p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .footer ul a,
  .footer ul span {
    font-size: 14px;
    line-height: 25px;
  }
  .footer ul .qr img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  .footer ul .qr i {
    font-size: 14px;
  }
  .footer .top .left,
  .productDetails .top .left {
    width: 100%;
  }
  .footer .bottom {
    line-height: 20px;
    padding: 10px 0;
  }
  .productDetails .top {
    flex-wrap: wrap;
    padding: 20px;
  }
  .productDetails .top .text h6,
  .contactUs .top .item h6 {
    font-size: 16px;
    margin-top: 5px;
  }
  .productDetails .top .text h5 {
    font-size: 14px;
    margin: 10px 0;
  }
  .productDetails .top img {
    width: auto;
  }
  .productDetails .top .bto .item {
    width: auto;
    height: 120px;
    border-bottom: 2px solid #5cb531;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
  .detailsTitle {
    height: 35px;
    margin: 10px 0;
  }
  .detailsTitle span {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    padding: 0 15px;
  }
  .technical,
  .contactUs .top .item .ls {
    font-size: 14px;
    line-height: 30px;
  }
  .accessoriesItem li {
    width: 150px;
    height: 120px;
  }
  .accessoriesItem li img {
    width: 100%;
  }
  .insideProducts ul li,
  .insideProducts ul li:nth-child(4n) {
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 210px;
  }
  .insideProducts ul li:nth-child(3n) {
    margin-right: 0;
  }
  .enterprise {
    display: none;
  }
  #map,
  #map2 {
    width: 100%;
    height: 160px;
    margin-top: 10px;
  }
  .contactUs .top .item {
    margin-bottom: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }
  .contactUs .top .item .logo {
    margin-bottom: 10px;
  }
  .contact-con h6 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .contact-con .form input[type='text'] {
    width: 100%;
    height: 30px;
    line-height: 30px;

    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .contact-con .form .item {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .contact-con .form textarea {
    height: 120px;

    font-size: 14px;
    padding: 15px 0 0 10px;
  }
  .contact-con .form input[type='submit'] {
    width: 60%;
    height: 35px;
    line-height: 35px;

    font-size: 16px;

    margin-top: 10px;
  }
  .qualification-con ul li {
    width: 100%;
    height: auto;
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 150px;
  }
  .news-con ul li {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px;
  }
  .news-con ul .top h6 {
    font-size: 15px;
  }
  .news-con ul .ls {
    font-size: 13px;
    line-height: 28px;
  }
  .news-con ul .top .time i {
    font-size: 16px;
  }
  .news-con ul .top .time span {
    font-size: 13px;
  }
  .news-con .top {
    margin-bottom: 10px;
  }
  .insideIndustry ul li {
    width: 100%;
    height: auto;
    margin: 0 10px 10px 0;
    flex-grow: 1;
    flex-basis: 210px;
  }
  .insideIndustry ul .text {
    height: auto;
  }
  .insideIndustry ul .text h6 {
    font-size: 14px;
  }
  .insideIndustry ul .text .ls {
    font-size: 12px;
    line-height: 25px;
    margin-top: 5px;
  }

.insideProducts .nav a {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
flex: 1;
        flex-basis: 120px;
        margin-bottom: 10px;
}
.insideProducts .nav {
    margin-top: 10px;
    flex-wrap: wrap;
}
    .insideProducts .nav a:nth-child(3n){
margin-right: 0;
 }
.Product-button-next,
  .Product-button-prev {
    width: 25px;
    height: 25px;
  }
  .ProductSwiper .text .number {
    font-size: 18px;
  }
  .ProductSwiper .text a {
    font-size: 16px;

    line-height: 25px;
  }
  .ProductSwiper .text em {
    width: 2px;
    height: 35px;

    margin: 10px 0;
  }
  .ProductSwiper .text .sign {
    width: auto;
    height: 25px;
    padding: 0 40px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
  }


}

@media screen and (max-width: 420px) {
.ptf a {
    width: auto;
    padding: 0 20px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}


  .mobile-inner-header .logo {
    width: 60%;
  }
  .mobile-inner-header img {
    width: 90%;
  }
  .insideProducts .nav a:nth-child(3n){
margin-right: 10px;
 }
   //.insideProducts .nav a:nth-child(2n){
//margin-right: 0;
// }
  .aboutNote-con .number ul li {
    flex-basis: 120px;
  }
  .aboutNote-con .bto img:nth-child(4n) {
    margin-right: 0;
  }
  .aboutNote-con .number ul li:nth-child(2n),
  .insideProducts ul li,
  .insideProducts ul li:nth-child(4n),
  .insideProducts ul li:nth-child(3n),
  .qualification-con ul li:nth-child(2n),
  .insideIndustry ul li {
    margin-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .aboutNote-con .bto.flex-l {
    justify-content: center;
  }
  .bannernum {
    left: 50%;
  }
}

@media screen and (max-width: 360px) {
  .qualification-con ul li {
    margin-right: 0;
  }
}
