.head_top{
    width: 100%;
    height: auto;
    min-height: 50px;
    background: rgba(27, 86, 157, 1) url(../img/head_bg.png);
    display: flex;
    align-items: center;
}
.head_top .main{
    display: flex;
    justify-content: space-between;
}
.head_top .head_hello{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.head_top .head_url,
.head_top .head_url a,
.head_top .head_url .language_name{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    width: fit-content;
    height: auto;
}
.head_top .head_url{
    margin-right: -0.08rem;
}

.head_top .head_url img,
.head_top .head_url a img,
.head_top .head_url .language_name img{
    width: auto;
    max-width: 20px;
    height: auto;
    margin: 0 8px;
}
.head_top .head_url>a:first-child{
    margin-right: 9px;
}
.head_top .head_url .head_language{
    width: 94px;
    margin-left: 23px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.head_top .head_url .language_list{
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
    max-height: 400px;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 19px;
    flex-wrap: wrap;
}
.head_top .head_url .language_list a{
    width: 100%;
    display: flex;
    background: #f8f8f8;
    float: left;
    height: 40px;
    margin: 0px;
    font-size: 12px;
    color: #707070;
    border-bottom: 1px solid #e0e0e0;
    /* padding-left: 30px; */
    transition: all 0.3s ease-in-out;
}
.head_top .head_url .language_list a:last-child{
    border-bottom: none;
}
.head_top .head_url .language_list a:hover{
    background: #cf000e;
    color: #fff;
}
.head_top .head_url .language_list a>img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.head_top .head_url .head_language:hover .language_list{
    display: block;
}

.head_bottom{
    min-height: 100px;
}
.head_bottom .main{
    display: flex;
    align-items: center;
}
.head_bottom .head_logo{
    width: 357px;
}
.head_bottom .head_nav{
    width: calc(90% - 387px);
    margin-left: 5%;
    margin-right: 5%;
    clear: none;
    display: flex;
}
.head_bottom .head_nav .head_colse{
    display: none;
}
.head_bottom .head_nav .nav_item{
    position: relative;
    width: calc(100% / 5) !important;
    height: 100px;
    float: left;
    text-align: center;
    line-height: 100px;
}
.head_bottom .head_nav .nav_item>a{
    font-size: 16px;
}
.head_bottom .head_nav .nav_class{
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0px;
    top: calc(100% + 3px);
    background: rgba(0,0,0,0.5);
    display: none;
}
.head_bottom .head_nav .nav_class a{
    display: block;
    float: none;
    width: 100% !important;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #fff;
}
.head_bottom .head_nav .nav_class a:hover{
    background: #1b569d;
    color: #fff;
}
.head_bottom .head_nav .nav_item:hover{
    border-bottom: 3px solid #1b569d;
}
.head_bottom .head_nav .nav_item .nav_class.active{
    display: block;
}
.head_bottom .head_search{
    width: 30px;
    height: 30px;
    padding: 5px;
    background: url(../img/search_icon1.png) center no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}
.head_bottom .head_search:hover{
    background: url(../img/search_icon2.png) center no-repeat;
    background-size: 20px 20px;
}

/* 左侧悬浮 */
.floatBox {
    position: fixed;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    width: 87px;
}

.floatLi,
.floatLi3{
    position: relative;
    left: 0;
    display: flex;
    width: auto;
    height: 69px;
    margin-bottom: 1px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease ;
}
.floatLi3 {
    width: 300px;
}
.alink {
    display: inline-block;
    width: 87px;
    height: 100%;
    color: #fff;
    background: #1b569d;
    padding: 10px 0;
}
.alink .iconfont {
    width: 25px;
    height: 25px;
    margin: 0 auto 11px;
    object-fit: contain;
}
.alink span.nameKF {
    display: block;
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
}
.floatTel2 {
    display: block;
    z-index: 1;
    width: 184px;
    height: 69px;
    font: 24px/69px Arial;
    color: #fff;
    background: #1b569d;
    cursor: pointer;
}

.floatLi:hover {
    left: -10px;
}

.floatLi3:hover {
    left: -194px;
}





/* 搜索框 */
.search_lay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,0.9);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    z-index: 12;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_lay.hiden {
    opacity: 0;
    display: none;
}
.search_lay .search_box{
    width: 80%;
    height: 293px;
    border: 0px solid rgb(170, 170, 170);
    background-color: #1b569d;
    cursor: auto;
    padding: 50px 50px 0;
    box-sizing: border-box;
}
.search_lay .search_box .search_name{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}
.search_lay .search_box form{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.search_lay .search_box form input{
    width: 100%;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px;
    background: none;
    box-sizing: border-box;
    outline: 0px;
    color: #fff;
    margin-bottom: 50px;
}
.search_lay .search_box form input::placeholder{
    color: rgba(255, 255, 255, 0.4);
}
.search_lay .search_box form button{
    height: 42px;
    line-height: 42px;
    padding: 0 50px;
    font-size: 14px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}
.search_lay .search_box form button:hover{
    background-color: rgba(0, 0, 0, 0.3);
}









.nav_item .add,
.head_btn,
.nav_item .head_colse{
    display: none;
}


@media screen and (max-width: 768px){
    .head_top .head_hello,
    .head_bottom .head_search{
        display: none;
    }
    .head_top .main{
        justify-content: flex-end;
    }
    .head_bottom{
        display: flex;
        align-items: center;
        min-height: 80px;
    }
    .head_bottom .head_logo{
        max-width: 257px;
        width: 100%;
    }
    .head_bottom .main{
        justify-content: space-between;
    }
    .head_bottom .head_btn{
        width: 36px;
        height: 36px;
        display: block;
        color: #fff;
        background: #1b569d url(../img/head_icon.png) center no-repeat;
        background-size: 26px 26px;
    }
    .head_bottom .head_nav{
        margin-right: 0;
    }
    .head_bottom .head_nav .nav_item:hover{
        border-bottom: 1px solid #efefef;
    }
    .head_bottom .head_nav{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        background: #fff;
        margin: 0;
        display: block;
        z-index: 99;
        transition: all 0.8s;
    }
    .head_bottom .head_nav.show{
        left: 0;
    }
    .head_bottom .head_nav .head_colse{
        width: 10%;
        height: 100%;
        float: left;
        background-color: #7F7F7F;
        display: block;
    }
    .head_bottom .head_nav .head_colse span{
        width: 100%;
        height: 36px;
        background: #1b569d;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .head_bottom .head_nav .head_colse span img{
        width: 10px;
    }
    .head_bottom .head_nav .nav_item{
        width: 90% !important;
        height: auto;
        line-height: normal;
        border-bottom: 1px solid #efefef;
        width: 50%;
    }
    .head_bottom .head_nav .nav_item>a{
        padding: 10px 20px 10px 20px;
        font-size: 14px;
        height: 60px;
        line-height: 40px;
        box-sizing: border-box;
        text-align: left;
        width: 80%;
    }
    .head_bottom .head_nav .nav_item .add{
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/add_icon.png) center no-repeat;
        background-size: contain;
        right: 20px;
        top: 20px;
        z-index: 999;
    }
    .head_bottom .head_nav .nav_item.on .add{
        transform: rotate(180deg);
    }
    .head_bottom .head_nav .nav_class{
        position: initial;
        background: #f8f8f8;
        padding: 10px 20px 30px 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset;
    }
    .head_bottom .head_nav .nav_class.on{
         display: block;
    }
    .head_bottom .head_nav .nav_class a{
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 5px 0;
        box-sizing: border-box;
        color: #000;
        height: 50px;
        text-align: left;
        position: relative;
    }
    .head_bottom .head_nav .nav_class a:before {
        content: "-";
        display: inline-block;
        margin-right: 5px;
        line-height: 20px;
    }



    /* 左侧悬浮 */
    .floatLiT,
    .floatTel2{
        display: none !important;
    }
    .floatBox{
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        height: 59px;
        background: #1b569d;
        transform: none;
        top: auto;
        right: auto;
    }
    .floatUl{
        display: flex;
    }
    .floatLi, .floatLi3{
        position: relative;
        width: calc(100% / 3);
        height: 59px;
        line-height: 27px;
        color: #fff;
        display: flex;
        justify-content: center;
    }
    .alink .iconfont{
        width: auto;
        height: 20px;
        margin: 0 auto 5px;
    }
}