﻿@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial;
	background:url(../images/bg.jpg) no-repeat top center fixed;
}
#header{
	width:1000px;
	height:111px;
	margin:0px auto 0px auto;
}
#header .logo{
	float:left;
	width:370px;
}
#header .right{
	float:right;
	width:px;
}
#header .login{
	height:30px;
	line-height:30px;
	text-align:right
}
#header .search{	
	float:right;
	width:247px;
	height:36px;
	line-height:26px;
	background:url(../images/searchbg.png) no-repeat 0px 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#header .search .input1{
	float:left;
	width:215px;
	height:24px;
	line-height:24px;
	border:none;
	background:none;
	text-align:center;
	color:#999999
}
#header .search .input2{
	float:left;
	width:25px;
	height:24px;
	border:none;
	background:none;
}
#header .nav{
	float:right;
	width:610px;
	padding:20px 0px 0px 0px;
}
#header .nav ul li{
	float:left;
	padding:0px 7px 0px 7px;
	color:#333333;
}
#header .nav ul li.spli{
	width:1px;
	height:13px;
	background-color:#c2c2c2;
	padding:0px 0px 0px 0px;
}
#header .nav ul li a{
	color:#333333;
}
#header .nav ul li a:hover,#header .nav ul li a.curr{color:#026505;}
#main{
	width:1000px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
#footer{
    clear:both;
	width:100%;
	margin:0px auto 0px auto;
	background-color:#fff
}
#footer .link{
	background-color:#497b00;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
}
#footer .link a{
	color:#fff;
	padding:0px 13px 0px 13px;
}
#footer .text{
	width:650px;
	height:58px;
	margin:0px auto 0px auto;
	padding:20px 0px 0px 0px;
}
#footer .text .logo{
	float:left;
	width:70px;
	height:50px;
	background:url(../images/footer_logo.png) no-repeat center 8px;
}
#footer .text .con{
	float:left;
	width:580px;
	line-height:22px;
}
#footer .text .con span{color:#386c00;font-weight:bold; padding-left:15px}