@charset "utf-8";
body{  font-family:"Microsoft Yahei";font-size:12px; color:#484848; margin:0 auto; background:#fff;text-align:left; position:relative;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a {color:#2d2d2d;text-decoration:none;-moz-transition:all 1s;/* Firefox 4 */
	-webkit-transition:all 1s;/* Safari 和 Chrome */
	-o-transition:all 1s;	/* Opera */
	transition:all 1s;}
a:hover {color:#2d2d2d;text-decoration:none;}
.c{ clear:both;}


/*chrome */
::-webkit-scrollbar-track-piece {
width:8px;
background-color:#f8f8f8;
}
::-webkit-scrollbar {
width:8px;
background-color:#0069c7;
}
::-webkit-scrollbar-thumb {
width:8px;
background-color:#0069c7;
}
::-webkit-scrollbar-thumb:hover {
width:8px;
background-color:#3d3d3d;
}