/***页头css***/
.header {
    width: 100%;
    height: 130px;
    background-color: #F9D4BE;
}
.clearfix {
    display: block;
}.fl {
    float: left;
    display: inline;
}.head .add_gg {
    margin-left: 40px;
    margin-top: 20px;
}.fr {
    float: right;
    display: inline;
}#nav{width:100%; height:40px; background:#c5123a; }
#nav .navBox{width:960px; height:40px; line-height:40px; margin:0 auto; overflow:hidden;}
#nav .navBox a{display:inline-block; padding:0 20px; color:#FCEEE5;font-size:14px; }
#nav .navBox a.active{background:#FCEEE5; color:#E70214; }
#nav .navBox a:hover{background:#FCEEE5; color:#E70214; }

#footer {
    width: 100%;
    border-top: 1px solid red;
    background: #f6f6f6;
    padding-bottom: 10px;
    margin-top: 10px;
}#footer div {
    width: 1000px;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
}
/***浮动留言***/
.ui-tbar {
    display: block;
    height: 50px;
    width:100%;
    position:fixed;
    bottom:0px;
    background-color: #000;
    opacity:1;
    filter: alpha(opacity = 100);
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);
    z-index: 8888;
    left: 0px;
}

.ui-tbar:hover {
    opacity: 1;
    filter: alpha(opacity =100);
}
.ui-tbar-box {
    height: 50px;
    width:1003px;
    text-align:center;
    margin: 0 auto;
    position: relative;
	background:url(banner_bottom.gif) no-repeat center top;
}

.ui-msg-board {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 127px;
	height: 40px;
	text-align: center;
    text-indent: -9999em;
    cursor: pointer;
    z-index: 9999;
}
