@charset "utf8";
html {
    _background: url(about:blank);
}
iframe{
    _overflow-x: hidden;
}
html body{ margin:0; padding:0 0 48px 0;}
/*.ui-tbar {
    display: block;
    height: 50px;
    width:100%;
    position:fixed;
    bottom:0px;
	left:0px;
    background-color:#0A000D;
	 _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);
	z-index:1000
}

.ui-tbar:hover {
    opacity: 1;
    filter: alpha(opacity =100);
}
.ui-tbar-box {
    height: 50px;
    width:1020px;
    text-align:center;
    margin: 0 auto;
    position: relative;
	background:url(../images/banner_bottom_000.png) no-repeat center top;
}*/
.sdjly{background:url(/images/sdj_bottom.png) no-repeat center top;}
.hb{background:url(/images/banner_bottom_hb.png) no-repeat center top;}
.sdjHb{background:url(/images/sdj_bottom_hb.png) no-repeat center top;}
.ui-msg-board,.ui-msg-call{position: absolute;text-indent: -9999em;cursor: pointer;z-index: 9999;height: 40px;}
/* ÔÚÏßÁôÑÔ ui-msg */
.ui-msg-board {
	left: 0;
	top: 6px;
	width:890px;
	text-align: center;
    
}
.ui-msg-board a{ display:block; width: 890px; height: 40px;}
/* Ãâ·Ñ»Øºô */  
.ui-msg-call{right: 0px;width: 124px;}
.ui-msg-call a{ display:block; width:100%; height:40px;}




.ui-tbar {height:80px;width:100%;position:fixed;bottom:0px;left:0px;background:url(/images/bottom_bar.png) no-repeat center bottom;_position: absolute;_top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);z-index:1000;}
.ui-tbar-box{height:80px;padding:17px 110px 0px 0;width:1090px;margin:0 auto;position:relative;}
.ui-tbar-button{float:right;width:146px;height:46px;cursor:pointer;z-index:9999;background-repeat:no-repeat;background-position:center;margin:0 8px;position:relative;}
.ui-tbar-button a{display:block;overflow:hidden;width:100%;height:100%;overflow:hidden;text-indent:-9999em;}
.ui-tbar-hb{background-image:url(/images/btn04.png);}
.ui-tbar-call{background-image:url(/images/btn03.png);}
.ui-tbar-chat{background-image:url(/images/btn02.png);}
.ui-tbar-chat .ui-tbar-redMsg{
	position:absolute;right:20px;top:-5px;
	-webkit-animation: redMsg .4s linear infinite alternate;
	-moz-animation: redMsg .4s linear infinite alternate;
	-o-animation: redMsg .4s linear infinite alternate;
	animation: redMsg .4s linear infinite alternate;
}
@keyframes redMsg {
  0%  {opacity:0;transform: translateY(0px);}
  100%{opacity:1;transform: translateY(5px);}
}
@-webkit-keyframes redMsg {
  0%  {opacity:0;-webkit-transform: translateY(0px);}
  100%{opacity:1;-webkit-transform: translateY(5px);}
}
@-moz-keyframes redMsg {
  0%  {opacity:0;-moz-transform: translateY(0px);}
  100%{opacity:1;-moz-transform: translateY(5px);}
}
@-o-keyframes redMsg {
  0%  {opacity:0;-o-transform: translateY(0px);}
  100%{opacity:1;-o-transform: translateY(5px);}
}
.ui-tbar-gbook{background-image:url(/images/btn01.png);}