.listheaderw1200{
    width: 100%;
    background: #eeeeee !important;
}

.listheader{
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 30px;
}

.listheader a{
    color: #c4151c;
}

.listheader span:nth-of-type(1){
    float: left;
}

.listheader span:nth-of-type(2){
    float: right;
}

.headerposter{
    height: 100px;
    display: flex;
    padding-top: 10px;
}

.headerposter .headerposterlogo{
    width: 200px;
    display: flex;
    align-items: center;
}

.headerposter .headerposterlogo img{
    width: 200px;
}

.headerposter .headerposterimg{
    width: 311px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerposter .headersearchbox{
    width: 450px;
}

.headerposter .headerphonebox{
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-top: 5px;
    flex-direction: column;
    line-height: 23px !important;
    flex: 1;
}

.headersearchbox{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.headerphonebox span:nth-of-type(1){
    font-size: 16px;
}

.headerphonebox span:nth-of-type(2){
    font-size: 25px;
    color: #c4151c;
    font-weight: bold;
}

.headerphonebox span:nth-of-type(3){
    width: 142px;
    height: 35px;
    background: #c4151c;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    margin-top: 10px;
    cursor: pointer;
}

.headerphonebox span:nth-of-type(3) a{
    color: #FFF !important;
}

.headersearchbox img{
    position: absolute;
    right: 45px;
}

.headersearchbox input{
    width: 378px;
    height: 40px;
    border: 1px solid #eeeeee;
    padding-left: 30px;
    outline: none;
}

.headertitle{
    height: 70px;
    display: flex;
    line-height: 70px;
}

.headertitle ul{
    float: left;
    width: 1015px;
}

.headertitle ul li{
    float: left;
    display: inline-block;
    letter-spacing: 0;
    margin-right: 52px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.headertitle ul li a:hover{
    color: #c4151c;
}

.headertitle .loginBox{
    float: right;
}

.headertitle .loginBox a{
    width: 92px;
    display: inline-block;
    background: #ce0505;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.headertitle .loginBox a:nth-of-type(1){
    background: #fe5a01;
    margin-right: -4px;
    width: 92px;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.headertitle .loginBox a:nth-of-type(2){
    width: 92px;
    display: inline-block;
    background: #ce0505;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.headertitle .notLogin{
    float: right;
}

.headertitle .notLogin a{
    width: 92px;
    display: inline-block;
    background: #ce0505;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.headertitle .notLogin a:nth-of-type(1){
    background: #fe5a01;
    margin-right: -4px;
    width: 92px;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.headertitle .notLogin a:nth-of-type(2){
    width: 92px;
    display: inline-block;
    background: #ce0505;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.titleactive a{
    color: #c4151c !important;
}

.loginBoxon{
    display: none !important;
}

.headerposter .sousuo{
    position: absolute;
    width: 50px;
    height: 41px;
    background-color: #c4151c;
    text-align: center;
    line-height: 35px;
    top: 30px;
    left: 0px;
    color: #FFF;
    cursor: pointer;
}

.sousuo i{
    font-size: 25px;
}

.selectbox1{
    height: 40px;
    width: 100px;
    border-left: 1px solid #eeeeee;
    position: absolute;
    right: 49px;
    display: flex;
    justify-content: flex-end;
    line-height: 40px;
    box-sizing: border-box;
}

.selectbox1 i{
    line-height: 38px;
    padding-left: 5px;
    font-size: 16px;
}

.selectactive{
    display: none;
}

.selectlist{
    border: 1px solid #eeeeee;
    border-bottom: none;
    position: absolute;
    right: 36px;
    top: 64px;
    z-index: 1000;
    width: 113px;
    background: #FFF;
}

.selectlist li{
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
}

.selectlist li:hover{
    color: #FFF;
    background: #c4151c;
}