@charset "UTF-8";

    #header_new {
    position: relative;
    height: 123px;
    z-index: 10;
}
.logoBar {
    width: 1200px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    background: url(/img/topBg.png) 100% 0px no-repeat;
}
.logoBar .logo {
    position: absolute;
    top: 38px;
    left: 5px;
    z-index: 1;
    width: auto;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}
fieldset, img {
    border: 0;
    vertical-align: top;
}
.logoBar .siteSearch {
    position: absolute;
    width: 228px;
    height: 28px;
    right: 0px;
    top: 45px;
    background: #fff;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}
.logoBar .siteSearch .searchBtn {
    float: right;
    _display: inline;
    width: 42px;
    height: 28px;
    border: none;
    background: url(/img/search.png) 13px 5px no-repeat #f59f09;
    text-indent: 100%;
    line-height: 28px;
    overflow: hidden;
    cursor: pointer;
}
.logoBar .siteSearch .keyWord {
    float: left;
    _display: inline;
    height: 20px;
    line-height: 20px;
    padding: 4px 0 4px 10px;
    border: none;
    background: none;
    width: 175px;
    outline: none;
    color: #333;
    margin: 0px;
}