@import url("global_pageBtns.css");
/*︻▓▇▇◤大结构︻▓▇▇◤ */
*{margin: 0;padding: 0;list-style-type: none;font-family:"微软雅黑";}
html{text-align:center;background:#fff url(img/bg.jpg) no-repeat 50% top;}
body {
	text-align:center;
	font-family:"微软雅黑";
	font-size:14px;
	color: #444;
	background-color: #fff;
	min-width:1200px;
}

#top{text-align:left;
	height:40px;
	line-height:40px;
	background-color: #BFD4F3;
}
#top b {
	float: left;font-size:12px;
	margin-right: 15px;
	font-weight: normal;color:#000;
}
#top iframe {
    float: left;
    margin-top: 8px;
}
#logo {
	margin-top: 52px;
	background-image: url(img/logo%20.png);
	background-repeat: no-repeat;
	height: 88px;
	background-position: 50% top;
}
#banner{
	height:191px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#search {		
	position: absolute;
	z-index: 1;
	top:70px;
	left:50%;
	width:253px;height: 30px;
	margin-left:335px;
}

#keyword { 
	border: 0px; 
	height: 25px; 
	border-radius: 15px 0 0 15px; 
	padding: 0px 10px; 
	float: left; 
	width:125px; 
	color: #757575; 
	line-height: 25px; 
	font-size: 16px;
	outline:none;
	}
#btn_Sear {
	color:#fff;
	width: 25px;
	border:0;
	height: 25px;
	line-height: 25px;
	border-radius:0 15px 15px 0;
	float: right;
	cursor: pointer;
	background-image: url(img/btn_Sear.jpg);
	background-repeat: no-repeat;
	background-position: center center;  
}

/*︻▓▇▇◤文字链接等︻▓▇▇◤ */
.font_family{font-family:Georgia, "Times New Roman", Times, serif;}
a:link,a:visited{color: #3F3F3F;text-decoration: none;}
a:hover {color: #0E68C0;text-decoration: underline;}
a:active {}
h3{font-size: 14px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
em{
	font-style: normal;
	
}
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,.cf{
	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;  
}  
.inner{width:1200px;margin:0 auto;}
/*︻▓▇▇◤◤一，主菜单︻▓▇▇◤ */
#navoutter{
	width:100%;
	height:89px;
	border-bottom-width: 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background-color: #1568CD;
}

#navs{	
	width:1200px;	
	height:89px;
	}
#navs li{
	position: relative;
	float:left;
	width:150px;height:89px;	
	display: inline;
	z-index: 99999;
	font-size: 16px;
	
}
#navs li a.level1{
	display: block;
	height:34px;
	padding-top:55px;
	text-align: center;
	width: 100%;
	color:#fff;
	text-decoration: none;
	background-image: url(rootMenu/i1.png);
	background-repeat: no-repeat;
	background-position: center 13px;
}
#navs #n_2 a.level1{background-image: url(rootMenu/i2.png);} 
#navs #n_3 a.level1{background-image: url(rootMenu/i3.png);}
#navs #n_4 a.level1{background-image: url(rootMenu/i4.png);}
#navs #n_5 a.level1{background-image: url(rootMenu/i5.png);}
#navs #n_6 a.level1{background-image: url(rootMenu/i6.png);}
#navs #n_7 a.level1{background-image: url(rootMenu/i7.png);}
#navs #n_8 a.level1{background-image: url(rootMenu/i8.png);}

#navs li a.level1:hover,#navs li a.active{background-color: #4579E6;}


/*︻▓▇▇◤◤底部︻▓▇▇◤ */
#footer{
	width: 100%;line-height:30px;
	text-align: center;
	background-color: #4579E6;
	color: #ffffff;
	padding: 25px 0 10px 0px;
}
#footer a{color:#fff;}
#footer img{
	margin-top: 10px;
}
/*︻▓▇▇◤右边浮动客服︻▓▇▇◤ */
#kf {/*display:none;先不显示，jq定位后再显示*/
	width:50px;
	position: fixed;
	z-index: 99999;
	top:330px;
	right:0px;
}
#kf li{
	position: relative;
	width:50px;
	height:50px;
	margin-bottom:1px;
	background-image: url(img/kf.gif);
	background-repeat: no-repeat;	
}
li#kf_home{background-position: 0px 0px;}
li#kf_book{background-position: 0px -51px;}
li#kf_wx{background-position: 0px -102px;}
li#kf_mail{background-position: 0px -153px;}
li#kf_back{background-position: 0px -204px;}
li#kf_app{background-position: 0px -255px;}
#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: #1568CD;
	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(img/wx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#kf_app a div{
	background-image: url(img/wx3.png);
}
#kf a:hover b,#kf a:hover div{
	display: block;
	
}
/*︻▓▇▇◤◤︻▓▇▇◤ */
.news h3 a{
	float:right;
	margin:5px 12px 0 0;	
	font-weight: normal;
}
.news h3 a:link,.news h3 a:visited{color: #777;}
.news h3 a:hover {color: #990000;}
.news ul{padding:14px 10px 14px 5px;}
.news li{height:32px;
	font-size:16px;
	padding-left:10px;
	background-image: url(img/dot1.gif);
	background-repeat: no-repeat;
	background-position: left 50%;	
}
.news li a{display: block;}
.news li span{
	float:right;
	width:70px;
	display: block;
	font-size: 12px;
	color: #888;
}
.news2 li span{width:60px;display:none;}
.news2  li a{width:90%;}


.hoverFv a img{-moz-opacity:0.5; filter:alpha(opacity=100);border:0px;}
.hoverFv a:hover img{-moz-opacity:0.8; filter:alpha(opacity=80);cursor:pointer;}
#monthDiv{
	background: url(img/month.jpg) no-repeat;
	position: fixed;
	height: 300px;
	width: 170px;
	top: 290px;
	left: 10px;
	z-index: 999999999;
	display: block;
}