
/* ��ҳ�� ���������ʽ*/
.kw-box{
    display: flex;
    align-items: center;
    height: 100%;
}
.kw{
	width: clamp(140px,10.4vw,200px);
    height: 30px;
    padding: 9px 7px;
    font: 16px arial;
    border: 2px solid #b8b8b8;
    outline: none;
    box-shadow: none;
}
.kw-btn{
	cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: 0;
    background: none;
    background-image: url("/new_page/img/query.png");
    background-color: #1525D2FF;
    font-size: 16px;
    color: white;
    box-shadow: inset 0 0 3px 0 #fff;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;
}
.kw:hover{
	 border: 2px solid #1525D2FF;
}
.kw-btn:hover{
	 background-color: #1525D2FF;
     box-shadow: inset 0 0 5px 0 #fff;
}

.header .menu>li:last-child:hover {
    border-top: 4px solid #1525D2FF;
}