.search {
    width: 670px;
    padding-top: 32px;
}


/*logo图片加宽样式*/
.logo img {
    max-width: 500px;
    box-sizing: border-box;
    max-height: 90px;
    margin-top: 0px;
}

.searchtxt {
    line-height: 46px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 460px;
    padding-left: 10px;
    height: 46px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 16px;
    margin-right: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
}

.searchul {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 460px;
    background-color: #fff;
    position: absolute;
    top: 45px;
    z-index: 20;
    border: 1px solid #ccc;
    border-bottom: none;
}

.searchul li {
    font-size: 14px;
    list-style: none;
    /*line-height: 32px;*/
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 448px;
}

.tl .searchul {
    width: 550px;
}

.searchform {
    margin-top: 6px;
    width: 550px;
    height: 46px;
    position: relative;
}

.searchad {
    width: 120px;
    /*padding-left: 0px;*/
}