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

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


/*小屏开始*/
@media only screen and (max-width: 768px) {
  #c_portalResnav_main-16282532927092866 { height: 70px; }
  #w_grid-1628262992958 { display: none; }
  #w_grid-1634278397899 { display: none; }
  #c_portalResnav_main-16371995241375682 { height: 70px; }
  #c_portalResProduct_select-16659696661647317 { padding-top: 0px; padding-bottom: 0px; }
  #w_grid-1628262992973,#w_grid-1634278397909 { display: none; }
  
    .cas1 .ctop .abtn ,.cas1 .ctop .ul1{ width: 100%;float: left; }
  .cas1 .ctop .abtn .el-col { 
    display: inline-block !important;
    margin-bottom: 10px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: calc((100% - 24px)/2) !important;
    font-size: 14px !important ;
    padding-left: 23px !important;
    line-height: 42px !important;
    background: #f5f5f5 url(/img/y_kx1.png) no-repeat 5px !important;
  }
  .cas1 .ctop .ul1 li img {  width: 100%;
 }
  .cas1 .ctop .ul1 li a .txt { width: 100%; }
  .cas1 .ctop .ul1 li a {display: block !important;}
  .cas1 .ctop .ul1 li a .txt .ltt {font-size: 20px; }
  .cas1 .ctop .ul1 li a .txt .len {font-size: 14px;}
  .cas1 .ctop .ul1 li .more {padding: 5px 20px;}
  #c_portalResProduct_detail-16346402272595526 .tabTitleBox.hover { margin-top: 70px; }
  #c_portalResProduct_detail-16346402272595526 table tr:first-child p { font-size: 14px;line-height: 1; }
  #c_portalResProduct_detail-16346402272595526 .description table td p {font-size: 12px;line-height: 1.4;}
  #c_portalResProduct_detail-16346402272595526 .description table td { padding: 8px 2px; }
  #c_portalResProduct_detail-16346402272595526 .description p {line-height: 1.8;
    margin-bottom: 5px;font-size: 14px;}
  #c_portalResProduct_detail-16346402272595526 .description h6 { margin: 10px 0px 5px;    font-size: 16px; }
  #w_common_text-1634553302267,#w_common_text-1634558088201 { padding-left: 15px;
    padding-right: 15px; }
  #w_common_text-1637215907209 span { font-size: 20px;  }
  #w_common_text-1637216495886 h6 span,#w_common_text-1637215907250 h6 span,#w_common_text-1637216499782 h6 span{font-size: 16px;}
  #w_grid-1641527351349 > div > .p_gridbox { display: inline-block; }
  #w_grid-1641527351349 #content_box-1641527351349-0 { width: 40%; }
  #w_grid-1641527351349 #content_box-1641527351349-1 { width: 60%; }
  #w_grid-1637215907211 > div > .p_gridbox { padding:20px 10px; }
}

 /*大屏开始*/ 
@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){
 
  
}
 /*小小屏幕 结束*/

