
.head_r{ height:100% !important; position:absolute; right:0;background:url(../images/index_02.jpg) repeat-y left top;}	
.head_r i{ width:1px; height:100%; display:inline-block; margin:0;vertical-align:middle;}		
.head_r span{display:inline-block;vertical-align:middle; margin-left:-5px;}			
.head_r .lg{display:inline-block;vertical-align:middle; padding:0; text-align:right;}				
.head_r .lg a{ width:30px; height:30px; display:inline-block; color:#fff; text-transform:uppercase; line-height:30px; text-align:center; background:#bf613f; margin-left:10px;}	
.head_r .lg a:last-child{ background:#bb3239;}	
@media (max-width: 1200px){
   .head_r span{ width:67%; margin-left:0;}
   .head_r span img{ width:100%;}
   .head_r .lg a{ margin-left:2px;}
}
@media (max-width: 991px){
   .head_r span{ display:none}
   .head_r .lg a{ width:25px; height:25px; line-height:25px; margin-left:1px;}
}
/*手机站头部样式	*/
.header_wap{ }
.header_wap .logo{ width:auto; height:40px; float:left; margin:10px 0;}
.header_wap .logo img{ width:auto; height:100%;}
.header_wap .menu{
	width:44px;
	position: absolute;
    top:0px;
    right: 0px;}
.header_wap .ion-ios-navicon {
  height: 4px;
  width: 35px;
  background: #f79d3c;
  position: relative;
  left:0px;
  top:17px;
  cursor:pointer;
  display: inline-block
}
.header_wap .ion-ios-navicon:after,
.header_wap .ion-ios-navicon:before {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  background: inherit
}
.header_wap .ion-ios-navicon:before { left:0; bottom: 18px}
.header_wap .ion-ios-navicon:after { left:0; bottom: 9px}
#menu #lg{ width:100%;float:left; padding-right:15px; padding-bottom:10px; text-align:right;}
#menu #lg a{ width:25px; height:25px; display:inline-block; color:#fff; text-transform:uppercase; line-height:25px; text-align:center; background:#bf613f; margin-left:4px;}	
#menu #lg a:last-child{ background:#bb3239;}


@media (min-width: 992px){
.header_wap .menu{
	width:44px;
	position: absolute;
    top:44px;
    right: 0px;}
}