
/* 首页的 搜索框的样式*/

.kw{
	width: 200px;
    height: 30px;
    padding: 9px 7px;
    font: 16px arial;
    border: 2px solid #b8b8b8;
    outline: none;
    box-shadow: none;
}
.kw-btn{
	cursor: pointer;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: 0;
    background: none;
    background-color: #456f7d;
    font-size: 16px;
    color: white;
    box-shadow: none;
    font-weight: normal;
}
.kw:hover{
	 border: 2px solid #456f7d;      
}
.kw-btn:hover{ 
    font-weight:600;
}
.header .menu>li:last-child:hover {
    border-top: 4px solid #22918b;
}