.pbc {
  background-color: #1d1d1d;
}
.pc {
  color: #1d1d1d;
}

.sbc {
  background-color: #dc0328;
}
.sc {
  color: #dc0328;
}
.tc {
  color: #9e9e9e;
}
.fc {
  color: #707070;
}
.fibc {
  background-color: #f8f8f8;
}
.tsize {
  font-size: 3rem;
}

.line-hight-1 {
  line-height: 1;
}

.line-hight-2 {
  line-height: 2;
}

.line-hight-1_75 {
  line-height: 1.75;
}

.line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.line-2 {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-5 {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.trans-0_5s,
.trans-0_5s::after {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.trans-1s,
.trans-1s::after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.trans-2s,
.trans-2s::after {
  transition: 2s ease;
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
}

a {
  color: #4a4a4a;
}

body {
  font-family: "微软雅黑", Arial, "宋体", Helvetica, sans-serif, Verdana;
  font-size: 10px;
  background-color: #fff;
}

/* 更多按钮 */
.more-btn {
  width: 23rem;
  max-width: 100%;
  height: 3rem;
  border: none;
  background-color: #dc0328;
  border: 1px solid #dc0328 !important;
  color: #fff;
  box-sizing: border-box;
  font-weight: 600;
}
.more-btn:hover {
  color: #dc0328;
  background-color: transparent;
}

/* 通用标题 */
.primary-title-box {
  display: inline-block;
  font-size: 0;
}
.primary-title-box .title-line {
  position: relative;
  display: inline-block;
  width: 17rem;
  height: 0.1rem;
  background-color: #b0b0b0;
  font-size: 0;
}
.primary-title-box .title-line::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #dc0328;
  transform: translate(-50%, -0.05rem);
}
.primary-title-box .title-sublabel {
  color: #b0b0b0;
}

/* 页头 */
#header {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
}

#headernav,
#headernav .navbar-menu,
#headernav .navbar {
  position: relative;
  background-color: #1d1d1d;
}

#headernav .navbar .navbar-burger {
  color: #fff;
}

#headernav .navbar-brand,
#headernav .navbar {
  min-height: 5rem;
}

#headernav .navbar-burger {
  height: 5rem;
  width: 5rem;
}

#headernav .navbar-burger span {
  height: 2px;
  width: 25px;
}

#headernav .navbar-item {
  font-size: 1.05rem;
  color: #fff;
}

#headernav .navbar-item.is-active a {
  color: #000;
}

#headernav .navbar-item img {
  max-height: 3.5rem;
}

#navbar-menu .navbar-item:focus,
#navbar-menu .navbar-item:hover,
#navbar-menu .navbar-item.is-active {
  color: #fff;
  background-color: #dc0328;
}

#navbar-menu .navbar-dropdown {
  display: none;
}

#banner {
  font-size: 0;
}

#banner .swiper-pagination {
  margin-bottom: 10px;
}

/* 首页优势 */
.adv-columns {
  text-align: center;
  align-items: flex-end;
}

/* 首页公司简介 */
#footer .title-box,
#home-about .title-box {
  padding-right: 3rem;
  position: relative;
  align-items: flex-end;
}
#footer .title-box::after,
#home-about .title-box::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.2rem;
  background-color: #dc0328;
  bottom: 0;
}
#footer .title-box::before,
#home-about .title-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #9e9e9e;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-about .right {
  margin-top: 1.5rem;
}
#home-about .right img {
  object-fit: cover;
}

.home-about-content {
  font-size: 1.2rem;
  line-height: 1.5;
}

.home-about-content * {
  margin-bottom: 1rem;
}

/* 首页案例 */
#home-case .case-item:hover .hover {
  opacity: 1;
}
#home-case .hover {
  opacity: 0;
  background-color: rgba(220, 3, 40, 0.7) !important;
}

#home-case .content-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  color: #fff;
  background-color: #dc0328;
}

#home-case .content-box .headline {
  text-align: justify;
}

#home-case .content-box .more {
  display: inline-block;
  padding: 0.2rem 0.7rem 0.3rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 1rem;
}

/* 首页新闻 */
#home-news .headline-first {
  position: relative;
}
#home-news .headline-first::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#home-news .line {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#home-news .left::after {
  position: absolute;
  content: "";
  right: 0;
  top: 15%;
  bottom: 0;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.4);
}
#home-news .red-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #dc0328;
}

/* 首页花絮 */
#home-huaxu .line-column {
  line-height: 1;
}
#home-huaxu img {
  object-fit: cover;
}
#home-huaxu .line {
  display: inline-block;
  width: 1.25rem;
  height: 1px;
  background-color: #b0b0b0;
}

/* 公共底部 */
#footer {
  background-color: #000;
  color: #b0b0b0;
}
#footer .content * {
  margin-bottom: 0;
}

#footer .qrcode {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

#footer .form-input {
  width: 100%;
}

#footer .submit-btn {
  width: 7rem;
  max-width: 100%;
  padding: 0.5rem 0.75rem 0.75rem;
  background-color: #dc0328;
  border: 1px solid #dc0328;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
}

#footer .submit-btn:hover {
  background-color: transparent;
  color: #dc0328;
}

