body {
    min-width: 1200px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:140px;
/*    -webkit-box-shadow:0px 4px 4px 0px rgba(220,220,220,0.5);
            box-shadow:0px 4px 4px 0px rgba(220,220,220,0.5);*/
    z-index: 88;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-top {
    width: 100%;
    height: 80px;
    text-align: center;
    position: relative;
    display: inline-block;

}
.header-top_img {
    width: 184px;
    padding: 11px 0;
    height: 80px;
    float: left;
    position: relative;
    /*left: 71px;*/

}
.header-bottom {
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;

}
/*.header-bar {
    background: white;
}
.header-bar_content {
    position: relative;
    height: 70px;
}*/
.header-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /*right: 120px;*/
    /*position: relative;*/
    float: left;
}
.header-nav_right {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /*right: 120px;*/
    left: 13%;
    /*position: relative;*/
    float: left;
    margin-left: 875px;
}
.header-apply_link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    display: block;
    color: #2569AD;
    border: 1px solid #2569AD;
    width: 100px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}

/*.header-bar_lang {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -100px;
    cursor: pointer;
}*/

/*.header-bar_lang span {
    display: inline-block;
    padding: 8px;
    background: #2569AD;
    color: #fff;
}*/

.header-logo {
    position: absolute;
    float: left;
    display: block;
    width: 184px;
    margin-left: 20px;
}
.header-logo img {
    display: block;
    width: 100%;
}
.header-nav a {
    float: left;
    text-align: center;
    color: #7F7F7F;
    font-weight: bold;
    line-height: 25px;
    margin-left: 55px;
    position: relative;
}
/*.header-nav a.active {
    color: white;
    background: #2569AD;
    font-weight: bold;
}*/
.header-nav_right a{
    float: left;
    text-align: center;
    color: #2569AD;
    font-weight: bold;
    line-height: 25px;
    margin-left: 50px;
    position: relative;
}

.header-nav_right a.active {
    color: white;
    background: #2569AD;
    font-weight: bold;
}
/* .header-nav a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2569AD;
} */

/* .header-nav a ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all .3s;
}

.header-nav a:hover ul {
    height: auto;
    position: absolute;
    top: 20px;
    left:0;
    width: 120px;
    opacity: 1;
    border-bottom: 1px solid #2569AD;
}

.header-nav a ul li{
    height: 36px;
    line-height: 36px;
    background:#2569AD;
    color: #fff;
    text-align: center;
}

.header-nav a ul li:hover{
    background: #fff;
    color: #2569AD;
    border-width: 0 1px;
    border-style: solid;
    border-color: #2569AD;
} */


.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1200px;
    background: #333;
    color: white;
    padding: 8px;
    text-align: center;
    /*display: inline-block;*/
}
.footer a{
    color: white;
}
.footer_text1{
    float: left;
}
.footer_text2{
    float: left;
}

/*.footer_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}*/
.langwrap {
    position: relative;
    float: left;
    top: 60%;
    text-align: right;
    margin-left: 878px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
/*    right: -100px;*/
}

.langwrap .langbtn{
    display: inline-block;
    padding: 5px 8px;
    background-color: #fff;
    color: #2569AD;
    cursor: pointer;
}
.langwrap .langbtn.active {
    background-color: #2569AD;
    color: #fff;
}