@charset "utf-8";
/* CSS Document */
/* css 重置 */
article,
aside, 
figcaption, 
figure, 
footer, 
header, 
main, 
nav, 
section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%; 
     -moz-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
	      text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #fafafa;
  font-family: Arial, "微软雅黑","Microsoft YaHei", Helvetica, Sans-serif, ;
}

* {
  font-size: 14px;
  color: #333;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 24px;
}

.center-1160 {
  width: 1160px;
  margin: 0 auto;
}

.center-1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wid100 {
  width: 100%;
}
