/*v4 hunlimao web*/
.header--wrapper {
    min-width: 1180px;
    border-bottom: 1px solid #eee;
}
/*header had*/
.header--had{
    width: 100%;
    height: 80px;
}

.header--had-content{
    position: relative;
    width: 1180px;
    height: 100%;
    margin: 0 auto;
}

.header--hadc-img{
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    /*width: 160px;*/
    z-index: 1;
}

.header--hadc-close{
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 2;
}

.header--hadc-close .iconfont{
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    opacity: 0.6;
}

/*header main*/
.header--main{
    position: relative;
    width: 1180px;
    height: 80px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    line-height: 80px;
    z-index: 2;
}

.header--main-left{
    float: left;
}

.header--logo {
    display: inline-block;
    width: 246px;
    height: 54px;
}

.header--logo a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(http://static.xitaoinfo.com/v4/hlm_logo.png) center no-repeat;
}

/*.header--logo .iconfont{*/
    /*color: #fd7284;*/
    /*font-size: 60px;*/
    /*line-height: 50px;*/
/*}*/

/*header search*/
.header--search{
    display: inline-block;
    position: relative;
    width: 480px;
    height: 40px;
    margin-left: -200px;
    /*border:1px solid #e6e6e6;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header--search.active{
    border-color: #ff7382;
}

.index--search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border:1px solid #e6e6e6;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
}

.index--search-input:focus {
    border: 1px solid #ff7385;
}

.icon {
    position: absolute;
    top: -21px;
    right: 6px;
    z-index: 10;
}

.icon .iconfont {
    font-size: 28px;
    color: #ff7385;
    cursor: pointer;
}

.search--result {
    display: none;
    width: 480px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    border: 2px solid rgb(242,242,242);
    z-index: 2;
}

.search--result-text {
    width: 100%;
    padding-left: 20px;
    line-height: 30px;
    text-align: left;
    padding-right: 20px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search--item-link {
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.search--item-text {
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.search--result-item.hover .search--result-text {
    background-color: #fdeaed;
    position: relative;
}

.search--result-list .iconfont {
    padding-right: 5px;
}

.search--result-list .search--icon {
    color: #ff7385;
    position: relative;
    top: 2px;
}

.search--result-list .search--item-text {
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.search--result-list .search--item-tag {
    margin: 0 6px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.search--result-list .search--item-tag:hover {
    color: #ff7385;
    text-decoration: underline;
}

.c9 {
    color: #999;
    font-size: 12px;
    line-height: 30px;
}

.label {
    margin-left: 25px;
}

.label--name {
    margin-right: 10px;
    color: #999;
    font-size: 12px;
    line-height: 30px;
}
.label--name:hover {
    color: #ff7385;
    text-decoration: underline;
}

.header--click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.header--click-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #666464;
    width: 80px;
    height: 100%;
    line-height: 38px;
}

.header--tag-wrapper{
    margin-left: 80px;
    position: absolute;
    height: 40px;
    z-index: 1;
    line-height: 0;
}

.header--tag-block{
    height: 26px;
    line-height: 26px;
    color: #999;
    background-color: #f2f2f2;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 6px;
}

.header--tag-block:hover{
    color: #fff;
    background-color: #ff7385;
}

.header--content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header--search-input{
    position: absolute;
    left: 0;
    height: 38px;
    line-height: 38px;
    width: 260px;
    margin-left: 75px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #999;
    z-index: 0;
}

.search--type{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px;
    line-height: 38px;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.search--type:focus{
    box-shadow: none;
    outline: none;
    border: none;
}

.search--type .iconfont{
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search--type.active .iconfont{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ff7385;
}

.search--type-select{
    display: none;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    margin-top: -1px;
    text-indent: 14px;
    text-align: left;
}

.search--type.active .search--type-select{
    display: block;
}

.search--type-select:hover{
    color: #fff;
    background-color: #ff7385;
}

.search--type-opt{
    display: block;
}

.header--search-icon{
    float: right;
    line-height: 36px;
    width: 50px;
    cursor: pointer;
}

.header--search-icon:hover .iconfont{
    color: #ff7385;
}


/*header nav*/
.header--nav{
    position: relative;
    width: 1180px;
    margin: 0 auto;
    height: 50px;
}

.header--nav-title{
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #ff7385;
}

.header--nav-list{
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #666;
    margin-left: 0;
}

.header--nav-more{
    display: none;
}
/*.header--nav-more-index{*/
    /*display: none;*/
/*}*/



/*right banner*/
.header--hadc-title {
    margin-left: 55px;
}
.header--hadc-tip {
    margin-left: 55px;
}

@media screen and (max-width: 1200px){
    .header--wrapper {
        min-width: 960px;
    }
    .header--nav{
        width: 960px;
    }
    .header--nav-item{
        width: 100px;
    }
    .header--nav-item-wiki{
        display: none;
    }
    .header--nav-more{
        display: block;
    }
    /*.header--nav-more-index{*/
        /*display: block;*/
    /*}*/

    .header--main{
        width: 960px;
        text-align: left;
    }
    .header--search{
        margin-left: 50px;
        width: 390px;
    }
    /*.index--search-input {*/
        /*width: 390px;*/
    /*}*/
    .header--rightad {
        position: absolute;
        top: 16px;
        left: 750px;
    }
}