﻿@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header .right,
  .header .map-search {
    display: none;
  }
  .knowbusinessDiv {
    overflow-x: hidden;
  }
  div.cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  .Container {
    padding-top: 0 !important;
    height:unset !important;
  }
  #container{
    height:800px !important;
  }
  #result{
    height: 125px !important;
  }
.hlogo{height:50px !important;line-height:50px !important;}
.banner-img{margin-top:0 !important;}
.showcolor{padding-bottom:0 !important;}
.search{height:50px !important;}
}

@media screen and (max-width:360px){
.header .fixed {height: 111px !important;}
}



