html {
  /*便捷内容*/
  font-size: 0.52083333vw;
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@font-face {
  font-family: "siyuanheiti";
  /* Project id 4935691 */
  src: url('../fonts/siyuanheiti.OTF?t=1751006781512') format('truetype');
}
*,
html,
body,
h1,
h2,
h4,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.x_logo img,
.x_footer_top_left img {
  width: 180px;
}
.x_container {
  width: 171.8rem;
  margin: 0 auto;
}
.x_title {
  font-size: 3.8rem;
  color: #1b1b1b;
  font-weight: normal;
  border-top: 2px solid #ccc;
  width: 35.7rem;
}
.x_title .x_cn {
  padding-top: 2.4rem;
  display: inline-block;
  position: relative;
}
.more {
  width: 16rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 14px;
  color: #911D28;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
}
.more:hover {
  color: #911D28;
}
.more img {
  width: 1.8rem;
}
.x_breadcrumb {
  color: #333;
  font-size: 2.4rem;
  margin: 5rem auto;
  display: flex;
}
.x_breadcrumb li {
  position: relative;
  margin-right: 3rem;
}
.x_breadcrumb li:before {
  content: '>';
  position: absolute;
  top: 0.7rem;
  right: -2rem;
  font-size: 16px;
}
.x_breadcrumb li a {
  font-size: 2rem;
  color: #333;
}
.x_breadcrumb li a:hover,
.x_breadcrumb li a.active {
  color: #911d28;
}
.x_breadcrumb li:last-child:before {
  content: '';
}
.x_breadcrumb li:last-child a {
  color: #911d28;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    min-width: 100px;
    padding: 10px 15px 0;
  }
  .dropdown-menu {
    left: -10px !important;
  }
}
a:hover {
  text-decoration: none;
}
.x_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.x_top .x_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem auto;
}
.x_top .x_nav .navbar-default {
  background-color: transparent;
  margin: 0;
  border: none;
  min-height: auto;
}
.x_top .x_nav .container-fluid,
.x_top .x_nav .navbar-collapse {
  margin: 0;
  padding: 0;
}
.x_top .x_nav .nav {
  display: flex;
  width: 91rem;
  justify-content: space-between;
}
.x_top .x_nav .nav li.active a,
.x_top .x_nav .nav li:hover a {
  background: none;
  border-bottom: 2px solid #fff;
}
.x_top .x_nav .nav li a {
  font-size: 2rem;
  padding: 0;
  padding-bottom: 1rem;
  color: #fff;
}
.x_top .x_nav .nav li.dropdown:hover a {
  border-bottom: none;
}
.x_top .x_nav .nav li .dropdown-menu {
  background: #000;
}
.x_top .x_nav .nav li .dropdown-menu a {
  border: none !important;
}
.x_top .x_nav .navbar-default .navbar-nav > .active > a,
.x_top .x_nav .navbar-default .navbar-nav > .active > a:focus,
.x_top .x_nav .navbar-default .navbar-nav > .active > a:hover {
  color: #fff !important;
}
.x_footer {
  background: #2e2e2e;
  padding-top: 5rem;
  position: relative;
  color: #fff;
}
.x_footer .x_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x_footer a {
  color: #fff;
}
.x_footer a:hover {
  color: #911d28;
}
.x_footer_top {
  align-items: flex-start !important;
  width: 100%;
}
.x_footer_top_right {
  width: 74rem;
}
.x_footer_top_right .x_footer_nav {
  margin-bottom: 3rem;
  font-size: 16px;
}
.x_footer_top_right .x_tel {
  align-items: flex-end;
}
.x_footer_top_right .x_tel p {
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 36px;
}
.x_footer_top_right .x_tel p img {
  width: auto;
  margin-right: 2rem;
}
.x_footer_content {
  border-top: 1px solid #666;
  margin-top: 3.5rem;
  padding: 1.5rem 0;
}
.nbanner {
  max-height: 86.8rem;
  overflow: hidden;
}
.nbanner img {
  display: block;
  object-fit: cover;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #911d28 !important;
}
@media (max-width: 768px) {
  .x_top {
    position: relative;
    background: #000;
  }
  .x_top .x_nav {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }
  .x_top .x_nav .navbar-default .navbar-collapse,
  .x_top .x_nav .navbar-default .navbar-form {
    border: none;
  }
  .x_top .x_nav .navbar-toggle {
    position: absolute;
    top: -38px;
    right: 0;
    margin: 0;
  }
  .x_top .x_nav .nav {
    display: block;
    width: 90vw;
    z-index: 33333;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 20px;
    margin: 0 auto;
  }
  .x_top .x_nav .nav li a {
    font-size: 14px;
    padding: 10px;
    color: #fff;
  }
  .x_top a img {
    width: 100px;
    display: block;
  }
  .x_title {
    font-size: 16px;
  }
  .nbanner {
    max-height: 86.8rem;
    overflow: hidden;
  }
  .nbanner img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .x_breadcrumb {
    color: #333;
    font-size: 14px;
    margin-top: 3vh;
    display: flex;
  }
  .x_breadcrumb li {
    position: relative;
    margin-right: 20px;
  }
  .x_breadcrumb li:before {
    content: '>';
    position: absolute;
    top: 1px;
    right: -14px;
    font-size: 14px;
  }
  .x_breadcrumb li a {
    font-size: 14px;
    color: #333;
  }
  .x_breadcrumb li a:hover,
  .x_breadcrumb li a.active {
    color: #911d28;
  }
  .more {
    width: auto;
    border: 1px solid #911D28;
    line-height: 22px;
    font-size: 14px;
    color: #911D28;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: center;
    height: 40px;
  }
  .x_footer_top {
    align-items: flex-start !important;
  }
  .x_footer_top_left {
    margin-right: 15px;
  }
  .x_footer_top_left img {
    display: block;
    width: 100px;
  }
  .x_footer_top_right {
    width: auto;
  }
  .x_footer_top_right .x_footer_nav {
    margin-bottom: 3rem;
    font-size: 14px;
  }
  .x_footer_top_right .x_tel {
    align-items: flex-end;
  }
  .x_footer_top_right .x_tel p {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    line-height: 24px;
  }
  .x_footer_top_right .x_tel p img {
    width: auto;
    margin-right: 2rem;
  }
  .x_footer_content {
    border-top: 1px solid #666;
    margin-top: 3.5rem;
    padding: 1.5rem 0;
    display: block !important;
    line-height: 26px;
  }
}
/*# sourceMappingURL=common.css.map */