/*header*/
.header{
	width:1200px;
	height:223px;
	margin:auto;
	overflow: hidden;
	margin-bottom:11px;
	position:relative;
}

.header .logo{
	width:286px;
	height:51px;
	position:absolute;
	top:21px;
	left:31px;
}
.header .item{
	padding:6px 24px 8px 10px;
	border-radius:0 20px 20px 0;
	position:absolute;
	left:0;
	bottom:24px;
	text-align: center;
	font-size:24px;
	color:#fff;
}
/*搜索框*/
.header .search{
	width:215px;
	height:37px;
	position:absolute;
	right:27px;
	bottom:27px;
}
.header .search input{
	width:166px;
	height:35px;
	border:0;
	outline:none;
	text-align: center;
	float:left;
}
.header .search .button{
	width:49px;
	height:37px;
	background:url(../images/by_icon_3.png)no-repeat;
	cursor:pointer;
	float:left;
}

/*菜单*/
.menu{
	width:1165px;
	height:44px;
	margin:auto;
	overflow: hidden;
	margin-bottom:11px;
	background:#126635;
	padding:0 18px;
}
.menu ul li{
	float:left;
	margin:0 6px;
	line-height:44px;
}
.menu ul li:first-child{
	margin-top:10px;
	line-height:0;
	width:25px;
	height:22px;
}
.menu ul li a{
	font-size:15px;
	color:#fff;
	font-weight:blod;
}
/* .menu ul li a:hover{
	color:#8dac9a;
}
 */
