.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;
}
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: #E34303;
}
.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;
}
.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;
}
#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;
}
/*# sourceMappingURL=base.css.map */