* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

:root {
  --bs-danger: #991D25;
  --bs-danger-rgb: 153, 29, 37;
  --text-y: #C1AA5B;
  --bs-danger-light: #991D25;
  --bs-danger-light-rgb: 153, 29, 37;
  --swiper-theme-color: var(--bs-danger);
  --swiper-navigation-size: 32px; }

.ratio {
  overflow: hidden; }

.link-success-light {
  color: RGBA(var(--bs-danger-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-light-rgb), var(--bs-link-underline-opacity, 1)) !important; }

.text-my-main {
  color: var(--bs-danger); }

.text-my-secondary {
  color: var(--bs-danger-bg-subtle); }

.my-main-bg, .footer .f-list + .f-list {
  background-color: rgba(var(--name-gray), 0.1); }

.my-main-dark-bg {
  background-color: var(--bs-danger); }

.my-secondary-bg {
  background-color: var(--bs-danger-bg-subtle); }

.my-secondary-dark-bg {
  background-color: rgb(var(--name-gold)); }

body, html {
  color: #323333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  margin: 0 auto;
  max-width: 100%;
  min-height: 100%; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

img {
  max-height: 100%;
  max-width: 100%; }

.bjhs {
  background-color: #F6F6F6; }

.fixed-img {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0; }
  input:focus, textarea:focus {
    outline: 0; }

li, ul, ol, dl, dd, dt, p {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.clear {
  clear: both; }

.imgs {
  line-height: 1;
  overflow: hidden; }
  .imgs img {
    height: auto;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -webkit-transition: .7s;
    transition: .7s;
    vertical-align: middle;
    width: 100%; }
  .imgs:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.img img {
  height: auto;
  max-width: 100%; }

.swiper-pagination {
  text-align: center;
  width: 100%;
  z-index: 20; }

.i-dt {
  font-weight: normal;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .i-dt h2 {
    display: inline-block;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    zoom: 1; }
    .i-dt h2:after {
      background: #BBB;
      content: "";
      height: 1px;
      left: 110%;
      position: absolute;
      top: 50%;
      width: 520px; }
    .i-dt h2:before {
      background: #BBB;
      content: "";
      height: 1px;
      position: absolute;
      right: 110%;
      top: 50%;
      width: 520px; }
  .i-dt h4 {
    color: var(--bs-danger-bg-subtle);
    margin-top: 40px; }
  .i-dt .p2 {
    font-size: 22px;
    font-weight: normal;
    color: var(--text-y);
    line-height: 1;
    padding-top: 30px; }
  .i-dt p {
    line-height: 1.8;
    margin-top: 20px; }
  .i-dt.bs {
    color: #FFF; }
    .i-dt.bs h2:after {
      background: #FFF; }
    .i-dt.bs h2:before {
      background: #FFF; }
  @media screen and (max-width: 576px) {
    .i-dt h2:after, .i-dt h2:before {
      width: 30px; } }

@media screen and (max-width: 576px) {
  .fancybox-slide--iframe {
    padding: 44px 0 !important; } }

.tc-bj {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998; }

.p, p {
  font-size: initial;
  font-weight: 400; }

.head {
  padding: 12px 0;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%; }
  .head:hover, .head.isNew, .head.this {
    background: var(--bs-danger);
    padding: 0;
    top: 0; }
  .head .wd {
    height: 70px; }
  .head .logo {
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s; }
    .head .logo img {
      height: 56px;
      width: auto; }
  .head .nav {
    height: 100%; }
    .head .nav ul {
      font-size: 0;
      height: 100%; }
      .head .nav ul li {
        display: inline-block;
        font-size: 15px;
        height: 100%;
        line-height: 70px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        zoom: 1; }
        .head .nav ul li > a {
          color: #FFF;
          display: inline-block;
          font-size: 16px;
          padding: 0 1vw;
          position: relative;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          transition: .5s;
          vertical-align: middle;
          zoom: 1; }
          .head .nav ul li > a::after {
            background: currentColor;
            bottom: 1px;
            content: "";
            height: 2px;
            left: 50%;
            position: absolute;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
            width: 0; }
          .head .nav ul li > a::before {
            background: currentColor;
            content: "";
            height: 16px;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            opacity: .35; }
          .head .nav ul li > a:hover {
            opacity: .9; }
        .head .nav ul li:nth-of-type(1) > a:before {
          content: none; }
        .head .nav ul li.this > a:after, .head .nav ul li:hover > a::after {
          transform: translateX(-50%);
          width: 40px; }
        .head .nav ul li .sub-nav {
          background: rgba(0, 0, 0, 0.7);
          border: 1px solid #5D5856;
          display: none;
          left: 50%;
          margin-top: 24px;
          min-width: 168px;
          padding: 0 0;
          position: absolute;
          top: unset;
          transform: translateX(-50%); }
          .head .nav ul li .sub-nav i {
            color: var(--bs-danger-bg-subtle);
            display: block;
            left: 50%;
            line-height: 0;
            position: absolute;
            top: 0;
            transform: translate(-50%, -100%); }
          .head .nav ul li .sub-nav p {
            padding: 0 15px; }
            .head .nav ul li .sub-nav p a {
              align-items: center;
              color: var(--bs-danger-bg-subtle);
              display: flex;
              font-size: 14px;
              justify-content: space-between;
              line-height: 1.75;
              opacity: .7;
              padding: 15px 0;
              position: relative;
              transition: all 0.36s;
              white-space: nowrap; }
              .head .nav ul li .sub-nav p a:after {
                color: inherit;
                content: "";
                font-size: 12px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                display: inline-block;
                width: 1em;
                height: 1em;
                background-color: currentColor;
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95l-4.95-4.95a1 1 0 0 1 1.414-1.414z'/%3E%3C/g%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95l-4.95-4.95a1 1 0 0 1 1.414-1.414z'/%3E%3C/g%3E%3C/svg%3E");
                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
                -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%; }
              .head .nav ul li .sub-nav p a:hover {
                opacity: 1; }
            .head .nav ul li .sub-nav p + p a {
              border-top: 1px solid rgba(var(--bs-danger-bg-subtle), 0.35); }

.clear {
  clear: both;
  overflow: hidden; }

.cleargao {
  clear: both;
  height: 100px;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .cleargao {
      height: 54px; } }
  @media screen and (max-width: 576px) {
    .cleargao {
      height: 15px; } }

.footer {
  color: var(--bs-danger-bg-subtle); }
  .footer a {
    color: inherit; }
    .footer a:hover {
      color: inherit;
      opacity: .8; }
  .footer .f-list {
    padding-bottom: 50px;
    padding-top: 50px; }
    .footer .f-list p {
      font-size: 16px;
      margin-bottom: 12px;
      opacity: .9;
      padding-left: 24px;
      position: relative; }
      .footer .f-list p:before {
        content: " ";
        font-size: 12px;
        left: 0;
        opacity: .9;
        position: absolute;
        text-transform: uppercase;
        top: 5px;
        transform: rotate(90deg);
        transform-origin: top left; }
      .footer .f-list p:after {
        background-color: var(--bs-danger-bg-subtle);
        content: "";
        display: block;
        height: 120px;
        left: 6px;
        margin-right: 10px;
        opacity: .8;
        position: absolute;
        top: 5px;
        width: 1px; }
      .footer .f-list p i {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        width: 22px; }
        .footer .f-list p i svg {
          width: 100%; }
    .footer .f-list.f-goods p:before {
      content: "product"; }
    .footer .f-list.f-menu p:before {
      content: "map"; }
    .footer .f-list.f-service p:before {
      content: "service"; }
    .footer .f-list a {
      display: block;
      font-size: 12px;
      line-height: 2;
      margin-top: 6px;
      opacity: .8;
      padding-left: 56px; }
      .footer .f-list a:hover {
        opacity: 1; }
    .footer .f-list + .f-list {
      padding-left: 100px; }
  .footer .qr-box {
    margin-bottom: 50px;
    margin-top: 50px; }
    .footer .qr-box .qr_code {
      text-align: center;
      width: 120px; }
      .footer .qr-box .qr_code + .qr_code {
        margin-left: 20px; }
      .footer .qr-box .qr_code p {
        margin-top: 8px;
        font-size: 12px; }
  @media screen and (max-width: 768px) {
    .footer .f-list + .f-list {
      background-color: transparent; }
    .footer .qr-box {
      justify-content: center;
      margin-bottom: 3rem;
      margin-top: 0; } }
  @media screen and (max-width: 576px) {
    .footer .f-list {
      font-size: 0;
      padding-bottom: 50px;
      padding-top: 50px; }
      .footer .f-list + .f-list {
        padding-top: 0; }
      .footer .f-list p {
        padding-left: 40px; }
        .footer .f-list p:before {
          transform: rotate(90deg) translateY(-100%); }
        .footer .f-list p:after {
          height: 80px;
          left: 24px; }
      .footer .f-list a {
        display: inline-block;
        padding-left: 72px;
        width: 50%; }
      .footer .f-list + .f-list {
        padding-left: 0; } }

.member {
  color: transparent !important;
  padding-left: 10px; }
  .member:hover {
    color: inherit !important; }
  @media screen and (max-width: 768px) {
    .member {
      display: none; } }

.ratio > * {
  align-items: center;
  display: flex;
  justify-content: center; }
  .ratio > * img {
    max-height: 100%;
    max-width: 100%; }

.copy-box {
  color: var(--bs-danger-bg-subtle); }
  .copy-box p {
    line-height: 1.75; }
  .copy-box span + span {
    padding-left: 20px; }
  @media screen and (max-width: 576px) {
    .copy-box p {
      font-size: 14px; }
    .copy-box span {
      display: block;
      padding-left: 0 !important; }
    .copy-box .copy-logo {
      max-width: 60%; } }

.fd-right {
  width: 46px;
  bottom: 13%;
  right: 1.5rem;
  position: fixed;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 999; }
  .fd-right li {
    padding: 6px;
    text-align: center;
    border-radius: 8px; }
    .fd-right li + li {
      margin-top: 2px; }
    .fd-right li a {
      color: inherit;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .fd-right li i {
      font-size: 18px;
      line-height: 1; }
  @media screen and (max-width: 768px) {
    .fd-right {
      width: 38px;
      right: .7rem; }
      .fd-right li i {
        font-size: 12px; } }

.go-top {
  display: none; }

.mobile-menu {
  height: 60px; }
  .mobile-menu .m-logo img {
    max-height: 40px; }
  .mobile-menu .menu-btn {
    align-items: center;
    background-color: var(--bs-danger);
    color: #FFF;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px; }
  .mobile-menu .phone {
    color: var(--bs-danger); }

#offcanvasWithBackdrop .offcanvas-title img {
  max-height: 50px; }
  @media screen and (max-width: 576px) {
    #offcanvasWithBackdrop .offcanvas-title img {
      max-height: 32px; } }
#offcanvasWithBackdrop .accordion-item button {
  box-shadow: none !important; }
  #offcanvasWithBackdrop .accordion-item button.link-menu:after {
    content: none; }
#offcanvasWithBackdrop .offcanvas-body {
  padding-left: 0;
  padding-right: 0; }
#offcanvasWithBackdrop .accordion-button::after {
  background-size: 16px;
  transform: rotate(-90deg); }
#offcanvasWithBackdrop .accordion-button:not(.collapsed) {
  background-color: #EDF7F8;
  color: var(--bs-danger); }
  #offcanvasWithBackdrop .accordion-button:not(.collapsed)::after {
    transform: rotate(0); }
#offcanvasWithBackdrop .accordion-body a {
  display: block;
  opacity: .8; }
  #offcanvasWithBackdrop .accordion-body a + a {
    margin-top: 10px; }

