﻿/*header头部菜单栏*/
.top-opacity{z-index:4;position:fixed;width:100%;height:75px;background-color:#3e3e3e;}
.top-wrap{z-index:5;position:fixed;width:100%;height:75px;}
.top{/*width:1000px;*/width:100%;min-width:1000px;height:100%;margin:0 auto;}
.top h3{position:relative;top:26px;left:10px;width:211px;height:22px;background:url(../images/logo.png);text-indent:-9999px;}
.top .menu{position:relative;top:26px;width:646px;height:23px;float:right;text-align:center;}
.top .menu a{color:#cccaca;font-size:14px;margin-left:3px;float:left;display:block;width:81px;height:23px;line-height:23px;overflow:visible;border-radius:5px;}
.top .menu a:hover{color:#ffffff;background-color:rgb(50,50,50)\9;background-color:rgba(50,50,50,0.3);*background-color:rgb(50,50,50);_background-color:rgb(50,50,50);}
.top .menu .hot{color:#ffffff;background-color:rgb(50,50,50)\9;background-color:rgba(50,50,50,0.3);*background-color:rgb(50,50,50);_background-color:rgb(50,50,50);}
.top .menu .hovertip{display:none;position:relative;left:-21px;width:124px;height:150px;background:url(../images/hovertip.png);}
.top .menu a:hover .hovertip{display:block;}
/*header头部菜单栏*/

.menu .seperator{cursor:default;width:10px;color:#fff;font-size:14px;margin-left:10px;float:left;display:block;height:23px;line-height:23px;margin-left:5px;}

.menu a.activate{margin-left:19px;}

.menu a.appointment{background-color:#fe5e00;color:#fff;margin-left:19px;
background-image:-webkit-linear-gradient(top,#fe5e00,#d05000);
background-image:-o-linear-gradient(top,#fe5e00,#d05000);
background-image:linear-gradient(top,#fe5e00,#d05000);
background-image:-moz-linear-gradient(top,#fe5e00,#d05000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5e00',endColorstr='#d05000',GradientType='0');
}
.menu a.appointment:hover{background-color:#fe5e00;color:#fff;}

