.left {
 	float: left;
 }
 
 .right {
 	float: right;
 }
 
 .clearboth {
 	clear: both;
 }
 
 .content-1 {
 	width: 1180px;
 	margin: 0 auto;
 }
 
/*header*/
.header{
	width: 100%;
	height: 126px;
	border-top:12px solid #45a43e;
}
.logo a{
	display: block;
	padding-top: 30px;
	width: 177px;
	height: 57px;
}
.logo a img{
	display: inline-block;
	width: 177px;
	height: 57px;	
}
ul.nav li{
	float: left;
	
}
ul.nav li a{
	display: block;
	font: 16px/126px "microsoft yahei";
	padding: 0 22px;
}
ul.nav li a:hover{
	background: #ffad17;
	color: #fff;
}
ul.nav:after{
	display: block;
	content: "";
	clear: both;
}
/*banner*/
.banner{width:100%; margin:0 auto; position:relative; height:573px;}
.fullSlide{width:100%;position:relative;height:100%;background:transparent}
.fullSlide .bd{margin:0 auto;height:100%;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{height:100%;}
.fullSlide .bd li{height:100%;overflow:hidden;text-align:center;background-position:center;background-repeat:no-repeat}
.fullSlide .bd li a{display:block;height:100%}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0}
.fullSlide .hd ul{text-align:center;margin-bottom:10px}
.fullSlide .hd ul li{background:#45a43e;cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;*filter:alpha(opacity=50);*opacity:.5;line-height:999px}
.fullSlide .hd ul .on{background:#ffad17}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;*filter:alpha(opacity=50);*opacity:.5;display:none}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px}
/*footer*/
.footer{
	width: 100%;
	height: 110px;
	background: #45A43E;
	font: 14px/32px "microsoft yahei";
	color: #fff;
	text-align: center;
	padding-top: 30px;
}
.footer h2{
	display: inline-block;
	font: 14px/32px "microsoft yahei";
}
.footer a{
	color:#fff;
}