:root {
  --swiper-theme-color: #1a1510;
}

.animate__animated.animate__delays {
  animation-delay: 0.3s;
  animation-delay: var(--animate-delay);
}

body {
  overflow-x: hidden;
}

.only-m {
  display: none !important;
}

.wrap {
  width: 90.4%;
  margin: 0 auto;
}

.w1500 {
  width: 1500px;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.indexNavMain {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #3b3126;
  z-index: 999;
}
.indexNavMain .indexNavBox {
  position: relative;
}
.indexNavMain .indexNavBox > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 118px;
  line-height: 118px;
  text-align: center;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
}
.indexNavMain .indexNavBox ul {
  float: right;
}
.indexNavMain .indexNavBox ul li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin-right: 40px;
  font: normal 16px/80px "Lato-Bold";
  color: #efedec;
}
.indexNavMain .indexNavBox ul li > a {
  display: block;
  color: #efedec;
  position: relative;
}
.indexNavMain .indexNavBox ul li .item-list {
  display: none;
  position: absolute;
  left: 0;
  top: 78px;
  width: 230px;
  padding: 20px 0 20px 42px;
  background-color: rgba(59, 49, 38, 0.9);
  box-sizing: border-box;
}
.indexNavMain .indexNavBox ul li .item-list a {
  display: block;
  color: #efedec;
  line-height: 64px;
}
.indexNavMain .indexNavBox ul li:hover .item-list {
  display: block;
}
.indexNavMain .indexNavBox .pcNavBtn {
  position: relative;
  float: right;
  height: 80px;
  text-align: right;
}
.indexNavMain .indexNavBox .pcNavBtn .line01 {
  display: block;
  width: 82px;
  height: 1px;
  margin-top: 36px;
  background-color: #efedec;
}
.indexNavMain .indexNavBox .pcNavBtn .line02 {
  display: inline-block;
  margin-top: 14px;
  width: 53px;
  height: 1px;
  background-color: #efedec;
}
.indexNavMain .indexNavBox .pcNavBtn .item-list {
  display: none;
  position: absolute;
  right: 0;
  top: 78px;
  width: 230px;
  padding: 20px 0 20px 42px;
  background-color: rgba(59, 49, 38, 0.9);
  box-sizing: border-box;
}
.indexNavMain .indexNavBox .pcNavBtn .item-list a {
  display: block;
  font: normal 16px/64px "Lato-Bold";
  color: #efedec;
  text-align: left;
}
.indexNavMain .indexNavBox .pcNavBtn:hover .item-list {
  display: block;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}
.indexNavMain .indexNavBox a:hover {
  opacity: 0.8;
}

.indexBannerMain {
  position: relative;
  width: 100%;
  background-color: #3b3126;
}
.indexBannerMain .mySwiper01 {
  width: 100%;
  height: auto;
}
.indexBannerMain .mySwiper01 img {
  display: block;
  width: 100%;
}
.indexBannerMain .mySwiper01 .swiper-pagination {
  width: 95%;
  text-align: right;
  margin-right: 5%;
  box-sizing: border-box;
}

.indexWhatMain {
  background: url(../images/what-bg.jpg) no-repeat center top;
  padding-bottom: 7.8%;
}
.indexWhatMain h2 {
  font: normal 40px/240px "CormorantGaramond-Regular";
  color: #efedec;
  text-align: center;
}
.indexWhatMain .txt {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  font: normal 18px/38px "YuGothR";
  color: #efedec;
}
.indexWhatMain .txt p {
  width: 644px;
  margin-bottom: 38px;
}
.indexWhatMain .txt p span {
  color: #C3350C;
}
.indexWhatMain .txt img {
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
}
.indexWhatMain .txt .btn {
  position: relative;
  display: block;
  width: 188px;
  padding-left: 12px;
  border: 1px solid #efedec;
  font-size: 16px;
  color: #efedec;
  font-family: "YuGothM";
}
.indexWhatMain .txt .btn::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 15px;
  width: 52px;
  height: 6px;
  background: url(../images/icon01.png) no-repeat top right;
  transition: all 0.5s;
}
.indexWhatMain .txt .btn:hover::before {
  width: 62px;
}
.indexWhatMain .txt .btn:hover {
  font-weight: bold;
}
.indexWhatMain .txt .btn02 {
  margin-top: 38px;
  width: 220px;
}
.indexWhatMain .txt .btn02::before {
  left: 145px;
}

