@charset "UTF-8";
/* CSS Document */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
  font: 12px/1.5 "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53;
}

input, select, textarea {
  font-size: 100%;
}

/* 去掉各Table cell 的边距并让其边重合 */
table {
  border-collapse: 0;
  border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
  text-align: left;
}

/* 去除默认边框 */
fieldset, img {
  border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul, li {
  list-style: none;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before, q:after {
  content: '';
}

/* 统一上标和下标 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
  text-decoration: none;
}

/* 去掉IE下a 标签的虚线框 */
a:focus {
  outline: none;
}

/* 清理浮动 */
.clearFloat:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearFloat {
  zoom: 1;
  /* for IE6 IE7 */
}

/* 设置内联, 减少浮动带来的bug */
.floatLeft, .floatRight {
  display: inline;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500;
}

i {
  font-style: normal;
}

img:hover {
  border: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox下： */
select {
  -moz-appearance: textfield;
}

select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox下： */
select {
  -moz-appearance: textfield;
}

/*auto*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.clrf {
  zoom: 1;
}
.clrf::after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

/**********swiper********/
.swiper-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.s-inside {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/**************unslide**************/
::selection {
  background: #bfa57c;
  color: #fff;
}

.banner {
  position: relative;
  width: 100%;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #5b4d3d;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  top: -77px;
  z-index: 1;
}

.banner ul {
  list-style: none;
  width: 300%;
}

.banner ul li {
  display: block;
  float: left;
  width: 33%;
  min-height: 400px;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
}

.banner .inner {
  padding: 160px 0 110px;
}

.banner h1, .banner h2 {
  font-size: 40px;
  line-height: 52px;
  color: #fff;
}

.banner .btn {
  display: inline-block;
  margin: 25px 0 0;
  padding: 9px 22px 7px;
  clear: both;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}

.banner .btn:hover {
  background: rgba(255, 255, 255, 0.05);
}

.banner .btn:active {
  -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.5));
}

.banner .btn, .banner .dot {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.banner .dots {
  position: absolute;
  left: 21%;
  right: 0;
  bottom: 20px;
  width: 100%;
  z-index: 6;
}

.banner .dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 15px;
  line-height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  *text-indent: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.banner .dots li.active {
  background-color: #80BB01;
  opacity: 1;
  border: 2px solid #80BB01;
}

.banner .arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}

.banner .arrow {
  display: inline;
  padding-left: 10px;
  cursor: pointer;
}

/*# sourceMappingURL=common.css.map */
