@charset "utf-8";
/* CSS Document */

/*商务通*/
#LR_Tb3 { padding:0; margin:0; height:210px; color:#FFF; background-repeat:no-repeat;}
/*#LR_Tb4 IMG {visibility:hidden;}
#LR_Tb4 A IMG {visibility:visible;}*/
.SWTDIV{ height:130px; padding:0; margin:0;}

/*右侧浮动*/
#swtRightDiv{display:block; position:fixed; top:50%; margin-top:-250px; z-index:9997; right:10px;}
*html #swtRightDiv{position:absolute;right:10px;margin-top:0px;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*2/3-this.offsetHeight))}
#swtRightDivClose{ width:40px; height:16px; background:url(img/colse.gif) no-repeat; cursor:pointer;}

/*左侧浮动*/
#swtLeftDiv{display:block; min-height:100px; position:fixed; top:50%; margin-top:-250px; z-index:9997; left:10px;}
*html #swtLeftDiv{position:absolute;left:10px;margin-top:0px;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*2/3-this.offsetHeight))}
#swtLeftDivClose{ width:40px; height:16px; background:url(img/colse.gif) no-repeat; cursor:pointer;}

/*QQ弹窗*/
#swtQQ{position:fixed; z-index:9999; width:198px; height:124px; margin:0; padding:0; overflow:hidden; right:0; bottom:0; display:none;  }
*html #swtQQ{position:absolute;right:0;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight))}

/*中间弹窗*/
#loadCenterDiv{ width:543px; height:397px; overflow:hidden; position:fixed; top:50%; margin-top:-250px; z-index:9999;-moz-box-shadow:0 0 10px #999; -webkit-box-shadow:0 0 10px #999; box-shadow:0 0 10px #222; right:-543px; }
