<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

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


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

  #w_grid-1573284882900&gt; div &gt; .p_gridbox &gt; .p_gridCell:nth-child(3n+1),
  #w_grid-1574844742088&gt; div &gt; .p_gridbox &gt; .p_gridCell:nth-child(3n+1){
      width: 57%;}
  
  #w_grid-1573285734834&gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.w_fimg-000:nth-child(1) img {
    transform: scale(1);
}
  
  #w_grid-1574646016658 &gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.reset_style:nth-child(1) span,
#w_grid-1574660072971&gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.reset_style:nth-child(1) span,
  #w_grid-1584775767880&gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.reset_style:nth-child(1) span,
  #w_common_text-1579158143123 p span{ font-size: 26px !important;}
  
  #w_common_text-1574646092757{    margin-top: 0px;}
  
  #w_fimg-1574651579742,#w_common_text-1574663059588,
  #w_common_text-1579158143113,#content_box-1584775806926-0{display:none;}
  
  .c_portalResProduct_list-01001015 .p_products .p_Product .wenzi .titleBox{
  height: 28px;}
  
  #w_fbtn-1581572392140{    margin-top: 15px;}
  #w_grid-1579158143100{    margin-top: 20px;}
  #w_common_text-1579158143123{    margin-bottom: 26px;}
  #w_grid-1574660072971,#w_grid-1584775767880{    margin-bottom: 15px;}
  

  
  
  
  
  #w_grid-1564468979793,#w_grid-1585128414276,
  #w_grid-1564534051139,#w_grid-1564535420250,
  #content_box-1564476740489-0,#w_grid-1564477596926{margin-top: 70px;}
  
  .tNavH{     height: 60px !important;
    line-height: 60px !important;}
  
  
  
  #content_box-1585124511126-1,
  #content_box-1584786731908-0,
  #content_box-1585128414316-1,.stylebox_top{display:none;}
  
  #w_grid-1564468979793 &gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.w_grid-000:nth-child(2),
  #w_grid-1585128414276 &gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.w_grid-000:nth-child(2),
  #w_grid-1564534051139 &gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.w_grid-000:nth-child(2),
  #w_grid-1564476740489 &gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.w_grid-000:nth-child(2),
  #w_grid-1564477596926 &gt; div &gt; .p_gridbox &gt; .p_gridCell&gt;.w_grid-000:nth-child(2){
    /* min-height: 10px; */
    }
  
  #c_portalResIntro_detail-15644705642446401{    margin-top: 0;}
  #w_grid-1564470407235{ margin-top: 0;}
  .c_portalResMessage_form-01001 .p_image { top: 3px;}
  #w_common_text-1585128666602{ margin-top: 0;}
  
  #w_common_text-1585128471970 p span,
  #w_common_text-1585129672455 p span{ font-size: 30px;}
  #w_grid-1585128414326{margin-top: 30px;}
  #w_grid-1564534051139{/* min-height: 152px; */}
  #w_grid-1564534051189{    margin-top: 0;}
  #w_grid-1579512267976{    min-height: 55px;}
  #c_portalResProduct_category-15847863781217127 {width: 100%;}
  .c_portalResProduct_category-01001004 .p_image{    display: none;}
  .c_portalResProduct_list-01001014 .titleBox{    color: #4e4e4e;    font-size: 15px;}
  
  #content_box-1580635961601-1 .p_image&gt;img {
    width: 100% !important; height: auto !important;}
  
  #w_grid-1564535420300{    margin-top: 0;}
  
  .p_categoryBox .p_image{    display: none;}
  
  .c_portalResProduct_detail-01001003 .p_imagesA .p_images {
    width: inherit !important;  height: 300px !important;}
  
.c_portalResNews_list-01001007 .p_assist {
    margin: 0 0 10px 0; float: left;}
  .c_portalResNews_list-01001007 .p_TitleBox {
    max-width: 100%; padding: 10px 0;}
  

  
  
  #w_grid-1564476740529&gt; div &gt; .p_gridbox &gt; .p_gridCell,
  #w_grid-1564477596966&gt; div &gt; .p_gridbox &gt; .p_gridCell,
  #w_grid-1564477596976{margin-top: 0;}
  
  #content_box-1585127161080-1,
  .c_portalResNews_detail-01001 .p_imgsBox{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){
 
  
}
 /*小小屏幕 结束*/

</pre></body></html>