.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bn {
  --swiper-theme-color: var(--bs-danger-bg-subtle);
  --swiper-navigation-size: 36px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .bn .bn-next, .bn .bn-prev {
      display: none; } }

.more {
  text-align: center; }
  .more a {
    color: var(--bs-danger-bg-subtle);
    font-size: 16px;
    text-transform: Uppercase;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s; }
    .more a:hover {
      opacity: .9; }

:root {
  --large-space: 120px;
  --medium-space: 100px;
  --small-space: 50px; }

.view-title .p1 {
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold; }
.view-title .p2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  padding-top: 10px; }
.view-title .p3 {
  font-size: 24px;
  padding-top: 10px;
  font-weight: bold; }

.viewButton {
  display: block;
  margin-top: var(--small-space); }
  .viewButton a {
    color: var(--bs-danger);
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-danger);
    transition: all .36s; }
    .viewButton a:hover {
      color: var(--main-color-dark); }
  @media screen and (max-width: 576px) {
    .viewButton {
      margin-top: 30px; } }

.about-box {
  display: none;
  padding: var(--large-space) 0 var(--small-space); }
  .about-box .about-cont {
    margin-top: var(--small-space); }
    .about-box .about-cont p {
      font-size: 16px;
      color: #999;
      line-height: 2; }
    .about-box .about-cont ul {
      margin-top: var(--small-space);
      justify-content: space-between; }
      .about-box .about-cont ul li {
        width: 100%;
        padding-left: 3%;
        border-left: 1px solid #999;
        position: relative; }
        .about-box .about-cont ul li:before {
          content: "";
          display: inline-block;
          height: 35%;
          width: 1px;
          background: rgb(var(--name-gold));
          position: absolute;
          left: -1px;
          top: 0; }
        .about-box .about-cont ul li p {
          font-size: 34px;
          line-height: 1; }
          .about-box .about-cont ul li p sub {
            color: var(--bs-danger);
            font-size: 16px;
            font-weight: normal;
            bottom: unset; }
          .about-box .about-cont ul li p:nth-of-type(1) {
            color: rgb(var(--name-gold));
            font-weight: 900;
            font-family: iconfont; }
          .about-box .about-cont ul li p + p {
            font-size: 14px;
            padding-top: 10px;
            line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .about-box {
      padding: var(--small-space) 0; }
      .about-box .view-title {
        margin-top: var(--small-space); }
      .about-box .about-cont ul li {
        padding-right: 3%; } }
  @media screen and (max-width: 576px) {
    .about-box .about-cont {
      margin-top: 22px; }
      .about-box .about-cont ul li {
        padding-left: 2%;
        padding-right: 2%; }
        .about-box .about-cont ul li p {
          font-size: 20px; }
          .about-box .about-cont ul li p + p {
            font-size: 12px; } }

