* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #333333;
  background: #eef3f7;
}
body {
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.86;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
.overflow-title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 52px;
}
@media (max-width: 767.98px) {
  .overflow-title {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .title-full-mobile {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
}
.overflow-summary {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: 78px;
}
@media (max-width: 767.98px) {
  .overflow-summary {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    max-height: 4.8em;
    height: auto;
  }
}
.overflow-one {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .overflow-one {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [data-column-title],
  [data-article-title],
  [data-banner-title] {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    word-break: break-word;
  }
}
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
tbody,
tr,
th,
td,
input,
textarea {
  font-family: \5FAE\8F6F\96C5\9ED1, "微软雅黑", "宋体", verdana, sans-serif;
  /* font-size: 14px; */
}
.pc-header {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #074f9d;
}
.pc-header .pc-header-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 320px;
  max-width: none;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 0.9;
}
.pc-header .pc-header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 193px;
  object-fit: cover;
}
.pc-header-inner {
  position: relative;
  z-index: 2;
  width: 1600px;
  height: 320px;
  margin: 0 auto;
}
.pc-logo {
  position: absolute;
  left: 0;
  top: 35px;
  width: 687px;
  height: 66px;
}
.pc-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.pc-logo-divider,
.pc-site-title {
  display: none;
}
.pc-nav {
  position: absolute;
  right: 0;
  top: 57px;
}
.pc-nav ul {
  display: table;
}
.pc-nav li {
  display: table-cell;
  padding-left: 40px;
  white-space: nowrap;
}
.pc-nav li:first-child {
  padding-left: 0;
}
.pc-nav a {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
}
.pc-main {
  padding-top: 220px;
}
.pc-detail-card {
  display: grid;
  grid-template-columns: 510px minmax(0, 1fr);
  gap: 42px 50px;
  align-items: start;
  width: 1600px;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 50px;
  background: #ffffff;
  border-top: 3px solid #004b9b;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.2);
}
.pc-card-topline {
  display: none;
  position: static;
}
.pc-detail-thumb {
  position: static;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pc-detail-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.pc-detail-info {
  position: static;
  width: auto;
  min-width: 0;
  margin-top: 20px;
}
.pc-detail-info h1 {
  line-height: 34px;
  height: auto;
  overflow: visible;
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 700;
  color: #004b9b;
}
.pc-detail-info dl {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px 0;
  width: 100%;
}
.pc-detail-info dt,
.pc-detail-info dd {
  float: none;
  min-height: 0;
  font-size: 18px;
  line-height: 26px;
}
.pc-detail-info dt {
  clear: none;
  width: auto;
  color: #004b9b;
  font-weight: 400;
}
.pc-detail-info dd {
  width: auto;
  min-width: 0;
  margin: 0;
  color: #666666;
}
.pc-copy-section {
  position: static;
  grid-column: 1 / -1;
  width: 100%;
}
.pc-copy-section h2 {
  position: static;
  height: 50px;
  padding-left: 20px;
  border-left: 3px solid #004b9b;
  background: #eef3f7;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  color: #004b9b;
}
.pc-copy-section h2:before {
  display: none;
}
.pc-copy-section p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: justify;
}
.pc-copy-intro {
  margin-top: 0;
}
.pc-detail-figure {
  position: static;
  grid-column: 1 / -1;
  justify-self: center;
  width: 425px;
  max-width: 100%;
}
.pc-detail-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.pc-detail-figure figcaption {
  padding-top: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
.pc-copy-innovation {
  margin-top: 0;
}
.pc-copy-patent {
  margin-top: 0;
}
.pc-footer {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
  background: url("") center center / cover no-repeat;
  background: url("gibh_pc_footer_bg.png") center center / cover no-repeat;
}
.pc-footer-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  width: 1600px;
  min-height: 202px;
  margin: 0 auto;
  padding: 32px 0;
}
.pc-footer-logo {
  flex: 0 0 auto;
  width: 310px;
  height: auto;
}
.pc-footer-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, 0.6);
}
.pc-footer-text {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  overflow-wrap: anywhere;
}
.pc-footer-text a,
.pc-footer-text span {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  margin-right: 10px;
}
.pc-footer-qrcode {
  display: flex;
  flex: 0 0 244px;
  gap: 20px;
  width: 244px;
}
.pc-footer-qrcode span {
  flex: 0 0 112px;
  width: 112px;
  margin-left: 0;
  text-align: center;
}
.pc-footer-qrcode span:first-child {
  margin-left: 0;
}
.pc-footer-qrcode img {
  width: 112px;
  height: 112px;
}
.pc-footer-qrcode em {
  display: block;
  padding-top: 11px;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
}
.pc-article-main {
  padding-top: 220px;
}
.pc-article-card {
  width: 1600px;
  min-height: 720px;
  margin: 0 auto;
  padding: 70px 90px 90px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.2);
}
.pc-article-card h1 {
  margin-bottom: 42px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #333333;
  text-align: center;
}
.pc-article-copy p {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}
.pc-article-copy a {
  color: #333333;
  text-decoration: underline;
}
.pc-case-card {
  position: relative;
  min-height: 1180px;
  padding-bottom: 420px;
}
.pc-case-product {
  position: absolute;
  left: 50%;
  bottom: 90px;
  width: 294px;
  height: 397px;
  transform: translateX(-50%);
  object-fit: contain;
}
.pc-search-main {
  padding-top: 220px;
}
.pc-search-card {
  width: 1600px;
  min-height: 920px;
  margin: 0 auto;
  padding: 50px 70px 70px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.2);
}
.pc-search-card h1 {
  margin: 58px 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #333333;
}
.pc-search-form {
  position: relative;
  height: 68px;
  border-radius: 40px;
  background: #eef3f7;
  overflow: hidden;
}
.pc-search-form input {
  width: 100%;
  height: 68px;
  padding: 0 190px 0 70px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 20px;
  color: #333333;
}
.pc-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 156px;
  height: 68px;
  border: 0;
  background: #ff7a00;
  color: #ffffff;
  font-size: 20px;
  line-height: 68px;
  cursor: pointer;
}
.pc-hot-list li {
  border-top: 1px solid #e4edf4;
}
.pc-hot-list a {
  position: relative;
  display: block;
  height: 70px;
  padding: 0 100px 0 78px;
  font-size: 20px;
  line-height: 70px;
  color: #333333;
}
.pc-hot-list em {
  position: absolute;
  left: 0;
  top: 13px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #004b9b;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  line-height: 44px;
}
.pc-hot-list span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
}
@media (max-width: 767.98px) {
  .pc-hot-list span {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
}
.pc-hot-list b {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  color: #666666;
}
.pc-home-header {
  height: 520px;
}
.pc-home-header .pc-header-bg {
  height: 520px;
}
.pc-home-title {
  position: absolute;
  left: 0;
  top: 220px;
  width: 760px;
  color: #ffffff;
}
.pc-home-title h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 68px;
  text-shadow: 0 0 10px rgba(0, 75, 155, 0.8);
}
.pc-home-title p {
  margin-top: 16px;
  font-size: 22px;
  line-height: 34px;
}
.pc-home-main {
  padding: 70px 0 0;
}
.pc-home-section {
  width: 1600px;
  margin: 0 auto 70px;
}
.pc-home-section h2 {
  margin-bottom: 36px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #333333;
  text-align: center;
}
.pc-category-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pc-category-list li {
  display: table-cell;
  padding: 0 15px;
}
.pc-category-list a {
  display: block;
  height: 120px;
  padding-top: 70px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.16);
  color: #004b9b;
  text-align: center;
}
.pc-category-list span {
  font-size: 20px;
  line-height: 24px;
}
.pc-card-grid {
  margin: 0 -20px;
}
.pc-card-grid:after {
  content: "";
  display: table;
  clear: both;
}
.pc-card-grid li {
  float: left;
  width: 25%;
  padding: 0 20px;
}
.pc-result-card {
  display: block;
  height: 420px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.18);
}
.pc-result-card img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.pc-result-card h3 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 52px;
  margin: 28px 30px 0;
  font-size: 22px;
  font-weight: 700;
  color: #004b9b;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pc-result-card h3 {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
}
.pc-result-card p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: 52px;
  margin: 14px 30px 0;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pc-result-card p {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    max-height: 3.2em;
    height: auto;
  }
}
.pc-list-main {
  padding: 70px 0 0;
}
.pc-list-card {
  width: 1600px;
  min-height: 780px;
  margin: 0 auto;
}
.pc-list-card h1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #333333;
  text-align: center;
}
.pc-filter-list {
  margin-bottom: 36px;
  text-align: center;
}
.pc-filter-list li {
  display: inline-block;
  margin: 0 8px 12px;
}
.pc-filter-list a {
  display: block;
  min-width: 96px;
  height: 36px;
  padding: 0 18px;
  border: 1px solid #004b9b;
  border-radius: 18px;
  font-size: 16px;
  line-height: 34px;
  color: #004b9b;
}
.pc-filter-list .active a {
  background: #004b9b;
  color: #ffffff;
}
.pc-list-grid:after {
  content: "";
  display: table;
  clear: both;
}
.gibh-page {
  min-height: 100%;
  background: #eef3f7;
}
.site-header {
  display: block;
}
.site-header .mobile-header {
  display: none;
}
.site-main {
  min-height: 520px;
}
.home-hero-card {
  display: none;
}
.home-main {
  padding: 70px 0 0;
}
.home-section {
  width: 1600px;
  margin: 0 auto 70px;
}
.home-section h2 {
  margin-bottom: 36px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #333333;
  text-align: center;
}
.category-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.category-list:after {
  content: "";
  display: table;
  clear: both;
}
.category-list li {
  display: table-cell;
  padding: 0 15px;
}
.category-list a {
  display: block;
  height: 120px;
  padding-top: 70px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.16);
  color: #004b9b;
  text-align: center;
}
.category-list span {
  font-size: 20px;
  line-height: 24px;
}
.result-grid {
  margin: 0 -20px;
}
.result-grid:after {
  content: "";
  display: table;
  clear: both;
}
.result-grid li {
  float: left;
  width: 25%;
  padding: 0 20px 40px;
}
.result-card {
  display: block;
  height: 420px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.18);
}
.result-card:hover .box-img img {
  transform: scale(1.1);
}
.result-card:hover h3 {
  color: #004B9B;
}
.result-card img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.result-card .box-img {
  width: 100%;
  height: 244px;
  overflow: hidden;
  background: #eef3f7;
}
.result-card .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.result-card .box-info {
  display: block;
}
.result-card h3 {
  margin: 28px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .result-card h3 {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
}
.result-card p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 52px;
  margin: 14px 0 0;
  font-size: 16px;
  color: #333333;
}
.list-main {
  padding: 80px 0 0;
}
.page-title {
  width: 1600px;
  margin: 0 auto 50px;
  text-align: center;
}
.page-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 18px auto 0;
  background: #004b9b;
}
.page-title h1 {
  font-size: 40px;
  line-height: 48px;
  color: #333333;
}
.list-card {
  width: 1600px;
  min-height: 720px;
  margin: 0 auto;
}
.filter-list {
  margin-bottom: 36px;
  text-align: center;
}
.filter-list li {
  display: inline-block;
  margin: 0 8px 12px;
}
.filter-list a {
  display: block;
  min-width: 96px;
  height: 36px;
  padding: 0 18px;
  border: 1px solid #004b9b;
  border-radius: 18px;
  font-size: 16px;
  line-height: 34px;
  color: #004b9b;
}
.filter-list .active a {
  background: #004b9b;
  color: #ffffff;
}
.search-main {
  padding: 80px 0 0;
}
.search-card {
  width: 1600px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  min-height: auto;
}
.search-form {
  position: relative;
  height: 80px;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}
