@charset "UTF-8";
:root {
  --blue: #59a3e6;
  --blue-light: #4669b5;
  --blue-dark: #164ca5;
  --orange: rgba(245, 108, 52, 1);
}

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background-color: var(--bs-gray-100);
}

a {
  color: var(--blue-dark);
}

a:hover {
  color: var(--orange);
}

/* 修改BS的Card -- begin */
.card-header-2 {
  background-color: var(--bs-white);
  border-bottom: 1px solid var(--bs-gray-400);
  color: var(--orange);
  /* font-weight: bold; */
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 0px;
}

.card-header-2 .left {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--orange);
  padding-right: 15px;
  padding-left: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--orange);
}

.card-header {
  background-color: var(--bs-white);
  border-bottom: 2px solid var(--orange);
  color: var(--bs-gray);
  /* font-weight: bold; */
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 0px;
  background: url("/public/images/card_title_bg.png") no-repeat;
}

.card-header .left {
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 35px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--bs-white);
}

.card {
  border: 0px !important;
}

.card-body {
  padding-top: 20px;
}

.card .table td a {
  text-decoration: none;
}

.table tr td {
  color: var(--bs-gray-600);
}

/* 修改BS的Card -- end */
/* Top -- begin */
.top {
  height: 150px;
  background-image: linear-gradient(rgba(89, 163, 230, 0.7), rgba(255, 255, 255, 0.1)), url("/public/images/top_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top .title {
  padding-top: 50px;
  font-size: 40px;
  font-weight: bolder;
  color: var(--bs-white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.top .sub-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--bs-gray-200);
}

/* Top -- end */
/* footer --begin */
.footer {
  margin-top: 40px;
  height: 280px;
  background-color: var(--blue-dark);
  color: var(--bs-white);
}

.footer .footer-content {
  text-align: center;
  padding-top: 30px;
  background-color: var(--blue-dark);
  font-size: 14px;
}

/* footer --end */
.custom-menu {
  height: 60px;
  background-color: var(--blue);
  /* border: 1px solid red; */
}

.custom-menu .navbar {
  background-color: var(--blue) !important;
  height: 60px !important;
}

.custom-menu .nav-item a {
  padding: 17px 30px !important;
  height: 60px;
  color: var(--bs-white);
  font-size: 18px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-menu .nav-item .active {
  background-color: var(--orange) !important;
  color: var(--bs-white);
  font-size: 18px;
}

.custom-menu .nav-item a:hover {
  background-color: var(--orange) !important;
}

.custom-menu .dropdown-toggle::after {
  display: none;
}

/* 自定义下拉菜单按钮样式 */
.custom-menu .dropdown-toggle {
  background-color: var(--blue); /* 按钮背景颜色 */
  color: white; /* 按钮文字颜色 */
}

/* 自定义下拉菜单样式 */
.custom-menu .dropdown-menu {
  background-color: var(--blue); /* 下拉菜单背景颜色 */
  border: none; /* 无边框 */
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); /* 添加阴影效果 */
}

/* 自定义下拉菜单项样式 */
.custom-menu .dropdown-item {
  color: var(--bs-white); /* 文字颜色 */
}

.custom-menu .dropdown-item:hover {
  background-color: #ddd !important; /* 鼠标悬停时的背景颜色 */
}

.custom-menu .nav-link.show {
  color: var(--bs-white) !important;
}

.custom-menu .dropdown-menu a {
  padding: 12px 40px !important;
  height: 50px;
}

.main-page {
  min-height: 700px;
}

.main-page .section {
  margin-top: 20px;
}

.main-page .company-list li {
  color: var(--bs-gray-700);
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.main-page .hero {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 80px;
}

.main-page .hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/*--------------------------------------------------------------
# Category 麻核桃种类
--------------------------------------------------------------*/
.main-page .category {
  background-color: white;
  padding: 50px 0px;
}

.main-page .category .menu .nav-tabs {
  border: 0;
}

.main-page .category .menu .nav-link {
  background-color: var(--background-color);
  color: color-mix(in srgb, var(--bs-gray-900), transparent 20%);
  margin: 0 15px;
  padding: 10px 5px;
  transition: 0.3s;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid color-mix(in srgb, var(--bs-gray-600), transparent 80%);
}

@media (max-width: 575px) {
  .main-page .category .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}
.main-page .category .menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.main-page .category .menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--default-font);
}

