.clear {
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: none;
}

.logoArea {
	width: 100%;
	height: 120px;
	background-color: #fff;
	z-index: 999;
}
.logoArea>.container {
	position: relative;	
}
.top {
	position: absolute;
	right: 21px;
	top: 12px;
}
.top>span {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #008600;	
}
.top>img {
	position: relative;
	top: 4px;
	margin: 0 4px;
}
.logoArea .logo {
	float: left;
	height: 114px;
	text-align: center;
}
.logoArea .logo>div {
	float: left;
}
.logo_img {
	width: 165px;
	height: 100%;
	overflow: hidden;
}
.logo_img>img {
	width: 100%;
}
.logo_text>img {
	margin-top: 20px;
}
.logo span {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	text-align: center;
}
.main-nav {
	float: right;
	margin-top: 50px;	
}
.main-nav .h_title {
	height: 100%;
}
.main-nav .h_title>ul {
	margin: 0 auto;
}
.main-nav .h_title>ul>li {
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
}
.main-nav .h_title>ul>li:hover {
	background: #008600;
}
.main-nav .h_title>ul>li>a {
	font-family: "Microsoft YaHei";
	color: #606060;
	font-size: 16px;
}
.main-nav .h_title>ul>li:hover>a {
	color: #fff;	
}
.main-nav .sub {
	display: none;
	position: relative;
	z-index: 1000;
	width: 100px;
}
.main-nav .sub>li {
	height: 40px;
	width: 100px;
	line-height: 40px;
	background: #F3F8FC;
	text-align: center;
	float: left;	
}
.main-nav .sub>li>a {
	font-family: "Microsoft YaHei";
	color: #333;
	font-size: 1.1em;
}
.main-nav .sub>li:hover {
	display: block;
	background: #008600;	
}
.main-nav .sub>li:hover>a {
	color: #fff;	
}

.flexslider { position: relative; width: 100%; height: 500px; 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; 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; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { 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 { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:500px; display: block; }

.flexslider1 { position: relative; width: 100%; height: 350px; overflow: hidden; zoom: 1; }
.flexslider1 .slides li { width: 100%; height: 100%; }
.flexslider1 .slides a img { width: 100%; height:350px; display: block; }

