.header-subsite-logo {
    background: none;
    line-height: 60px;
    margin: 0;
    float: left;
    color: #252b3a;
    height: 60px;
    text-align: left;
    font-size: 20px;
    margin-right: 16px;
}
.header_logo {
    display: inline-block;
    margin-right: 28px;
    padding: 10px 0;
    vertical-align: top;
}

.header_logo a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
}
.header_logo .image {
    height: 40px;
    width: 50px;
    display: inline-block;
    margin-right: 5px;
    background: url(../images/header_logo.svg) no-repeat center;
    background-size: auto;
    vertical-align: top;
}
.headerCls {
    /*position: fixed;*/
    width: 100%;
    /*z-index: 10;*/
    /* padding-left: 5px; */
    background-color: #fff;
    transition: background-color 0.3s;
}

.headerCls a:hover, .headerCls a:visited, .headerCls a:link {
    text-decoration: none;
}

.headerCls ul {
    list-style: none;
}

.header-nav-list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.header-nav-list > li {
    float: left;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.header-nav-list > li:hover {
    border-bottom: 2px solid #C7000B;
}

.header-nav-list > li:hover > a {
    color: #C7000B;
}

.header-nav-list > li#userRegister:hover,
.header-nav-list > li#userInfo:hover,
.header-nav-list > li#languageToggle:hover {
    border-bottom: none;
}

.header-nav {
    position: relative;
    /* overflow: hidden; */
    width: 1280px;
    height: 60px;
    margin: 0 auto;
}

.header-nav-list > li > a {
    display: block;
    font-size: 14px;
    color: #252b3a;
    cursor: default;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 18px;
    padding: 21px 16px 18px 16px;
}

.dropdown {
    position: absolute;
    top: 102px;
    right: 0;
    /* bottom: 0; */
    left: 0;
    display: none;
    z-index: 5;
}

.dropdown > div.dropContainer {
    background-color: rgba(245, 245, 245, 1);
    color: #333333;
    /*padding: 20px 125px;*/
    margin: 0;
    box-shadow: 0px 2px 10px rgba(204, 204, 204, 0.58);
}

.dropdown > div.dropContainer > .dropBox {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}

.dropdown > div.dropContainer > .dropBox > ul > li {
    margin-bottom: 10px;
    font-size: 14px;
}

.dropdown > div.dropContainer > .dropBox > ul > li:hover {
    color: #C7000B;
}

.dropdown > div.dropContainer > .dropBox > ul > li:hover a {
    color: #C7000B;
}

/*顶部cookie通栏*/
.privacy {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    color: #333;
    background: #ccc;
    text-align: center;
    display: none;
    padding: 10px 0;
}

.privacy a {
    color: #526ecc;
}

.privacy a:hover {
    color: #344899;
}

.privacy a.close-privacy {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.privacy p {
    display: inline-block;
    padding: 2px 80px 2px 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.privacy .close-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_close_privacy.png) no-repeat center / 20px 20px;
}

.privacy a.close-privacy {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#userInfo,
#userRegister,
#languageToggle {
    float: right;
    text-align: center;
    margin: 0 3px;
}

#userInfo,
#languageToggle {
    position: relative;
    display: block;
    color: #fff;
    height: 60px;
}

#languageToggle:hover .langDropdown {
    display: block;
}

#userInfo > a,
#languageToggle > a {
    color: #c7000b;
    cursor: pointer;
}

#userInfo > a .userImg {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/head.png) no-repeat center;
    background-size: contain;
}

#languageToggle > a .arrow, #userInfo > a .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../images/arrowdown.png) no-repeat center;
}

#userInfo > a:hover {
    color: #c7000b !important;
}

/* #userInfo>a:hover .arrow {
    background: url(../images/arrowup.png) no-repeat center;
} */

#userInfo:hover #userDropdown {
    display: block;
}

.langDropdown, #userDropdown {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    cursor: default;
    background: #fff;
    display: none;
}

.langDropdown a, #userDropdown a {
    color: #252b3a;
    padding: 6px 20px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.langDropdown a {
    text-align: left;
}

.langDropdown a:hover, #userDropdown a:hover {
    color: #c7000b;
}

#userRegister span {
    display: inline-block;
    background-color: #c7000b;
    color: #fff;
    padding: 9px 16px;
    margin: 12px 0;
    cursor: pointer;
    font-size: 14px;
}

#userRegister span:hover {
    background-color: #bb4148;
}



/*顶部cookie通栏*/
.privacy {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    color: #333;
    background: #ccc;
    text-align: center;
    display: none;
    padding: 10px 0;
}

.privacy a.close-privacy {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.privacy p {
    display: inline-block;
    padding: 2px 80px 2px 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.privacy .close-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_close_privacy.png) no-repeat center / 20px 20px;
}

.privacy a.close-privacy {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.privacy a {
    color: #526ecc;
    font-size: 14px;
}

.privacy a:hover {
    color: #344899;
    font-size: 14px;
}


