.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;
  }
}
.swiper-slide:hover .ibanner .swiper-button-prev,
.swiper-slide:hover .ibanner .swiper-button-next {
  display: block;
}
.ibanner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 100px;
  left: 0;
  width: 100%;
}
.ibanner .swiper-container {
  width: 100%;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}
.ibanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 480px;
  background-size: cover !important;
}
.ibanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.ibanner .swiper-button-prev,
.ibanner .swiper-button-next {
  display: none;
  width: auto;
  height: auto;
}
.ibanner .swiper-button-prev span,
.ibanner .swiper-button-next span {
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
}
.ibanner .swiper-button-prev {
  background: none;
  left: 0;
}
.ibanner .swiper-button-next {
  background: none;
  right: 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ff0000 none repeat scroll 0 0;
  opacity: 1;
}
.ibg {
  background: #350f0a;
}
.ibg .main-ibg {
  background: url("../imgs/main-ibg.png") no-repeat center top;
  position: relative;
  margin-top: -80px;
  padding: 25px;
}
.iw {
  width: 1400px;
  margin: 0 auto;
}
.itit-bg {
  width: 468px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: center;
  color: #c9a97b;
  background: url("../imgs/tit-bg.png") no-repeat center top;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 10px;
}
.ipro {
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.6);
}
.iprotit {
  height: 40px;
  line-height: 40px;
  background: #960000;
  color: #c9a97b;
  text-align: center;
}
/* 手风琴 */
.row {
  margin: 0 0 30px;
  padding: 0;
}
.accordion {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.accordion:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.accordion .accordion-ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 9999px;
  height: 500px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.accordion .accordion-ul .accordion-li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 500px;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #000;
  transition: all 0.3s ease-out;
  background: #960000;
}
.accordion .accordion-ul .accordion-li .accordion-img {
  display: block;
  cursor: pointer;
  height: 460px;
}
.accordion._create:after {
  display: none;
}
/* 品牌故事 */
.ibrand {
  margin-top: 50px;
}
.ibrand .ib-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
.ibrand .ib-c .ib-l {
  background: #960000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.ibrand .ib-c .ib-l .ibrand-logo {
  width: 110px;
  margin: 0 auto;
}
.ibrand .ib-c .ib-l .ibrand-bg-t {
  position: relative;
  width: 100%;
  height: 50px;
}
.ibrand .ib-c .ib-l .ibrand-bg-t:before {
  content: "";
  display: table;
  position: absolute;
  left: 0;
  background: url("../imgs/ibrand-01.png") no-repeat left top;
  background-size: cover;
  width: 90px;
  height: 90px;
}
.ibrand .ib-c .ib-l .ibrand-bg-t:after {
  content: "";
  display: table;
  position: absolute;
  right: 0;
  background: url("../imgs/ibrand-02.png") no-repeat left top;
  background-size: cover;
  width: 90px;
  height: 90px;
}
.ibrand .ib-c .ib-l .ibrand-bg-f {
  position: relative;
  width: 100%;
  height: 50px;
}
.ibrand .ib-c .ib-l .ibrand-bg-f:before {
  content: "";
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../imgs/ibrand-03.png") no-repeat left top;
  background-size: cover;
  width: 90px;
  height: 90px;
}
.ibrand .ib-c .ib-l .ibrand-bg-f:after {
  content: "";
  display: table;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../imgs/ibrand-04.png") no-repeat left top;
  background-size: cover;
  width: 90px;
  height: 90px;
}
.ibrand .ib-c .ib-l .ibrand-l-c {
  padding: 20px 120px;
  color: #fff;
}
.ibrand .ib-c .ib-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.ibrand .ib-c .ib-ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.ibrand .ib-c .ib-ul li {
  flex-basis: 50%;
  height: 50%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.ibrand .ib-c .ib-ul li a {
  color: #c9a97b;
}
.ibrand .ib-c .ib-li {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ibrand .ib-c .ib-li:hover {
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.ibrand .ib-c .ib-li-tit {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  color: #c9a97b;
}
/* 专家介绍 */
.iexpert {
  margin-top: 50px;
}
.iexpert .iexpert-list {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.iexpert .iexpert-list .iexpert-tu {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.iexpert .iexpert-list .iexpert-tu img {
  width: 100%;
}
.iexpert .iexpert-list .iexpert-c {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  width: 50%;
}
.iexpert .iexpert-list .iexpert-c .iexpert-c-bg {
  background: rgba(150, 0, 0, 0.8) url("../imgs/iexpert-bg.png") no-repeat center;
  margin-left: -160px;
  height: 84%;
  margin-top: 40px;
  padding: 50px;
  box-sizing: border-box;
}
.iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ba8461;
}
.iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l {
  font-size: 14px;
  font-weight: bold;
  color: #c9a97b;
}
.iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l p {
  font-size: 12px;
  padding-top: 4px;
  font-weight: inherit;
}
.iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-r {
  font-size: 28px;
  text-align: right;
  color: #c9a97b;
}
.iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit-c {
  color: #fff;
}
br.phone {
  display: none;
}
@media (max-width: 550px) {
  br.phone {
    display: block !important;
  }
}
@media (max-width: 760px) and (min-width: 320px) {
  .ibanner {
    position: relative;
    margin-top: 90px;
  }
  .ibanner .swiper-container {
    height: 2rem;
  }
  .ibanner .swiper-slide {
    height: 2rem;
    background-size: cover !important;
  }
  .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .ibg {
    background: #350f0a;
  }
  .ibg .main-ibg {
    background: url("../imgs/main-ibg.png") repeat-y center top;
    background-size: contain;
    position: relative;
    margin-top: -80px;
    padding: 25px;
  }
  .iw {
    width: auto;
  }
  .itit-bg {
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0.15rem;
    text-align: center;
    color: #c9a97b;
    background: url("../imgs/tit-bg.png") no-repeat center top;
    font-weight: bold;
    letter-spacing: 10px;
  }
  .ipro-s .iprotit {
    height: 40px;
    line-height: 40px;
    background: #960000;
    color: #c9a97b;
    text-align: center;
  }
  .ipro-s .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.533rem;
    left: 0;
    width: 100%;
  }
  .ibrand {
    margin-top: 0.4rem;
  }
  .ibrand .ib-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: inherit;
  }
  .ibrand .ib-c .ib-l {
    background: #960000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: block;
  }
  .ibrand .ib-c .ib-l .ibrand-logo {
    width: 0.8rem;
    margin: 0 auto;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-t {
    position: relative;
    width: 100%;
    height: 0.4rem;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-t:before {
    content: "";
    display: table;
    position: absolute;
    left: 0;
    background: url("../imgs/ibrand-01.png") no-repeat left top;
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-t:after {
    content: "";
    display: table;
    position: absolute;
    right: 0;
    background: url("../imgs/ibrand-02.png") no-repeat left top;
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-f {
    position: relative;
    width: 100%;
    height: 0.4rem;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-f:before {
    content: "";
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../imgs/ibrand-03.png") no-repeat left top;
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-f:after {
    content: "";
    display: table;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../imgs/ibrand-04.png") no-repeat left top;
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  .ibrand .ib-c .ib-l .ibrand-l-c {
    padding: 20px 30px;
    color: #fff;
  }
  .ibrand .ib-c .ib-r {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 3rem;
  }
  .ibrand .ib-c .ib-ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
  }
  .ibrand .ib-c .ib-ul li {
    flex-basis: 50%;
    height: 50%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .ibrand .ib-c .ib-ul li a {
    color: #c9a97b;
  }
  .ibrand .ib-c .ib-li-tit {
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .iexpert {
    margin-top: 0.4rem;
  }
  .iexpert .iexpert-list {
    width: 100%;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: block;
  }
  .iexpert .iexpert-list .iexpert-tu {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
  }
  .iexpert .iexpert-list .iexpert-tu img {
    width: 100%;
  }
  .iexpert .iexpert-list .iexpert-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    position: inherit;
    width: 100%;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg {
    background: rgba(150, 0, 0, 0.8) url("../imgs/iexpert-bg.png") no-repeat center;
    margin-left: 0;
    height: auto;
    margin-top: 0;
    padding: 0.18rem;
    box-sizing: border-box;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit {
    display: flex;
    justify-content: inherit;
    flex-direction: column-reverse;
    margin-bottom: 0.167rem;
    padding-bottom: 0;
    border-bottom: 0.013rem solid #ba8461;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l {
    font-size: 0.14rem;
    font-weight: bold;
    color: #c9a97b;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l p {
    font-size: 12px;
    padding-top: 0.053rem;
    font-weight: inherit;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-r {
    font-size: 0.2rem;
    text-align: left;
    color: #c9a97b;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit-c {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .iw {
    width: auto;
  }
  .ipro-s .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1.067rem;
    left: 0;
    width: 100%;
  }
  .accordion {
    height: 340px;
    margin-bottom: 50px;
  }
  .accordion .accordion-ul {
    height: 340px;
    overflow: hidden;
  }
  .accordion .accordion-ul .accordion-li {
    height: 340px;
    float: left;
    overflow: hidden;
  }
  .accordion .accordion-ul .accordion-li .accordion-img {
    display: block;
    cursor: pointer;
    height: 300px;
  }
  .ibrand {
    margin-top: 0.4rem;
  }
  .ibrand .ib-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: inherit;
  }
  .ibrand .ib-c .ib-l {
    background: #960000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: block;
  }
  .ibrand .ib-c .ib-l .ibrand-logo {
    width: 2rem;
    margin: 0 auto;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-t {
    position: relative;
    width: 100%;
    height: 0.4rem;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-t:before {
    content: "";
    display: table;
    position: absolute;
    left: 0;
    background: url("../imgs/ibrand-01.png") no-repeat left top;
    background-size: contain;
    width: 100px;
    height: 100px;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-t:after {
    content: "";
    display: table;
    position: absolute;
    right: 0;
    background: url("../imgs/ibrand-02.png") no-repeat left top;
    background-size: contain;
    width: 100px;
    height: 100px;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-f {
    position: relative;
    width: 100%;
    height: 0.6rem;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-f:before {
    content: "";
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../imgs/ibrand-03.png") no-repeat left top;
    background-size: contain;
    width: 100px;
    height: 100px;
  }
  .ibrand .ib-c .ib-l .ibrand-bg-f:after {
    content: "";
    display: table;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../imgs/ibrand-04.png") no-repeat left top;
    background-size: contain;
    width: 100px;
    height: 100px;
  }
  .ibrand .ib-c .ib-l .ibrand-l-c {
    padding: 0.6rem 1.333rem 1.067rem 1.333rem;
    color: #fff;
  }
  .ibrand .ib-c .ib-r {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 8rem;
  }
  .ibrand .ib-c .ib-ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
  }
  .ibrand .ib-c .ib-ul li {
    flex-basis: 50%;
    height: 50%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .ibrand .ib-c .ib-ul li a {
    color: #c9a97b;
  }
  .ibrand .ib-c .ib-li-tit {
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .iexpert {
    margin-top: 0.4rem;
  }
  .iexpert .iexpert-list {
    width: 100%;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: block;
  }
  .iexpert .iexpert-list .iexpert-tu {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
  }
  .iexpert .iexpert-list .iexpert-tu img {
    width: 100%;
  }
  .iexpert .iexpert-list .iexpert-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    position: inherit;
    width: 100%;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg {
    background: rgba(150, 0, 0, 0.8) url("../imgs/iexpert-bg.png") no-repeat center;
    margin-left: 0;
    height: auto;
    margin-top: 0;
    padding: 0.8rem;
    box-sizing: border-box;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit {
    display: flex;
    justify-content: inherit;
    flex-direction: column-reverse;
    margin-bottom: 0.167rem;
    padding-bottom: 0;
    border-bottom: 0.013rem solid #ba8461;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l {
    font-size: 0.4rem;
    font-weight: bold;
    color: #c9a97b;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l p {
    font-size: 12px;
    padding-top: 0.053rem;
    font-weight: inherit;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-r {
    font-size: 0.8rem;
    text-align: left;
    color: #c9a97b;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit-c {
    color: #fff;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .iw {
    width: auto;
  }
  .ibanner .swiper-container {
    height: 400px;
  }
  .accordion {
    height: 380px;
  }
  .accordion .accordion-ul {
    height: 380px;
    overflow: hidden;
  }
  .accordion .accordion-ul .accordion-li {
    height: 380px;
    float: left;
    overflow: hidden;
  }
  .accordion .accordion-ul .accordion-li .accordion-img {
    display: block;
    cursor: pointer;
    height: 340px;
  }
  /* 品牌故事 */
  .ibrand .ib-c {
    margin-bottom: 50px;
  }
  .ibrand .ib-c .ib-l .ibrand-logo {
    width: 90px;
    margin: 0 auto;
  }
  .ibrand .ib-c .ib-l .ibrand-l-c {
    padding: 20px 60px;
  }
  /* 专家介绍 */
  .iexpert .iexpert-list {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .iexpert .iexpert-list .iexpert-tu {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .iexpert .iexpert-list .iexpert-tu img {
    width: 100%;
  }
  .iexpert .iexpert-list .iexpert-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    width: 50%;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg {
    background: rgba(150, 0, 0, 0.8) url("../imgs/iexpert-bg.png") no-repeat center;
    margin-left: -160px;
    height: 84%;
    margin-top: 40px;
    padding: 50px;
    box-sizing: border-box;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ba8461;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l {
    font-size: 14px;
    font-weight: bold;
    color: #c9a97b;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-l p {
    font-size: 12px;
    padding-top: 4px;
    font-weight: inherit;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit .tit-r {
    font-size: 28px;
    text-align: right;
    color: #c9a97b;
  }
  .iexpert .iexpert-list .iexpert-c .iexpert-c-bg .tit-c {
    color: #fff;
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=index.css.map */