* {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: one;
}

.header {
	width: 100%;
}
#ppp{
	color:#019849;
	font-size: 40px;
}
input,
button,
a {
	outline: 0 none !important;
	blr: expression(this.onFocus=this.blur());
}

.header li a {
	float: left;
	width: 20%;
	font-size: 15px;
	color: #000000;
	line-height: 90px;
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#img{
	margin: 20% 0% 20% 0%;
	width:120%;
}
.header li a:hover {
	text-decoration: none;
	color: #019849;
}
#active{
	color: #019849;
}
#bg {
	width: 100%;	
	 background-size:cover;
}
#div ul li img{
	max-width:1400px;
}
#div img{
	width:100%;
}
#div p{
	text-align: center;
	line-height: 2;
	font-size: 13px;
}
.footer{
	width:100%;	
	padding-bottom: 2%;
}
.footer p{
	color:#555555;
	text-align: center;
	letter-spacing: 1px;
}

