@charset "UTF-8";
/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/


/*小屏开始*/
@media only screen and (max-width: 768px) {

  #w_fimg-1580969134094,#w_fimg-1580969134079,#w_fimg-1580969134086,#w_fimg-1580969134101
  {
    margin-top:7% !Important;
  }
  #w_grid-1580970782587{
     width: 90% !important;
  }
  .d_CommonInteractionA,.d_CommonInteractionB{
     display:none;
  }
  #c_portalResProduct_list-15838111953115236 .swiper-container{
     margin:0px auto !important;
    width:90% !important;
    
  }
  #w_common_text-1586272852854 span{
    font-size:24px !Important;
  }
  #w_common_text-1586272929147 span{
    font-size:20px !Important;
  }
  #w_grid-1586268148405,#w_grid-1586271415646,#w_grid-1586271486215{
    width:90% !Important;
    margin:auto !Important;
  }
  #content_box-1586268255031-0,#content_box-1586271415646-0,#content_box-1586271486231-0{
    display:none !Important;
  }
  #w_common_text-1586268302485 span,#w_common_text-1586271415687 span,#w_common_text-1586271486254 span{
    font-size:20px !important;
  }
  #w_common_text-1586268383120 span,#w_common_text-1586271415709 span,#w_common_text-1586271486268 span{
    font-size:13px !important;
  }
  
  #w_fimg-1586270830381,#w_fimg-1586271486245{
    margin-top:15px !Important;
    margin-bottom:15px !Important;
  }
  #w_fimg-1586271415662{
    display:none;
  }
  #content_box-1583405378080-2{
    display:none;
   }
  .txt_banner_in{
         font-size: 22px;
    padding-top: 8%;
  }
  .in_about_in .en_font{
    display:none;
  }
  #content_box-1564386077247-0,.c_portalResBreadcrumb_nav-01001{
    display:none;
  }
.c_portalResIntro_category-01001 .NavList_a1{
    border:none !Important;
  }
  #w_grid-1572343788281,#w_grid-1583221484812,#w_grid-1584627746528,#content_box-1583223642169-0{
    width:90% !Important;
    margin:auto !Important;
    float:none;
  }
  #w_fimg-1583222696111{
    display:none;
  }
  #w_common_text-1572346894186 p{
    text-align:left !important;
  }
  #w_grid-1572343788281> div > .p_gridbox > .p_gridCell:nth-child(2n+0){
     padding:0px !important;
  }
  #w_common_text-1583225729446 span{
     font-size:22px !Important;
  }
  #w_common_text-1583226003268 span{
     font-size:16px !Important;
  }
  #w_fimgbox-1583221224668 img{
     height:190px !Important;
   
  }
  #w_fbtn-1584627942502{
     max-width:180px !Important;
     height:42px !Important;
  }
  #w_fbtn-1584627942502 .p_CommonBtn .font{
    font-size:16px !Important;
  }
  #w_common_text-1583226455278{
     padding:15px 0px;
  }
  #w_common_text-1583226455278 span{
    font-size:18px !Important;
  }
  #c_portalResPublic_codeContainer-15832217867309991 .about_li{
    font-size:14px !important;
  }
  #w_grid-1572342688688{
    display:block !important;
  }
  .c_portalResNews_list-01001002 .newLi {

    padding: 0 20px;
}
  #w_grid-1583377103413,#w_grid-1583336221685
  {
    width:90% !Important;
  }
  
  #c_portalResProduct_category-15833780484025733 .moveBtn,#c_portalResProduct_category-1583379706253 .moveBtn{
      background-color: #005fd5;
    border: 1px solid #005fd5;
  }
  .c_portalResProduct_detail-03001 .p_imagesA .p_images{
   
    height: 460px !important;
  }
  .c_portalResProduct_detail-03001 .p_PriceBox,.c_portalResProduct_detail-03001 .d_BaseInfoBox,.c_portalResProduct_detail-03001 .d_NumBox,.c_portalResProduct_detail-03001 .d_SortName,.c_portalResProduct_detail-03001 .d_NumberBox,.c_portalResProduct_detail-03001 .p_interaction,#c_portalResProduct_detail-15833799676870538 .d_DecTab{
    display:none;
    
  }
  .c_portalResProduct_detail-03001 .p_content{
    border:none !Important;
    padding:0px !Important;
  }
  .d_summary{
     line-height:28px;
  }
  .c_portalResProduct_detail-03001 .d_ProName .h2{
    margin-top:15px;
    font-size:24px;
  }
  #c_portalResProduct_detail-15833799676870538 .p_ProductDetail{
    padding:10px;
  }
  #c_portalResNews_category-1567051843595 .NavList_a1,#c_portalResNews_category-1583336221720 .NavList_a1{
     border:none;
  }
  .p_DepicNameB{
    display:none;
  }

}

 /*大屏开始*/ 
@media only screen and (min-width: 769px){

}
 /*大屏结束*/ 


/*中屏开始*/
@media only screen and (max-width: 1024px) and (min-width: 769px){


}
/*中屏结束*/


 /*小小屏幕 开始*/ 
@media only screen and (max-width: 414px){
 
  
}
 /*小小屏幕 结束*/

