.hxqh {
  font-family: 'SourceHanSansCN-Medium';
}
.hxqh-banner {
  position: relative;
  height: 450px;
  width: 100%;
  background-color: #eee;
  z-index: 1;
}
.hxqh-banner .swiper-container {
  height: 100%;
}
.hxqh-banner .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.hxqh-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hxqh-banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}
.hxqh-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f08200;
  opacity: 1;
}
.hxqh-quick {
  background-color: #fff;
}
.hxqh-quick-list {
  display: flex;
  justify-content: space-between;
}
.hxqh-quick-item {
  position: relative;
  flex: 1;
  height: 100px;
  box-sizing: border-box;
  padding: 15px 0;
  overflow: hidden;
}
.hxqh-quick-item a {
  z-index: 2;
  position: relative;
  display: block;
  text-align: center;
  border-right: 1px solid #ebebeb;
  transition: transform 0.3s ease;
}
.hxqh-quick-item a img {
  height: 40px;
}
.hxqh-quick-item a p {
  margin: 0;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.hxqh-quick-item:last-child a {
  border-right: none;
}
.hxqh-quick-item::before {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50%;
  transform-origin: center center;
  transform: scale(0.01);
  background-color: #f4f4f4;
  transition: transform 0.6s ease;
}
.hxqh-quick-item:hover::before {
  transform: scale(1);
}
.hxqh-quick-item:hover a {
  transform: translateY(-2px);
}
.hxqh-content {
  overflow: hidden;
}
.hxqh-content .container {
  padding: 0;
  overflow: hidden;
}
.hxqh-news {
  overflow: hidden;
  width: 750px;
  height: 450px;
  float: left;
  background-color: #fff;
}
.hxqh-news .hnc {
  padding: 10px 5px 0;
  height: 360px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}
.hxqh-news .hnc-first {
  height: 150px;
  margin-bottom: 20px;
}
.hxqh-news .hnc-first-link {
  display: flex;
}
.hxqh-news .hnc-first-poster {
  width: 150px;
  height: 150px;
  text-align: center;
}
.hxqh-news .hnc-first-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hxqh-news .hnc-first-content {
  padding-left: 20px;
  flex: 1;
}
.hxqh-news .hnc-first-content h4 {
  display: inline-flex;
  align-items: center;
  height: 60px;
  font-size: 16px;
  color: #f08200;
  line-height: 30px;
}
.hxqh-news .hnc-first-content h4 svg {
  vertical-align: bottom;
}
.hxqh-news .hnc-first-content p {
  width: 100%;
  /* 设置容器宽度 */
  height: 90px;
  /* 设置容器高度 */
  box-sizing: border-box;
  overflow: hidden;
  /* 隐藏超出部分 */
  display: -webkit-box;
  /* 使用Webkit的盒模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列内容 */
  -webkit-line-clamp: 3;
  /* 设置显示的行数 */
  line-clamp: 3;
  padding: 0;
  margin: 0;
}
.hxqh-news .hnc .hnc-first:hover .hnc-first-content h4 {
  text-decoration: underline;
}
.hxqh-news .hnc-left {
  padding: 20px;
  padding-left: 0;
  box-sizing: border-box;
}
.hxqh-news .hnc-left img {
  width: 200px;
  height: 100%;
}
.hxqh-news .hnc-more {
  padding: 20px;
  padding-right: 0;
}
.hxqh-news .hnc-list {
  position: relative;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #e0dde6;
  padding-right: 80px;
  padding-left: 12px;
  color: #333;
  box-sizing: border-box;
}
.hxqh-news .hnc-list a {
  overflow: hidden;
  /* 隐藏超出部分 */
  display: -webkit-box;
  /* 使用Webkit的盒模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列内容 */
  -webkit-line-clamp: 1;
  /* 设置显示的行数 */
  line-clamp: 1;
}
.hxqh-news .hnc-list-date {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 30px;
  font-size: 12px;
  color: #666;
}
.hxqh-news .hnc-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #f08200;
}
.hxqh-notice {
  width: 430px;
  height: 450px;
  float: right;
}
.hxqh-notice-wrapper {
  width: 100%;
  height: 100%;
}
.hxqh-notice .hqw-ercode {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.hxqh-notice .hqw-ercode .hxqh-common-title {
  padding: 1.5rem;
  padding-bottom: 0;
}
.hxqh-notice .hqw-ercode .swiper-container {
  width: 100%;
  height: 380px;
  padding: 10px;
}
.hxqh-notice .hqw-ercode .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.hxqh-notice .hqw-ercode .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hxqh-notice .hqw-ercode .swiper-pagination {
  bottom: 4px;
  width: 100%;
}
.hxqh-notice .hqw-ercode .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0;
  margin: 0 2px;
}
.hxqh-notice .hqw-ercode .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f08200;
}
.hxqh-recommend {
  margin-top: 2rem;
}
.hxqh-recommend-content {
  display: flex;
  padding: 20px 10px;
}
.hxqh-recommend .hrc-item {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin: 0 10px;
}
.hxqh-recommend .hrc-item-left {
  width: calc(100% - 100px);
}
.hxqh-recommend .hrc-item-left h4 {
  font-size: 16px;
}
.hxqh-recommend .hrc-item-left p {
  color: #666;
}
.hxqh-recommend .hrc-item-right {
  text-align: right;
}
.hxqh-recommend .hrc-item-right button,
.hxqh-recommend .hrc-item-right a {
  display: block;
  margin-bottom: 10px;
  padding: 3px 5px;
  background: transparent;
  cursor: pointer;
  color: #f08200;
  border: 1px #f08200 solid;
  border-radius: 5px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hxqh-model {
  margin-top: 2rem;
}
.hxqh-model .shadow-box {
  padding: 0;
}
.hxqh-model .hxqh-common-title {
  padding: 1.5rem 1.5rem 0;
}
.hxqh-model .hxqh-common-title a {
  top: 1.5rem;
  right: 1.5rem;
}
.hxqh-model-left {
  height: 410px;
}
.hxqh-model-right {
  height: 410px;
}
.hxqh-model-issue {
  height: 410px;
}
.hxqh-model-issue_top {
  height: 120px;
}
.hxqh-model-issue_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hxqh-model-issue_bottom {
  height: 230px;
  padding: 0 1rem;
}
.hxqh-model-issue_bottom .hxqh-common-list {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hxqh-model-issue_bottom .hxqh-common-item {
  height: 33%;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.hxqh-model-issue_bottom .hxqh-common-item a {
  flex: 1;
  line-clamp: 2;
  line-height: 22px;
  font-size: 14px;
}
.hxqh-model-issue_bottom .hxqh-common-item_date {
  position: relative;
  width: 65px;
  background-color: #eee;
  margin-right: 10px;
  padding: 5px 0;
}
.hxqh-model-issue_bottom .hxqh-common-item_date .hcid-year {
  font-size: 14px;
  color: #f08200;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
.hxqh-model-issue_bottom .hxqh-common-item_date .hcid-date {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #f08200;
}
.hxqh-model-issue_bottom .hxqh-common-item:last-child {
  border-bottom: none;
}
.hxqh-model-issue_bottom .hxqh-common-item::before {
  top: 8px;
  display: none;
}
.hxqh-model-calendar {
  height: 350px;
  padding: 1rem 0;
  box-sizing: border-box;
}
.hxqh-model-calendar .layui-laydate,
.hxqh-model-calendar .laydate-theme-molv .layui-laydate-main,
.hxqh-model-calendar .laydate-theme-molv .layui-laydate-content,
.hxqh-model-calendar .layui-laydate-content table {
  width: 100%;
  border: none;
  box-shadow: none;
}
.hxqh-model-calendar .layui-laydate-content td,
.hxqh-model-calendar .layui-laydate-content th {
  height: 36px;
}
.hxqh-model-calendar .layui-laydate-content .clickable {
  color: red;
  background-color: #eee;
}
.hxqh-business {
  margin-top: 4rem;
}
.hxqh-business-title {
  text-align: center;
  letter-spacing: 2px;
}
.hxqh-business-nav {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.hxqh-business-nav .hbi {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.hxqh-business-nav .hbi p {
  font-size: 16px;
  letter-spacing: 1px;
}
.hxqh-business-nav .hbi-active {
  position: relative;
}
.hxqh-business-nav .hbi-active p {
  color: #f08200;
}
.hxqh-business-nav .hbi-active path {
  fill: #f08200;
}
.hxqh-business-nav .hbi-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: calc(50% - 20px);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 16px solid #2e3372;
}
.hxqh-business-content {
  height: 400px;
  overflow: hidden;
}
.hxqh-business-content .container {
  height: 100%;
}
.hxqh-business-content .hmc {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  padding: 4rem 2rem 3rem;
}
.hxqh-business-content .hmc-left {
  width: 50%;
  height: 100%;
}
.hxqh-business-content .hmc-left h4 {
  margin-bottom: 2rem;
}
.hxqh-business-content .hmc-right {
  width: 35%;
  height: 100%;
  display: flex;
}
.hxqh-business-content .hmc-right img {
  width: 100%;
  border-radius: 6px;
}
.hxqh-business .hbc {
  position: relative;
}
.hxqh-business .hbc-model {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.hxqh-business .hbc-model-link {
  display: block;
  width: 100%;
  height: 100%;
}
.hxqh-business .hbc-model-content {
  height: 100%;
}
.hxqh-business .hbc-model-content h4 {
  font-size: 22px;
  color: #fff;
}
.hxqh-business .hbc-model-content p {
  color: #fff;
  font-size: 14px;
}
.hxqh-business .hbc-model_active {
  display: block;
  opacity: 1;
  position: relative;
}
.hxqh-business .hbc-model_active::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #4c2d82;
}
.hxqh-business .hbc .hbc1 {
  background: url(../images/index/yewu-bg-01.png) no-repeat;
  background-size: 100% 100%;
}
.hxqh-business .hbc .hbc2 {
  background: url(../images/index/yewu-bg-02.png) no-repeat;
  background-size: 100% 100%;
}
.hxqh-business .hbc .hbc3 {
  background: url(../images/index/yewu-bg-03.png) no-repeat;
  background-size: 100% 100%;
}
.hxqh-business .hbc .hbc4 {
  background: url(../images/index/yewu-bg-04.png) no-repeat;
  background-size: 100% 100%;
}
.hxqh-business .hbc .hbc5 {
  background: url(../images/index/yewu-bg-05.png) no-repeat;
  background-size: 100% 100%;
}
.hxqh-business .hbc .hbc6 {
  background: url(../images/index/yewu-bg-06.png) no-repeat;
  background-size: 100% 100%;
}
.hxqh-about {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  padding-right: 35%;
  background: url(../images/index/about-demo1_310-310.png) no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.hxqh-about-title {
  letter-spacing: 1px;
}
.hxqh-about-content {
  width: 100%;
}
.hxqh-about-content p {
  font-size: 14px;
  color: #666;
  line-height: 2;
  text-indent: 2em;
}
.roll-massage {
  margin-bottom: 1rem;
  visibility: none;
  width: 100%;
}
.roll-massage--show {
  visibility: show;
}
.roll-massage-wrapper {
  position: relative;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  padding-left: 30px;
  box-sizing: border-box;
}
.roll-massage-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 4px;
  z-index: 10;
  line-height: 36px;
  background-color: #f0f0f0;
}
.roll-massage-icon svg {
  vertical-align: middle;
}
.roll-massage-container {
  display: inline-block;
  height: 100%;
  margin-left: 30px;
  white-space: nowrap;
  animation: slide 30s linear infinite;
}
.roll-massage-container:hover {
  animation-play-state: paused;
}
.roll-massage-container:hover .roll-massage-link {
  color: #f08200;
}
.roll-massage-link {
  display: inline-block;
  white-space: nowrap;
  margin: 0 100px;
  font-size: 14px;
  vertical-align: top;
  color: #4c2d82;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 响应式布局 */
@media (max-width: 768px) {
  body .header-content {
    padding: 10px;
  }
  body .hxqh-banner {
    height: unset;
  }
  body .hxqh-banner .swiper-slide {
    height: unset;
  }
  body .hxqh-quick-item {
    padding: 5px 0;
    height: auto;
  }
  body .hxqh-quick-item a p {
    font-size: 12px;
  }
  body .hxqh-content .hxqh-news,
  body .hxqh-content .hxqh-notice {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  body .hxqh-content .hxqh-news {
    height: auto;
  }
  body .hxqh-content .hxqh-news .hnc {
    height: auto;
  }
  body .hxqh-content .hxqh-news .hnc-left {
    display: none;
  }
  body .hxqh-content .hxqh-news .hnc-more {
    padding: 0;
  }
  body .hxqh-content .hxqh-recommend .hrc {
    flex-direction: column;
    padding: 0;
  }
  body .hxqh-content .hxqh-recommend .hrc-item {
    padding-top: 1rem;
  }
  body .hxqh-content .hxqh-recommend .hrc-item-left h4 {
    margin-bottom: 1rem;
  }
  body .hxqh-content .hxqh-business {
    margin-top: 1rem;
  }
  body .hxqh-content .hxqh-about {
    padding: 1rem;
    background: none;
  }
  body .hxqh-business-nav {
    margin-top: 0;
  }
  body .hxqh-business-nav .hbi p {
    font-size: 14px;
  }
  body .hxqh-business-nav .hbi .hbi-icon svg {
    width: 40px;
    height: 40px;
  }
  body .hxqh-business-content .hmc {
    padding: 1rem;
  }
  body .hxqh-business-content .hmc-left {
    width: 100%;
  }
  body .hxqh-business-content .hmc-right {
    display: none;
  }
  body .hxqh-business .hbc-model {
    background-size: cover !important;
  }
}