.indexBenefitMain {
  padding-top: 7%;
  background-color: #fffbf5;
}
.indexBenefitMain h2 {
  position: relative;
  margin-bottom: 7.6%;
  font: normal 70px/100px "CormorantGaramond-Bold";
  color: #1a1510;
}
.indexBenefitMain h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #caaf84;
}
.indexBenefitMain ul {
  padding-bottom: 3.2%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
.indexBenefitMain ul li {
  position: relative;
  margin-bottom: 5%;
}
.indexBenefitMain ul li.benefit-list--item_l {
  flex-basis: 33%;
}
.indexBenefitMain ul li.benefit-list--item_l .img {
  aspect-ratio: 499/310;
}
.indexBenefitMain ul li.benefit-list--item_s {
  flex-basis: 20%;
}
.indexBenefitMain ul li.benefit-list--item_s .img {
  aspect-ratio: 310/310;
}
.indexBenefitMain ul li .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.indexBenefitMain ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.indexBenefitMain ul li h3 {
  position: absolute;
  left: -35px;
  top: 0;
  text-align: right;
  font: normal 30px/30px "CormorantGaramond-Medium";
  color: #1a1510;
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
}
.indexBenefitMain ul li:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.indexBenefitMain .mySwiper02 {
  display: none;
}

.indexProductsMain {
  padding-top: 7%;
  background-color: #e3ded8;
}
.indexProductsMain h2 {
  position: relative;
  margin-bottom: 5.3%;
  font: normal 70px/100px "CormorantGaramond-Bold";
  color: #1a1510;
}
.indexProductsMain h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #caaf84;
}
.indexProductsMain ul {
  padding-bottom: 4.33%;
}
.indexProductsMain ul li {
  position: relative;
  float: left;
  width: 23.53%;
  margin-right: 1.96%;
  margin-bottom: 6.67%;
}
.indexProductsMain ul li .img {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.indexProductsMain ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.indexProductsMain ul li h3 {
  position: relative;
  font: normal 26px/80px "CormorantGaramond-Medium";
  color: #1a1510;
  text-align: center;
}
.indexProductsMain ul li h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #bca176;
  transition: all 0.5s;
}
.indexProductsMain ul li p {
  font: normal 18px/80px "YuGothM";
  color: #1a1510;
  text-align: center;
}
.indexProductsMain ul li:hover h3::before {
  left: 0;
  width: 100%;
  margin-left: 0;
}
.indexProductsMain ul li:hover .img {
  transform: translateY(-30px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.indexProductsMain ul li:nth-child(4n) {
  margin-right: 0;
}

.indexWorksMain ul li {
  position: relative;
  float: left;
  width: 50%;
}
.indexWorksMain ul li .img {
  width: 100%;
  overflow: hidden;
}
.indexWorksMain ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.indexWorksMain ul li .img img:nth-child(2) {
  display: none;
}
.indexWorksMain ul li .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.indexWorksMain ul li h3 {
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
  font: normal 42px/50px "CormorantGaramond-Medium";
  color: #efedec;
}
.indexWorksMain ul li h3 span {
  display: block;
  font-size: 26px;
}
.indexWorksMain ul li h3 span::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 22px;
  width: 70px;
  height: 6px;
  background: url(../images/icon01.png) no-repeat top right;
  transition: all 0.5s;
}
.indexWorksMain ul li h3 strong {
  display: block;
  font-weight: normal;
}
.indexWorksMain ul li:hover h3 span::before {
  width: 180px;
}

.footerBox {
  padding: 7% 0 16px;
  background: #3b3126;
  position: relative;
}
.footerBox .left {
  float: left;
}
.footerBox .left .footerLogo {
  display: block;
  width: 220px;
  height: 95px;
}
.footerBox .left .footerLogo img {
  display: block;
  width: 100%;
}
.footerBox .left .official {
  padding-top: 34px;
  margin-bottom: 30px;
}
.footerBox .left .official a {
  display: inline-block;
  margin-right: 20px;
}
.footerBox .left .official a img {
  display: block;
}
.footerBox .left .btn {
  width: 278px;
  height: 60px;
  border: 1px solid #fff;
  font: normal 16px/60px "YuGothM";
  color: #efedec;
}
.footerBox .left .btn a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #efedec;
}
.footerBox .left .btn a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 27px;
  margin-left: 50px;
  width: 60px;
  height: 6px;
  background: url(../images/icon01.png) no-repeat top right;
  transition: all 0.5s;
}
.footerBox .left .btn a:hover::before {
  width: 80px;
}
.footerBox .footerNav {
  float: right;
}
.footerBox .footerNav li {
  float: left;
  margin-right: 76px;
  font: normal 16px/40px "Lato-Regular";
  color: #efedec;
}
.footerBox .footerNav li > a, .footerBox .footerNav li > span {
  color: #efedec;
}
.footerBox .footerNav li div a {
  display: block;
  font-size: 14px;
  color: #efedec;
}
.footerBox .footerNav li:nth-child(1) div a, .footerBox .footerNav li:nth-child(2) div a {
  position: relative;
  padding-left: 15px;
}
.footerBox .footerNav li:nth-child(1) div a::before, .footerBox .footerNav li:nth-child(2) div a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 1px;
  background: #efedec;
}
.footerBox .footerNav li:nth-child(4) div a {
  font-family: "YuGothM";
}
.footerBox .footerNav li:nth-child(4) div a:nth-child(1) {
  font-family: "Lato-Regular";
}
.footerBox a:hover {
  opacity: 0.8;
}
.footerBox .copyRight {
  margin-top: 68px;
  font: normal 12px/24px "YuGothM";
  color: #efedec;
  text-align: center;
}
.footerBox .copyRight a {
  display: block;
  color: #efedec;
}

.goTop {
  position: fixed;
  bottom: 27px;
  right: 50px;
  width: 45px;
  height: 45px;
  border: 1px solid #efedec;
  cursor: pointer;
  display: none;
}
.goTop:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 14px;
  height: 14px;
  border-right: 1px solid #efedec;
  border-bottom: 1px solid #efedec;
  transform: rotateZ(-135deg);
}
.goTop:hover {
  opacity: 0.5;
}

