body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F7F7F7;
}
.dh1 {
	font-size: 18px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #000000;
	cursor:pointer;
}
.bottom1 {
	color: #FFFFFF;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 12px;
}
.bottom1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.bottom1 a:hover {
	text-decoration: underline;
	color: #FF3300;
}
.bottom1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.dh2 {
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #000000;
	cursor:pointer;
}
.bottom2 {
	color: #FFFFFF;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
}
#navigation {
  position: fixed;
  z-index:2;
  top: -66px;
  left: 0;
  right: 0;
  width: 100%;
  height: 61px;
  background-image:url(../index_img/pfdh_bg.png);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
  /*		
  #
  #Edit these to change CSS transition delay, speed, and type 
  #
  */
  -webkit-transition: top .25s ease .5s;
  transition: top .25s ease .5s;
}

.content {
  width: 30%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #000;
  background-color: #f5f5f5;
}
.pfz1 {
	color: #FFFFFF;
	font-size: 16px;
	font-family:"Î¢ÈíÑÅºÚ";
	cursor:pointer;
}
.pfz2 {
	color: #FFFFFF;
	font-size: 12px;
	font-family:"Î¢ÈíÑÅºÚ";
	cursor:pointer;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

*{margin:0;padding:0;list-style-type:none;}
/* suspend */
.suspend{width:40px;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:40px;box-shadow:0 0 5px #e4e8ec;}
.suspend dl dt{width:40px;height:198px;background:url(../images/suspend.png);position:absolute;top:0;left:0;cursor:pointer;}
.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))}