/*︻▓▇▇◤大结构︻▓▇▇◤ */
*{margin: 0;padding: 0;list-style-type: none;font-family:"Microsoft Yahei";}
html{text-align:center;background:#fff;}
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;margin:0 auto;}


/*︻▓▇▇◤文字链接等︻▓▇▇◤ */
.font_family{font-family:Georgia, "Times New Roman", Times, serif;}
a:link,a:visited{color: #4F4F4F;text-decoration: none;}
a:hover {color: #AF0000;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;
}
.scale,.translate,.rotate{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.scale:hover{transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);}
.translate:hover {/*上下移动*/
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
}
.rotate:hover {/*旋转*/
	transform:rotate(360deg) scale(1.05);
	-webkit-transform:rotate(360deg) scale(1.05);
	-moz-transform:rotate(360deg) scale(1.05);
	-o-transform:rotate(360deg) scale(1.05);
	-ms-transform:rotate(360deg) scale(1.05);
}

/*单文章中的几个钮*/
#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, .3);
	border-radius: 0 0 100% 100% / 0 0 30px 30px;
	height:130px;
}
.top-main{}
.top-main .header-main{
	margin: 0 auto;
	width: 1200px;
}
#logo{
	height: 90px;
	width:544px;
	float: left;
	margin-top: 20px;
	text-align: left;
}

/*︻▓▇▇◤◤一，主菜单︻▓▇▇◤ */

#navs{float: left;margin-left:56px;
    width: 600px;
    height: 125px;
	
	
	}
#navs li{
	position: relative;
	float:left;
	width:100px;
	height: 85px;
	display: inline;
	z-index: 99999;
	font-size: 16px;
	
}
#navs li a.level1{
	position: absolute;
	z-index: 2;	
	width:100%;	
	color:#333;
	text-decoration: none;
	display: block;
}
#navs li a.level1:hover,#navs li a.active{
	
}


#navs li div{
	height:85px;padding-top:40px;
	line-height:55px;
	font-size: 16px;
	letter-spacing: 1px;
	overflow: hidden;
	font-weight: 500;
}

#navs li:hover div{
	color: #A60A22;
	height:88px;
	line-height:55px;
	background-color: #f0f0f0;
	border-radius:0 0 0px 0px;
	border-bottom: 1px solid #AF0000;	
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
   
}

/*下面是二级菜单*/	
#navs dl{border-top: 1px solid #61B4E0;	
	display:none;
	position: absolute;
	top:115px;
	width:110px;
	margin-left:0px;
	text-align: center;
	background-color: #37a2d9;
	line-height:30px;
	border-radius:0px 0px 10px 10px;
	box-shadow:0 5px 10px #547B98;
	padding-top:10px;
	padding-bottom:20px;	
}
#navs dd{
	border-bottom: 1px solid #61B4E0;
	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: #61B4E0;
}
/* 幻灯通栏 */
.flexslider{position:relative;padding-top:90px;height:728px;overflow:hidden;background:url(../img/loading.gif) 50% no-repeat;clear:both;}
.slides{position:relative;z-index:1;height:100%;}
.slides li{height:100%;}
.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%;display: none;}
.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;}



/*︻▓▇▇◤◤底部︻▓▇▇◤ */
#footerTop{height:10px;
	background-color: #E7EFFA;
}
#footer{height:400px;text-align:left;
	background-image: url(../img/fbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
   background-size: 100% auto; /* 宽度100%，高度自动 */	
}
#foot1{width:1200px;margin:0 auto;
	height:170px;
	border-bottom: 1px solid #9B9B9B;
}
#foot1 #logo2{float:left;margin-top:70px;}
#foot1 select{float:right;margin-top:90px;
	width: 200px;
    height: 40px;
    border: #ddd 1px solid;
    padding: 4px 10px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    outline: none;
    font-family: "Microsoft YaHei";}
#foot2{width:1200px;margin:0 auto;}
#foot2 ul{margin:40px 0 0 40px;}
#foot2 ul li{height:30px;}