html {
  font-size: 62.5%;
}
body {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
}
* {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  color: #333e48;
  text-decoration: none;
  transition: 0.5s all ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #666;
}
:focus {
  outline: none;
}
html,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
b {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none !important;
}
.show {
  display: block;
}
.aling-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.white {
  background: #ffffff;
}
.ContaineR {
  width: 1200px;
  margin: 0 auto;
}
#map {
  width: 100%;
  height: 550px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ContaineR {
    width: 100%;
    margin: 0 auto;
  }
  #map {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-bottom: 20px;
  }
}
