@charset "gb2312";
* { margin:0px; padding:0px; }
ul,ol,li { list-style:none;}
select { border:1px solid #ABABAB; }
em { font-style:normal; }

.clearf { 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:#444; cursor:pointer; }
a:hover   { color:#2f6698; 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-image: url(../img/submit.gif);
	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;
	background: url(../img/b1.gif) no-repeat 0 0;
	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;  
}

/**********************************/
#footer{width: 1100px;
	background-color: #f1f1f1;
    border-top: 2px #2f6699 solid;
	text-align: center;
	margin: 15px auto 20px auto;
}
#footer p{margin-top:20px;line-height: 24px;}
#footer img{
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
/*︻▓▇▇◤右边浮动客服︻▓▇▇◤ */
#kf {
	display:none;/*先不显示，jq定位后再显示*/
	width:70px;
	position: fixed;
	z-index: 999999;
	top:214px;
	right:0px;
}
#kf li{
	position: relative;
	width:70px;
	height:70px;
	margin-bottom:1px;
	background-image: url(../img/kf.gif);
	background-repeat: no-repeat;

}
li#kf_wx1{background-position: 0px 0px;}
li#kf_wx2{background-position: 0px -71px;}
li#kf_wx3{background-position: 0px -142px;}
li#kf_wx4{background-position: 0px -213px;}
li#kf_back{background-position: 0px -284px;}
#kf a{
	width:70px;
	height:70px;
	display: block;
	color: #FFFFFF;
}
#kf a b{
	position: absolute;
	z-index: 2;
	width:70px;
	height:60px;
	padding-top:10px;
	display: none;
	background-color: #1253AD;
	letter-spacing: 3px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
#kf a div{
	position: absolute;
	z-index: 1;
	bottom:-20px;
	right:71px;
	width:150px;
	height:150px;
	display: none;	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	background-image: url(../img/wx1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#kf_wx1 a div{background-image: url(../img/wx1.png);}
#kf_wx2 a div{background-image: url(../img/wx2.png);}
#kf_wx3 a div{background-image: url(../img/wx3.png);}
#kf_wx4 a div{background-image: url(../img/wx4.png);}
#kf a:hover b,#kf a:hover div{
	display: block;	
}

