@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0
}
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin:0;
	padding:0
}
img {
	border:0;
	vertical-align:top
}/*垂直对齐方式*/
ul,li{  
list-style-type:none;/*清楚列表样式符*/
   margin-left:0;/*清除IE左缩进*/
   padding-left:0;/*清除非IE左缩进*/}
p{ padding-top:15px;}
iframe {
	border:none
}
html {
	height:100%;
	font-size:18px
}
body {font-family:  "Microsoft YaHei","微软雅黑","SimHei","Arial";overflow-x: hidden;}
a {
	color:#000;
	text-decoration:none
}/*定义标准的文本*/
a:hover {
	color:#0c82ff
}
.cf:after, .cf:before {
	content:" ";
	display:table
}
.cf:after, .clearfix:after {
	clear:both
}/*清除浮动*/
.fl {
	float:left
}
.fr {
	float:right
}
h1, h2, h3, h4, h5 {
	font-size:100%;
	font-weight:normal
}
.pr_none{ padding-right:0px;}
.tx_c{ text-align:center}
.border_b{border-bottom:1px solid #e5e6e6;}

