

@media(max-width: 1920px){

}


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

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


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


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

@media(max-width: 992px){
    #footwapmenu .accordion-button,
    #footwapmenu .accordion-item{
       background: rgba(0,0,0,0);
       color:#fff;
       border:none;
       outline: none;
    }
    #footwapmenu .accordion-button::after{
       color:#fff;
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    }
    .accordion-body a{
    	 color:#fff;
    }
    .accordion-button:not(.collapsed){
    	 box-shadow:none;
    }
    .logo-sm-height{
    	 height: 4rem;
    	 filter: brightness(0) invert(1);
    }
    .top-head{
    	display: none;
    }
    .navbar{
    	 padding:1rem;
    	 position: fixed;
    	 top:0;
    	 left:0;
    	 width: 100%;
    	 z-index: 9999999
    }
     .navbar-toggler-icon{
     	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

     }
     .navbar-toggler{
     	 outline: none;
     	 border:none;
     	 --bs-navbar-toggler-icon-bg:none;
     	 border-radius: 0;
     	 color:rgba(255,255,255,0);
     }
     .navbar-expand-lg .navbar-nav{
     	 padding-top: 3rem;
     }
     .navbar-nav .dropdown-menu{
     	 display: block;
     }
     .navbar-expand-lg .navbar-nav .nav-link{
     	 padding:1.5rem 0;
     }
     .dropdown-menu li{
     	 padding-left:1rem;
     }
     .foot-contact{
     	 padding:0 1rem;
     }

     .top-height{
         height:5rem;
     }
     
     .menu3{
          display: block;
          position: relative;
          left:0;
          display: flex;
          width:100%;
          background: rgba(255,255,255,0);
     }
     .menu3 li{
         width:50%;
         text-align: center;
     }
     .menu3 li a{
          color:#fff;
          font-size:1.2rem;
     }
    
}

@media(max-width: 768px){
    .top-head .top-row .top-right{
       display: none;
	}

    .index-pro-title-box2{
         position: relative;
         padding: 5px
    }
    .about-adv-box .about-adv{
        width: 50%;
    }
    .about-adv-box .about-adv .about-adv-list .ico img{
         width: 40px;
         height: 40px;
    }
    .about-adv-box .about-adv .about-adv-list .timer{
         font-size: 3rem;
    }
    .title-line{
         font-size: 2rem;
    }

    .Product-view{
         padding:0;
    }
    .Product-Content .title{
        padding:2rem;
    }


    .tuijian-box{
       padding: 0.5rem;
    }
     .honor-index{
    height:80rem;
   }
   .honorbox-fixed{
    height: 340px;
    top:0;
    position: relative;
    margin-top: 5rem;
   }

   .top-search{
     margin:3rem 0;
     margin-left: 0;
     width: 100%;
   }
   .top-search input{
      width: 100%;
      height: 40px;
      line-height: 40px;
   }

   #Recommend{
     padding-bottom: 3rem;
   }
   .wap-pics{
     padding-bottom:0rem;
   }

   .product-container{
     padding:0;
     margin-top:1rem;
   }
   .product-container .position{
      display: none;
   }

   .swiper-button-prev{
     left:0;
   }
   .swiper-button-next{
     right:0;
   }


   .news-list3 a .bottom{
     height: 10rem;
   }
   .news-list3 a .bottom .text{
     width: 90%;
     top:55%;
   }
   .news-list3 a .bottom .text h2{
     font-size: 1.4rem;
     line-height: 2.4rem;
     height: 4.8rem;
     overflow: hidden;
     margin-top: 0;
   }
   .news-list3 a .bottom .text h3{
      margin-top: 0.5rem;
      font-size: 1.2rem;
   }
   .news-list3 a .bottom .text h4{
     display: none;
   }


   .contact-box{
      padding:1rem;
      border:none;
   }
   .contact-box:hover{
      background:#fff;
      color:#333;

   }

   .Equipment{
     height: 15rem;
   }
   .lh-3{
     line-height: 2rem;
   }
   
   .Product-Content .content{
        padding:0 10px;
   }
   td{
        font-size: 1.2rem;
   }
}

@media(max-width: 414px){
   .nav-tabs .nav-link-tab{
          margin: 0 5px;
          font-size: 1.2rem!important;

   }
}