@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

body {
	 
	color: #333;
 
	font:normal 12px/2em  "微软雅黑","黑体" ,"宋体";
	background:url(../images/bg_02.jpg) repeat
 
}
img {
	border: none; 
}
ul li,ol li {
	list-style: none;
}
 
a {
	text-decoration: none;
	color: #333;
 
	outline: none;
	cursor:pointer
}
  
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
 
.inner{ width:1200px; margin:auto}

.marb20{ margin-bottom:20px}
.marb15{ margin-bottom:15px} 
.marb10{ margin-bottom:10px} 
 
.textcenter{ text-align:center}
.font12{font:normal 12px/1.8em  Arial, "微软雅黑","黑体" ,"宋体";}
.font14{font:normal 14px/1.8em  Arial, "微软雅黑","黑体" ,"宋体";}
.font16{font:normal 16px/1.8em  Arial, "微软雅黑","黑体" ,"宋体";}
.font18{font:normal 18px/1.8em  Arial, "微软雅黑","黑体" ,"宋体";}
.font24{font:normal 24px/1.8em  Arial, "微软雅黑","黑体" ,"宋体";}
  
.italic{ font-style:italic}

 