@media (max-width: 575px) {
  .main-page .category .menu .nav-link h4 {
    font-size: 16px;
  }
}
.main-page .category .menu .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.main-page .category .menu .nav-link.active {
  background-color: var(--background-color);
  color: var(--orange);
  border-color: var(--orange);
}

.main-page .category .menu .tab-content .tab-header {
  padding: 30px 0;
}

.main-page .category .menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0;
}

.main-page .category .menu .tab-content .tab-header h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-color);
}

.main-page .category .menu .tab-content .menu-item {
  text-align-last: center;
}

.main-page .category .menu .tab-content .menu-item .menu-img {
  padding: 0 20px;
  margin-bottom: 15px;
}

.main-page .category .menu .tab-content .menu-item h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: var(--default-font);
}

.main-page .category .menu .tab-content .menu-item .ingredients {
  font-family: var(--nav-font);
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 5px;
}

.main-page .category .menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Banner 
--------------------------------------------------------------*/
.main-page .banner {
  position: relative;
  padding: 40px 0;
}

.main-page .banner img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.main-page .banner:before {
  content: "";
  background: color-mix(in srgb, var(--bs-gray-900), transparent 80%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.main-page .banner .container {
  position: relative;
  z-index: 3;
}

.main-page .banner .banner-item {
  padding: 0px;
  width: 100%;
}

@font-face {
  font-family: "仓耳渔阳体 W05";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/zH9wE9iGDTTr/XLoPftFUHi18.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/zH9wE9iGDTTr/AFbCicTCNYZt.woff") format("woff");
  font-display: swap;
}
.main-page .banner .banner-item span {
  font-family: "仓耳渔阳体 W05";
  font-size: 68px;
  display: block;
  color: var(--bs-gray-100);
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8), 8px 8px 0 rgba(0, 0, 0, 0.4);
  letter-spacing: 30px;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# 魅力涞水
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 推广活动
--------------------------------------------------------------*/
.main-page .activity .post-entry {
  margin-bottom: 30px;
}

.main-page .activity .post-entry h3 a {
  color: var(--heading-color);
  font-weight: 600;
}

.main-page .activity .post-entry h3 a:hover {
  text-decoration: underline;
}

.main-page .activity .post-entry .thumbnail {
  flex: 0 0 65%;
}

@media (max-width: 960px) {
  .main-page .activity .post-entry .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.main-page .activity .post-entry.half .thumbnail {
  flex: 0 0 50%;
}

@media (max-width: 768px) {
  .main-page .activity .post-entry.half .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.main-page .activity .post-entry.small-img .thumbnail {
  flex: 0 0 30%;
}

@media (max-width: 768px) {
  .main-page .activity .post-entry.small-img .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.main-page .activity .border-bottom {
  border-color: color-mix(in srgb, var(--default-color), transparent 90%) !important;
}

.main-page .activity .post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.main-page .activity .author .photo {
  margin-right: 10px;
}

.main-page .activity .author .photo img {
  width: 60px;
  border-radius: 10px;
  margin-bottom: 0;
}

.main-page .activity .author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--default-font);
}

.main-page .activity .post-list {
  margin-bottom: 30px;
}

.main-page .activity .post-list img {
  margin-bottom: 30px;
}

.main-page .activity .post-list h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.main-page .activity .post-list h2 a {
  color: var(--heading-color);
}

.main-page .activity .post-list h2 a:hover {
  text-decoration: underline;
}

.main-page .activity .post-list.lg h2 {
  font-size: 40px;
  line-height: 1;
}

/*--------------------------------------------------------------
# 示范区建设
--------------------------------------------------------------*/
.main-page .demonstration .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}

.main-page .demonstration .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.main-page .demonstration .team-member .member-img img {
  height: 230px;
}

.main-page .demonstration .team-member .social {
  position: absolute;
  right: -100%;
  top: 10px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 60%);
  z-index: 2;
}

.main-page .demonstration .team-member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--bs-gray-200), transparent 0%);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.main-page .demonstration .team-member .social a:hover {
  color: var(--orange);
}

