.mc {
  color: #c9a97b;
}
.sc {
  color: #960000;
}
.bc {
  background: #F5F6F9;
}
body {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #333 100%);
}
.pic_zoom {
  transition: all 0.3s;
}
.pic_zoom a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}
.pic_zoom a img {
  transition: all 0.3s;
}
.pic_zoom a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pic_zoom_on {
  transition: all 0.3s;
}
.pic_zoom_on a {
  position: inherit;
  overflow: inherit;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}
.pic_zoom_on a img {
  transition: all 0.3s;
}
.pic_zoom_on a:hover img {
  transform: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.imagehover img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.imagehover:hover img {
  border-top-width: 0;
  border-left-width: 0;
  filter: alpha(opacity=65);
  opacity: 0.65;
  border-bottom-width: 0;
  border-right-width: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
ul {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fi {
  float: inherit;
}
.cl {
  clear: both;
}
.cl:after {
  clear: both;
  content: " ";
  display: table;
}
.cl:before {
  content: " ";
  display: table;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.fs38 {
  font-size: 38px;
}
.fs36 {
  font-size: 36px;
}
.fs34 {
  font-size: 34px;
}
.fs32 {
  font-size: 32px;
}
.fs30 {
  font-size: 30px;
}
.fs28 {
  font-size: 28px;
}
.fs26 {
  font-size: 26px;
}
.fs24 {
  font-size: 24px;
}
.fs22 {
  font-size: 22px;
}
.fs20 {
  font-size: 20px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs14 {
  font-size: 14px;
}
.fs13 {
  font-size: 13px;
}
.fs12 {
  font-size: 12px;
}
.fs11 {
  font-size: 11px;
}
.fb {
  font-weight: bold;
}
.bb {
  border-bottom: 1px solid #E4E4E4;
}
.bd {
  border: 1px solid #E4E4E4;
}
.lh180 {
  line-height: 180%;
}
textarea {
  border: solid 0;
  outline: none;
  resize: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1665565690389') format('woff2'), url('../fonts/iconfont.woff?t=1665565690389') format('woff'), url('../fonts/iconfont.ttf?t=1665565690389') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "exmouth";
  src: url("../fonts/exmouth-1.ttf") format("truetype");
}
.exmouth {
  font-family: "exmouth" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  color: #c9a97b;
  text-decoration: none;
}
a:focus {
  color: #c9a97b;
  text-decoration: none;
}
.link-1 {
  color: #960000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.link-1:hover {
  color: #fff;
  background: #960000;
  text-decoration: none;
}
.button-1 {
  background: #960000;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: 0;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.button-1:hover {
  background: #350f0a;
}
.Language {
  position: absolute;
  display: inline-block;
  width: 120px;
  top: 20px;
  right: 10%;
  z-index: 1000;
  color: #c7a376;
  border: 1px solid #c7a376;
  line-height: 25px;
  background: #000;
  padding: 0;
}
.Language:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 14px;
  transform: translateX(50%);
  border-top: 5px solid #c9a97b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.Language .pon {
  display: none;
}
.Language li {
  text-align: left;
  float: left;
  width: 120px;
  padding: 4px 10px;
  /* 先让每个小ul列表不显示 */
}
.Language li a {
  color: #c9a97b;
}
.Language li:hover {
  color: #efd7b6;
}
.Language li ul {
  display: none;
  border-top: 1px solid #44351f;
  padding-top: 5px;
  margin-top: 8px;
}
.Language li ul li {
  padding: 4px 0;
}
.head {
  position: relative;
}
.head-top {
  clear: both;
  position: relative;
  top: 0;
  padding: 20px 0;
  background: #000;
}
.head-top:after {
  clear: both;
  content: " ";
  display: table;
}
.head-top:before {
  content: " ";
  display: table;
}
.head-top .head-l .logo {
  text-align: center;
}
.head-top .head-l .logo img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
}
.head-top .head-r {
  position: absolute;
  top: 20px;
  right: 10%;
}
#box {
  width: 300px;
  height: 100px;
  margin: 0 auto;
}
#box .nav {
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}
#box .nav .sub {
  display: none;
}
#box .nav .sub li {
  background: #00aced;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.menu {
  background: #960000;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.menu.moveDown {
  top: 120px;
  transition: all 0.2s ease-out;
}
.menu.moveUp {
  top: -120px;
  transition: all 0.2s ease-out;
}
.menu .navbar-right {
  margin-right: 0 !important;
}
.menu .navbar-right .link-1 {
  border-radius: 3px;
  font-size: 12px;
  padding: 6px 10px;
  margin-top: 10px;
  display: block;
}
.menu .navbar-nav > li {
  padding: 0 25px;
}
.menu .navbar-nav > li > a {
  padding: 15px 0;
  color: #c9a97b;
  border-top: none;
}
.menu .navbar-default {
  margin-bottom: 0;
}
.menu .navbar-default .active a {
  background-color: transparent !important;
}
.menu .navbar-default .collapse {
  padding: 0;
}
.menu .navbar-default .navbar-nav > .active > a,
.menu .navbar-default .navbar-nav > .active > a:hover,
.menu .navbar-default .navbar-nav > .active > a:focus {
  background-color: initial;
}
.menu .navbar-default .navbar-nav > .open > a,
.menu .navbar-default .navbar-nav > .open > a:hover,
.menu .navbar-default .navbar-nav > .open > a:focus {
  background-color: initial;
}
#navbar {
  text-align: center;
}
#navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.solid {
  position: fixed;
}
.navbar-default {
  border-color: #960000;
  background: #960000;
  height: 42px;
  min-height: 42px;
}
.navbar-default .active > a {
  color: #c9a97b !important;
}
.navbar-default .navbar-nav > .on > a,
.navbar-default .navbar-nav > .on > a:hover,
.navbar-default .navbar-nav > .on > a:focus {
  color: #c9a97b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c9a97b;
  box-sizing: border-box;
}
.banner {
  height: 300px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 36px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#myBtn:before {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e691";
  color: #fff;
  z-index: 2;
}
#myBtn:hover {
  background-color: #555;
}
/* 底部 */
.foot {
  background: #350f0a;
}
.foot .navf {
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.foot .navf .navf-l {
  width: 60%;
  display: flex;
  justify-content: inherit;
  position: relative;
}
.foot .navf .navf-l:after {
  content: "";
  display: table;
  position: absolute;
  right: -80px;
  width: 1px;
  height: 130px;
  border-right: 1px solid #866f6c;
}
.foot .navf .navf-l .navf-list .tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
.foot .navf .navf-l .navf-list ul li {
  font-size: 13px;
  line-height: 26px;
}
.foot .navf .navf-l .navf-list ul li a {
  color: #8e8e8e;
}
.foot .navf .navf-l .navf-list ul li a:hover {
  color: #c9a97b;
}
.foot .navf .navf-l .navf-contact .tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
.foot .navf .navf-l .navf-contact .navf-tel {
  color: #8e8e8e;
  font-size: 13px;
  line-height: 26px;
}
.foot .navf .navf-r {
  width: 30%;
}
.foot .navf .navf-r ul {
  display: flex;
  justify-content: space-around;
}
.foot .navf .navf-r ul li img {
  width: 100px;
}
.foot .navf .navf-r ul li p {
  font-size: 13px;
  text-align: center;
  color: #8e8e8e;
  padding-top: 10px;
}
.copyright {
  background: #000;
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  color: #8e8e8e;
}
@media (max-width: 760px) and (min-width: 320px) {
  html {
    font-size: 100px;
  }
  .fs38 {
    font-size: 0.38rem;
  }
  .fs36 {
    font-size: 0.36rem;
  }
  .fs34 {
    font-size: 0.34rem;
  }
  .fs32 {
    font-size: 0.32rem;
  }
  .fs30 {
    font-size: 0.3rem;
  }
  .fs28 {
    font-size: 0.28rem;
  }
  .fs26 {
    font-size: 0.26rem;
  }
  .fs24 {
    font-size: 0.24rem;
  }
  .fs22 {
    font-size: 0.22rem;
  }
  .fs20 {
    font-size: 0.2rem;
  }
  .fs18 {
    font-size: 0.18rem;
  }
  .fs16 {
    font-size: 0.16rem;
  }
  .fs14 {
    font-size: 0.14rem;
  }
  .fs13 {
    font-size: 0.13rem;
  }
  .fs12 {
    font-size: 0.12rem;
  }
  .fs11 {
    font-size: 0.11rem;
  }
  .Language {
    position: fixed;
    display: inline-block;
    width: 120px;
    top: 20px;
    left: 6px;
    z-index: 1000;
    color: #960000;
    border: 0 solid #c7a376;
    line-height: 25px;
    background: inherit;
    padding: 0;
  }
  .Language:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 14px;
    transform: translateX(50%);
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  .Language .pon {
    display: none;
  }
  .Language li {
    text-align: left;
    float: left;
    width: 120px;
    padding: 4px 10px;
    /* 先让每个小ul列表不显示 */
  }
  .Language li .tit {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 2px solid #960000;
    color: #960000;
    text-align: center;
  }
  .Language li .tit .pons {
    display: none;
  }
  .Language li .pon {
    display: block;
  }
  .Language li a {
    color: #c9a97b;
  }
  .Language li:hover {
    color: #efd7b6;
  }
  .Language li ul {
    display: none;
    border-top: 0 solid #44351f;
    padding-top: 5px;
    margin-top: 8px;
    background: #960000;
    width: 80px;
    position: absolute;
    margin-left: -25px;
  }
  .Language li ul li {
    float: inherit;
    text-align: center;
    width: auto;
    padding: 4px 0;
  }
  .Language li ul li .pons {
    display: none;
  }
  .head-top {
    z-index: 1000;
    padding: 0 0;
  }
  .head-top .head-l {
    position: fixed;
    top: 0.1rem;
    z-index: 2;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    height: auto;
  }
  .head-top .head-l .logo {
    margin-top: 0.03rem;
    width: 0.56rem;
    margin: 0 auto;
  }
  .head-top .head-l .logo img {
    width: 100%;
  }
  .head-top .head-l .logo-name {
    float: left;
    font-size: 0.18rem;
    font-weight: bold;
    color: #000;
  }
  .head-top .head-l .logo-name p {
    font-size: 0.11rem;
    font-weight: normal;
    color: #999;
    letter-spacing: 0;
  }
  .navbar-toggle {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .menu {
    position: fixed;
  }
  .menu .navbar {
    border: none;
  }
  .menu .caret {
    position: absolute;
    top: 0.24rem;
    margin-left: 0.08rem;
  }
  .menu.moveDown {
    top: 0;
    transition: all 0.2s ease-out;
  }
  .menu.moveUp {
    top: 0;
    transition: all 0.2s ease-out;
  }
  .menu .navbar-toggle {
    border-color: #fff !important;
  }
  .menu .navbar-toggle {
    padding: 0;
  }
  .menu .navbar-default {
    background: #000;
    border-color: inherit;
    height: auto;
    min-height: auto;
  }
  .menu .navbar-default .navbar-toggle:hover,
  .menu .navbar-default .navbar-toggle:focus {
    background-color: inherit;
  }
  .menu .navbar-toggle .icon-but {
    background: url("../imgs/icon-2.png") no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: block;
  }
  .menu .collapsed .icon-but {
    background: url("../imgs/icon-1.png") no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: block;
  }
  .menu .navbar-default .active a {
    margin-top: 0;
  }
  .menu .navbar-default .collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    padding: inherit;
  }
  .menu .nav > li {
    text-align: center;
  }
  .menu .nav > li a {
    border-bottom: 1px solid #E4E4E4;
    background: #750000;
    border-top: none !important;
  }
  .menu .navbar-nav > li {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
  }
  .menu .dropdown-menu > li > a {
    font-weight: 500;
  }
  .menu .navbar-nav .open .dropdown-menu {
    margin-bottom: 0.6rem;
  }
  .menu .navbar-nav .open .dropdown-menu li a {
    border-bottom: none;
  }
  .dropdown-menu {
    text-align: center !important;
  }
  .foot {
    background: #350f0a;
  }
  .foot .navf {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    display: block;
    justify-content: inherit;
  }
  .foot .navf .navf-l {
    width: 100%;
    display: block;
    justify-content: inherit;
    position: relative;
  }
  .foot .navf .navf-l:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-right: 0px solid #866f6c;
    display: none;
  }
  .foot .navf .navf-l .navf-list .tit {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
  }
  .foot .navf .navf-l .navf-list ul li {
    font-size: 13px;
    line-height: 26px;
  }
  .foot .navf .navf-l .navf-list ul li a {
    color: #8e8e8e;
  }
  .foot .navf .navf-l .navf-list ul li a:hover {
    color: #c9a97b;
  }
  .foot .navf .navf-l .navf-contact .tit {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .foot .navf .navf-l .navf-contact .navf-tel {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }
  .foot .navf .navf-r {
    width: 100%;
    margin-top: 0.267rem;
  }
  .foot .navf .navf-r ul {
    display: flex;
    justify-content: space-around;
  }
  .foot .navf .navf-r ul li img {
    width: 100px;
  }
  .foot .navf .navf-r ul li p {
    font-size: 13px;
    text-align: center;
    color: #8e8e8e;
    padding-top: 10px;
  }
  .copyright {
    padding: 0.133rem 0;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  html {
    font-size: 50px;
  }
  .Language {
    position: fixed;
    display: inline-block;
    width: 120px;
    top: 20px;
    left: 30px;
    z-index: 1000;
    color: #960000;
    border: 0 solid #c7a376;
    line-height: 25px;
    background: inherit;
    padding: 0;
  }
  .Language:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 14px;
    transform: translateX(50%);
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  .Language .pon {
    display: none;
  }
  .Language li {
    text-align: left;
    float: left;
    width: 120px;
    padding: 4px 10px;
    /* 先让每个小ul列表不显示 */
  }
  .Language li .tit {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 2px solid #960000;
    color: #960000;
    text-align: center;
  }
  .Language li .tit .pons {
    display: none;
  }
  .Language li .pon {
    display: block;
  }
  .Language li a {
    color: #c9a97b;
  }
  .Language li:hover {
    color: #efd7b6;
  }
  .Language li ul {
    display: none;
    border-top: 0 solid #44351f;
    padding-top: 5px;
    margin-top: 8px;
    background: #960000;
    width: 80px;
    position: absolute;
    margin-left: -25px;
  }
  .Language li ul li {
    float: inherit;
    text-align: center;
    width: auto;
    padding: 4px 0;
  }
  .Language li ul li .pons {
    display: none;
  }
  .head-top {
    z-index: 1000;
    padding: 0 0;
  }
  .head-top .head-l {
    position: fixed;
    top: 0.1rem;
    z-index: 2;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    height: auto;
  }
  .head-top .head-l .logo {
    margin-top: 0.03rem;
    width: 1.2rem;
    margin: 0 auto;
  }
  .head-top .head-l .logo img {
    width: 100%;
  }
  .head-top .head-l .logo-name {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .head-top .head-l .logo-name p {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    letter-spacing: 0;
  }
  nav.bootsnav .container {
    width: 100%;
  }
  .menu {
    position: fixed;
    height: 80px;
  }
  .menu .navbar {
    border: none;
  }
  .menu .navbar-default {
    background: #000;
    border-color: inherit;
    height: auto;
  }
  .menu .caret {
    position: absolute;
    top: 0.48rem;
    margin-left: 0.12rem;
  }
  .menu.moveDown {
    top: 0px;
    transition: all 0.2s ease-out;
  }
  .menu.moveUp {
    top: 0px;
    transition: all 0.2s ease-out;
  }
  .menu .navbar-toggle {
    border-color: #750000 !important;
    padding: 0 20px !important;
  }
  .menu .navbar-toggle {
    padding: 0.533rem 0 0.533rem 2rem;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    height: 80px;
  }
  .menu .navbar-default .navbar-toggle:hover,
  .menu .navbar-default .navbar-toggle:focus {
    background-color: inherit;
  }
  .menu .navbar-toggle .icon-but {
    background: url("../imgs/icon-2.png") no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: block;
  }
  .menu .collapsed .icon-but {
    background: url("../imgs/icon-1.png") no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: block;
  }
  .menu .navbar-default .active a {
    margin-top: 0px;
  }
  .menu .navbar-default .collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    padding: inherit;
  }
  .menu .nav > li {
    text-align: center;
  }
  .menu .nav > li a {
    border-bottom: 1px solid #E4E4E4;
    background: #750000;
  }
  .menu .navbar-nav > li {
    padding: 0 0.8rem;
    font-size: 16px;
  }
  .menu .navbar-nav .open .dropdown-menu {
    margin-bottom: 0.6rem;
  }
  .menu .navbar-nav .open .dropdown-menu li a {
    border-bottom: none;
  }
  .offer .offer-tit .tit {
    font-size: 24px;
  }
  .dropdown-menu {
    text-align: center !important;
  }
  .sub-nav {
    margin: 0px 0 20px 0 !important;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    overflow: auto;
  }
  .sub-nav li {
    font-size: 12px;
    padding: 0.16rem 0.133rem;
    border-radius: 0.533rem;
    margin-right: 0.3rem;
    text-align: center;
    flex: 1 0 auto;
  }
  .sub-nav .active {
    background: #c9a97b;
  }
  .sub-nav .active a {
    color: #fff;
  }
  .sub-nav-curr {
    position: fixed;
    top: 1.64rem;
    left: 0;
    padding: 15px 0px 15px 40px;
    background: #F5F6F9;
    width: 100%;
    z-index: 2;
  }
  .foot {
    background: #350f0a;
  }
  .foot .navf {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    display: block;
    justify-content: inherit;
  }
  .foot .navf .navf-l {
    width: 100%;
    display: block;
    justify-content: inherit;
    position: relative;
  }
  .foot .navf .navf-l:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-right: 0px solid #866f6c;
    display: none;
  }
  .foot .navf .navf-l .navf-list .tit {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
  }
  .foot .navf .navf-l .navf-list ul li {
    font-size: 13px;
    line-height: 26px;
  }
  .foot .navf .navf-l .navf-list ul li a {
    color: #8e8e8e;
  }
  .foot .navf .navf-l .navf-list ul li a:hover {
    color: #c9a97b;
  }
  .foot .navf .navf-l .navf-contact .tit {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .foot .navf .navf-l .navf-contact .navf-tel {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }
  .foot .navf .navf-r {
    width: 100%;
    margin-top: 0.8rem;
  }
  .foot .navf .navf-r ul {
    display: flex;
    justify-content: space-around;
  }
  .foot .navf .navf-r ul li img {
    width: 100px;
  }
  .foot .navf .navf-r ul li p {
    font-size: 13px;
    text-align: center;
    color: #8e8e8e;
    padding-top: 10px;
  }
  .copyright {
    padding: 0.3rem 0;
    font-size: 12px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Language {
    width: 120px;
    top: 20px;
    right: 4%;
  }
  /* 底部 */
  .foot .navf {
    margin-top: 130px;
    margin-bottom: 80px;
  }
  .foot .navf .navf-l {
    width: 50%;
  }
  .foot .navf .navf-l:after {
    content: "";
    display: table;
    position: absolute;
    right: 0px;
    width: 1px;
    height: 130px;
    border-right: 1px solid #866f6c;
  }
  .foot .navf .navf-l .navf-contact .tit {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
  }
  .foot .navf .navf-l .navf-contact .navf-tel {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 26px;
  }
  .foot .navf .navf-r {
    width: 45%;
  }
  .foot .navf .navf-r ul {
    display: flex;
    justify-content: space-around;
  }
  .foot .navf .navf-r ul li img {
    width: 100px;
  }
  .foot .navf .navf-r ul li p {
    font-size: 13px;
    text-align: center;
    color: #8e8e8e;
    padding-top: 10px;
  }
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
}
.guide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("../imgs/guide.png") no-repeat center;
  background-size: cover;
  overflow: auto;
  animation: ff 5s ease-out;
}
@keyframes ff {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
  width: 230px;
  height: 230px;
  border-radius: 230px;
  background: #000;
  border: 3px solid #c9a97b;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  z-index: 3;
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.logo:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  background: #960000;
}
.guide-c {
  background: rgba(0, 0, 0, 0.6);
  border-top: 8px solid #960000;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 50%;
  color: #c9a97b;
}
.guide-c .tit {
  text-align: center;
  padding-top: 150px;
}
.more {
  text-align: center;
  margin: 30px 0;
}
.more a {
  padding: 10px 40px;
  color: #c9a97b;
  border: 1px solid #c9a97b;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.more a:hover {
  background: #960000;
  color: #efd7b6;
  border: 1px solid #960000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.cn {
  margin-top: 40px;
}
.cn a {
  color: #c9a97b;
  padding: 0 8px;
}
.cn a:hover {
  color: #efd7b6;
}
@media (max-width: 760px) and (min-width: 320px) {
  .logo {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    background: #000;
    border: 3px solid #c9a97b;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    z-index: 3;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  .logo:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    background: #960000;
  }
  .guide-c {
    border-top: 6px solid #960000;
  }
  .guide-c .tit {
    text-align: center;
    padding-top: 100px;
  }
}
/*# sourceMappingURL=guide.css.map */