@font-face {
  font-family: "Butler";
  src: url("../font/Butler_Medium.otf");
}

@font-face {
  font-family: "DIN-Condensed";
  src: url("../font/din_condensed_bold-webfont.woff") format("woff"), url("../font/din_condensed_bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

.center-title {
  text-align: center;
  padding-bottom: 38px;
}

.center-area {
  max-width: 1680px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.inner-center {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.inner .com-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #3c2c25;
  line-height: 20px;
  padding-top: 28px;
  padding-bottom: 26px;
}

.inner .com-title span {
  position: relative;
  z-index: 1;
}

.inner .com-title span::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: -0.26rem;
  background: #e8c699;
  border-radius: 8px 0 8px 0;
  width: 100%;
  z-index: -1;
  padding: 0 0.26rem;
  margin: 0 auto;
}

.inner .banner {
  width: 100%;
  height: 180px;
}

.inner main .linkContainer {
  position: relative;
  width: 100%;
  background: #ffffff;
}

.inner main .linkContainer .menu {
  float: left;
}

.inner main .linkContainer .menu ul li {
  float: left;
  padding: 0 16px;
}

.inner main .linkContainer .menu ul li a {
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 18px;
  display: block;
  height: 100%;
  line-height: 54px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.inner main .linkContainer .menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #d6a769;
  border-radius: 4px 0 4px 0;
  left: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.inner main .linkContainer .menu ul li a:hover {
  color: #d6a769;
}

.inner main .linkContainer .menu ul li.selected a {
  color: #d6a769;
}

.inner main .linkContainer .menu ul li.selected a::after {
  width: 100%;
  left: 0;
}

.inner main .linkContainer .breadCrumb {
  float: right;
}

.inner main .linkContainer .breadCrumb a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
  line-height: 54px;
  display: inline-block;
  vertical-align: middle;
}

.inner main .linkContainer .breadCrumb a:first-child {
  width: 12px;
  height: 12px;
  background: url(../images/home_icon.png);
  background-size: cover;
}

.inner main .linkContainer .breadCrumb a:last-child {
  color: #d6a769;
}

.inner main .linkContainer .breadCrumb .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/left_icon.png);
  background-size: cover;
  vertical-align: middle;
}

.inner main .linkContainer .phone_currentColumn {
  display: none;
}

.inner main .linkContainer .phone_breadCrumb {
  display: none;
}

.inner main .main-contain {
  background: #faf9f7;
  padding-top: 40px;
}

.inner main .main-contain .center-title {
  text-align: center;
}

.inner main .main-contain .center-title .inner-title {
  display: inline-block;
}

.inner main .main-contain .center-title .inner-title .ch-title {
  background: -webkit-gradient(linear, left top, right top, from(#dcb785), to(#be8f45));
  background: linear-gradient(90deg, #dcb785, #be8f45);
  -webkit-text-fill-color: transparent;
  display: block;
  -webkit-background-clip: text;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #594841;
  line-height: 45px;
  margin-bottom: 10px;
}

.inner main .main-contain .center-title .inner-title .en-title {
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, right top, from(#b9b9b9), to(#818181));
  background: linear-gradient(90deg, #b9b9b9 0%, #818181);
  -webkit-text-fill-color: transparent;
  display: block;
  -webkit-background-clip: text;
  font-size: 24px;
  text-align: center;
  color: #90705a;
  line-height: 29px;
  margin-bottom: 12px;
  font-weight: lighter;
}

.inner main .main-contain .center-title .inner-title .line {
  width: 56px;
  height: 8px;
  opacity: 1;
  background: #d6a769;
  border-radius: 4px 0 4px 0;
  display: inline-block;
}

.inner main .content p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  padding-bottom: 16px;
}

@media screen and (max-width: 996px) {
  .inner .linkContainer .menu,
  .inner .linkContainer .breadCrumb,
  .inner .banner {
    display: none;
  }
  .inner main .linkContainer .phone_currentColumn {
    display: block;
    height: 48px;
    line-height: 48px;
    background: #d6a769;
    text-align: center;
    font-size: 20px;
    position: fixed;
    top: 58px;
    width: 100%;
    z-index: 4;
    color: white;
    cursor: pointer;
  }
  .inner main .linkContainer .phone_currentColumn span {
    color: white;
    font-size: 16px;
    font-weight: 600;
  }
  .inner main .linkContainer .phone_breadCrumb {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #d6a769;
    top: 0;
    left: 0;
    display: none;
  }
  .inner main .linkContainer .phone_breadCrumb .close {
    background: url(../images/close.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .inner main .linkContainer .phone_breadCrumb .BCcontainer {
    width: 100%;
    position: absolute;
    top: 56%;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .inner main .linkContainer .phone_breadCrumb .BCcontainer.show {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .inner main .linkContainer .phone_breadCrumb .BCcontainer ul li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
  }
  .show {
    display: block !important;
  }
  .inner main .main-contain {
    padding-top: 80px;
  }
}
/*# sourceMappingURL=inner.css.map */