@charset "gb2312";
* { margin:0px; padding:0px; }
body { font-family:"微软雅黑"; font-size:12px; line-height:170%; color:#3e3e3e; background:#fff url(imagesbg.jpg) no-repeat top center; }
ul,ol,li { list-style:none;}
select { border:1px solid #ABABAB; }
em { font-style:normal; }

.clear-both { clear:both; height:0; overflow: hidden; }
textarea,input { font-size:12px; font-family:"微软雅黑"; } 
.hide { display:none; }
/*︻▓▇▇◤文字链接等︻▓▇▇◤ */
.font_family{font-family:Georgia, "Times New Roman", Times, serif;}
a:link,a:visited{text-decoration:none; color:#3e3e3e; cursor:pointer; }
a:hover   { color:#104090; text-decoration:underline; }
a:active {}
h3{font-size: 14px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
input.radio, input.checkbox {width: auto;}
#btn_submit,.btn_submit{
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width:80px;
	height:30px;line-height:30px;
	color: #FFFFFF;	
	cursor: pointer;
	font-weight: bold;
}
/*单文章中的几个钮*/
#btns{padding-left:400px;}
#btn_back,#btn_print,#btn_top{float:left;
	
	width: 70px;
	height: 23px;
	display: block;
	margin-right: 10px;
	text-decoration: none;
	text-indent: -2000px;
}
#btn_back:hover,#btn_print:hover,#btn_top:hover{
	text-decoration: none;
    margin-right: 11px;	
	}
#btn_back span,#btn_print span,#btn_top span{}
#btn_back{background-position: 0px 0px;}
#btn_print{background-position: 0px -50px;}
#btn_top{background-position: 0px -100px;}
/*︻▓▇▇◤◤特殊标记︻▓▇▇◤ */
.longTitle{/* 长标截断 */
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/
	}
.fl {float:left;}
.fr {float:right;}
.clearf{
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.transparent{  
      filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
}


#wapper { position:relative; width:1000px; margin:0 auto; }
.nav { clear:both; margin:170px 0 25px 0; width:1000px; height:40px; line-height:40px; background:#005A99; }
.nav ul { float:left; width:1000px; }
.nav ul li {
	float:left;
	text-align:center;
	position: relative;
}
.nav ul li a {width:200px;
	display:block;
	color:#195D9A;
	font-size:18px;
	color:#fff;
	text-align: center;
}
.nav .hover { background:#3079AC; color:#fff; }


.nav ul li ul{width:200px;
	display:none;
	position: absolute;
	z-index: 999999;
	background-color: #005A99;
}
.nav ul li ul li{
	clear:both;
	width:100%;
	height:30px;
	line-height:30px;
	border-top: 1px solid #3079AC;
}
.nav ul li ul li a{font-size:14px;
	text-decoration: none;
}
.nav ul li ul li a:hover{
	background-color: #3079AC;
}



#footer { width:1000px; height:80px; padding:25px 0 0 0; border-top:2px solid #005A99; background:#F1F1F1; color:#666; text-align:center; margin:0 auto;  }
/*︻▓▇▇◤右边浮动客服︻▓▇▇◤ */
#kf {display:none;/*先不显示，jq定位后再显示*/
	width:50px;
	position: fixed;
	z-index: 99999;
	top:323px;
	right:0px;
}
#kf li{
	position: relative;
	width:50px;
	height:50px;
	margin-bottom:1px;
	background-image: url(imgkf.gif);
	background-repeat: no-repeat;	
}
li#kf_home{background-position: 0px 0px;}
li#kf_book{background-position: 0px -51px;}
li#kf_blog{background-position: 0px -102px;}
li#kf_wx{background-position: 0px -153px;}
li#kf_back{background-position: 0px -204px;}
#kf a{
	width:50px;
	height:50px;
	display: block;
	color: #FFFFFF;
}
#kf a b{
	position: absolute;
	z-index: 2;
	width:50px;
	height:45px;padding-top:5px;	
	display: none;
	background-color: #0172AB;
	letter-spacing: 3px;
	text-align: center;
	font-weight: normal;
}
#kf a div{
	position: absolute;
	z-index: 1;
	bottom:0px;
	right:51px;
	width:50px;
	height:150px;
	display: none;	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	background-image: url(imgwx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#kf a:hover b,#kf a:hover div{
	display: block;
	
}
#monthDiv{
	background: url(imgmonth.jpg) no-repeat;
	position: fixed;
	height: 200px;
	width: 200px;
	top: 200px;
	right: 5px;
	z-index: 1000;
	display: block;
}
