html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 微软雅黑, arial;
}

.header {
    background-color: #151329;
    width: 100%;
    height: 128px;
    min-height: 106px;
    font-size: 70%;
    color:white;
    border-bottom: 3px solid  #CA0050;
}

.header .logo {
    width: 35%;
    float: left;
    margin-top: 15px;
}

.header .logo img {
    width: 170px;
    height: 100px;
    display: block;
    float: right;
}

.header .downbox {
    width: 30%;
    float: right;
    margin-top: 11px;
}


ul {
    list-style-type: none;
}

.downbox img{
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 4px;
}
.header .downbox .language-ul {
    background-color: white;
    margin: 0;
    float: left;
    border: 3px solid #BE9E56;
    display: none;
    padding: 13px;
}
.header .downbox ul a{
    color:black;
    text-decoration:none;
}