/*index smenu*/
.index_smenu{
	border-top: 0px solid #e5e5e5;
	border-bottom: 0px solid #e5e5e5;
	margin-top: 26px;
	min-width: 1200px;
	width: 100%;
}

.smenu{
	font-size: 0;
	margin: 0 auto;
	width: 1180px;
}

.smenu li{
	display: inline-block;
	position: relative;
	text-align: center;
	width: 14%;
}

.smenu a{
	color: #7e7e7e;
	display: block;
	font-size: 17px;
	line-height: 44px;
}

.smenu li:hover a{
	background-color: #61a93f;
	color: #fff;
}

.smenu>li>a:hover:after,.smenu>li>a:hover:before{
	content: "";
	background-color: #fff;
	height: 44px;
	position: absolute;
	top: 0;
	width: 1px;
}

.smenu>li>a:hover:before{left: 0;}

.smenu>li>a:hover:after{right: 0;}

.smenu_chose a{
	background-color: #61a93f;
	color: #fff;
}

.smenu_chose .smenu1 a{
	background-color: #fff;
	color: #7e7e7e;
}

.smenu1{
	background-color: #fff;
	border-top: 1px solid #fff;
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
}

.smenu1 li{width: 100%;}

.smenu1 a{
	font-size: 15px;
	line-height: 42px;
}

.smenu li:hover .smenu1{display: block;}

.smenu li:hover .smenu1 a{
	background-color: #fff;
	color: #7e7e7e;
}

.smenu .smenu1 li:hover a{
	background-color: #61a93f;
	color: #fff;
}

