@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  background: #fff;
  font-family: "microsoft yahei";
  overflow-x: hidden;
  background-color: #ccc;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
th,
td,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* word-break: break-all; */
}
/*清除内外边距*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/*设置默认字体*/
:focus {
  outline: 0;
}
ul,
ol,
ul li,
ol li {
  list-style: none;
}
/*重置列表*/
address,
caption,
cite,
em,
code,
dfn,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}
form label {
  cursor: pointer;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  outline: none;
}
textarea {
  resize: none;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
}
/*重置图片元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格*/
.l {
  float: left;
}
.r {
  float: right;
}
.w-50 {
  width: 50%;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  line-height: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  _filter: chroma(color=#000000);
}
/*--清除浮动
------------------------------------------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  _zoom: 1;
}
.overflow {
  overflow: hidden;
  _zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
input {
  _filter: chroma(color=#000000);
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e0dede;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e0dede;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e0dede;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e0dede;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e0dede;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e0dede;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e0dede;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e0dede;
}
.d-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.d-table > * {
  display: table-cell;
}
.min-wrap {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.color-r {
  color: #a04824;
}
.text-c {
  text-align: center;
}
.dis-b {
  display: block;
}
.main-wrap {
  width: 1200px;
  margin: 0 auto;
}
.img-size {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-frame img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
.bg-f8 {
  background-color: #f8f8f8;
  position: relative;
}
.box-s-e {
  box-shadow: 0px 10px 10px #eee;
}
.small-more {
  display: none;
}
.animation {
	opacity: 0;
}
.animation.ani-active {
	opacity: 1;
}
