﻿﻿@charset "utf-8";
.y750 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
}
a:active {
	star: expression(this.onFocus=this.blur());
}
body {
	background-color: #ffffff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #333;
	font-family:Helvetica;
	/* 移动端定义字体的代码 */
	-webkit-tap-highlight-color: transparent; 
	/* 移动端去掉点击事件的背景色 */
}
body,
html {
	width: 100%;
	height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-family: "Microsoft YaHei"; */
	quotes: none !important;
}
textarea {
	font-family: "Microsoft YaHei";
	outline: none;
}
header,
footer,
article,
aside,
section,
nav,
menu,
hgroup,
details,
dialog,
figure,
figcaption {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
address,
caption,
cite,
code,
dfn,
th,
var,
i,
q {
	font-style: normal;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	quotes: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
fieldset,
img {
	border-width: 0;
}
a {
	text-decoration: none;
	outline: none;
}
sup,
sub {
	vertical-align: baseline;
}
legend {
	font-size: 0;
	line-height: 0;
	color: rgba(0, 0, 0, 0);
}
input {
	background-color: transparent;
	border-width: 0;
	outline: none;
	color: #333;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input::-moz-placeholder {
	color: #bdbdbd;
}
input::-webkit-input-placeholder {
	color: #bdbdbd;
}
input:-ms-input-placeholder {
	color: #bdbdbd;
}
input::-ms-clear {
	display: none;
}
input[type="password"]::-ms-reveal {
	display: none;
}
.clearfix {
	clear: both;
}
.w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.w1920 {
	width: 1920px;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.w100 img{
	width: 100%;
	height: 100%;
}
input,
textarea {
	-webkit-box-shadow: 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	font-family: "Microsoft YaHei";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border-style: none ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
	box-shadow: none;
	resize: none;
}
div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}