@charset "utf-8";
/*** Reset ***/
html {
	-webkit-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.headeron {
background: url(img/bg-nav_sec.png) no-repeat top;
height: 40px;
color: #FFF!important;
font-weight: 700;
padding-top: 14px;
text-align: center;
}

.headeron a  span{

height: 40px;
color: #FFF!important;
font-weight: 700;
padding-top: 14px;
text-align: center;
}

.headeron   span{

color: #FFF!important;
text-align: center;
}

fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {/*font-style:inherit;*/
	font-style: normal;/*font-weight:inherit;*/
	font-weight: 400;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
	/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
*font-size:100%;
}
/*** Generic Classes ***/
select {
	font-size: 12px;
*font-size:12px;
	color: #9e9e9e;
}
legend, caption {
	display: none;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/*** Basic ***/

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
body {
	font-size: 12px;
	font-family: "宋体";
	color: #666666;
}
.inner {
	width:1024px;
	margin:0 auto;
}

h2{
	font-size:20px;
	font-weight:normal;
	color:#000;
	font-family: 'Microsoft Yahei',"黑体";
	border-bottom:#999999 solid 2px;
	height:60px;
	background:#FFF;
}
h2 span{
	padding-top:20px;
	padding-left:10px;
	display:block;
}
h2 span strong{
	color:#cc0000;
	font-weight:normal;
}
/*header*/
.header{
	background:url(img/bg-header.gif) repeat-x;
	min-width:1024px;
	border-bottom: 2px solid #1E93F0;
}
.header .header_title {
	height:30px;
}
.header .header_title span{
	line-height:30px;
	font-size:14px;
	color:#FFF;
	padding-left:10px;
}
.header .header_title:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.header .header_title .header_search{
	float:right;
	padding-top:3px;
}
.header .header_title .header_search:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.header .header_title .header_search input.text{
	width:172px;
	height:25px;
	line-height:25px;
	border:0;
}
.header .header_title .header_search input.search{
	width:35px;
	height:25px;
	background:url(img/bg-header_search.gif) no-repeat;
	border:0;
	float:right;
}
.header .nav{
	height:61px;
	padding:35px 0 18px;
}
.header .nav:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.header .nav .logo{
	float:left;
	padding-top:3px;
}
.header .nav ul {
	float:right;
}
.header .nav ul:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.header .nav ul li{
	bbborder-left:#009940 solid 1px;
	bbborder-right:#00b14a solid 1px;
	width:120px;
	float:left;
	height:61px;
	font-size:18px;
	position:relative;
}
.header .nav ul li.no_left{
	border-left:0;
}
.header .nav ul li.no_right{
	border-right:0;
	width:100px;
}
.header .nav ul li a{
	color:#666;
	cpadding-left:25px;
	display:block;
	padding-top:14px;
	font-weight:700;
	text-align: center;
	font-family:"微软雅黑";
}
.header .nav ul li a span{
	font-size:12px;
	color:#666;
	vfont-weight:700;
	font-family:Arial;
	display:block;
	padding-top:2px;
}
.header .nav ul li dl{
	position:absolute;
	width:121px;
	top:0;
	z-index:9;
	xxleft:-5px;
	display:none;
}
.header .nav ul li dl dt{
	background:url(img/bg-nav_sec.png) no-repeat top;
	height:40px;
	color:#FFF;
	font-weight:700;
	xxpadding-left:30px;
	padding-top:14px;
	text-align:center
}
.header .nav ul li dl dt span{
	font-size:12px;
	color:#fff;
	font-family:Arial;
	font-weight:700;
	display:block;
	padding-top:2px;
}
.header .nav ul li dl dd{
	background:#fff;
	border-bottom:#fff solid 1px;
}
.header .nav ul li dl dd a{
	color:#005BA4;
	padding-left:1px;
	display:block;
	padding-top:0;
	border-bottom:#eee solid 1px;
	line-height:40px;
	height:40px;
}
.header .nav ul li dl dd a:hover{
	color:#fff;
	background:#005BA4;
}
.header .nav ul li dl dd.no_bottom{
	border-bottom:0;
}
.header .nav ul li dl dd.no_bottom a{
	border-bottom:0;
}

.banner_show{
	min-width:1024px;
	position:relative;
}
.banner_show span{
	position:absolute;
	top:0;
	display:block;
	width:100%;
}
.warpper_area{
	min-width:1024px;
}
.warpper_area .inner:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.aside_area{
	width:259px;
	float:left;
	background:url(img/bg-aside_area.jpg) no-repeat top left;
}
.aside_area .aside_nav{
	padding-top:27px;
	background:url(img/bg-aside_area.jpg) no-repeat bottom left;
	min-height:552px;
	padding-bottom:150px;	
}
.aside_area .aside_nav li{
	border-bottom:#fff solid 1px;
}
.aside_area .aside_nav li a{
	border-bottom:#ebebeb solid 1px;
	display:block;
	padding-left:53px;
	font-size:20px;
	color:#43464d;
	height:61px;
	line-height:61px;
	font-family: 'Microsoft Yahei',"黑体";
}
.aside_area .aside_nav li.current a{
	background:#43464d url(img/bg-aside_nav.gif) no-repeat left;
	height:51px;
	line-height:51px;
	color:#FFF;
}
.aside_area .aside_nav li li{
	height:61px;
	line-height:61px;
}
.aside_area .aside_nav li li a{
	background:none !important;
	color:#999999 !important;
	padding-left:77px !important;
}
.article_area{
	width:725px;
	float:left;
	padding-left:20px;
	padding-right:20px;

}
.topic_path{
	border-bottom:#d4d4d4 solid 1px;
	padding:32px 0 17px;
	font-size: 16px;
  font-weight: 700;
  font-family: 'Microsoft Yahei',"黑体";

}
.topic_path strong{
	font-size:30px;
	color:#000;
	font-family: 'Microsoft Yahei',"黑体";
	font-weight:normal;
	padding:0 30px 0 10px;
}
.topic_path span{
	color:#bababa;
	padding-right:12px;
}
.topic_path em{
	width:300px;
	display:inline-block;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	position:absolute;
	margin-top:20px;
	line-height:none;
}




.footer {
	background: #1576BB;
	margin-top: 50px;
	min-width:1024px;
}
.footer .inner:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.left_footer {
	float: left;
	width: 640px;
	padding-bottom:20px;
}
.left_footer div {
	float: left;
	width: 70px;
	margin-top: 30px;
	margin-left: 35px;
}
.left_footer div a {
	font-size: 16px;
	font-weight: 700;
	color:#fff;
}
.left_footer div ul {
	margin-top: 10px;
}
.left_footer div ul li a {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	/*color:#aaa;*/
}
.right_footer {
	float: left;
	width: 350px;
}
.contact_us {
	/*color:#aaa;*/
	color: #fff;
}
.contact_us ul:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.contact_us li {
	float: right;
	line-height:22px;
}
.contact_us li span{
	display:block;
	height:150px;
}
.contact_us li.contact_con {
	width:260px;
	TEXT-ALIGN: CENTER;
}
.contact_us li.contact_con span{
	padding:15px 0 0 60px;
	height:115px;
}
.contact_us li.tiangou {
	width:140px;
}
.contact_us li.tiangou span{
	padding:25px 0 0 10px;
	height:125px;
}
.contact_us li ul li{

}
.copyright{
	line-height: 40px;
height: 40px;
background: #158942;
	color:#fff;
	min-width:1024px;
	text-align: center; 
}
.copyright p{
	padding-left:15px;
}


.img_center{
	text-align:center;
	padding:20px;
	padding-bottom:40px !important;
}
.remarks{
	padding-top:10px;
}
.remarks p{
	text-indent:0 !important;
}

.page{
	text-align:center;
	padding-top:10px;
}
.page a{
	width:34px;
	height:34px;
	line-height:34px;
	border:#d8dadf solid 1px;
	display:inline-block;
	margin:0 5px;
}
.page a.prev{
	border:#d8dadf solid 1px;
	background:#f8f8f8 url(img/bg-prev.gif) no-repeat center;
	text-indent:-9999px;
}
.page a.next{
	border:#d8dadf solid 1px;
	background:url(img/bg-next.gif) no-repeat center;
	text-indent:-9999px;
}
.page a.current{
	border:#007832 solid 1px;
	background:#069c44;
	color:#FFF;
}
.page a:hover{
	border:#7f7f7f solid 1px;
}
.page a.omit{
	padding:0 10px;
}
.page_number_info{float: right; margin-top: 20px; margin-bottom: 10px; font-size: 14px; }

.page_turn{	text-align: center; margin-top: 10px; margin-right: 30px; height: 30px; font-size: 14px; }
.page_turn ul{
	list-style-type: none; margin: auto; float: right; 
}
.page_turn ul li{
	border: 0px solid gray; width: 50px; float: left; clear: none; margin-left: 5px; text-align: center; line-height: 30px;text-decoration: underline;
}
.page_turn ul li .current{
	color: white; background-color: #079285; 
}
.page_turn ul li a{
	text-decoration: underline; color: #079285;
}