.search_from{
display: inline;
    width: 200px;
    background: white;
    border-radius: 20px;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;}
input{
border: none;
    outline: none;
    width: 150px;}
.search_button{
width: 30px;
    background: url(img/ss.png) white 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    height:20.94px;}
.search_parent{
    position: relative;}

.search_icon{
position: absolute;
    left: 0;}
#search{
    display: flex;
    -ms-flex: 1;
    flex: 6;
    flex-direction: column;
    justify-content: center;
        align-items: center;}

@media (max-width: 1200px){
#search{
display:none;}
}

.Footer_h_Parent{
    display: flex;
    align-items: center;
    justify-content: space-between;}
.Footer_h_Logo{
width: 260px;
    padding-bottom: 50px;}
.Footer_h_Logo img{
width: 260px;}
.Footer_h_Items{
    padding-left: 35px;
    border-left: solid 1px rgba(255,255,255,0.15);
    margin-bottom: 44px;}
.Footer_h_Title{
/* margin-top: 44px; */
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    font-family: 'Microsoft YaHei','WenQuanYi Micro Hei','Helvetica Neue',Verdana,Arial,Helvetica,SimHei,sans-serif;}   
.Footer_h_itamParent{
    margin-top: 17px;
        display: flex;
    flex-direction: column;}
.Footer_h_item{
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-family: 'Microsoft YaHei','WenQuanYi Micro Hei','Helvetica Neue',Verdana,Arial,Helvetica,SimHei,sans-serif;
    cursor: pointer;}
.Footer_h_Code{
display: flex;}
.Footer_h_Code img {
width:100px;}
.Footer_h_Code div{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 20px;}
.Footer_h_Code span{
       color: rgba(255, 255, 255, 0.78);
    font-size: 0.875rem;
    text-align: center;
    padding: 10px 0;}
.Footer_h_copyright{
    background: #0057a3;
    text-align: center;
    height: 40px;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    font-family: 'Microsoft YaHei','WenQuanYi Micro Hei','Helvetica Neue',Verdana,Arial,Helvetica,SimHei,sans-serif;}
