@charset "gbk";
/* CSS Document */


h1,h2,h3,h4,h5,h6{
  font-weight:700;
  padding:0;
	color:#393939;
}
h1{
  font-size:3em;
	line-height:1.2em;
  margin:0 0 0.75em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:1px 1px 2px rgba(0, 0, 0, .3);
}
h2{
    font-size: 18px;
    line-height: 50px;
    margin: 0 0 1em;
	text-align:center;
    font-weight: normal;
    background: url(../img/ban.png) repeat-x;
    color: #fff;
    padding: 10px 18px;
}
	h2 a {
		color:#000;
		text-decoration:none;
		}

		
h3{
  font-size:24px;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
  margin:0 0 .75em;
}
	h3 strong {
		font-weight:normal
	}
h4{
  font-size:1em;
  margin:0 0 .2em;
}
h5{
  font-size:0.8333em;
  margin:0 0 1em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}


