.head {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    z-index: 11111111;
}

#head {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
}

header img {
    width: 130px;
    height: 60px;
    margin-top: 2px;
    position: absolute;
    left: 132px;
}

header .nav {
    /* width: 330px;  */
    float: right;
    margin-top: 20px;
    background-color: #fff;
    position: absolute;
    right: 130px;
}

header .nav a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin: 50px 0 0 20px;
    padding-bottom: 3px;
}

header .nav a:hover {
    color: #737373;
}

header .nav a .glyphicon {
    margin-left: 3px;
}

.language {
    position: absolute;
    right: 40px;
    top: 25px;
}

#language {
    position: relative;
    top: -2px;
    color: #000000;
}

#language:hover {
    text-decoration: none;
    color: #000000;
}

.language-Img1 {
    width: 25px;
    height: 25px;
    position: relative;
    left: -2px;
    top: -5px;
}

.language-Img2 {
    width: 10px;
    height: 10px;
    position: relative;
    left: 0;
    top: -1px;
}

#language-choose {
    position: relative;
    left: 0;
    top: 0;
    width: 109px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 10px #aaaaaa;
    display: none;
}

#language-choose a {
    display: block;
    color: #b0b0b0;
    margin: 0 0 0 16px;
    padding-top: 12px;
}

#language-choose a:hover {
    text-decoration: none;
    color: #b0b0b0;
}

#language-choose a img {
    width: 15px;
    height: 15px;
    position: relative;
    left: 0;
    top: -2px;
}

.languageAct {
    color: #404040 !important;
}