.mobile-search-icon {
  position: absolute;
  left: 34px;
  top: 28px;
  width: 20px;
  height: 20px;
  border: 3px solid #9c9c9c;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.mobile-search-icon:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -5px;
  width: 10px;
  height: 3px;
  background: #9c9c9c;
  border-radius: 2px;
  transform: rotate(45deg);
}
.search-form input {
  width: 100%;
  height: 80px;
  padding: 0 190px 0 82px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 18px;
  color: #333333;
}
.search-form input::placeholder {
  color: #999999;
  opacity: 1;
}
.search-form button {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 156px;
  height: 68px;
  border: 0;
  border-radius: 6px;
  background: #ff7a00;
  color: #ffffff;
  font-size: 18px;
  line-height: 68px;
  cursor: pointer;
}
.hot-section h2 {
  margin: 36px 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 768px) {
  .search-page .hot-section h2 {
    margin-bottom: 15px;
  }
}
.hot-list {
  background: #ffffff;
}
.hot-list li {
  border-top: 1px solid #e4edf4;
}
.search-page .hot-list li:first-child {
  border-top: 0;
}
.hot-list a {
  position: relative;
  display: block;
  height: 70px;
  padding: 0 100px 0 78px;
  font-size: 20px;
  line-height: 70px;
  color: #333333;
}
.hot-list em {
  position: absolute;
  left: 0;
  top: 13px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #004b9b;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  line-height: 44px;
}
.hot-list span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
}
.hot-list b {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  color: #666666;
}
.search-page .hot-section h2 {
  margin: 36px 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #004b9b;
}
.search-page .hot-list {
  background: #ffffff;
}
.search-page .hot-list li {
  height: 71px;
  border-top: 1px solid #e5edf2;
}
.search-page .hot-list li:first-child {
  border-top: 0;
}
.search-page .hot-list a {
  position: relative;
  display: block;
  height: 70px;
  padding: 0 122px 0 80px;
  font-size: 18px;
  line-height: 70px;
  color: #333333;
}
.search-page .hot-list em {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  color: #333333;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.search-page .hot-list li:nth-child(1) em {
  background: #fff0f0;
  color: #f83f45;
  font-weight: 700;
}
.search-page .hot-list li:nth-child(2) em {
  background: #fff1e8;
  color: #ff7a00;
  font-weight: 700;
}
.search-page .hot-list li:nth-child(3) em {
  background: #fff4d8;
  color: #ffb436;
  font-weight: 700;
}
.search-page .hot-list span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
}
.search-page .hot-list b {
  position: absolute;
  right: 40px;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  height: 70px;
  min-width: 74px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 70px;
  color: #999999;
  text-align: right;
}
.search-page .hot-list b:before,
.search-page .hot-list b:after {
  content: none;
  display: none;
}
.search-page .hot-list b .fa {
  flex: 0 0 14px;
  width: 14px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #999999;
}
.search-page .hot-list .trend-up b .fa {
  color: #f83f45;
}
.search-page .hot-list .trend-down b .fa {
  color: #004b9b;
}
.search-result-main {
  padding: 80px 0 0;
}
.search-result-card {
  width: 1600px;
  min-height: 1708px;
  margin: 0 auto;
}
.search-result-form {
  margin-bottom: 40px;
}
.search-result-count {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.search-result-count strong {
  font-weight: 700;
  color: #333333;
}
.search-result-list li {
  height: auto;
  margin-bottom: 24px;
}
.search-result-item {
  display: grid;
  grid-template-columns: 18.75% minmax(0, 1fr);
  align-items: center;
  min-height: 198px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dce8f1;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.12);
  overflow: hidden;
}
.search-result-item .box-img {
  width: 100%;
  aspect-ratio: 300 / 198;
  height: auto;
  overflow: hidden;
}
.search-result-item .box-info {
  min-width: 0;
  padding: 0 48px 0 36px;
}
.search-result-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result-item h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
}
.search-result-item p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.search-result-item .search-hit {
  padding: 0;
  background: transparent;
  color: #004b9b;
}
.detail-main {
  padding: 80px 0 0;
}
.detail-page .page-title {
  margin-bottom: 71px;
}
.detail-card {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 42px 40px;
  align-items: start;
  width: 1600px;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 50px;
  background: #ffffff;
  border-top: 3px solid #004b9b;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.2);
}
.card-topline {
  display: none;
  position: static;
}
.detail-thumb {
  position: static;
  width: 300px;
  height: auto;
  overflow: hidden;
}
.detail-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.detail-info {
  position: static;
  width: auto;
  min-width: 0;
  margin-top: 10px;
}
.detail-info h2 {
  display: block;
  overflow: visible;
  line-height: 40px;
  height: auto;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}
