.iconfont {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
}



#menu {
	width: 100%;
	float: right;
	background: #069144;
}

.nav {
	width: auto;
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	text-align: right;
	display: flex;
}

.nav li {
	line-height: 40px;
	text-align: center;
	float: none;
	z-index: 99999;
	margin: 0px 0px;
	width: calc(100% / 8 );
	position: relative;
}
.nav li .nav_ej
{
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}

.nav li:hover .nav_ej
{
	opacity:1;
	visibility:initial;
	

}

.nav li .nav_ej a
{
	line-height: 50px;
	color: #666;
	font-size: 14px;
} 
.nav li .nav_ej a:hover
{
    color: #fff;
    background:#069144;	
}

.nav li.en
{
    display: none;
}


.nav li a {
	display: block;
	line-height: 68px;
	color: #fff;
	font-size: 16px;
	padding: 0px 0px;
	position: relative;
}
.nav li:hover a.navyj
{
	color:#fff;
	text-decoration: none;
	font-weight: normal;
	background:#06aa4f;
}


.nav .sec {
	height: 0;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 54px;
	left: 0px;
	background: none;
}

.nav .sec a {
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 171px;
}

.nav .sec a:hover {
	text-decoration: none;
}

.index_top {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.index_top .tou2 {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
}


.logo
{
	width: 70%;
}

.logo a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
.logo a p
{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px #eee solid;
}
.logo a p span
{
	display: block;
	font-size: 16px;
	color: #666;

	font-weight: normal;
}

.logo a img {
	float: left;
	opacity: 1;

}

.top_main
{
	width: 240px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top_main p
{
	color: #069144;
	background: url(../image/index_05.jpg) no-repeat left center;
	font-size: 24px;
	font-family: CenturyGothic !important;
	padding-left: 55px;
}
.top_main p span
{
	font-size: 14px;
	color: #999;
	display: block;
}