@charset 'UTF-8';
/*css reset*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img,button{border:0}
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%}
legend{color:#000}
input{margin:0;padding:0;}
a{text-decoration: none;}
.clear:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1;
	clear: both
}
body{
	font-family: 'Microsoft YaHei','微软雅黑','Tahoma','黑体','宋体';
	font-size: 14px;
	background: #fff;
	color:#514e4e;
	min-width: 1200px;
}
