html,body{
font-size:13px;
color:#666;
line-height:25px
}
*{
	padding: 0px;
	margin: 0px;
	font-family: '微软雅黑';

}
a{
	text-decoration: none;
	/*color: white;*/
}

ul{
	list-style: none;
}
img{
	border: 0px;
}
.en_title{
	font-family:Arial,Helvetica,sans-serif;
}

/** header **/
#header{
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.header_top{
	width: 100%;
	height:71px;
	background-color: #157A1C;
}
.logo{
	width:40%;
	height: auto;
	float: left;
	margin-left: 20px;
}
.header_top .lang{
	width:30%;
	float: right;
	text-align: right;
	margin:35px 20px 0px 0px;

}
.header_top .lang span{
	padding-left: 23px;
}
.header_top .lang span a{
	font-weight: bold;
	color: white;
	font-size: 13px;
}
.header_top .lang .zh{
	background: url('../img/zh_ico.png') no-repeat scroll 0px 7px;
}
.header_top .lang .en{
	background: url('../img/en_ico.png') no-repeat scroll 0px 5px;
}

#main{
	 height:auto;
	 overflow: hidden;
	 width:1000px;
	 margin:0px auto;
}
/** 导航菜单 **/
.nav_box{
	height: 37px;
    z-index: 222;
	line-height:20px
}

ul.topnav {
    background-color: #D9D9D9;
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
    height: 33px;
    padding:4px 0px 0px 0px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative; /
	letter-spacing: 1px;
	font-size:14px
}
ul.topnav li a{
	padding: 6px 8px 8px 8px;
	color: #6d6d6d;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: bold;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
	color: white;
}
.a_hover1{
	background: url(../images/topnav_hover3.gif) no-repeat center top;
}
.a_hover2{
	background: url(../images/topnav_hover2.gif) no-repeat  top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 31px;
	float: left;
	background: url(../img/subnav_btn.png) no-repeat center center;
}
ul.topnav li span.subhover {
z-index:222;
background: url(../images/subnav_btn.gif) no-repeat center bottom;
cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	z-index:1222;
	list-style: none;
	position: absolute; 
	left: 0; top: 31px;
	background:#ccc;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 140px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #e9e9e9;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #dcdcdc; /*--Create bevel effect--*/
	clear: both;
	z-index:1222;
	width: 140px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 112px;
	background: #f2f2f2 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	color:#666
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #999999 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
	color:#fff;
}
#home{
	float:left;
	position:relative;
	margin-left:10px;
	width:29px;
	height:31px;
	}
#home a{	
	float:left;
	position:relative;	
	width:29px;
	height:31px;
	background:url(../img/home1.png) no-repeat scroll center center;
	}
#search{
	float:right;
	margin-right:20px;
	position:relative;
	/*background-image:url(../images/bg_search.gif);*/
	background: url(../img/searchbox.png) no-repeat scroll 8px 0px;
	/*background-repeat:no-repeat;
	background-position:right;*/
	width:182px;
	height:24px;
	padding:7px 0 0 10px;
	font-size:12px
	}
#search input{
	float:left;
	position:relative;
	top:-5px;
	width:120px;
	height:16px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size:11px;
	width:110px;
	height: 26px;/*
	border-radius: 4px;
	border:1px solid #ccc;*/
	
	}
#search a{
	float:left;
	position:relative;
	height:16px;
	width:60px;
	left:35px;
	color:#6D6D6D;
	font-weight: bold;
	}

.main{
	width:1000px;
}
.nav_box{
	margin-top: 0px;
}




/*footer*/
.footer_w{
	width:1000px;
	margin:0px auto;
}
.footer_title{
	width:145px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #147C1D;
	border-radius: 8px 8px 0px 0px;
	color: white;
	margin-left: 100px;
	font-size: 12px;
	font-family: '微软雅黑';
}
.footer{
width:1000px;
margin:0px auto;
border-top:4px solid #147C1D;
padding-bottom:20px;}

.footer ul {
overflow:hidden;
width:370px;
float:right;
margin-top:8px;
margin-bottom:2px;}

.footer ul li{
padding-left:5px;
padding-right:5px;
background:url(../images/gray.jpg) no-repeat left center;
float:left;
font-size:12px;
color:#666;}

.footer ul li a{
color:#666;
text-decoration:none;}

.footer ul li a:hover{
color:#000;
}

.footer p a{
color:#666;
    
}
.footer p{
color:#666;
font-size:12px;
float:right;
margin-right:12px;}