body {
    min-width: 1200px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:165px;
    z-index: 88;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-top {
    width: 100%;
    height: 80px;
    top: 25px;
    text-align: center;
    position: relative;
    display: inline-block;

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

}
.header-top_text{
    float: left;
    width: 300px;
    height: 40px;
    margin-left: 620px;
    margin-top: 20px;
}
.header-top_text_cont_text2{
    margin-left: 30px;
}

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

}
a{
    color: #FFFFFF;
}
.swiper-text_6{
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    position: relative;
    background-color: #0c0c0c;
}
.swiper-text_6_bottom{
    width: 100%;
    height: 32px;
    position: relative;  
}
.text1{
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    top:10px;
    margin-left: 60px;
    float: left;  
    height: 25px;

}
.text_link{
    height: 25px;
}
.text2{
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    top:10px;
    float: left;
    opacity: 100%;
    margin-left: 60px;

}
.text3{
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #2569AD;
    top:10px;
    float: left;
    opacity: 100%;
    margin-left: 60px;

}
.text4{
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #2569AD;
    top:10px;
    float: left;
    opacity: 100%;
    margin-left: 60px;

}
.text5{
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #2569AD;
    top:10px;
    float: left;
    opacity: 100%;
    margin-left: 60px;

}
.text6{
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #2569AD;
    top:10px;
    float: left;
    opacity: 100%;
    margin-left: 60px;

}
.header-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
}
.header-nav_2{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
}
.header-nav_right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13%;
    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-logo {
    position: absolute;
    float: left;
    display: block;
    width: 184px;
    margin-left: 20px;
}
.header-logo img {
    display: block;
    width: 100%;
}
.header-nav_item{
    font-size: 14px;
    margin-left: 65px;
}
.header-nav_right_item{
    font-size: 14px;
    /*margin-left: 65px;*/
}
.header-nav a {
    float: left;
    /*width: 120px;*/
    text-align: center;
    color: #7F7F7F;
    font-weight: bold;
    line-height: 25px;
    /*border-radius: 30px;*/
    position: relative;
}
.header-nav_2 a {
    float: left;
    width: 120px;
    text-align: center;
    color: #7F7F7F;
    font-weight: bold;
    line-height: 25px;
    /*border-radius: 30px;*/
    position: relative;
}
.header-nav a.active {
    color: white;
    background: #2569AD;
    font-weight: bold;
}
.header-nav_right a{
    float: left;
    font-size: 14px;
    /*width: 120px;*/
    text-align: center;
    color: #2569AD;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    margin-left: 25px;
}
.header-nav_right a.active {
    color: white;
    background: #2569AD;
    font-weight: bold;
}
.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;
} 
.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;
}
.langwrap {
    position: relative;
    float: left;
    top: 60%;
    text-align: right;
    margin-left: 870px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:99;
    width: 90px;
}

/*.langwrap .langbtn{
    display: inline-block;
    padding: 5px 8px;
    background-color: #fff;
    color: #2569AD;
    cursor: pointer;
}
.langwrap .langbtn.active {
    background-color: #2569AD;
    color: #fff;
}*/
.langwrap .langwrap-ul{
    display:none;
    position: absolute;
    top:40px;
    right:0;
    cursor: pointer;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 22%);
}
.langwrap .langwrap-ul li{
    display:block;
    width:80px;
    padding:10px;
    border-bottom:1px solid #D2D2D2;
    color:#333;
    text-align:center;
    background:#fff;
}
.langwrap .langbtn.active {
    background-color: #2569AD;
    color: #fff;
}
.right{
    width: 10px;
    border: 2px;
    position: relative;
    font-weight: 700;
    float: left;
    margin-left: 5px;
    color: #2569ad;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
#cvu-footer{
    width:1200px;
    margin:0 auto;
    background:#2A2C2E;
}
/*.cvu-footer-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}*/
#cvu-footer .footer-main{
    width:1100px;
    margin:0 auto;
    padding: 55px 0 20px 0;
}
#cvu-footer .footer-main-top{
    width: 1100px;
}
#cvu-footer .footer-main-bottom{
    width: 1100px;
    padding-top: 40px;
}
#cvu-footer .footer-main-top .footer-mtop-logo{
    width:260px;
}
#cvu-footer .footer-main-top .ft-mtop-one{
    width:90px;
    margin-bottom:35px;
}
.service_text  a{
    border-bottom: 2px solid #B4E3FF;
    color: #B4E3FF;
}
#cvu-footer .footer-main-top{
    margin-left:15px;
}
.ft-mtop-other{
    width: 190px; 
    height: 90px;
    margin-left:15px;    
}
.ft-mtop-other li{
    list-style: none;
    width: 35px;
    float: left;
    margin-bottom: 15px;
}
.ft-mtop-other li:not(:nth-child(4n)){
    margin-right: 15px;
}
.ft-mtop-other li img{
    width: 100%;
    display: block;
}
#cvu-footer .footer-mtop-list{
    width:715px;
    padding-top:20px;
}
#cvu-footer .footer-main-top .fmtop-ul{
    width:235px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
#cvu-footer .footer-main-top .fmtop-li-title{
    width:200px;
    font-size:15px;
    font-weight:bold;
}
#cvu-footer .footer-main-top .fmtop-li-text{
    width:200px;
}
#cvu-footer .footer-main-bottom .footer-mbtm-line{
    width:1100px;
    height:3px;
    background:#BFBFBF;
}
#cvu-footer .footer-main-bottom .footer-mbtm-last {
    width: 1100px;
    font-size: 12px;
    color: #BFBFBF;
    line-height: 30px;
}
#cvu-footer .footer-main-bottom .ft-mbtm-a{
    color: #BFBFBF;
}
#cvu-footer .footer-main-bottom span{
    padding:0 3px;
}
.check-block{
    font-size:14px;
    line-height:40px;
    width:120px;
}
.check-block .check-text{
    color:#2569AD;
    float: left;
    cursor: pointer;
}