@import "normalize.css";
/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
* {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1.15;
  color: #333333;
  font-size: 16px;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
input,
select,
textarea,
button {
  border: none;
  outline: none;
  background-color: transparent;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@keyframes nav_width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
