@charset "UTF-8";
@font-face {
  font-family: "871-CAI978";
  src: url("../fonts/871-CAI978.woff") format("woff");
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "871-CAI978", Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  overflow-x: hidden;
  cursor: default;
}

*:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

ul,
li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scroll-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(46, 46, 46, 0.3);
}

.scroll-list {
  padding-right: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 4.6875vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fffcf6;
  padding: 0 5.4166666667vw;
  box-sizing: border-box;
}
header .logo {
  width: 5.7291666667vw;
  background: url("../images/logo.png") no-repeat 0 50%;
  background-size: 100% auto;
}
header .main-menu {
  display: flex;
  height: 100%;
}
header .main-menu li {
  margin-left: 1.25vw;
}
header .main-menu li:first-child {
  margin-right: 0;
}
header .main-menu li a {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 1.0416666667vw;
  font-size: 0.9375vw;
  color: #333;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
header .main-menu li a:hover, header .main-menu li a.is-active {
  color: #caaa7a;
}
header .main-menu li a.is-active {
  border-bottom: 2px solid #caaa7a;
}

.header-placeholder {
  height: 4.6875vw;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 4.7916666667vw;
  padding: 0 22.3958333333vw;
  background: url("../images/footer_bg.png") repeat;
}
footer .copyright {
  font-size: 0.78125vw;
  margin-top: 0.4166666667vw;
  color: #8a7a58;
}
footer .footer-menu {
  display: inline-flex;
  align-items: center;
  margin-top: 0.4166666667vw;
}
footer .footer-menu li {
  padding: 0 0.8854166667vw;
  position: relative;
}
footer .footer-menu li::before {
  content: "";
  width: 1px;
  height: 0.4166666667vw;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2083333333vw;
  background-color: #b7ae9a;
}
footer .footer-menu li a {
  color: #b7ae9a;
  text-transform: uppercase;
}
footer .footer-menu li a:hover {
  color: #8a7a58;
  text-shadow: 0 0 2px #8a7a58;
}
footer .footer-menu li:last-child {
  padding-right: 0;
}
footer .footer-menu li:last-child::before {
  display: none;
}

.banner {
  position: relative;
}
.banner img {
  display: block;
  position: relative;
  z-index: 1;
}
.banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #FFF;
}
.banner .text .desc {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  text-align: center;
  margin-top: 3.6458333333vw;
}
.banner .text .title {
  display: inline-flex;
  align-items: center;
  font-size: 3.125vw;
  height: 3.3333333333vw;
  margin-top: 5.1041666667vw;
}
.banner .text .title::before, .banner .text .title::after {
  content: "";
  display: block;
  width: 3.125vw;
  border-top: 1px solid #fff;
  margin-bottom: 0.7291666667vw;
}
.banner .text .title::before {
  margin-right: 0.5208333333vw;
}
.banner .text .title::after {
  margin-left: 0.5208333333vw;
}

.pdt-cates {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6041666667vw;
  border-bottom: 1px solid #f7ecdd;
  position: relative;
}
.pdt-cates .cate {
  line-height: 2.6041666667vw;
  margin: 0 1.3020833333vw;
  font-size: 1.1458333333vw;
  color: #caaa79;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.pdt-cates .cate:hover, .pdt-cates .cate.is-active {
  color: #8a7a58;
}
.pdt-cates .cate:hover {
  text-shadow: 0 0 1px #8a7a58;
}
.pdt-cates .dots {
  width: 0.8333333333vw;
  height: 0.7291666667vw;
  background: url("../images/menu_icon.png") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -0.4166666667vw;
  margin-left: -0.4166666667vw;
  transition: all 0.2s ease-in-out;
}

