.projToolBar {
    position: fixed;
    _position:absolute;
    right:0;
    bottom:0;
    color: #333;
    background-color: #fff;
    z-index:12;
}
.projToolBar a{
    /*color: #333;*/
}
.projToolBar .bg {
    background:url(../images/index_all.gif) no-repeat;
}
.projToolBar a:hover{
    /*color: #369;*/
    text-decoration:none;
}
.projToolBar .toolBar {
    border: 1px #b5b5b5 solid;
    border-top:2px #f16101 solid;
    float:left;
    position:relative;
}
.projToolBar .toolBar.opened {
    border-top: 1px #b5b5b5 solid;
}
.projToolBar .toolBar.closed {
    border-top: 2px #f16101 solid;
}
.projToolBar .toolBox .refresh{
    float: right;
    width:24px;
    height: 24px;
    background: url("../images/ico_refresh.gif") 5px 5px no-repeat;
    display: none;
}
.projToolBar .toolBox .allIgnore{
    display: none;
    color:#369;
}
.projToolBar .toolBox .readArea{
    display: none;
    color:#369;
}
.projToolBar .toolBar li {
    border-left: 1px #b5b5b5 solid;
    height:27px;
    margin-left:-1px;
    float:left;
    white-space:nowrap;
    background-color: #f3f3f3;
}
.projToolBar .toolBar .current a {
    border:1px #f16101 solid;
    border-top:0;
    position:relative;
    top:-2px;
    line-height:32px;
    background: #fff;
}
.projToolBar .toolBar li a {
    border-right-width:1px;
    padding: 0 6px 0 7px;
    display:inline-block;
    line-height:27px;
    height:27px;
    color:#333;
    margin-right:1px;
    overflow:hidden;
    /* background: url(../images/bg-gray.png) 0 0 repeat-x;*/
}
.projToolBar .toolBar li a:hover {
    color: #047;
    text-decoration:none
}
.projToolBar .toolBar .current a:hover {
    color: #333;
    cursor: default;
}
.projToolBar .toolBar li strong {
    color: #f50
}
.projToolBar .toolBox {
    position:absolute;
    bottom: 29px;
    _bottom:30px;
    right:0;
    border:1px #f16101 solid;
    border-top-width:2px;
    background:#fff;
    width:340px;
}
.projToolBarIco {
    background:url(../images/ico.png) repeat-x 0 -24px;
    height:31px;
    width:16px;
    position:absolute;
    left:-15px;
    top:30px;
}
.projToolBar .toolBox .title {
    background:url(../images/ico.png) repeat-x;
    line-height:24px;
    padding-left:12px;
    border-bottom:1px solid #BEBEBE;
}
.projToolBar .toolBox .title .close {
    background:url(../images/ico.png) no-repeat -61px -24px;
    float:right;
    height:24px;
    width:24px;
    cursor:pointer
}
.projToolBar .toolBox .historyList{
    padding:10px 12px;
    line-height:23px;
}
.projToolBar .toolBox .historyList p{
    font-weight: bold;
    display: none;
}
.projToolBar .toolBox .historyList a{
   color: #333;
}
.projToolBar .toolBox .historyList a:hover{
   color: #369;
   text-decoration: none;
}
.projToolBar .toolBox .findProject {
    width:340px;
}
.projToolBar .findProject .searchBoxArea {
    background:#fff4dc;
    padding:10px 12px 15px;
    border-bottom:1px #b5b5b5 dotted;

}
.projToolBar .findProject .searchBox {
    background:#c00;
    float:left;
    font-size:16px;
    padding:2px;
    width:auto
}
.projToolBar .findProject .searchBox span {
    height:32px;
    display:block;
    float:left;
    overflow:hidden;
}
.projToolBar .findProject .searchBox .input {
    width:233px;
    background:#fff;
    height:22px;
    padding:5px 0;
}
.projToolBar .findProject .searchBox input {
    border:0;
    outline:0;
    height:22px;
    line-height:22px;
    width:233px;
    margin-left:5px;
    font-size:12px;
}
.projToolBar .findProject .searchBox .button {
    width:74px;
    background:#c00;
}
.projToolBar .findProject .searchBox button {
    background:none;
    border:0;
    outline:0;
    color:#fff;
    height:32px;
    line-height:32px;
    width:74px;
    cursor:pointer;
    font-family: "??????";
}
.projToolBar .findProject .searchBoxArea p {
    padding-top:13px;
    clear:both;
    zoom:1;
    line-height:23px;
}
.projToolBar .toolBox .findProject a {
    color:#369;
}
.projToolBar .toolBox .findProject a:hover {
    color:#f50;
}
.projToolBar .findProject .serverArea {
    padding:8px 13px;
}
.projToolBar .findProject .serverArea .buy,.projToolBar .findProject .serverArea .register{
    line-height:23px;
    color:#000;
    font-size:14px;
    display: none;
}
.projToolBar .toolBox .activityArea {
    padding:0 8px 20px 12px;
}
.projToolBar .activityArea .list {
    padding:6px 0;
    overflow:hidden;
    line-height:29px;
}
.projToolBar .toolBox .activityArea a {
    color:#369;
}
.projToolBar .toolBox .activityArea a:hover {
    color:#f50;
}
.projToolBar .toolBox .activityArea .btn {
    border-radius: 1px;
    color:#fff;
    background:#fe7e18;
    border:1px #dc4b00 solid;
    line-height:19px;
    margin:4px 0 0 10px;
    padding:0 4px;
    border-radius: 3px 3px 3px 3px;
}
.projToolBar .activityArea .list .btn {
    display: inline-block;
}
.projToolBar .activityArea .noActivity .btn{
    font-weight: bold;
    font-size: 14px;
    line-height:25px;
    display: inline-block;
    color: #fff;
}
.projToolBar .activityArea .list .btn:hover,.projToolBar .activityArea .noActivity .btn:hover {
    color:#fff;
    text-decoration: none;
}
.projToolBar .activityArea .sample {
    padding:13px 0;
    border-top:1px #aaa dotted;
    border-bottom:1px #aaa dotted;
}
.projToolBar .activityArea .sample img,.topicList .latestTopice img {
    border:1px #acacac solid;
    padding:1px;
    width:110px;
    height:75px;
    float:left;
    margin-right:8px;
    zoom:1;
}
.projToolBar .activityArea .sample .content{
    line-height:19px;
    color:#555
}
.projToolBar .activityArea .content p {
    color:#888;
}
.projToolBar .noActivity p {
    color: #333;
    line-height: 25px;
    padding: 6px 0 10px 0;
}
.projToolBar .noActivity1{
    padding:10px 0;
 }
