@charset "UTF-8";
.f-Bold {
  font-weight: bold;
}

/* flex布局 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-middle {
  align-items: center;
}

.flex-top {
  align-items: flex-start;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

/* 参考 tailwindcss */
.flex-1 {
  flex: 1 1 0%;
}

/* grow */
.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

/* shrink */
.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

/* flex-direction */
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

/* flex-wrap */
.flex-wrap {
  flex-wrap: wrap;
}

.felx-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* align-items */
.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

/* justify-content */
.justify-normal {
  justify-content: normal;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.layout {
  width: 17.2rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.cm-img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.p-title {
  display: flex;
  align-items: center;
}
.p-title .p-t {
  flex-shrink: 0;
}
.p-title .p-line {
  flex-grow: 1;
  height: 1px;
  border: solid 1px #7a7975;
  opacity: 0.2;
}

.p-item:last-child {
  margin-bottom: 0;
}

.md-home-1 {
  background-color: #fffdf7;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  position: relative;
}
.md-home-1 .h2 {
  font-weight: normal;
}
.md-home-1 .ul {
  margin-top: 0.5rem;
}
.md-home-1 .li {
  width: calc( 510 / 1720 * 100%);
  margin-right: calc( 75 / 1720 * 100%);
  margin-bottom: 0.6rem;
}
.md-home-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-home-1 .dd {
  height: 100%;
  display: block;
  background-color: #f9f1df;
}
.md-home-1 .dd:hover .img img {
  transform: scale(1.05);
}
.md-home-1 .dd .img {
  padding-top: calc( 635 / 510 * 100%);
  position: relative;
  overflow: hidden;
}
.md-home-1 .dd .text {
  padding: 0.3rem 0.27rem;
  color: #111;
}
.md-home-1 .dd .title {
  font-weight: normal;
}
.md-home-1 .dd .intro {
  margin-top: 0.13rem;
}
.md-home-1 .bots {
  position: absolute;
  left: -200vw;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: 0.1rem;
}
.md-home-1 .bots.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.md-home-1 .li-item {
  display: none;
}
.md-home-1 .li-item.show {
  display: block;
}
.main {
  background-color: #fffdf7;
}

.md-home-2 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 0.88rem;
  padding-bottom: 0.96rem;
  position: relative;
}
.md-home-2 .box {
  width: 100%;
  max-width: 90.1%;
  margin: 0 auto;
}
.md-home-2 .bx-left {
  position: relative;
  width: calc( 620 / 1720 * 100%);
}
.md-home-2 .tit {
  color: #000;
  line-height: 1;
  margin-bottom: 0.54rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: ssr;
  transform: scale(0.95, 1);
  transform-origin: left center;
}
.md-home-2 .des {
  color: #000;
  line-height: 1.81;
  text-align: justify;
  margin-bottom: 0.54rem;
}
.md-home-2 .more {
  color: #000;
  margin-bottom: 0.8em;
  font-family: n2, Arial, Microsoft Yahei;
}
.md-home-2 .bx-right {
  width: calc( 970 / 1720 * 100%);
}
.md-home-2 .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.md-home-2 .img {
  width: 100%;
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-2 .btn {
  padding-left: 1.285em;
  padding-right: 0.49rem;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  height: 3.285em;
  color: #000;
  line-height: 1;
  cursor: pointer;
  border-radius: 0.04rem;
  transition: all 0.3s;
}
.md-home-2 .btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-image: url(../font/arrow-right.svg);
  background-size: 100% 100%;
  margin-left: 0.82rem;
  position: relative;
  top: -1px;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .md-home-2 .btn:hover {
    background-color: #b3862e;
    border-color: #b3862e;
    color: #fff;
  }
  .md-home-2 .btn:hover:after {
    background-image: url(../font/arrow-right-white.svg);
    transform: translate(0.1rem, 0);
  }
  .md-home-2 .box:hover .c-img {
    transform: scale(1.1);
  }
}
@media (max-width: 1200px) {
  .md-home-2 .btn:active {
    background-color: #b3862e;
    border-color: #b3862e;
    color: #fff;
  }
  .md-home-2 .btn:active:after {
    background-image: url(../font/arrow-right-white.svg);
    transform: translate(0.1rem, 0);
  }
}
@media (max-width: 1350px) {
  .md-home-2 {
    padding-left: 1.066rem;
    padding-right: 1.066rem;
  }
  .md-home-2 .bx-left {
    width: 44.05%;
    padding-right: 40px;
  }
}
@media (max-width: 656px) {
  .md-home-2 .des,
  .md-home-2 .more,
  .md-home-2 .btn {
    font-size: 13px;
  }
}
@media (max-width: 639px) {
  .md-home-2 {
    padding: 30px 0.533rem;
  }
  .md-home-2 .box {
    max-width: 500px;
  }
  .md-home-2 .bx-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .md-home-2 .bx-right {
    float: none;
    width: 100%;
  }
  .md-home-2 .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2em;
  }
}
@media (max-width: 500px) {
  .md-home-2 .tit {
    font-size: 6vw;
  }
  .md-home-2 .des {
    font-size: 3.7vw;
  }
  .md-home-2 .more {
    font-size: 3.7vw;
  }
  .md-home-2 .btn {
    font-size: 3.7vw;
  }
}

