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

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

#w_common_text-1610524995391 p { border-bottom: 1px dashed #eee; padding: 10px 0; }
#w_common_text-1654756850326 p { border-bottom: 1px dashed #eee; padding: 5px 0; }
/*小屏开始*/
@media only screen and (max-width: 768px) {
  #w_grid-1652083733712 { margin-bottom: 10px;}
  #w_common_text-1658302435886 {margin-top: 10px;}
  #w_common_text-1652094316457 {margin-top: 10px;}
  #w_common_text-1658304468843 {margin-top: 10px;}
  #w_fimg-1658302998059 {display: none;}  
  #c_portalResProduct_category-16583045888358014 .list {
    width: 50%;    padding: 0 5px;margin-bottom: 10px;
  }
  #c_portalResProduct_category-16583045888358014 .container { padding-left: 5px;
    padding-right: 5px; }
  #c_portalResProduct_category-16583045888358014 .cate1 {font-size: 16px;font-weight: normal;padding-bottom: 0px;}
  #c_portalResProduct_category-16583045888358014 .botLink { font-size: 14px; }
  
  #w_grid-1654828604259,#w_grid-1654828604222,#w_grid-1654828604262 { min-height: 0px;margin-bottom: 0px; }
  #w_grid-1654828604225,#w_grid-1654828604268 { min-height: 0px;margin-bottom: 10px; }
  #w_grid-1654828604228 { min-height: 0px;margin-bottom: 0px; margin-top: 10px; }
  #w_fimgbox-1654832316458,#w_fimgbox-1654843612533 { display: none; }
  #w_common_text-1610524995335 span,#w_common_text-1654853200616 span {    font-size: 24px !important;}
  #w_grid-1654852904447,#w_grid-1654853200611 { margin:0; }
  #w_common_text-1654853200618 span { font-size: 14px; }
  
}

 /*大屏开始*/ 
@media only screen and (min-width: 769px){
  
  .c_portalResnav_main-01001003 .header-nav .nav-item {
position: relative;
}
.c_portalResnav_main-01001003 .header-nav .nav-hides {
width: 150%;left: 0;padding: 0 0;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background: none;
}
.c_portalResnav_main-01001003 .header-nav .hides-a-wrap{ flex: 100%; }
.c_portalResnav_main-01001003 .w1170 {  width: auto;}
.c_portalResnav_main-01001003 .header-nav .nav-hides-title { display: none; }
.c_portalResnav_main-01001003 .header-nav .nav-hides-right { display: none; }
.c_portalResnav_main-01001003 .header-nav .nav-hides-left { flex: 100%; }
.c_portalResnav_main-01001003 .header-nav .hides-a {
height: auto;
  line-height: 1.5;
  display: block;
  padding: 10px 20px;
  text-align: left;
  color: #333;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  margin-bottom: 0;
  background: rgba(255,255,255,1);
}
.c_portalResnav_main-01001003 .header-nav .hides-a::before { display: none; }
.c_portalResnav_main-01001003 .header-nav .hides-a:hover {
background-color: #029849;
  color: #fff;
  transform: translateX(0);
}

}
 /*大屏结束*/ 


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


}
/*中屏结束*/


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

