a{
	text-decoration: none;
	color: #000000;
}
ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.clear{
	clear: both;
}
.header{
	width: 100%;
	height: 116px;
}
.header-con{
	width: 1170px;
	height: 116px;
	margin: 0 auto;
}
.header .header-left{
	float: left;
	width: 50%;
}
.header .header-logo{
	width: 100%;
	height: 116px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0c8245;
	text-align: center;
}
.nav-content{
	width: 1170px;
	margin: 0 auto;
}
.nav .menu{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
.nav ul li{
	display: inline-block;
	width: 110px;
	height: 50px;
	position: relative;
}
.nav ul li a{
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}
.nav ul li a:hover{
	background-color:rgba(225,225,225,0.1);
}
.nav ul li span{
	display: block;
}

.footer{
	width:100%;
	height: 140px;
	background: #0C8245;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Helvetica, 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
	font-size: 14px;
}
.footer .f-container{
	width: 1170px;
	padding-top: 20px;
	margin: 0 auto;
}
.footer .frilink{
	width: 1170px;
	height: 45px;
	line-height: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.footer .frititle{
	float: left;
}
.footer .web-info{
	margin-top: 10px;
	font-size: 13px;
	color: #e0e0e0;
}
.footer .footer-se{
	padding-top: 5px;
	
}

@media (max-width:1200px) {
	.header , .nav, .footer{
		width: 1170px;
	}
	.nav .menu{
		width: 100%;
		}
}
@media (max-width:1500px) and (min-width:1200px) {
	.header , .nav, .footer{
		width: 100%;
	}
	.nav .menu{
		width: 100%;
		}
}