body {
    min-width: 1200px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -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;
    min-width: 1200px;
}
.header-top {
    width: 100%;
    padding: 8px 0;
    background: url('../images/home_bg_top.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: white;
    font-weight: bold;
}
.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;
}
.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;
    display: block;
    width: 164px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
}
.header-logo img {
    display: block;
    width: 100%;
}
.header-nav a {
    float: left;
    width: 120px;
    /* height: 64px; */
    text-align: center;
    color: #7F7F7F;
    font-weight: bold;
    /* line-height: 64px; */
    line-height: 25px;
    border-radius: 30px;
    position: relative;
}
.header-nav 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;
}

.footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1200px;
    background: #333;
    color: white;
    padding: 8px;
    text-align: center;
}

.footer_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.block_tit {
    text-align: center;
    margin: 80px 0 60px 0;
}
.block_tit h2 {
    font-size: 36px;
    line-height: 1;
    color: #262626;
    margin: 0;
    text-align: center;
}
.block_tit span {
    display: block;
    width: 100%;
    background: #F7F7F7;
    height: 4px;
    margin: 10px auto 16px;
    position: relative;
}
.block_tit_logo {
    display: inline-block;
    width: 150px;
}
.block-tit_subtit {
    color: #404040;
    font-size: 16px;
    margin: 0;
}
.block_tit span::before {
    content: '';
    display: block;
    height: 100%;
    width: 185px;
    background: #2569AD;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.sec-cont {
    width: 100%;
    position: relative;
}

.sec-cont .sec-cont_img{
    position: absolute;
    top:-80px;
    width: 212px;
    height: 212px;
}

.sec-cont .sec-cont_img.sec-cont_img_lf {
    left: -20px;
}

.sec-cont .sec-cont_img.sec-cont_img_rt {
    right: -20px;
} 

.sec-cont_text {
    width: 61%;
    margin: 90px auto;
    text-align: center;
    color: #404040;
    font-size: 16px;
    line-height: 30px;
}

.sec-cont_label {
    position: absolute;
    bottom: -42px;
    width: 1020px;
    height: 1px;
    left: 90px;
    border-bottom: 1px dotted #404040;
}

.sec-cont_text_spec {
    color: #2569AD;
    font-weight: 700;
}

.langwrap {
    position: absolute;
    top: 50%;
    -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;
}