@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, li, ol, td, * {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-family: Microsoft YaHei;
}

body {
  font-size: 14px;
  font-family: "微软雅黑";
  color: rgb(0, 0, 0);
  overflow: auto; }

* {
  box-sizing: border-box; }

img {
  display: block;
  border: none; }

a, input {
  outline: none; }

em, i {
  font-style: normal; }

b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
font-weight: 14px;}

.clear:after {
  content: "";
  display: block;
  clear: both; }

table {
  border-collapse: collapse; }

.border0 {
  border: none; }

.fl {
  float: left; }

.fr {
  float: right; }


.active {
  display: block; }

.hide {
  display: none; }

a{
  cursor: pointer;
}

.container{
  width: 1100px;
  margin: auto;
}

.container-fluid{
  width: 100%;
}
