﻿
.headerTop{position:fixed;top:0;width:100%;left:0;z-index:100;box-shadow:0 3px 5px rgba(0,0,0,0.3);_background-image:url(about:blank);_background-attachment:fixed;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));background:#fff;}

/* header--------------------------------------------------------------*/
.headerMain{margin:0 auto;position:relative;height:60px;width:1000px}
.logo{position:absolute;left:0;top:10px;display:block;width:150px;height:40px;overflow:hidden;background:url(/Content/Areas/Hospitals/images/icons.png) no-repeat;text-indent:9999px}
.logoRight{display:inline-block;position:absolute;right:0;top:14px;width:auto}
.icon_wb,.icon_wx{display:inline-block;width:36px;height:35px;background:url(/Content/Areas/Hospitals/images/icons.png);margin-left:10px;position:relative}
.icon_wb{background-position:0 -60px}
.icon_wx{background-position:-110px -60px}
.icon_wb:hover{background-position:-60px -60px}
.icon_wx:hover{background-position:-170px -60px}
.icon_wb img,.icon_wx img{display:none;position:absolute;left:-22px;top:35px;z-index:10000; width:120px; height:auto}
/* header--------------------------------------------------------------*/
.gs_name{float: left; margin-left: 154px; font-size: 16px; font-family: "微软雅黑"; margin-top: 28px; color: #557cb7;}

@media only screen and (max-width: 768px){
	div.headerMain{width:98%}

}
@media only screen and (min-width: 640px) and (max-width: 768px){

}
@media only screen and (max-width: 640px){
	.gs_name{margin-left: 126px; margin-top: 20px; color: #fff;}
}
@media only screen and (max-width: 420px){
	.gs_name{ display: none; }
}