.projToolBar .noActivity1 p{
    line-height: 21px;
 }
.projToolBar .noActivity1 a{
   padding-left: 6px;
 }
.projToolBar .toolBox .onlineServer {
    padding:0 9px;
}
.projToolBar .onlineServer .contact {
    line-height:21px;
    padding:9px 0;
    border-bottom:1px #aaa dotted;
    float:left;
}
.projToolBar .onlineServer .contact p{
    padding:6px 0;
    float:left;
}
.projToolBar .onlineServer .buy {
    background-position:0 -345px;
    width:102px;
    height:26px;
    color:#b0420b;
    font-size:14px;
    font-weight:bold;
    float:left;
    text-align:center;
    line-height:26px;
    margin-left:7px;
}
.projToolBar .onlineServer .working {
    line-height:19px;
    padding:5px 0 70px 3px;
    color:#888;
}
.projToolBar .toolBox .actionArea {
    padding:7px 12px 0;
}
.projToolBar .actionArea a {
    color:#369;
}
.projToolBar .actionArea a:hover {
    color:#f50;

}
.projToolBar .actionArea .collect {
    line-height:29px;
    border-bottom:1px #aaa dotted;
    display: none;
}
.projToolBar .actionArea .collect span {
    color:#390
}
.projToolBar .actionArea .ico_bell {
    background-position:-153px -360px;
    margin:4px 9px 0 0;
    float:left;
    width:15px;
    height:15px;
}
.projToolBar .actionArea .ico_print {
    background-position:-170px -360px;
    margin:4px 9px 0 0;
    float:left;
    width:15px;
    height:15px;
}
.projToolBar .actionArea .ico_word {
    background-position:-136px -345px;
    margin:4px 9px 0 0;
    float:left;
    width:15px;
    height:15px;
}
.projToolBar .actionArea .ico_excel {
    background-position:-153px -345px;
    margin:4px 9px 0 0;
    float:left;
    width:15px;
    height:15px;
}
.projToolBar .actionArea ul {
    color:#888;
    line-height:24px;
    padding:10px 0 70px;
}
.projToolBar .actionArea .bell {
    line-height:19px;
    background:#fff8d2;
    border:1px #fdca68 solid;
    padding:0 8px;
    display:none;
}
.projToolBar .actionArea .noMail {
    position:relative;
    zoom:1;
}
.projToolBar .actionArea .setMail {
    cursor: pointer;
}
.projToolBar .actionArea .collectType {
    float:left;
    color:#333;
    padding:5px 0 10px;
}
.projToolBar .actionArea .collectType li{
    float:left;
    width:33%;
}
.projToolBar .actionArea .collectType input, .projToolBar .actionArea .collectType label{
    cursor:pointer
}
.projToolBar .actionArea .favoriteList {
    border-bottom: 1px #aaa dotted;
    display: none;
}
.projToolBar .actionArea .favoriteList  p{
    line-height: 23px;
    color: #333
}
.projToolBar .actionArea .proGroup{
    overflow: hidden;
    zoom:1;
    padding:0 0 5px 0;
    color: #333;
}
.projToolBar .actionArea .proGroup li{
    width:105px;
    float: left;
    height: 27px;
    line-height: 27px;
}
.projToolBar .actionArea .proGroup input{
    vertical-align:text-bottom;
    margin:0 5px 0 0;
}
.projToolBar .actionArea .proGroup input{
    vertical-align:text-bottom;
    margin:0 5px 0 0;
}
.projToolBar .actionArea .proGroup label{
    line-height: 25px;
    cursor: pointer
}

