/*=====================头部样式 开始==========================*/
body{
	background: url(../images/img_bg.jpg)repeat-x;
}
.top_header_box{
	background: #f5f5f5;
}
.top_bar{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:#e0e0e0;
	margin:0 auto;
}
.top_bar .icon2{
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	min-width: 96px;
	/* background-color: #424242; */
	cursor: pointer;
	color:#5f7800;
}
.drop_down {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	background-color: #e0e0e0;
	z-index: 10;
	border-top: 1px solid #bdbdbd;
	display: none;
}

.drop_down>a {
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #bdbdbd;
	/* color: #fff; */
	position: relative;

}
.top_bar .icon2:hover .drop_down{
	display: block;
}
.shrink_btn{
	width: 36px;
	height: 32px;
	line-height: 32px;
	border-radius: 0 0 2px 2px ;
	/* position: absolute; */
	/* right: -50px; */
	top: 0;
	cursor: pointer;
	background:#5f7800;
}

.left_box{
	width:595px;
}

.search_Bar{
	padding-top: 28px;
	padding-bottom: 28px;
}

.logo_box{
	width: 202px;
}

.guanzhuBtn>a{
	margin-top: 2px;
}
.search_box{
	/* width: 313px; */
	height: 37px;
	border-radius: 18px;
	border: 1px solid #afafaf;
	background: white;
}
.search_box .search{
	width: 390px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	border: none;
	border-radius: 18px;
	padding-left: 15px;
	padding-right: 10px;
}
.search_box .search_btn{
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #dddddd;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #333;
}
.search_box .search_btn:hover{
	color: #1986c0;
}
.people{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #9d9d9d;
	border-radius: 50%;
	background: #009933;
	overflow: hidden;
}
.shopping_cart {
	position: relative;
	display: block;
	width: 45px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	color: #bd2325;
}
.shopping_cart span {
	position: absolute;
	right: -4px;
	top: -8px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border-radius: 50%;
	background-color: #bd2325;
}
.shopping_cart:hover{
	color: #1986c0;
	transition: all 0.2s;
}
.shopping_cart:hover span{
	background: #1986c0;
	transition: all 0.2s;
}


/*===================头部样式 结束=========================*/

/*=======================导航 开始======================*/

.xh_nav {
	height:65px;
	background:#2a7625;
}
.xh_nav ul li {
	float:left;
	border-radius:3px;
	width:220px;
	text-align: center;
	background: #6d8d23;
	margin-right:1px;
	height:65px;
}
.xh_nav ul li:hover,.xh_nav ul li.active {
	background:#fff;
	color:#6d8d23;
}
.xh_nav ul li> a {
	display:block;
	color:#fff;
	font-size:20px;
	line-height:65px;
}
.xh_nav ul li> a:hover{
	color:#6d8d23;
}
.xh_nav ul li> a:link{
	color:#6d8d23;
}
.xh_nav_button {
	position:absolute;
	right:0;top:50%;
	margin-top:-20px;
	display:none;
	width:184px;
	height:40px;
	background:#fff;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	font-family:Arial;
	font-size:16px;
}
.xh_wrapper {
	width:1200px;
	margin:0 auto;
}

.syn_nav{
	background-color:#5f7800;
}
.syn_nav li{
	float:left;
	min-width:125px;
	height:60px;
	line-height:45px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	color:#fff;
	cursor:pointer;
	position: relative;
	/* background: #6d8d23; */
	margin:0 1px;
}

.syn_nav li .line{
	width: 0;
	height: 3px;
	background: #da6021;
	position: absolute;
	left: 0;
	bottom: 0;
}
.syn_nav li.active .line{
	width: 100% !important;
}
.syn_nav li.active{
	background-color:#79960a;
	color:#fff;
}
.syn_nav li.active .icon{
	background-color:#fff;
	color:#afbd22;
}

.syn_nav li:hover .line{
	width: 100%;
}
.syn_nav li:hover{
	background-color:#79960a;
	transition:all 0.2s;
	color:#fff;
}
.syn_nav li:link{
	color:#fff;
}
.syn_nav li:hover .icon{
	background-color:#fff;
	transition:all 0.2s;
	color:#afbd22;
}
.syn_nav li .icon{
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#afbd22;
	position:relative;
	overflow:hidden;
	margin-top:8px;
}
.syn_nav li .icon>i{
	position:absolute;
	top:-6px;
	left:1px;
}
.syn_img{
	position:absolute;
	top:2px;
	left:2px;
}
.syn_nav li .icon .img{
	display:block;
	height:40px;
}

/*===================导航  结束=========================*/