html{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: Helvetica, "Gotham SSm A", "Gotham SSm B", "微软雅黑", Arial, sans-serif;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	text-align: center;
}
html, body { scroll-behavior:smooth; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	/*line-height:1; */
	font-family: inherit;
}

img {
	display: block;
	display: inline;
	/*width: auto;
	height: auto;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a {
	text-decoration: none;
	display: block;
	color: #333333;
	font-family: "微软雅黑";
	bblr: expression(this.onFocus=this.blur());
	/*IE使用*/
	outline-style: none;
	/*FF使用*/
	
}
a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none 0;
}


* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	outline: none;
}

input::-ms-clear {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul,li{
	list-style: none outside none;
	padding: 0;
	margin: 0;
	}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}



/*让 IE6-9 与 FF3支持HTML5的新标签*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

em {
	font-style: normal
}

i {
	display: inline-block;
	vertical-align: middle;
}

span {
	display: inline-block;
	vertical-align: inherit;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: middle;
	outline: none;
}

button,
input {
	line-height: normal;
	*overflow: visible;
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	text-indent: 5px;
	font-family: "microsoft yahei";
	cursor: pointer;
	outline: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: 1px solid #AAA;
}

iframe {
	display: block;
}

input,
textarea {
	font-family: Helvetica, "Gotham SSm A", "Gotham SSm B", "微软雅黑", Arial, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
}

.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	margin: 0;
}

.clearfix {
	zoom: 1;
	clear: both;
	margin: 0;
}
.none {
    display:none;
}

a:hover {
    color:#015293;
}
