@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
img {
	border: 0;
	vertical-align: middle;
}
input, select {
	vertical-align: middle;
	font-size: 100%;
	line-height: 150%;
	font-family: arial, '\5FAE\8F6F\96C5\9ED1', sans-serif;/*-webkit-appearance: none;*/
}
a {
	text-decoration: none;
	outline: none;
 hide-focus: expression(this.hideFocus=true);
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
body {
	font: 14px/1.5 arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
/*自定义*/
.fr {
	float: right;
}
.fl {
	float: left;
}
.clearfix {
 *zoom: 1;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.wrap1 {
	width: 1100px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.content img{width:100%;height:auto;}
