/* CSS Document */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
body{ font-size:14px; font-family:"Microsoft Yahei";text-align:center; background:#fff;}
.fl{
	float:left;
	display:inline;
}

.fr{
	float:right;
	display:inline;
}

a{
	text-decoration:none;
	color:#5b5b5b;
}
a:hover{color:#007ede;}
ul,li{
	list-style:none;
}
img{ border:none;}

.clear{clear:both;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .hfix { height: 1%; }
.clearfix { display: block; }
/* end from IE-mac \*/
.tr{ text-align:right;}
.tc{ text-align:center;}
.tl{ text-align:left;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt5{ margin-top:5px;}
.ml10{margin-left:30px;}
.pc_overflow{ overflow:hidden; _zoom:1;}
.overvb{ overflow:visible;}

.w1100{ width:1000px; margin:0 auto; text-align:left; overflow:hidden; _zoom:1;}
.c-w912{width:912px;margin:0 auto;text-align:left;overflow:hidden;_zoom:1;}





.button_qy{
	width:100px;
	height:30px;
	border:none;
	background-color:#007ede;
	color:#fff;
}
.button_qy:hover{
	background-color:#fff;
	color:#007ede;
	border:1px solid #007ede;
}








