/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
  margin: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
img,
iframe,
abbr {
  border: 0;
}
img {
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
summary {
  display: block;
}
li {
  list-style: none;
}
sup,
sub {
  font-size: 12px;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
  display: block;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: #333;
}
a:hover {
  color: #000;
}
a {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
  color: #666;
  outline: 0;
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
input[type='submit'] {
  cursor: pointer;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
section,
#header,
#banner {
  width: 100%;
  min-width: 1200px;
  margin: auto;
}

body {
  overflow-x: hidden !important;
}

/* 字体 */
.font {
  font-family: '宋体';
}
.yh {
  font-family: 'Microsoft YaHei';
}

/* 背景颜色 */
.bg {
  background-color: #f8f8f8;
  padding: 40px 0 80px;
}
.white {
  background-color: #fff;
}

/* 延时触发 */
.time {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

/* 文字加粗 */
.bold {
  font-weight: bold;
}

/* 边框 */
.border {
  border: 1px solid #e1e1e1;
}

/* 文字对齐 */
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}

/* 间距 */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}

/* 字体大小 */
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}

/* 字体颜色 */
.color-0 {
  color: #000;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.color-b {
  color: #b1b1b1;
}
.color-c {
  color: #ccc;
}
.color-e {
  color: #ee0b00;
}
.color-f {
  color: #fff;
}
.color-6b {
  color: #6b4100;
}

/* 字体行高 */
.lh18 {
  line-height: 18px;
}
.lh24 {
  line-height: 24px;
}
.lh25 {
  line-height: 25px;
}

/* 块状显示 */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}

/* 定位 */
.position-r {
  position: relative;
}
.position-a {
  position: absolute;
}

/* img hidden */
.overflow {
  overflow: hidden;
}

/* img scale */
.picture img {
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.picture:hover img {
  transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
