/** Header 首页 --20180201 **/

#header {
    background: #fff;
    position: relative;
    border-top: 0px #2C2C2C solid;
}

#header h2 {
    float: left;
    margin: 31px 45px 30px 0;
}

#header .search {
    margin: 25px 0 30px;
    overflow: hidden;
    *zoom: 1;
}

#header .search-panel {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 716px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border: 1px #B2B2B2 solid;
    border-radius: 2px;
    background: #fff;
}

#header .search-panel input {
    margin: 9px 10px;
    width: 80%;
    height: 20px;
    line-height: 20px;
    border: 0;
    font-size: 14px;
    outline: none;
    _overflow: hidden;
}

#header .search-panel .select-wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
}
#header .search-panel .select-wrap select,
#header .search-panel .select-wrap .ui-select-trigger {
    visibility: hidden;
    margin: 0;
    height: 100%;
    border: 0;
    border-left: 1px #B2B2B2 solid;
    outline: none;
    padding: 0 0 0 10px;
    color: #000;
    font-size: 14px;
    font-family: Arial;
    background: #fff;
}

#header .search-panel .select-wrap .ui-select-trigger {
    visibility: visible;
    padding: 0 44px 0 10px;
    width: auto !important;
    min-width: 3em;
    white-space: normal;
    line-height: 38px;
    text-indent: 0;
    cursor: default;
}

#header .search-panel .select-wrap .ui-select-trigger i {
    right: 5px;
    width: 29px;
    height: 100%;
    overflow: hidden;
    background: url(//www.isweek.com/statics/front/img/icon-select-search.png) no-repeat center center;
    cursor: pointer;
}

#header .search-submit {
    float: left;
    padding: 0 15px;
    height: 40px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font: 16px/40px 'Helvetica Neue', Helvetica, Verdana;
    background: #E82D2C;
    cursor: pointer;
}

#header .search-submit span {
    padding-left: 22px;
    background: url(//www.isweek.cn/statics/front/img/icon-search.png) 0 50% no-repeat;
}

#header .wrapper {
    position: relative;
}

#header .wrapper a.lang {
    position: absolute;
    right: 0;
    top: 0;
    height: 21px;
    font: 12px/21px SimSun, Arial, Serif;
    color: #333;
    text-decoration: none; 
}

#header .wrapper a.lang:hover {
    color: #c91622;
    text-decoration: underline;
}

#header .ph-warp {
    color: #fefefe;
}
#header a{color:#fff;}
#header a:hover{color:#E82D2C;}
#header  .ui-beacon-sub a {
    display: block;
    border: 0;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background-color: white;
    min-width: 100px;
    white-space: nowrap !important;
    color: #666 !important;
}
#header  .ui-beacon-sub a:hover{color:#E82D2C !important;} 