.projToolBar .toolBox .updateList {
    padding:10px 15px;
    line-height:19px;
    overflow: hidden;
    zoom: 1;
    width:310px;
}


.projToolBar .toolBox .updateList ul {
    width:310px;
    overflow: hidden;
}
.projToolBar .toolBox .updateList li {
    padding:7px 0;
    border-bottom: 1px #aaa dotted;
    margin-bottom: -1px;
}
.projToolBar .updateList h3 a{
    color:#369;
}
.projToolBar .updateList .detail a{
    color:#689;
}
.projToolBar .updateList a:hover {
    color:#f50;
}
.projToolBar .updateList h3{
    height: 19px;
    margin-bottom: 2px;
    _margin-bottom: 0;
}
.projToolBar .updateList .projTitle {
    float: left;
    height: 19px;
    width: 284px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: lighter;
}
.projToolBar .updateList h3 i{
    float: right;
    height: 15px;
    width: 15px;
    margin-top: 4px;
}
.projToolBar .updateList h3 .read {
    background: url("../images/letter-open.gif") 0 0 no-repeat;
}
.projToolBar .updateList h3 .unRead {
    background: url("../images/letter.gif") 0 0 no-repeat;
    cursor: pointer;
}
.projToolBar .updateList .detail p{
    height: 19px;
    float: left;
    color: #888;
}
.projToolBar .updateList .noUpdateData p,.projToolBar .updateList .unLogin p {
    color:#333;
}
.projToolBar .topicList .latestTopice{overflow: hidden;zoom:1;padding:10px 0;margin: 0 12px;height: 80px;border-bottom: 1px #aaa dotted;}
.projToolBar .latestTopice div{float: left;width: 180px}
.projToolBar .latestTopice .heading{font-size: 14px;font-weight: bold;color: #369;line-height: 21px}
.projToolBar .latestTopice .heading:hover{color: #f60}
.projToolBar .latestTopice span{color: #888;line-height: 19px}
.projToolBar .topicList ul{padding:10px;}
.projToolBar .topicList ul li{height: 25px;line-height: 25px;background: url(../images/bg_dotted1.gif) left center no-repeat;padding-left: 10px}
.projToolBar .topicList ul a{color: #369;}
.projToolBar .topicList ul a:hover{color: #f60;}

.projToolBarFloat {
    position:relative;left:665px;top:200px;
}
.projToolBarFloat .projToolBar {
    position:absolute;right:auto;left:0;top:0;bottom:auto;
}
.projToolBarFloat .projToolBar .toolBox {
    position:initial;
    right:auto;
    top:auto;
    left:auto;
    bottom:auto;
}
.projToolBar .topicList,.projToolBar .toolBox .onlineServer,.projToolBar .toolBox .findProject{
    height: 254px
}
.projToolBar .updateList .noUpdateData,.projToolBar .updateList .unLogin ,.projToolBar .toolBox .activityArea,.projToolBar .toolBox .historyList{
    height: 234px;
}
.projToolBar .toolBox .actionArea{
    height: 247px;
}
.projToolBar .myProject{}
.projToolBar .myProject ul{ padding: 6px;}
.projToolBar .myProject ul li{}
.projToolBar .myProject .s-red{display: block; background: #ff6600; width: 7px; height: 7px; position: absolute; top: 1px; left: 65px; border-radius: 100%;}
.projToolBar .myProject ul li a{ display: block; color: #369; height: 28px; line-height: 28px; width: 320px; overflow: hidden;}
.projToolBar .myProject ul li a:hover{ color: #f50;}

/*天工商学会二维码*/
#Qr{width: 180px;height: 310px;text-align: center;margin-top: 10px;}
#Qr #QrSweep{font-size: 14px;font-family: simsun;line-height: 18px;color: #ff5500;font-weight: bolder;margin-top: 5px;}
#Qr #QrInstructions{font-size: 12px;font-family: simsun;line-height: 18px;color: #666666;margin-top: 10px;text-align: left;padding-left: 15px;padding-right: 10px;}

