@charset "utf-8";
body{font-family:"Helvetica Neue",Arial, Helvetica,"Microsoft YaHei UI",'Microsoft YaHei',SimHei,SimSun,sans-serif;padding:0px;margin:0px;color:#767676;background:#efefef}
a:hover{text-decoration:none}

/*查询蒙版区域*/
.MaskArea{background:rgba(0,0,0,0.9);position:absolute;z-index:2008;top:0px;display:none;width:1000px;height:2000px}
/* end 查询蒙版区域*/

/*移动端右侧漂浮窗口区域*/
.RFloatBtnAreaYd{position:fixed;right:0px;width:40px;height:81px;z-index:2001}
.RFloatBtnAreaYd .RBtn1{background:url(../images/BtnEwm.png) no-repeat left top;background-size:40px 40px;display:block;width:40px;height:40px;border-bottom:solid 1px #FFF;cursor:pointer}
.RFloatBtnAreaYd .RBtn2{background:url(../images/BtnTop_Yd.png) no-repeat left top;background-size:40px 40px;display:block;width:40px;height:40px;cursor:pointer}
/* end 移动端右侧漂浮窗口区域*/
          
/*弹出二维码小窗口区域*/
.windEwmArea{position:fixed;z-index:2008;top:500px;width:230px;display:none}  
.windEwmArea span{float:left}
.windEwmArea .closeBtn{display:block;background:url(../images/close.png) no-repeat left top;width:30px;height:30px;cursor:pointer}
/* end 弹出二维码小窗口区域*/

/*---------------body全局控制区域---------------*/
.YdBodyWarp{/*border:solid 1px blue;*/padding:10px}
.YdBodyG1{padding-left:4px;padding-right:4px;padding-top:10px;/*border:solid 1px yellow*/}
 h4{color:#616161} 
/*--------------- end body全局控制区域----tight-----------*/

.YdN2IcoWarp:first-child{padding:0px;padding-right:8px;padding-bottom:16px}
.YdN2IcoWarp:last-child{padding:0px;padding-left:8px}
.YdN2IcoBox{border-radius:16px;padding:26px 10px 16px 10px;box-shadow:0px 0px 4px 0px #d8d8dd;background:#FFFFFF;/*border:solid 2px red*/}



    
 /*超大PC屏幕下的专用样式*/
   @media screen and (min-width:1200px) {	 
       
  }
/*中等PC屏幕下的专用样式---(ipad横板)*/
  @media screen and (min-width:992px) and (max-width: 1199px) {	 
    
  }
  /*PAD屏幕下的专用样式*/
  @media screen and (min-width: 768px) and (max-width:991px){
		
  }
  /*PHONE屏幕下的专用样式*/
    @media screen and (max-width:767px) {
      
  }