@charset "GB2312";
*{
	list-style: none;margin:0;padding:0;
	
}

h3,h4,h5,img{margin:0;padding:0}
img{border:none}

ul, li {
	list-style-type: none; }
  
  body {
	font-family: 'MicrosoftYaHei','Microsoft YaHei', 'Î¢ÈíÑÅºÚ', sans-serif;
	background-color: #ffffff;
	background-image: url(/css/../images/bg-m.jpg);
	background-repeat: repeat-x;
	background-position: center 213px;
	color: #3e3a39;
	font-size: 18px;
 }
  
  a {
	color: #757575;
	font-family: 'MicrosoftYaHei','Microsoft YaHei', 'Î¢ÈíÑÅºÚ', sans-serif;
	text-decoration: none; 
}
  
  a:hover {
	text-decoration: none; }
  
  .clear {
	LINE-HEIGHT: 0;
	HEIGHT: 0px;
	VISIBILITY: hidden;
	CLEAR: both;
	FONT-SIZE: 0px;
	OVERFLOW: hidden; }
  
  img {
	vertical-align: top;
	border: none; }
  
  p {
	line-height: 1.8; }
 
  .left {
	float: left; }
  
  .right {
	float: right; }
  
  .hide {
	display: none; }
  
  input[type='button'] {
	-webkit-appearance: none; }
  
  input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
	-webkit-appearance: none; }
  
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0; }