/*搜索开始*/
.search-panel {
    float: right;
    clear: right;
    position: relative;
    z-index: 200;
}
.searchbtn {
   position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 120;
    background: #2a6d47 ;
	border-radius: 20px;
	margin-top: 5px;

}
.search-window {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
/*	border-radius:7px;*/
}
.wp-search .search-input input.search-title {
    width: 100%;
/*    line-height: 36px;*/
    border: 0;
    outline: 0;
    font-size: 14px;
    padding-left: 15px;
}
.wp-search .search-input {
margin-right: 18px;
    border: 1px solid #fff;
    background-color: #FFF;
    border-radius: 30px;
    background-color: #fff;
}
.wp-search form {
    display: block;
}
.wp-search .search-btn {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-search .search-btn input.search-submit {
    width: 100%;
/*    height: 25px;*/
    border: 0;
    outline: 0;
    cursor: pointer;
    background:url(../images/ss.jpg) left center no-repeat;
	margin-top: 11px;
    margin-left: -23px;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
/*搜索结束*/
