*{
	margin: 0;
	padding: 0;
}
ol,ul,li{
	list-style: none;
}
a{
	text-decoration: one;
}
.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;
}
#ppp{
	/*color:#019849;
	font-size: 40px;*/
}
input,
button,
a {
	outline: 0 none !important;
	blr: expression(this.onFocus=this.blur());
}

.footer{
	width:100%;	
	padding-bottom: 2%;
}
.footer p{
	color:#555555;
	text-align: center;
	letter-spacing: 1px;
}
.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	margin-left: 14%;
	margin-right: 14%;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flex-next:hover{
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flex-next:hover{
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}


.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 650px;
	display: block;
}