*,body,html{
	margin:0px auto;
	padding:0px;
	max-width: 1920px;
	font-family: "Microsoft Yahei";
}

a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style: none;
}
.head{
	width: 100%;
	height: 120px;

}
.area{
	width: 1280px;
        height: 120px;
	margin:0px auto;
	}
.logo{
	float: left;
      
	}
.set{
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
        margin-right:-100px
        font-size: 10px;
	color:#ffffff;
}
/*.search{
	float: right;	
	position: relative;
}
.search_t{
	width: 200px;
	color: RGBA(0, 0, 0,.3)
}
.search_b{
	width: 40px;
	margin-left:-6px
}*/
.nav{
	width: 100%;
	clear: both;
	height:45px ;
	min-width: 1280px;
        max-width: 1920px;
	background:#99cc99;
        position: relative;
}
.nav ul {
	width:1280px;
	min-width: 1280px;
	margin: 0 auto;
	
}

.nav ul li {
	float: left;
	width: 132px;
        height:45px ;
        line-height:45px ;
	color: #1e6f46;
        text-align: center;
        display: block;
        position:relative;       
        
}

.nav ul li span {
	padding: 0px 20px 0px 20px;
	font-size: 18px;
	color: #1e6f46;
}
.nav ul li a {	
	line-height: 45px;
	font-size: 18px;
	color: #1e6f46;
        
}
.nav ul li a:hover{
	color: #ffffff;
        background: #4e814e;
        display: block;
	
}
.nav ul li a:active{
	color: #ffffff;
       
	
}

/*版权信息*/
.footer {
	clear: both;
	width: 100%;
	height: 150px;

	background: #1e6f46;

	min-width: 1280px;

}
.copyright {
	height: 160px;
	width: 1280px;	
	margin: 0 auto;
	min-width: 1280px;
}
.centR{	
	width: 426px;
	float: left;
	height: 160px;
	border-right: 1px solid rgba(210,216,208,0.5);
}
.centC{
	width: 426px;
	height: 160px;
	float: left;
	border-right: 1px solid rgba(210,216,208,0.5);
}
.footer h3{
	padding-bottom:10px;
	padding-top:10px;
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
}
.centC img{
	padding:40px 64px;
}
.centL{
	width: 426px;
	height: 160px;
	float: left;
}
.centL .icon{
	margin-left: 60px;
}
.centL .icon img{
	margin-left:20px;
	width:90px;
	height:90px;
}
.footer p{
	text-align: justify;
	text-justify: distribute;
	font-size: 12px;
	padding-left: 15px;
	line-height: 22px;
	color: #fff;
}