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

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


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

  #w_grid-1587440739211> div > .p_gridbox > .p_gridCell:nth-child(3n+1),
  #w_grid-1566292663930> div > .p_gridbox > .p_gridCell:nth-child(3n+1)
  {    width: 100%;  }
  
  #c_portalResnav_main-1587440739916 .navBtn,
  #c_portalResnav_main-15662926708412002 .navBtn{    background: #0063c5;}
  
  #w_grid-1587440739241 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(2) span,
  #w_grid-1587440739291 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(2) span,
  #w_grid-1587440739381 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(2) span{font-size: 26px !important;}
  
  .lantern { margin-left: 20px!important; margin-right: 20px!important;}
  
  .p_CommonSwitchBtnB,.p_CommonSwitchBtnA{    font-size: 20px;}
  #c_portalResProduct_list-1587440739936 .proTitle{    text-align: center;
    font-size: 15px;}
  
  #w_common_text-1587440739791{     padding-left: 20px;   margin-top: 0;    width: 94%;}

  .about-num li h2 { font-family: 'Oswald', sans-serif; font-size: 32px;}
  .about-num{    padding-left: 20px;}
  #w_fbtn-1587440739341{    margin-top: 15px;  margin-left: 20px;}
  
  #c_portalResNews_list-15947202400582623 .content{    padding: 50px 20px 0;}
  #c_portalResNews_list-15947202400582623 .topBox{    height: 230px;} 
  
  #c_portalResNews_list-15947202400582623 .newTitle{width:100%;display: block;} 
  
  #w_fbtn-1594726415784{    margin-top: 0;}
  
  #w_grid-1587440739461> div > .p_gridbox > .p_gridCell:nth-child(2n+1),
  #w_grid-1587440739501> div > .p_gridbox > .p_gridCell:nth-child(2n+0){    margin-top: 0;  margin-bottom: 0;} 
  
  #w_grid-1587440739501,#w_grid-1587440739411 > div > .p_gridbox > .p_gridCell:nth-child(n+1){    margin-top: 10px;}
  
  
  #w_common_text-1587440739886 p span,
  #w_common_text-1566293141829 p span{ font-size: 20px !important; }
  
  
  #w_grid-1587440739281 > div > .p_gridbox {
    background-image: url(/img/abbg.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center;
}
  
  
  /* 内页 */
  
  
  #w_grid-1564456455396{  min-height: 200px; }
  
 .NavList_a1 a:active {  color: #083ea0 !important;}
  
  #content_box-1564534051159-1{display: none;} 
  
  #w_grid-1564534051179> div > .p_gridbox > .p_gridCell{    margin-top: 0;}
  .c_portalResProduct_detail-01001 .p_imagesA .p_images {
    width: 100% !important;
    height: 250px !important;
}
  
  
  #w_fimg-1591319539120,#w_fimg-1591319570627{    min-height: auto;}
  
  #c_portalResBreadcrumb_nav-15956625509972560{    margin-left: 14px;}
  
  #c_portalResBreadcrumb_nav-15956625975882197{    margin-left: 20px;}
  
  
  .c_portalResNews_detail-01001 .p_imgsBox {  width: 100%; display: none;}
  
  #w_fimg-1591326268857,#w_fimg-1595668060130,#w_fimg-1595666495881
  {    min-height: auto; }
  
  #w_grid-1564479620130,#w_grid-1595668060120{    min-height: 165px;}
  
  
  #w_grid-1595668060170> div > .p_gridbox > .p_gridCell,
  #w_grid-1595667312113{    margin-top: 0;}
  
  
  .btlink8{display:none;}
  
  #w_grid-1595667312119 > div > .p_gridbox { padding: 20px 30px !important;}
  
  .yb_conct{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){
 
  
}
 /*小小屏幕 结束*/

