@charset "UTF-8";
/* CSS Document */
html {
  color: #333;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

:focus {
  outline: 0;
}

/*font*/
th {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
  color: #333333;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:link,
:visited,
ins {
  text-decoration: none;
}

i {
  font-style: normal;
}

/*Çå¸¡¶¯*/
.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.clear {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
}

/*body*/
body {
  font-size: 14px;
  font-family: 'Hiragino Sans GB', 'Microsoft Yahei UI', 'Microsoft Yahei', '微软雅黑', 'Segoe UI', Tahoma, '宋体b8b\4f53', SimSun, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*public*/
.floatl,
.fl {
  float: left;
}

.floatr,
.fr {
  float: right;
}

.alingC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.blod {
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.Arial {
  font-family: Arial;
  padding: 0 2px;
}

.SimSun {
  font-family: SimSun;
}

.YaHei {
  font-family: Microsoft YaHei;
}

/* color */
.blue,
.blue a {
  color: #05a;
}

.blue a:hover {
  color: #c00;
}

.org,
.org a {
  color: #de3438;
}

.org a:hover {
  color: #c00;
}

.gray6,
.gray6 a {
  color: #666;
}

.gray6 a:hover {
  color: #c00;
}

.gray9,
.gray9 a {
  color: #999;
}

.gray9 a:hover {
  color: #c00;
}

.green,
.green a {
  color: #090;
}

.green a:hover {
  color: #c00;
}

.black,
.black a {
  color: #333;
}

.black a:hover {
  color: #c00;
}

.yellow,
.yellow a,
.yellow a:link,
.yellow a:active,
.yellow a:visited,
.yellow a:hover {
  color: #f24f00 !important;
}

/*自定义样式*/
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.rel {
  position: relative;
}

.block {
  display: block;
}

.in-block,
.inb {
  display: inline-block;
}

.fixed {
  position: fixed;
}

button {
  border: none;
}

.hide {
  display: none;
}
