/*------------------------Í·²¿---------------*/
/*header */
.headerTop_out{ width:100%; background:#f3f3f3;}
.headerTop{width:1000px; height:24px; line-height:24px; margin:0 auto; overflow:hidden;  background:#f3f3f3;}
.topLeft{width:318px; float:left;}
.topLeft ul li{float:left; text-align:center;}
.topLeft ul li a{display:block; color:#00968e; padding:0 7px;}
.topLeft ul li a:hover{color:#FFF; background:#00968e;}
.topLeft ul .home_Li a{}
.topRight{float:right;color:#00968e;}
.topRight a{padding:0 5px; color:#00968e;}
.topRight a:hover{ color:#a99729;}

.headerMain{ width:1000px;/* height:88px;*/margin:3px auto 0px; overflow:hidden;}
.logo{float:left;}
/*.logo img{ height:88px;}*/
.logo_r{float:right; width:450px; padding:7px 5px 10px 20px;}
.logo_r_top{padding: 0 198px 2px 5px;}

.all{height: 33px;margin: 0 0 5px;overflow: hidden;}
.all li {float: left;line-height: 33px;}
.all li a {color: #333333;}
.all li a:hover{ color:#00968e}
.all li a.seach_on {background:url(/Content/Areas/Hospitals/images/topnow.jpg) no-repeat 0px 6px;color: #333333;display: inline-block;height: 33px;text-align: center;width: 44px;}
.all span {color: #333333;line-height: 29px;padding: 0 8px;}
.logo_r_top,.logo_r_bottom{ float:right;}
.logo_r_bottom form{ float:left;}
.weather{float:right; text-align:right; margin:0 0 0 10px;}
.weather_con{ width:125px;overflow:hidden}
.searchTxt{ width:340px; height:26px; line-height:26px; background:#fff; border:2px solid #00968e; border-right:none; padding:0 10px;}
.searchBtn{ width:58px; height:30px; line-height:30px; background:#00968e; border:none; color:#fff; font-size:14px; cursor:pointer; margin-left:-6px;}
.searchBtn:hover{ background:#006862;}



@media only screen and (max-width:1024px){
	body .headerTop{ width:98%;}
	body .headerMain{ width:98%;}
	
 .headerMain .logo_r { float: right; padding: 10px 5px 10px; width: 403px; }
 .headerMain .logo_r .logo_r_top { padding: 0 110px 2px 5px;}
 .headerMain .logo_r .logo_r_bottom .searchTxt { width: 255px; }
}

@media only screen and (max-width:768px){
    .headerMain .logo_r{ float:none; padding:0; width:65%; height:90px;}
    .headerMain .logo_r_top{ width:100%; padding:0!important;}
    .headerMain .logo_r_bottom{width:100%;}
    .headerMain .logo_r_bottom form { width:100%;}
    .headerMain .logo_r .logo_r_bottom .searchTxt{ width:80%; padding:0 2%;}
    .headerMain .logo_r .logo_r_bottom .searchBtn{ width:13%;}
 
}

@media only screen and (max-width:640px){
    .headerMain .logo_r { height:65px;}
    .headerMain .logo_r_bottom { padding-top:19px;}
 .headerMain .logo_r .logo_r_bottom .searchBtn{ width:50px;}
    .headerMain .logo_r .logo_r_bottom .searchTxt { width:68%;}
    
}

 