
 *{
    margin: 0;
    padding: 0;
    outline: none;
  }
  html,body{
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  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, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, 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;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;  
  }
  
  body {
    line-height: 1;
	color: #333;
  }
  
  
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  



  a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
  }
  li {
    list-style: none;
  }
  body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  
  select {
    border: solid 1px #ededed;  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    appearance:none;  /*很关键：将默认的select选择框样式清除*/
    -moz-appearance:none;
    -webkit-appearance:none;
    background:none;
    padding-right: 14px;  /*加padding防止文字覆盖*/
  }

  select::-ms-expand { 
    display: none;   /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
  }
  
  
  .clearfix:before,.clearfix:after{
    content:"";
    display:block;
  }
  .clearfix:after{
    clear:both;
  }
  .clearfix{
    display: inline-block;
    *zoom: 1;
    *display: inline;
  
  }
  .clear{
    clear: both;
  }
  input,button{
    outline: none;
    border: none;
  }


  
  input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
  
  }
  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
  }
  input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
  }
  input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
    color: #afafaf;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
  }
  
a{
	color: inherit;
}
  /*IE10,IE11,IE12*/
  .content-list-right,.map-list,.park-content{
      -ms-scroll-chaining: chained;
      -ms-overflow-style: none;
      -ms-content-zooming: zoom;
      -ms-scroll-rails: none;
      -ms-content-zoom-limit-min: 100%;
      -ms-content-zoom-limit-max: 500%;
      -ms-scroll-snap-type: proximity;
      -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
      -ms-overflow-style: none;
      overflow: auto;
  }
  
  ::-ms-clear,::-ms-reveal{display:none;}  /*清楚ie浏览器的input的清楚icon*/
 .overflow-hidden{
     overflow: hidden;
 }
.content{
    width: 1200px;
    margin: 0 auto;
}