.goTop.sub {
  border-color: #1a1510;
}
.goTop.sub:after {
  border-right-color: #1a1510;
  border-bottom-color: #1a1510;
}

.leftMenu_z {
  display: none !important;
}

#leftMenu {
  display: none !important;
}

@media (min-width: 0) and (max-width: 1770px) {
  .wrap {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 0) and (max-width: 1600px) {
  .w1500 {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  .goTop {
    right: 3px;
  }
}
@media (min-width: 0) and (max-width: 1500px) {
  .indexBenefitMain ul li h3 {
    font-size: 26px;
  }
}
@media (min-width: 0) and (max-width: 1300px) {
  .indexBannerMain .txt h2 {
    margin-bottom: 20px;
    font: normal 20px/40px "YouMingChaoTi-Medium-2";
  }
  .indexBannerMain .txt p {
    font: normal 40px/60px "CormorantGaramond-Bold";
  }
  .indexBannerMain .txt p strong {
    font-size: 52px;
  }
  .indexBenefitMain ul li h3 {
    font-size: 22px;
  }
  .indexProductsMain ul li p {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 1200px) {
  .indexWhatMain .txt {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  .indexWhatMain .txt p {
    width: 600px;
  }
  .footerBox .footerNav li {
    margin-right: 50px;
  }
  .footerBox .footerNav li:last-child {
    margin-right: 0;
  }
  .w1100 {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  .indexBenefitMain ul li h3 {
    font-size: 18px;
  }
  .indexProductsMain ul li p {
    font-size: 13px;
  }
}
.subPage {
  padding-top: 118px;
  background-color: #fffbf5;
}

.subPage .indexNavMain {
  position: fixed;
  height: 118px;
  border-bottom: 1px solid #453b31;
}
.subPage .indexNavMain .indexNavBox ul li {
  line-height: 118px;
}
.subPage .indexNavMain .indexNavBox ul li .item-list {
  top: 117px;
}
.subPage .indexNavMain .indexNavBox .pcNavBtn {
  margin-top: 16px;
}

.subBannerMain {
  position: relative;
  background-color: #3b3126;
}
.subBannerMain .txt {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 37.5%;
  transform: translateY(-50%);
  text-align: center;
}
.subBannerMain .txt h2 {
  font: normal 42px/50px "CormorantGaramond-Medium";
  color: #efedec;
}
.subBannerMain .worksTitle {
  width: 100%;
  text-align: left;
}
.subBannerMain .worksTitle span {
  font-size: 30px;
  line-height: 50px;
}
.subBannerMain .img {
  width: 62.5%;
  height: auto;
  margin-left: 37.5%;
}
.subBannerMain .img img {
  display: block;
  width: 100%;
}

.productsNavMain {
  padding: 150px 0 130px;
}
.productsNavMain li {
  position: relative;
  float: left;
  width: 30.92%;
  margin-bottom: 20px;
  background-color: #efedec;
  cursor: pointer;
}
.productsNavMain li .txt {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 59%;
  transform: translateY(-50%);
  text-align: center;
}
.productsNavMain li .txt h3 {
  font: normal 20px/40px "CormorantGaramond-Bold";
  color: #1a1510;
}
.productsNavMain li .txt span {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}
.productsNavMain li .img {
  width: 41%;
  height: auto;
  margin-left: 59%;
  overflow: hidden;
}
.productsNavMain li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.productsNavMain li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.productsNavMain li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.productsNavMain li a:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.productsNavMain li:nth-child(3n+2) {
  margin-left: 3.62%;
  margin-right: 3.62%;
}

.subProducts {
  position: relative;
  padding: 50px 60px;
  background-color: #e3ded8;
  margin-bottom: 150px;
  box-sizing: border-box;
}
.subProducts .mb50 {
  margin-bottom: 50px;
}
.subProducts .pt75 {
  padding-top: 75px;
}
.subProducts > a {
  position: absolute;
  left: 0;
  top: -150px;
}
.subProducts h2 {
  font: normal 88px/164px "CormorantGaramond-Bold";
  color: #9a8977;
}
.subProducts h2 span {
  display: inline-block;
  line-height: 148px;
  vertical-align: top;
}
.subProducts .pic {
  overflow: hidden;
}
.subProducts .pic img {
  display: block;
  width: 100%;
}
.subProducts .main01 {
  padding-bottom: 75px;
  margin-bottom: 78px;
  border-bottom: 3px solid #f7f7f7;
  text-align: center;
}
.subProducts .main01 h3 {
  font: normal 30px/108px "CormorantGaramond-Bold";
  color: #1a1510;
}
.subProducts .main01 .awardBox img {
  display: inline-block;
  height: 110px;
  margin: 0 12px;
}
.subProducts .tit-show {
  position: relative;
  width: 330px;
  height: 70px;
  margin: 0 auto 40px;
  background-color: #3b3126;
  font: normal 26px/70px "CormorantGaramond-Bold";
  color: #efedec;
  text-align: center;
  cursor: pointer;
}
.subProducts .tit-show:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #efedec;
  border-bottom: 1px solid #efedec;
  transform: rotateZ(-135deg);
  transition: all 0.5s;
}
.subProducts .up:after {
  transform: rotate(45deg);
  top: 28px;
}
.subProducts .table {
  width: 762px;
  margin: 0 auto 80px;
  display: none;
}
.subProducts .table p {
  width: 100%;
  margin-bottom: 3px;
  border: 1px solid #efedec;
  color: #1a1510;
  font: normal 18px/40px "YuGothM";
}
.subProducts .table p span {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-indent: 2em;
}
.subProducts .table p span:nth-child(2) {
  border-left: 1px solid #efedec;
}
.subProducts .swiper {
  display: none;
}
.subProducts .swiper-wrapper {
  display: block;
}
.subProducts .swiper-button-next, .subProducts .swiper-button-prev, .subProducts .swiper-pagination {
  display: none;
}
.subProducts .corlor-list li {
  float: left;
  width: 22.27%;
  margin-right: 3.64%;
  margin-bottom: 20px;
}
.subProducts .corlor-list li .img {
  width: 100%;
  overflow: hidden;
}
.subProducts .corlor-list li .img img {
  display: block;
  width: 100%;
}
.subProducts .corlor-list li h4 {
  font: normal 18px/40px "CormorantGaramond-Bold";
  color: #1a1510;
  text-align: center;
}
.subProducts .corlor-list li:nth-child(4n) {
  margin-right: 0;
}
.subProducts .corlor-list-1 li:nth-child(1) {
  margin-left: 38.64%;
}
.subProducts .corlor-list-2 li:nth-child(1) {
  margin-left: 25.64%;
}
.subProducts .corlor-list-3 li:nth-child(1) {
  margin-left: 13%;
}

.btn-price {
  padding-bottom: 175px;
}
.btn-price a {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #1a1510;
  font: normal 24px/90px "CormorantGaramond-Bold";
  color: #1a1510;
  text-align: center;
}
.btn-price a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: 75px;
  width: 72px;
  height: 6px;
  background: url(../images/icon07.png) no-repeat top right;
  transition: all 0.5s;
}
.btn-price a:hover::before {
  width: 120px;
}

@media (min-width: 0) and (max-width: 1320px) {
  .subProducts {
    padding: 30px 50px 50px;
  }
  .subProducts .w1100 {
    width: auto;
    max-width: 1100px;
  }
}
@media (min-width: 0) and (max-width: 1200px) {
  .subProducts {
    padding: 30px 50px 50px;
  }
  .subProducts .w1100 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 1100px) {
  .productsNavMain li {
    width: 47%;
    margin-right: 6%;
  }
  .productsNavMain li:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 6%;
  }
  .productsNavMain li:nth-child(2n) {
    margin-right: 0;
  }
  .subProducts .corlor-list li {
    width: 30%;
    margin-right: 5%;
  }
  .subProducts .corlor-list li:nth-child(4n) {
    margin-right: 5%;
  }
  .subProducts .corlor-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.subAbout {
  width: 1100px;
  margin: 154px auto 0;
}
.subAbout p {
  font: normal 16px/28px "YuGothM";
  color: #1a1510;
}

.subTitle {
  padding-bottom: 40px;
}
.subTitle span {
  display: block;
  font: normal 50px/68px "CormorantGaramond-Bold";
  color: #1a1510;
}
.subTitle h2 {
  font: normal 16px/24px "YouMingChaoTi-Medium-2";
  color: #9a8977;
}

.subTable {
  width: 65%;
}
.subTable td {
  border-bottom: 2px solid #9a8977;
  font: normal 16px/28px "YuGothM";
  color: #1a1510;
}
.subTable td.firstTd {
  width: 18.5%;
  border-bottom: 2px solid #1a1510;
  padding: 0.2rem 0;
}
.subTable td.secondTd {
  width: 81.5%;
  padding: 11px 0 11px 14px;
}

.subMap {
  width: 65%;
  padding-top: 80px;
}
.subMap iframe {
  display: block;
  width: 100%;
}

.Owner .main {
  position: relative;
  margin-top: 54px;
  background: #e3ded8;
  background-image: linear-gradient(90deg, #fffbf5 0, #fffbf5 5%, #e3ded8 5%);
  background-image: -o-linear-gradient(90deg, #fffbf5 0, #fffbf5 5%, #e3ded8 5%);
}
.Owner .main .img {
  position: absolute;
  left: 0;
  top: -54px;
  width: 50%;
  overflow: hidden;
}
.Owner .main .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.Owner .main .img:hover img {
  transform: scale(1.08);
  opacity: 0.8;
}
.Owner .main .txt {
  float: right;
  width: 46.36%;
  padding: 40px 60px 56px 0;
  box-sizing: border-box;
}
.Owner .main .txt h3 {
  margin-bottom: 24px;
  font: normal 28px/64px "YouMingChaoTi-Medium-2";
  color: #1a1510;
}
.Owner .main .txt h3 span {
  margin-left: 24px;
  font-family: "yumin";
  font-size: 16px;
}
.Owner .main .txt p {
  margin-bottom: 28px;
}
.Owner .main .txt p span {
  display: block;
  color: #9a8977;
  font-size: 24px;
  font-family: "CormorantGaramond-Bold";
}
.Owner .main .txt .btn {
  position: relative;
  display: block;
  width: 218px;
  padding-left: 22px;
  border: 1px solid #1a1510;
  font: normal 16px/36px "CormorantGaramond-Bold";
  color: #1a1510;
}
.Owner .main .txt .btn::before {
  content: "";
  position: absolute;
  left: 160px;
  top: 15px;
  width: 60px;
  height: 6px;
  background: url(../images/icon07.png) no-repeat top right;
  transition: all 0.5s;
}
.Owner .main .txt .btn:hover::before {
  width: 74px;
}

.CSR {
  padding-bottom: 178px;
}
.CSR h3 {
  font: bold 16px/42px "YuGothB";
  color: #9a8977;
}
.CSR h3 span {
  font-weight: normal;
  font-size: 24px;
  font-family: "yumin";
  margin-right: 20px;
}
.CSR p {
  padding-left: 32px;
}

.subContactMain {
  padding: 120px 0px;
  width: 1100px;
  margin: 0 auto;
}
.subContactMain ul li {
  margin-bottom: 58px;
}
.subContactMain ul li > p {
  float: left;
  width: 25%;
  font: bold 20px/70px "YuGothB";
  color: #1a1510;
}
.subContactMain ul li > p strong {
  float: right;
  padding: 0 15px;
  margin-top: 20px;
  background-color: #c3350c;
  border-radius: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #efedec;
  font-weight: normal;
}
.subContactMain ul li div {
  float: right;
  width: 72%;
  font: normal 18px/70px "YuGothM";
  color: #222;
}
.subContactMain ul li div .text, .subContactMain ul li div textarea, .subContactMain ul li div select {
  display: block;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  background-color: #fffbf5;
  border: 1px solid #1a1510;
  box-sizing: border-box;
}
.subContactMain ul li div textarea {
  height: 290px;
  padding: 0 20px;
  font: normal 18px/70px "YuGothM";
  color: #222;
  resize: none;
}
.subContactMain ul li .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.subContactMain .submitBox {
  width: 73%;
  float: right;
}
.subContactMain .submit {
  display: block;
  width: 100%;
  height: 106px;
  background-color: #3b3126;
  border: none;
  font: normal 24px/106px "YuGothM";
  color: #efedec;
  cursor: pointer;
}
.subContactMain .submit:hover {
  box-shadow: 0 0 10px #9a8977;
}
.subContactMain input:focus, .subContactMain textarea:focus, .subContactMain select:focus {
  box-shadow: 0 0 2px #9a8977;
}

.subComments {
  padding-top: 80px;
  width: 1100px;
  margin: 0 auto;
}
.subComments h2 {
  margin-bottom: 42px;
  font: bold 30px/42px "YuGothB";
  color: #9a8977;
}
.subComments p {
  margin-bottom: 28px;
  font: normal 16px/28px "YuGothM";
  color: #1a1510;
  border-bottom: 1px solid #9a8977;
}

.pb120 {
  padding-bottom: 120px;
}

.subPrivacy {
  padding: 80px 0 120px;
  width: 1100px;
  margin: 0 auto;
}
.subPrivacy h2 {
  margin-bottom: 42px;
  font: bold 30px/42px "YuGothB";
  color: #9a8977;
}
.subPrivacy p {
  margin-bottom: 28px;
  font: normal 16px/28px "YuGothM";
  color: #1a1510;
}
.subPrivacy .mb15 {
  margin-bottom: 15px;
}

@media (min-width: 0) and (max-width: 1200px) {
  .subAbout {
    width: auto;
    margin: 154px 50px 0;
  }
  .subContactMain, .subComments, .subPrivacy {
    width: auto;
    margin: 0 50px;
  }
}
.bgc-fffbf5 {
  background-color: #fffbf5;
}

.bgc-f2ede7 {
  background-color: #f2ede7;
}

.subFaq .title {
  position: relative;
  padding-top: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #9a8977;
}
.subFaq .title h3 {
  font: bold 30px/92px "YuGothB";
  color: #1a1510;
}
.subFaq .title span {
  position: absolute;
  right: 0;
  bottom: -70px;
  font: normal 23px/70px "CormorantGaramond-Bold";
  color: #9a8977;
}
.subFaq .list {
  padding-bottom: 50px;
  font: normal 23px/53px "YuGothR";
  color: #1a1510;
}
.subFaq .list li {
  padding-bottom: 53px;
}
.subFaq .list h4, .subFaq .list div {
  position: relative;
  padding-left: 40px;
}
.subFaq .list span {
  position: absolute;
  left: 0;
  top: 0;
}

.bgc-e3ded8 {
  background-color: #e3ded8;
}

.subNews {
  padding-top: 150px;
  padding-bottom: 90px;
}
.subNews li {
  padding: 38px 48px 24px;
  margin-bottom: 40px;
  background-color: #fff;
}
.subNews .tag {
  display: block;
  width: 78px;
  height: 32px;
  margin-right: 12px;
  background-color: #c6beb5;
  border-radius: 16px;
  font: normal 16px/34px "yumin";
  color: #9a8977;
  text-align: center;
}
.subNews .time {
  display: block;
  font: normal 18px/20px "YuGothR";
  color: #c6beb5;
}
.subNews a {
  position: relative;
  display: block;
  padding: 12px 50px 12px 0;
  font: bold 22px/40px "YuGothB";
  color: #1a1510;
}
.subNews a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 12px;
  color: #3b3126;
  font-size: 30px;
  transition: all 0.5s;
}
.subNews a:hover {
  color: #000;
}
.subNews a:hover::after {
  right: -10px;
}
.subNews .img {
  float: left;
  width: 30%;
}
.subNews .img img {
  display: block;
  width: 100%;
}
.subNews .txt {
  float: right;
  width: 66%;
}

.subBenefit {
  background-color: #fffbf5;
}
.subBenefit li > a {
  position: absolute;
  left: 0;
  top: -150px;
}
.subBenefit .li01 {
  padding: 7.3%;
  position: relative;
}
.subBenefit .li01 .img {
  position: relative;
  float: left;
  width: 60%;
  z-index: 1;
}
.subBenefit .li01 .txt {
  position: absolute;
  top: 50%;
  left: 62%;
  right: 5%;
  max-width: 460px;
  transform: translateY(-50%);
}
.subBenefit .li01::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 150%;
  background-color: #e3ded8;
  z-index: 0;
}
.subBenefit .li02 {
  position: relative;
  max-width: 1260px;
  margin: 0 auto 100px;
}
.subBenefit .li02 .img {
  position: relative;
  float: left;
  width: 53%;
  margin-left: 6%;
  z-index: 1;
}
.subBenefit .li02 .txt {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34%;
  transform: translateY(-50%);
}
.subBenefit .li03 {
  position: relative;
  margin-bottom: 100px;
}
.subBenefit .li03 .img01 {
  position: relative;
  float: right;
  width: 35%;
  z-index: 1;
  margin-left: 9%;
}
.subBenefit .li03 .img01 h4 {
  position: absolute;
  left: 30%;
  bottom: 9%;
}
.subBenefit .li03 .img02 {
  position: relative;
  float: left;
  width: 25.4%;
  margin-top: 15.3%;
  margin-left: 6%;
  z-index: 1;
}
.subBenefit .li03 .txt {
  position: absolute;
  left: 33.2%;
  top: 3.125%;
  width: 28%;
  text-align: center;
}
.subBenefit .li03 .txt .subTitle {
  display: inline-block;
  margin-bottom: 12%;
}
.subBenefit .li03 .txt h3, .subBenefit .li03 .txt p {
  text-align: left;
}
.subBenefit .li03::before {
  content: "";
  position: absolute;
  left: 0;
  right: 7%;
  top: 25%;
  height: 340px;
  background-color: #f3efe9;
  z-index: 0;
}
.subBenefit .li04 {
  position: relative;
  margin-bottom: 100px;
}
.subBenefit .li04 > a {
  position: absolute;
  left: 0;
  top: -150px;
}
.subBenefit .li04 .img {
  position: absolute;
  width: 48.4%;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.subBenefit .li04 .txt {
  position: relative;
  float: left;
  margin-right: 63.28%;
  margin-left: 8.85%;
  max-width: 500px;
}
.subBenefit .li05 {
  position: relative;
  padding-bottom: 140px;
}
.subBenefit .li05 .img {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.subBenefit .li05 .img img {
  max-width: 1067px;
  margin: 0 auto;
}
.subBenefit .li05 .txt {
  position: relative;
  padding-right: 70px;
  z-index: 1;
}
.subBenefit .li05 .txt .subTitle {
  float: left;
  width: 270px;
  height: 350px;
}
.subBenefit .li05::before {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: -50%;
  height: 85%;
  background-color: #e3ded8;
  z-index: 0;
}
.subBenefit .li06 {
  position: relative;
  max-width: 1260px;
  margin: 0 auto 100px;
  padding: 0 4%;
}
.subBenefit .li06 .txt {
  max-width: 50%;
  float: left;
  margin-top: 5%;
}
.subBenefit .li06 .txt h3 br {
  display: none;
}
.subBenefit .li06 .img {
  position: relative;
  z-index: 1;
  float: right;
  width: 40%;
}
.subBenefit .li06 .img img {
  max-width: 620px;
}
.subBenefit h3 {
  margin-bottom: 20px;
  font: bold 24px/38px "YuGothB";
  color: #1a1510;
}
.subBenefit h4 {
  margin-top: 15px;
  font: bold 16px/30px "YuGothR";
  color: #9a8977;
}
.subBenefit p {
  font: normal 18px/38px "YuGothR";
  color: #1a1510;
  text-align: justify;
}
.subBenefit p sub {
  vertical-align: baseline;
}
.subBenefit img {
  display: block;
  width: 100%;
}

@media (min-width: 0) and (max-width: 1600px) {
  .subBenefit .li01 {
    padding: 7.3% 50px;
  }
  .subBenefit .li01 .txt {
    right: 50px;
  }
  .subBenefit .li03 .img01 {
    margin-left: 50px;
  }
  .subBenefit .li03 .img02 {
    margin-right: 7%;
  }
  .subBenefit .li03 .txt {
    left: 33%;
    width: 32%;
  }
  .subBenefit .li03::before {
    right: 50px;
  }
  .subBenefit .li05 .txt {
    padding-right: 0;
  }
  .subBenefit .li05::before {
    top: -50%;
    height: 80%;
  }
}
@media (min-width: 0) and (max-width: 1367px) {
  .subBenefit .subTitle {
    padding-bottom: 10px;
  }
  .subBenefit .subTitle span {
    font: normal 40px/50px "CormorantGaramond-Bold";
  }
  .subBenefit h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .subBenefit p {
    font-size: 16px;
    line-height: 28px;
  }
  .subBenefit h4 {
    line-height: 24px;
  }
  .subBenefit .li02 {
    margin: 0 50px 70px;
  }
  .subBenefit .li02 .img {
    margin-right: 0;
  }
  .subBenefit .li02 .txt {
    width: 40%;
  }
  .subBenefit .li05::before {
    top: -30%;
    height: 62%;
  }
}
.subBannerMain .txt h2.tit {
  font: normal 42px/80px "YouMingChaoTi-Medium-2";
}

.nurturing-rays {
  padding: 50px 0;
  background-color: #fff;
}
.nurturing-rays p {
  margin-bottom: 30px;
  font: normal 18px/38px "YuGothM";
  color: #1a1510;
  text-align: justify;
}
.nurturing-rays img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}
.nurturing-rays .subTitle span img {
  display: inline-block;
  margin: 0;
}

.download {
  padding: 50px 0;
}
.download h3 {
  margin-bottom: 42px;
  font: bold 30px/60px "YuGothB";
  color: #9a8977;
  border-bottom: 1px solid #1a1510;
}
.download .btnbox a {
  display: block;
  width: 400px;
  height: 60px;
  margin: 0 auto 30px;
  font: bold 30px/62px "YuGothB";
  color: #9a8977;
  border: 2px solid #9a8977;
  border-radius: 10px;
  text-align: center;
}
.download .btnbox a:hover {
  background-color: #9a8977;
  color: #fff;
}

.accessory {
  padding: 50px 0;
}
.accessory li {
  position: relative;
  background-color: #e3ded8;
  padding: 50px;
  margin-bottom: 50px;
}
.accessory li .img {
  float: left;
  width: 50%;
}
.accessory li .img img {
  display: block;
  width: 100%;
}
.accessory li .txt {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 40%;
  transform: translateY(-50%);
}
.accessory li .txt h3 {
  margin-bottom: 42px;
  font: bold 30px/44px "YouMingChaoTi-Medium-2";
  color: #1a1510;
}
.accessory li .txt h3 span {
  display: block;
  font-size: 26px;
}
.accessory li .txt p {
  font: normal 18px/38px "YuGothM";
  color: #1a1510;
  text-align: justify;
}
.accessory li .txt p span {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.accessory li:nth-child(2n) .img {
  float: right;
}
.accessory li:nth-child(2n) .txt {
  left: 50px;
  right: initial;
}

.works-series-classic {
  padding: 50px 0;
}
.works-series-classic ul {
  display: flex;
  flex-wrap: wrap;
}
.works-series-classic li {
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 50px;
}
.works-series-classic li .img {
  margin-bottom: 20px;
  overflow: hidden;
}
.works-series-classic li .img img {
  display: block;
  width: 100%;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.works-series-classic li .img img:hover {
  transform: scale(1.07);
}
.works-series-classic li .txt {
  width: 100%;
  overflow: hidden;
}
.works-series-classic li .txt h3 {
  margin-bottom: 10px;
  font: bold 20px/30px "YuGothB";
  color: #1a1510;
}
.works-series-classic li .txt p {
  font: normal 16px/32px "YuGothM";
  color: #1a1510;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.works-series-classic li .txt p span {
  display: inline-block;
  font-weight: bold;
}
.works-series-classic li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 0) and (max-width: 1280px) {
  .works-series-classic li {
    width: 48%;
    margin-right: 4%;
  }
  .works-series-classic li .txt h3 {
    font-size: 16px;
  }
  .works-series-classic li .txt p {
    font-size: 14px;
  }
  .works-series-classic li:nth-child(3n) {
    margin-right: 4%;
  }
  .works-series-classic li:nth-child(2n) {
    margin-right: 0;
  }
}
.about-installation {
  padding: 50px 0;
}
.about-installation li {
  position: relative;
  background-color: #e3ded8;
  padding: 50px;
  margin-bottom: 50px;
}
.about-installation li .txt {
  width: 100%;
  margin-bottom: 50px;
}
.about-installation li .txt h3 {
  margin-bottom: 42px;
  font: bold 30px/60px "YuGothB";
  color: #1a1510;
}
.about-installation li .txt p {
  font: normal 18px/38px "YuGothM";
  color: #1a1510;
  text-align: justify;
}
.about-installation li .img {
  overflow: hidden;
}
.about-installation li .img img {
  display: block;
  width: 100%;
}

.price-list {
  padding: 50px 0;
}
.price-list .img {
  background-color: #fff;
}
.price-list .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.price-list .table {
  position: relative;
  background-color: #fff;
  margin-top: 50px;
}
.price-list .table > a {
  position: absolute;
  left: 0;
  top: -150px;
}
.price-list p {
  padding: 20px;
  font: normal 16px/28px "YuGothM";
  color: #1a1510;
}
.price-list table {
  width: 100%;
  font: normal 16px/28px "YuGothM";
  color: #1a1510;
  border: 1px solid #000;
}
.price-list table caption {
  background-color: #f7caac;
  font-size: 24px;
  line-height: 70px;
  border: 1px solid #000;
  border-bottom: none;
}
.price-list table td, .price-list table th {
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  word-break: auto-phrase;
}
.price-list table th:nth-child(1) {
  width: 35%;
}
.price-list table th:nth-child(2) {
  width: 40%;
}
.price-list table th:nth-child(3) {
  width: 25%;
}
.price-list table td:nth-child(1) {
  width: 20%;
}
.price-list table td:nth-child(2) {
  width: 20%;
}
.price-list table td:nth-child(3) {
  width: 20%;
}
.price-list table td:nth-child(4) {
  width: 25%;
}
.price-list table img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

.subTxt h3 {
  font: bold 24px/60px "YuGothB";
  color: #1a1510;
}
.subTxt p {
  font: normal 18px/38px "YuGothM";
  color: #1a1510;
  text-align: justify;
}
.subTxt img {
  display: block;
  width: 100%;
}

.about-tonwerk01 {
  padding: 100px 0;
}
.about-tonwerk01 .img {
  padding-top: 50px;
}
.about-tonwerk01 .img img {
  display: block;
  width: 100%;
}

.about-tonwerk02 {
  padding-bottom: 11%;
}
.about-tonwerk02 .main {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3efe9;
  position: relative;
}
.about-tonwerk02 .main::before {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  bottom: 0;
  right: -2%;
  background-color: #f3efe9;
  z-index: -1;
}
.about-tonwerk02 .main img {
  position: absolute;
  right: 0;
  top: 60px;
  width: 28%;
}
.about-tonwerk02 .main .subTxt {
  width: 60%;
}

.about-tonwerk03 .subTxt p {
  padding-bottom: 38px;
}

.about-tonwerk04 {
  padding: 100px 0;
}
.about-tonwerk04 .main {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e3ded8;
  position: relative;
}
.about-tonwerk04 .main::before {
  content: "";
  position: absolute;
  right: -30%;
  top: 0;
  bottom: 0;
  left: 30%;
  background-color: #e3ded8;
  z-index: -1;
}
.about-tonwerk04 .main img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12%;
  transform: translateY(-50%);
}
.about-tonwerk04 .main .w1100 {
  padding-right: 7%;
  box-sizing: border-box;
}

.about-tonwerk05 .main {
  padding: 120px 7% 90px 23%;
  background-color: #e3ded8;
  position: relative;
  box-sizing: border-box;
}
.about-tonwerk05 .main::before {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  bottom: 0;
  right: 30%;
  background-color: #e3ded8;
  z-index: -1;
}
.about-tonwerk05 .main img {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 21.9%;
}

.about-tonwerk06 {
  margin-top: 168px;
  padding-top: 118px;
  padding-bottom: 100px;
  background-image: linear-gradient(180deg, #e3ded8 0, #e3ded8 50%, #fffbf5 50%);
}
.about-tonwerk06 .subTxt p {
  padding-bottom: 38px;
}
.about-tonwerk06 .main {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  background-color: #f3efe9;
  position: relative;
}
.about-tonwerk06 .main img {
  position: absolute;
  right: 2.4%;
  bottom: 50px;
  width: 19.4%;
}
.about-tonwerk06 .main .w1100 {
  padding-right: 13%;
  box-sizing: border-box;
}
.about-tonwerk06 .img {
  margin-top: 30px;
}
.about-tonwerk06 .img img {
  display: block;
  width: 100%;
}

@media (min-width: 0) and (max-width: 1600px) {
  .about-tonwerk02 .main::before {
    right: -12%;
  }
}
@media (min-width: 0) and (max-width: 1480px) {
  .about-tonwerk04 .main::before, .about-tonwerk05 .main::before {
    left: -20%;
    right: -20%;
  }
  .about-tonwerk04 .main .w1100 {
    padding-right: 15%;
  }
  .about-tonwerk05 .main .w1100 {
    padding-left: 18%;
  }
  .about-tonwerk05 .main img {
    bottom: 90px;
    width: 18%;
  }
  .about-tonwerk06 {
    margin-top: 90px;
  }
  .about-tonwerk06 .main img {
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 18%;
  }
  .about-tonwerk06 .main .w1100 {
    padding-right: 18.5%;
  }
}
@media (min-width: 0) and (max-width: 1300px) {
  .about-tonwerk04 .main .w1100, .about-tonwerk05 .main .w1100 {
    margin: 0;
  }
  .about-tonwerk06 .main {
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .about-tonwerk06 .main .w1100 {
    margin: 0;
  }
}
.about-firewood {
  padding: 50px 0;
}
.about-firewood img {
  display: block;
  width: 100%;
}
.about-firewood .mb50 {
  margin-bottom: 50px;
}
.about-firewood ul li {
  position: relative;
  padding: 50px;
  background: #e3ded8;
  margin-bottom: 50px;
}
.about-firewood ul li .img {
  float: left;
  width: 48%;
  overflow: hidden;
}
.about-firewood ul li .subTxt {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 45%;
  transform: translateY(-50%);
}
.about-firewood ul li:nth-child(2n) {
  margin-bottom: 0;
}
.about-firewood ul li:nth-child(2n) .img {
  float: right;
}
.about-firewood ul li:nth-child(2n) .subTxt {
  left: 50px;
  right: initial;
}
.about-firewood .firewood-txt {
  padding: 50px 0;
}
.about-firewood .firewood-txt p {
  float: left;
  width: 48%;
}
.about-firewood .firewood-txt .img-flr {
  float: right;
  width: 48%;
}/*# sourceMappingURL=style-pc.css.map */