@import url("global_pageBtns.css");
/*︻▓▇▇◤大结构︻▓▇▇◤ */
*{margin: 0;padding: 0;list-style-type: none;font-family:"Microsoft Yahei";}
html{text-align:center;}
body {
	text-align:center;
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	font-size:14px;
	color: #2a0c0c;
	background-color: #fff;
	min-width:1200px;
	
}
#container{text-align:left;}


/*︻▓▇▇◤文字链接等︻▓▇▇◤ */
.font_family{font-family:Georgia, "Times New Roman", Times, serif;}
a:link,a:visited{color: #2a0c0c;text-decoration: none;}
a:hover {color: #59A5F0;text-decoration: none;}
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,.clear-both,.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;  
} 

/*开始*/
.top{background-color: #FFF;
    width: 100%;
    z-index: 999999999;
	position: fixed;box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}
#header { width:1200px; height:180px; margin:0 auto; }
.head_top { position:relative; height:130px; width:1200px; margin:0 auto;  }
.logo { float:left; margin:22px 0; }


.word {
    position: absolute;
    top: 40px;
    right: 250px;
}

#sercForm{width:200px;
	position: absolute;
	top:45px;
	right:10px;
	background: #f0f0f0;
    border-radius: 20px;}
#keyword { 
	border: 0px; 
	height: 30px; 
	border-radius: 15px 0 0 15px; 
	padding: 0 0 0 20px; 
	float: left; 
	width:120px; 
	color: #999; 
	line-height: 25px; 
	font-size: 14px;
	outline:none;font-size:12px;	
    background: #f0f0f0;
	}
#btn_Search {
	color:#fff;
	width: 30px;
	border:0;
	height: 30px;
	border-radius:0 15px 15px 0;
	float: right;
	cursor: pointer;
	background-image: url(img/991.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #f0f0f0;
}


/*︻▓▇▇◤◤一，主菜单︻▓▇▇◤ */
#NavOutter{background-color: #59A5F0;width:100%;}
#navs{width:1200px;height: 50px;margin:0 auto;}
#navs li{
	position: relative;
	float:left;
	width:120px;
	height: 50px;
	display: inline;
	z-index: 99999;
	font-size: 16px;
	
}
#navs li a.level1{
	position: absolute;
	z-index: 2;	
	width:100%;
	height: 50px;
	color:#fff;
	text-decoration: none;
	display: block;
}
#navs li a.level1:hover{
	background-color: #1B85F2;
}

#navs li i{/*用作动画*/
	position: absolute;
	z-index: 1;
	width:120px;
	left:0;
	height:2px;
	top:0px;
	background-color: #004597;
	display: none;
}
#navs li:hover i,#navs li a.active i{
	/*display: block;*/
}
#navs li div{
	height: 50px;
	line-height:50px;
	font-size: 17px;
	letter-spacing: 1px;
	overflow: hidden;
	font-weight: 500;
}

#navs li:hover div{
	color: #fff;
	padding-top:0px;
	height:50px;
	line-height:50px;
	background-color: #1B85F2;
}

/*下面是二级菜单*/	
#navs dl{
	display:none;
	position: absolute;
	top:50px;
	width:120px;
	margin-left:0px;
	text-align: center;
	background-color: #59A5F0;
	line-height:30px;
	border-radius:0px 0px 10px 10px;
	box-shadow:0 5px 10px #547B98;
	padding-top:10px;
	padding-bottom:20px;	
}
#navs dd{border: 0;
	
	line-height:34px;
	font-size: 14px;	
}
#navs dd a{
	color: #DDEFF9;
	display: block;

	text-align: center;
	text-indent: 0px;
	overflow: hidden;
}

#navs dd a:hover{
	color: #fff;
	background-color: #1B85F2;
}
/* 幻灯通栏 */
.flexslider{position:relative;padding-top:190px;height:590px;overflow:hidden;background:url(img/loading.gif) 50% no-repeat;clear:both;display:none;}
.slides{position:relative;z-index:1;}
.slides li{height:590px;}
.flex-control-nav{position:absolute;bottom:20px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;margin:0 10px;*display:inline;zoom:1;padding:0;}
.flex-control-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:40px;
	
	overflow:hidden;
	cursor:pointer;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-indent: -2000px;
	background-image: url(img/dotsmall.png);
	background-repeat: no-repeat;
}
@keyframes donghua1{from {width: 20px;}to {width: 60px;}}
@-webkit-keyframes donghua1{from {width: 20px;}to {width: 60px;}}
.flex-control-nav .flex-active{
	animation: donghua1 0.5s;
	-webkit-animation: donghua1 0.5s;
	width:60px;
	background-image: url(img/dotbig.png);
	background-repeat: no-repeat;
}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:55%;}
.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;}



/*︻▓▇▇◤◤底部︻▓▇▇◤ */
#footer { float:left; width:100%; height:220px; background: url(img/footbg.png) repeat-x; color:#fff; }
.foot { width:1250px; margin:0 auto; }
.link { float:left; word-spacing:1250px; margin:15px 0 0 0; }
.link h3 { float:left; }
.link_cont { float:right; width:1105px; margin:20px 0 0 0;}

.link_cont a { float:left; margin:0 10px; color:#fff; font-size:13px; }
.cont { float:left; width:1250px; margin:60px 0 0 0; text-align:center; color:#a5a5a5;line-height:220%; }

	

.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;}
