@import "font-resources.css";

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue',Helvetica, Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}
.nav-sites {
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: center;
    background: #efeeee;
    position: fixed;
    left:0;
    top:0;
    z-index: 10000;
    width: 100%;
    min-width: 1040px;
}
.nav-sites-link{
    width:1040px;
    display: flex;
}
.nav-sites-link-other{
    color:#5d5d5d;
}
.nav-sites-link-other:hover{
    text-decoration: underline;
}
.nav-site-link{
    margin-right:45px;
    display: flex;
    align-items: center;
    font-family: 'Roboto', 'Open Sans', 'Microsoft YaHei', Arial, sans-serif;
    font-size: 15px;
}
.nav-site-flag{
    margin-right:5px;
}
.page-header {
    height: 60px;
    position: fixed;
    left: 0;
    top: 36px;
    box-shadow: 0px 4px 19px 0px #A39A9A;
    display: flex;
    justify-content: center;
    z-index: 10000;
    background-color: white;
    font-family: 'Roboto', 'Open Sans', 'Microsoft YaHei', Arial, sans-serif;
    width: 100%;
    min-width: 1040px;
}
.header-content {
    display: flex;
    align-items: center;
    width: 1040px;
    box-sizing: border-box;
}
.head-menu {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    position: relative;
    margin-top: -5px;
}
.head-menu-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
}
.head-menu-box .header-prefix-icon {
    transition: transform 0.2s;
}
.item-head-menu.selected .header-prefix-icon, .item-head-menu.selected .header-menu-text {
    color: #2381c4;
}
.head-menu-box:hover .header-prefix-icon {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.header-prefix-icon {
    font-size: 22px;
    height: 22px;
    color: #999999;
    margin-bottom: 4px;
}
.item-head-menu {
    cursor: pointer;
    color: #333333;
    text-decoration: none;
    margin-right: 10px;
}
.item-head-menu.last-item {
    margin-right: 0;
}
a.item-head-menu:hover {
    text-decoration: none;
}

.language {
    font-size: 12px;
    align-self: flex-start;
    display: flex;
}
.language .language-box {
    background-color: #666666;
    min-width: 40px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    display: block;
    color: #FFFFFF;
    border-radius: 0 0 5px 5px;
    margin-right: 8px;
    padding: 0 5px;
}
.language .language-box:last-child {
    margin-right: 0;
}

.language .language-box:hover {
    background-color: #AA0574;
    text-decoration: none;
}

.footer-high-light {
    position: absolute;
    background-color: rgb(35, 129, 196);
    bottom: -5px;
    left: calc(100% + 100px);
    height: 3px;
    width: 0px;
    transition: left .5s ease-in-out, width .5s ease-in-out, height .5s ease-in-out;
}


.page-container {
    padding-top: 152px;
    background-color: #FFFFFF;
    width: 1040px;
    margin: auto;
}


.page-footer {
    color: #333333;
    width: 100%;
    text-align: center;
    font-family: "Lato", arial, helvetica, sans-serif;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.page-footer a {
    color: #333333;
}
ul li {
    list-style: none;
}

.section-footer {
    font-family: Futura;
}

.section-footer .section-box {
    display: flex;
    justify-content: space-between;
    color: #5d5d5d;
    font-size: 17px;
    padding-top: 30px;
    margin-top: 50px;
    position: relative;
}