/* reset */
body,a,div,footer,form,h1,h2,h3,h4,header,html,img,label,li,nav,ul,p {
	background: transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

ol,ul {
	list-style: none;
}

img {
	vertical-align: middle;
	border: 0;
}

input[type="text"] {
	-webkit-appearance: button;
	padding: 0;
}

a {
	color: #242424;
	text-decoration: none
}

a:hover {
	color: #0C89C1;
}

a.red {
	color: #C81623
}

a:hover.red {
	color: #ff0000
}

/*全局属性*/
body {
	background: #fff;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
}

.tc{
	text-align:center;}
	
.ml10{
	margin-left:10px;}