.banner {
  position: relative;
}
.banner .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.7708333333vw;
}
.banner .owl-dots .owl-dot {
  position: relative;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-left: 1.1458333333vw;
  background: url("../images/banner_splitters.png") no-repeat;
  background-size: 1.0416666667vw auto;
  transition: all 0.2s ease-in-out;
}
.banner .owl-dots .owl-dot.active, .banner .owl-dots .owl-dot:hover {
  background-position: 0 -1.0416666667vw;
}
.banner .owl-dots .owl-dot span {
  display: block;
  width: 1.0416666667vw;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0.3645833333vw;
  right: calc(100% + 1px);
}
.banner .owl-dots .owl-dot:first-child {
  margin-right: 0;
}
.banner .owl-dots .owl-dot:first-child span {
  display: none;
}

.index-content {
  padding: 3.6458333333vw 0 4.1666666667vw 0;
}
.index-content .ctitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6041666667vw;
  font-size: 2.2916666667vw;
  color: #8a7a58;
}
.index-content .ctitle::before, .index-content .ctitle::after {
  content: "";
  display: block;
  width: 1.5625vw;
  height: 1px;
  margin-bottom: 0.4166666667vw;
  background-color: #8a7a58;
}
.index-content .ctitle::before {
  margin-right: 0.625vw;
}
.index-content .ctitle::after {
  margin-left: 0.625vw;
}
.index-content.content-01 {
  background-color: #fff;
}
.index-content.content-01 .pdt-cates {
  padding-top: 2.1875vw;
}
.index-content.content-01 .pdt-block {
  padding: 3.6458333333vw 21.5625vw 0 21.5625vw;
}
.index-content.content-01 .pdt-block .index-pdt-list {
  min-height: 12.5vw;
  position: relative;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-prev,
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-next {
  width: 4.1666666667vw;
  height: 3.125vw;
  box-sizing: border-box;
  border: 1px solid #caaa7b;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  background-size: 1.7708333333vw auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -4.5833333333vw;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-prev span,
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-next span {
  display: none;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-prev:hover,
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-next:hover {
  border-color: #8a7a58;
  background-color: #fffcf6;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-prev {
  background-image: url("../images/index/arrow_left.png");
  left: -6.25vw;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-nav .owl-next {
  background-image: url("../images/index/arrow_right.png");
  right: -6.25vw;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item {
  box-sizing: border-box;
  padding: 0 0.8333333333vw;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item .item {
  color: #8a7a58;
  text-align: center;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item .item .thumb {
  width: 100%;
  height: 16.6666666667vw;
  transition: all 0.2s ease-in-out;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item .item:hover .thumb {
  box-shadow: 0 0.15625vw 0.78125vw rgba(202, 170, 123, 0.6);
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item .item .pdt-name {
  margin-top: 0.7291666667vw;
  line-height: 1.5625vw;
  font-size: 1.0416666667vw;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item .item .pdt-brief {
  line-height: 1.0416666667vw;
  font-size: 0.7291666667vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-content.content-01 .pdt-block .index-pdt-list .owl-item .item .pdt-code {
  line-height: 1.25vw;
  font-size: 0.8333333333vw;
  color: #caaa79;
}
.index-content.content-01 .pdt-block .read-more {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8541666667vw;
  height: 1.9270833333vw;
  margin: 1.5625vw auto 0 auto;
  border-top: 1px solid #e9dac7;
  border-bottom: 1px solid #e9dac7;
  font-size: 0.8333333333vw;
  color: #c9aa7a;
}
.index-content.content-01 .pdt-block .read-more span {
  margin-top: 0.2083333333vw;
}
.index-content.content-01 .pdt-block .read-more .iconfont {
  font-size: 0.4166666667vw;
  margin-left: 0.2083333333vw;
}
.index-content.content-01 .pdt-block .read-more:hover {
  color: #8a7a58;
  text-shadow: 0 0 2px #8a7a58;
}
.index-content.content-02 {
  background: url("../images/footer_bg.png") repeat;
}
.index-content.content-02 .news-block {
  padding: 2.0833333333vw 22.3958333333vw 0 22.3958333333vw;
}
.index-content.content-03 {
  background-color: #fff;
  padding: 3.6458333333vw 22.3958333333vw 4.1666666667vw 22.3958333333vw;
}
.index-content.content-03 .contact-block {
  padding-top: 2.6041666667vw;
}/*# sourceMappingURL=index.css.map */