/* 样式重定义 */
@charset "utf-8";
*{ margin:0; padding:0; }
body, html { font-size: 100%;}
body{
	background: white;
	color: black;
	font-weight: 500;
	font-size: 72.5%;
	min-width: 1200px;
	font-family:'微软雅黑', "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
a{color: #686868;text-decoration: none;outline: none;}
a:hover,a:focus{color:#74777b;}
td,th,caption { font-size:12px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
em,i{ font-style:normal;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; } 
