*{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-highlight-color: rgba(0, 0, 0, 0);
  -ms-highlight-color: rgba(0, 0, 0, 0);
  highlight-color: rgba(0, 0, 0, 0);
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft JhengHei', "Roboto", "Helvetica", "Arial", sans-serif;
  /*text-align: justify;*/
}
h1, h2 {
  margin: 0;
  color: #111111;
  font-weight: bold;
}
p {
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
ul, ol , dl , dl dt , dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  width: auto\9;
  border:none;
  float:left;
}
input , select {
   font-family: 'Microsoft JhengHei', "Roboto", "Helvetica", "Arial", sans-serif;
}
.Block {
  width: 100%;
  display: block;
  float:left;
}
.Container {
  width: 1300px;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.left {float:left;}
.right {float:right;}

.SiteMapContainer{
    width: 96%;
}

@media screen and (max-width: 1300px) {
  .Container {
    width: 100%;
  }
}