.brand-box {
  position: relative;
  z-index: 1; }
  .brand-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/i-about-bg.jpg); }
  .brand-box .brand-swiper .swiper-slide {
    position: relative;
    text-align: center; }
    .brand-box .brand-swiper .swiper-slide .txt {
      padding: 10px;
      text-align: center;
      background: #F6F6F6; }
    .brand-box .brand-swiper .swiper-slide h4 {
      color: var(--bs-danger); }
    .brand-box .brand-swiper .swiper-slide p {
      color: #666; }
  @media screen and (max-width: 576px) {
    .brand-box .brand-swiper .swiper-slide .txt h4 {
      font-size: 18px;
      margin-bottom: 5px; } }

.i-page {
  overflow: hidden;
  padding: var(--medium-space) 0;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .i-page {
      padding: var(--small-space) 0;
      margin-top: 60px; } }
  @media screen and (max-width: 576px) {
    .i-page {
      padding: 30px 0;
      margin-top: 20px; } }

.i-cp {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/i-goods-bg.jpg); }
  .i-cp-ul {
    margin-top: 30px; }
    .i-cp-ul:after {
      content: "";
      display: block;
      width: 100%;
      overflow: hidden;
      clear: both; }
    .i-cp-ul .swiper-slide {
      position: relative;
      text-align: center;
      color: #FFF; }
      .i-cp-ul .swiper-slide a {
        color: inherit; }
      .i-cp-ul .swiper-slide .txt {
        padding: 10px;
        text-align: center;
        margin-bottom: 10px; }
      .i-cp-ul .swiper-slide h6 {
        /*color: #fff;*/
        margin-bottom: 10px; }
      .i-cp-ul .swiper-slide hr {
        background: var(--bs-danger);
        height: 6px;
        display: block;
        border: none;
        opacity: 1; }
      .i-cp-ul .swiper-slide .jia {
        border: 3px solid #FFF;
        width: 39px;
        height: 39px;
        text-align: center;
        line-height: 33px;
        color: #FFF;
        font-size: 34px;
        border-radius: 50%;
        zoom: 1;
        display: inline-block;
        vertical-align: middle; }
      .i-cp-ul .swiper-slide .imgs {
        position: relative;
        background: #000; }
      .i-cp-ul .swiper-slide .i-cp-more {
        position: absolute;
        top: 50%;
        margin-top: -50px;
        width: 100%;
        text-align: center; }
        .i-cp-ul .swiper-slide .i-cp-more h4 {
          transition: .5s;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          -ms-transition: .5s;
          -webkit-transform: translate(0, -100px);
          -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
          line-height: 30px;
          margin-bottom: 31px;
          color: #FFF;
          opacity: 0; }
        .i-cp-ul .swiper-slide .i-cp-more i {
          transition: .5s;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          -ms-transition: .5s;
          -webkit-transform: translate(0, 100px);
          -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
          opacity: 0; }
      .i-cp-ul .swiper-slide:hover .i-cp-more h4 {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .i-cp-ul .swiper-slide:hover .i-cp-more i {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .i-cp-ul .swiper-slide:hover .imgs img {
        opacity: .6; }
  .i-cp-rmd {
    --swiper-theme-color: var(--bs-danger);
    --swiper-pagination-bullet-size: 10px; }
    .i-cp-rmd .swiper-slide img {
      -moz-transition: .7s;
      -ms-transition: .7s;
      -webkit-transition: .7s;
      transition: .7s;
      vertical-align: middle;
      width: 100%; }
    .i-cp-rmd .swiper-slide:hover img {
      transform: scale(1.05); }
    .i-cp-rmd .swiper-slide .title {
      line-height: 2;
      text-align: center;
      color: var(--bs-danger-bg-subtle);
      font-weight: bold; }
      @media screen and (max-width: 576px) {
        .i-cp-rmd .swiper-slide .title {
          font-size: 16px; } }
    .i-cp-rmd .swiper-pagination {
      bottom: 0; }

.i-xp {
  overflow: hidden;
  background-image: url(../image/i-about-bj.jpg); }
  .i-xp dd:after {
    content: "";
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both; }
  .i-xp-left, .i-xp-right {
    width: 100%; }
  .i-xp-title {
    text-align: center;
    color: #FFF; }
    .i-xp-title h4 {
      color: var(--bs-danger-bg-subtle);
      margin-bottom: 20px; }
    .i-xp-title p {
      line-height: 2; }
  .i-xp-zt {
    margin-top: 35px;
    position: relative; }
    .i-xp-zt h4 {
      transition: .5s;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      position: absolute;
      bottom: 0;
      padding: 10px 0;
      text-align: center;
      width: 100%;
      background: #000;
      background: rgba(0, 0, 0, 0.66);
      color: #FFF; }
    .i-xp-zt:hover h4 {
      background: rgba(0, 0, 0, 0.9); }
  @media screen and (max-width: 576px) {
    .i-xp-zt {
      margin-top: 20px; } }

.xian1 {
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .xian1:after {
    width: 29px;
    height: 2px;
    background: var(--bs-danger-bg-subtle);
    top: 50%;
    margin-top: -1px;
    position: absolute;
    content: "";
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    left: 105%; }
  .xian1:before {
    width: 29px;
    height: 2px;
    background: var(--bs-danger-bg-subtle);
    top: 50%;
    margin-top: -1px;
    position: absolute;
    content: "";
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    right: 105%; }
  .xian1:hover:after {
    width: 39px; }
  .xian1:hover:before {
    width: 39px; }

.i-new dd {
  margin-top: 30px; }
  .i-new dd:after {
    content: "";
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both; }
.i-new .more {
  margin-bottom: 10px;
  text-align: right;
  color: var(--bs-danger);
  font-size: 16px; }
  .i-new .more a {
    color: inherit; }
.i-new-left {
  width: 100%;
  position: relative;
  font-size: 0; }
  .i-new-left .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    left: 0;
    top: 0; }
    .i-new-left .txt i {
      font-size: 76px;
      position: absolute;
      width: 80px;
      height: 80px;
      line-height: 80px;
      left: 50%;
      top: 50%;
      margin-top: -40px;
      margin-left: -40px;
      cursor: pointer;
      color: #FFF;
      transition: .5s;
      -webkit-transition: .5s;
      -moz-transition: .5s; }
      .i-new-left .txt i:hover {
        color: var(--bs-danger-bg-subtle); }
.i-new-right {
  width: 100%;
  background: #FFF;
  padding: 2px 25px;
  height: 100%; }
  .i-new-right .i-new-ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .i-new-right .i-new-ul li {
      flex: 1 1 auto;
      display: flex;
      align-items: center; }
      .i-new-right .i-new-ul li + li {
        border-top: 1px solid var(--bs-border-color); }
      .i-new-right .i-new-ul li a {
        display: block; }
      .i-new-right .i-new-ul li h5 {
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        font-weight: 400;
        display: block; }
      .i-new-right .i-new-ul li p {
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 21px;
        height: 42px; }
      .i-new-right .i-new-ul li:hover h5 {
        text-indent: 8px;
        color: var(--bs-danger); }
@media screen and (max-width: 768px) {
  .i-new-right {
    margin-top: 15px;
    height: auto; }
    .i-new-right .i-new-ul li {
      padding: 15px 0;
      display: block; } }
@media screen and (max-width: 576px) {
  .i-new dd {
    margin-top: 10px; }
  .i-new-right .i-new-ul li + li {
    border-top: 1px solid #F5F5F5; }
  .i-new-right .i-new-ul li h5 {
    font-size: 18px;
    line-height: 1;
    height: initial; } }

.hr {
  height: 2px;
  background: var(--bs-danger-bg-subtle);
  width: 27px;
  border: none;
  zoom: 1;
  display: inline-block;
  vertical-align: middle; }
