/*reset*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
html, body{
	font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
	margin-top: 40px;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	border: none;
} 
ul li, ol li {
	list-style: none;
}
li:focus, a:focus, input:focus {
	outline: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	blr:expression(this.onFocus=this.blur());
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	cursor: pointer;
}
/*webkit 内核选择关键字背景变黄*/
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/*placeholder改变颜色*/
input::-webkit-input-placeholder{
	color: #a9a9a9;
}
input:-moz-placeholder{
	color: #a9a9a9;
} 
input::-moz-placeholder{
	color: #a9a9a9;
} 
input:-ms-input-placeholder {
	color: #a9a9a9;
} 

textarea {
	white-space: pre;
	resize: none;
	border: 1px solid #ccc;
} 
fieldset, img {
	border: 0;
}
img{
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
del {
	text-decoration: line-through;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

.clearfix:after {
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
}  
.clearfix {
	zoom: 1;
} 

.img-responsive{
	max-width: 100%;
    display: block;
    margin: 0 auto;
}

.banner img {
	margin-top: 96px;
}