.detail-meta {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px 0;
  width: 100%;
}
.detail-meta dt,
.detail-meta dd {
  float: none;
  min-height: 0;
  font-size: 18px;
  line-height: 26px;
}
.detail-meta dt {
  clear: none;
  width: auto;
  color: #004b9b;
  font-weight: 400;
}
.detail-meta dd {
  width: auto;
  min-width: 0;
  margin: 0;
  color: #666666;
}
.copy-section {
  position: static;
  grid-column: 1 / -1;
  width: 100%;
}
.copy-section h2 {
  position: static;
  height: 50px;
  padding-left: 20px;
  border-left: 3px solid #004b9b;
  background: #eef3f7;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  color: #004b9b;
}
.copy-section h2:before {
  display: none;
}
.copy-section p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: justify;
}
.copy-intro {
  margin-top: 0;
}
.detail-figure {
  position: static;
  grid-column: 1 / -1;
  justify-self: center;
  width: 425px;
  max-width: 100%;
}
.detail-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.detail-figure figcaption {
  padding-top: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
.copy-innovation {
  margin-top: 0;
}
.copy-patent {
  margin-top: 0;
}
.copy-innovation > div,
.copy-patent > div {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: justify;
}
.article-main {
  padding: 80px 0 0;
}
.article-card {
  width: 1600px;
  min-height: 720px;
  margin: 0 auto;
  padding: 70px 90px 90px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.2);
}
.article-card h2 {
  margin-bottom: 42px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #333333;
  text-align: center;
}
.article-copy p {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}
.article-copy a {
  color: #333333;
  text-decoration: underline;
}
.case-card {
  position: static;
  min-height: 0;
}
.case-product {
  position: static;
  display: block;
  width: 294px;
  max-width: 100%;
  height: auto;
  margin: 60px auto 0;
  object-fit: contain;
}
.platform-detail-page .article-main {
  height: auto;
  min-height: 0;
  padding-top: 80px;
}
.platform-detail-page .page-title {
  display: none;
}
.platform-detail-page .article-card {
  min-height: 0;
  padding: 50px 50px 44px;
  border-top: 3px solid #004b9b;
}
.platform-detail-page .article-card h2 {
  display: block;
  width: auto;
  max-width: none;
  margin: 0 0 38px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}
