@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Hiragino Sans GB', '微软雅黑', arial, sans-serif;
  color: #666;
  font-weight: normal;
  background: #fff;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*共用样式*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  display: none!important;
}
.show {
  display: block!important;
}
.none {
  display: none;
}
.img100 {
  width: 100%;
}
.fw {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.relative {
  position: relative;
}
.pBox {
  background: #fff;
  padding: 20px;
}
.btnHover:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.text-center {
  text-align: center!important;
}
.pb40 {
  padding-bottom: 40px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.mr5 {
  margin-right: 5px!important;
}
.iconBg {
  background: url('../Images/icon.png') no-repeat;
}
.bgFA {
  background: #fafafa;
}
.mainWidth {
  width: 1200px;
  margin: 0 auto;
}
