﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1002px;
	margin:0 auto;
	font-size:12px;	
	font-family:"Microsoft Yahei";
	background:#f2f2f2;
	color:#5d5d5d;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#5d5d5d;
	text-decoration:none;	
}
a:hover{
	color:#1a945b;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.container{
	width:1002px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	height:35px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:100;	
	padding-top:8px;
}
.header a{
	display:inline-block;
	width:77px;
	height:26px;
	line-height:26px;
	text-align:center;
	float:left;
	margin-left:3px;
	color:#007b41;
	background:url("../images/header_lan.png") no-repeat left top;	
}
.header a:hover,.header a.hover{
	color:#fff;
	background:url("../images/header_lanh.png") no-repeat left top;		
}
/*header 结束*/

/*nav 开始*/
.nav{
	height:65px;
	width:100%;
	position:absolute;
	left:0;
	top:43px;
	z-index:100;
	background:url("../images/nav_bg.png");	
	border-bottom:2px solid #fff;
}
.nav .logo{
	float:left;	
}
.nav_in{
	float:left;
	width:89px;
	margin:7px 0 0 12px;	
	position:relative;
	z-index:100;
	cursor:pointer;
}
.nav_in .par{
	display:inline-block;
	width:89px;
	height:58px;
	font-size:12px;
	line-height:58px;
	text-align:center;
	color:#fff;		
}
.nav_hover .par,.now_hover .par{
	background:url("../images/nav_par.png") no-repeat;	
}
.nav_in ul{
	position:absolute;
	left:-20px;
	top:58px;
	width:150px;
	background:url("../images/nav_ul.png") no-repeat left bottom;
	padding-bottom:10px;	
	display:none;
}
.nav_in li{
	height:auto;	
}
.nav_in ul a{
	display:inline-block;
	width:148px;
	/*padding-left:15px;*/
	height:auto;
	line-height:28px;	
	background:url("../images/nav_li.png") no-repeat bottom center;
	color:#416f94;
	text-align:center;
}
.nav_in ul a:hover{
	color:#416f94;
	background-color:#fff;	
}
/*nav 结束*/

.banner{
	height:360px;
	background-repeat:no-repeat;
	background-position:top center;	
}

.main_top{
	width:100%;
	height:65px;
	background:url("../images/main_top.png") no-repeat center center;	
	position:relative;
	z-index:10;
	margin-top:-65px;
}
.main_top dl{
	padding:12px 0 0 27px;	
}
.main_top dt{
	height:25px;
	line-height:25px;
	font-size:18px;
	color:#656565;	
	font-weight:bold;
	color:#027115;
}
.main_top dd{
	color:#a5a5a5;	
}

.main{
	background:url("../images/main_bg.png") repeat-y top center;		
	padding-top:25px;
}

/*aside 左侧导航开始*/
.aside{
	width:265px;
	float:left;	
	padding-bottom:50px;
}
.as_nav{	
	margin:0 0 20px 19px;
	background:url("../images/as_nav.gif") repeat-y left top;
	font-size:14px;
}
.as_nav dl{
	margin-bottom:10px;	
}
.as_nav dt{
	height:26px;	
	font-size:14px;
	font-weight:bold;
}
.as_nav dd{
	display:none;	
	height:35px;
	font-size:12px;	
}
.as_nav .hover dd{
	display:block;	
}
.as_nav a{
	display:inline-block;
	height:26px;
	line-height:26px;
	border-left:2px solid #d5d5d5;	
	padding-left:15px;
}
.as_nav dd a{
	color:#767676;
	line-height:35px;	
}
.as_nav a:hover,.as_nav a.hover,.as_nav .hover dt a{
	color:#027115;
	border-left:2px solid #027115;	
}

.as_nav dd a:hover{
	color:#027115;
	border-left:2px solid #027115;	
	font-weight:bold;
}

.ss{
	color:#027115;
	border-left:2px solid #027115;	
	font-weight:bold;
}


.as_contact{
	padding-left:20px;
}
.as_contact a{
	display:inline-block;
	width:39px;
	height:38px;
	margin-right:3px;	
}
.as_contact .a1{
	background:url("../images/as_c1.png") no-repeat top center;	
}
.as_contact .a1:hover{
	background:url("../images/as_c1h.png") no-repeat top center;	
}
.as_contact .a2{
	background:url("../images/as_c2.png") no-repeat top center;	
}
.as_contact .a2:hover{
	background:url("../images/as_c2h.png") no-repeat top center;	
}
.as_contact .a3{
	background:url("../images/as_c3.png") no-repeat top center;	
}
.as_contact .a3:hover{
	background:url("../images/as_c3h.png") no-repeat top center;	
}
/*aside 左侧导航结束*/

/*section 右侧内容开始*/
.section{
	width:722px;
	float:right;	
	padding-bottom:50px;
}
.se_head{
	height:63px;
	line-height:63px;
	padding-left:25px;
	border-left:3px solid #1f8c31;	
	margin-bottom:13px;
}
.se_head strong{
	font-size:17px;
	font-weight:normal;
	color:#3d3d3d;	
}
/*section 右侧内容结束*/

/*footer 开始*/
.footer{
	height:60px;
	border-top:1px dashed #d1d1d1;	
	color:#818181;
	line-height:22px;
	padding-top:14px;
}
/*footer 结束*/

/*公用CSS 结束*/