/* ---- common ---- */
/* suspend */
.suspend {width:17px;height:476px;position:fixed;top:200px;right:0;overflow:hidden;z-index:9999;}
.suspend dl {width:175px;height:198px;}
.suspend dl dt {
	width:17px;
	height:170px;
	background:url(../img/su2.png);
	background-repeat: no-repeat;
	position:absolute;
	top:40px;
	left:0px;
	cursor:pointer;
}
.suspend dl dd.suspendQQ {
	width:158px;
	height:133px;
	background:#EE2737;
	position: relative;
	left: 17px;
	background-repeat: no-repeat;
	background-image:url(../img/cart.png);
	background-position: 44px 26px;
	color: #fff;
}
.suspend dl dd {
	text-align: center;
	padding-top: 90px;
}
.suspend dl a {
	text-decoration: none;
}
.suspend dl dd.suspendTel {
	width:158px;
	height:171px;
	background:#ffffff;
	position: relative;
	left: 17px;
	border-bottom: 1px solid #e7e7e7;
	background-repeat: no-repeat;
	background-image:url(../img/jd.png);
	background-position: center 20px;
	color: #003b5c;
	padding-top: 142px;
}
.suspend dl dd.tb {
	border-bottom: 0;
	background-image:url(../img/tb.png);
}
.suspend dl dd.suspendTel:hover{
	/*color: #fff;*/
	/*background-color:#EE2737;*/
}
.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))}