@charset "utf-8";
*{margin:0;padding:0;}
html { margin: 0; padding: 0; width: 100%; height: 100%;}
body {font-size:14px; font-family: "微软雅黑"; overflow-x: hidden;min-height: 100%;}
ul,li,dl,dt,dd,ol,table,tr,td,div,p,span,a { margin: 0; padding: 0; color:#666;}
h1,h2,h3,h4,h5,h6{color:#333;font-weight:normal;}
h1{font-size:32;}
h2{font-size:28;}
h3{font-size:18;}
h4{font-size:16;}
h5{font-size:14;}
h6{font-size:12;}
a:link, a:visited { outline: none; blr: expression(this.onFocus=this.blur());}
a:link, a:hover { text-decoration: none; }
img { border: none;}
ul, li { list-style: none; }
input,textarea { outline: none; resize: none; font-family: "microsoft yahei","微软雅黑",arial,Helvetica,sans-serif; }
.clear { margin:0 !important; padding: 0; width: 0; height: 0; clear: both; }
@media screen and (max-width: 767px) {
	.hide_m{display:none !important;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hide_pad{display:none !important;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hide_note_p{display:none !important;}
}
@media screen and (min-width: 1200px) {
	.hide_p{display:none !important;}
}



