html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*点击高亮效果的清除*/
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
table{
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*点击高亮效果的清除*/
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
th,td{
border: 1px solid #000;
}
html,body {
  line-height: 1;
  font-family: "Microsoft YaHei",sans-serif;
  font-size: 14px;
  height: 100%;
  width: 100%;
  background: #fff;
  color: #333333;
}
  /* 图片自适应 */
img {
  width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  display: block;
  -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
/* custom */
a {
  color: #666666;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

ul,ol{
  list-style: none;
}
em{
  font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

input,textarea {
  border: none;
  outline: none;
  /*不允许改变尺寸*/
  resize: none;
  /*元素的外观  none没有任何样式*/
  -webkit-appearance: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  color: #B9B9B9;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #B9B9B9;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #B9B9B9;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #B9B9B9;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fl{
  float: left;
  }
.fr{
  float: right;
  }
.clearFix::before,
.clearFix::after{
      content: "";
      display: block;
      visibility: hidden;
      height: 0;
      line-height: 0;
      clear: both;
}
button{
  margin: 0;
  padding: 0;
  outline: none;
  border:none;
  background-color:transparent;
}
button:enabled:active{
  background-color: transparent;
}
video{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/* 鼠标手 */
.cupo{
  cursor: pointer;
}
/*版心*/
@media screen and (max-width: 1500px) and (min-width: 1200px){
  .w{
      width: 100%;
      margin: 0 auto;
      position: relative;
  }
#mapName{
width: 1300px !important;
}
.location_text {
padding-left: 48px !important;
}
}
@media screen and (max-width: 1200px) and (min-width: 1024px){
  .w{
      width: 100%;
      margin: 0 auto;
      position: relative;
  }
#mapName{
width: 1100px !important;
}
}
@media screen and (max-width: 1024px){
  .w{
      width: 100%;
      margin: 0 auto;
      position: relative;
  }
#mapName{
width: 925px !important;
}
}
@media screen and (min-width: 1500px){
  .w{
      width: 1500px;
      margin: 0 auto;
      position: relative;
  }
}
