﻿/**{margin:0;padding:0}html,body {width:100%;height:100%;font-family:"Verdana","Microsoft Yahei","黑体";font-size:12px;line-hei

/* ---- common ---- */
/* suspend */
.suspend {width:48px;height:198px;position:fixed;top:200px;right:0;overflow:hidden;z-index:9999;}
.suspend dl {width:120px;height:198px;border-radius:25px 0 0 25px;padding-left:48px;box-shadow:0 0 5px #e4e8ec;}
.suspend dl dt {width:48px;height:198px;background:url(/images/suspend.png);position:absolute;top:0;left:0;cursor:pointer;}
.suspend dl dd {}
.suspend dl dd.suspendQQ {width:120px;height:85px;background:#ffffff;}
.suspend dl dd.suspendQQ a {width:120px;height:85px;display:block;background:url(/images/suspend.png) -40px 0;overflow:hidden;}
.suspend dl dd.suspendTel {width:120px;height:112px;background:#ffffff;border-top:1px solid #e4e8ec;}
.suspend dl dd.suspendTel a {width:120px;height:112px;display:block;background:url(/images/suspend.png) -40px -86px;overflow:hidden;}
* html .suspend {position:absolute;left:expression(eval(document.documentElement.scrollRight));top:expression(eval(document.documentElement.scrollTop+200))}
/* totalAssets */
.weixing-container {
	background: url("../img/r_ewm.png") no-repeat rgb(38, 94, 172); width: 50px; height: 50px; float: left;
}
.weixing-show {
	background: rgb(255, 255, 255); border-radius: 10px; border: 1px solid rgb(221, 221, 221); left: -124px; top: -40px; width: 111px; height: 130px; position: absolute;
}
.weixing-show .weixing-sanjiao {
	border-width: 6px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); left: 111px; top: 60px; width: 0px; height: 0px; position: absolute; z-index: 2;
}
.weixing-show .weixing-sanjiao-big {
	border-width: 8px; border-style: solid; border-color: transparent transparent transparent rgb(221, 221, 221); left: 111px; top: 58px; width: 0px; height: 0px; position: absolute;
}
.weixing-show .weixing-txt {
	padding: 10px 12px; width: 87px; text-align: center; color: rgb(76, 76, 76); font-size: 15px; float: left;
}
.weixing-show .weixing-txt ul li {
	width: 87px; height: 120px;
}



/*微信二维码*/
*{ margin:0; padding:0; list-style:none}
body{ background:#E6F0F3;}

.weixin{ width:30px; height:30px; margin:100px auto;position:relative; font-size:12px; text-align:center;}
.weixin a{width:48px; height:48px; display:block; position:absolute; left:0; top:0;background:url(/images/weixin.png) no-repeat center top; }
.weixin .weixin_nr{width:100px; height:120px; padding:10px; background:#fff; text-align:center; position:absolute; left:-120px; top:50px; display:none;}
.weixin .weixin_nr img{ margin-bottom:5px;}
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-left:10px solid transparent; position:absolute; left:110px; top:-10px;}
.weixin.on .weixin_nr{ display:block;}
.weixin.on a{ background:url(Images/weixin.jpg) no-repeat left bottom;}