html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,span,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
p { 
	word-wrap:break-word; 
}

button {
	margin: 0;
	padding: 0;
	outline: none;
	border: 1px solid transparent;
	cursor: pointer;
}

body{
	font-family: "思源黑体",'微软雅黑', 'Microsoft Yahei', Helvetica Neue, Hiragino Sans GB, '宋体', 'simsun', '黑体', Arial, sans-serif;
}

a{
	text-decoration:none; color:#4a4a4a;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}
img{
	vertical-align: bottom;
	width:100%;
}
img.centerImg{
	max-width: 100%;
	max-height:100%;
	margin:0 auto;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
	border: none;
}

legend {
	color: #000;
}
b,i{
	font-style: normal;
	font-weight: normal;
	
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #000;
font-size: 100%;
} 

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #000;
font-size: 100%;
} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #000;
font-size: 100%;
} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #000;
font-size: 100%;
}
input{
	outline: none;
	font-size: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}