.main-page .demonstration .team-member .social i {
  font-size: 18px;
}

.main-page .demonstration .team-member .member-info {
  padding: 10px 15px 20px 15px;
}

.main-page .demonstration .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: var(--default-font);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--orange);
}

.main-page .demonstration .team-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.main-page .demonstration .team-member .member-info p {
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.main-page .demonstration .team-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.main-page .events .container-fluid {
  padding: 0;
}

.main-page .events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 300px;
  padding: 30px;
}

@media (max-width: 575px) {
  .main-page .events .event-item {
    min-height: 500px;
  }
}
.main-page .events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
}

.main-page .events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
}

.main-page .events .event-item .price {
  color: #ffffff;
  border-bottom: 2px solid var(--accent-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.main-page .events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.main-page .events .swiper-wrapper {
  height: auto;
}

.main-page .events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.main-page .events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--bs-gray-900), transparent 85%);
  opacity: 1;
}

.main-page .events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--orange);
}

.list-group-item:hover {
  background-color: var(--orange);
  color: var(--bs-white) !important;
  background-color: var(--blue);
}

.list-group-item.active {
  background-color: var(--orange);
  border-color: var(--blue);
  color: var(--bs-white);
}

.text-content {
  color: var(--bs-gray-700);
}

.text-content p {
  text-indent: 2em; /* 2em 相当于字符宽度的两倍 */
  line-height: 28px;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background-color: var(--blue);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--blue);
}

.zmhd_div_th2 {
  margin-top: 15px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: url("/public/images/card_title_bg.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  margin-bottom: 20px;
  position: relative;
}

.section-title .section-title-container {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--orange);
}

.section-title h2 {
  font-size: 26px;
  font-weight: 0;
}

.section-title p {
  margin-bottom: 0;
}

.section-title p a {
  color: var(--default-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-bottom: 1.5px solid var(--default-color);
  font-family: var(--nav-font);
  font-weight: 500;
  padding-bottom: 2px;
}

/*--------------------------------------------------------------
# TIMELINE
--------------------------------------------------------------*/
.timeline .section-header {
  text-align: center;
}

.timeline .section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.timeline .section-header hr {
  border: 1px solid #fff;
  width: 56px;
}

.timeline .bg-gradient_solid {
  background: var(--primary-gradient);
  color: #fff;
  padding: 48px 0;
}

.timeline .steps {
  position: relative;
  margin-top: 32px;
}

.timeline .steps::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--orange);
  top: 0;
  bottom: 0;
  left: 50%;
}

.timeline .steps .content p {
  color: #676767;
  font-size: 16px;
}

.timeline .steps .content h2 {
  font-weight: 600;
  font-size: 20px;
  color: #676767;
  line-height: 28px;
}

.timeline .steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 32px);
}

.timeline .steps-container .content {
  padding: 32px;
  background-color: white;
  position: relative;
  border-radius: 0px 0px 80px 0px;
  box-shadow: 0px 16px 27px rgba(0, 11, 30, 0.1);
}

.timeline .steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.timeline .steps-container {
  display: flex;
}

.timeline .steps .steps-container .date {
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  background-color: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 777;
}

.timeline .step-line {
  width: 40px;
  background-color: var(--orange);
  height: 3px;
  margin-top: 31px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .timeline .steps::after {
    left: 32px;
  }
  .timeline .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
  }
  .timeline .steps .steps-container:nth-child(even) {
    left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