#footer .foottxt {
  border-top: 1px solid #333;
  background-image: linear-gradient(90deg, transparent, black, transparent);
}

#footer .foottxt a {
  color: inherit;
}

/* 详情页侧边栏 */
#sidebar {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#sidebar .sidebar-title {
  line-height: 1;
  border-left: 0.35rem solid #dc0328;
  padding-left: 0.35rem;
}
#sidebar .line {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #eee;
}
#sidebar .red-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #dc0328;
}

/* 详情页 */
#detail .page-right {
  margin-left: 2%;
  order: -1;
}

#detail .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#detail .video iframe,
#detail .video object,
#detail .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#detail .content img {
  display: block;
  height: auto !important;
}

#detail .tile.is-ancestor {
  display: flex;
  flex-direction: column;
}

/* 内页新闻 */
#inner-newslist .news-content {
  line-height: 1.5;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#inner-newslist .news-item:hover {
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 20%),
    0 0 0 1px rgb(10 10 10 / 2%);
}
#inner-newslist img {
  object-fit: cover;
}

/* 内页案例 */
#inner-case img {
  object-fit: cover;
}
#inner-case .case-item:hover {
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 20%),
    0 0 0 1px rgb(10 10 10 / 2%);
}

/* 内页花絮 */
#inner-huaxu img {
  object-fit: cover;
}
#inner-huaxu .img-item:hover {
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 20%),
    0 0 0 1px rgb(10 10 10 / 2%);
}
#inner-huaxu .flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#inner-huaxu .flex-box .image {
  overflow: hidden;
  height: auto;
  width: 100%;
}
#inner-huaxu .flex-box .left {
  flex-basis: 100%;
}
#inner-huaxu .flex-box .middle {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  gap: 5px;
}
#inner-huaxu .flex-box .middle .top {
  display: flex;
  gap: 5px;
  height: 101%;
}
#inner-huaxu .flex-box .middle .top-left {
  flex-basis: 50%;
}
#inner-huaxu .flex-box .middle .top-right {
  flex-basis: 50%;
}
#inner-huaxu .flex-box .right {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  gap: 5px;
}
#inner-huaxu .flex-box .right .top {
  flex: 1;
}
#inner-huaxu .flex-box .right .bottom {
  flex: 1;
}

/* 内页简介 */
#inner-about .content {
  font-size: 1rem;
  text-align: justify;
  line-height: 1.75;
}

/* 内页联系 */
#inner-contact .icons img {
  margin-right: 0.75rem;
  width: 26px;
  height: 26px;
}

/* 平板端 */
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
  #home-adv .adv-columns {
    text-align: left;
  }
  #home-about .right {
    margin-top: 0;
  }
  #footer .qrcode {
    margin: 0;
  }
  #footer .form-input {
    width: 20rem;
  }

  #inner-newslist .news-content {
    line-height: 2;
    -webkit-line-clamp: 5;
  }

  #inner-newslist .snews-content {
    -webkit-line-clamp: 3;
  }

  #inner-about .content {
    font-size: 1.25rem;
  }

  #sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  #detail .page-right {
    min-height: 500px;
    order: 0;
  }
  #detail .tile.is-ancestor {
    flex-direction: row;
  }
  /* 上一页下一页 */
  .pn_page {
    display: flex;
  }
}

/* 电脑端 */
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
  #headernav .navbar-menu {
    display: flex !important;
  }
  #headernav #navbar-menu .navbar-item {
    color: #fff;
  }
  #navbar-menu .navbar-item:focus,
  #navbar-menu .navbar-item:hover,
  #navbar-menu .navbar-item.is-active {
    color: #edd998;
    background-color: transparent;
  }

  #navbar-menu .navbar-dropdown {
    background-color: #fff;
  }

  #navbar-menu .navbar-item:hover .navbar-dropdown {
    display: block;
  }

  #navbar-menu .navbar-item.single::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 3px;
    margin: 0 0.75rem;
    background-color: #dc0328;
    opacity: 0;
  }

  #navbar-menu .navbar-item.single.is-active::after {
    opacity: 1;
  }

  #navbar-menu .navbar-item.single:focus::after,
  #navbar-menu .navbar-item.single:hover::after {
    opacity: 1;
  }

  #headernav #navbar-menu .navbar-dropdown .navbar-item {
    color: #000;
  }

  #headernav #navbar-menu .navbar-dropdown .navbar-item:focus,
  #headernav #navbar-menu .navbar-dropdown .navbar-item:hover,
  #headernav #navbar-menu .navbar-dropdown .navbar-item.is-active {
    color: #fff !important;
    background-color: #dc0328 !important;
  }

  #home-news .container {
    max-width: calc(1152px + 6rem);
  }

  #inner-newslist .news-content {
    line-height: 2;
    -webkit-line-clamp: 13;
  }

  #inner-huaxu .flex-box {
    flex-wrap: nowrap;
  }
  #inner-huaxu .flex-box .left {
    flex-basis: 40%;
  }
  #inner-huaxu .flex-box .middle {
    flex-basis: 40%;
  }
  #inner-huaxu .flex-box .right {
    flex-basis: 20%;
    flex-direction: column;
  }

  #inner-about .content {
    font-size: 1.5rem;
  }
}
  /* i i s 7 . c o m */