@charset "utf-8";
/* CSS Document */
body, textarea, input, select, option {
  font-size: 14px;
  color: #8d8d8d;
  font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

/*h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}*/

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

ol, ul {
  list-style-type: none;
}
li{
  list-style: none;
}

.clears:before, .clears:after {
  content: '';
  display: table;
}

.clears:after {
  clear: both;
}

.clears {
  *zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

a, textarea, input {
  outline: none
}

textarea {
  overflow: auto;
  resize: none;
}

a img {
  border: none;
}

i, em {
  font-style: normal;
}

b, strong {
  font-weight: normal;
}

body, html {
  
}

#footer{
	width:1308px;
	text-align:center;
	margin:25px auto;
	font-family: "宋体";
}
#footer p{
    line-height:30px;
	font-style:normal;
}
#footer p a{ 
	color:#8d8d8d; 
	margin:0 5px; 
	font-style:normal;
} 
#footer p a:hover {
	text-decoration:underline;
}
#footer p a:active {
	text-decoration:none;
}