.contact-block {
  display: flex;
  justify-content: space-between;
}
.contact-block .item {
  width: 7.6041666667vw;
  margin-right: 2.5vw;
  color: #8a7a58;
}
.contact-block .item a {
  color: #8a7a58;
}
.contact-block .item .title {
  line-height: 1.875vw;
  font-size: 0.8333333333vw;
  text-transform: uppercase;
}
.contact-block .item .desc {
  line-height: 1.875vw;
  font-size: 1.25vw;
}
.contact-block .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.6041666667vw;
  border-bottom: 1px solid #e8dac6;
  background-image: url("../images/contact_icon.png");
  background-repeat: no-repeat;
  background-size: auto 13.0208333333vw;
  margin-bottom: 0.3125vw;
}
.contact-block .item:nth-child(1)::before {
  background-position: 0 -10.4166666667vw;
}
.contact-block .item:nth-child(2) {
  width: 13.5416666667vw;
}
.contact-block .item:nth-child(2)::before {
  background-position: 0 -2.6041666667vw;
}
.contact-block .item:nth-child(2) .desc {
  font-size: 1.1458333333vw;
}
.contact-block .item:nth-child(3)::before {
  background-position: 0 -5.2083333333vw;
}
.contact-block .item:nth-child(4) {
  width: 0;
  flex-grow: 1;
  margin-right: 0;
}
.contact-block .item:nth-child(4)::before {
  background-position: 0 -7.8125vw;
}
.contact-block .item:nth-child(4) .desc {
  line-height: 1.1458333333vw;
  font-size: 1.0416666667vw;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list .item {
  width: 16.6666666667vw;
  margin-right: 2.6041666667vw;
  color: #8a7a58;
}
.news-list .item:nth-child(3n) {
  margin-right: 0;
}
.news-list .item .thumb {
  width: 100%;
  height: 8.59375vw;
  margin-bottom: 0.5208333333vw;
  transition: all 0.2s ease-in-out;
}
.news-list .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .item:hover .thumb {
  box-shadow: 0 0 0.78125vw rgba(202, 170, 123, 0.6);
}
.news-list .item .art-title {
  line-height: 1.1458333333vw;
  font-size: 1.0416666667vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5208333333vw;
}
.news-list .item .art-brief {
  line-height: 0.8333333333vw;
  font-size: 0.8333333333vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.3020833333vw;
}
.news-list .item .date {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.875vw;
  border-top: 1px solid #e8dac6;
  border-bottom: 1px solid #e8dac6;
  font-size: 0.8333333333vw;
  color: #caaa79;
}
.news-list .item .date .time {
  margin-top: 0.2083333333vw;
}
.news-list .item .date .more {
  display: inline-flex;
  align-items: center;
}
.news-list .item .date .more label {
  margin-top: 0.2083333333vw;
}
.news-list .item .date .more .iconfont {
  font-size: 0.5208333333vw;
  margin-left: 0.2083333333vw;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5625vw;
}
.pager .page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5625vw;
  height: 1.5625vw;
  box-sizing: border-box;
  border-top: 1px solid #e9dac7;
  border-bottom: 1px solid #e9dac7;
  font-size: 0.9375vw;
  color: #c9aa7a;
  margin: 0 0.2083333333vw;
}
.pager .page span {
  margin-top: 0.15625vw;
}
.pager .page:hover, .pager .page.active {
  background-color: #e9dac7;
  border-color: #e9dac7;
  color: #fff;
}
.pager .page.prev, .pager .page.next {
  width: auto;
  background-size: 0.9375vw auto;
  background-repeat: no-repeat;
}
.pager .page.prev {
  padding: 0 0.3125vw 0 1.6666666667vw;
  background-image: url("../images/page_arrow_left.png");
  background-position: 0.3125vw 50%;
}
.pager .page.next {
  padding: 0 1.6666666667vw 0 0.3125vw;
  background-image: url("../images/page_arrow_right.png");
  background-position: calc(100% - 0.3125vw) 50%;
}

.error-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.625vw;
  line-height: 2.3958333333vw;
  font-size: 0.7291666667vw;
  color: #777;
  text-transform: uppercase;
}
.error-info::before {
  content: "\e64e";
  font-family: "iconfont";
  font-size: 3.6458333333vw;
  color: #caaa79;
  margin-bottom: 0.3125vw;
}

.cur-pos {
  display: flex;
  align-items: center;
  height: 2.34375vw;
  font-size: 0.8333333333vw;
  color: #caaa79;
  padding: 0 22.3958333333vw;
}
.cur-pos * {
  margin-top: 0.2083333333vw;
}
.cur-pos a {
  color: #caaa79;
}
.cur-pos a:hover {
  color: #8a7955;
  text-shadow: 0 0 1px #8a7a58;
}
.cur-pos span {
  color: #8a7955;
}
.cur-pos label {
  margin: 0.2083333333vw 0.3125vw 0 0.3125vw;
}

.go-back {
  display: inline-flex;
  align-items: center;
  padding: 0 1.6666666667vw 0 0.4166666667vw;
  height: 1.8229166667vw;
  box-sizing: border-box;
  border-top: 1px solid #e9dac7;
  border-bottom: 1px solid #e9dac7;
  background: url("../images/inner/icon_goback.png") no-repeat calc(100% - 0.4166666667vw) 50%;
  background-size: 0.9375vw auto;
}
.go-back::before {
  content: "Go Back";
  font-size: 0.9375vw;
  color: #8a7955;
  margin-top: 0.2083333333vw;
  transition: all 0.2s ease-in-out;
}
.go-back:hover::before {
  text-shadow: 0 0 1px #8a7a58;
}/*# sourceMappingURL=common.css.map */