/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,img,a{ margin:0; padding:0;}
body {
  font-size: 14px;
  font-family: "Î¢ÈíÑÅºÚ","ËÎÌå", "Times New Roman", Times, serif;
  background-color: #fff;
}
img, a img {
  margin: 0;
  padding: 0;
  border: none;
}

ul li { list-style: none;}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #CC3333;
  text-decoration: none;
}

.main { 
  padding: 0 10px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right:  1px solid #f1f1f1;
  background-color: #fff;
}
.map {
  margin-top: 10px;
}
.map-t {
  width:932px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  padding-left: 20px;
  color: #000;
  font-size: 18px;
  font-weight:bold;
  border-bottom: 3px solid #0d69a8;
}
.map-c:before,
.map-c:after {
  display: table;
  content: " ";
}
.map-c:after {
  clear: both;
}
.map-c ul li {
  float: left;
  width: 224px;
  height: 40px;
  margin-top: 15px;
  margin-left: 10px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
}
.map-c ul li a {
  display: block;
  text-align: center;
}
.map-c ul li a:hover {
  background-color: #f1f1f1;
}