.platform-detail-page .article-copy p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 32px;
  text-indent: 0;
}
.platform-detail-page .article-copy p:last-child {
  margin-bottom: 0;
}
.platform-detail-page .pc-footer {
  margin-top: 80px;
}
.subarticle-page .subarticle-main {
  height: auto;
  min-height: 0;
  padding-top: 60px;
}
.subarticle-page {
  min-height: 100vh;
}
@media (min-width: 768px) {
  .subarticle-page {
    display: flex;
    flex-direction: column;
  }
  .subarticle-page .site-header,
  .subarticle-page .site-footer {
    flex: 0 0 auto;
  }
  .subarticle-page .subarticle-main {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .subarticle-page .subarticle-shell {
    flex: 1 0 auto;
  }
}
.subarticle-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  width: 1600px;
  margin: 0 auto;
}
.subarticle-sidebar {
  display: block;
  align-self: start;
}
.subarticle-sidebar a {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-bottom: 10px;
  padding: 0 24px;
  border-left: 3px solid #004b9b;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.16);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.subarticle-sidebar a.active {
  border-left-color: #004b9b;
  background: #004b9b;
  color: #ffffff;
}
.subarticle-page .subarticle-card {
  width: 100%;
  min-height: 420px;
  padding: 48px 50px 74px;
  border-top: 3px solid #004b9b;
}
.mobile-sub-select {
  display: none;
}
.mobile-sub-menu {
  display: none;
}
.subarticle-page .subarticle-card h2 {
  margin: 0 0 38px;
  font-size: 18 px;
  line-height: 40px;
}
.subarticle-copy {
  max-width: none;
}
.subarticle-page .subarticle-copy p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 32px;
}
.subarticle-figure-row {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 390px);
  column-gap: 70px;
  justify-content: center;
  align-items: start;
  margin-top: 42px;
}
.contact-panel,
.flow-panel {
  color: #0069b6;
}
.contact-panel h3,
.flow-panel h3 {
  margin: 0 0 22px;
  font-weight: 700;
  color: #0b77b9;
}
.contact-panel h3 span,
.flow-panel h3 span {
  display: block;
  position: relative;
  padding-top: 12px;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0;
}
.contact-panel h3 span:before,
.flow-panel h3 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 136px;
  height: 4px;
  background: #0b77b9;
}
.contact-panel h3 em,
.flow-panel h3 em {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
}
.contact-phone {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #0b77b9;
  text-indent: 0;
}
.contact-phone i {
  margin-right: 14px;
  font-size: 26px;
}
.contact-table {
  overflow: hidden;
  border: 1px solid #8fa8b7;
  color: #333333;
}
.contact-table strong {
  display: block;
  height: 54px;
  background: #0576b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
}
.contact-table dl {
  margin: 0;
  padding: 10px 16px 9px;
  border-top: 1px solid #8fa8b7;
  background: #ffffff;
}
.contact-table dl:nth-child(2n) {
  background: #dff0f8;
}
.contact-table dt,
.contact-table dd {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.flow-panel h3 span {
  font-size: 18px;
  line-height: 22px;
}
.flow-panel h3 span:before {
  width: 78px;
  height: 2px;
}
.flow-panel h3 em {
  font-size: 22px;
  line-height: 28px;
}
.flow-panel ol {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.flow-panel li {
  position: relative;
  min-height: 82px;
  margin-bottom: 28px;
  padding: 24px 20px 14px;
  border: 6px solid #1a88c5;
  border-radius: 7px;
  color: #0b77b9;
  text-align: center;
}
.flow-panel li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 2px;
  height: 28px;
  background: #8bd0ee;
  transform: translateX(-50%);
}
.flow-panel li:last-child:after {
  display: none;
}
.flow-panel li i {
  position: absolute;
  left: 50%;
  top: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 3px solid #1a88c5;
  border-radius: 50%;
  background: #ffffff;
  font-size: 20px;
  color: #111111;
  transform: translateX(-50%);
}
.flow-panel li strong,
.flow-panel li span {
  display: block;
}
.flow-panel li strong {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
}
.flow-panel li span {
  font-size: 13px;
  line-height: 18px;
}
.flow-panel p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  text-indent: 0;
}
.case-detail-page .article-main {
  height: auto;
  min-height: 0;
  padding-top: 80px;
}
.case-detail-page .page-title {
  display: none;
}
.case-detail-page .article-card {
  height: auto;
  min-height: 0;
  padding: 50px 82px 70px;
  border-top: 3px solid #004b9b;
  background: #ffffff;
}
.case-detail-page .article-card h2 {
  display: block;
  width: auto;
  max-width: none;
  margin: 0 0 38px;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  white-space: normal;
  word-break: normal;
}
.case-detail-page .article-copy p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 32px;
  text-indent: 0;
}
.case-detail-page .case-product {
  margin-top: 42px;
}
.inner-category {
  height: 160px;
  margin: 0 0 80px;
}
.results-page .list-main {
  padding-top: 0;
}
.results-page .page-title {
  margin-bottom: 50px;
}
.results-page .filter-list {
  display: none;
}
.results-page .result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px 40px;
  margin: 0;
}
.results-page .result-grid:after {
  display: none;
  content: none;
}
.results-page .result-grid li {
  float: none;
  width: auto;
  padding: 0;
}
.results-page .result-grid li:nth-last-child(-n+4) {
  padding-bottom: 0;
}
.results-page .result-card {
  height: auto;
  min-height: 0;
  padding-bottom: 30px;
  overflow: hidden;
}
.results-page .result-card .box-img {
  width: 100%;
  height: auto;
  aspect-ratio: 370 / 244;
  overflow: hidden;
  background: #ffffff;
}
.results-page .result-card .box-img img,
.results-page .result-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.results-page .result-card .box-info {
  padding: 0 30px;
}
.results-page .list-card {
  min-height: 0;
}
.results-page .pager {
  margin: 54px auto 0;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 442px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}
