/** <script src="/wcm.files/styles/aido_index.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
  var navStr = navigator.userAgent.toLowerCase();
  if(navStr.indexOf("msie 10.0")!==-1||navStr.indexOf("rv:11.0")!==-1){ // 判断是IE10或者IE11
    $(function () {
     grayscale($('.header_right,.nav,.rfmfoot,.column3'));

    })
  }
</script>
<script>
 window.onload=function(){
      grayscale(document.body)
  }
</script>*/
/*<style>
 html{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter:grayscale(1);
 }
</style>*/
/**置灰样式**/
/* 
<style>
  html{width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);}
  body{
   filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); 
    filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
    filter:gray; 
    -webkit-filter: grayscale(1); 
  }
</style>
*/

/**20230301添加lianghui图片图片**/
/*body{
        
        background-image: url(../images/lhsc_bj.jpg);
        background-position: center -35px;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 100%;   
        z-index: 0;
      }
      
      .fireman930-box-bg-in {
        background-color: #FFF;
        margin-top: 31% !important;
        width: 85%;
        margin: 0 auto;
      }
      
      @media only screen and (max-width: 640px) {
      
      .fireman930-box-bg-in {
        margin-top: 0 !important;
        width: auto;
      }
      }
.top_ph{
display:none !important;
}*/

/**20200624添加端午图片**/
/*body{
        
        background-image: url(../images/dw-img.png);
        background-position: center -35px;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 100%;   
        z-index: 0;
      }
      
      .fireman930-box-bg-in {
        background-color: #FFF;
        margin-top: 40% !important;
        width: 85%;
        margin: 0 auto;
      }
      
      @media only screen and (max-width: 640px) {
      
      .fireman930-box-bg-in {
        margin-top: 0 !important;
        width: auto;
      }
      }

*/
/**20200630添加lianghui图片图片
body{
        
        background-image: url(../images/img-jjj.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 100%;   
        z-index: 0;
      }
      
      .fireman930-box-bg-in {
        background-color: #FFF;
        margin-top: 12% !important;
        width: 85%;
        margin: 0 auto;
      }
      
      @media only screen and (max-width: 640px) {
      
      .fireman930-box-bg-in {
        margin-top: 217px !important;
        width: auto;
      }
      }
**/
/**20201001国庆飘红*/
/*body{
        
        background:#f6f3ee url(../images/xygq.jpg) no-repeat top center;
        width: 100%;
        background-size: 100%;   
        z-index: 0;
      }
      
      .fireman930-box-bg-in {
        background-color: #FFF;
        margin-top: 514px !important;
        width: 85%;
        margin: 0 auto;
      }
  .top_ph{
display:none;
} 
      @media only screen and (max-width: 640px) {
      
      .fireman930-box-bg-in {
        margin-top: 0 !important;
        width: auto;
      }
      }
*/
/* 2021年两会飘红 */
/*body{
        
        background-image: url(../images/2021lh.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 100%;   
        z-index: 0;
      }
      
      .fireman930-box-bg-in {
        background-color: #FFF;
        margin-top: 17% !important;
        width: 85%;
        margin: 0 auto;
      }
      
      @media only screen and (max-width: 640px) {
      
      .fireman930-box-bg-in {
       /* margin-top: 0 !important;
        width: auto;
      }
  }
*/
/*2021年建党100周年飘红*/
/*body{
      background: url(/wcm.files/images/xygq.jpg) center top no-repeat;
        width: 100%;
        background-size: 100%;   
        z-index: 0;      
     }
      
      .fireman930-box-bg-in {
        margin-top:27.5% !important;
        margin: 0 auto;
      }
      
      @media only screen and (max-width: 640px) {
      
      .fireman930-box-bg-in {
        margin-top: 0 !important;
          width: auto;
       }
      }*/
/*网站置灰*/
/*html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
}*/
