.himqc-index {
  padding-bottom: 30px;
}
.himqc-index .headlines {
  background: #f6f6f6;
  padding: 33px 0;
}
.himqc-index .headlines .headlines-box {
  padding: 25px 65px;
  background-color: #fff;
  background-image: url(/himqc/himqc2025_004.png);
  background-repeat: no-repeat;
  background-position: 176px center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.himqc-index .headlines .headlines-box::before {
  content: "HOT";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 95px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ee1b24;
  position: absolute;
  left: -28px;
  top: 5px;
  transform: rotate(-45deg);
}
.himqc-index .headlines .headlines-box .headlines-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.himqc-index .headlines .headlines-box .headlines-title .headlines-title-label {
  font-size: 24px;
  font-weight: bold;
  color: #2785c9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 0;
  flex-grow: 1;
}
.himqc-index .headlines .headlines-box .headlines-title .headlines-title-date {
  font-size: 14px;
  color: #999999;
}
.himqc-index .headlines .headlines-box .headlines-describe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.himqc-index .headlines .headlines-box .headlines-describe .headlines-describe-content {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 0;
  flex-grow: 1;
  padding-right: 10px;
}
.himqc-index .headlines .headlines-box .headlines-describe .headlines-describe-link {
  font-size: 12px;
  text-decoration: underline;
  color: #2785c9;
}
.himqc-index .headlines .headlines-box .headlines-describe .headlines-describe-link:hover {
  color: #ee1b24;
}
.himqc-index .news {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.himqc-index .news .news-left {
  width: 750px;
  flex-shrink: 0;
}
.himqc-index .news .news-left .news-cover-swiper {
  font-size: 0;
}
.himqc-index .news .news-left .news-cover-swiper img {
  width: 100%;
  height: 420px;
}
.himqc-index .news .news-left .news-cover-swiper .news-cover-describe {
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 21px 100px 21px 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.himqc-index .news .news-left .news-cover-swiper .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 26px;
  right: 21px;
  box-sizing: border-box;
}
.himqc-index .news .news-left .news-cover-swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.6;
}
.himqc-index .news .news-left .news-cover-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.himqc-index .news .news-right {
  flex-grow: 1;
  min-width: 0;
}
.himqc-index .news .news-right .news-right-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 16px;
  margin-bottom: 35px;
}
.himqc-index .news .news-right .news-right-tabs .news-right-tabs-left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.himqc-index .news .news-right .news-right-tabs .news-right-tabs-item {
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.himqc-index .news .news-right .news-right-tabs .news-right-tabs-item:hover {
  color: #2785c9;
}
.himqc-index .news .news-right .news-right-tabs .news-right-tabs-item.active {
  color: #2785c9;
}
.himqc-index .news .news-right .news-right-tabs .news-right-tabs-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  left: -5px;
  right: -5px;
  height: 3px;
  background: #2785c9;
}
.himqc-index .news .news-right .news-right-tabs .news-right-tabs-item.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  border-bottom: 5px solid #2785c9;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.himqc-index .news .news-right .news-right-tabs .news-more {
  color: #999;
  font-size: 14px;
}
.himqc-index .news .news-right .news-right-tabs .news-more:hover {
  color: #2785c9;
}
.himqc-index .news .news-right .news-list .first-news {
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.himqc-index .news .news-right .news-list .first-news .first-news-title {
  font-size: 22px;
  color: #0170c0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.himqc-index .news .news-right .news-list .first-news .first-news-describe {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.himqc-index .news .news-right .news-list .first-news .first-news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.himqc-index .news .news-right .news-list .first-news .first-news-link .first-news-date {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
}
.himqc-index .news .news-right .news-list .first-news .first-news-link .first-news-date img {
  margin-right: 5px;
}
.himqc-index .news .news-right .news-list .first-news .first-news-link .first-news-detail {
  font-size: 12px;
  color: #2785c9;
  padding: 4px;
  border-radius: 15px;
  border: 1px solid #2785c9;
}
.himqc-index .news .news-right .news-list .first-news .first-news-link .first-news-detail:hover {
  color: #fff;
  background: #2785c9;
}
.himqc-index .news .news-right .news-list .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 17px;
  position: relative;
}
.himqc-index .news .news-right .news-list .news-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 6px;
}
.himqc-index .news .news-right .news-list .news-item:not(:last-child) {
  margin-bottom: 15px;
}
.himqc-index .news .news-right .news-list .news-item.hot .news-title {
  padding-right: 25px;
  background: url(/himqc/himqc2025_007.png) no-repeat right center;
}
.himqc-index .news .news-right .news-list .news-item .news-title {
  font-size: 16px;
  color: #333;
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.himqc-index .news .news-right .news-list .news-item .news-title:hover {
  color: #2785c9;
}
.himqc-index .news .news-right .news-list .news-item .news-date {
  font-size: 12px;
  color: #999;
  flex: 0 0 auto;
}
.himqc-index .banner-warnning {
  padding-top: 35px;
  padding-bottom: 35px;
}
.himqc-index .announcement {
  padding-top: 40px;
  background: url(/himqc/himqc2025_031.png) top center no-repeat;
  background-size: 1920px auto;
  margin-bottom: 55px;
}
.himqc-index .announcement .announcement-box {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.himqc-index .announcement .announcement-box .announcement-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-title .announcement-title-label {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-title .announcement-title-label .announcement-icon {
  margin-right: 10px;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-title .announcement-more {
  font-size: 14px;
  color: #999;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-title .announcement-more:hover {
  color: #2785c9;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-cover img {
  width: 100%;
  display: block;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-news-list {
  padding: 25px;
  box-shadow: rgba(230, 230, 230, 0.65) -2px 6px 4px;
  flex-grow: 1;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-news-list .announcement-news-item {
  padding-left: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  gap: 8px;
  margin-bottom: 15px;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-news-list .announcement-news-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 6px;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-news-list .announcement-news-item .announcement-news-title {
  font-size: 16px;
  color: #333;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-news-list .announcement-news-item .announcement-news-title:hover {
  color: #2785c9;
}
.himqc-index .announcement .announcement-box .announcement-item .announcement-news-list .announcement-news-item .announcement-news-date {
  font-size: 12px;
  color: #999;
  flex: 0 0 auto;
}
.himqc-index .himqc-index-title {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-left: 79px;
  padding-top: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.himqc-index .himqc-index-title::before {
  content: "";
  display: block;
  width: 73px;
  height: 56px;
  position: absolute;
  left: 0;
  top: -14px;
  background-repeat: no-repeat;
}
.himqc-index .himqc-index-title .qa-section-more {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.himqc-index .himqc-index-title .qa-section-more:hover {
  color: #2785c9;
}
.himqc-index .qa-section {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 50px;
}
.himqc-index .qa-section .himqc-index-title::before {
  background-image: url(/himqc/himqc2025_012.png);
}
.himqc-index .qa-section .qa-section-left {
  flex-grow: 1;
  min-width: 0;
}
.himqc-index .qa-section .qa-section-left .qa-list {
  padding-left: 45px;
}
.himqc-index .qa-section .qa-section-left .qa-list .qa-item {
  margin-bottom: 25px;
  display: block;
}
.himqc-index .qa-section .qa-section-left .qa-list .qa-item .question {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  position: relative;
  transition: all .3s;
}
.himqc-index .qa-section .qa-section-left .qa-list .qa-item .question::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url(/himqc/himqc2025_014.png) no-repeat;
  position: absolute;
  left: -28px;
  top: 0;
}
.himqc-index .qa-section .qa-section-left .qa-list .qa-item:hover .question{
  color: #2785c9;
}
.himqc-index .qa-section .qa-section-left .qa-list .qa-item .answer {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.himqc-index .qa-section .qa-section-right {
  width: 310px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav {
  width: 100%;
  height: 75px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: -20px;
  top: 50%;
  width: 60px;
  height: 100px;
  transition: all 0.8s;
  z-index: 0;
  transform: translateY(-50%) scale(1);
}
.himqc-index .qa-section .qa-section-right .qa-section-nav:hover::after {
  transform: translateY(-50%) scale(10);
}
.himqc-index .qa-section .qa-section-right .qa-section-nav.pxjy {
  background: #fff7d9;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav.pxjy::after {
  background: #fff1b9;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav.sbpt {
  background: #ffefea;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav.sbpt::after {
  background: #ffdbd6;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav.gkykt {
  background: #e5f5f5;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav.gkykt::after {
  background: #c3e7e7;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav .qa-section-nav-label {
  font-size: 22px;
  color: #333;
  z-index: 1;
}
.himqc-index .qa-section .qa-section-right .qa-section-nav .qa-section-nav-icon {
  z-index: 1;
}
.himqc-index .friendly-links .himqc-index-title::before {
  background-image: url(/himqc/himqc2025_013.png);
  top: -13px;
}
.himqc-index .friendly-links .friendly-links-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.himqc-index .friendly-links .friendly-links-list .friendly-links-item {
  font-size: 0;
}
.himqc-index .friendly-links .friendly-links-list .friendly-links-item a {
  display: block;
}
.himqc-index .friendly-links .friendly-links-list .friendly-links-item img{
  min-height: 30px;
  max-height: 45px;
}
.himqc-index .friendly-links .friendly-links-list .friendly-links-item :hover {
  box-shadow: #e5e5e5 0 5px 10px;
}/*# sourceMappingURL=index.css.map */