.pager a,
.pager span {
  display: inline-block;
  float: none;
  box-sizing: border-box;
  min-width: 40px;
  flex: 0 0 40px;
  height: 40px;
  margin: 0;
  border: 1px solid #d7e3ec;
  background: #ffffff;
  font-size: 14px;
  line-height: 38px;
  color: #333333;
  text-align: center;
}
.pager a:first-child,
.pager a:last-child {
  min-width: 80px;
  flex-basis: 80px;
}
.pager .active {
  border-color: #004b9b;
  background: #004b9b;
  color: #ffffff;
}
.news-page .list-card {
  min-height: 0;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 3.125vw, 60px) clamp(24px, 2.45vw, 47px);
  margin: 0;
}
.video-grid:after {
  display: none;
  content: none;
}
.video-grid li {
  float: none;
  width: auto;
  padding: 0;
}
.video-grid li:nth-last-child(-n+3) {
  padding-bottom: 0;
}
.video-card {
  display: block;
  height: auto;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.18);
}
.video-card h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  margin: 0;
  padding: 24px clamp(18px, 1.56vw, 30px) 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 486 / 282;
  height: auto;
  overflow: hidden;
}
.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(54px, 4vw, 78px);
  height: clamp(54px, 4vw, 78px);
  margin: 0;
  background: url("gibh_icon_video.png") center center / contain no-repeat;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.video-thumb i:after {
  content: "";
  display: none;
}
.news-page .pager {
  margin-top: clamp(34px, 3.125vw, 50px);
}
.cases-page .list-card {
  min-height: 0;
}
.cases-page .result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px 40px;
  margin: 0;
}
.cases-page .result-grid:after {
  display: none;
  content: none;
}
.cases-page .result-grid li {
  float: none;
  width: auto;
  padding: 0;
}
.cases-page .result-grid li:nth-last-child(-n+4) {
  padding-bottom: 0;
}
.cases-page .result-card {
  height: auto;
  min-height: 0;
  padding-bottom: 52px;
  overflow: hidden;
}
.cases-page .result-card .box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 370 / 244;
  overflow: hidden;
  background: #ffffff;
}
.cases-page .result-card .box-img img,
.cases-page .result-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}
.cases-page .result-card .box-info {
  padding: 0 30px;
}
.cases-page .pager {
  margin-top: 54px;
}
.platform-page .list-card {
  min-height: 0;
  padding-bottom: 80px;
}
.platform-page .pc-footer {
  margin-top: 0;
}
.platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
}
.platform-list li {
  min-width: 0;
}
.platform-card {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 42px;
  column-gap: 30px;
  align-items: center;
  min-height: 160px;
  padding: 38px 30px 38px 32px;
  background: #ffffff;
  border: 1px solid #dce8f1;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.12);
}
.platform-card:hover strong {
  color: #004B9B;
}
.platform-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: #0069b6;
}
.platform-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.platform-copy {
  display: block;
  min-width: 0;
}
.platform-copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #333333;
}
.platform-copy em {
  display: block;
  display: -webkit-box;
  max-height: 52px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  color: #666666;
}
.platform-arrow {
  display: block;
  justify-self: end;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url("gibh_icon_arrow.png") center center / contain no-repeat;
}
.platform-arrow .fa {
  display: none;
}
.site-footer .mobile-tabbar {
  display: none;
}
/* search modal */
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(120px, 18vh, 190px) 24px 48px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear 0.24s, opacity 0.24s ease;
}
.search-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.search-modal-mask {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(8, 32, 54, 0.76);
  cursor: default;
}
.search-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  padding: 40px 48px 48px;
  border-top: 4px solid #005bac;
  border-radius: 6px;
  background: #eef3f7;
  box-shadow: 0 24px 60px rgba(0, 20, 43, 0.28);
  transform: translateY(-16px);
  transition: transform 0.24s ease;
}
.search-modal.is-open .search-modal-dialog {
  transform: translateY(0);
}
.search-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 4px;
  padding: 0;
  background: transparent;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #566979;
  cursor: pointer;
}
.search-modal-close:hover,
.search-modal-close:focus-visible {
  background: #dce8f1;
  color: #004b9b;
}
.search-modal-title {
  margin: 0 52px 32px;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0;
  color: #333333;
  text-align: center;
}
.search-modal-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 14px auto 0;
  background: #005bac;
}
.search-modal-form {
  position: relative;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 75, 155, 0.08);
}
.search-modal-icon {
  position: absolute;
  left: 34px;
  top: 28px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 3px solid #9c9c9c;
  border-radius: 50%;
  pointer-events: none;
}
.search-modal-icon:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -5px;
  width: 10px;
  height: 3px;
  border-radius: 2px;
  background: #9c9c9c;
  transform: rotate(45deg);
}
.search-modal-input {
  width: 100%;
  height: 80px;
  border: 0;
  outline: 0;
  padding: 0 190px 0 82px;
  background: transparent;
  font-size: 18px;
  line-height: 80px;
  letter-spacing: 0;
  color: #333333;
}
.search-modal-input::placeholder {
  color: #999999;
  opacity: 1;
}
.search-modal-input:focus {
  box-shadow: inset 0 0 0 2px #005bac;
}
.search-modal-input[aria-invalid="true"] {
  box-shadow: inset 0 0 0 2px #d7473f;
}
.search-modal-submit {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 156px;
  height: 68px;
  border: 0;
  border-radius: 6px;
  padding: 0;
  background: #ff7a00;
  font-size: 18px;
  line-height: 68px;
  letter-spacing: 0;
  color: #ffffff;
  cursor: pointer;
}
.search-modal-submit:hover,
.search-modal-submit:focus-visible {
  background: #e96f00;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .search-modal {
    align-items: center;
    padding: 24px 15px;
  }
  .search-modal-dialog {
    padding: 34px 15px 28px;
  }
  .search-modal-close {
    top: 8px;
    right: 8px;
  }
  .search-modal-title {
    margin: 0 44px 26px;
    font-size: 26px;
    line-height: 36px;
  }
  .search-modal-form {
    height: 58px;
  }
  .search-modal-icon {
    left: 18px;
    top: 19px;
    width: 17px;
    height: 17px;
    border-width: 2px;
  }
  .search-modal-icon:after {
    right: -7px;
    bottom: -4px;
    width: 8px;
    height: 2px;
  }
  .search-modal-input {
    height: 58px;
    padding: 0 112px 0 52px;
    font-size: 15px;
    line-height: 58px;
  }
  .search-modal-submit {
    top: 5px;
    right: 5px;
    width: 96px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .search-modal,
  .search-modal-dialog {
    transition: none;
  }
}
/* home page restore */
.home-page .pc-home-header {
  height: 630px;
}
.home-page .pc-home-header .pc-header-bg {
  height: 630px;
}
.home-page .pc-home-header .pc-header-inner {
  height: 630px;
}
.home-page .pc-home-title {
  display: none;
}
.home-page .pc-footer {
  margin-top: 0;
}
.home-main {
  position: relative;
  min-height: 0;
  padding: 0;
  background: #eef3f7;
}
.home-category {
  position: relative;
  z-index: 3;
  height: 160px;
  background: #004b9b;
}
.home-category:after {
  display: none;
}
.home-category-list {
  display: table;
  width: 1600px;
  height: 110px;
  margin: 0 auto;
  padding-top: 25px;
  table-layout: fixed;
}
.home-category-list li {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.home-category-list li.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 129px;
  width: 100%;
  height: 6px;
  background: #e43f67;
}
@media (hover: hover) and (pointer: fine) {
  .home-category-list li:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 129px;
    width: 100%;
    height: 6px;
    background: #e43f67;
  }
  .home-category-list a:hover {
    opacity: 1;
  }
  .home-category-list li:hover i {
    transform: translateY(-2px);
  }
}
.home-category-list a {
  display: block;
  min-width: 80px;
  height: 110px;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
}
.home-category-list i {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  transition: transform 0.2s ease;
}
.home-category-list i:before,
.home-category-list i:after {
  display: none;
}
.home-category-list li:nth-child(1) i {
  background-image: url("gibh_home_category_all.png");
}
.home-category-list li:nth-child(2) i {
  background-image: url("gibh_home_category_cell_gene.png");
}
.home-category-list li:nth-child(3) i {
  background-image: url("gibh_home_category_nucleic.png");
}
.home-category-list li:nth-child(4) i {
  background-image: url("gibh_home_category_molecule.png");
}
.home-category-list li:nth-child(5) i {
  background-image: url("gibh_home_category_biotherapy.png");
}
.home-category-list li:nth-child(6) i {
  background-image: url("gibh_home_category_instrument.png");
}
.home-category-list span {
  display: block;
}
.home-category-arrow {
  display: none;
}
.home-focus {
  position: relative;
  width: 1600px;
  height: 764px;
  margin: 50px auto 0;
}
.home-focus-stage {
  display: block;
  position: relative;
  width: 100%;
  height: 594px;
  background: #2f4353;
  overflow: hidden;
}
.home-focus-visual {
  position: relative;
  width: 100%;
  height: 594px;
  overflow: hidden;
  background: #d9edf3;
}
.home-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
}
.home-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.home-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-focus-info {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 700px;
  padding: 80px 60px 0;
  background: url("gibh_bannerbg.png") no-repeat center center / contain #3F5364;
  color: #ffffff;
  overflow: hidden;
}
.home-focus-info h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.home-focus-info p {
  position: relative;
  text-align: left;
  z-index: 2;
  width: 580px;
  max-height: 144px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 36px;
  height: 144px;
}
.home-focus-count {
  position: absolute;
  left: 110px;
  right: 110px;
  bottom: 64px;
  z-index: 2;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  white-space: nowrap;
}
.home-focus-count span {
  font-size: 50px;
}
.home-focus-count em {
  margin-left: 9px;
  font-style: normal;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.55);
}
.home-focus-btn {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.home-focus-btn:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 15px;
  height: 15px;
  border-left: 3px solid rgba(255, 255, 255, 0.58);
  border-bottom: 3px solid rgba(255, 255, 255, 0.58);
}
.home-focus-prev {
  left: 60px;
}
.home-focus-prev:before {
  transform: rotate(45deg);
}
.home-focus-next {
  right: 60px;
  border-color: #ffffff;
}
.home-focus-next:before {
  left: 12px;
  border-color: #ffffff;
  transform: rotate(225deg);
}
.home-focus-thumbs {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  margin: 0;
}
.home-focus-thumbs li {
  float: left;
  width: 296px;
  height: 140px;
  margin-left: 30px;
}
.home-focus-thumbs li:first-child {
  margin-left: 0;
}
.home-focus-thumbs a {
  display: grid;
  grid-template-areas: "stack";
  place-items: stretch;
  width: 100%;
  height: 140px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #2f4353;
  overflow: hidden;
  cursor: pointer;
}
.home-focus-thumbs a:before {
  content: "";
  grid-area: stack;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 32, 60, 0.55);
  display: block;
}
.home-focus-thumbs a:after {
  content: "";
  grid-area: stack;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  pointer-events: none;
}
.home-focus-thumbs li.active a:after {
  border-color: #f0002d;
}
.home-focus-thumbs li.active a:before {
  background: rgba(0, 32, 60, 0.45);
}
.home-focus-thumbs img {
  grid-area: stack;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-focus-thumbs span {
  display: -webkit-box;
  grid-area: stack;
  align-self: center;
  justify-self: start;
  z-index: 3;
  width: calc(100% - 84px);
  margin-left: 48px;
  max-height: 56px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: normal;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.home-focus-thumbs li:nth-child(1) span,
.home-focus-thumbs li:nth-child(3) span {
  max-height: 56px;
}
.home-hot {
  width: 1600px;
  margin: 60px auto 70px;
}
.home-hot h2 {
  display: none;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #333333;
  text-align: center;
}
.home-hot-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 40px;
  margin: 0;
}
.home-hot-list:after {
  display: none;
  content: none;
}
.home-hot-list li {
  float: none;
  width: auto;
  padding: 0;
}
.home-hot-card {
  position: relative;
  display: block;
  min-height: 420px;
  height: auto;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 91, 170, 0.18);
  overflow: hidden;
}
.home-hot-card:hover .box-img img {
  transform: scale(1.1);
}
.home-hot-card:hover h3 {
  color: #004B9B;
}
.home-hot-card .box-img {
  width: 100%;
  height: auto;
  aspect-ratio: 370 / 244;
  overflow: hidden;
  background: #eef3f7;
}
.home-hot-card .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-hot-card .box-info {
  display: block;
  padding: 0 30px 34px;
}
.home-hot-tag {
  display: none;
}
.home-hot-card h3 {
  margin: 28px 0 0;
  color: #333333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .home-hot-card h3 {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
}
.home-hot-card p {
  display: block;
  display: -webkit-box;
  height: 52px;
  margin: 14px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.home-more {
  display: block;
  width: 169px;
  height: 50px;
  margin: 50px auto 0;
  border-radius: 25px;
  background: #004b9b;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.home-more:hover {
  background: #003a7a;
  color: #fff;
}
/*分页*/
.comp-pages {
  padding-top: 40px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background-color: #004B9B;
  color: #fff;
}
.comp-pages .page-pc span {
  background-color: #004B9B;
  color: #fff;
  border: 1px solid #004B9B;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #004B9B;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
}
.phone-sub-menu {
  display: none;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .phone-sub-menu {
    display: block;
  }
  .phone-sub-menu .subarticle-sidebar {
    display: block;
    overflow: hidden;
  }
  .phone-sub-menu .subarticle-sidebar a {
    float: left;
    width: 48%;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0 5px 5px 0;
  }
  .phone-sub-menu .subarticle-sidebar a:nth-child(2n) {
    float: right;
  }
}
