.iconfont {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
}



#menu {
	width: calc(100% - 443px);
	float: left;
}

.nav {
	width: auto;
	display: block;
	text-align: right
}

.nav li {
	line-height: 42px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	display: inline-block;
	margin: 0px 0px 0px 50px;
}

.nav li a {
	display: block;
	line-height: 100px;
	color: #333333;
	font-size: 16px;
	transition: all .3s;
	position: relative;
	font-weight:bold;
}

.navej a:hover {
	color: #e6ffdb !important;
	background: #104a25;
}

.navej {
	position: absolute;
	width: 200px;
	background: #018d33;
	left: 50%;
	margin-left: -100px;
	display: none;
	padding: 10px 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.nav li:hover .navej
{
display:block;	
}

.navej a
{
	text-align: left;
	line-height: 40px !important;
	font-size: 14px !important;
	color: #e4ffed !important;
	text-align: center;
}

.nav li:hover .navyj:before {
	opacity: 1
}

.nav li a:hover {
	color: #018d33;
	text-decoration: none;
	font-weight: bold;
}

.nav li .navyj:before {
	content: '';
	position: absolute;
	bottom: 20px;
	width: 16px;
	height: 3px;
	background: #018d33;
	left: 50%;
	opacity: 0;
	margin-left: -10px;
	transition: all .3s
}

.nav .sec {
	height: 0;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 54px;
	left: 0;
	background: #01a8ec
}

.nav .sec a {
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 171px
}

.nav .sec a:hover {
	text-decoration: none
}

.search {
	width: 100%;
	max-width: 270px;
	float: right;
	height: 40px;
	margin-top: 30px;
	border-radius: 4px;
	background: -webkit-linear-gradient(left,#a3cb2b,#239cb2);
}

	.search .fa-search:before {
		content: "\f002";
		color: #fff;
	}

.nav .sec a:hover {
	text-decoration: none;
}

.top_contact {
	height: 40px;
	background: #23824d;
}

.top_contact_c {
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
}

.welcome {
	width: 50%;
	line-height: 40px;
	color: #fff;
}

.top-tel {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.top-messages a {
	display: block;
	color: #fff;
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 24px;
	display: block;
	line-height: 40px;
	margin-right: 20px;
}

.top-tel .companyphone {
	color: #fff;
	line-height: 40px;
	background: url(../images/icon-tel.png) no-repeat left center;
	padding-left: 25px;
}

	.top-tel .companyphone a {
		font-family: bahnschrift !important;
		color: #fff;
		font-weight: 100;
		font-size: 16px;
	}

.language {
	margin-left: 20px;
}

	.language a {
		color: #fff;
		line-height: 40px;
		display: block;
		background: url(../images/icon-en.png) no-repeat left center;
		padding-left: 22px;
	}

.index_top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 100%
}

	.index_top .wt_k {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 20px
	}

.logo {
	width: 440px;
	float: left;
	display: flex;
	position: relative;
	align-items: center;
}

.logo_text {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
}

	.logo_text span {
		display: block;
		font-size: 16px;
		color: #999999;
		font-weight: normal;
	}


.search input {
	border: none !important;
	line-height: 38px;
	padding: 0 10px;
	width: calc(100% - 54px);
	background: 0 0;
	border: 0;
	padding: 0 10px;
	color: #999;
	outline: 0;
	transition: all ease .6s;
	display: inline-block;
	background: #fff;
	margin: 1px 0px 1px 1px;
	border-radius: 4px 0px 0px 4px;
}

.search button {
	border: none;
	background: 0 0;
	line-height: 40px;
	float: right;
	padding: 0 20px;
	outline: 0;
}

#slider {
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}

.bxslider img {
	width: 100%;
}

#m_slider {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	height: 8px;
	margin-bottom: 10px;
	border-radius: 20px;
}

.logo a {
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
}

	.logo a p {
		font-size: 22px;
		font-weight: bold;
		color: #333333;
		padding-left: 60px;
		position: relative;
	}

		.logo a p:before {
			content: '';
			position: absolute;
			width: 1px;
			height: 40px;
			left: 30px;
			background: #333;
			top: 50%;
			margin-top: -20px;
		}


		.logo a p span {
			display: block;
			font-size: 12px;
			color: #666;
			text-transform: uppercase;
			font-weight: normal;
		}

	.logo a img {
		float: left;
		opacity: 1;
	}
