body {
    padding: 0;
    min-width: 1900px;
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
}
.header {
    width: 1900px;
    height: 110px;
    background: #EC5719;
    position: relative;
    top: 0;
    z-index: 10;
}
.header.active {
    width: 1900px;
    height: 88px;
    position: fixed;
    z-index: 1000;
    top: 0;
    color: #000000;
    background: hsla(0,0%,100%,0.8);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    backdrop-filter: saturate(180%) blur(8px);
}
.header-left {
    width: 210px;
    margin-left: 290px;
    float: left;
    margin-top: 29px;
}
.header-top_img {
    width: 100%;
}
.header-right {
    margin-left:240px;
    float: left;
    display: inline-block;
}
.header-nav {
    float: left;
    position: absolute;
    margin-top: 49px;
}
.header-logo img {
    display: block;
    width: 100%;
}
.header_right_img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    float: left;
}
.header-nav a {
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
    margin-left: 62px;
    background: none;
}
.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;
}
.footer {
    width: 100%;
    margin:0 auto;
    height: 136px;
    text-align: center;
    opacity: 1;
    background: #FFFFFF;
    position: relative;
    text-align: center;
}
.footer_top{
    height: 15px;
    /*padding-top: 45px;*/
    padding-top: 64px;
    /*margin-left: 698px;*/
    text-align: center;
    display: inline-block
}
.footer_top li{
    list-style: none;
    float: left;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
}
.footer_top_text{
}
.footer_top_line{
    margin: 0 15px;
}
.footer_bottom{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
    padding-top: 17px;
}


.langwrap {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    float: right;
    text-align: right;
    right: 290px;
    z-index: 99;
    cursor: pointer;
    margin-top: 49px;
    /*    -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
         transform: translateY(5%);*/
}

.langwrap li{
    float: left;
}
.langwrap_line{
    margin:0 18px;
}
.langwrap li.active{
    font-weight: bold;
}





.right{
    width: 10px;
    border: 2px;
    position: relative;
    font-weight: 700;
    float: left;
    margin-left: 5px;
    color: #FFFFFF;
    transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.footer-mbtm-last {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.ft-mbtm-a{
    color: #FFFFFF;
}
.ft-mbtm-a_span{
    margin: 0 6px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}


.contact_item{
    width: 148px;
    height: 38px;
    background: #FDD835;
    border-radius: 19px;
    color: #000000;
    padding: 11px 42px;
}
p{
    padding: 0;
    margin: 0;
}
.footer_top_left_line{
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 2px;
}