.footer{
    background: #333;
}
.footer .warp{
    padding-top:30px;
}
.footer_bottom{
    text-align: center;
    height:50px;
    line-height: 50px;
    color:#FFF;
    border-top:solid 1px #666;
    background: #333;
}
.footer_bottom a{
   color:#FFF; 
}
.footer_top{
    display: flex;
    flex-wrap: warp;
    justify-content: space-between;
}
.footer_top_left_1{
    width:150px;
    height:200px;
}
.footer_top_left_1 img{
    width:150px;
    height:150px;
}
.footer_top_left_1 p{
    text-align: center;
    color:#FFF;
    line-height:50px;
}
.footer_top_left_2{
    width:1000px;
    display: flex;
    flex-wrap: nowarp;
    justify-content: center;
}
.footer_top_left_2 p{
    color:#FFF;
    font-size:16px;
    margin-bottom:22px;
}
.footer_top_left_2_lianxi input{
    height:40px;
    background: #FFF;
    padding:10px;
    box-sizing: border-box;  
}
.footer_top_left_2_lianxi .lianxi_input{
    width:200px;
    height:40px;
    background: #FFF;
    padding:10px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.footer_top_left_2_lianxi .lianxi_btn{
    background: #fe6e00;
    width:120px;
    color:#FFF;
}
.footer_top_left_2_f{
    width:550px;
}
.footer_top_left_2_k{
    width:450px;
}
.footer_top_left_2_k h4{
    color:#fff;
    font-size:16px;
    font-weight: 300;
    margin-bottom:10px;
}
.footer_top_left_2_k_hezuo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_top_left_2_k_hezuo img{
    width:120px;
    height:60px;
    margin-bottom:23px;
}   