/*头部*/
.headerwrap{
    width: 1374px;
    margin: 0 auto;
    height: 120px;
    /*overflow: hidden;*/
}
.he-left{
    float: left;
    height: 100%;
}
.change{
    border-bottom: 4px solid #E33224;
    color: #D9000B;
}
header>.he-right>.oulx>.change>a{
    /*border-bottom: 4px solid #E33224;*/
    color: #D9000B;
}
.he-left>img{
    width: 443px;
    height: 58px;
    margin-top: 31px;
}
.he-right{
    float: right;
    margin-top: 43px;
}
.oulx{
    width: 100%;
    color:rgba(51,51,51,1);
}
.oulx>li{
    list-style: none;
    display: inline-block;
    height: 30px;
    margin-left: 65px;
    font-size:18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    cursor: pointer;
}
.oulx>li:nth-child(2){
    position: relative;
}

.oulx>li img{
    width: 11px;
    height: 11px;
    margin-top: 8px;
    margin-left: 5px;
    float: right;
}

.oulx>li>a{
    text-decoration: none;
    color:rgba(51,51,51,1);
}

.he-right>.oulx>.change>a{
    color: #D9000B;
}

.he-right>.oulx>li:hover a{
    color: #D9000B;
}

.he-right>.oulx>li:hover #feel>div>a{
    /*color:rgba(51,51,51,1);*/
    color: #666;
}
#feel>div>a{
    color: #333;
}

#feel>div:hover{
    background: #f5f5f5;
    /*color:#E33224 ;*/
}
#feel>div:hover #feel>div>a{
    /*background: #f5f5f5;*/
    color:#E33224 ;
}

.oulx>li:hover{
    border-bottom: 4px solid #E33224;
    color: #D9000B;
}
.oulx>li:nth-child(2):hover #feel{
    display: block;
}
/*头部样式的媒体查询*/
@media screen and (max-width: 1366px) {
    .headerwrap {
        width: 1200px;
        /*width: 100%;*/
    }
    .oulx>li{
        margin-left: 40px;
    }
}
/*清除浮动代码*/
.clearfloat{clear:both}

#head{
    width: 100%;
    height: 120px;
    /*background-color: #F5F5F5;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
}

@keyframes move{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-12px);
    }
}

#feel{
    position: absolute;left: 0;top: 35px;
    background: white;width: 120px;
    text-align: center;
    box-shadow: 1px 3px 3px 1px #f5f5f5;
    display: none;
}
#feel>div{
    list-style: none;
    height: 35px;
    line-height: 35px;
    color:#E33224 ;
    cursor: pointer;
}


