.search_body{
    width: 100%;
    height: 86px;

    display: flex;
}
.search_div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.search_logo{
    width: 18%;
    height: 100%;
}
.search_logo img{
    height: 80px;
}
.search_content{
    width: 70%;
    height: 100%;
    text-align: center;
}
.search_input{
    width: 50%;
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
}
.search_key{
    height: 40px;
    width: 50%;
    background-color: #fff;
    border-top: 1px solid #cac6c6;
    border-bottom: 1px solid #cac6c6;
}
.search_all{
    height: 40px;
    width:15%;
    line-height: 40px;
    text-align: center;
    color: #999696;
    background-color: #fff;
    border-left: 1px solid #cac6c6;
    border-top: 1px solid #cac6c6;
    border-bottom: 1px solid #cac6c6;
    border-radius: 30px 0 0 30px;
}
.search_line{
    width: 3px;
    height: 30px;
    margin-top:5px;
    float: right;
    border-left: 1px solid #cac6c6;
}
.search_key_ico{
    height: 40px;
    width:15%;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #cac6c6;
    border-top: 1px solid #cac6c6;
    border-bottom: 1px solid #cac6c6;
    border-radius:0 30px 30px 0;
}
.search_key_ico img{
    width: 30px;
    padding-top: 5px;
}
.search_key input{
    border: 0px;
    padding-top: 12px;
    padding-left: 10px;
    color: #383737;
    margin-top: 6px
}
.search_key input:active{
    border: 0px;
}
.search_word{
    width: 50%;
    cursor: pointer;
    margin: 0 auto;
    padding-top: 2px;
    padding-left: 5px;
    display: flex;
    color: #999696;
}
.search_word span{
    padding-right: 10px;
}
input{
    outline: none;
}
.search_phone{
    width: 20%;
    height: 100%;
    padding-top: 8px;
    display: flex;
    color: #676767;
}
.search_ico{
    width: 25%;


}
.search_ico img{
    width: 92%;
}
.search_sever{
    font-size: 11px;
    padding-top: 5px;
}
.search_phone_number{
    font-size: 22px;
    color: #ef3340;
    padding-top: 7px;
}
.language{
    width: 80px;
    margin-right: -80px;
    float: right;
    padding-top: 21px;
    display: flex;
    font-size: 15px;
    cursor: pointer;
}
.language_phone img{
  width: 20px;
    padding-left: 3px;
}
.language_ico img{
    width: 20px;
}
.language_ico{
    padding-top: 7px;
    padding-left: 0px;
}
.language_arr{
    position: absolute;
    width: 200px;
    top: 71px;
    margin-left: -80px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 14px #9697b480;
    display: none;
}
.language_item{
    border-bottom: 1px solid #9697b480;
    color: #000000;
}
.search_word a{
    color: #999696;
}