.md-home-3 {
  width: 100%;
  padding-top: 1.15rem;
  padding-bottom: 1rem;
  background-color: #fffdf7;
  position: relative;
}
.md-home-3 .left {
  position: relative;
  text-align: right;
  width: calc( 690 / 1720 * 100%);
}
.md-home-3 .tit {
  color: #000;
  margin-bottom: 0.26rem;
  letter-spacing: 0.04em;
  font-family: ssr;
}
.md-home-3 .desc {
  color: #000;
  line-height: calc(32 / 19 );
  text-align: justify;
  margin-bottom: 0.28rem;
  padding-left: 1.6rem;
}
.md-home-3 .more {
  color: #000;
  margin-bottom: 0.8em;
  font-family: n2, Arial, Microsoft Yahei;
}
.md-home-3 .right {
  width: calc( 975 / 1720 * 100%);
  overflow: hidden;
}
.md-home-3 .box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.md-home-3 .imgs {
  overflow: hidden;
}
.md-home-3 .img {
  width: 100%;
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-3 .btn {
  padding-right: 0.18rem;
  padding-left: 0.49rem;
  min-width: 2.82rem;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 3.285;
  cursor: pointer;
  border-radius: 0.04rem;
  background-image: url(../images/了解更多按钮.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.md-home-3 .btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-image: url(../font/arrow-left-white.svg);
  background-size: 100% 100%;
  margin-right: 0.82rem;
  position: relative;
  top: -1px;
  transition: all 0.3s;
}
.md-home-3 .btn:hover {
  background-color: #6e7a62;
  border-color: #6e7a62;
}
.md-home-3 .btn:hover:before {
  background-image: url(../font/arrow-left-white.svg);
  transform: translate(-0.1rem, 0);
}
.md-home-3 .box:hover .img {
  transform: scale(1.1);
}
.md-home-3 .ul {
  margin-top: 0.33rem;
}
.md-home-3 .li {
  width: calc( 330 / 690 * 100%);
  margin-bottom: 0.3rem;
}
.md-home-3 .dd {
  height: 100%;
  background-color: #fdf9ef;
  border-radius: 0.06rem;
  border: solid 1px #cfcdc5;
  color: #111;
  text-align: left;
  padding: 0.12rem 0.16rem;
  line-height: calc( 27 / 21);
}
.md-home-3 .dd span {
  font-size: calc( 21em / 16);
  text-decoration: underline;
}
.md-home-3 .sw {
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .md-home-3 .right {
    width: 100%;
    order: 2;
  }
  .md-home-3 .left {
    width: 100%;
    margin-top: 0.4rem;
    order: 1;
    text-align: left;
  }
  .md-home-3 .desc {
    padding-left: 0;
  }
}

.md-home-4 {
  padding-top: 0.48rem;
  padding-bottom: 0.95rem;
  position: relative;
  background-color: #fffdf7;
}
.md-home-4 .h2 {
  font-weight: normal;
}
.md-home-4 .desc {
  margin-top: 0.12rem;
}
.md-home-4 .swiper {
  box-shadow: 0 -1px 0 0 inset #afada6;
  padding: 0 0.12rem;
  margin-top: 0.27rem;
}
.md-home-4 .sw {
  width: auto;
  padding: 0.11rem 0.24rem;
  margin-right: 0.6rem;
  letter-spacing: 1px;
  cursor: pointer;
  color: #8d8a81;
}
.md-home-4 .on {
  color: #4f6247;
  box-shadow: 0 -1px 0 0 inset rgba(79, 98, 71, 0.8);
}
.md-home-4 .box {
  position: relative;
  margin-top: 0.43rem;
}
.md-home-4 .b-item {
  width: 100%;
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0;
}
.md-home-4 .show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.md-home-4 .bx-le {
  width: calc( 975 / 1720 * 100%);
}
.md-home-4 .bx-ri {
  width: calc( 680 / 1720 * 100%);
  padding-top: 0.88rem;
}
.md-home-4 .img {
  padding-top: calc( 590 / 975 * 100%);
  position: relative;
}
.md-home-4 .intro {
  margin-top: 0.1rem;
}
.md-home-4 .list {
  margin-top: 0.4rem;
}
.md-home-4 .li {
  width: calc( 193 / 680 * 100%);
  margin-right: calc( 27 / 680 * 100%);
  margin-bottom: 0.3rem;
  background-color: #fdf9ef;
  border-radius: 0.06rem;
  border: solid 1px #cfcdc5;
  color: #111;
  padding: 0.1rem 0.18rem;
  text-align: center;
}
.md-home-4 .li:last-child {
  margin-right: 0;
}
.md-home-4 .te {
  line-height: 2;
}
.md-home-4 .mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.md-home-4 .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  color: #fff;
}
.md-home-4 .watch svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .md-home-4 .bx-le {
    width: 100%;
    order: 2;
  }
  .md-home-4 .bx-ri {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  .md-home-4 .list {
    justify-content: space-between;
  }
  .md-home-4 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

footer {
  background-image: url(../images/底部渐变色.png);
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  border-bottom: none;
}

.h-top {
  background-image: url(../images/顶部渐变色.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  color: #020202;
}

.o-des {
  max-width: none;
}

.p-item:nth-child(2n-1) .p-des {
  text-align: right;
}

.a-main .a-tit {
  color: #6b462b;
}
.a-main .a-des {
  color: #6b462b;
}
.a-main .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(253, 249, 239, 0.26);
}
.a-main .swiper-pagination-bullet-active {
  background-color: #916e4c;
}

.h-index {
  margin: 0.24rem 0 0.2rem;
}

.h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-inner::after {
  display: none;
}

.h-logo {
  height: 0.65rem;
}

.h-link {
  line-height: 1.1rem;
}

.h-line {
  top: 55px;
}

@media (max-width: 1920px) {
  .h-index {
    margin: 24px 0 20px;
  }
  .h-link {
    line-height: 80px;
  }
  .h-line {
    top: 40px;
  }
}
@media (max-width: 900px) {
  .h-index {
    margin: 0;
  }
  .h-inner {
    height: 100%;
  }
  .h-menu {
    margin: 0;
  }
}