@media only screen and (max-width: 3100px) {
  html {
    font-size: 30px;
  }
}
@media only screen and (max-width: 2560px) {
  html {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 18px;
  }
}
.main-center {
  width: 75vw;
  margin: 0 auto;
}
.fx {
  display: flex;
}
.ac {
  align-items: center;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.fc {
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.fw {
  flex-wrap: wrap;
}
.tar {
  text-align: right;
}
img {
  width: 100%;
  display: block;
}
.noPage {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  margin-top: -7.27rem;
  text-align: center;
}
.noimg {
  font-size: 9.09rem;
  font-family: "DINCond-Regular";
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
.no-btn {
  padding: 3.18rem 0rem 1.27rem;
  text-align: center;
  width: 13.91rem;
  margin: 0rem auto;
}
.no-btn a {
  width: 6.36rem;
  height: 2.55rem;
  line-height: 2.55rem;
  text-align: center;
  background-color: #0055A2;
  color: #fff;
  display: block;
}
.no-btn a:hover {
  background-color: #C79B6B;
}
.no-btn a.r {
  background-color: #666;
  margin-left: 1.36rem;
}
.no-btn a.r:hover {
  background-color: #333;
}
.no-btn a span {
  color: #fff;
}
header .header-pc {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
header .header-pc .center {
  width: 91.67vw;
  height: 3.64rem;
  margin: 0 auto;
}
header .header-pc .logo {
  max-width: 16.55rem;
  display: block;
}
header .header-pc .logo img {
  object-fit: contain;
}
header .header-pc .logo2 {
  display: none;
}
header .header-pc .ul-1 > li {
  position: relative;
  margin-right: 2.73rem;
}
header .header-pc .ul-1 > li:last-child {
  margin-right: 0;
}
header .header-pc .ul-1 > li > a {
  position: relative;
  display: block;
  height: 3.64rem;
  font-size: 16.06px;
  line-height: 3.64rem;
  color: #fff;
}
header .header-pc .ul-1 > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #C79B6B;
  transition: all 0.5s ease;
}
header .header-pc .ul-1 > li > a:hover::before {
  width: 100%;
}
header .header-pc .ul-1 > li .subNav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 7.36rem;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
}
header .header-pc .ul-1 > li .subNav a {
  display: block;
  padding: 0.55rem 0.91rem;
  color: #919191;
}
header .header-pc .ul-1 > li .subNav a:hover {
  background-color: #C79B6B;
  color: #fff;
}
header .header-pc .ul-1 > li .active::before {
  width: 100%;
}
header .on {
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
header .on .logo1 {
  display: none;
}
header .on .logo2 {
  display: block;
}
header .on .ul-1 > li > a {
  color: #171819;
}
header #mb-header {
  display: none;
}
header #mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
header #mb-header #navbar-main #logo {
  display: block;
  max-width: 16.55rem;
  width: auto;
  height: 80%;
}
header #mb-header #navbar-main #logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header #mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
header #mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
header #mb-header #sidebar-main {
  background-color: #C79B6B;
  width: 40% !important;
}
header #mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
header #mb-header #sidebar-main a {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  color: #fff;
}
header #mb-header #sidebar-main-trigger {
  width: 30px;
  height: 24px;
  border-top: 4px solid #C79B6B;
  border-bottom: 4px solid #C79B6B;
  background-color: #C79B6B;
  padding: 6px 0;
  background-clip: content-box;
}
header #mb-header .mb-ej-ul {
  background-color: #af8659;
  display: none;
}
header #mb-header .mb-ul .has-child > a::before {
  content: '\e64a';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-family: 'iconfont' !important;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header #mb-header .mb-ul .mb-ej-li.mb-active {
  background-color: #b78650;
}
header #mb-header .mb-ul .mb-ej-li.mb-active a::before {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
footer {
  background-color: #A68663;
  padding: 2.59rem 0 1.82rem;
}
footer * {
  color: #fff;
  line-height: 1.5;
}
footer .foot-l {
  width: 77.78%;
}
footer dl dt {
  font-size: 0.73rem;
  margin-bottom: 1.68rem;
}
footer dl dd {
  margin-bottom: 0.86rem;
}
footer dl dd a {
  color: #EFE6DC;
}
footer dl dd a:hover {
  color: #fff;
}
footer .tel h3 {
  font-size: 0.73rem;
  margin-bottom: 1.68rem;
  font-weight: normal;
}
footer .tel .tel-item {
  position: relative;
  padding-left: 0.91rem;
}
footer .tel .tel-l {
  position: absolute;
  left: 0;
  top: 0;
}
footer .tel .tel-l * {
  font-size: 0.55rem;
  color: rgba(202, 182, 161, 0.8);
}
footer .tel .tel-l span {
  writing-mode: vertical-lr;
}
footer .tel .tel-info p {
  color: #EFE6DC;
  font-size: 0.55rem;
}
footer .tel .tel-info .hotline {
  font-size: 0.91rem;
  color: #fff;
  font-weight: bold;
}
footer .gzh .wechat {
  width: 5.45rem;
  height: 5.45rem;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.41rem;
  margin: 0 auto 0.41rem;
}
footer .gzh .wechat img {
  height: 100%;
  object-fit: contain;
}
footer .gzh p {
  text-align: center;
  color: #CAB6A1;
}
footer .copyright {
  text-align: center;
  margin-top: 2.55rem;
}
footer .copyright * {
  color: #CAB6A1;
  font-size: 0.73rem;
}
footer .copyright .web-design {
  margin-left: 0.45rem;
}
footer .copyright a:hover {
  color: #fff;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner img {
  animation: bannerScale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
@-webkit-keyframes bannerScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.inner-banner .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-banner .txt * {
  color: #fff;
  line-height: 1.5;
}
.inner-banner .txt p {
  font-size: 1.91rem;
}
.inner-banner .txt .en {
  position: relative;
  font-size: 2.18rem;
  font-family: 'Futura LT Book';
}
.inner-banner .txt .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.14rem;
  width: 2rem;
  height: 0.45rem;
  background-color: #C79B6B;
}
.page-nav {
  margin: 2.27rem auto 4.18rem;
}
.page-nav .pagi-nav a {
  padding: 0.32rem 0.45rem;
  font-size: 0.73rem;
  color: #5C5C5C;
  margin-right: 1.41rem;
}
.page-nav .pagi-nav a:hover {
  background-color: #C79B6B;
  color: #fff;
}
.page-nav .pagi-nav .active-nav {
  background-color: #C79B6B;
  color: #fff;
}
.position {
  color: #919191;
}
.position > a {
  position: relative;
  padding: 0 0.45rem;
}
.position > a::after {
  content: '>';
  position: absolute;
  right: -0.23rem;
  top: 50%;
  transform: translateY(-50%);
  color: #919191;
}
.position > a:last-of-type {
  padding-right: 0;
}
.position > a:last-of-type::after {
  content: '';
}
.position > a:hover {
  color: #C79B6B;
}
.paging {
  text-align: right;
  margin-bottom: 4.55rem;
}
.paging .prev,
.paging .next {
  width: 1.14rem;
  height: 1.14rem;
  line-height: 1.14rem;
  padding: 0;
  text-align: center;
  background-color: #F7F7F7;
}
.paging .prev i,
.paging .next i {
  color: #C79B6B;
  font-size: 0.55rem;
}
.paging a {
  display: inline-block;
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 0.55rem;
  padding: 0 0.27rem;
  margin-right: 0.45rem;
  color: #919191;
}
.paging a:hover {
  background-color: #C79B6B;
  color: #fff;
}
.paging a:hover i {
  color: #fff;
}
.paging .pagi-active {
  background-color: #C79B6B;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .main-center {
    width: 90vw;
  }
}
@media only screen and (max-width: 1024px) {
  .main-center {
    width: 95vw;
  }
  header .header-pc {
    display: none;
  }
  header #mb-header {
    display: block;
  }
  .banner {
    padding-top: 50px;
  }
  .inner-banner {
    padding-top: 50px;
  }
  footer dl {
    display: none;
  }
  footer .tel .tel-item {
    padding-left: 1.1rem;
  }
  footer .copyright {
    margin-top: 1rem;
  }
  .page-nav .pagi-nav a {
    margin-right: 0.41rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-nav .pagi-nav {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  header #mb-header #navbar-main #logo {
    max-width: 11.11rem;
  }
  .paging {
    text-align: center;
  }
  .tar {
    text-align: left;
  }
  .page-nav {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .inner-banner {
    height: 260px;
  }
  .inner-banner figure {
    height: 100%;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .txt p {
    font-size: 1.5rem;
  }
  .inner-banner .txt .en {
    font-size: 1.36rem;
  }
}
