@import url("global_pageBtns.css");
/*︻▓▇▇◤大结构︻▓▇▇◤ */
*{margin: 0;padding: 0;list-style-type: none;font-family:"微软雅黑";}
html{text-align:center;}
body {
	text-align:center;
	font-family:"微软雅黑";
	font-size:14px;
	color: #444;
	}

#header{text-align:center;background-color: #F6F4E7;}
#logo{
	width:1000px;
	margin:0 auto;
	height:90px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;z-index: 99999;
}
#topWx{
	position: absolute;
	top:43px;
	right:0px;
	color: #777;	
}
#topWx a{color: #777;}
#topWx i{
	position: absolute;
	right:5px;
	width: 140px;
	height: 20px;
	display: block;
	cursor: pointer;
	font-style: normal;
	font-variant: normal;	
}
#topWx b{
	font-weight: normal;		
}
#topWx p{
	position: absolute;
	right:5px;
	top:25px;
	height: 152px;
	width: 132px;
	display: none;
	background-image: url(img/topWx.png);
	background-repeat: no-repeat;	
}
#banner {
	width:1000px;
	height:480px;
	margin:0px auto;
	text-align:center;
	overflow: hidden;
}

#bar{
	background-image: url(img/bar.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
/*︻▓▇▇◤文字链接等︻▓▇▇◤ */
.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;}
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;  
}  
/*︻▓▇▇◤◤一，主菜单︻▓▇▇◤ */
#navoutter{
	width:100%;
	height:40px;
	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: #658F9D;
}
#navinner{width:1000px;
	height:40px;
	margin:0 auto;	
}

#navs{	
	width:1000px;	
	height:40px;margin:0 auto;	
	position: relative;
	}
#huakuai{
	position: absolute;
	top:90px;
	left:0;
	width:110px;
	height:40px;
	display: none;
	background-color: #6EBFF4;
	-moz-border-radius: 0px;      /* Gecko browsers */
	-webkit-border-radius: 0px;   /* Webkit browsers */
	border-radius:0px;            /* W3C syntax */
	
	-moz-box-shadow:0 2px 2px #fff;
	-webkit-box-shadow:0 2px 2px #fff;
	box-shadow:0 2px 2px #fff;
}
#navs li{
	position: relative;
	float:left;
	width:111px;
	height:40px;
	display: inline;
	z-index: 9999;
	font-size: 14px;	
}
#navs li a.level1{
	position: absolute;
	z-index: 2;
	width:111px;
	height:40px;
	color:#fff;
	text-decoration: none;
	display: block;
	
}
#navs li a.level1:hover{
	color:#fff;
	/*background-color: #7EA0A9;*/
}
#navs li a.active{/*color:#fff;background-color: #6EBFF4;*/}


#navs li i{/*用作动画*/
	position: absolute;
	z-index: 1;
	width:111px;
	left:0;
	height:40px;
	bottom:0px;	
	display: none;
}

#navs li div{	
	height:40px;line-height:40px;
	font-size: 16px;	
	letter-spacing: 2px;
	overflow: hidden;	
}
#navs li div b{margin:0 10px;
	display:none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
#navs li:hover div{padding-top:0px;
	height:40px;line-height:40px;
	color:#fff;
	background-image: url(rootMenu/1.gif);
	background-repeat: no-repeat;
	background-position: center 90px;
}
#navs li:hover div b{display: block;}
/*下面是二级菜单*/	
#navs dl{
	display:none;
	position: absolute;
	top:40px;
	padding:10px 3px;
	width:105px;
	text-align: center;
	background-color: #6EBFF4;
	background-color: rgba(110,191,244,.8);	
	
	padding-bottom:50px;
	background-image: url(rootMenu/hua.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-border-radius:0 0 50px 50px; 
	-webkit-border-radius:0 0 50px 50px;   
	border-radius:0 0 50px 50px;   
	-moz-box-shadow:0 2px 2px #fff;
	-webkit-box-shadow:0 2px 2px #fff;
	box-shadow:0 2px 2px #fff;

}
#navs dd{	
	height:31px;
	line-height:30px;
	font-size: 14px;
}
#navs dd a{
	display: block;
	height:30px;
	border-bottom: 1px dotted #91CFF7;
	color:#fff;
	text-align: left;
	text-indent: 14px;
	overflow: hidden;
	letter-spacing: 2px;
	
}

#navs dd a:hover{
	background-color: #4BAFF1;
	color: #fff;
	text-decoration: none;
}
/* 幻灯通栏 */
.flexslider{position:relative;height:480px;overflow:hidden;background:url(img/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:480px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(img/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(img/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(img/next.png) center center no-repeat;}

/*︻▓▇▇◤◤搜索框︻▓▇▇◤ */
#searchBox{position: relative;margin:0 auto;}
#searchBox #searchProForm{
	position: absolute;right:0px;top:100px;
}
#searchBox p{height:22px;}
#searchBox #keyword{
	width:200px;margin-right:0px;
	padding-left:25px;
	height:28px;font-size:16px;
	line-height:28px;
	border: 1px solid #B7CBE6;
	background-image: url(img/searchIcon.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
#searchBox #btn_Search{border:0;	
	height: 30px;
	line-height: 30px;
	width: 58px;
	vertical-align: bottom;
	cursor: pointer;
	background-color: #0087CB;
	font-size: 14px;
	color: #FFF;
	background-image: url(img/searc.jpg);
	background-repeat: no-repeat;
}
#picNewsBtn{color:#d60000;
	height:25px;
	line-height:25px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	display: block;
	font-size: 16px;

	text-align: center;
	letter-spacing: 5px;
}
#picNewsBtn:hover{color:#777;}
/*︻▓▇▇◤◤底部︻▓▇▇◤ */
#footer {
	clear:both;
	text-align:center;
	background-color: #70B8E8;	
	height:96px;
	overflow: hidden;
}
#footer p{
	margin-top:20px;
	line-height: 30px;
	color: #FFFFFF;
}

/*︻▓▇▇◤右边浮动客服︻▓▇▇◤ */
#kf {display:none;/*先不显示，jq定位后再显示*/
	width:50px;
	position: fixed;
	z-index: 99999;
	top:350px;
	right:0px;
}
#kf li{
	position: relative;
	width:50px;
	height:50px;
	margin-bottom:1px;
	background-image: url(img/kf.png);
	background-repeat: no-repeat;	
}
li#kf_home{background-position: 0px 0px;}
li#kf_book{background-position: 0px -51px;}
li#kf_tel{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: #989898;
	letter-spacing: 3px;
	text-align: center;
	font-weight: normal;
}
li#kf_wx 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;
}

li#kf_tel a div{/*电话*/
	position: absolute;
	z-index: 1;
	bottom:0px;
	right:51px;
	width:100px;
	height:50px;
	line-height:50px;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	background-image: url(img/kf_telBG.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-position: center;
}
#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{
	font-size:14px;
	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;}
